Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from df9f98fcb2fb8b861d59aef466eee886632dbbe0+ffa292a08661baeb026f188275a19c5914c89a0e (8b3b5640a9c39335f42a36fd686c6b827a5522cf) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32247 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/49 [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/49 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit df9f98fcb2fb8b861d59aef466eee886632dbbe0 Merge succeeded, producing df9f98fcb2fb8b861d59aef466eee886632dbbe0 Checking out Revision df9f98fcb2fb8b861d59aef466eee886632dbbe0 (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df9f98fcb2fb8b861d59aef466eee886632dbbe0 # 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 ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f df9f98fcb2fb8b861d59aef466eee886632dbbe0 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk f415019efd607e65978b74d2e103af9d7ecc09df # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:49:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:49:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:49:52 ========================================================= 12:49:52 EdgeX Global Pipelines Version Info 12:49:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:49:53 ------------------- 12:49:53 stable info: 12:49:53 ------------------- 12:49:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:49:53 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 12:49:53 Message: update stable to v1.0.186 12:49:54 ------------------- 12:49:54 experimental info: 12:49:54 ------------------- 12:49:54 Commited By: **** collab-it+edgex@linuxfoundation.org 12:49:54 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 12:49:54 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:49:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:49:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:49:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:49:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:49:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:49:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:49:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:49:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:49:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:49:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:49:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:49:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:49:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:49:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:49:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:49:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:49:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:49:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:49:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:49:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:49:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:49:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:49:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 12:49:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 12:49:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 12:49:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = df9f98fcb2fb8b861d59aef466eee886632dbbe0 [Pipeline] echo 12:49:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = df9f98f [Pipeline] echo 12:49:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:49:57 provisioning config files... 12:49:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/49@tmp/config1728830419735192840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:49:58 ---> docker-login.sh 12:49:58 nexus3.edgexfoundry.org:10001 12:49:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:49:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:49:58 Configure a credential helper to remove this warning. See 12:49:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:49:58 12:49:58 Login Succeeded 12:49:58 nexus3.edgexfoundry.org:10002 12:49:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:49:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:49:58 Configure a credential helper to remove this warning. See 12:49:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:49:58 12:49:58 Login Succeeded 12:49:58 nexus3.edgexfoundry.org:10003 12:49:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:49:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:49:58 Configure a credential helper to remove this warning. See 12:49:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:49:58 12:49:58 Login Succeeded 12:49:58 nexus3.edgexfoundry.org:10004 12:49:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:49:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:49:58 Configure a credential helper to remove this warning. See 12:49:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:49:58 12:49:58 Login Succeeded 12:49:58 docker.io 12:49:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:50:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:50:04 Configure a credential helper to remove this warning. See 12:50:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:50:04 12:50:04 Login Succeeded 12:50:04 ---> docker-login.sh ends [Pipeline] } 12:50:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:50:05 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 12:50:05 + for file in '`ls cmd/**/Dockerfile`' 12:50:05 ++ dirname cmd/core-command/Dockerfile 12:50:05 ++ cut -d/ -f2 12:50:05 + echo core-command,cmd/core-command/Dockerfile 12:50:05 + for file in '`ls cmd/**/Dockerfile`' 12:50:05 ++ dirname cmd/core-data/Dockerfile 12:50:05 ++ cut -d/ -f2 12:50:05 + echo core-data,cmd/core-data/Dockerfile 12:50:05 + for file in '`ls cmd/**/Dockerfile`' 12:50:05 ++ dirname cmd/core-metadata/Dockerfile 12:50:05 ++ cut -d/ -f2 12:50:05 + echo core-metadata,cmd/core-metadata/Dockerfile 12:50:05 + for file in '`ls cmd/**/Dockerfile`' 12:50:05 ++ dirname cmd/security-bootstrapper/Dockerfile 12:50:05 ++ cut -d/ -f2 12:50:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:50:05 + for file in '`ls cmd/**/Dockerfile`' 12:50:05 ++ dirname cmd/security-proxy-setup/Dockerfile 12:50:05 ++ cut -d/ -f2 12:50:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:50:05 + for file in '`ls cmd/**/Dockerfile`' 12:50:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:50:05 ++ cut -d/ -f2 12:50:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:50:05 + for file in '`ls cmd/**/Dockerfile`' 12:50:05 ++ dirname cmd/support-notifications/Dockerfile 12:50:05 ++ cut -d/ -f2 12:50:05 + echo support-notifications,cmd/support-notifications/Dockerfile 12:50:05 + for file in '`ls cmd/**/Dockerfile`' 12:50:05 ++ dirname cmd/support-scheduler/Dockerfile 12:50:05 ++ cut -d/ -f2 12:50:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:50:05 + for file in '`ls cmd/**/Dockerfile`' 12:50:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:50:05 ++ cut -d/ -f2 12:50:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:50:05 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 12:50:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:50:06 12:50:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:50:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:50:06 latest: Pulling from edgex-devops/git-semver 12:50:06 31603596830f: Pulling fs layer 12:50:06 2a8b12db71e7: Pulling fs layer 12:50:06 6ca5941a6612: Pulling fs layer 12:50:06 ecc8261a40a4: Pulling fs layer 12:50:06 ecc8261a40a4: Waiting 12:50:06 2a8b12db71e7: Verifying Checksum 12:50:06 2a8b12db71e7: Download complete 12:50:06 31603596830f: Download complete 12:50:06 ecc8261a40a4: Verifying Checksum 12:50:06 ecc8261a40a4: Download complete 12:50:06 6ca5941a6612: Verifying Checksum 12:50:06 6ca5941a6612: Download complete 12:50:06 31603596830f: Pull complete 12:50:07 2a8b12db71e7: Pull complete 12:50:07 6ca5941a6612: Pull complete 12:50:08 ecc8261a40a4: Pull complete 12:50:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:50:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:50:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:50:08 prd-centos7-docker-4c-2g-32247 does not seem to be running inside a container 12:50:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:50:11 $ docker top 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:50:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:50:11 [ssh-agent] Looking for ssh-agent implementation... 12:50:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:50:11 $ docker exec 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 ssh-agent 12:50:11 SSH_AUTH_SOCK=/tmp/ssh-p3qjgPP3EVgR/agent.12 12:50:11 SSH_AGENT_PID=17 12:50:11 Running ssh-add (command line suppressed) 12:50:11 Identity added: /w/workspace/edgex-go/49@tmp/private_key_7170761644374035755.key (/w/workspace/edgex-go/49@tmp/private_key_7170761644374035755.key) 12:50:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:50:12 + git tag --points-at HEAD [Pipeline] } 12:50:12 $ docker exec --env ******** --env ******** 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 ssh-agent -k 12:50:12 unset SSH_AUTH_SOCK; 12:50:12 unset SSH_AGENT_PID; 12:50:12 echo Agent pid 17 killed; 12:50:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:50:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:50:12 [ssh-agent] Looking for ssh-agent implementation... 12:50:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:50:12 $ docker exec 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 ssh-agent 12:50:13 SSH_AUTH_SOCK=/tmp/ssh-ScsN640JWZtR/agent.47 12:50:13 SSH_AGENT_PID=52 12:50:13 Running ssh-add (command line suppressed) 12:50:13 Identity added: /w/workspace/edgex-go/49@tmp/private_key_8549271069305102103.key (/w/workspace/edgex-go/49@tmp/private_key_8549271069305102103.key) 12:50:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:50:13 + git semver init 12:50:13 # -> Open(): unable to determine branch for HEAD 12:50:13 # $GIT_DIR = /w/workspace/edgex-go/49/.git 12:50:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/49 12:50:13 # $SEMVER_REMOTE_NAME = origin 12:50:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:50:13 # $SEMVER_USER_NAME = edgex-jenkins 12:50:13 # $SEMVER_BRANCH = PR-3234 12:50:13 # $SEMVER_TEMP = /tmp/semver-319928698 12:50:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:50:45 # '/tmp/semver-319928698' -> '/w/workspace/edgex-go/49/.semver' 12:50:45 # -> Force: false 12:50:45 # $SEMVER_DIR = /w/workspace/edgex-go/49/.semver [Pipeline] } 12:50:45 $ docker exec --env ******** --env ******** 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 ssh-agent -k 12:50:46 unset SSH_AUTH_SOCK; 12:50:46 unset SSH_AGENT_PID; 12:50:46 echo Agent pid 52 killed; 12:50:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:50:46 + git semver [Pipeline] } 12:50:46 $ docker stop --time=1 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 12:50:48 $ docker rm -f 06eaf44be052411166541fb25ca7b7e0192a9bc4e742e8b46e4c0c6592be5d13 [Pipeline] // withDockerContainer [Pipeline] sh 12:50:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:50:50 Stashed 1 file(s) [Pipeline] echo 12:50:50 [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] { 12:50:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32246 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] sh [Pipeline] { [Pipeline] ws 12:50:51 Running in /w/workspace/edgex-go/49 [Pipeline] { [Pipeline] checkout 12:50:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:50:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:50:52 + sudo service docker restart 12:50:52 + true 12:50:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 12:50:53 ========================================================= 12:50:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:50:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:50: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 . 12:50:56 using credential edgex-jenkins-ssh 12:50:56 Cloning the remote Git repository 12:50:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:50:56 > git init /w/workspace/edgex-go/49 # timeout=10 12:50:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:50:56 > git --version # timeout=10 12:50:56 > git --version # 'git version 2.17.1' 12:50:56 using GIT_SSH to set credentials SSH Credentials for GitHub 12:50:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:50:56 Sending build context to Docker daemon 328.9MB 12:50:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:50:56 Step 2/6 : FROM ${BASE} 12:50:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:50:56 188c0c94c7c5: Pulling fs layer 12:50:56 0ef7d3d256c8: Pulling fs layer 12:50:56 de9db76c5a1d: Pulling fs layer 12:50:56 bca2f99d35d6: Pulling fs layer 12:50:56 93359f2a8cfa: Pulling fs layer 12:50:56 7c6f9722023f: Pulling fs layer 12:50:56 a35cf1a2eb13: Pulling fs layer 12:50:56 93359f2a8cfa: Waiting 12:50:56 7c6f9722023f: Waiting 12:50:56 a35cf1a2eb13: Waiting 12:50:56 bca2f99d35d6: Waiting 12:50:56 de9db76c5a1d: Verifying Checksum 12:50:56 de9db76c5a1d: Download complete 12:50:57 0ef7d3d256c8: Verifying Checksum 12:50:57 0ef7d3d256c8: Download complete 12:50:57 93359f2a8cfa: Verifying Checksum 12:50:57 93359f2a8cfa: Download complete 12:50:57 188c0c94c7c5: Verifying Checksum 12:50:57 188c0c94c7c5: Download complete 12:50:57 7c6f9722023f: Verifying Checksum 12:50:57 7c6f9722023f: Download complete 12:50:57 188c0c94c7c5: Pull complete 12:50:57 0ef7d3d256c8: Pull complete 12:50:57 de9db76c5a1d: Pull complete 12:50:58 a35cf1a2eb13: Verifying Checksum 12:50:58 a35cf1a2eb13: Download complete 12:50:59 bca2f99d35d6: Verifying Checksum 12:50:59 bca2f99d35d6: Download complete 12:51:04 bca2f99d35d6: Pull complete 12:51:04 93359f2a8cfa: Pull complete 12:51:04 7c6f9722023f: Pull complete 12:51:09 a35cf1a2eb13: Pull complete 12:51:09 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:51:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:51:09 ---> a62c8e92a672 12:51:09 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 12:51:10 ---> Running in c50a9b92bc14 12:51:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:51:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:51:12 (1/12) Installing libmagic (5.38-r0) 12:51:12 (2/12) Installing file (5.38-r0) 12:51:12 (3/12) Installing libc-dev (0.7.2-r3) 12:51:12 (4/12) Installing g++ (9.3.0-r2) 12:51:22 (5/12) Installing fortify-headers (1.1-r0) 12:51:22 (6/12) Installing patch (2.7.6-r6) 12:51:22 (7/12) Installing build-base (0.5-r2) 12:51:22 (8/12) Installing libsodium (1.0.18-r0) 12:51:22 (9/12) Installing pkgconf (1.7.2-r0) 12:51:22 (10/12) Installing libsodium-dev (1.0.18-r0) 12:51:22 (11/12) Installing libzmq (4.3.3-r0) 12:51:22 (12/12) Installing zeromq-dev (4.3.3-r0) 12:51:22 Executing busybox-1.31.1-r19.trigger 12:51:22 OK: 233 MiB in 51 packages 12:51:24 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit df9f98fcb2fb8b861d59aef466eee886632dbbe0 12:51:24 Merge succeeded, producing df9f98fcb2fb8b861d59aef466eee886632dbbe0 12:51:24 Checking out Revision df9f98fcb2fb8b861d59aef466eee886632dbbe0 (PR-3234) 12:51:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:51:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:51:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:51:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:51:23 using GIT_SSH to set credentials SSH Credentials for GitHub 12:51:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:51:24 > git config core.sparsecheckout # timeout=10 12:51:24 > git checkout -f df9f98fcb2fb8b861d59aef466eee886632dbbe0 # timeout=10 12:51:24 > git remote # timeout=10 12:51:24 > git config --get remote.origin.url # timeout=10 12:51:24 using GIT_SSH to set credentials SSH Credentials for GitHub 12:51:24 > git merge ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 12:51:24 > git rev-parse HEAD^{commit} # timeout=10 12:51:24 > git config core.sparsecheckout # timeout=10 12:51:24 > git checkout -f df9f98fcb2fb8b861d59aef466eee886632dbbe0 # timeout=10 12:51:26 Removing intermediate container c50a9b92bc14 12:51:26 ---> 1249b0eba1ec 12:51:26 Step 4/6 : WORKDIR /edgex-go 12:51:26 ---> Running in bd200fd701fc 12:51:26 Removing intermediate container bd200fd701fc 12:51:26 ---> 9c96231470c1 12:51:26 Step 5/6 : COPY go.mod . 12:51:26 ---> 60e8403aa58d 12:51:26 Step 6/6 : RUN go mod download 12:51:27 ---> Running in 4e3c59b6b001 12:51:29 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:51:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:51:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:51:31 + true 12:51:31 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:51:34 provisioning config files... 12:51:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/49@tmp/config4301807375641618453tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:51:34 ---> docker-login.sh 12:51:34 nexus3.edgexfoundry.org:10001 12:51:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:51:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:51:35 Configure a credential helper to remove this warning. See 12:51:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:51:35 12:51:35 Login Succeeded 12:51:35 nexus3.edgexfoundry.org:10002 12:51:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:51:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:51:36 Configure a credential helper to remove this warning. See 12:51:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:51:36 12:51:36 Login Succeeded 12:51:36 nexus3.edgexfoundry.org:10003 12:51:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:51:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:51:36 Configure a credential helper to remove this warning. See 12:51:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:51:36 12:51:36 Login Succeeded 12:51:36 nexus3.edgexfoundry.org:10004 12:51:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:51:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:51:37 Configure a credential helper to remove this warning. See 12:51:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:51:37 12:51:37 Login Succeeded 12:51:37 docker.io 12:51:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:51:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:51:37 Configure a credential helper to remove this warning. See 12:51:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:51:37 12:51:37 Login Succeeded 12:51:37 ---> docker-login.sh ends [Pipeline] } 12:51:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:51:38 ========================================================= 12:51:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:51:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:51:38 + 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 . 12:51:41 Sending build context to Docker daemon 167MB 12:51:41 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:51:41 Step 2/6 : FROM ${BASE} 12:51:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:51:41 5f621e34cdf4: Pulling fs layer 12:51:41 a4357932f1b6: Pulling fs layer 12:51:41 18c013af1878: Pulling fs layer 12:51:41 00ac8860ef70: Pulling fs layer 12:51:41 63d7cb157983: Pulling fs layer 12:51:41 b116817d02f9: Pulling fs layer 12:51:41 745a02a5169b: Pulling fs layer 12:51:41 63d7cb157983: Waiting 12:51:41 00ac8860ef70: Waiting 12:51:41 745a02a5169b: Waiting 12:51:41 b116817d02f9: Waiting 12:51:41 18c013af1878: Verifying Checksum 12:51:41 18c013af1878: Download complete 12:51:41 a4357932f1b6: Download complete 12:51:41 b116817d02f9: Verifying Checksum 12:51:41 b116817d02f9: Download complete 12:51:41 5f621e34cdf4: Verifying Checksum 12:51:41 5f621e34cdf4: Download complete 12:51:42 5f621e34cdf4: Pull complete 12:51:42 a4357932f1b6: Pull complete 12:51:43 18c013af1878: Pull complete 12:51:44 745a02a5169b: Download complete 12:51:45 00ac8860ef70: Verifying Checksum 12:51:45 00ac8860ef70: Download complete 12:51:49 Removing intermediate container 4e3c59b6b001 12:51:49 ---> 2ed29f598313 12:51:49 Successfully built 2ed29f598313 12:51:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:51:49 + docker inspect -f . ci-base-image-x86_64 12:51:49 . [Pipeline] withDockerContainer 12:51:49 prd-centos7-docker-4c-2g-32247 does not seem to be running inside a container 12:51:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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-x86_64 cat 12:51:50 $ docker top 4dccc3eb1ac00038fad0c54823cbde209e8f368262ee704ce7e7e8847fba7f08 -eo pid,comm [Pipeline] { [Pipeline] sh 12:51:51 + go version 12:51:51 go version go1.15.5 linux/amd64 [Pipeline] } 12:51:51 $ docker stop --time=1 4dccc3eb1ac00038fad0c54823cbde209e8f368262ee704ce7e7e8847fba7f08 12:51:52 $ docker rm -f 4dccc3eb1ac00038fad0c54823cbde209e8f368262ee704ce7e7e8847fba7f08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:51:53 + docker inspect -f . ci-base-image-x86_64 12:51:53 . [Pipeline] withDockerContainer 12:51:53 prd-centos7-docker-4c-2g-32247 does not seem to be running inside a container 12:51:53 $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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-x86_64 cat 12:51:54 $ docker top 43b9188a6ce00c80876c2b1339712970cc5bdd7429a977dfd1827163ddadc80a -eo pid,comm [Pipeline] { [Pipeline] echo 12:51:54 ========================================================= 12:51:54 [edgeXBuildGoParallel] Running Tests and Build... 12:51:54 ========================================================= [Pipeline] sh 12:51:55 + make test 12:51:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:51:55 00ac8860ef70: Pull complete 12:51:55 63d7cb157983: Pull complete 12:51:55 b116817d02f9: Pull complete 12:52:00 745a02a5169b: Pull complete 12:52:00 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:52:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:52:00 ---> b7e6874047d6 12:52:00 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 12:52:03 ---> Running in 526568c94a8c 12:52:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:52:05 ? github.com/edgexfoundry/edgex-go [no test files] 12:52:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:52:05 (1/12) Installing libmagic (5.38-r0) 12:52:06 (2/12) Installing file (5.38-r0) 12:52:06 (3/12) Installing libc-dev (0.7.2-r3) 12:52:06 (4/12) Installing g++ (9.3.0-r2) 12:52:09 (5/12) Installing fortify-headers (1.1-r0) 12:52:09 (6/12) Installing patch (2.7.6-r6) 12:52:09 (7/12) Installing build-base (0.5-r2) 12:52:09 (8/12) Installing libsodium (1.0.18-r0) 12:52:09 (9/12) Installing pkgconf (1.7.2-r0) 12:52:09 (10/12) Installing libsodium-dev (1.0.18-r0) 12:52:09 (11/12) Installing libzmq (4.3.3-r0) 12:52:09 (12/12) Installing zeromq-dev (4.3.3-r0) 12:52:09 Executing busybox-1.31.1-r19.trigger 12:52:09 OK: 217 MiB in 51 packages 12:52:14 Removing intermediate container 526568c94a8c 12:52:14 ---> a16b61f7cf1b 12:52:14 Step 4/6 : WORKDIR /edgex-go 12:52:14 ---> Running in a6874504b01f 12:52:14 Removing intermediate container a6874504b01f 12:52:14 ---> b1961e132dea 12:52:14 Step 5/6 : COPY go.mod . 12:52:15 ---> f071c7ac8c2a 12:52:15 Step 6/6 : RUN go mod download 12:52:15 ---> Running in 991ebb52c062 12:52:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:52:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:52:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:52:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:52:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:52:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:52:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:52:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:52:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:52:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:52:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:52:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:52:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:52:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:52:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.044s coverage: 19.8% of statements 12:52:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements 12:52:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:52:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:52:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:52:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 71.3% of statements 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:52:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.181s coverage: 82.9% of statements 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:52:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.077s coverage: 78.9% of statements 12:52:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.360s coverage: 28.6% of statements 12:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements 12:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 12:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements 12:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.147s coverage: 97.5% of statements 12:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:52:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements 12:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:52:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:52:42 Removing intermediate container 991ebb52c062 12:52:42 ---> dec166e9f8af 12:52:42 Successfully built dec166e9f8af 12:52:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:52:42 + docker inspect -f . ci-base-image-arm64 12:52:42 . [Pipeline] withDockerContainer 12:52:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.367s coverage: 92.8% of statements 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:52:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:52:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 1.0% of statements 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:52:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements 12:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.102s coverage: 79.5% of statements 12:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 12:52:43 prd-ubuntu18.04-docker-arm64-4c-16g-32246 does not seem to be running inside a container 12:52:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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 12:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements 12:52:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements 12:52:44 $ docker top 0867b9c24fa1adad0992534def35ad7d090e664cfe05f5a56910331956ee30e9 -eo pid,comm [Pipeline] { [Pipeline] sh 12:52:45 + go version 12:52:45 go version go1.15.5 linux/arm64 [Pipeline] } 12:52:45 $ docker stop --time=1 0867b9c24fa1adad0992534def35ad7d090e664cfe05f5a56910331956ee30e9 12:52:47 $ docker rm -f 0867b9c24fa1adad0992534def35ad7d090e664cfe05f5a56910331956ee30e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:52:48 + docker inspect -f . ci-base-image-arm64 12:52:48 . [Pipeline] withDockerContainer 12:52:48 prd-ubuntu18.04-docker-arm64-4c-16g-32246 does not seem to be running inside a container 12:52:48 $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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 12:52:50 $ docker top e3f26a733d5310d4d6c0f96e8ebfd966702712f54239b26cce4439365fc1294d -eo pid,comm [Pipeline] { [Pipeline] echo 12:52:50 ========================================================= 12:52:50 [edgeXBuildGoParallel] Running Tests and Build... 12:52:50 ========================================================= [Pipeline] sh 12:52:51 + make test 12:52:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:52:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.060s coverage: 94.4% of statements 12:52:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 12:52:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.222s coverage: 82.6% of statements 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.6% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.4% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.342s coverage: 69.0% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.156s coverage: 38.4% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.070s coverage: 89.5% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.157s coverage: 87.1% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.772s coverage: 29.1% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.118s coverage: 95.0% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:53:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:53:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 12:53:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 12:53:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 12:53:08 GO111MODULE=on go vet ./... 12:53:13 ? github.com/edgexfoundry/edgex-go [no test files] 12:53:35 gofmt -l . 12:53:35 [ "`gofmt -l .`" = "" ] 12:53:35 ./bin/test-go-mod-tidy.sh 12:53:36 ./bin/test-attribution-txt.sh [Pipeline] sh 12:53:37 + ls -al . 12:53:37 total 780 12:53:37 drwxrwxr-x 10 1001 1001 4096 Mar 31 12:53 . 12:53:37 drwxr-xr-x 4 root root 30 Mar 31 12:51 .. 12:53:37 -rw-rw-r-- 1 1001 1001 11 Mar 31 12:49 .dockerignore 12:53:37 drwxrwxr-x 8 1001 1001 179 Mar 31 12:49 .git 12:53:37 drwxrwxr-x 3 1001 1001 125 Mar 31 12:49 .github 12:53:37 -rw-rw-r-- 1 1001 1001 818 Mar 31 12:49 .gitignore 12:53:37 drwx------ 3 1001 1001 60 Mar 31 12:50 .semver 12:53:37 -rw-rw-r-- 1 1001 1001 166 Mar 31 12:49 .sonarcloud.properties 12:53:37 -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:49 Attribution.txt 12:53:37 -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:49 CONTRIBUTING.md 12:53:37 -rw-rw-r-- 1 1001 1001 931 Mar 31 12:49 Dockerfile.build 12:53:37 -rw-rw-r-- 1 1001 1001 863 Mar 31 12:49 Jenkinsfile 12:53:37 -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:49 LICENSE 12:53:37 -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:49 Makefile 12:53:37 -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:49 README.md 12:53:37 -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:49 SECURITY.md 12:53:37 -rw-rw-r-- 1 1001 1001 5 Mar 31 12:50 VERSION 12:53:37 -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:49 ZMQWindows.md 12:53:37 drwxrwxr-x 2 1001 1001 117 Mar 31 12:49 bin 12:53:37 drwxrwxr-x 14 1001 1001 4096 Mar 31 12:49 cmd 12:53:37 -rw-r--r-- 1 root root 669470 Mar 31 12:53 coverage.out 12:53:37 -rw-r--r-- 1 root root 1057 Mar 31 12:53 go.mod 12:53:37 -rw-r--r-- 1 root root 22533 Mar 31 12:53 go.sum 12:53:37 drwxrwxr-x 8 1001 1001 127 Mar 31 12:49 internal 12:53:37 drwxrwxr-x 4 1001 1001 26 Mar 31 12:49 openapi 12:53:37 drwxrwxr-x 4 1001 1001 71 Mar 31 12:49 snap 12:53:37 -rw-rw-r-- 1 1001 1001 168 Mar 31 12:49 version.go [Pipeline] sh 12:53:37 + '[' -e coverage.out ] 12:53:37 + chown 1001:1001 coverage.out [Pipeline] stash 12:53:38 Stashed 1 file(s) [Pipeline] sh 12:53:38 + make build 12:53:38 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 12:53: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 12:53:50 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 12:53:51 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 12:53:53 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 12:53:53 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 12:53:55 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 12:53:56 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 12:53:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:53:59 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 12:53:59 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 12:54:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:54:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 12:54:03 $ docker stop --time=1 43b9188a6ce00c80876c2b1339712970cc5bdd7429a977dfd1827163ddadc80a 12:54:04 $ docker rm -f 43b9188a6ce00c80876c2b1339712970cc5bdd7429a977dfd1827163ddadc80a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:54:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:54:06 12:54:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:54:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:54:07 latest: Pulling from edgex-devops/edgex-compose 12:54:07 cbdbe7a5bc2a: Pulling fs layer 12:54:07 ca9280d653b3: Pulling fs layer 12:54:07 7e9c9ca2126c: Pulling fs layer 12:54:07 cbdbe7a5bc2a: Download complete 12:54:07 cbdbe7a5bc2a: Pull complete 12:54:07 ca9280d653b3: Verifying Checksum 12:54:07 ca9280d653b3: Download complete 12:54:08 7e9c9ca2126c: Download complete 12:54:08 ca9280d653b3: Pull complete 12:54:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:54:15 7e9c9ca2126c: Pull complete 12:54:15 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:54:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:54:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:54:15 prd-centos7-docker-4c-2g-32247 does not seem to be running inside a container 12:54:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:54:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:54:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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:latest cat 12:54:18 $ docker top 850ef37487f5b2c7348bbcfa54c171c157a4d879629c8d71c3630b97357eca46 -eo pid,comm 12:54:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 12:54:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:54:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:54:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] { [Pipeline] sh 12:54:20 + docker-compose build --help 12:54:20 + grep parallel 12:54:21 --parallel Build images in parallel. [Pipeline] } 12:54:21 $ docker stop --time=1 850ef37487f5b2c7348bbcfa54c171c157a4d879629c8d71c3630b97357eca46 12:54:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:54:22 $ docker rm -f 850ef37487f5b2c7348bbcfa54c171c157a4d879629c8d71c3630b97357eca46 [Pipeline] // withDockerContainer [Pipeline] writeFile 12:54:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:54:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:54:23 . [Pipeline] withDockerContainer 12:54:23 prd-centos7-docker-4c-2g-32247 does not seem to be running inside a container 12:54:23 $ 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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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 12:54:24 $ docker top a7fad7442777e2f463c89065f4f2ba8b98e21d45484f908de7081b882c555477 -eo pid,comm [Pipeline] { [Pipeline] sh 12:54:24 + docker-compose -f ./docker-compose-build.yml build --parallel 12:54:26 Building docker-core-command-go ... 12:54:26 Building docker-core-data-go ... 12:54:26 Building docker-core-metadata-go ... 12:54:26 Building docker-security-bootstrapper-go ... 12:54:26 Building docker-security-proxy-setup-go ... 12:54:26 Building docker-security-secretstore-setup-go ... 12:54:26 Building docker-support-notifications-go ... 12:54:26 Building docker-support-scheduler-go ... 12:54:26 Building docker-sys-mgmt-agent-go ... 12:54:26 Building docker-sys-mgmt-agent-go 12:54:26 Building docker-core-metadata-go 12:54:26 Building docker-security-secretstore-setup-go 12:54:26 Building docker-support-notifications-go 12:54:26 Building docker-security-bootstrapper-go 12:54:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:54:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:54:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:54:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.384s coverage: 45.9% of statements 12:54:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:54:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:54:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:54:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:54:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:54:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 12:54:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.196s coverage: 19.8% of statements 12:54:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.300s coverage: 100.0% of statements 12:54:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.494s coverage: 27.1% of statements 12:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:54:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.153s coverage: 100.0% of statements 12:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:54:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.169s coverage: 100.0% of statements 12:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:54:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.263s coverage: 71.3% of statements 12:54:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:54:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:54:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.526s coverage: 82.9% of statements 12:54:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:54:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:54:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.203s coverage: 78.9% of statements 12:54:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:54:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.233s coverage: 28.6% of statements 12:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:54:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.281s coverage: 100.0% of statements 12:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:54:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.132s coverage: 100.0% of statements 12:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:54:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.483s coverage: 86.7% of statements 12:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:54:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.404s coverage: 97.5% of statements 12:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:54:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.252s coverage: 78.3% of statements 12:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:54:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:54:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:54:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:54:58 ---> 2ed29f598313 12:54:58 Step 3/22 : WORKDIR /edgex-go 12:54:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:54:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:54:58 ---> 2ed29f598313 12:54:58 Step 3/23 : WORKDIR /edgex-go 12:54:58 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:54:58 Step 2/31 : FROM ${BUILDER_BASE} AS builder 12:54:58 ---> 2ed29f598313 12:54:58 Step 3/31 : WORKDIR /edgex-go 12:54:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:54:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:54:58 ---> 2ed29f598313 12:54:58 Step 3/24 : WORKDIR /edgex-go 12:54:58 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:54:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 12:54:58 ---> 2ed29f598313 12:54:58 Step 3/26 : WORKDIR /edgex-go 12:54:58 ---> Running in 4977be8eb58a 12:54:58 ---> Running in d602c72e4ea5 12:54:58 ---> Running in ffd0a128ed52 12:54:58 ---> Running in 09ae5ee351e0 12:54:58 ---> Running in 21ff6e183eba 12:54:58 Removing intermediate container 4977be8eb58a 12:54:58 ---> 4385a3eb843a 12:54:58 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:54:58 Removing intermediate container 21ff6e183eba 12:54:58 ---> c743d8619a82 12:54:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:54:58 Removing intermediate container d602c72e4ea5 12:54:58 ---> e57ef5cd15e3 12:54:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:54:58 Removing intermediate container ffd0a128ed52 12:54:58 ---> 421c80dc01fd 12:54:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:54:58 Removing intermediate container 09ae5ee351e0 12:54:58 ---> ce9fd0440ee5 12:54:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:54:58 ---> Running in e0552705a5b0 12:54:58 ---> Running in 9dfd71a9c04d 12:54:58 ---> Running in 929e38694efc 12:54:58 ---> Running in 6de2d82496c5 12:54:58 ---> Running in 5efc74ce9e15 12:54:58 Removing intermediate container 9dfd71a9c04d 12:54:58 ---> ec4527849765 12:54:58 Step 5/24 : RUN apk add --update --no-cache make git 12:54:59 ---> Running in 1b1b747d5b27 12:54:59 Removing intermediate container e0552705a5b0 12:54:59 ---> 733700a76afe 12:54:59 Step 5/31 : RUN apk add --update --no-cache make git 12:54:59 Removing intermediate container 929e38694efc 12:54:59 ---> bc4bb2e7319e 12:54:59 Step 5/26 : RUN apk add --update --no-cache make bash git 12:54:59 Removing intermediate container 6de2d82496c5 12:54:59 ---> 4c01a65e1a22 12:54:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 12:54:59 Removing intermediate container 5efc74ce9e15 12:54:59 ---> d2fc2d02c683 12:54:59 Step 5/23 : RUN apk add --update --no-cache make git 12:54:59 ---> Running in 321375ec94c8 12:54:59 ---> Running in c04829c332d6 12:54:59 ---> Running in 8cb2fa4e2ae1 12:54:59 ---> Running in 0bdd62092b8f 12:55:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:55:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:55:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:55:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:55:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:55:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:55:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:55:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:55:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:55:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:55:01 OK: 233 MiB in 51 packages 12:55:02 OK: 233 MiB in 51 packages 12:55:02 OK: 233 MiB in 51 packages 12:55:02 OK: 233 MiB in 51 packages 12:55:02 OK: 233 MiB in 51 packages 12:55:02 Removing intermediate container c04829c332d6 12:55:02 ---> 3a0a8b3cd032 12:55:02 Step 6/31 : COPY go.mod . 12:55:03 Removing intermediate container 321375ec94c8 12:55:03 ---> eda310b84615 12:55:03 Step 6/26 : COPY go.mod . 12:55:03 ---> 367367059023 12:55:03 Step 7/31 : RUN go mod download 12:55:03 Removing intermediate container 8cb2fa4e2ae1 12:55:03 ---> 4b85ee72c6e7 12:55:03 Step 6/22 : COPY go.mod . 12:55:03 ---> Running in 6920f0a072ee 12:55:03 Removing intermediate container 0bdd62092b8f 12:55:03 ---> 7fdadab0ea97 12:55:03 Step 6/23 : COPY go.mod . 12:55:03 ---> e9e1eaeb2760 12:55:03 Step 7/26 : RUN go mod download 12:55:03 Removing intermediate container 1b1b747d5b27 12:55:03 ---> 1843b30129da 12:55:03 Step 6/24 : COPY go.mod . 12:55:03 ---> 5fff9c08f8d5 12:55:03 Step 7/22 : RUN go mod download 12:55:03 ---> Running in d0edb9951477 12:55:03 ---> Running in 6fd8af680cbb 12:55:03 ---> 40a2a602ae8e 12:55:03 Step 7/23 : RUN go mod download 12:55:04 ---> e6a53fac693c 12:55:04 Step 7/24 : RUN go mod download 12:55:04 ---> Running in 475a987e459a 12:55:04 ---> Running in 068ea3854c65 12:55:05 Removing intermediate container 6920f0a072ee 12:55:05 ---> 1967ca25cd7b 12:55:05 Step 8/31 : COPY . . 12:55:05 Removing intermediate container d0edb9951477 12:55:05 ---> 83c2ad63cbc8 12:55:05 Step 8/26 : COPY . . 12:55:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.076s coverage: 92.8% of statements 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:55:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.118s coverage: 58.8% of statements 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:55:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.198s coverage: 1.0% of statements 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:55:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 12:55:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.129s coverage: 47.1% of statements 12:55:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.156s coverage: 79.5% of statements 12:55:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.112s coverage: 94.1% of statements 12:55:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.161s coverage: 96.3% of statements 12:55:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.129s coverage: 87.5% of statements 12:55:09 Removing intermediate container 6fd8af680cbb 12:55:09 ---> c6c2ea72d038 12:55:09 Step 8/22 : COPY . . 12:55:10 Removing intermediate container 475a987e459a 12:55:10 ---> 8669f3b322c9 12:55:10 Step 8/23 : COPY . . 12:55:12 Removing intermediate container 068ea3854c65 12:55:12 ---> 989631af3445 12:55:12 Step 8/24 : COPY . . 12:55:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.177s coverage: 94.4% of statements 12:55:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.121s coverage: 44.8% of statements 12:55:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.487s coverage: 82.6% of statements 12:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.180s coverage: 92.9% of statements 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 12:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 12:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.177s coverage: 75.5% of statements 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.125s coverage: 80.8% of statements 12:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.202s coverage: 87.2% of statements 12:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.218s coverage: 84.6% of statements 12:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.223s coverage: 91.6% of statements 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.651s coverage: 64.4% of statements 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.122s coverage: 100.0% of statements 12:55:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.145s coverage: 91.3% of statements 12:55:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements 12:55:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements 12:55:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 12:55:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.909s coverage: 69.0% of statements 12:55:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:55:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:55:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 12:55:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.504s coverage: 38.4% of statements 12:55:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:55:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:55:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.121s coverage: 89.5% of statements 12:55:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 12:55:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.073s coverage: 84.8% of statements 12:55:44 ---> 5be9473171d5 12:55:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:55:44 ---> 577cd6259e22 12:55:44 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 12:55:44 ---> 73f9bce04717 12:55:44 Step 9/22 : RUN make cmd/support-notifications/support-notifications 12:55:44 ---> 21e1f54f5be8 12:55:44 Step 9/23 : RUN make cmd/core-metadata/core-metadata 12:55:44 ---> 62cf801cba90 12:55:44 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:55:44 ---> Running in a55eece896bf 12:55:44 ---> Running in 9f5438ebfe64 12:55:44 ---> Running in c38696f11e2f 12:55:44 ---> Running in 7192e8266e18 12:55:44 ---> Running in c939b1ea5d47 12:55:46 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 12:55:46 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 12:55:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:55:46 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 12:55:46 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 12:55:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.482s coverage: 47.0% of statements 12:55:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:55:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:55:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:55:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:55:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:55:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.105s coverage: 100.0% of statements 12:55:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:55:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements 12:55:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:55:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 12:55:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 12:55:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 12:55:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.378s coverage: 87.1% of statements 12:55:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 12:55:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 12:55:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.313s coverage: 29.1% of statements 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.166s coverage: 99.0% of statements 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.192s coverage: 100.0% of statements 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.313s coverage: 95.0% of statements 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:55:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.127s coverage: 32.1% of statements 12:55:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 12:55:58 GO111MODULE=on go vet ./... 12:56:18 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 12:56:22 Removing intermediate container 9f5438ebfe64 12:56:22 ---> 3df8c18a61c3 12:56:22 12:56:22 Step 10/31 : FROM alpine:3.12 12:56:22 3.12: Pulling from library/alpine 12:56:23 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 12:56:25 Status: Downloaded newer image for alpine:3.12 12:56:25 ---> 42cb162f0360 12:56:25 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 12:56:26 Removing intermediate container a55eece896bf 12:56:26 ---> b163b96a678e 12:56:26 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:56:27 ---> Running in 2b0c33f9421c 12:56:29 ---> Running in 1e977d91cfbc 12:56:29 Removing intermediate container c38696f11e2f 12:56:29 ---> e25261e8ee68 12:56:29 12:56:29 Step 10/24 : FROM alpine:3.12 12:56:29 ---> 42cb162f0360 12:56:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 12:56:29 Removing intermediate container c939b1ea5d47 12:56:29 ---> 197e2c413f89 12:56:29 12:56:29 Step 10/22 : FROM alpine:3.12 12:56:29 ---> 42cb162f0360 12:56:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 12:56:29 Removing intermediate container 2b0c33f9421c 12:56:29 ---> 3ffebd7d30c3 12:56:29 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 12:56:29 ---> Running in ea6ff0930f25 12:56:29 ---> Running in e57605808093 12:56:29 ---> Running in 524e352f2ef5 12:56:30 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 12:56:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:56:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:56:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:56:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:56:30 (1/6) Installing ca-certificates (20191127-r4) 12:56:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:56:30 (2/6) Installing nghttp2-libs (1.41.0-r0) 12:56:30 (3/6) Installing libcurl (7.69.1-r3) 12:56:30 (4/6) Installing curl (7.69.1-r3) 12:56:30 (5/6) Installing dumb-init (1.2.2-r1) 12:56:30 (6/6) Installing su-exec (0.2-r1) 12:56:30 Executing busybox-1.31.1-r19.trigger 12:56:30 Executing ca-certificates-20191127-r4.trigger 12:56:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:56:30 OK: 7 MiB in 20 packages 12:56:30 (1/2) Installing ca-certificates (20191127-r4) 12:56:30 (2/2) Installing dumb-init (1.2.2-r1) 12:56:30 Executing busybox-1.31.1-r19.trigger 12:56:30 Executing ca-certificates-20191127-r4.trigger 12:56:30 (1/2) Installing dumb-init (1.2.2-r1) 12:56:30 (2/2) Installing su-exec (0.2-r1) 12:56:30 Executing busybox-1.31.1-r19.trigger 12:56:30 OK: 6 MiB in 16 packages 12:56:30 OK: 6 MiB in 16 packages 12:56:32 Removing intermediate container 7192e8266e18 12:56:32 ---> edcf710abb5f 12:56:32 12:56:32 Step 10/23 : FROM alpine:3.12 12:56:32 ---> 42cb162f0360 12:56:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:56:32 ---> Running in 1d8841460484 12:56:33 Removing intermediate container ea6ff0930f25 12:56:33 ---> a5062c694c58 12:56:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:56:33 Removing intermediate container e57605808093 12:56:33 ---> c8277d5a6ecc 12:56:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 12:56:33 ---> Running in 14eb2598d039 12:56:33 Removing intermediate container 524e352f2ef5 12:56:33 ---> a0956f60e9d0 12:56:33 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 12:56:33 ---> Running in dec388b40210 12:56:33 ---> Running in 7867a9766073 12:56:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:56:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:56:34 Removing intermediate container 1e977d91cfbc 12:56:34 ---> 844f38659991 12:56:34 12:56:34 Step 11/26 : FROM docker:20.10.0 12:56:34 Removing intermediate container 14eb2598d039 12:56:34 ---> a00e62a4b8de 12:56:34 Step 13/24 : WORKDIR / 12:56:34 20.10.0: Pulling from library/docker 12:56:34 Removing intermediate container dec388b40210 12:56:34 ---> 4ace52942b9d 12:56:34 Step 13/22 : ENV APP_PORT=48060 12:56:34 Removing intermediate container 7867a9766073 12:56:34 ---> 09a2f3ebd207 12:56:34 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 12:56:34 (1/1) Installing dumb-init (1.2.2-r1) 12:56:34 Executing busybox-1.31.1-r19.trigger 12:56:34 OK: 6 MiB in 15 packages 12:56:34 ---> Running in cbb120e7d0fb 12:56:34 ---> Running in 42865b33744a 12:56:35 ---> Running in 8c5b519cdd96 12:56:35 Removing intermediate container 42865b33744a 12:56:35 ---> e74701a88ddf 12:56:35 Step 14/22 : EXPOSE $APP_PORT 12:56:35 ---> Running in 7203b0ff0fcc 12:56:35 Removing intermediate container cbb120e7d0fb 12:56:35 ---> a8087a801faa 12:56:35 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:56:35 Removing intermediate container 8c5b519cdd96 12:56:35 ---> 7c4cdd7ee5d8 12:56:35 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 12:56:36 ---> Running in 302e2ead8a12 12:56:36 Removing intermediate container 7203b0ff0fcc 12:56:36 ---> ecf65cfa9bc5 12:56:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:56:36 Removing intermediate container 1d8841460484 12:56:36 ---> 975aaa1e1f07 12:56:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:56:36 ---> 3d0bac975bf7 12:56:36 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:56:36 ---> Running in 5c95d57b946a 12:56:36 ---> 89623a0ca3a5 12:56:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:56:37 ---> 297622a1c001 12:56:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:56:37 Removing intermediate container 5c95d57b946a 12:56:37 ---> 5a53a3d7b1ae 12:56:37 Step 13/23 : ENV APP_PORT=48081 12:56:37 ---> Running in adc1b17fca9b 12:56:37 ---> 1d91d052d789 12:56:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:56:37 Removing intermediate container adc1b17fca9b 12:56:37 ---> f451c7264841 12:56:37 Step 14/23 : EXPOSE $APP_PORT 12:56:37 ---> b9dc12594c15 12:56:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:56:37 ---> Running in 5407be9c63e3 12:56:37 Removing intermediate container 5407be9c63e3 12:56:37 ---> 83a9649e5d92 12:56:37 Step 15/23 : WORKDIR / 12:56:38 ---> Running in d155e0fe1d1b 12:56:38 Removing intermediate container 302e2ead8a12 12:56:38 ---> 8ae27e07de94 12:56:38 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 12:56:38 ---> 7c1feb576103 12:56:38 Step 18/22 : ENTRYPOINT ["/support-notifications"] 12:56:38 ---> f15079437613 12:56:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:56:38 ---> Running in 4ac2f2310613 12:56:38 ---> Running in cd2d7f2e9cb4 12:56:38 Removing intermediate container d155e0fe1d1b 12:56:38 ---> d369f9ffae53 12:56:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:56:40 Removing intermediate container 4ac2f2310613 12:56:40 ---> 1eab00734b19 12:56:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 12:56:40 Removing intermediate container cd2d7f2e9cb4 12:56:40 ---> 774f5770f51a 12:56:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:56:40 ---> cad7caa395f8 12:56:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:56:40 ---> 0bd3f80dd27f 12:56:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:56:40 ---> Running in 333569fda582 12:56:40 ---> ccef317f3926 12:56:40 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 12:56:41 ---> Running in c841c56dfdaa 12:56:41 Removing intermediate container 333569fda582 12:56:41 ---> e45abeb094d5 12:56:41 Step 20/22 : LABEL arch=x86_64 12:56:41 ---> 7c9b0fd36209 12:56:41 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 12:56:41 ---> 9ffb9f452295 12:56:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:56:41 ---> Running in 39384c8c183c 12:56:41 ---> Running in bd249ba3bc36 12:56:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 12:56:41 Status: Downloaded newer image for docker:20.10.0 12:56:41 ---> aefe523efa57 12:56:41 Step 12/26 : RUN apk add --no-cache bash 12:56:41 ---> 1f0e6b1c3710 12:56:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 12:56:41 Removing intermediate container 39384c8c183c 12:56:41 ---> c46fb46dd550 12:56:41 Step 21/22 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 12:56:41 ---> Running in 554fe193b083 12:56:41 ---> Running in 7706b3708598 12:56:41 ---> Running in 00b68612a66a 12:56:42 Removing intermediate container 7706b3708598 12:56:42 ---> e1ca0317f1d6 12:56:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:56:42 Removing intermediate container 00b68612a66a 12:56:42 ---> 339363cc7685 12:56:42 Step 22/22 : LABEL version=0.0.0 12:56:42 ---> Running in fffc7f5efe24 12:56:42 ---> Running in 50c820cf239c 12:56:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:56:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:56:42 Removing intermediate container c841c56dfdaa 12:56:42 ---> e80e9d107297 12:56:42 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 12:56:42 Removing intermediate container fffc7f5efe24 12:56:42 ---> fe3916b4d5b3 12:56:42 Step 21/23 : LABEL arch=x86_64 12:56:42 (1/2) Installing readline (8.0.4-r0) 12:56:42 (2/2) Installing bash (5.0.17-r0) 12:56:42 Executing bash-5.0.17-r0.post-install 12:56:42 Executing busybox-1.31.1-r19.trigger 12:56:42 OK: 12 MiB in 22 packages 12:56:43 Removing intermediate container bd249ba3bc36 12:56:43 ---> 0963d1fbc135 12:56:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 12:56:43 Removing intermediate container 50c820cf239c 12:56:43 ---> 211bac4fbd73 12:56:43 12:56:43 ---> Running in a1ac4a6f019a 12:56:43 ---> Running in f5b33305c665 12:56:43 ---> e0d463ec8a05 12:56:43 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 12:56:43 Successfully built 211bac4fbd73 12:56:43 Successfully tagged docker-support-notifications-go:latest 12:56:43  Building docker-support-notifications-go ... done Building docker-core-command-go 12:56:43 Removing intermediate container f5b33305c665 12:56:43 ---> 899439c8d906 12:56:43 Step 22/24 : LABEL arch=x86_64 12:56:43 Removing intermediate container a1ac4a6f019a 12:56:43 ---> bf8a107e4296 12:56:43 Step 22/23 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 12:56:43 ---> Running in ed8c5beb7f33 12:56:43 ---> Running in 9c8bc3aded05 12:56:43 Removing intermediate container 554fe193b083 12:56:43 ---> 4aed2b821025 12:56:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:56:43 ---> 211aa87b3e8c 12:56:43 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 12:56:43 ---> Running in 467e803b082a 12:56:44 Removing intermediate container ed8c5beb7f33 12:56:44 ---> 98ed37e03167 12:56:44 Step 23/23 : LABEL version=0.0.0 12:56:44 Removing intermediate container 9c8bc3aded05 12:56:44 ---> 6b2007fe7cc6 12:56:44 Step 23/24 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 12:56:47 ---> Running in 44050448ddd7 12:56:47 ---> Running in 76df433f1126 12:56:47 Removing intermediate container 467e803b082a 12:56:47 ---> 5af02ba5fc25 12:56:47 Step 14/26 : ENV APP_PORT=48090 12:56:48 ---> ab0da30335d9 12:56:48 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 12:56:48 ---> Running in d8ee46f0b014 12:56:48 Removing intermediate container 44050448ddd7 12:56:48 ---> ace11fb3ee0f 12:56:48 12:56:48 Removing intermediate container 76df433f1126 12:56:48 ---> 82a1b8ea67f7 12:56:48 Step 24/24 : LABEL version=0.0.0 12:56:48 ---> Running in 01a47c85d300 12:56:48 Successfully built ace11fb3ee0f 12:56:48 Successfully tagged docker-core-metadata-go:latest 12:56:48 Removing intermediate container d8ee46f0b014 12:56:48 Building docker-core-data-go 12:56:48  Building docker-core-metadata-go ... done  ---> 315d3c2ed983 12:56:48 Step 15/26 : EXPOSE $APP_PORT 12:56:48 ---> 9edfc90d49b5 12:56:48 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 12:56:49 ---> Running in 890aecb6be49 12:56:50 Removing intermediate container 01a47c85d300 12:56:50 ---> 1c63245f6647 12:56:50 12:56:50 Successfully built 1c63245f6647 12:56:50 Successfully tagged docker-security-secretstore-setup-go:latest 12:56:50 Building docker-security-proxy-setup-go 12:56:54  Building docker-security-secretstore-setup-go ... done  ---> 8587d5571ad4 12:56:54 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 12:56:54 Removing intermediate container 890aecb6be49 12:56:54 ---> eb0ba853bec4 12:56:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:56:59 ---> Running in 07a33b84365c 12:57:00 ---> 06ef5e2664d7 12:57:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:57:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:57:02 ---> 2ed29f598313 12:57:02 Step 3/23 : WORKDIR /edgex-go 12:57:02 ---> Using cache 12:57:02 ---> ce9fd0440ee5 12:57:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:02 ---> Using cache 12:57:02 ---> d2fc2d02c683 12:57:02 Step 5/23 : RUN apk add --update --no-cache make git 12:57:02 ---> Using cache 12:57:02 ---> 7fdadab0ea97 12:57:02 Step 6/23 : COPY go.mod . 12:57:02 ---> Using cache 12:57:02 ---> 40a2a602ae8e 12:57:02 Step 7/23 : RUN go mod download 12:57:02 ---> Using cache 12:57:02 ---> 8669f3b322c9 12:57:02 Step 8/23 : COPY . . 12:57:02 ---> Using cache 12:57:02 ---> 21e1f54f5be8 12:57:02 Step 9/23 : RUN make cmd/core-command/core-command 12:57:06 Removing intermediate container 07a33b84365c 12:57:06 ---> 8bd62225bc92 12:57:06 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 12:57:08 ---> 9a4b5dd3a41a 12:57:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:57:08 ---> Running in c692e5d49c45 12:57:10 ---> f1c61b4e52b5 12:57:10 Step 26/31 : RUN chmod +x /entrypoint.sh 12:57:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:57:10 ---> 2ed29f598313 12:57:10 Step 3/23 : WORKDIR /edgex-go 12:57:10 ---> Using cache 12:57:10 ---> ce9fd0440ee5 12:57:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:10 ---> Using cache 12:57:10 ---> d2fc2d02c683 12:57:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 12:57:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:57:10 ---> 2ed29f598313 12:57:10 Step 3/21 : WORKDIR /edgex-go 12:57:10 ---> Using cache 12:57:10 ---> ce9fd0440ee5 12:57:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:10 ---> Using cache 12:57:10 ---> d2fc2d02c683 12:57:10 Step 5/21 : RUN apk add --update --no-cache make git 12:57:10 ---> Using cache 12:57:10 ---> 7fdadab0ea97 12:57:10 Step 6/21 : COPY go.mod . 12:57:10 ---> Using cache 12:57:10 ---> 40a2a602ae8e 12:57:10 Step 7/21 : RUN go mod download 12:57:10 ---> Using cache 12:57:10 ---> 8669f3b322c9 12:57:10 Step 8/21 : COPY . . 12:57:10 ---> Using cache 12:57:10 ---> 21e1f54f5be8 12:57:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:57:12 ---> 7deaf5a1d667 12:57:12 Step 19/26 : RUN apk --no-cache add py3-pip 12:57:12 ---> Running in 3d99da78f629 12:57:12 ---> Running in 24d48b73f957 12:57:12 ---> Running in 2e065b87c87a 12:57:12 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 12:57:12 ---> Running in 14c1a8fcf424 12:57:13 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 12:57:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:13 (1/33) Installing libbz2 (1.0.8-r1) 12:57:13 (2/33) Installing expat (2.2.9-r1) 12:57:13 (3/33) Installing libffi (3.3-r2) 12:57:13 (4/33) Installing gdbm (1.13-r1) 12:57:13 (5/33) Installing xz-libs (5.2.5-r0) 12:57:13 (6/33) Installing sqlite-libs (3.32.1-r0) 12:57:13 Removing intermediate container 3d99da78f629 12:57:13 ---> 91674212823a 12:57:13 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 12:57:13 (7/33) Installing python3 (3.8.8-r0) 12:57:14 ---> Running in cd9ebb5c8da2 12:57:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:17 OK: 233 MiB in 51 packages 12:57:17 Removing intermediate container cd9ebb5c8da2 12:57:17 ---> 53f0e68635be 12:57:17 Step 28/31 : CMD ["gate"] 12:57:17 (8/33) Installing py3-appdirs (1.4.4-r1) 12:57:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:57:17 (10/33) Installing py3-parsing (2.4.7-r0) 12:57:17 (11/33) Installing py3-six (1.15.0-r0) 12:57:17 (12/33) Installing py3-packaging (20.4-r0) 12:57:17 ---> Running in 389a4dc92bb9 12:57:17 (13/33) Installing py3-setuptools (47.0.0-r0) 12:57:17 (14/33) Installing py3-chardet (3.0.4-r4) 12:57:18 (15/33) Installing py3-idna (2.9-r0) 12:57:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:57:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:57:18 (18/33) Installing py3-requests (2.23.0-r0) 12:57:18 (19/33) Installing py3-msgpack (1.0.0-r0) 12:57:18 (20/33) Installing py3-lockfile (0.12.2-r3) 12:57:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:57:19 (22/33) Installing py3-colorama (0.4.3-r0) 12:57:19 (23/33) Installing py3-distlib (0.3.0-r0) 12:57:19 Removing intermediate container 389a4dc92bb9 12:57:19 ---> f39f95c1fa5b 12:57:19 Step 29/31 : LABEL arch=x86_64 12:57:19 (24/33) Installing py3-distro (1.5.0-r1) 12:57:19 (25/33) Installing py3-webencodings (0.5.1-r3) 12:57:19 (26/33) Installing py3-html5lib (1.0.1-r4) 12:57:20 gofmt -l . 12:57:20 [ "`gofmt -l .`" = "" ] 12:57:20 ./bin/test-go-mod-tidy.sh 12:57:20 ./bin/test-attribution-txt.sh 12:57:20 (27/33) Installing py3-pytoml (0.1.21-r0) 12:57:20 (28/33) Installing py3-pep517 (0.8.2-r0) 12:57:20 (29/33) Installing py3-progress (1.5-r0) 12:57:20 (30/33) Installing py3-toml (0.10.1-r0) 12:57:20 Removing intermediate container 24d48b73f957 12:57:20 ---> 68cfdc2ec9af 12:57:20 Step 6/23 : COPY go.mod . 12:57:20 (31/33) Installing py3-retrying (1.3.3-r0) 12:57:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:57:20 (33/33) Installing py3-pip (20.1.1-r0) 12:57:22 ---> Running in d6199056047f 12:57:22 Executing busybox-1.31.1-r19.trigger 12:57:22 OK: 71 MiB in 55 packages 12:57:22 ---> 071d0dfa4156 12:57:22 Step 7/23 : RUN go mod download 12:57:22 ---> Running in 30516214512e 12:57:22 Removing intermediate container d6199056047f 12:57:22 ---> afc2d4e37f07 12:57:22 Step 30/31 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 12:57:23 ---> Running in 937159a99440 [Pipeline] sh 12:57:24 Removing intermediate container 937159a99440 12:57:24 ---> c1b4132ca50a 12:57:24 Step 31/31 : LABEL version=0.0.0 12:57:24 ---> Running in 75b64e219dbd 12:57:25 + ls -al . 12:57:25 total 808 12:57:25 drwxrwxr-x 9 1001 1001 4096 Mar 31 12:57 . 12:57:25 drwxr-xr-x 4 root root 4096 Mar 31 12:52 .. 12:57:25 -rw-rw-r-- 1 1001 1001 11 Mar 31 12:51 .dockerignore 12:57:25 drwxrwxr-x 8 1001 1001 4096 Mar 31 12:51 .git 12:57:25 drwxrwxr-x 3 1001 1001 4096 Mar 31 12:51 .github 12:57:25 -rw-rw-r-- 1 1001 1001 818 Mar 31 12:51 .gitignore 12:57:25 -rw-rw-r-- 1 1001 1001 166 Mar 31 12:51 .sonarcloud.properties 12:57:25 -rw-rw-r-- 1 1001 1001 8607 Mar 31 12:51 Attribution.txt 12:57:25 -rw-rw-r-- 1 1001 1001 3804 Mar 31 12:51 CONTRIBUTING.md 12:57:25 -rw-rw-r-- 1 1001 1001 931 Mar 31 12:51 Dockerfile.build 12:57:25 -rw-rw-r-- 1 1001 1001 863 Mar 31 12:51 Jenkinsfile 12:57:25 -rw-rw-r-- 1 1001 1001 10775 Mar 31 12:51 LICENSE 12:57:25 -rw-rw-r-- 1 1001 1001 5774 Mar 31 12:51 Makefile 12:57:25 -rw-rw-r-- 1 1001 1001 6548 Mar 31 12:51 README.md 12:57:25 -rw-rw-r-- 1 1001 1001 6755 Mar 31 12:51 SECURITY.md 12:57:25 -rw-rw-r-- 1 1001 1001 5 Mar 31 12:50 VERSION 12:57:25 -rw-rw-r-- 1 1001 1001 4131 Mar 31 12:51 ZMQWindows.md 12:57:25 drwxrwxr-x 2 1001 1001 4096 Mar 31 12:51 bin 12:57:25 drwxrwxr-x 14 1001 1001 4096 Mar 31 12:51 cmd 12:57:25 -rw-r--r-- 1 root root 669470 Mar 31 12:55 coverage.out 12:57:25 -rw-r--r-- 1 root root 1057 Mar 31 12:57 go.mod 12:57:25 -rw-r--r-- 1 root root 22533 Mar 31 12:57 go.sum 12:57:25 drwxrwxr-x 8 1001 1001 4096 Mar 31 12:51 internal 12:57:25 drwxrwxr-x 4 1001 1001 4096 Mar 31 12:51 openapi 12:57:25 drwxrwxr-x 4 1001 1001 4096 Mar 31 12:51 snap 12:57:25 -rw-rw-r-- 1 1001 1001 168 Mar 31 12:51 version.go [Pipeline] sh 12:57:25 Removing intermediate container 75b64e219dbd 12:57:25 ---> 90adc1f139ec 12:57:25 12:57:25 Successfully built 90adc1f139ec 12:57:25 Successfully tagged docker-security-bootstrapper-go:latest 12:57:25 Building docker-support-scheduler-go 12:57:26 + '[' -e coverage.out ] 12:57:26 + chown 1001:1001 coverage.out [Pipeline] stash 12:57:26 Warning: overwriting stash ‘coverage-report’ 12:57:26  Building docker-security-bootstrapper-go ... done Removing intermediate container 30516214512e 12:57:26 ---> 92bd359dd6e5 12:57:26 Step 8/23 : COPY . . 12:57:27 Stashed 1 file(s) [Pipeline] sh 12:57:27 + make build 12:57:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 12:57:38 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 12:57:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:57:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 12:57:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:57:51 ---> 2ed29f598313 12:57:51 Step 3/22 : WORKDIR /edgex-go 12:57:51 ---> Using cache 12:57:51 ---> ce9fd0440ee5 12:57:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:57:51 ---> Using cache 12:57:51 ---> d2fc2d02c683 12:57:51 Step 5/22 : RUN apk add --update --no-cache make git 12:57:51 ---> Using cache 12:57:51 ---> 7fdadab0ea97 12:57:51 Step 6/22 : COPY go.mod . 12:57:51 ---> Using cache 12:57:51 ---> 40a2a602ae8e 12:57:51 Step 7/22 : RUN go mod download 12:57:51 ---> Using cache 12:57:51 ---> 8669f3b322c9 12:57:51 Step 8/22 : COPY . . 12:57:51 ---> Using cache 12:57:51 ---> 21e1f54f5be8 12:57:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 12:57:52 ---> Running in a13f9435773e 12:57:55 Removing intermediate container 14c1a8fcf424 12:57:55 ---> 4e3bad014b02 12:57:55 Step 20/26 : RUN pip install docker-compose==1.23.2 12:57:57 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 12:57:59 Removing intermediate container c692e5d49c45 12:57:59 ---> 285f09db95ee 12:57:59 12:57:59 Step 10/23 : FROM alpine:3.12 12:57:59 ---> 42cb162f0360 12:57:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 12:57:59 ---> Using cache 12:57:59 ---> 975aaa1e1f07 12:57:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:57:59 ---> Using cache 12:57:59 ---> 5a53a3d7b1ae 12:57:59 Step 13/23 : ENV APP_PORT=48082 12:57:59 ---> Running in cc891356c49f 12:58:00 ---> Running in 7955eacf71ed 12:58:00 Removing intermediate container 2e065b87c87a 12:58:00 ---> b899d2eafd1f 12:58:00 12:58:00 Step 10/21 : FROM alpine:3.12 12:58:00 ---> 42cb162f0360 12:58:00 Step 11/21 : RUN apk add --update --no-cache curl 12:58:00 ---> 5653399fe8b1 12:58:00 Step 9/23 : RUN make cmd/core-data/core-data 12:58:00 ---> Running in f6a532e5d097 12:58:00 ---> Running in e8a9fe46dd64 12:58:00 Removing intermediate container 7955eacf71ed 12:58:00 ---> 282780c37edb 12:58:00 Step 14/23 : EXPOSE $APP_PORT 12:58:00 ---> Running in 932f110cbd17 12:58:01 Removing intermediate container 932f110cbd17 12:58:01 ---> 84fa261458a1 12:58:01 Step 15/23 : WORKDIR / 12:58:01 ---> Running in 93bc2d3f2628 12:58:01 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 12:58:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:58:01 Removing intermediate container 93bc2d3f2628 12:58:01 ---> aac8f11b3743 12:58:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:58:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:58:02 (1/4) Installing ca-certificates (20191127-r4) 12:58:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:58:02 (3/4) Installing libcurl (7.69.1-r3) 12:58:02 (4/4) Installing curl (7.69.1-r3) 12:58:02 Executing busybox-1.31.1-r19.trigger 12:58:02 Executing ca-certificates-20191127-r4.trigger 12:58:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 12:58:02 OK: 7 MiB in 18 packages 12:58:02 ---> 0d1e5098ef90 12:58:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:58:04 ---> aaba02c2fbcd 12:58:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:58:04 Removing intermediate container e8a9fe46dd64 12:58:04 ---> ef9de6ef6230 12:58:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:58:04 ---> Running in 0dfcb3a64bdb 12:58:04 ---> 24b678586113 12:58:04 Step 19/23 : ENTRYPOINT ["/core-command"] 12:58:04 ---> Running in 0b239b5ec314 12:58:04 Removing intermediate container 0dfcb3a64bdb 12:58:04 ---> c930e36f8af7 12:58:04 Step 13/21 : WORKDIR /edgex 12:58:04 Collecting docker-compose==1.23.2 12:58:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:58:05 ---> Running in 90305ed1e40d 12:58:05 Collecting websocket-client<1.0,>=0.32.0 12:58:05 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 12:58:05 Removing intermediate container 0b239b5ec314 12:58:05 ---> 4374423ba5f7 12:58:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:58:06 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:58:06 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:58:06 ---> Running in 302b55639955 12:58:06 Removing intermediate container 90305ed1e40d 12:58:06 ---> 2404737ce065 12:58:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:58:06 Collecting cached-property<2,>=1.2.0 12:58:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:58:06 Collecting texttable<0.10,>=0.9.0 12:58:06 Downloading texttable-0.9.1.tar.gz (11 kB) 12:58:07 Removing intermediate container 302b55639955 12:58:07 ---> a7c429678919 12:58:07 Step 21/23 : LABEL arch=x86_64 12:58:07 ---> Running in 053d9390bbe9 12:58:07 ---> b2726add8017 12:58:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:58:07 Removing intermediate container 053d9390bbe9 12:58:07 ---> 3020b12c4dda 12:58:07 Step 22/23 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 12:58: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 12:58:08 Collecting docopt<0.7,>=0.6.1 12:58:08 Downloading docopt-0.6.2.tar.gz (25 kB) 12:58:08 ---> Running in e422622c6b32 12:58:08 ---> c9589f69625d 12:58:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:58:09 Collecting dockerpty<0.5,>=0.4.1 12:58:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:58:09 Removing intermediate container e422622c6b32 12:58:09 ---> ee59f03facfa 12:58:09 Step 23/23 : LABEL version=0.0.0 12:58:09 ---> Running in ce99830acdae 12:58:09 Removing intermediate container ce99830acdae 12:58:09 ---> ef9803c05920 12:58:09 12:58:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:58:09 ---> d36111487658 12:58:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:58:09 Collecting docker<4.0,>=3.6.0 12:58:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:58:10 Successfully built ef9803c05920 12:58:10 Successfully tagged docker-core-command-go:latest 12:58:10 ---> Running in 2a2c01048fcf 12:58:10  Building docker-core-command-go ... done Collecting jsonschema<3,>=2.5.1 12:58:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:58:10 Removing intermediate container 2a2c01048fcf 12:58:10 ---> 6a16f5c87e27 12:58:10 Step 18/21 : CMD ["--init=true"] 12:58:10 Collecting PyYAML<4,>=3.10 12:58:10 Downloading PyYAML-3.13.tar.gz (270 kB) 12:58:10 ---> Running in f9dbd3b6e3a6 12:58:12 Removing intermediate container f9dbd3b6e3a6 12:58:12 ---> 601d919362af 12:58:12 Step 19/21 : LABEL arch=x86_64 12:58:12 Collecting idna<2.8,>=2.5 12:58:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:58: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 12:58:13 Collecting urllib3<1.25,>=1.21.1 12:58:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:58:13 ---> Running in 9322ccba1a20 12:58:13 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) 12:58:13 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) 12:58:13 Collecting docker-pycreds>=0.4.0 12:58:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:58:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:58:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:58:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:58:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:58:14 Installing collected packages: websocket-client, idna, urllib3, requests, cached-property, texttable, docopt, dockerpty, docker-pycreds, docker, jsonschema, PyYAML, docker-compose 12:58:14 Removing intermediate container 9322ccba1a20 12:58:14 ---> d8e6fda115fe 12:58:14 Step 20/21 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 12:58:14 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 12:58:14 Attempting uninstall: idna 12:58:14 Found existing installation: idna 2.9 12:58:14 Uninstalling idna-2.9: 12:58:14 Successfully uninstalled idna-2.9 12:58:14 ---> Running in eb0dbe4f4948 12:58:14 Attempting uninstall: urllib3 12:58:14 Found existing installation: urllib3 1.25.9 12:58:14 Uninstalling urllib3-1.25.9: 12:58:14 Successfully uninstalled urllib3-1.25.9 12:58:15 Removing intermediate container eb0dbe4f4948 12:58:15 ---> 065b28b701b8 12:58:15 Step 21/21 : LABEL version=0.0.0 12:58:15 Attempting uninstall: requests 12:58:15 Found existing installation: requests 2.23.0 12:58:15 Uninstalling requests-2.23.0: 12:58:16 Successfully uninstalled requests-2.23.0 12:58:16 ---> Running in cae856cbb932 12:58:16 Running setup.py install for texttable: started 12:58:16 Removing intermediate container cae856cbb932 12:58:16 ---> 00b8c368569b 12:58:16 12:58:16 Successfully built 00b8c368569b 12:58:16 Successfully tagged docker-security-proxy-setup-go:latest 12:58:16  Building docker-security-proxy-setup-go ... done  Running setup.py install for texttable: finished with status 'done' 12:58:16 Running setup.py install for docopt: started 12:58:17 Running setup.py install for docopt: finished with status 'done' 12:58:17 Running setup.py install for dockerpty: started 12:58:18 Running setup.py install for dockerpty: finished with status 'done' 12:58:18 Running setup.py install for PyYAML: started 12:58:19 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 12:58:19 Running setup.py install for PyYAML: finished with status 'done' 12:58:19 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.58.0 12:58:23 Removing intermediate container a13f9435773e 12:58:23 ---> 05d49970681a 12:58:23 12:58:23 Step 10/22 : FROM alpine:3.12 12:58:23 ---> 42cb162f0360 12:58:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 12:58:23 ---> Using cache 12:58:23 ---> 975aaa1e1f07 12:58:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 12:58:23 ---> Using cache 12:58:23 ---> 5a53a3d7b1ae 12:58:23 Step 13/22 : ENV APP_PORT=48085 12:58:23 ---> Running in 6f11f655ab0f 12:58:25 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 12:58:26 Removing intermediate container cc891356c49f 12:58:26 ---> eacf3bc2fe41 12:58:26 Step 21/26 : RUN apk --no-cache add curl 12:58:26 Removing intermediate container 6f11f655ab0f 12:58:26 ---> ac424c7c7de0 12:58:26 Step 14/22 : EXPOSE $APP_PORT 12:58:26 ---> Running in b96ddf853735 12:58:26 ---> Running in 83a123fdce87 12:58:26 Removing intermediate container 83a123fdce87 12:58:26 ---> 1f3c887e9211 12:58:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 12:58:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:58:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:58:27 ---> 94e451d15a4d 12:58:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:58:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:58:27 (2/3) Installing libcurl (7.69.1-r3) 12:58:27 (3/3) Installing curl (7.69.1-r3) 12:58:27 Executing busybox-1.31.1-r19.trigger 12:58:27 OK: 72 MiB in 58 packages 12:58:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:58:30 ---> d7564bc4a1c2 12:58:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:58:30 Removing intermediate container f6a532e5d097 12:58:30 ---> 3f44d0c53f27 12:58:30 12:58:30 Step 10/23 : FROM alpine:3.12 12:58:30 ---> 42cb162f0360 12:58:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:58:30 Removing intermediate container b96ddf853735 12:58:30 ---> cc1e2a5e6a0c 12:58:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 12:58:30 ---> Running in ba9808984c01 12:58:30 ---> Running in 7c8293635671 12:58:30 ---> f8ea4436c312 12:58:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 12:58:30 ---> Running in 4c3d3aa14ef3 12:58:30 Removing intermediate container ba9808984c01 12:58:30 ---> 4b94339c9bd8 12:58:30 Step 12/23 : ENV APP_PORT=48080 12:58:30 Removing intermediate container 7c8293635671 12:58:30 ---> b74a121d50c1 12:58:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:58:31 ---> Running in 0f8e2d34dc7c 12:58:31 ---> Running in c5cc90d5b87c 12:58:31 Removing intermediate container 4c3d3aa14ef3 12:58:31 ---> ca2feac2b2be 12:58:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:58:31 ---> Running in 5c1d532003cd 12:58:31 Removing intermediate container 0f8e2d34dc7c 12:58:31 ---> 0d66034a2e81 12:58:31 Step 13/23 : EXPOSE $APP_PORT 12:58:31 Removing intermediate container c5cc90d5b87c 12:58:31 ---> 5c99143bc7c9 12:58:31 Step 24/26 : LABEL arch=x86_64 12:58:31 ---> Running in e0f6a61ebe6e 12:58:31 ---> Running in 2f48a5facbe4 12:58:31 Removing intermediate container 5c1d532003cd 12:58:31 ---> 6701e2f94184 12:58:31 Step 20/22 : LABEL arch=x86_64 12:58:31 ---> Running in a0f158657db7 12:58:31 Removing intermediate container e0f6a61ebe6e 12:58:31 ---> df413b8344f6 12:58:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:58:31 Removing intermediate container 2f48a5facbe4 12:58:31 ---> 320e6c998c9b 12:58:31 Step 25/26 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 12:58:31 ---> Running in d1b5a3b8de44 12:58:31 Removing intermediate container a0f158657db7 12:58:31 ---> 423f1abc0a81 12:58:31 Step 21/22 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 12:58:31 ---> Running in 941d65a6b1ea 12:58:32 ---> Running in ee578be3f3f1 12:58:32 Removing intermediate container 941d65a6b1ea 12:58:32 ---> c4d86ecbc71e 12:58:32 Step 26/26 : LABEL version=0.0.0 12:58:32 ---> Running in 1941e0cf097d 12:58:32 Removing intermediate container ee578be3f3f1 12:58:32 ---> c3d1463efe32 12:58:32 Step 22/22 : LABEL version=0.0.0 12:58:32 ---> Running in 8f692226b4a0 12:58:32 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 12:58:32 Removing intermediate container 1941e0cf097d 12:58:32 ---> 22f65cada078 12:58:32 12:58:32 Successfully built 22f65cada078 12:58:32 Removing intermediate container 8f692226b4a0 12:58:32 ---> aeef3b30b30d 12:58:32 12:58:32 Successfully tagged docker-sys-mgmt-agent-go:latest 12:58:32  Building docker-sys-mgmt-agent-go ... done Successfully built aeef3b30b30d 12:58:32 Successfully tagged docker-support-scheduler-go:latest 12:58:33  Building docker-support-scheduler-go ... done Removing intermediate container d1b5a3b8de44 12:58:33 ---> ca52c82bf96e 12:58:33 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 12:58:33 ---> Running in 41d67ddb4e43 12:58:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:58:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:58:35 (1/6) Installing dumb-init (1.2.2-r1) 12:58:35 (2/6) Installing libgcc (9.3.0-r2) 12:58:35 (3/6) Installing libsodium (1.0.18-r0) 12:58:35 (4/6) Installing libstdc++ (9.3.0-r2) 12:58:35 (5/6) Installing libzmq (4.3.3-r0) 12:58:36 (6/6) Installing zeromq (4.3.3-r0) 12:58:36 Executing busybox-1.31.1-r19.trigger 12:58:36 OK: 8 MiB in 20 packages 12:58:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 12:58:36 Removing intermediate container 41d67ddb4e43 12:58:36 ---> c7721981f433 12:58:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 12:58:36 ---> dbe8736e63ff 12:58:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:58:37 ---> f89dd601bbf9 12:58:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:58:38 ---> 0847734e71f6 12:58:38 Step 19/23 : ENTRYPOINT ["/core-data"] 12:58:38 ---> Running in a312f1b41847 12:58:38 Removing intermediate container a312f1b41847 12:58:38 ---> d863579c9e3d 12:58:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:58:38 ---> Running in 5173966febbb 12:58:38 Removing intermediate container 5173966febbb 12:58:38 ---> 17765006cb8c 12:58:38 Step 21/23 : LABEL arch=x86_64 12:58:38 ---> Running in ecad419068b6 12:58:38 Removing intermediate container ecad419068b6 12:58:38 ---> 2a6ff00ba326 12:58:38 Step 22/23 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 12:58:38 ---> Running in 58a0231a84b7 12:58:39 Removing intermediate container 58a0231a84b7 12:58:39 ---> fe2a79c046f2 12:58:39 Step 23/23 : LABEL version=0.0.0 12:58:39 ---> Running in c9fc54b47ddf 12:58:39 Removing intermediate container c9fc54b47ddf 12:58:39 ---> 42c86cc392ed 12:58:39 12:58:39 Successfully built 42c86cc392ed 12:58:39 Successfully tagged docker-core-data-go:latest 12:58:39  Building docker-core-data-go ... done  [Pipeline] } 12:58:39 $ docker stop --time=1 a7fad7442777e2f463c89065f4f2ba8b98e21d45484f908de7081b882c555477 12:58:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 12:58:41 $ docker rm -f a7fad7442777e2f463c89065f4f2ba8b98e21d45484f908de7081b882c555477 [Pipeline] // withDockerContainer [Pipeline] sh 12:58:41 + docker images 12:58:41 + grep docker 12:58:42 docker-core-data-go latest 42c86cc392ed 2 seconds ago 22.7MB 12:58:42 docker-sys-mgmt-agent-go latest 22f65cada078 9 seconds ago 314MB 12:58:42 docker-support-scheduler-go latest aeef3b30b30d 9 seconds ago 17.4MB 12:58:42 docker-security-proxy-setup-go latest 00b8c368569b 25 seconds ago 25.4MB 12:58:42 docker-core-command-go latest ef9803c05920 32 seconds ago 17.3MB 12:58:42 docker-security-bootstrapper-go latest 90adc1f139ec About a minute ago 18.9MB 12:58:42 docker-security-secretstore-setup-go latest 1c63245f6647 About a minute ago 25.7MB 12:58:42 docker-core-metadata-go latest ace11fb3ee0f About a minute ago 19MB 12:58:42 docker-support-notifications-go latest 211bac4fbd73 About a minute ago 17.9MB 12:58:42 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [Pipeline] } 12:58:47 $ docker stop --time=1 e3f26a733d5310d4d6c0f96e8ebfd966702712f54239b26cce4439365fc1294d 12:58:49 $ docker rm -f e3f26a733d5310d4d6c0f96e8ebfd966702712f54239b26cce4439365fc1294d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:58:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:58:51 12:58:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:58:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:58:52 latest: Pulling from edgex-devops/edgex-compose-arm64 12:58:52 29e5d40040c1: Pulling fs layer 12:58:52 1ce36da41761: Pulling fs layer 12:58:52 25b303627fd3: Pulling fs layer 12:58:52 29e5d40040c1: Verifying Checksum 12:58:52 29e5d40040c1: Download complete 12:58:53 1ce36da41761: Verifying Checksum 12:58:53 1ce36da41761: Download complete 12:58:53 29e5d40040c1: Pull complete 12:58:54 1ce36da41761: Pull complete 12:58:54 25b303627fd3: Verifying Checksum 12:58:54 25b303627fd3: Download complete 12:58:57 Still waiting to schedule task 12:58:57 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 12:59:04 25b303627fd3: Pull complete 12:59:04 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 12:59:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:59:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 12:59:04 prd-ubuntu18.04-docker-arm64-4c-16g-32246 does not seem to be running inside a container 12:59:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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 12:59:07 $ docker top 5a4f5b71454ffab57943f34ba96bf7632e82c36617ad0ac04547b06a2ceef9f5 -eo pid,comm [Pipeline] { [Pipeline] sh 12:59:08 + docker-compose build --help 12:59:08 + grep parallel 12:59:12 --parallel Build images in parallel. [Pipeline] } 12:59:12 $ docker stop --time=1 5a4f5b71454ffab57943f34ba96bf7632e82c36617ad0ac04547b06a2ceef9f5 12:59:14 $ docker rm -f 5a4f5b71454ffab57943f34ba96bf7632e82c36617ad0ac04547b06a2ceef9f5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:59:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:59:15 . [Pipeline] withDockerContainer 12:59:15 prd-ubuntu18.04-docker-arm64-4c-16g-32246 does not seem to be running inside a container 12:59:15 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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 12:59:16 $ docker top 8d7270e9c880cdc2229aefd7d88e90dcf6471e60f92fe7594fc1df2361738591 -eo pid,comm [Pipeline] { [Pipeline] sh 12:59:18 + docker-compose -f ./docker-compose-build.yml build --parallel 12:59:21 Building docker-core-command-go ... 12:59:21 Building docker-core-data-go ... 12:59:21 Building docker-core-metadata-go ... 12:59:21 Building docker-security-bootstrapper-go ... 12:59:21 Building docker-security-proxy-setup-go ... 12:59:21 Building docker-security-secretstore-setup-go ... 12:59:21 Building docker-support-notifications-go ... 12:59:21 Building docker-support-scheduler-go ... 12:59:21 Building docker-sys-mgmt-agent-go ... 12:59:21 Building docker-security-proxy-setup-go 12:59:21 Building docker-security-bootstrapper-go 12:59:21 Building docker-core-data-go 12:59:21 Building docker-sys-mgmt-agent-go 12:59:21 Building docker-support-notifications-go 13:00:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:00:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:00:43 ---> dec166e9f8af 13:00:43 Step 3/22 : WORKDIR /edgex-go 13:00:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:00:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:00:43 ---> dec166e9f8af 13:00:43 Step 3/23 : WORKDIR /edgex-go 13:00:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:00:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:00:43 13:00:43 ---> dec166e9f8af 13:00:43 Step 3/21 : WORKDIR /edgex-go 13:00:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:00:43 ---> dec166e9f8af 13:00:43 Step 3/26 : WORKDIR /edgex-go 13:00:43 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:00:43 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:00:43 ---> dec166e9f8af 13:00:43 Step 3/31 : WORKDIR /edgex-go 13:00:43 ---> Running in 2428a6eeb1ab 13:00:43 ---> Running in 2a848c4dee7b 13:00:43 ---> Running in 92215fc16389 13:00:43 ---> Running in 84221eee26f1 13:00:43 ---> Running in c794f125c36b 13:00:43 Removing intermediate container 2a848c4dee7b 13:00:43 ---> b8e55147e074 13:00:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:00:43 Removing intermediate container 92215fc16389 13:00:43 ---> 58f4ff0da670 13:00:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:00:43 Removing intermediate container 2428a6eeb1ab 13:00:43 ---> 898839ec31f0 13:00:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:00:43 Removing intermediate container c794f125c36b 13:00:43 ---> 4ee03c436813 13:00:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:00:43 Removing intermediate container 84221eee26f1 13:00:43 ---> 1a9171152c4c 13:00:43 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:00:43 ---> Running in 39f0e979d772 13:00:43 ---> Running in 4c48ff7f328f 13:00:43 ---> Running in 84da660b5e33 13:00:43 ---> Running in f622b38c7345 13:00:43 ---> Running in c179db5ce14e 13:00:43 Removing intermediate container 84da660b5e33 13:00:43 ---> 65bdc3a40dd0 13:00:43 Step 5/21 : RUN apk add --update --no-cache make git 13:00:43 ---> Running in 0aa122f8eae3 13:00:43 Removing intermediate container 4c48ff7f328f 13:00:43 ---> 571442f6bc67 13:00:43 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:00:43 Removing intermediate container c179db5ce14e 13:00:43 ---> 77b005235dc5 13:00:43 Step 5/31 : RUN apk add --update --no-cache make git 13:00:43 Removing intermediate container 39f0e979d772 13:00:43 ---> f5013598313f 13:00:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:00:43 Removing intermediate container f622b38c7345 13:00:43 ---> d326d146a412 13:00:43 Step 5/26 : RUN apk add --update --no-cache make bash git 13:00:43 ---> Running in b2b679598f16 13:00:43 ---> Running in b919963b774b 13:00:43 ---> Running in 60b30bb7aa0f 13:00:43 ---> Running in 34a43ed709f3 13:00:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:00:43 OK: 217 MiB in 51 packages 13:00:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:00:44 OK: 217 MiB in 51 packages 13:00:44 Removing intermediate container 0aa122f8eae3 13:00:44 ---> de6017f58588 13:00:44 Step 6/21 : COPY go.mod . 13:00:45 OK: 217 MiB in 51 packages 13:00:45 OK: 217 MiB in 51 packages 13:00:45 OK: 217 MiB in 51 packages 13:00:46 ---> a4106d0f7ee1 13:00:46 Step 7/21 : RUN go mod download 13:00:46 ---> Running in b4b2f3cbc109 13:00:46 Removing intermediate container b2b679598f16 13:00:46 ---> 495e5cdb925c 13:00:46 Step 6/31 : COPY go.mod . 13:00:47 Removing intermediate container 34a43ed709f3 13:00:47 ---> 1e344610552b 13:00:47 Step 6/26 : COPY go.mod . 13:00:47 Removing intermediate container 60b30bb7aa0f 13:00:47 ---> c2f32bbd6970 13:00:47 Step 6/22 : COPY go.mod . 13:00:47 Removing intermediate container b919963b774b 13:00:47 ---> ff8bfabb3500 13:00:47 Step 6/23 : COPY go.mod . 13:00:47 ---> 509cfa95ba78 13:00:47 Step 7/31 : RUN go mod download 13:00:47 ---> Running in 3468e84c71ea 13:00:48 ---> 3a5269b4b3ed 13:00:48 Step 7/26 : RUN go mod download 13:00:48 ---> 9288bb97936a 13:00:48 Step 7/23 : RUN go mod download 13:00:48 ---> Running in 8bcc909c5e8a 13:00:48 ---> cdd7262b4397 13:00:48 Step 7/22 : RUN go mod download 13:00:49 ---> Running in dad483482479 13:00:49 ---> Running in 91ae0028023b 13:00:50 Removing intermediate container b4b2f3cbc109 13:00:50 ---> 6ce0efd02460 13:00:50 Step 8/21 : COPY . . 13:00:52 Removing intermediate container 3468e84c71ea 13:00:52 ---> 9c1792cb42a7 13:00:52 Step 8/31 : COPY . . 13:00:53 Removing intermediate container 8bcc909c5e8a 13:00:53 ---> 1195174e151e 13:00:53 Step 8/26 : COPY . . 13:00:54 Removing intermediate container 91ae0028023b 13:00:54 ---> 1ca322563d07 13:00:54 Step 8/22 : COPY . . 13:00:54 Removing intermediate container dad483482479 13:00:54 ---> 04e95e49183d 13:00:54 Step 8/23 : COPY . . 13:01:21 ---> dbcc5601c5b6 13:01:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:01:21 ---> 30ca77954890 13:01:21 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:01:21 ---> 97f2893c2ae6 13:01:21 Step 9/23 : RUN make cmd/core-data/core-data 13:01:21 ---> 3896a1ad4db4 13:01:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:01:21 ---> 7bc6fccb658d 13:01:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:01:21 ---> Running in 0570bfa12ac2 13:01:21 ---> Running in 5bcee1ab0736 13:01:21 ---> Running in 072049ae12b1 13:01:21 ---> Running in a1da9e395d41 13:01:21 ---> Running in 0a970507d544 13:01:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:01:21 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 13:01:21 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 13:01:21 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 13:01:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:01:42 Running on prd-ubuntu18.04-docker-8c-8g-32253 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 13:01:42 Running in /w/workspace/edgex-go/49 [Pipeline] { [Pipeline] checkout 13:01:44 using credential edgex-jenkins-ssh 13:01:44 Cloning the remote Git repository 13:01:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:01:45 > git init /w/workspace/edgex-go/49 # timeout=10 13:01:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:01:45 > git --version # timeout=10 13:01:45 > git --version # 'git version 2.17.1' 13:01:45 using GIT_SSH to set credentials SSH Credentials for GitHub 13:01:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:01:51 Merging remotes/origin/master commit ffa292a08661baeb026f188275a19c5914c89a0e into PR head commit df9f98fcb2fb8b861d59aef466eee886632dbbe0 13:01:51 Merge succeeded, producing df9f98fcb2fb8b861d59aef466eee886632dbbe0 13:01:51 Checking out Revision df9f98fcb2fb8b861d59aef466eee886632dbbe0 (PR-3234) 13:01:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:01:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:01:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:01:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:01:51 using GIT_SSH to set credentials SSH Credentials for GitHub 13:01:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:01:51 > git config core.sparsecheckout # timeout=10 13:01:51 > git checkout -f df9f98fcb2fb8b861d59aef466eee886632dbbe0 # timeout=10 13:01:51 > git remote # timeout=10 13:01:51 > git config --get remote.origin.url # timeout=10 13:01:51 using GIT_SSH to set credentials SSH Credentials for GitHub 13:01:51 > git merge ffa292a08661baeb026f188275a19c5914c89a0e # timeout=10 13:01:51 > git rev-parse HEAD^{commit} # timeout=10 13:01:51 > git config core.sparsecheckout # timeout=10 13:01:51 > git checkout -f df9f98fcb2fb8b861d59aef466eee886632dbbe0 # timeout=10 13:01:55 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:01:57 + echo snap-build.sh 13:01:57 snap-build.sh 13:01:57 + SNAP_BASE_DIR=. 13:01:57 + '[' '!' -z /w/workspace/edgex-go/49 ']' 13:01:57 + SNAP_BASE_DIR=/w/workspace/edgex-go/49 13:01:57 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/49]' 13:01:57 [snap-build] Building snap in dir [/w/workspace/edgex-go/49] 13:01:57 + cd /w/workspace/edgex-go/49 13:01:57 + sudo apt-get remove -qy --purge lxd lxd-client 13:01:57 Reading package lists... 13:01:57 Building dependency tree... 13:01:57 Reading state information... 13:01:57 The following packages were automatically installed and are no longer required: 13:01:57 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 13:01:57 uidmap xdelta3 13:01:57 Use 'sudo apt autoremove' to remove them. 13:01:57 The following packages will be REMOVED: 13:01:57 lxd* lxd-client* 13:01:58 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 13:01:58 After this operation, 31.7 MB disk space will be freed. 13:01:59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 13:01:59 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 13:02:00 Removing lxd dnsmasq configuration 13:02:00 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 13:02:00 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 13:02:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 13:02:01 (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.) 13:02:01 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 13:02:03 Processing triggers for systemd (237-3ubuntu10.42) ... 13:02:03 Processing triggers for ureadahead (0.100.0-21) ... 13:02:05 + sudo snap remove --purge lxd 13:02:05 snap "lxd" is not installed 13:02:05 + sudo groupadd --force --system lxd 13:02:05 ++ whoami 13:02:05 + sudo /usr/sbin/usermod -G lxd -a jenkins 13:02:05 + newgrp - lxd 13:02:06 + sudo snap install lxd 13:02:18 2021-03-31T13:02:15Z INFO Waiting for automatic snapd restart... 13:02:45 lxd 4.12 from Canonical* installed 13:02:45 + sudo lxd init --auto 13:02:55 + sudo snap install --classic snapcraft 13:02:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:03:07 snapcraft 4.6 from Canonical* installed 13:03:07 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 13:03:07 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 13:03:07 % Total % Received % Xferd Average Speed Time Time Time Current 13:03:07 Dload Upload Total Spent Left Speed 13:03:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4750 0 --:--:-- --:--:-- --:--:-- 4786 13:03:08 44 3325k 44 1480k 0 0 1628k 0 0:00:02 --:--:-- 0:00:02 1628k 100 3325k 100 3325k 0 0 3365k 0 --:--:-- --:--:-- --:--:-- 22.8M 13:03:08 ./yq_linux_amd64 13:03:08 + sudo snapcraft prime --use-lxd 13:03:10 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 13:03:10 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: 13:03:10 - README.md 13:03:10 13:03:10 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 13:03:10 Removing intermediate container 0570bfa12ac2 13:03:10 ---> 6884517fe4fc 13:03:10 13:03:10 Step 10/31 : FROM alpine:3.12 13:03:10 3.12: Pulling from library/alpine 13:03:11 Launching a container. 13:03:13 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 13:03:13 Status: Downloaded newer image for alpine:3.12 13:03:13 ---> e47305ac9786 13:03:13 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:03:14 ---> Running in 230681f00754 13:03:15 Removing intermediate container 072049ae12b1 13:03:15 ---> 47c361e890a1 13:03:15 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:03:15 Removing intermediate container 5bcee1ab0736 13:03:15 ---> 003783a2e03a 13:03:15 13:03:15 Step 10/21 : FROM alpine:3.12 13:03:15 ---> e47305ac9786 13:03:15 Step 11/21 : RUN apk add --update --no-cache curl 13:03:15 Removing intermediate container 230681f00754 13:03:15 ---> 4219c20de970 13:03:15 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:03:15 ---> Running in 900fae314ab6 13:03:15 ---> Running in 1cbe87b6d8c3 13:03:15 ---> Running in 5725447dbaaa 13:03:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:03:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:03:18 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 13:03:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:03:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:03:18 (1/4) Installing ca-certificates (20191127-r4) 13:03:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:03:18 (3/4) Installing libcurl (7.69.1-r3) 13:03:18 (4/4) Installing curl (7.69.1-r3) 13:03:18 Executing busybox-1.31.1-r19.trigger 13:03:18 Executing ca-certificates-20191127-r4.trigger 13:03:18 (1/2) Installing dumb-init (1.2.2-r1) 13:03:18 (2/2) Installing su-exec (0.2-r1) 13:03:18 Executing busybox-1.31.1-r19.trigger 13:03:18 OK: 5 MiB in 16 packages 13:03:19 OK: 7 MiB in 18 packages 13:03:21 Removing intermediate container 0a970507d544 13:03:21 ---> 16da1301a4a9 13:03:21 13:03:21 Step 10/22 : FROM alpine:3.12 13:03:21 ---> e47305ac9786 13:03:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:03:22 ---> Running in 8930ecaa0249 13:03:22 Removing intermediate container 5725447dbaaa 13:03:22 ---> 1af8b5095031 13:03:22 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:03:22 Removing intermediate container 1cbe87b6d8c3 13:03:22 ---> 8db8e142eff0 13:03:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:03:22 ---> Running in c68eb823f5be 13:03:22 ---> Running in 3928c824930a 13:03:23 Removing intermediate container 900fae314ab6 13:03:23 ---> 730eb75fd3e7 13:03:23 13:03:23 Step 11/26 : FROM docker:20.10.0 13:03:23 20.10.0: Pulling from library/docker 13:03:23 Removing intermediate container c68eb823f5be 13:03:23 ---> d249ffe98115 13:03:23 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:03:24 Removing intermediate container 3928c824930a 13:03:24 ---> de4f7033d999 13:03:24 Step 13/21 : WORKDIR /edgex 13:03:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:03:24 ---> Running in 751615584c58 13:03:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:03:24 ---> Running in 3295100b1f1e 13:03:25 (1/2) Installing ca-certificates (20191127-r4) 13:03:25 (2/2) Installing dumb-init (1.2.2-r1) 13:03:25 Executing busybox-1.31.1-r19.trigger 13:03:25 Executing ca-certificates-20191127-r4.trigger 13:03:25 Removing intermediate container 751615584c58 13:03:25 ---> 62f0f3486f1c 13:03:25 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:03:25 OK: 6 MiB in 16 packages 13:03:26 Removing intermediate container 3295100b1f1e 13:03:26 ---> ddc1fb0fca79 13:03:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:03:26 ---> Running in c3ccd92f2032 13:03:26 Waiting for container to be ready 13:03:26 To start your first instance, try: lxc launch ubuntu:18.04 13:03:26 13:03:28 ---> add0244ec18a 13:03:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:03:29 Removing intermediate container 8930ecaa0249 13:03:29 ---> 6f423c57153b 13:03:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:03:29 ---> Running in bc03d25afbc7 13:03:30 Removing intermediate container bc03d25afbc7 13:03:30 ---> 663e70e0c768 13:03:30 Step 13/22 : ENV APP_PORT=48060 13:03:30 ---> 3b14bb68bc69 13:03:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:03:30 Removing intermediate container c3ccd92f2032 13:03:30 ---> 3ba92ec1a603 13:03:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:03:30 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 13:03:30 ---> Running in 67688b103424 13:03:30 ---> Running in e3118bd29bb0 13:03:31 Waiting for network to be ready... 13:03:31 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:03:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:03:31 Removing intermediate container 67688b103424 13:03:31 ---> c89761434e82 13:03:31 Step 14/22 : EXPOSE $APP_PORT 13:03:32 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:03:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 13:03:32 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:03:32 Removing intermediate container e3118bd29bb0 13:03:32 ---> cc32dea9d070 13:03:32 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:03:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:03:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 13:03:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 13:03:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 13:03:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 13:03:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 13:03:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 13:03:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 13:03:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:03:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:03:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:03:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:03:32 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:03:33 ---> Running in 8a3beb04b9c1 13:03:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:03:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 13:03:33 ---> 94ffb0cb4586 13:03:33 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:03:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 13:03:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 13:03:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 13:03:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 13:03:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 13:03:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 13:03:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 13:03:34 ---> Running in f499ba03ccf7 13:03:34 Removing intermediate container 8a3beb04b9c1 13:03:34 ---> d18fc692e146 13:03:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:03:34 ---> e5877cb13fc5 13:03:34 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:03:35 ---> Running in 9eccb683a677 13:03:35 Removing intermediate container f499ba03ccf7 13:03:35 ---> 3724b336b3e1 13:03:35 Step 18/21 : CMD ["--init=true"] 13:03:35 ---> Running in 43a3873af190 13:03:35 ---> 39cebfc6a606 13:03:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:03:37 Removing intermediate container 43a3873af190 13:03:37 ---> f56fa061a855 13:03:37 Step 19/21 : LABEL arch=arm64 13:03:37 Fetched 24.2 MB in 6s (3841 kB/s) 13:03:38 ---> Running in 8d79cb73f9cc 13:03:38 ---> a0df8e8db4fc 13:03:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:03:39 Removing intermediate container a1da9e395d41 13:03:39 ---> 972ea3c5e72a 13:03:39 13:03:39 Step 10/23 : FROM alpine:3.12 13:03:39 ---> e47305ac9786 13:03:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:03:39 ---> Running in d2ab95bb35d8 13:03:39 Removing intermediate container 8d79cb73f9cc 13:03:39 ---> 56b6682eb7da 13:03:39 Step 20/21 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 13:03:39 ---> Running in fd125210989c 13:03:39 ---> b6df9e718821 13:03:39 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:03:39 Reading package lists... 13:03:39 Reading package lists... 13:03:40 ---> Running in 2ba5579653ff 13:03:40 Removing intermediate container 9eccb683a677 13:03:40 ---> 2f9921ebacb3 13:03:40 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:03:40 Removing intermediate container d2ab95bb35d8 13:03:40 ---> feb8062457ab 13:03:40 Step 12/23 : ENV APP_PORT=48080 13:03:40 Building dependency tree... 13:03:40 Reading state information... 13:03:40 The following additional packages will be installed: 13:03:40 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:03:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:03:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:03:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 13:03:40 Suggested packages: 13:03:40 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 13:03:40 Recommended packages: 13:03:40 gnupg libsasl2-modules 13:03:40 The following NEW packages will be installed: 13:03:40 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:03:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:03:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:03:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 13:03:40 The following packages will be upgraded: 13:03:40 gpg gpg-agent gpgconf libudev1 13:03:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:03:40 Status: Downloaded newer image for docker:20.10.0 13:03:40 ---> eeaf43b92773 13:03:40 Step 12/26 : RUN apk add --no-cache bash 13:03:40 Removing intermediate container fd125210989c 13:03:40 ---> fc375e5c8634 13:03:40 Step 21/21 : LABEL version=0.0.0 13:03:40 ---> Running in 164ce2f92921 13:03:40 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 13:03:40 Need to get 3530 kB of archives. 13:03:40 After this operation, 13.3 MB of additional disk space will be used. 13:03:40 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 13:03:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 13:03:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 13:03:40 ---> Running in d0a84e625cab 13:03:40 ---> Running in 35a8672c73db 13:03:40 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 13:03:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 13:03:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 13:03:40 Removing intermediate container 2ba5579653ff 13:03:40 ---> e23b84611d1c 13:03:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:03:41 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 13:03:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 13:03:41 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 13:03:41 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 13:03:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 13:03:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 13:03:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 13:03:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 13:03:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 13:03:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 13:03:41 ---> Running in d5235ae8dc5c 13:03:41 Removing intermediate container 164ce2f92921 13:03:41 ---> eeeb582f2bb6 13:03:41 Step 13/23 : EXPOSE $APP_PORT 13:03:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 13:03:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 13:03:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 13:03:41 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 13:03:41 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 13:03:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 13:03:41 ---> ffc34f8b52ae 13:03:41 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:03:41 Removing intermediate container d0a84e625cab 13:03:41 ---> 9c214397b73a 13:03:41 13:03:41 ---> Running in 5a82ec4cb6ee 13:03:41 debconf: delaying package configuration, since apt-utils is not installed 13:03:41 Fetched 3530 kB in 1s (3528 kB/s) 13:03:41 (Reading database ... 12511 files and directories currently installed.) 13:03:41 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 13:03:41 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:03:41 Removing intermediate container d5235ae8dc5c 13:03:41 ---> dbd78de68562 13:03:41 Step 20/22 : LABEL arch=arm64 13:03:41 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 13:03:41 Selecting previously unselected package udev. 13:03:41 (Reading database ... 12511 files and directories currently installed.) 13:03:41 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 13:03:41 Unpacking udev (237-3ubuntu10.45) ... 13:03:42 ---> Running in 027e07725a24 13:03:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:03:42 Successfully built 9c214397b73a 13:03:42 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:03:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:03:42  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 13:03:42 Removing intermediate container 5a82ec4cb6ee 13:03:42 ---> 2d9258fa045b 13:03:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:03:42 Selecting previously unselected package libfuse2:amd64. 13:03:42 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 13:03:42 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:03:42 Selecting previously unselected package fuse. 13:03:42 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 13:03:42 Unpacking fuse (2.9.7-1ubuntu1) ... 13:03:42 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 13:03:42 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:03:42 Removing intermediate container 027e07725a24 13:03:42 ---> 70514f9e5441 13:03:42 Step 21/22 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 13:03:42 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 13:03:42 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:03:42 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 13:03:42 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:03:42 ---> Running in 70440ea933e9 13:03:43 Selecting previously unselected package libksba8:amd64. 13:03:43 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 13:03:43 Unpacking libksba8:amd64 (1.3.5-2) ... 13:03:43 Selecting previously unselected package libroken18-heimdal:amd64. 13:03:43 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:03:43 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:43 ---> Running in 9c3089bb70fc 13:03:43 (1/2) Installing readline (8.0.4-r0) 13:03:43 ---> b1348c37ba7f 13:03:43 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:03:43 (2/2) Installing bash (5.0.17-r0) 13:03:43 Executing bash-5.0.17-r0.post-install 13:03:43 Executing busybox-1.31.1-r19.trigger 13:03:43 OK: 12 MiB in 22 packages 13:03:43 Selecting previously unselected package libasn1-8-heimdal:amd64. 13:03:43 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:03:43 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:43 Selecting previously unselected package libheimbase1-heimdal:amd64. 13:03:43 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:03:43 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:43 Selecting previously unselected package libhcrypto4-heimdal:amd64. 13:03:43 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:03:43 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:43 Selecting previously unselected package libwind0-heimdal:amd64. 13:03:43 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:03:43 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:43 Selecting previously unselected package libhx509-5-heimdal:amd64. 13:03:43 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:03:43 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:44 Selecting previously unselected package libkrb5-26-heimdal:amd64. 13:03:44 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:03:44 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:44 Selecting previously unselected package libheimntlm0-heimdal:amd64. 13:03:44 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:03:44 Removing intermediate container 9c3089bb70fc 13:03:44 ---> 8a7494d12cb5 13:03:44 Step 22/22 : LABEL version=0.0.0 13:03:44 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:44 Selecting previously unselected package libgssapi3-heimdal:amd64. 13:03:44 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:03:44 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:44 Selecting previously unselected package libsasl2-modules-db:amd64. 13:03:44 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:03:44 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:03:44 Selecting previously unselected package libsasl2-2:amd64. 13:03:44 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:03:44 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:03:44 Selecting previously unselected package libldap-common. 13:03:44 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 13:03:44 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 13:03:44 Selecting previously unselected package libldap-2.4-2:amd64. 13:03:44 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 13:03:44 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 13:03:44 Selecting previously unselected package dirmngr. 13:03:44 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 13:03:44 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 13:03:44 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 13:03:45 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 13:03:45 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:03:45 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:03:45 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:03:45 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 13:03:45 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:45 Setting up libksba8:amd64 (1.3.5-2) ... 13:03:45 ---> 556fc78b1634 13:03:45 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:03:45 ---> Running in 26ae9b45dd84 13:03:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:03:45 Setting up udev (237-3ubuntu10.45) ... 13:03:46 invoke-rc.d: policy-rc.d denied execution of start. 13:03:46 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:46 Processing triggers for systemd (237-3ubuntu10) ... 13:03:46 Setting up fuse (2.9.7-1ubuntu1) ... 13:03:46 Setting up gpg (2.2.4-1ubuntu1.4) ... 13:03:46 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:46 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:46 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:46 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:46 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:46 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:46 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:03:46 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 13:03:46 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 13:03:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:03:46 Removing intermediate container 26ae9b45dd84 13:03:46 ---> 2dc11f235448 13:03:46 13:03:46 Removing intermediate container 35a8672c73db 13:03:46 ---> 81edbf1276fc 13:03:46 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:03:47 ---> 90dc995d31b2 13:03:47 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:03:47 Successfully built 2dc11f235448 13:03:47 Successfully tagged docker-support-notifications-go-arm64:latest 13:03:47  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 13:03:47 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 13:03:47 settings in the [Install] section, and DefaultInstance for template units). 13:03:47 This means they are not meant to be enabled using systemctl. 13:03:47 Possible reasons for having this kind of units are: 13:03:47 1) A unit may be statically enabled by being symlinked from another unit's 13:03:47 .wants/ or .requires/ directory. 13:03:47 2) A unit's purpose may be to act as a helper for some other unit which has 13:03:47 a requirement dependency on it. 13:03:47 3) A unit may be started when needed via activation (socket, path, timer, 13:03:47 D-Bus, udev, scripted systemctl call, ...). 13:03:47 4) In case of template units, the unit is meant to be enabled with some 13:03:47 instance name specified. 13:03:47 ---> Running in 76bdafe82544 13:03:47 Removing intermediate container 70440ea933e9 13:03:47 ---> 8ae86a773fec 13:03:47 Reading package lists... 13:03:47 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:03:47 ---> Running in d28aca28dcf1 13:03:48 Building dependency tree... 13:03:48 Reading state information... 13:03:48 The following additional packages will be installed: 13:03:48 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 13:03:48 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 13:03:48 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 13:03:48 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 13:03:48 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 13:03:48 Suggested packages: 13:03:48 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 13:03:48 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 13:03:48 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 13:03:48 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 13:03:48 systemd-container policykit-1 13:03:48 Recommended packages: 13:03:48 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 13:03:48 The following NEW packages will be installed: 13:03:48 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 13:03:48 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 13:03:48 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 13:03:48 multiarch-support openssh-client python3 python3-minimal python3.6 13:03:48 python3.6-minimal snapd squashfs-tools sudo 13:03:48 The following packages will be upgraded: 13:03:48 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 13:03:48 ---> 86e23eef193c 13:03:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:03:48 Removing intermediate container 76bdafe82544 13:03:48 ---> 0fdbab435536 13:03:48 Step 14/26 : ENV APP_PORT=48090 13:03:48 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 13:03:48 Need to get 35.2 MB of archives. 13:03:48 After this operation, 141 MB of additional disk space will be used. 13:03:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 13:03:48 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 13:03:48 ---> Running in 5ef6fd4ad4e8 13:03:48 ---> Running in a2921ee03160 13:03:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 13:03:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 13:03:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:03:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 13:03:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 13:03:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 13:03:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 13:03:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 13:03:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 13:03:49 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 13:03:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 13:03:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 13:03:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 13:03:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 13:03:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 13:03:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 13:03:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 13:03:49 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 13:03:49 Removing intermediate container 5ef6fd4ad4e8 13:03:49 ---> 150b0e636d1d 13:03:49 Step 15/26 : EXPOSE $APP_PORT 13:03:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 13:03:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 13:03:49 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 13:03:49 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 13:03:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 13:03:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 13:03:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 13:03:49 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 13:03:49 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 13:03:49 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 13:03:49 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 13:03:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:03:50 Removing intermediate container a2921ee03160 13:03:50 ---> 1eaa285b24af 13:03:50 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:03:50 ---> Running in 6aadda5dd87f 13:03:50 debconf: delaying package configuration, since apt-utils is not installed 13:03:50 Fetched 35.2 MB in 2s (15.6 MB/s) 13:03:50 (Reading database ... 12757 files and directories currently installed.) 13:03:50 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 13:03:50 Removing intermediate container 6aadda5dd87f 13:03:50 ---> e33ae529669e 13:03:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:03:51 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:03:51 ---> 97595b0a0064 13:03:51 Step 26/31 : RUN chmod +x /entrypoint.sh 13:03:51 (1/6) Installing dumb-init (1.2.2-r1) 13:03:51 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 13:03:51 (2/6) Installing libgcc (9.3.0-r2) 13:03:51 (3/6) Installing libsodium (1.0.18-r0) 13:03:51 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:03:51 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 13:03:51 (Reading database ... 12757 files and directories currently installed.) 13:03:51 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 13:03:52 (4/6) Installing libstdc++ (9.3.0-r2) 13:03:52 ---> Running in 5f48bbbaa3f2 13:03:52 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 13:03:52 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 13:03:52 (Reading database ... 12757 files and directories currently installed.) 13:03:52 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 13:03:52 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 13:03:52 (5/6) Installing libzmq (4.3.3-r0) 13:03:53 ---> 83ff8482e213 13:03:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:03:53 (6/6) Installing zeromq (4.3.3-r0) 13:03:53 Executing busybox-1.31.1-r19.trigger 13:03:53 OK: 8 MiB in 20 packages 13:03:53 Setting up apt (1.6.12ubuntu0.2) ... 13:03:53 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 13:03:53 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 13:03:53 (Reading database ... 12764 files and directories currently installed.) 13:03:53 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 13:03:53 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 13:03:54 Selecting previously unselected package libpython3.6-minimal:amd64. 13:03:54 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:03:54 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:03:54 Selecting previously unselected package libexpat1:amd64. 13:03:54 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 13:03:54 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:03:55 ---> 2ee383f34b7a 13:03:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:03:55 Selecting previously unselected package python3.6-minimal. 13:03:55 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:03:55 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 13:03:55 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 13:03:55 Checking for services that may need to be restarted...done. 13:03:55 Checking for services that may need to be restarted...done. 13:03:55 Removing intermediate container d28aca28dcf1 13:03:55 ---> a4442c8b7a88 13:03:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:03:55 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:03:55 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:03:55 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 13:03:56 Selecting previously unselected package python3-minimal. 13:03:56 (Reading database ... 13012 files and directories currently installed.) 13:03:56 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 13:03:56 Unpacking python3-minimal (3.6.7-1~18.04) ... 13:03:56 Selecting previously unselected package mime-support. 13:03:56 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 13:03:56 Unpacking mime-support (3.60ubuntu1) ... 13:03:56 Selecting previously unselected package libmpdec2:amd64. 13:03:56 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 13:03:56 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:03:56 ---> c275912bfda5 13:03:56 Step 19/26 : RUN apk --no-cache add py3-pip 13:03:56 Selecting previously unselected package libpython3.6-stdlib:amd64. 13:03:56 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:03:56 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:03:57 Selecting previously unselected package python3.6. 13:03:57 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:03:57 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 13:03:57 Selecting previously unselected package libpython3-stdlib:amd64. 13:03:57 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 13:03:57 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:03:57 Setting up python3-minimal (3.6.7-1~18.04) ... 13:03:57 Selecting previously unselected package python3. 13:03:57 (Reading database ... 13442 files and directories currently installed.) 13:03:57 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 13:03:57 Unpacking python3 (3.6.7-1~18.04) ... 13:03:57 Selecting previously unselected package multiarch-support. 13:03:57 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 13:03:57 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 13:03:57 ---> Running in 34bb93f655f8 13:03:57 ---> d1baf1cafd66 13:03:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:03:57 Removing intermediate container 5f48bbbaa3f2 13:03:57 ---> 1200f8f33a10 13:03:57 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:03:57 Setting up multiarch-support (2.27-3ubuntu1.4) ... 13:03:57 Selecting previously unselected package liblzo2-2:amd64. 13:03:57 (Reading database ... 13479 files and directories currently installed.) 13:03:57 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 13:03:57 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 13:03:58 Selecting previously unselected package libbsd0:amd64. 13:03:58 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 13:03:58 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:03:58 Selecting previously unselected package sudo. 13:03:58 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 13:03:58 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 13:03:58 Selecting previously unselected package apparmor. 13:03:58 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 13:03:58 Unpacking apparmor (2.12-4ubuntu5.1) ... 13:03:58 Selecting previously unselected package libedit2:amd64. 13:03:58 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 13:03:58 Unpacking libedit2:amd64 (3.1-20170329-1) ... 13:03:58 Selecting previously unselected package libkrb5support0:amd64. 13:03:58 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 13:03:58 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:03:58 Selecting previously unselected package libk5crypto3:amd64. 13:03:58 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 13:03:58 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:03:58 Selecting previously unselected package libkeyutils1:amd64. 13:03:58 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 13:03:58 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:03:58 Selecting previously unselected package libkrb5-3:amd64. 13:03:58 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 13:03:58 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:03:59 ---> Running in 6a038380c6c1 13:03:59 Selecting previously unselected package libgssapi-krb5-2:amd64. 13:03:59 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 13:03:59 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:03:59 Selecting previously unselected package libssl1.0.0:amd64. 13:03:59 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 13:03:59 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 13:03:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:03:59 Selecting previously unselected package openssh-client. 13:03:59 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 13:03:59 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 13:03:59 ---> 35ba3d640aa3 13:03:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:03:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:03:59 Removing intermediate container 6a038380c6c1 13:03:59 ---> 78aec0af078a 13:03:59 Step 28/31 : CMD ["gate"] 13:03:59 Selecting previously unselected package squashfs-tools. 13:03:59 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 13:03:59 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:03:59 Selecting previously unselected package snapd. 13:03:59 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 13:03:59 Unpacking snapd (2.48.3+18.04) ... 13:04:00 (1/33) Installing libbz2 (1.0.8-r1) 13:04:00 (2/33) Installing expat (2.2.9-r1) 13:04:00 ---> Running in e51e24d02c9e 13:04:00 (3/33) Installing libffi (3.3-r2) 13:04:00 (4/33) Installing gdbm (1.13-r1) 13:04:00 (5/33) Installing xz-libs (5.2.5-r0) 13:04:00 (6/33) Installing sqlite-libs (3.32.1-r0) 13:04:00 (7/33) Installing python3 (3.8.8-r0) 13:04:00 ---> 194f78840d52 13:04:00 Step 19/23 : ENTRYPOINT ["/core-data"] 13:04:01 ---> Running in 5c7e3d4c18e0 13:04:01 Removing intermediate container e51e24d02c9e 13:04:01 ---> 95fffe650d2e 13:04:01 Step 29/31 : LABEL arch=arm64 13:04:02 Setting up libedit2:amd64 (3.1-20170329-1) ... 13:04:02 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 13:04:02 (8/33) Installing py3-appdirs (1.4.4-r1) 13:04:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:04:02 (10/33) Installing py3-parsing (2.4.7-r0) 13:04:02 (11/33) Installing py3-six (1.15.0-r0) 13:04:02 (12/33) Installing py3-packaging (20.4-r0) 13:04:02 Setting up mime-support (3.60ubuntu1) ... 13:04:02 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 13:04:02 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:04:02 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:04:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:04:02 (13/33) Installing py3-setuptools (47.0.0-r0) 13:04:02 (14/33) Installing py3-chardet (3.0.4-r4) 13:04:02 (15/33) Installing py3-idna (2.9-r0) 13:04:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:04:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:04:02 (18/33) Installing py3-requests (2.23.0-r0) 13:04:02 Setting up systemd (237-3ubuntu10.45) ... 13:04:02 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 13:04:02 (19/33) Installing py3-msgpack (1.0.0-r0) 13:04:02 (20/33) Installing py3-lockfile (0.12.2-r3) 13:04:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:04:02 (22/33) Installing py3-colorama (0.4.3-r0) 13:04:02 (23/33) Installing py3-distlib (0.3.0-r0) 13:04:02 (24/33) Installing py3-distro (1.5.0-r1) 13:04:02 (25/33) Installing py3-webencodings (0.5.1-r3) 13:04:02 ---> Running in 499e8f049e89 13:04:02 (26/33) Installing py3-html5lib (1.0.1-r4) 13:04:02 Removing intermediate container 5c7e3d4c18e0 13:04:02 ---> b9dc0c71b4f2 13:04:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:04:02 (27/33) Installing py3-pytoml (0.1.21-r0) 13:04:02 (28/33) Installing py3-pep517 (0.8.2-r0) 13:04:02 (29/33) Installing py3-progress (1.5-r0) 13:04:02 (30/33) Installing py3-toml (0.10.1-r0) 13:04:02 (31/33) Installing py3-retrying (1.3.3-r0) 13:04:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:04:03 (33/33) Installing py3-pip (20.1.1-r0) 13:04:03 Executing busybox-1.31.1-r19.trigger 13:04:03 OK: 71 MiB in 55 packages 13:04:03 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:04:03 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:04:03 Setting up liblzo2-2:amd64 (2.08-1.2) ... 13:04:03 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:04:03 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:04:03 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 13:04:03 ---> Running in 126240ac699c 13:04:03 Removing intermediate container 499e8f049e89 13:04:03 ---> 6fd6bec4ef46 13:04:03 Step 30/31 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 13:04:04 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:04:04 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:04:04 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:04:04 Setting up python3 (3.6.7-1~18.04) ... 13:04:04 running python rtupdate hooks for python3.6... 13:04:04 running python post-rtupdate hooks for python3.6... 13:04:04 ---> Running in a8b3d41e92ad 13:04:04 Removing intermediate container 126240ac699c 13:04:04 ---> 4dc6633739c7 13:04:04 Step 21/23 : LABEL arch=arm64 13:04:04 Setting up apparmor (2.12-4ubuntu5.1) ... 13:04:05 ---> Running in 6b7880b79c34 13:04:05 Removing intermediate container a8b3d41e92ad 13:04:05 ---> 857a90dd742b 13:04:05 Step 31/31 : LABEL version=0.0.0 13:04:06 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 13:04:07 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:04:07 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 13:04:07 ---> Running in 80f21734d1d3 13:04:07 Removing intermediate container 6b7880b79c34 13:04:07 ---> 75413594f313 13:04:07 Step 22/23 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 13:04:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:04:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:04:07 ---> dec166e9f8af 13:04:07 Step 3/24 : WORKDIR /edgex-go 13:04:07 ---> Using cache 13:04:07 ---> 1a9171152c4c 13:04:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:07 ---> Using cache 13:04:07 ---> 77b005235dc5 13:04:07 Step 5/24 : RUN apk add --update --no-cache make git 13:04:07 ---> Using cache 13:04:07 ---> 495e5cdb925c 13:04:07 Step 6/24 : COPY go.mod . 13:04:07 ---> Using cache 13:04:07 ---> 509cfa95ba78 13:04:07 Step 7/24 : RUN go mod download 13:04:07 ---> Using cache 13:04:07 ---> 9c1792cb42a7 13:04:07 Step 8/24 : COPY . . 13:04:07 Setting up snapd (2.48.3+18.04) ... 13:04:07 ---> Using cache 13:04:07 ---> 30ca77954890 13:04:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:04:07 ---> Running in e6ec68cbb679 13:04:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 13:04:07 ---> Running in d269f5d4625c 13:04:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 13:04:08 Removing intermediate container 80f21734d1d3 13:04:08 ---> 75139c2e1d5a 13:04:08 13:04:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 13:04:08 Removing intermediate container e6ec68cbb679 13:04:08 ---> c26be3896466 13:04:08 Step 23/23 : LABEL version=0.0.0 13:04:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 13:04:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:04:09 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:04:09 Successfully built 75139c2e1d5a 13:04:09 Successfully tagged docker-security-bootstrapper-go-arm64:latest 13:04:09  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 13:04:09 ---> Running in 9c387875f564 13:04:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 13:04:09 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 13:04:09 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 13:04:09 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 13:04:10 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 13:04:10 Removing intermediate container 9c387875f564 13:04:10 ---> f10434bdcc76 13:04:10 13:04:10 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 13:04:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:04:10 Processing triggers for systemd (237-3ubuntu10.45) ... 13:04:11 Successfully built f10434bdcc76 13:04:11 Successfully tagged docker-core-data-go-arm64:latest 13:04:11  Building docker-core-data-go ... done Building docker-core-command-go 13:04:12 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 13:04:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 13:04:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:04:14 Reading package lists... 13:04:14 Reading package lists... 13:04:14 Building dependency tree... 13:04:14 Reading state information... 13:04:14 Removing intermediate container 34bb93f655f8 13:04:14 ---> 9bb0118ff53a 13:04:14 Step 20/26 : RUN pip install docker-compose==1.23.2 13:04:14 Calculating upgrade... 13:04:15 The following packages will be upgraded: 13:04:15 advancecomp base-files bash binutils binutils-common 13:04:15 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 13:04:15 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 13:04:15 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 13:04:15 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 13:04:15 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 13:04:15 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 13:04:15 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 13:04:15 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 13:04:15 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 13:04:15 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 13:04:15 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 13:04:15 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 13:04:15 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 13:04:15 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 13:04:15 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 13:04:15 Need to get 63.8 MB of archives. 13:04:15 After this operation, 5208 kB of additional disk space will be used. 13:04:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 13:04:15 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 13:04:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 13:04:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 13:04:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 13:04:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 13:04:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 13:04:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 13:04:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 13:04:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 13:04:15 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 13:04:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 13:04:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 13:04:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 13:04:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 13:04:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 13:04:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 13:04:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 13:04:15 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 13:04:15 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 13:04:15 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 13:04:15 ---> Running in d95a854c3aae 13:04:15 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 13:04:15 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 13:04:15 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 13:04:15 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 13:04:15 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 13:04:15 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 13:04:15 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 13:04:15 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 13:04:15 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 13:04:15 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 13:04:15 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 13:04:15 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 13:04:15 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 13:04:15 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 13:04:15 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 13:04:15 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 13:04:15 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 13:04:15 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 13:04:15 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 13:04:15 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 13:04:15 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 13:04:15 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 13:04:15 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 13:04:15 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 13:04:15 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 13:04:15 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 13:04:15 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 13:04:16 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 13:04:16 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 13:04:16 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 13:04:16 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 13:04:16 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 13:04:16 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 13:04:16 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 13:04:16 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 13:04:16 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 13:04:16 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 13:04:16 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 13:04:16 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 13:04:16 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 13:04:16 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 13:04:16 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 13:04:16 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 13:04:16 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 13:04:16 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 13:04:16 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 13:04:17 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 13:04:17 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 13:04:17 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 13:04:17 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 13:04:17 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 13:04:17 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 13:04:17 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 13:04:17 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 13:04:17 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 13:04:17 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 13:04:17 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 13:04:17 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 13:04:17 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 13:04:17 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 13:04:17 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 13:04:17 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 13:04:17 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 13:04:17 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 13:04:17 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 13:04:17 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 13:04:17 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 13:04:17 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 13:04:17 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 13:04:17 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 13:04:17 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 13:04:17 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 13:04:17 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 13:04:17 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 13:04:17 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 13:04:17 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 13:04:17 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 13:04:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:04:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:04:17 ---> dec166e9f8af 13:04:17 Step 3/22 : WORKDIR /edgex-go 13:04:17 ---> Using cache 13:04:17 ---> 1a9171152c4c 13:04:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:17 ---> Using cache 13:04:17 ---> 77b005235dc5 13:04:17 Step 5/22 : RUN apk add --update --no-cache make git 13:04:17 ---> Using cache 13:04:17 ---> 495e5cdb925c 13:04:17 Step 6/22 : COPY go.mod . 13:04:17 ---> Using cache 13:04:17 ---> 509cfa95ba78 13:04:17 Step 7/22 : RUN go mod download 13:04:17 ---> Using cache 13:04:17 ---> 9c1792cb42a7 13:04:17 Step 8/22 : COPY . . 13:04:17 ---> Using cache 13:04:17 ---> 30ca77954890 13:04:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:04:17 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 13:04:18 debconf: delaying package configuration, since apt-utils is not installed 13:04:18 Fetched 63.8 MB in 3s (22.8 MB/s) 13:04:18 (Reading database ... 13912 files and directories currently installed.) 13:04:18 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 13:04:18 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:04:19 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 13:04:19 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:04:19 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 13:04:19 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 13:04:19 ---> Running in 498efbb619df 13:04:20 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:04:20 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:04:20 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:04:20 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:04:20 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:04:20 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:04:20 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:04:20 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:04:20 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:04:20 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:04:20 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:04:20 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:04:20 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 13:04:20 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:04:20 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:04:20 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 13:04:21 (Reading database ... 13911 files and directories currently installed.) 13:04:21 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 13:04:21 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 13:04:21 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 13:04:21 (Reading database ... 13911 files and directories currently installed.) 13:04:21 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:04:21 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:04:21 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:04:21 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:04:21 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:04:21 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:04:21 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 13:04:21 (Reading database ... 13911 files and directories currently installed.) 13:04:21 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 13:04:22 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:04:22 Collecting docker-compose==1.23.2 13:04:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:04:22 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 13:04:23 (Reading database ... 13911 files and directories currently installed.) 13:04:23 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 13:04:23 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 13:04:23 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 13:04:23 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 13:04:23 Collecting cached-property<2,>=1.2.0 13:04:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:04:23 Setting up base-files (10.1ubuntu2.10) ... 13:04:23 Installing new version of config file /etc/issue ... 13:04:23 Installing new version of config file /etc/issue.net ... 13:04:23 Installing new version of config file /etc/lsb-release ... 13:04:23 Installing new version of config file /etc/update-motd.d/50-motd-news ... 13:04:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:04:23 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 13:04:23 Collecting jsonschema<3,>=2.5.1 13:04:24 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 13:04:24 Removing obsolete conffile /etc/default/motd-news ... 13:04:24 (Reading database ... 13912 files and directories currently installed.) 13:04:24 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 13:04:24 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 13:04:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:04:24 Setting up bash (4.4.18-2ubuntu1.2) ... 13:04:24 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 13:04:24 Collecting texttable<0.10,>=0.9.0 13:04:24 Downloading texttable-0.9.1.tar.gz (11 kB) 13:04:24 (Reading database ... 13912 files and directories currently installed.) 13:04:24 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 13:04:24 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 13:04:24 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 13:04:24 (Reading database ... 13912 files and directories currently installed.) 13:04:24 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 13:04:24 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 13:04:24 Setting up tar (1.29b-2ubuntu0.2) ... 13:04:25 (Reading database ... 13912 files and directories currently installed.) 13:04:25 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 13:04:25 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:04:25 Setting up dpkg (1.19.0.5ubuntu2.3) ... 13:04:25 (Reading database ... 13912 files and directories currently installed.) 13:04:25 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 13:04:25 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:04:25 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 13:04:26 (Reading database ... 13912 files and directories currently installed.) 13:04:26 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 13:04:26 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:04:26 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 13:04:26 (Reading database ... 13912 files and directories currently installed.) 13:04:26 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 13:04:26 Unpacking grep (3.1-2build1) over (3.1-2) ... 13:04:26 Setting up grep (3.1-2build1) ... 13:04:26 (Reading database ... 13912 files and directories currently installed.) 13:04:26 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 13:04:26 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:04:26 Setting up login (1:4.5-1ubuntu2) ... 13:04:26 (Reading database ... 13912 files and directories currently installed.) 13:04:26 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 13:04:26 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:04:27 Collecting docopt<0.7,>=0.6.1 13:04:27 Downloading docopt-0.6.2.tar.gz (25 kB) 13:04:27 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 13:04:27 (Reading database ... 13912 files and directories currently installed.) 13:04:27 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 13:04:27 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:04:27 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 13:04:28 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:04:28 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 13:04:28 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:04:28 Setting up perl-base (5.26.1-6ubuntu0.5) ... 13:04:28 (Reading database ... 13912 files and directories currently installed.) 13:04:28 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 13:04:28 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:04:29 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:04:29 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:04:29 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:04:29 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:04:30 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 13:04:30 (Reading database ... 13912 files and directories currently installed.) 13:04:30 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 13:04:30 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 13:04:30 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 13:04:30 (Reading database ... 13912 files and directories currently installed.) 13:04:30 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:04:30 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:04:30 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:04:30 (Reading database ... 13912 files and directories currently installed.) 13:04:30 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:04:30 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:04:30 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:04:31 (Reading database ... 13912 files and directories currently installed.) 13:04:31 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:04:31 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:04:31 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:04:31 (Reading database ... 13912 files and directories currently installed.) 13:04:31 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:04:31 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:04:31 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:04:31 Collecting PyYAML<4,>=3.10 13:04:31 Downloading PyYAML-3.13.tar.gz (270 kB) 13:04:31 (Reading database ... 13912 files and directories currently installed.) 13:04:31 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 13:04:31 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:04:31 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 13:04:31 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:04:31 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 13:04:32 (Reading database ... 13912 files and directories currently installed.) 13:04:32 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 13:04:32 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:04:32 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 13:04:32 (Reading database ... 13912 files and directories currently installed.) 13:04:32 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:04:32 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:04:32 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:04:32 (Reading database ... 13912 files and directories currently installed.) 13:04:32 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:04:32 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:04:32 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 13:04:33 (Reading database ... 13912 files and directories currently installed.) 13:04:33 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:04:33 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:04:33 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 13:04:33 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 13:04:34 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 13:04:34 (Reading database ... 13912 files and directories currently installed.) 13:04:34 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 13:04:34 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:04:34 Setting up libc-bin (2.27-3ubuntu1.4) ... 13:04:34 (Reading database ... 13912 files and directories currently installed.) 13:04:34 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 13:04:34 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:04:35 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 13:04:35 (Reading database ... 13914 files and directories currently installed.) 13:04:35 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 13:04:35 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 13:04:35 Setting up debconf (1.5.66ubuntu1) ... 13:04:35 (Reading database ... 13914 files and directories currently installed.) 13:04:35 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 13:04:35 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 13:04:36 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 13:04:36 (Reading database ... 13914 files and directories currently installed.) 13:04:36 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 13:04:36 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 13:04:36 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 13:04:36 (Reading database ... 13914 files and directories currently installed.) 13:04:36 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:04:36 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:04:36 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:04:37 (Reading database ... 13914 files and directories currently installed.) 13:04:37 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:04:37 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:04:37 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 13:04:37 (Reading database ... 13914 files and directories currently installed.) 13:04:37 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:04:37 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:04:37 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:04:37 (Reading database ... 13914 files and directories currently installed.) 13:04:37 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:04:37 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:04:38 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 13:04:38 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 13:04:38 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 13:04:38 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:04:38 Collecting websocket-client<1.0,>=0.32.0 13:04:38 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:04:38 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 13:04:38 (Reading database ... 13914 files and directories currently installed.) 13:04:38 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 13:04:38 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 13:04:38 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 13:04:38 (Reading database ... 13914 files and directories currently installed.) 13:04:38 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 13:04:38 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:04:38 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 13:04:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:04:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:04:39 (Reading database ... 13914 files and directories currently installed.) 13:04:39 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 13:04:39 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:04:39 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 13:04:39 (Reading database ... 13914 files and directories currently installed.) 13:04:39 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 13:04:39 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 13:04:39 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 13:04:39 (Reading database ... 13914 files and directories currently installed.) 13:04:39 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 13:04:40 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:04:40 Setting up passwd (1:4.5-1ubuntu2) ... 13:04:40 (Reading database ... 13914 files and directories currently installed.) 13:04:40 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 13:04:40 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:04:40 Setting up gpgv (2.2.4-1ubuntu1.4) ... 13:04:40 Collecting docker<4.0,>=3.6.0 13:04:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:04:40 (Reading database ... 13914 files and directories currently installed.) 13:04:40 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 13:04:40 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 13:04:40 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 13:04:41 (Reading database ... 13914 files and directories currently installed.) 13:04:41 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 13:04:41 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 13:04:41 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 13:04:41 Collecting dockerpty<0.5,>=0.4.1 13:04:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:04:41 (Reading database ... 13914 files and directories currently installed.) 13:04:41 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 13:04:41 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 13:04:41 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 13:04:41 (Reading database ... 13914 files and directories currently installed.) 13:04:41 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 13:04:41 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 13:04:41 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 13:04:41 (Reading database ... 13914 files and directories currently installed.) 13:04:41 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 13:04:41 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 13:04:42 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 13:04:42 (Reading database ... 13914 files and directories currently installed.) 13:04:42 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 13:04:42 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 13:04:42 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 13:04:42 (Reading database ... 13915 files and directories currently installed.) 13:04:42 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:04:42 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:04:42 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:04:42 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:04:42 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 13:04:42 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 13:04:43 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 13:04:43 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 13:04:43 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 13:04:43 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 13:04:43 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 13:04:43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 13:04:43 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 13:04:43 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 13:04:44 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 13:04:44 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 13:04:44 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 13:04:44 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 13:04:44 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 13:04:44 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 13:04:44 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 13:04:44 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 13:04:44 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 13:04:44 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 13:04:45 Collecting urllib3<1.25,>=1.21.1 13:04:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:04:45 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) 13:04:45 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 13:04:45 Collecting idna<2.8,>=2.5 13:04:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:04:45 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 13:04:45 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 13:04:45 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 13:04:45 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 13:04:46 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:04:46 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:04:46 Collecting docker-pycreds>=0.4.0 13:04:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:04:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:04:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:04:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:04:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:04:46 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:04:46 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:04:47 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:04:47 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:04:47 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:04:47 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:04:47 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:04:47 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:04:47 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:04:47 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:04:47 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:04:47 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:04:47 Installing collected packages: cached-property, jsonschema, texttable, docopt, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docker-compose 13:04:47 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:04:47 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:04:48 Running setup.py install for texttable: started 13:04:49 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:04:49 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:04:50 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:04:50 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:04:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:04:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:04:50 ---> dec166e9f8af 13:04:50 Step 3/23 : WORKDIR /edgex-go 13:04:50 ---> Using cache 13:04:50 ---> 1a9171152c4c 13:04:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:50 ---> Using cache 13:04:50 ---> 77b005235dc5 13:04:50 Step 5/23 : RUN apk add --update --no-cache make git 13:04:50 ---> Using cache 13:04:50 ---> 495e5cdb925c 13:04:50 Step 6/23 : COPY go.mod . 13:04:50 ---> Using cache 13:04:50 ---> 509cfa95ba78 13:04:50 Step 7/23 : RUN go mod download 13:04:50 ---> Using cache 13:04:50 ---> 9c1792cb42a7 13:04:50 Step 8/23 : COPY . . 13:04:50 ---> Using cache 13:04:50 ---> 30ca77954890 13:04:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:04:51 Running setup.py install for texttable: finished with status 'done' 13:04:51 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:04:51 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:04:51 Running setup.py install for docopt: started 13:04:51 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:04:51 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:04:52 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:04:52 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:04:52 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:04:52 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:04:52 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 13:04:52 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:04:53 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 13:04:53 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:04:53 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 13:04:53 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 13:04:53 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:04:53 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:04:53 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:04:53 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:04:53 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 13:04:53 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 13:04:53 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:04:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:04:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:04:54 ---> dec166e9f8af 13:04:54 Step 3/23 : WORKDIR /edgex-go 13:04:54 ---> Using cache 13:04:54 ---> 1a9171152c4c 13:04:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:04:54 ---> Using cache 13:04:54 ---> 77b005235dc5 13:04:54 Step 5/23 : RUN apk add --update --no-cache make git 13:04:54 ---> Using cache 13:04:54 ---> 495e5cdb925c 13:04:54 Step 6/23 : COPY go.mod . 13:04:54 ---> Using cache 13:04:54 ---> 509cfa95ba78 13:04:54 Step 7/23 : RUN go mod download 13:04:54 ---> Using cache 13:04:54 ---> 9c1792cb42a7 13:04:54 Step 8/23 : COPY . . 13:04:54 ---> Using cache 13:04:54 ---> 30ca77954890 13:04:54 Step 9/23 : RUN make cmd/core-command/core-command 13:04:54 Running setup.py install for docopt: finished with status 'done' 13:04:54 ---> Running in a4f12332fd27 13:04:54 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 13:04:54 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:04:54 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:04:54 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:04:54 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 13:04:54 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 13:04:54 Setting up tzdata (2021a-0ubuntu0.18.04) ... 13:04:54 Running setup.py install for PyYAML: started 13:04:54 ---> Running in 93a59bf0075f 13:04:54 13:04:54 Current default time zone: 'Etc/UTC' 13:04:54 Local time is now: Wed Mar 31 13:04:54 UTC 2021. 13:04:54 Universal Time is now: Wed Mar 31 13:04:54 UTC 2021. 13:04:54 Run 'dpkg-reconfigure tzdata' if you wish to change it. 13:04:54 13:04:54 Setting up systemd-sysv (237-3ubuntu10.45) ... 13:04:54 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:04:54 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 13:04:54 Setting up mount (2.31.1-0.4ubuntu3.7) ... 13:04:54 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 13:04:54 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 13:04:54 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 13:04:54 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 13:04:54 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 13:04:54 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 13:04:54 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:04:55 Setting up procps (2:3.3.12-3ubuntu1.2) ... 13:04:55 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 13:04:55 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 13:04:55 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 13:04:55 Setting up patch (2.7.6-2ubuntu1.1) ... 13:04:55 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 13:04:55 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 13:04:55 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 13:04:55 Installing new version of config file /etc/ssl/openssl.cnf ... 13:04:55 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 13:04:55 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 13:04:55 Setting up ca-certificates (20210119~18.04.1) ... 13:04:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:04:56 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 13:04:57 Updating certificates in /etc/ssl/certs... 13:04:57 Running setup.py install for PyYAML: finished with status 'done' 13:04:57 Attempting uninstall: urllib3 13:04:57 Found existing installation: urllib3 1.25.9 13:04:57 Uninstalling urllib3-1.25.9: 13:04:58 Successfully uninstalled urllib3-1.25.9 13:04:58 23 added, 27 removed; done. 13:04:58 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 13:04:58 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:04:58 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 13:04:58 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 13:04:58 Setting up pkgbinarymangler (138.18.04.1) ... 13:04:58 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 13:04:58 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 13:04:59 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 13:04:59 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 13:04:59 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:04:59 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 13:04:59 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:04:59 Setting up perl (5.26.1-6ubuntu0.5) ... 13:04:59 Attempting uninstall: idna 13:04:59 Found existing installation: idna 2.9 13:04:59 Uninstalling idna-2.9: 13:04:59 Successfully uninstalled idna-2.9 13:04:59 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 13:04:59 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 13:04:59 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 13:04:59 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 13:04:59 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 13:04:59 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 13:04:59 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 13:04:59 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 13:04:59 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 13:04:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:04:59 Processing triggers for systemd (237-3ubuntu10.45) ... 13:04:59 Attempting uninstall: requests 13:04:59 Found existing installation: requests 2.23.0 13:04:59 Uninstalling requests-2.23.0: 13:04:59 Processing triggers for mime-support (3.60ubuntu1) ... 13:04:59 Processing triggers for ca-certificates (20210119~18.04.1) ... 13:04:59 Updating certificates in /etc/ssl/certs... 13:05:00 Successfully uninstalled requests-2.23.0 13:05:00 0 added, 0 removed; done. 13:05:00 Running hooks in /etc/ca-certificates/update.d... 13:05:00 done. 13:05:01 Reading package lists... 13:05:01 Running setup.py install for dockerpty: started 13:05:01 Building dependency tree... 13:05:01 Reading state information... 13:05:01 The following NEW packages will be installed: 13:05:01 apt-transport-https 13:05:01 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 13:05:01 Need to get 1696 B of archives. 13:05:01 After this operation, 153 kB of additional disk space will be used. 13:05:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 13:05:02 debconf: delaying package configuration, since apt-utils is not installed 13:05:02 Fetched 1696 B in 0s (11.4 kB/s) 13:05:02 Selecting previously unselected package apt-transport-https. 13:05:02 (Reading database ... 13920 files and directories currently installed.) 13:05:02 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 13:05:02 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 13:05:02 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 13:05:03 Waiting for network to be ready... 13:05:04 Running setup.py install for dockerpty: finished with status 'done' 13:05:05 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.58.0 13:05:11 2021-03-31T13:05:07Z INFO Waiting for automatic snapd restart... 13:05:11 snapd 2.49.1 from Canonical* installed 13:05:11 "snapd" switched to the "latest/stable" channel 13:05:11 13:05:12 Removing intermediate container d95a854c3aae 13:05:12 ---> 9035fcb77576 13:05:12 Step 21/26 : RUN apk --no-cache add curl 13:05:12 ---> Running in c69ab78f9c73 13:05:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:05:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:05:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:05:14 (2/3) Installing libcurl (7.69.1-r3) 13:05:14 (3/3) Installing curl (7.69.1-r3) 13:05:14 Executing busybox-1.31.1-r19.trigger 13:05:14 OK: 72 MiB in 58 packages 13:05:16 Removing intermediate container c69ab78f9c73 13:05:16 ---> 5b4ce7d1c6f8 13:05:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:05:16 ---> Running in 85e03dfb701c 13:05:17 Removing intermediate container 85e03dfb701c 13:05:17 ---> b522c4f6f9de 13:05:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:05:17 ---> Running in a242402f5afc 13:05:18 core18 20210309 from Canonical* installed 13:05:18 "core18" switched to the "latest/stable" channel 13:05:18 13:05:18 Removing intermediate container a242402f5afc 13:05:18 ---> 5117cf277804 13:05:18 Step 24/26 : LABEL arch=arm64 13:05:18 ---> Running in ab1529881046 13:05:19 Removing intermediate container ab1529881046 13:05:19 ---> fb46c51401de 13:05:19 Step 25/26 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 13:05:19 ---> Running in 5e24097ad77e 13:05:20 Removing intermediate container 5e24097ad77e 13:05:20 ---> e11cb5ee7334 13:05:20 Step 26/26 : LABEL version=0.0.0 13:05:20 ---> Running in bc663b13844d 13:05:21 Removing intermediate container bc663b13844d 13:05:21 ---> 2a829275c83a 13:05:21 13:05:21 Successfully built 2a829275c83a 13:05:21 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:05:24 snapcraft 4.6 from Canonical* installed 13:05:24 "snapcraft" switched to the "latest/stable" channel 13:05:24 13:05:27  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:05:30 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: 13:05:30 - README.md 13:05:30 13:05:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 13:05:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:05:36 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 13:05:36 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 13:05:36 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:05:38 Reading package lists... 13:05:38 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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 13:05:45 Removing intermediate container d269f5d4625c 13:05:45 ---> 64236af6d90f 13:05:45 13:05:45 Step 10/24 : FROM alpine:3.12 13:05:45 ---> e47305ac9786 13:05:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 13:05:45 ---> Running in 206c9b5be30c 13:05:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:05:45 Reading package lists... 13:05:45 Building dependency tree... 13:05:45 Reading state information... 13:05:45 Suggested packages: 13:05:45 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 13:05:45 git-gui gitk gitweb git-cvs git-mediawiki git-svn 13:05:45 Recommended packages: 13:05:45 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 13:05:45 The following NEW packages will be installed: 13:05:45 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 13:05:45 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 13:05:45 pkg-config zip 13:05:45 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 13:05:45 Need to get 7663 kB of archives. 13:05:45 After this operation, 43.8 MB of additional disk space will be used. 13:05:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 13:05:45 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 13:05:45 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 13:05:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:05:46 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 13:05:46 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 13:05:46 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 13:05:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 13:05:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 13:05:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:05:46 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 13:05:46 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 13:05:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 13:05:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 13:05:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 13:05:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 13:05:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 13:05:46 (1/6) Installing ca-certificates (20191127-r4) 13:05:46 debconf: delaying package configuration, since apt-utils is not installed 13:05:46 Fetched 7663 kB in 1s (6606 kB/s) 13:05:46 (2/6) Installing nghttp2-libs (1.41.0-r0) 13:05:46 (3/6) Installing libcurl (7.69.1-r3) 13:05:46 (4/6) Installing curl (7.69.1-r3) 13:05:46 (5/6) Installing dumb-init (1.2.2-r1) 13:05:46 (6/6) Installing su-exec (0.2-r1) 13:05:46 Executing busybox-1.31.1-r19.trigger 13:05:46 Executing ca-certificates-20191127-r4.trigger 13:05:47 Selecting previously unselected package libglib2.0-0:amd64. 13:05:47 (Reading database ... 13924 files and directories currently installed.) 13:05:47 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 13:05:47 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 13:05:47 OK: 7 MiB in 20 packages 13:05:47 Selecting previously unselected package libpsl5:amd64. 13:05:47 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 13:05:47 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 13:05:47 Selecting previously unselected package libnghttp2-14:amd64. 13:05:47 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 13:05:47 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:05:47 Selecting previously unselected package librtmp1:amd64. 13:05:47 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 13:05:47 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:05:47 Selecting previously unselected package libcurl3-gnutls:amd64. 13:05:47 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 13:05:47 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 13:05:47 Selecting previously unselected package liberror-perl. 13:05:47 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 13:05:47 Unpacking liberror-perl (0.17025-1) ... 13:05:47 Selecting previously unselected package git-man. 13:05:47 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 13:05:47 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 13:05:48 Selecting previously unselected package git. 13:05:48 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 13:05:48 Unpacking git (1:2.17.1-1ubuntu0.8) ... 13:05:49 Selecting previously unselected package libnorm1:amd64. 13:05:49 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 13:05:49 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:05:49 Selecting previously unselected package libpgm-5.2-0:amd64. 13:05:49 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 13:05:49 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:05:49 Selecting previously unselected package libsodium23:amd64. 13:05:49 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 13:05:49 Unpacking libsodium23:amd64 (1.0.16-2) ... 13:05:49 Selecting previously unselected package libzmq5:amd64. 13:05:49 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 13:05:49 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:05:49 Selecting previously unselected package libzmq3-dev:amd64. 13:05:49 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 13:05:49 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:05:49 Selecting previously unselected package pkg-config. 13:05:49 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 13:05:49 Unpacking pkg-config (0.29.1-0ubuntu2) ... 13:05:49 Selecting previously unselected package zip. 13:05:49 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 13:05:49 Unpacking zip (3.0-11build1) ... 13:05:49 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:05:49 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 13:05:49 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:05:49 Setting up liberror-perl (0.17025-1) ... 13:05:49 Setting up libpsl5:amd64 (0.19.1-5build1) ... 13:05:49 Removing intermediate container 206c9b5be30c 13:05:49 ---> a05b91c3b608 13:05:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:05:49 ---> Running in f87539bd71ae 13:05:50 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 13:05:50 No schema files found: doing nothing. 13:05:50 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:05:50 Setting up zip (3.0-11build1) ... 13:05:50 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:05:50 Setting up libsodium23:amd64 (1.0.16-2) ... 13:05:50 Setting up pkg-config (0.29.1-0ubuntu2) ... 13:05:50 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:05:50 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 13:05:50 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:05:50 Setting up git (1:2.17.1-1ubuntu0.8) ... 13:05:50 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:05:50 Removing intermediate container f87539bd71ae 13:05:50 ---> 286b20b8644c 13:05:50 Step 13/24 : WORKDIR / 13:05:50 ---> Running in 0df64f11c4cb 13:05:51 Removing intermediate container 0df64f11c4cb 13:05:51 ---> fb8e2f7141d5 13:05:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:05:52 ---> 7e6cdadcc76f 13:05:52 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:05:53 ---> 05061b5f7a42 13:05:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:05:55 ---> 4076d6546f51 13:05:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:05:56 ---> cdd5dcbc6427 13:05:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:05:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:05:57 git set to automatically installed. 13:05:57 git-man set to automatically installed. 13:05:57 libcurl3-gnutls set to automatically installed. 13:05:57 liberror-perl set to automatically installed. 13:05:57 libglib2.0-0 set to automatically installed. 13:05:57 libnghttp2-14 set to automatically installed. 13:05:57 libnorm1 set to automatically installed. 13:05:57 libpgm-5.2-0 set to automatically installed. 13:05:57 libpsl5 set to automatically installed. 13:05:57 librtmp1 set to automatically installed. 13:05:57 libsodium23 set to automatically installed. 13:05:57 libzmq3-dev set to automatically installed. 13:05:57 libzmq5 set to automatically installed. 13:05:57 pkg-config set to automatically installed. 13:05:57 zip set to automatically installed. 13:05:58 ---> d3157d4ffca4 13:05:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:05:59 snapd is not logged in, snap install commands will use sudo 13:05:59 ---> 3e973795f307 13:05:59 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 13:05:59 ---> Running in 083be21200fd 13:06:04 Removing intermediate container 083be21200fd 13:06:04 ---> 6ab0b4384df6 13:06:04 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:06:04 ---> Running in 4c7dba68d50d 13:06:04 Removing intermediate container 4c7dba68d50d 13:06:04 ---> fd220444d890 13:06:04 Step 22/24 : LABEL arch=arm64 13:06:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:06:05 ---> Running in 69d4a9cc3ed4 13:06:05 Removing intermediate container 69d4a9cc3ed4 13:06:05 ---> 4e508b67a49f 13:06:05 Step 23/24 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 13:06:06 ---> Running in 9f15b3277c66 13:06:07 Removing intermediate container 9f15b3277c66 13:06:07 ---> 86da2fe3974d 13:06:07 Step 24/24 : LABEL version=0.0.0 13:06:07 ---> Running in e1d3bb4821b6 13:06:08 Removing intermediate container e1d3bb4821b6 13:06:08 ---> 0e5d21b46dc4 13:06:08 13:06:09 Successfully built 0e5d21b46dc4 13:06:09 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:06:09  Building docker-security-secretstore-setup-go ... done Removing intermediate container 498efbb619df 13:06:09 ---> 372369615dd7 13:06:09 13:06:09 Step 10/22 : FROM alpine:3.12 13:06:09 ---> e47305ac9786 13:06:09 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:06:10 ---> Running in cef7450c7576 13:06:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:06:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:06:12 (1/1) Installing dumb-init (1.2.2-r1) 13:06:12 Executing busybox-1.31.1-r19.trigger 13:06:12 OK: 5 MiB in 15 packages 13:06:14 Removing intermediate container cef7450c7576 13:06:14 ---> af6ed3154f31 13:06:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:06:14 ---> Running in 7f1f9acea4af 13:06:15 Removing intermediate container 7f1f9acea4af 13:06:15 ---> 13d8de439f4c 13:06:15 Step 13/22 : ENV APP_PORT=48085 13:06:15 ---> Running in 197e272e25ed 13:06:16 Removing intermediate container 197e272e25ed 13:06:16 ---> 71b333fa32fa 13:06:16 Step 14/22 : EXPOSE $APP_PORT 13:06:16 ---> Running in adb944069ae3 13:06:17 Removing intermediate container adb944069ae3 13:06:17 ---> d55eda5ef6d8 13:06:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:06:18 ---> f3777bd97196 13:06:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:06:20 ---> ef1146bdb583 13:06:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:06:22 ---> aa989ed71258 13:06:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:06:22 ---> Running in 1c3c5eac0f84 13:06:22 Removing intermediate container 1c3c5eac0f84 13:06:22 ---> 12e0775a35e6 13:06:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:06:22 ---> Running in b591021e78c2 13:06:23 Removing intermediate container b591021e78c2 13:06:23 ---> 0d16a2f7cfff 13:06:23 Step 20/22 : LABEL arch=arm64 13:06:23 ---> Running in 422b97900bf3 13:06:24 Removing intermediate container 422b97900bf3 13:06:24 ---> c14eaa97cfe3 13:06:24 Step 21/22 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 13:06:24 ---> Running in 1ee5aaece003 13:06:25 Removing intermediate container 1ee5aaece003 13:06:25 ---> eaf284595f03 13:06:25 Step 22/22 : LABEL version=0.0.0 13:06:25 ---> Running in fdef8ec4abae 13:06:26 Removing intermediate container fdef8ec4abae 13:06:26 ---> 83f5a1da30a2 13:06:26 13:06:27 Successfully built 83f5a1da30a2 13:06:27 Successfully tagged docker-support-scheduler-go-arm64:latest 13:06:27  Building docker-support-scheduler-go ... done Removing intermediate container 93a59bf0075f 13:06:27 ---> 64ba3de8820e 13:06:27 13:06:27 Step 10/23 : FROM alpine:3.12 13:06:27 ---> e47305ac9786 13:06:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:06:27 ---> Using cache 13:06:27 ---> af6ed3154f31 13:06:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:06:27 ---> Using cache 13:06:27 ---> 13d8de439f4c 13:06:27 Step 13/23 : ENV APP_PORT=48082 13:06:27 ---> Running in 4b7665fd93e5 13:06:28 Removing intermediate container 4b7665fd93e5 13:06:28 ---> 160ab7584754 13:06:28 Step 14/23 : EXPOSE $APP_PORT 13:06:28 ---> Running in 18dd841f99e4 13:06:29 Removing intermediate container 18dd841f99e4 13:06:29 ---> 28e477d4a7f5 13:06:29 Step 15/23 : WORKDIR / 13:06:29 ---> Running in 2795473e8bf1 13:06:29 Removing intermediate container 2795473e8bf1 13:06:29 ---> 0393d119c85c 13:06:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:06:31 ---> d3b29b8e991a 13:06:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:06:32 ---> 893cc2845205 13:06:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:06:32 Removing intermediate container a4f12332fd27 13:06:32 ---> d8941ffcda25 13:06:32 13:06:32 Step 10/23 : FROM alpine:3.12 13:06:32 ---> e47305ac9786 13:06:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:06:32 ---> Using cache 13:06:32 ---> af6ed3154f31 13:06:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:06:32 ---> Using cache 13:06:32 ---> 13d8de439f4c 13:06:32 Step 13/23 : ENV APP_PORT=48081 13:06:32 ---> Running in d855dac48673 13:06:33 ---> 3cacfefb2f3a 13:06:33 Step 19/23 : ENTRYPOINT ["/core-command"] 13:06:33 ---> Running in 534ee1fd40dd 13:06:33 Removing intermediate container d855dac48673 13:06:33 ---> 4f7346e0b480 13:06:33 Step 14/23 : EXPOSE $APP_PORT 13:06:33 ---> Running in 0a4213c2c66f 13:06:33 Removing intermediate container 534ee1fd40dd 13:06:33 ---> 6f1ba36bac46 13:06:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:06:33 ---> Running in 67e984bc8134 13:06:33 Removing intermediate container 0a4213c2c66f 13:06:33 ---> 8961bc879a83 13:06:33 Step 15/23 : WORKDIR / 13:06:34 ---> Running in 23ab84a92470 13:06:34 Removing intermediate container 67e984bc8134 13:06:34 ---> aada53c58a71 13:06:34 Step 21/23 : LABEL arch=arm64 13:06:34 ---> Running in 8002c462de6a 13:06:34 Removing intermediate container 23ab84a92470 13:06:34 ---> dfabd56c1cc2 13:06:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:06:35 Removing intermediate container 8002c462de6a 13:06:35 ---> e8f3e5ca221c 13:06:35 Step 22/23 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 13:06:35 ---> Running in aa92f6ec5fa8 13:06:35 ---> fa9dab70807f 13:06:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:06:35 Removing intermediate container aa92f6ec5fa8 13:06:35 ---> 11e867f44ce6 13:06:35 Step 23/23 : LABEL version=0.0.0 13:06:35 ---> Running in 4dfa2757cbca 13:06:36 Removing intermediate container 4dfa2757cbca 13:06:36 ---> 9a21fa9ac0ac 13:06:36 13:06:36 ---> 9397c84b49d3 13:06:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:06:36 Successfully built 9a21fa9ac0ac 13:06:37 Successfully tagged docker-core-command-go-arm64:latest 13:06:37  Building docker-core-command-go ... done  ---> c2c4d87bdcb1 13:06:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:06:37 ---> Running in f0031e1d5d55 13:06:37 Removing intermediate container f0031e1d5d55 13:06:37 ---> 3656e1ff3e9f 13:06:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:06:38 ---> Running in 400060d6d16b 13:06:38 Removing intermediate container 400060d6d16b 13:06:38 ---> b41481aa6d62 13:06:38 Step 21/23 : LABEL arch=arm64 13:06:38 ---> Running in b167b4883c58 13:06:39 Removing intermediate container b167b4883c58 13:06:39 ---> e9f3dbc9cdc3 13:06:39 Step 22/23 : LABEL git_sha=df9f98fcb2fb8b861d59aef466eee886632dbbe0 13:06:39 ---> Running in 3f0f27fd92c9 13:06:39 Removing intermediate container 3f0f27fd92c9 13:06:39 ---> f414195c8d10 13:06:39 Step 23/23 : LABEL version=0.0.0 13:06:40 ---> Running in 850b2358065a 13:06:40 Removing intermediate container 850b2358065a 13:06:40 ---> 75fff47608ff 13:06:40 13:06:40 Successfully built 75fff47608ff 13:06:40 Successfully tagged docker-core-metadata-go-arm64:latest 13:06:41  Building docker-core-metadata-go ... done  [Pipeline] } 13:06:41 $ docker stop --time=1 8d7270e9c880cdc2229aefd7d88e90dcf6471e60f92fe7594fc1df2361738591 13:06:43 $ docker rm -f 8d7270e9c880cdc2229aefd7d88e90dcf6471e60f92fe7594fc1df2361738591 [Pipeline] // withDockerContainer [Pipeline] sh 13:06:43 + grep docker 13:06:43 + docker images 13:06:43 docker-core-metadata-go-arm64 latest 75fff47608ff 3 seconds ago 17.9MB 13:06:43 docker-core-command-go-arm64 latest 9a21fa9ac0ac 7 seconds ago 16.3MB 13:06:43 docker-support-scheduler-go-arm64 latest 83f5a1da30a2 18 seconds ago 16.4MB 13:06:43 docker-security-secretstore-setup-go-arm64 latest 0e5d21b46dc4 36 seconds ago 24.4MB 13:06:43 docker-sys-mgmt-agent-go-arm64 latest 2a829275c83a About a minute ago 301MB 13:06:43 docker-core-data-go-arm64 latest f10434bdcc76 2 minutes ago 21.4MB 13:06:43 docker-security-bootstrapper-go-arm64 latest 75139c2e1d5a 2 minutes ago 17.9MB 13:06:43 docker-support-notifications-go-arm64 latest 2dc11f235448 2 minutes ago 16.9MB 13:06:43 docker-security-proxy-setup-go-arm64 latest 9c214397b73a 3 minutes ago 24.1MB 13:06:43 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 13:06:45 ---> job-cost.sh 13:06:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-jEPl 13:07:24 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:08:12 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 13:08:12 snapd is not logged in, snap install commands will use sudo 13:08:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:08:19 snap "core18" has no updates available 13:08:20 Pulling go-build-helper 13:08:20 + snapcraftctl pull 13:08:22 'app-service-config' has dependencies that need to be staged: go-build-helper 13:08:22 Skipping pull go-build-helper (already ran) 13:08:22 Building go-build-helper 13:08:22 + snapcraftctl build 13:08:25 Staging go-build-helper 13:08:25 + snapcraftctl stage 13:08:40 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:08:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:08:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 13:08:40 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:08:40 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:08:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 13:08:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 13:08:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 13:08:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 13:08:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 13:08:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 13:08:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:08:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 13:08:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:08:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:08:40 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:08:40 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:08:40 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:08:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:08:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 13:08:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 13:08:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 13:08:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 13:08:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 13:08:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 13:08:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 13:08:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 13:08:40 Fetched 24.2 MB in 6s (3955 kB/s) 13:08:40 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 13:08:40 Fetched 224 kB in 0s (0 B/s) 13:08:40 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 13:08:40 Fetched 157 kB in 0s (0 B/s) 13:08:40 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 13:08:40 Fetched 221 kB in 0s (0 B/s) 13:08:40 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 13:08:40 Fetched 143 kB in 0s (0 B/s) 13:08:40 Pulling app-service-config 13:08:40 + snapcraftctl pull 13:08:41 Cloning into '/root/parts/app-service-config/src'... 13:08:41 Pulling config-common 13:08:41 + snapcraftctl pull 13:08:48 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 13:08:48 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 13:08:48 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:08:48 Fetched 0 B in 0s (0 B/s) 13:08:48 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 13:08:48 Fetched 0 B in 0s (0 B/s) 13:08:48 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 13:08:48 Fetched 0 B in 0s (0 B/s) 13:08:48 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 13:08:48 Fetched 0 B in 0s (0 B/s) 13:08:48 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 13:08:48 Fetched 0 B in 0s (0 B/s) 13:08:48 Pulling edgex-go 13:08:48 + snapcraftctl pull 13:09:00 lf-activate-venv(): INFO: Adding /tmp/venv-jEPl/bin to PATH 13:09:00 INFO: No Stack... 13:09:00 INFO: Retrieving Pricing Info for: lf-standard-4 13:09:00 INFO: Archiving Costs [Pipeline] sh 13:09:01 + cut -d, -f6 13:09:01 + cat /w/workspace/edgex-go/49/archives/cost.csv [Pipeline] lock 13:09:01 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-49-stack-cost] 13:09:01 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-49-stack-cost] did not exist. Created. 13:09:01 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-49-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:09:01 + echo total: 0.20999999344348907 [Pipeline] stash 13:09:01 Stashed 1 file(s) [Pipeline] } 13:09:01 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-49-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:09:15 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 13:09:15 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 13:09:15 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:09:15 Fetched 0 B in 0s (0 B/s) 13:09:15 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 13:09:15 Fetched 96.5 kB in 0s (0 B/s) 13:09:15 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 13:09:15 Fetched 279 kB in 0s (0 B/s) 13:09:15 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 13:09:15 Fetched 122 kB in 0s (0 B/s) 13:09:15 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 13:09:15 Fetched 77.8 kB in 0s (0 B/s) 13:09:15 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 13:09:15 Fetched 8848 B in 0s (0 B/s) 13:09:15 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 13:09:15 Fetched 47.8 kB in 0s (0 B/s) 13:09:15 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 13:09:15 Fetched 45.6 kB in 0s (0 B/s) 13:09:15 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 13:09:15 Fetched 15.0 kB in 0s (0 B/s) 13:09:15 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 13:09:15 Fetched 219 kB in 0s (0 B/s) 13:09:15 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 13:09:15 Fetched 154 kB in 0s (0 B/s) 13:09:15 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 13:09:15 Fetched 50.6 kB in 0s (0 B/s) 13:09:15 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 13:09:15 Fetched 14.8 kB in 0s (0 B/s) 13:09:15 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 13:09:15 Fetched 41.8 kB in 0s (0 B/s) 13:09:15 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 13:09:15 Fetched 499 kB in 0s (0 B/s) 13:09:15 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 13:09:15 Fetched 111 kB in 0s (0 B/s) 13:09:15 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 13:09:15 Fetched 240 kB in 0s (0 B/s) 13:09:15 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 13:09:15 Fetched 29.3 kB in 0s (0 B/s) 13:09:15 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 13:09:15 Fetched 85.5 kB in 0s (0 B/s) 13:09:15 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 13:09:15 Fetched 24.5 kB in 0s (0 B/s) 13:09:15 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 13:09:15 Fetched 49.2 kB in 0s (0 B/s) 13:09:15 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 13:09:15 Fetched 54.2 kB in 0s (0 B/s) 13:09:15 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 13:09:15 Fetched 30.8 kB in 0s (0 B/s) 13:09:15 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 13:09:15 Fetched 15.8 kB in 0s (0 B/s) 13:09:15 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 13:09:15 Fetched 85.9 kB in 0s (0 B/s) 13:09:15 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 13:09:15 Fetched 8720 B in 0s (0 B/s) 13:09:15 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 13:09:15 Fetched 137 kB in 0s (0 B/s) 13:09:15 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 13:09:15 Fetched 119 kB in 0s (0 B/s) 13:09:15 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 13:09:15 Fetched 109 kB in 0s (0 B/s) 13:09:15 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 13:09:15 Fetched 11.1 kB in 0s (0 B/s) 13:09:15 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 13:09:15 Fetched 645 kB in 0s (0 B/s) 13:09:15 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 13:09:15 Fetched 41.3 kB in 0s (0 B/s) 13:09:15 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 13:09:15 Fetched 17.9 kB in 0s (0 B/s) 13:09:15 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 13:09:15 Fetched 368 kB in 0s (0 B/s) 13:09:15 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 13:09:15 Fetched 187 kB in 0s (0 B/s) 13:09:15 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 13:09:15 Fetched 175 kB in 0s (0 B/s) 13:09:15 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 13:09:15 Fetched 206 kB in 0s (0 B/s) 13:09:15 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 13:09:15 Fetched 1301 kB in 0s (0 B/s) 13:09:15 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 13:09:15 Fetched 36.2 kB in 0s (0 B/s) 13:09:15 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 13:09:15 Fetched 159 kB in 0s (0 B/s) 13:09:15 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 13:09:15 Fetched 107 kB in 0s (0 B/s) 13:09:15 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 13:09:15 Fetched 48.7 kB in 0s (0 B/s) 13:09:15 Pulling static-packages 13:09:15 + snapcraftctl pull 13:09:15 Pulling version 13:09:15 + cd /root/project 13:09:15 + [ -f VERSION ] 13:09:15 + PROJECT_VERSION=local-dev 13:09:15 + git rev-parse --short HEAD 13:09:15 + GIT_REVISION=df9f98fc 13:09:15 + snapcraftctl set-version local-dev 13:09:17 Skipping build go-build-helper (already ran) 13:09:17 Building app-service-config 13:09:17 + make build 13:09:17 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 13:09:19 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 13:09:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 13:09:19 go: downloading github.com/google/uuid v1.2.0 13:09:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 13:09:19 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 13:09:19 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 13:09:19 go: downloading github.com/go-playground/validator/v10 v10.4.1 13:09:19 go: downloading github.com/go-kit/kit v0.8.0 13:09:19 go: downloading github.com/go-playground/universal-translator v0.17.0 13:09:20 go: downloading github.com/go-playground/locales v0.13.0 13:09:20 go: downloading github.com/BurntSushi/toml v0.3.1 13:09:20 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 13:09:20 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 13:09:20 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 13:09:20 go: downloading github.com/mitchellh/copystructure v1.0.0 13:09:20 go: downloading github.com/mitchellh/reflectwalk v1.0.0 13:09:20 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 13:09:20 go: downloading github.com/x448/float16 v0.8.4 13:09:21 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 13:09:21 go: downloading github.com/go-logfmt/logfmt v0.4.0 13:09:21 go: downloading github.com/leodido/go-urn v1.2.0 13:09:21 go: downloading github.com/gorilla/mux v1.8.0 13:09:21 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:09:21 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 13:09:21 go: downloading github.com/hashicorp/consul/api v1.8.1 13:09:21 go: downloading github.com/gorilla/websocket v1.4.2 13:09:21 go: downloading github.com/pelletier/go-toml v1.2.0 13:09:21 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 13:09:21 go: downloading github.com/mitchellh/mapstructure v1.1.2 13:09:21 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 13:09:21 go: downloading github.com/go-redis/redis/v7 v7.2.0 13:09:21 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 13:09:21 go: downloading github.com/hashicorp/serf v0.9.5 13:09:21 go: downloading github.com/hashicorp/go-hclog v0.12.0 13:09:21 go: downloading github.com/pebbe/zmq4 v1.2.5 13:09:21 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 13:09:21 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:09:21 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 13:09:22 go: downloading github.com/fatih/color v1.9.0 13:09:22 go: downloading github.com/mattn/go-isatty v0.0.12 13:09:22 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 13:09:22 go: downloading github.com/mattn/go-colorable v0.1.6 13:09:22 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:09:22 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 13:09:22 go: downloading github.com/hashicorp/golang-lru v0.5.0 13:09:34 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 13:09:34 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 13:09:34 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 13:09:34 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 13:09:36 Building config-common 13:09:36 + snapcraftctl build 13:09:40 Building edgex-go 13:09:41 + cd /root/parts/edgex-go/src 13:09:41 + make build 13:09:41 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 13:09:41 go: downloading github.com/pkg/errors v0.8.1 13:09:41 go: downloading github.com/imdario/mergo v0.3.12 13:09:41 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.11 13:09:41 go: downloading github.com/OneOfOne/xxhash v1.2.8 13:09:47 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 13:09:47 go: downloading gopkg.in/yaml.v2 v2.4.0 13:09:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 13:09:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:09:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:09:59 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 13:09:59 go: downloading github.com/stretchr/testify v1.7.0 13:09:59 go: downloading github.com/davecgh/go-spew v1.1.1 13:09:59 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 13:09:59 go: downloading github.com/pmezard/go-difflib v1.0.0 13:10:02 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 13:10:02 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 13:10:02 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:10:04 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 13:10:06 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 13:10:08 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 13:10:09 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 13:10:09 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:10:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:10:11 go: downloading github.com/lib/pq v1.10.0 13:10:14 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 13:10:14 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 13:10:14 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 13:10:14 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 13:10:14 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 13:10:14 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 13:10:14 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 13:10:14 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 13:10:14 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 13:10:14 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 13:10:14 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 13:10:14 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 13:10:14 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 13:10:14 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 13:10:14 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 13:10:14 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 13:10:14 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 13:10:14 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 13:10:14 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 13:10:14 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 13:10:14 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 13:10:14 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 13:10:14 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 13:10:14 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 13:10:14 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 13:10:14 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 13:10:18 Building static-packages 13:10:18 + snapcraftctl build 13:10:22 Building version 13:10:22 + snapcraftctl build 13:10:25 Skipping stage go-build-helper (already ran) 13:10:25 Staging app-service-config 13:10:25 + snapcraftctl stage 13:10:26 Staging config-common 13:10:26 + snapcraftctl stage 13:10:28 Staging edgex-go 13:10:28 + snapcraftctl stage 13:10:30 Staging static-packages 13:10:30 + snapcraftctl stage 13:10:31 Staging version 13:10:31 + snapcraftctl stage 13:10:32 Priming go-build-helper 13:10:32 + snapcraftctl prime 13:10:34 Priming app-service-config 13:10:34 + snapcraftctl prime 13:10:36 Priming config-common 13:10:36 + snapcraftctl prime 13:10:37 Priming edgex-go 13:10:37 + snapcraftctl prime 13:10:39 Priming static-packages 13:10:39 + snapcraftctl prime 13:10:42 Priming version 13:10:42 + snapcraftctl prime 13:10:43 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 13:10:47 provisioning config files... 13:10:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/49@tmp/config7582526397549281021tmp [Pipeline] { [Pipeline] sh 13:10:47 + set +x 13:10:47 + curl -s https://codecov.io/bash 13:10:47 + bash -s -- 13:10:47 13:10:47 _____ _ 13:10:47 / ____| | | 13:10:47 | | ___ __| | ___ ___ _____ __ 13:10:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:10:47 | |___| (_) | (_| | __/ (_| (_) \ V / 13:10:47 \_____\___/ \__,_|\___|\___\___/ \_/ 13:10:47 Bash-20210309-2b87ace 13:10:47 13:10:47 13:10:47 ==> git version 2.24.3 found 13:10:47 ==> 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 13:10:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:10:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:10:47 ==> Jenkins CI detected. 13:10:47 project root: . 13:10:47 --> token set from env 13:10:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:10:48 ==> Running gcov in . (disable via -X gcov) 13:10:48 ==> Python coveragepy not found 13:10:48 ==> Searching for coverage reports in: 13:10:48 + . 13:10:48 -> Found 1 reports 13:10:48 ==> Detecting git/mercurial file structure 13:10:48 ==> Reading reports 13:10:48 + ./coverage.out bytes=669470 13:10:48 ==> Appending adjustments 13:10:48 https://docs.codecov.io/docs/fixing-reports 13:10:51 + Found adjustments 13:10:51 ==> Gzipping contents 13:10:51 96K /tmp/codecov.o30oTo.gz 13:10:51 ==> Uploading reports 13:10:51 url: https://codecov.io 13:10:51 query: branch=PR-3234&commit=df9f98fcb2fb8b861d59aef466eee886632dbbe0&build=49&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F49%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 13:10:51 -> Pinging Codecov 13:10:51 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=df9f98fcb2fb8b861d59aef466eee886632dbbe0&build=49&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F49%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 13:10:51 -> Uploading to 13:10:51 https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/df9f98fcb2fb8b861d59aef466eee886632dbbe0/156cb715-1406-44e5-b575-5401735af736.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T131051Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=06b21096bf83d5318ebd72d85888b059bc78813203e8af6805343b41603d37be 13:10:51 % Total % Received % Xferd Average Speed Time Time Time Current 13:10:51 Dload Upload Total Spent Left Speed 13:10:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97059 0 0 100 97059 0 230k --:--:-- --:--:-- --:--:-- 230k 100 97059 0 0 100 97059 0 230k --:--:-- --:--:-- --:--:-- 230k 13:10:52 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/df9f98fcb2fb8b861d59aef466eee886632dbbe0 [Pipeline] } 13:10:52 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] { (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 13:10:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:10:55 ---> package-listing.sh 13:10:55 ++ facter osfamily 13:10:55 ++ tr '[:upper:]' '[:lower:]' 13:10:55 + OS_FAMILY=redhat 13:10:55 + workspace=/w/workspace/edgex-go/49 13:10:55 + START_PACKAGES=/tmp/packages_start.txt 13:10:55 + END_PACKAGES=/tmp/packages_end.txt 13:10:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:10:55 + PACKAGES=/tmp/packages_start.txt 13:10:55 + '[' /w/workspace/edgex-go/49 ']' 13:10:55 + PACKAGES=/tmp/packages_end.txt 13:10:55 + case "${OS_FAMILY}" in 13:10:55 + rpm -qa 13:10:55 + sort 13:11:00 + '[' -f /tmp/packages_start.txt ']' 13:11:00 + '[' -f /tmp/packages_end.txt ']' 13:11:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:11:00 + '[' /w/workspace/edgex-go/49 ']' 13:11:00 + mkdir -p /w/workspace/edgex-go/49/archives/ 13:11:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/49/archives/ [Pipeline] echo 13:11:00 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/49/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:11:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:11:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:11:01 13:11:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:11:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:11:01 alpine: Pulling from edgex-lftools-log-publisher 13:11:01 df20fa9351a1: Pulling fs layer 13:11:01 36b3adc4ff6f: Pulling fs layer 13:11:01 8ad3a11d3b57: Pulling fs layer 13:11:01 46f8f816bc3b: Pulling fs layer 13:11:01 93b61091891f: Pulling fs layer 13:11:01 93b9cdb0e59b: Pulling fs layer 13:11:01 5e14af77c1be: Pulling fs layer 13:11:01 01666e4c0597: Pulling fs layer 13:11:01 aa168da1d23b: Pulling fs layer 13:11:01 93b9cdb0e59b: Waiting 13:11:01 5e14af77c1be: Waiting 13:11:01 01666e4c0597: Waiting 13:11:01 aa168da1d23b: Waiting 13:11:01 46f8f816bc3b: Waiting 13:11:01 93b61091891f: Waiting 13:11:01 36b3adc4ff6f: Verifying Checksum 13:11:01 36b3adc4ff6f: Download complete 13:11:01 46f8f816bc3b: Verifying Checksum 13:11:01 46f8f816bc3b: Download complete 13:11:01 df20fa9351a1: Verifying Checksum 13:11:01 df20fa9351a1: Download complete 13:11:01 93b9cdb0e59b: Verifying Checksum 13:11:01 93b9cdb0e59b: Download complete 13:11:01 93b61091891f: Verifying Checksum 13:11:01 93b61091891f: Download complete 13:11:01 5e14af77c1be: Verifying Checksum 13:11:01 5e14af77c1be: Download complete 13:11:01 01666e4c0597: Verifying Checksum 13:11:01 01666e4c0597: Download complete 13:11:02 8ad3a11d3b57: Verifying Checksum 13:11:02 8ad3a11d3b57: Download complete 13:11:02 df20fa9351a1: Pull complete 13:11:02 36b3adc4ff6f: Pull complete 13:11:02 8ad3a11d3b57: Pull complete 13:11:03 46f8f816bc3b: Pull complete 13:11:04 aa168da1d23b: Verifying Checksum 13:11:04 aa168da1d23b: Download complete 13:11:05 93b61091891f: Pull complete 13:11:05 93b9cdb0e59b: Pull complete 13:11:05 5e14af77c1be: Pull complete 13:11:05 01666e4c0597: Pull complete 13:11:15 aa168da1d23b: Pull complete 13:11:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:11:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:11:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:11:15 prd-centos7-docker-4c-2g-32247 does not seem to be running inside a container 13:11:15 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/49/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/49 -v /w/workspace/edgex-go/49:/w/workspace/edgex-go/49:rw,z -v /w/workspace/edgex-go/49@tmp:/w/workspace/edgex-go/49@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:11:25 $ docker top 6841900bb8ede7f7bceb16ea915fd3af665f3b8f60ff918ea532168d254afa97 -eo pid,comm [Pipeline] { [Pipeline] sh 13:11:26 + touch /tmp/pre-build-complete [Pipeline] sh 13:11:26 + mkdir -p /var/log/sa [Pipeline] sh 13:11:26 + ls /var/log/sa-host 13:11:26 + sadf -c /var/log/sa-host/sa23 13:11:26 file_magic: OK 13:11:26 HZ: Using current value: 100 13:11:26 file_header: OK 13:11:26 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 13:11:26 Statistics: 13:11:26 Hnuu...uuuununununu... 13:11:26 File successfully converted to sysstat format version 12.2.1 13:11:26 + sadf -c /var/log/sa-host/sa31 13:11:26 file_magic: OK 13:11:26 HZ: Using current value: 100 13:11:26 file_header: OK 13:11:26 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 13:11:26 Statistics: 13:11:26 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:11:26 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:11:26 provisioning config files... 13:11:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/49@tmp/config7873581023707615102tmp [Pipeline] { [Pipeline] echo 13:11:27 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:11:27 ---> create-netrc.sh [Pipeline] } 13:11:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:11:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:11:27 ---> python-tools-install.sh [Pipeline] echo 13:11:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:11:28 ---> sudo-logs.sh 13:11:28 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:11:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:11:28 ---> job-cost.sh 13:11:28 lf-activate-venv: SKIPPING 13:11:28 DEBUG: total: 0.20999999344348907 13:11:28 INFO: Retrieving Stack Cost... 13:11:29 INFO: Retrieving Pricing Info for: v1-standard-2 13:11:30 INFO: Archiving Costs [Pipeline] echo 13:11:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:11:30 ---> logs-deploy.sh 13:11:30 lf-activate-venv: SKIPPING 13:11:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/49 13:11:30 INFO: archiving workspace using pattern(s): 13:11:32 Archives upload complete. 13:11:32 INFO: archiving logs to Nexus 13:11:33 ---> uname -a: 13:11:33 Linux prd-centos7-docker-4c-2g-32247.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:11:33 13:11:33 13:11:33 ---> lscpu: 13:11:33 Architecture: x86_64 13:11:33 CPU op-mode(s): 32-bit, 64-bit 13:11:33 Byte Order: Little Endian 13:11:33 Address sizes: 40 bits physical, 48 bits virtual 13:11:33 CPU(s): 4 13:11:33 On-line CPU(s) list: 0-3 13:11:33 Thread(s) per core: 1 13:11:33 Core(s) per socket: 1 13:11:33 Socket(s): 4 13:11:33 NUMA node(s): 1 13:11:33 Vendor ID: GenuineIntel 13:11:33 CPU family: 6 13:11:33 Model: 44 13:11:33 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:11:33 Stepping: 1 13:11:33 CPU MHz: 2933.442 13:11:33 BogoMIPS: 5866.88 13:11:33 Virtualization: VT-x 13:11:33 Hypervisor vendor: KVM 13:11:33 Virtualization type: full 13:11:33 L1d cache: 128 KiB 13:11:33 L1i cache: 128 KiB 13:11:33 L2 cache: 16 MiB 13:11:33 L3 cache: 64 MiB 13:11:33 NUMA node0 CPU(s): 0-3 13:11:33 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:11:33 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:11:33 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:11:33 Vulnerability Meltdown: Mitigation; PTI 13:11:33 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:11:33 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:11:33 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:11:33 Vulnerability Srbds: Not affected 13:11:33 Vulnerability Tsx async abort: Not affected 13:11:33 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 13:11:33 13:11:33 13:11:33 ---> nproc: 13:11:33 4 13:11:33 13:11:33 13:11:33 ---> df -h: 13:11:33 Filesystem Size Used Available Use% Mounted on 13:11:33 overlay 50.0G 11.8G 38.2G 24% / 13:11:33 tmpfs 64.0M 0 64.0M 0% /dev 13:11:33 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:11:33 shm 64.0M 0 64.0M 0% /dev/shm 13:11:33 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 13:11:33 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 13:11:33 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 13:11:33 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 13:11:33 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 13:11:33 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 13:11:33 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 13:11:33 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 13:11:33 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/49 13:11:33 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/49@tmp 13:11:33 13:11:33 13:11:33 ---> free -m: 13:11:33 total used free shared buff/cache available 13:11:33 Mem: 1837 704 147 0 985 1048 13:11:33 Swap: 1023 57 966 13:11:33 13:11:33 13:11:33 ---> ip addr: 13:11:33 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:11:33 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:11:33 inet 127.0.0.1/8 scope host lo 13:11:33 valid_lft forever preferred_lft forever 13:11:33 inet6 ::1/128 scope host 13:11:33 valid_lft forever preferred_lft forever 13:11:33 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:11:33 link/ether fa:16:3e:cd:cf:87 brd ff:ff:ff:ff:ff:ff 13:11:33 inet 10.30.122.68/23 brd 10.30.123.255 scope global dynamic eth0 13:11:33 valid_lft 85055sec preferred_lft 85055sec 13:11:33 inet6 fe80::f816:3eff:fecd:cf87/64 scope link 13:11:33 valid_lft forever preferred_lft forever 13:11:33 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:11:33 link/ether 02:42:78:2e:4f:a2 brd ff:ff:ff:ff:ff:ff 13:11:33 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:11:33 valid_lft forever preferred_lft forever 13:11:33 inet6 fe80::42:78ff:fe2e:4fa2/64 scope link 13:11:33 valid_lft forever preferred_lft forever 13:11:33 13:11:33 13:11:33 ---> sar -b -r -n DEV: 13:11:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 13:11:33 13:11:33 12:48:54 LINUX RESTART (4 CPU) 13:11:33 13:11:33 12:50:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:11:33 12:51:02 160.75 80.06 80.69 0.00 7970.10 35967.07 0.00 13:11:33 12:52:01 294.65 125.66 169.00 0.00 5159.81 29569.37 0.00 13:11:33 12:53:01 124.10 37.39 86.71 0.00 1548.42 11428.02 0.00 13:11:33 12:54:01 149.49 74.07 75.42 0.00 3246.43 12409.48 0.00 13:11:33 12:55:02 983.27 715.84 267.43 0.00 94932.29 165660.24 0.00 13:11:33 12:56:01 2957.82 2637.26 320.55 0.00 144027.49 158258.79 0.00 13:11:33 12:57:01 548.83 260.92 287.92 0.00 60110.43 98729.99 0.00 13:11:33 12:58:02 2015.12 1678.66 336.47 0.00 100245.31 108273.60 0.00 13:11:33 12:59:01 248.43 73.79 174.64 0.00 8123.51 17590.60 0.00 13:11:33 13:00:01 2.51 0.58 1.93 0.00 26.91 33.01 0.00 13:11:33 13:01:01 1.86 1.32 0.55 0.00 95.50 5.83 0.00 13:11:33 13:02:01 1.11 0.38 0.73 0.00 22.77 9.67 0.00 13:11:33 13:03:01 0.53 0.00 0.53 0.00 0.00 5.80 0.00 13:11:33 13:04:01 0.33 0.17 0.17 0.00 2.93 1.60 0.00 13:11:33 13:05:01 2.17 1.37 0.80 0.00 49.84 14.61 0.00 13:11:33 13:06:01 0.33 0.00 0.33 0.00 0.00 3.70 0.00 13:11:33 13:07:01 0.27 0.02 0.25 0.00 0.53 2.47 0.00 13:11:33 13:08:01 0.17 0.00 0.17 0.00 0.00 1.52 0.00 13:11:33 13:09:01 0.20 0.02 0.18 0.00 0.27 1.93 0.00 13:11:33 13:10:01 0.28 0.00 0.28 0.00 0.00 3.16 0.00 13:11:33 13:11:01 63.13 62.92 0.22 0.00 5318.91 25.20 0.00 13:11:33 Average: 359.04 273.19 85.84 0.00 20514.26 30369.62 0.00 13:11:33 13:11:33 12:50:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:11:33 12:51:02 70008 0 701736 37.30 2520 1107280 1555036 53.07 718392 877668 75604 13:11:33 12:52:01 169588 0 782160 41.57 1492 928304 1643316 56.08 591368 843444 22024 13:11:33 12:53:01 214000 0 769712 40.91 632 897200 1493888 50.98 660316 717372 16232 13:11:33 12:54:01 133804 0 783028 41.62 592 964120 1486328 50.73 651716 798020 1628 13:11:33 12:55:02 342704 0 755664 40.16 4 783172 2094484 71.48 599756 719308 264 13:11:33 12:56:01 262488 0 1182768 62.86 4 436284 3783428 129.12 744100 597336 36048 13:11:33 12:57:01 87656 0 770780 40.97 4 1023104 1981636 67.63 737696 823120 75492 13:11:33 12:58:02 298360 0 860136 45.71 4 723044 2482332 84.72 618652 705868 56 13:11:33 12:59:01 396496 0 633252 33.66 4 851792 1235244 42.16 514352 724936 20 13:11:33 13:00:01 398872 0 630076 33.49 4 852592 1209460 41.28 512780 724632 8 13:11:33 13:01:01 396616 0 629508 33.46 4 855416 1200920 40.99 512732 727200 8 13:11:33 13:02:01 395820 0 629624 33.46 4 856096 1198792 40.91 513020 727768 12 13:11:33 13:03:01 395848 0 629584 33.46 4 856108 1198756 40.91 512928 727776 8 13:11:33 13:04:01 396636 0 628796 33.42 4 856108 1218024 41.57 512384 727772 8 13:11:33 13:05:01 394828 0 629700 33.47 4 857012 1198780 40.91 512752 728664 8 13:11:33 13:06:01 395204 0 629308 33.45 4 857028 1198660 40.91 512536 728668 8 13:11:33 13:07:01 394840 0 629684 33.47 4 857016 1198660 40.91 512316 728664 8 13:11:33 13:08:01 395020 0 629480 33.46 4 857040 1198660 40.91 512416 728684 16 13:11:33 13:09:01 394940 0 629552 33.46 4 857048 1198660 40.91 512444 728692 8 13:11:33 13:10:01 394760 0 629728 33.47 4 857052 1198732 40.91 512544 728688 8 13:11:33 13:11:01 151292 0 693476 36.86 4 1036772 1620260 55.30 592564 887916 21948 13:11:33 Average: 308561 0 707512 37.60 253 865218 1552098 52.97 574655 747724 11877 13:11:33 13:11:33 12:50:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:11:33 12:51:02 eth0 1202.20 1478.56 5945.46 166.16 0.00 0.00 0.00 0.00 13:11:33 12:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 12:51:02 docker0 1163.50 835.06 86.90 2732.89 0.00 0.00 0.00 0.00 13:11:33 12:52:01 vethfc720fa 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 13:11:33 12:52:01 eth0 246.04 200.00 878.14 28.63 0.00 0.00 0.00 0.00 13:11:33 12:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 12:52:01 docker0 179.72 210.54 12.74 845.65 0.00 0.00 0.00 0.00 13:11:33 12:53:01 vethfc720fa 1.62 1.64 0.13 0.13 0.00 0.00 0.00 0.00 13:11:33 12:53:01 eth0 39.16 27.26 22.56 55.98 0.00 0.00 0.00 0.00 13:11:33 12:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 12:53:01 docker0 1.62 1.62 0.11 0.13 0.00 0.00 0.00 0.00 13:11:33 12:54:01 vethfc720fa 0.72 0.72 0.06 0.06 0.00 0.00 0.00 0.00 13:11:33 12:54:01 eth0 32.76 20.21 23.93 40.12 0.00 0.00 0.00 0.00 13:11:33 12:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 12:54:01 docker0 0.72 0.72 0.05 0.06 0.00 0.00 0.00 0.00 13:11:33 12:55:02 vethdbb0ecc 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 13:11:33 12:55:02 veth3e8ae18 2.27 5.11 0.15 28.77 0.00 0.00 0.00 0.00 13:11:33 12:55:02 eth0 240.60 191.47 1836.89 69.96 0.00 0.00 0.00 0.00 13:11:33 12:55:02 veth7a9766c 2.59 4.86 0.17 27.93 0.00 0.00 0.00 0.00 13:11:33 12:56:01 veth486c420 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:11:33 12:56:01 vethcbe2854 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:11:33 12:56:01 veth6a91f57 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:11:33 12:56:01 veth75e0d40 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:11:33 12:57:01 vethdbb0ecc 0.00 0.61 0.00 0.03 0.00 0.00 0.00 0.00 13:11:33 12:57:01 eth0 2798.53 2563.47 13406.70 472.46 0.00 0.00 0.00 0.00 13:11:33 12:57:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:11:33 12:57:01 docker0 1340.87 1074.51 98.91 3811.15 0.00 0.00 0.00 0.00 13:11:33 12:58:02 veth136431a 2.74 5.79 0.19 38.22 0.00 0.00 0.00 0.00 13:11:33 12:58:02 vethc482435 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 12:58:02 vethdbb0ecc 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 12:58:02 eth0 106.67 70.07 405.14 92.67 0.00 0.00 0.00 0.00 13:11:33 12:59:01 eth0 78.36 53.16 133.40 76.78 0.00 0.00 0.00 0.00 13:11:33 12:59:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:11:33 12:59:01 docker0 1412.02 1171.00 103.68 4387.24 0.00 0.00 0.00 0.00 13:11:33 13:00:01 eth0 0.30 0.17 0.14 0.10 0.00 0.00 0.00 0.00 13:11:33 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:01:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:11:33 13:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:02:01 eth0 1.10 0.35 0.33 0.20 0.00 0.00 0.00 0.00 13:11:33 13:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:03:01 eth0 0.87 0.30 0.31 0.20 0.00 0.00 0.00 0.00 13:11:33 13:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:04:01 eth0 0.63 0.07 0.06 0.01 0.00 0.00 0.00 0.00 13:11:33 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:05:01 eth0 0.70 0.50 0.43 0.27 0.00 0.00 0.00 0.00 13:11:33 13:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:06:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:11:33 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:07:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 13:11:33 13:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:08:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:09:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:10:01 eth0 0.72 0.15 0.19 0.07 0.00 0.00 0.00 0.00 13:11:33 13:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:11:01 eth0 50.95 37.78 338.16 9.64 0.00 0.00 0.00 0.00 13:11:33 13:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 13:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 Average: eth0 102.90 104.15 523.10 27.09 0.00 0.00 0.00 0.00 13:11:33 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:11:33 Average: docker0 66.25 54.95 4.86 205.86 0.00 0.00 0.00 0.00 13:11:33 13:11:33 13:11:33 ---> sar -P ALL: 13:11:33 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 13:11:33 13:11:33 12:48:54 LINUX RESTART (4 CPU) 13:11:33 13:11:33 12:50:02 CPU %user %nice %system %iowait %steal %idle 13:11:33 12:51:02 all 13.40 0.00 7.25 1.46 0.03 77.86 13:11:33 12:51:02 0 14.42 0.00 8.41 2.39 0.04 74.74 13:11:33 12:51:02 1 13.97 0.00 6.59 1.27 0.02 78.16 13:11:33 12:51:02 2 9.90 0.00 6.63 0.73 0.02 82.72 13:11:33 12:51:02 3 15.31 0.00 7.38 1.46 0.05 75.80 13:11:33 12:52:01 all 10.52 0.00 8.07 7.16 0.06 74.18 13:11:33 12:52:01 0 11.90 0.00 7.47 7.92 0.07 72.64 13:11:33 12:52:01 1 10.70 0.00 8.27 9.46 0.07 71.49 13:11:33 12:52:01 2 9.04 0.00 8.11 6.04 0.07 76.73 13:11:33 12:52:01 3 10.42 0.00 8.45 5.22 0.03 75.88 13:11:33 12:53:01 all 51.60 0.00 12.00 3.88 0.05 32.47 13:11:33 12:53:01 0 51.42 0.00 12.05 2.42 0.05 34.06 13:11:33 12:53:01 1 49.75 0.00 12.66 4.61 0.05 32.93 13:11:33 12:53:01 2 51.62 0.00 11.40 4.80 0.05 32.13 13:11:33 12:53:01 3 53.58 0.00 11.90 3.69 0.05 30.77 13:11:33 12:54:01 all 50.21 0.00 14.90 2.96 0.06 31.87 13:11:33 12:54:01 0 51.35 0.00 14.83 2.38 0.07 31.37 13:11:33 12:54:01 1 48.80 0.00 14.99 3.29 0.05 32.87 13:11:33 12:54:01 2 50.58 0.00 15.09 2.37 0.07 31.90 13:11:33 12:54:01 3 50.10 0.00 14.68 3.80 0.07 31.35 13:11:33 12:55:02 all 21.13 0.00 21.84 5.36 0.07 51.60 13:11:33 12:55:02 0 20.92 0.00 21.73 7.19 0.05 50.11 13:11:33 12:55:02 1 21.88 0.00 22.11 4.78 0.07 51.16 13:11:33 12:55:02 2 20.77 0.00 21.48 4.51 0.10 53.13 13:11:33 12:55:02 3 20.97 0.00 22.05 4.93 0.05 52.00 13:11:33 12:56:01 all 34.96 0.00 23.95 23.91 0.09 17.10 13:11:33 12:56:01 0 35.03 0.00 21.76 26.66 0.09 16.46 13:11:33 12:56:01 1 34.68 0.00 24.86 23.06 0.07 17.32 13:11:33 12:56:01 2 35.78 0.00 24.92 22.65 0.12 16.53 13:11:33 12:56:01 3 34.30 0.00 24.25 23.25 0.09 18.11 13:11:33 12:57:01 all 39.68 0.00 17.40 22.13 0.07 20.73 13:11:33 12:57:01 0 39.83 0.00 16.61 22.17 0.10 21.28 13:11:33 12:57:01 1 39.35 0.00 17.22 22.28 0.05 21.10 13:11:33 12:57:01 2 39.67 0.00 17.67 23.01 0.03 19.62 13:11:33 12:57:01 3 39.86 0.00 18.09 21.04 0.09 20.92 13:11:33 12:58:02 all 33.74 0.00 19.60 31.57 0.08 15.01 13:11:33 12:58:02 0 32.93 0.00 18.10 32.64 0.12 16.21 13:11:33 12:58:02 1 33.49 0.00 20.01 30.19 0.05 16.26 13:11:33 12:58:02 2 34.35 0.00 19.76 33.16 0.07 12.67 13:11:33 12:58:02 3 34.19 0.00 20.55 30.30 0.07 14.89 13:11:33 12:59:01 all 25.84 0.00 8.39 8.87 0.02 56.88 13:11:33 12:59:01 0 25.15 0.00 8.29 8.84 0.00 57.72 13:11:33 12:59:01 1 25.50 0.00 8.26 7.53 0.03 58.67 13:11:33 12:59:01 2 26.35 0.00 8.61 11.99 0.03 53.01 13:11:33 12:59:01 3 26.34 0.00 8.40 7.13 0.02 58.11 13:11:33 13:00:01 all 0.11 0.00 0.04 0.00 0.01 99.84 13:11:33 13:00:01 0 0.02 0.00 0.05 0.00 0.02 99.92 13:11:33 13:00:01 1 0.02 0.00 0.03 0.00 0.02 99.93 13:11:33 13:00:01 2 0.40 0.00 0.07 0.00 0.00 99.53 13:11:33 13:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:11:33 13:01:01 all 0.14 0.00 0.16 0.00 0.00 99.69 13:11:33 13:01:01 0 0.07 0.00 0.17 0.00 0.00 99.77 13:11:33 13:01:01 1 0.05 0.00 0.12 0.00 0.02 99.82 13:11:33 13:01:01 2 0.40 0.00 0.18 0.00 0.00 99.42 13:11:33 13:01:01 3 0.05 0.00 0.18 0.02 0.00 99.75 13:11:33 13:11:33 13:01:01 CPU %user %nice %system %iowait %steal %idle 13:11:33 13:02:01 all 0.16 0.00 0.04 0.01 0.00 99.79 13:11:33 13:02:01 0 0.03 0.00 0.03 0.02 0.00 99.92 13:11:33 13:02:01 1 0.05 0.00 0.05 0.02 0.00 99.88 13:11:33 13:02:01 2 0.52 0.00 0.03 0.00 0.02 99.43 13:11:33 13:02:01 3 0.05 0.00 0.03 0.00 0.00 99.92 13:11:33 13:03:01 all 0.15 0.00 0.03 0.00 0.00 99.81 13:11:33 13:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:11:33 13:03:01 1 0.05 0.00 0.03 0.00 0.00 99.92 13:11:33 13:03:01 2 0.53 0.00 0.03 0.00 0.00 99.43 13:11:33 13:03:01 3 0.03 0.00 0.03 0.00 0.02 99.92 13:11:33 13:04:01 all 0.14 0.00 0.02 0.00 0.00 99.84 13:11:33 13:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:11:33 13:04:01 1 0.03 0.00 0.03 0.00 0.00 99.93 13:11:33 13:04:01 2 0.50 0.00 0.02 0.00 0.00 99.48 13:11:33 13:04:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:11:33 13:05:01 all 0.16 0.00 0.05 0.02 0.00 99.78 13:11:33 13:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:11:33 13:05:01 1 0.03 0.00 0.05 0.00 0.00 99.92 13:11:33 13:05:01 2 0.53 0.00 0.03 0.00 0.00 99.43 13:11:33 13:05:01 3 0.05 0.00 0.07 0.07 0.00 99.82 13:11:33 13:06:01 all 0.11 0.00 0.03 0.00 0.00 99.86 13:11:33 13:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:11:33 13:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:11:33 13:06:01 2 0.40 0.00 0.07 0.00 0.00 99.53 13:11:33 13:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:11:33 13:07:01 all 0.09 0.00 0.03 0.00 0.00 99.88 13:11:33 13:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:11:33 13:07:01 1 0.30 0.00 0.02 0.00 0.00 99.68 13:11:33 13:07:01 2 0.03 0.00 0.05 0.00 0.02 99.90 13:11:33 13:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:11:33 13:08:01 all 0.15 0.00 0.02 0.00 0.00 99.83 13:11:33 13:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 13:11:33 13:08:01 1 0.52 0.00 0.03 0.00 0.00 99.45 13:11:33 13:08:01 2 0.07 0.00 0.03 0.00 0.00 99.90 13:11:33 13:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 13:11:33 13:09:01 all 0.14 0.00 0.03 0.00 0.00 99.84 13:11:33 13:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 13:11:33 13:09:01 1 0.50 0.00 0.02 0.00 0.00 99.48 13:11:33 13:09:01 2 0.03 0.00 0.03 0.00 0.00 99.93 13:11:33 13:09:01 3 0.00 0.00 0.02 0.00 0.00 99.98 13:11:33 13:10:01 all 0.07 0.00 0.03 0.00 0.00 99.90 13:11:33 13:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:11:33 13:10:01 1 0.18 0.00 0.03 0.00 0.00 99.78 13:11:33 13:10:01 2 0.05 0.00 0.03 0.00 0.00 99.92 13:11:33 13:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 13:11:33 13:11:01 all 2.11 0.00 1.22 1.53 0.01 95.14 13:11:33 13:11:01 0 1.10 0.00 1.07 0.28 0.00 97.55 13:11:33 13:11:01 1 3.45 0.00 1.59 3.40 0.02 91.55 13:11:33 13:11:01 2 2.19 0.00 1.22 2.09 0.02 94.48 13:11:33 13:11:01 3 1.69 0.00 0.99 0.33 0.00 96.99 13:11:33 Average: all 13.28 0.00 6.28 5.06 0.03 75.36 13:11:33 Average: 0 13.30 0.00 6.09 5.25 0.03 75.33 13:11:33 Average: 1 13.20 0.00 6.37 5.12 0.02 75.28 13:11:33 Average: 2 13.27 0.00 6.31 5.19 0.03 75.21 13:11:33 Average: 3 13.36 0.00 6.35 4.67 0.03 75.60 13:11:33 13:11:33 13:11:33