Pull request #3193 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b90ac074bd776dc4830c793238b299d58f36b84f+dd4b8fe188861d65d0d5afbafd149fd221a40ee4 (0b98c971621b1507ec31f24e0a60334c786a2fc5) 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27685’ Running on prd-centos7-docker-4c-2g-27689 in /w/workspace/edgexfoundry_edgex-go_PR-3193 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit b90ac074bd776dc4830c793238b299d58f36b84f Merge succeeded, producing 4f076f4beeda93396ba34c663d86c35b2b729b6a Checking out Revision 4f076f4beeda93396ba34c663d86c35b2b729b6a (PR-3193) > 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/3193/head:refs/remotes/origin/PR-3193 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b90ac074bd776dc4830c793238b299d58f36b84f # 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 dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4f076f4beeda93396ba34c663d86c35b2b729b6a # timeout=10 Commit message: "Merge commit 'dd4b8fe188861d65d0d5afbafd149fd221a40ee4' into HEAD" > git rev-list --no-walk b90ac074bd776dc4830c793238b299d58f36b84f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:47:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:47:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:47:00 ========================================================= 17:47:00 EdgeX Global Pipelines Version Info 17:47:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:47:02 ------------------- 17:47:02 stable info: 17:47:02 ------------------- 17:47:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:47:02 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 17:47:02 Message: update stable to v1.0.181 17:47:03 ------------------- 17:47:03 experimental info: 17:47:03 ------------------- 17:47:03 Commited By: **** collab-it+edgex@linuxfoundation.org 17:47:03 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 17:47:03 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:47:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:47:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:47:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:47:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:47:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:47:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:47:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:47:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:47:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:47:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:47:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:47:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:47:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:47:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:47:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:47:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3193 [Pipeline] echo 17:47:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3193 [Pipeline] echo 17:47:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3193 [Pipeline] echo 17:47:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4f076f4beeda93396ba34c663d86c35b2b729b6a [Pipeline] echo 17:47:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4f076f4 [Pipeline] echo 17:47:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:47:05 provisioning config files... 17:47:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3607561339844532128tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:47:06 ---> docker-login.sh 17:47:06 nexus3.edgexfoundry.org:10001 17:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:06 Configure a credential helper to remove this warning. See 17:47:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:06 17:47:06 Login Succeeded 17:47:06 nexus3.edgexfoundry.org:10002 17:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:06 Configure a credential helper to remove this warning. See 17:47:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:06 17:47:06 Login Succeeded 17:47:06 nexus3.edgexfoundry.org:10003 17:47:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:07 Configure a credential helper to remove this warning. See 17:47:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:07 17:47:07 Login Succeeded 17:47:07 nexus3.edgexfoundry.org:10004 17:47:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:07 Configure a credential helper to remove this warning. See 17:47:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:07 17:47:07 Login Succeeded 17:47:07 docker.io 17:47:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:47:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:47:07 Configure a credential helper to remove this warning. See 17:47:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:47:07 17:47:07 Login Succeeded 17:47:07 ---> docker-login.sh ends [Pipeline] } 17:47:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:47:08 ++ 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 17:47:08 + for file in '`ls cmd/**/Dockerfile`' 17:47:08 ++ dirname cmd/core-command/Dockerfile 17:47:08 ++ cut -d/ -f2 17:47:08 + echo core-command,cmd/core-command/Dockerfile 17:47:08 + for file in '`ls cmd/**/Dockerfile`' 17:47:08 ++ dirname cmd/core-data/Dockerfile 17:47:08 ++ cut -d/ -f2 17:47:08 + echo core-data,cmd/core-data/Dockerfile 17:47:08 + for file in '`ls cmd/**/Dockerfile`' 17:47:08 ++ dirname cmd/core-metadata/Dockerfile 17:47:08 ++ cut -d/ -f2 17:47:08 + echo core-metadata,cmd/core-metadata/Dockerfile 17:47:08 + for file in '`ls cmd/**/Dockerfile`' 17:47:08 ++ dirname cmd/security-bootstrapper/Dockerfile 17:47:08 ++ cut -d/ -f2 17:47:08 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:47:08 + for file in '`ls cmd/**/Dockerfile`' 17:47:08 ++ dirname cmd/security-proxy-setup/Dockerfile 17:47:08 ++ cut -d/ -f2 17:47:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:47:08 + for file in '`ls cmd/**/Dockerfile`' 17:47:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:47:08 ++ cut -d/ -f2 17:47:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:47:08 + for file in '`ls cmd/**/Dockerfile`' 17:47:08 ++ dirname cmd/support-notifications/Dockerfile 17:47:08 ++ cut -d/ -f2 17:47:08 + echo support-notifications,cmd/support-notifications/Dockerfile 17:47:08 + for file in '`ls cmd/**/Dockerfile`' 17:47:08 ++ dirname cmd/support-scheduler/Dockerfile 17:47:08 ++ cut -d/ -f2 17:47:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:47:08 + for file in '`ls cmd/**/Dockerfile`' 17:47:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:47:08 ++ cut -d/ -f2 17:47:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:47:08 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 17:47:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:47:08 17:47:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:47:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:47:09 latest: Pulling from edgex-devops/git-semver 17:47:09 31603596830f: Pulling fs layer 17:47:09 2a8b12db71e7: Pulling fs layer 17:47:09 6ca5941a6612: Pulling fs layer 17:47:09 ecc8261a40a4: Pulling fs layer 17:47:09 2a8b12db71e7: Verifying Checksum 17:47:09 2a8b12db71e7: Download complete 17:47:09 31603596830f: Verifying Checksum 17:47:09 31603596830f: Download complete 17:47:09 6ca5941a6612: Verifying Checksum 17:47:09 6ca5941a6612: Download complete 17:47:09 ecc8261a40a4: Verifying Checksum 17:47:09 ecc8261a40a4: Download complete 17:47:09 31603596830f: Pull complete 17:47:10 2a8b12db71e7: Pull complete 17:47:10 6ca5941a6612: Pull complete 17:47:11 ecc8261a40a4: Pull complete 17:47:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:47:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:47:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:47:11 prd-centos7-docker-4c-2g-27689 does not seem to be running inside a container 17:47:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:47:14 $ docker top e4f222db14f363275c416e802f4ffabcf203c9bd5a98240a1af38d27b2046f25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:47:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:47:14 [ssh-agent] Looking for ssh-agent implementation... 17:47:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:47:14 $ docker exec e4f222db14f363275c416e802f4ffabcf203c9bd5a98240a1af38d27b2046f25 ssh-agent 17:47:14 SSH_AUTH_SOCK=/tmp/ssh-QR4ahSfQQXgG/agent.12 17:47:14 SSH_AGENT_PID=17 17:47:14 Running ssh-add (command line suppressed) 17:47:15 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4412724322787317609.key (/w/workspace/edgex-go/3@tmp/private_key_4412724322787317609.key) 17:47:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:47:15 + git tag --points-at HEAD [Pipeline] } 17:47:15 $ docker exec --env ******** --env ******** e4f222db14f363275c416e802f4ffabcf203c9bd5a98240a1af38d27b2046f25 ssh-agent -k 17:47:15 unset SSH_AUTH_SOCK; 17:47:15 unset SSH_AGENT_PID; 17:47:15 echo Agent pid 17 killed; 17:47:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:47:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:47:15 [ssh-agent] Looking for ssh-agent implementation... 17:47:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:47:15 $ docker exec e4f222db14f363275c416e802f4ffabcf203c9bd5a98240a1af38d27b2046f25 ssh-agent 17:47:16 SSH_AUTH_SOCK=/tmp/ssh-cPZES5PZ5ZrY/agent.45 17:47:16 SSH_AGENT_PID=50 17:47:16 Running ssh-add (command line suppressed) 17:47:16 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7583218817535053510.key (/w/workspace/edgex-go/3@tmp/private_key_7583218817535053510.key) 17:47:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:47:16 + git semver init 17:47:16 # -> Open(): unable to determine branch for HEAD 17:47:16 # $GIT_DIR = /w/workspace/edgex-go/3/.git 17:47:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 17:47:16 # $SEMVER_REMOTE_NAME = origin 17:47:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:47:16 # $SEMVER_USER_NAME = edgex-jenkins 17:47:16 # $SEMVER_BRANCH = PR-3193 17:47:16 # $SEMVER_TEMP = /tmp/semver-487270626 17:47:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:47:38 # '/tmp/semver-487270626' -> '/w/workspace/edgex-go/3/.semver' 17:47:38 # -> Force: false 17:47:38 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 17:47:38 $ docker exec --env ******** --env ******** e4f222db14f363275c416e802f4ffabcf203c9bd5a98240a1af38d27b2046f25 ssh-agent -k 17:47:39 unset SSH_AUTH_SOCK; 17:47:39 unset SSH_AGENT_PID; 17:47:39 echo Agent pid 50 killed; 17:47:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:47:39 + git semver [Pipeline] } 17:47:39 $ docker stop --time=1 e4f222db14f363275c416e802f4ffabcf203c9bd5a98240a1af38d27b2046f25 17:47:41 $ docker rm -f e4f222db14f363275c416e802f4ffabcf203c9bd5a98240a1af38d27b2046f25 [Pipeline] // withDockerContainer [Pipeline] sh 17:47:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:47:42 Stashed 1 file(s) [Pipeline] echo 17:47:42 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:47:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:47:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:47:44 + sudo service docker restart 17:47:44 + true 17:47:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:47:44 ========================================================= 17:47:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:47:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:47:44 + 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 . 17:47:49 Sending build context to Docker daemon 328MB 17:47:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:47:49 Step 2/6 : FROM ${BASE} 17:47:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:47:49 188c0c94c7c5: Pulling fs layer 17:47:49 0ef7d3d256c8: Pulling fs layer 17:47:49 de9db76c5a1d: Pulling fs layer 17:47:49 bca2f99d35d6: Pulling fs layer 17:47:49 93359f2a8cfa: Pulling fs layer 17:47:49 7c6f9722023f: Pulling fs layer 17:47:49 a35cf1a2eb13: Pulling fs layer 17:47:49 bca2f99d35d6: Waiting 17:47:49 93359f2a8cfa: Waiting 17:47:49 7c6f9722023f: Waiting 17:47:49 a35cf1a2eb13: Waiting 17:47:49 de9db76c5a1d: Verifying Checksum 17:47:49 de9db76c5a1d: Download complete 17:47:49 0ef7d3d256c8: Download complete 17:47:49 93359f2a8cfa: Verifying Checksum 17:47:49 93359f2a8cfa: Download complete 17:47:49 188c0c94c7c5: Verifying Checksum 17:47:49 188c0c94c7c5: Download complete 17:47:49 7c6f9722023f: Verifying Checksum 17:47:49 7c6f9722023f: Download complete 17:47:49 188c0c94c7c5: Pull complete 17:47:49 0ef7d3d256c8: Pull complete 17:47:49 de9db76c5a1d: Pull complete 17:47:51 a35cf1a2eb13: Verifying Checksum 17:47:51 a35cf1a2eb13: Download complete 17:47:51 bca2f99d35d6: Verifying Checksum 17:47:51 bca2f99d35d6: Download complete 17:47:57 Still waiting to schedule task 17:47:57 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:47:59 bca2f99d35d6: Pull complete 17:47:59 93359f2a8cfa: Pull complete 17:47:59 7c6f9722023f: Pull complete 17:48:02 a35cf1a2eb13: Pull complete 17:48:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:48:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:48:02 ---> a62c8e92a672 17:48:02 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 17:48:02 ---> Running in 638984fdfa4a 17:48:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:48:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:48:04 (1/12) Installing libmagic (5.38-r0) 17:48:04 (2/12) Installing file (5.38-r0) 17:48:04 (3/12) Installing libc-dev (0.7.2-r3) 17:48:04 (4/12) Installing g++ (9.3.0-r2) 17:48:10 (5/12) Installing fortify-headers (1.1-r0) 17:48:10 (6/12) Installing patch (2.7.6-r6) 17:48:10 (7/12) Installing build-base (0.5-r2) 17:48:10 (8/12) Installing libsodium (1.0.18-r0) 17:48:10 (9/12) Installing pkgconf (1.7.2-r0) 17:48:10 (10/12) Installing libsodium-dev (1.0.18-r0) 17:48:10 (11/12) Installing libzmq (4.3.3-r0) 17:48:10 (12/12) Installing zeromq-dev (4.3.3-r0) 17:48:11 Executing busybox-1.31.1-r19.trigger 17:48:11 OK: 233 MiB in 51 packages 17:48:14 Removing intermediate container 638984fdfa4a 17:48:14 ---> ec50ae018301 17:48:14 Step 4/6 : WORKDIR /edgex-go 17:48:14 ---> Running in 3e16e6908c68 17:48:14 Removing intermediate container 3e16e6908c68 17:48:14 ---> 2bae9c05b9c1 17:48:14 Step 5/6 : COPY go.mod . 17:48:14 ---> e7d7da403951 17:48:14 Step 6/6 : RUN go mod download 17:48:14 ---> Running in 8979bb1fa650 17:48:41 Removing intermediate container 8979bb1fa650 17:48:41 ---> f8d218b32c6b 17:48:41 Successfully built f8d218b32c6b 17:48:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:48:41 + docker inspect -f . ci-base-image-x86_64 17:48:41 . [Pipeline] withDockerContainer 17:48:42 prd-centos7-docker-4c-2g-27689 does not seem to be running inside a container 17:48:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 17:48:42 $ docker top 0afd3a03c1838c9f5f503d7dabd1737f128a23772bc5816f22ba2411a13450f3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:48:43 + go version 17:48:43 go version go1.15.5 linux/amd64 [Pipeline] } 17:48:43 $ docker stop --time=1 0afd3a03c1838c9f5f503d7dabd1737f128a23772bc5816f22ba2411a13450f3 17:48:44 $ docker rm -f 0afd3a03c1838c9f5f503d7dabd1737f128a23772bc5816f22ba2411a13450f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:48:45 + docker inspect -f . ci-base-image-x86_64 17:48:45 . [Pipeline] withDockerContainer 17:48:45 prd-centos7-docker-4c-2g-27689 does not seem to be running inside a container 17:48:45 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat 17:48:46 $ docker top 2ab1c6cd45b262216da3d8395208a21045b3a8d73dd827040762942688099c97 -eo pid,comm [Pipeline] { [Pipeline] echo 17:48:46 ========================================================= 17:48:46 [edgeXBuildGoParallel] Running Tests and Build... 17:48:46 ========================================================= [Pipeline] sh 17:48:47 + make test 17:48:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:48:57 ? github.com/edgexfoundry/edgex-go [no test files] 17:49:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:49:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:49:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:49:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:49:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:49:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:49:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:49:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:49:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:49:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:49:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:49:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:49:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:49:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 45.9% of statements 17:49:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:49:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:49:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:49:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:49:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:49:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:49:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:49:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements 17:49:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.204s coverage: 27.1% of statements 17:49:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:49:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:49:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:49:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:49:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:49:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:49:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 17:49:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:49:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 17:49:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:49:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:49:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 65.8% of statements 17:49:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:49:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:49:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.413s coverage: 82.3% of statements 17:49:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:49:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:49:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:49:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:49:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.393s coverage: 28.6% of statements 17:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:49:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements 17:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:49:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 17:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:49:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements 17:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:49:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.161s coverage: 97.5% of statements 17:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:49:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements 17:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:49:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.460s coverage: 92.8% of statements 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:49:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:49:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.048s coverage: 0.1% of statements 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:49:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:49:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 45.5% of statements 17:49:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements 17:49:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements 17:49:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.051s coverage: 96.3% of statements 17:49:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.049s coverage: 94.4% of statements 17:49:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.031s coverage: 44.8% of statements 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.067s coverage: 92.9% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 77.8% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.6% of statements 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.6% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 62.4% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 68.9% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 36.6% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.114s coverage: 89.4% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.728s coverage: 29.1% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 92.9% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:50:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 17:50:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 17:50:00 GO111MODULE=on go vet ./... 17:50:27 gofmt -l . 17:50:28 [ "`gofmt -l .`" = "" ] 17:50:28 ./bin/test-go-mod-tidy.sh 17:50:29 ./bin/test-attribution-txt.sh [Pipeline] sh 17:50:31 + ls -al . 17:50:31 total 708 17:50:31 drwxrwxr-x 10 1001 1001 4096 Feb 25 17:50 . 17:50:31 drwxr-xr-x 4 root root 28 Feb 25 17:48 .. 17:50:31 -rw-rw-r-- 1 1001 1001 11 Feb 25 17:46 .dockerignore 17:50:31 drwxrwxr-x 8 1001 1001 179 Feb 25 17:46 .git 17:50:31 drwxrwxr-x 3 1001 1001 125 Feb 25 17:46 .github 17:50:31 -rw-rw-r-- 1 1001 1001 818 Feb 25 17:46 .gitignore 17:50:31 drwx------ 3 1001 1001 60 Feb 25 17:47 .semver 17:50:31 -rw-rw-r-- 1 1001 1001 166 Feb 25 17:46 .sonarcloud.properties 17:50:31 -rw-rw-r-- 1 1001 1001 8475 Feb 25 17:46 Attribution.txt 17:50:31 -rw-rw-r-- 1 1001 1001 3804 Feb 25 17:46 CONTRIBUTING.md 17:50:31 -rw-rw-r-- 1 1001 1001 931 Feb 25 17:46 Dockerfile.build 17:50:31 -rw-rw-r-- 1 1001 1001 863 Feb 25 17:46 Jenkinsfile 17:50:31 -rw-rw-r-- 1 1001 1001 10775 Feb 25 17:46 LICENSE 17:50:31 -rw-rw-r-- 1 1001 1001 5774 Feb 25 17:46 Makefile 17:50:31 -rw-rw-r-- 1 1001 1001 6524 Feb 25 17:46 README.md 17:50:31 -rw-rw-r-- 1 1001 1001 6755 Feb 25 17:46 SECURITY.md 17:50:31 -rw-rw-r-- 1 1001 1001 5 Feb 25 17:47 VERSION 17:50:31 -rw-rw-r-- 1 1001 1001 4131 Feb 25 17:46 ZMQWindows.md 17:50:31 drwxrwxr-x 2 1001 1001 117 Feb 25 17:46 bin 17:50:31 drwxrwxr-x 14 1001 1001 4096 Feb 25 17:46 cmd 17:50:31 -rw-r--r-- 1 root root 597902 Feb 25 17:49 coverage.out 17:50:31 -rw-r--r-- 1 root root 1055 Feb 25 17:50 go.mod 17:50:31 -rw-r--r-- 1 root root 21699 Feb 25 17:50 go.sum 17:50:31 drwxrwxr-x 8 1001 1001 127 Feb 25 17:46 internal 17:50:31 drwxrwxr-x 4 1001 1001 26 Feb 25 17:46 openapi 17:50:31 drwxrwxr-x 4 1001 1001 71 Feb 25 17:46 snap 17:50:31 -rw-rw-r-- 1 1001 1001 168 Feb 25 17:46 version.go [Pipeline] sh 17:50:31 + '[' -e coverage.out ] 17:50:31 + chown 1001:1001 coverage.out [Pipeline] stash 17:50:31 Stashed 1 file(s) [Pipeline] sh 17:50:31 + make build 17:50:31 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 17:50:35 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 17:50:43 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 17:50:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:50:46 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 17:50: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 17:50:48 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 17:50:49 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 17:50:51 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 17:50:52 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 17:50:53 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 17:50:54 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] } 17:50:56 $ docker stop --time=1 2ab1c6cd45b262216da3d8395208a21045b3a8d73dd827040762942688099c97 17:50:58 $ docker rm -f 2ab1c6cd45b262216da3d8395208a21045b3a8d73dd827040762942688099c97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:51:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:51:02 17:51:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:51:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:51:02 latest: Pulling from edgex-devops/edgex-compose 17:51:02 cbdbe7a5bc2a: Pulling fs layer 17:51:02 ca9280d653b3: Pulling fs layer 17:51:02 7e9c9ca2126c: Pulling fs layer 17:51:02 cbdbe7a5bc2a: Verifying Checksum 17:51:02 cbdbe7a5bc2a: Download complete 17:51:03 cbdbe7a5bc2a: Pull complete 17:51:03 ca9280d653b3: Verifying Checksum 17:51:03 ca9280d653b3: Download complete 17:51:04 7e9c9ca2126c: Verifying Checksum 17:51:04 7e9c9ca2126c: Download complete 17:51:04 ca9280d653b3: Pull complete 17:51:10 7e9c9ca2126c: Pull complete 17:51:10 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:51:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:51:10 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:51:11 prd-centos7-docker-4c-2g-27689 does not seem to be running inside a container 17:51:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-devops/edgex-compose:latest cat 17:51:14 $ docker top 767dac3bb98be5545be168d7a60aa0e79865e0d070fd3ba34e1db5bd60612b7d -eo pid,comm [Pipeline] { [Pipeline] sh 17:51:14 + docker-compose build --help 17:51:14 + grep parallel 17:51:15 --parallel Build images in parallel. [Pipeline] } 17:51:15 $ docker stop --time=1 767dac3bb98be5545be168d7a60aa0e79865e0d070fd3ba34e1db5bd60612b7d 17:51:17 $ docker rm -f 767dac3bb98be5545be168d7a60aa0e79865e0d070fd3ba34e1db5bd60612b7d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:51:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:51:17 . [Pipeline] withDockerContainer 17:51:17 prd-centos7-docker-4c-2g-27689 does not seem to be running inside a container 17:51:18 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 17:51:18 $ docker top 6c2b63678675c8580702a7b7ee52a65430497e8d4bf4259515190f1b96eab839 -eo pid,comm [Pipeline] { [Pipeline] sh 17:51:19 + docker-compose -f ./docker-compose-build.yml build --parallel 17:51:20 Building docker-core-command-go ... 17:51:20 Building docker-core-data-go ... 17:51:20 Building docker-core-metadata-go ... 17:51:20 Building docker-security-bootstrapper-go ... 17:51:20 Building docker-security-proxy-setup-go ... 17:51:20 Building docker-security-secretstore-setup-go ... 17:51:20 Building docker-support-notifications-go ... 17:51:20 Building docker-support-scheduler-go ... 17:51:20 Building docker-sys-mgmt-agent-go ... 17:51:20 Building docker-security-bootstrapper-go 17:51:20 Building docker-sys-mgmt-agent-go 17:51:20 Building docker-core-command-go 17:51:20 Building docker-core-metadata-go 17:51:20 Building docker-security-secretstore-setup-go 17:51:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27691 in /w/workspace/edgexfoundry_edgex-go_PR-3193 [Pipeline] { [Pipeline] ws 17:51:29 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 17:51:34 using credential edgex-jenkins-ssh 17:51:34 Cloning the remote Git repository 17:51:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:51:34 > git init /w/workspace/edgex-go/3 # timeout=10 17:51:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:51:34 > git --version # timeout=10 17:51:34 > git --version # 'git version 2.17.1' 17:51:34 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:51:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:51:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:51:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:51:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:51:51 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3193/head:refs/remotes/origin/PR-3193 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:51:53 Merging remotes/origin/master commit dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit b90ac074bd776dc4830c793238b299d58f36b84f 17:51:53 > git config core.sparsecheckout # timeout=10 17:51:53 > git checkout -f b90ac074bd776dc4830c793238b299d58f36b84f # timeout=10 17:51:53 > git remote # timeout=10 17:51:53 > git config --get remote.origin.url # timeout=10 17:51:53 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:53 > git merge dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 17:51:54 Merge succeeded, producing fe9b23bb00387cd0b905183cd733229d76523947 17:51:54 Checking out Revision fe9b23bb00387cd0b905183cd733229d76523947 (PR-3193) 17:51:53 > git rev-parse HEAD^{commit} # timeout=10 17:51:54 > git config core.sparsecheckout # timeout=10 17:51:54 > git checkout -f fe9b23bb00387cd0b905183cd733229d76523947 # timeout=10 17:51:58 Commit message: "Merge commit 'dd4b8fe188861d65d0d5afbafd149fd221a40ee4' into HEAD" 17:51:58 > git rev-list --no-walk b90ac074bd776dc4830c793238b299d58f36b84f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:51:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:51:59 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:51:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:51:59 17:51:59 ---> f8d218b32c6b 17:51:59 Step 3/23 : WORKDIR /edgex-go 17:51:59 ---> f8d218b32c6b 17:51:59 Step 3/26 : WORKDIR /edgex-go 17:51:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:51:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:51:59 ---> f8d218b32c6b 17:51:59 Step 3/23 : WORKDIR /edgex-goStep 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:51:59 17:51:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:51:59 ---> f8d218b32c6b 17:51:59 Step 3/24 : WORKDIR /edgex-go 17:51:59 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:51:59 Step 2/30 : FROM ${BUILDER_BASE} AS builder 17:51:59 ---> f8d218b32c6b 17:51:59 Step 3/30 : WORKDIR /edgex-go 17:51:59 ---> Running in ebf2f99b5a03 17:51:59 ---> Running in 88f672b868f3 17:51:59 ---> Running in 76b960dc5c53 17:51:59 ---> Running in 391826f3c6f6 17:51:59 ---> Running in 94158c6dc586 17:51:59 Removing intermediate container 88f672b868f3 17:51:59 ---> 720b308fae71 17:51:59 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:59 Removing intermediate container 76b960dc5c53 17:51:59 ---> 230558c3335a 17:51:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:59 Removing intermediate container 391826f3c6f6 17:51:59 ---> ea42fb3f2e09 17:51:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:59 Removing intermediate container 94158c6dc586 17:51:59 ---> bff832e48328 17:51:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:59 Removing intermediate container ebf2f99b5a03 17:51:59 ---> c5e5bb2753b0 17:51:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:51:59 ---> Running in 76290ed618a9 17:51:59 ---> Running in fd6a97d02ac7 17:51:59 ---> Running in d08b5a2e5128 17:51:59 ---> Running in 5df8725703f3 17:51:59 ---> Running in 254040e9bcf7 17:52:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:52:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:52:01 + + true 17:52:01 sudo service docker restart 17:52:01 Removing intermediate container fd6a97d02ac7 17:52:01 ---> 4af9dbebd881 17:52:01 Step 5/30 : RUN apk add --update --no-cache make git 17:52:01 ---> Running in fa39b275bc49 17:52:01 Removing intermediate container 76290ed618a9 17:52:01 ---> bb7b7a7a11fc 17:52:01 Step 5/23 : RUN apk add --update --no-cache make git 17:52:01 ---> Running in 68af49f6391d 17:52:01 Removing intermediate container d08b5a2e5128 17:52:01 ---> f916a9d44053 17:52:01 Step 5/26 : RUN apk add --update --no-cache make bash git 17:52:01 Removing intermediate container 5df8725703f3 17:52:01 ---> 944673ff6dd1 17:52:01 Step 5/23 : RUN apk add --update --no-cache make git 17:52:02 Removing intermediate container 254040e9bcf7 17:52:02 ---> 3eb5878ac0a1 17:52:02 Step 5/24 : RUN apk add --update --no-cache make git 17:52:02 ---> Running in b55d1d4b3182 17:52:02 ---> Running in 5311f02a19b0 17:52:02 ---> Running in e8b69822759b 17:52:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:52:03 provisioning config files... 17:52:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7345009456370348627tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:52:03 ---> docker-login.sh 17:52:03 nexus3.edgexfoundry.org:10001 17:52:03 OK: 233 MiB in 51 packages 17:52:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:04 OK: 233 MiB in 51 packages 17:52:04 Removing intermediate container fa39b275bc49 17:52:04 ---> 917b37a3d18d 17:52:04 Step 6/30 : COPY go.mod . 17:52:04 OK: 233 MiB in 51 packages 17:52:04 OK: 233 MiB in 51 packages 17:52:04 ---> f73eb7c2969f 17:52:04 Step 7/30 : RUN go mod download 17:52:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:04 Configure a credential helper to remove this warning. See 17:52:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:04 17:52:04 Login Succeeded 17:52:04 nexus3.edgexfoundry.org:10002 17:52:04 ---> Running in 87f60e13cbcc 17:52:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:05 Configure a credential helper to remove this warning. See 17:52:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:05 17:52:05 Login Succeeded 17:52:05 nexus3.edgexfoundry.org:10003 17:52:05 Removing intermediate container b55d1d4b3182 17:52:05 ---> c802e7a02c40 17:52:05 Step 6/26 : COPY go.mod . 17:52:05 Removing intermediate container e8b69822759b 17:52:05 ---> 6ad9d86ea1f1 17:52:05 Step 6/24 : COPY go.mod . 17:52:05 Removing intermediate container 68af49f6391d 17:52:05 ---> 3eb63614866b 17:52:05 Step 6/23 : COPY go.mod . 17:52:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:05 Configure a credential helper to remove this warning. See 17:52:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:05 17:52:05 Login Succeeded 17:52:05 nexus3.edgexfoundry.org:10004 17:52:05 ---> 6d0e1c9ff9b6 17:52:05 Step 7/24 : RUN go mod download 17:52:05 ---> 030f00abceb5 17:52:05 Step 7/26 : RUN go mod download 17:52:05 ---> 2f97df5bbb7c 17:52:05 Step 7/23 : RUN go mod download 17:52:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:05 ---> Running in 0e3c2c00eb8e 17:52:05 ---> Running in 82bbfeca853d 17:52:05 ---> Running in 88d89c6651b7 17:52:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:06 Configure a credential helper to remove this warning. See 17:52:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:06 17:52:06 Login Succeeded 17:52:06 docker.io 17:52:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:06 Configure a credential helper to remove this warning. See 17:52:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:06 17:52:06 Login Succeeded 17:52:06 ---> docker-login.sh ends [Pipeline] } 17:52:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:52:06 OK: 233 MiB in 51 packages [Pipeline] echo 17:52:07 ========================================================= 17:52:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:52:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:52:07 Removing intermediate container 87f60e13cbcc 17:52:07 ---> e4a1bf9f55f6 17:52:07 Step 8/30 : COPY . . 17:52:07 + 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 . 17:52:07 Removing intermediate container 5311f02a19b0 17:52:07 ---> bc44f692ef91 17:52:07 Step 6/23 : COPY go.mod . 17:52:09 Removing intermediate container 0e3c2c00eb8e 17:52:09 ---> 1b7ad1b234e8 17:52:09 Step 8/24 : COPY . . 17:52:09 ---> e5aa13251a25 17:52:09 Step 7/23 : RUN go mod download 17:52:10 Sending build context to Docker daemon 166.4MB 17:52:10 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:52:10 Step 2/6 : FROM ${BASE} 17:52:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:52:10 5f621e34cdf4: Pulling fs layer 17:52:10 a4357932f1b6: Pulling fs layer 17:52:10 18c013af1878: Pulling fs layer 17:52:10 00ac8860ef70: Pulling fs layer 17:52:10 63d7cb157983: Pulling fs layer 17:52:10 b116817d02f9: Pulling fs layer 17:52:10 745a02a5169b: Pulling fs layer 17:52:10 63d7cb157983: Waiting 17:52:10 745a02a5169b: Waiting 17:52:10 18c013af1878: Download complete 17:52:10 a4357932f1b6: Verifying Checksum 17:52:10 a4357932f1b6: Download complete 17:52:10 63d7cb157983: Verifying Checksum 17:52:10 63d7cb157983: Download complete 17:52:10 5f621e34cdf4: Verifying Checksum 17:52:10 5f621e34cdf4: Download complete 17:52:10 b116817d02f9: Verifying Checksum 17:52:10 b116817d02f9: Download complete 17:52:11 5f621e34cdf4: Pull complete 17:52:11 a4357932f1b6: Pull complete 17:52:11 18c013af1878: Pull complete 17:52:12 745a02a5169b: Verifying Checksum 17:52:12 745a02a5169b: Download complete 17:52:13 ---> Running in 1b970d62be59 17:52:13 00ac8860ef70: Download complete 17:52:14 Removing intermediate container 82bbfeca853d 17:52:14 ---> ed51c81ea9a0 17:52:14 Step 8/26 : COPY . . 17:52:14 Removing intermediate container 88d89c6651b7 17:52:14 ---> 6e2bfbb941de 17:52:14 Step 8/23 : COPY . . 17:52:24 00ac8860ef70: Pull complete 17:52:24 63d7cb157983: Pull complete 17:52:24 b116817d02f9: Pull complete 17:52:29 745a02a5169b: Pull complete 17:52:29 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:52:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:52:29 ---> b7e6874047d6 17:52:29 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 17:52:31 ---> Running in b179a9d89c57 17:52:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:52:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:52:36 (1/12) Installing libmagic (5.38-r0) 17:52:36 (2/12) Installing file (5.38-r0) 17:52:36 (3/12) Installing libc-dev (0.7.2-r3) 17:52:36 (4/12) Installing g++ (9.3.0-r2) 17:52:37 Removing intermediate container 1b970d62be59 17:52:37 ---> ea3117c7261b 17:52:37 Step 8/23 : COPY . . 17:52:40 (5/12) Installing fortify-headers (1.1-r0) 17:52:40 (6/12) Installing patch (2.7.6-r6) 17:52:40 (7/12) Installing build-base (0.5-r2) 17:52:41 (8/12) Installing libsodium (1.0.18-r0) 17:52:41 (9/12) Installing pkgconf (1.7.2-r0) 17:52:41 (10/12) Installing libsodium-dev (1.0.18-r0) 17:52:41 (11/12) Installing libzmq (4.3.3-r0) 17:52:41 (12/12) Installing zeromq-dev (4.3.3-r0) 17:52:41 Executing busybox-1.31.1-r19.trigger 17:52:41 OK: 217 MiB in 51 packages 17:52:45 Removing intermediate container b179a9d89c57 17:52:45 ---> 3485f8890104 17:52:45 Step 4/6 : WORKDIR /edgex-go 17:52:45 ---> Running in 473d7f1bdfe7 17:52:45 Removing intermediate container 473d7f1bdfe7 17:52:45 ---> 78d5edea4128 17:52:45 Step 5/6 : COPY go.mod . 17:52:46 ---> a216aabe457c 17:52:46 Step 6/6 : RUN go mod download 17:52:46 ---> Running in a4b7e6e8aa8d 17:52:49 ---> 2fdbfd44a84f 17:52:49 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:52:49 ---> d83f600caad5 17:52:49 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:52:49 ---> Running in 63b626594584 17:52:51 ---> Running in 9f444b41052f 17:52:51 ---> 82296e75d21f 17:52:51 Step 9/23 : RUN make cmd/core-command/core-command 17:52:51 ---> 48c3a5c4950d 17:52:51 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:52:52 ---> Running in ae2e858625b3 17:52:52 ---> Running in e70d1f4b3468 17:52:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:52:54 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 17:52:54 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 17:52:54 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 17:53:01 ---> d0a3bb19e326 17:53:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:53:01 ---> Running in d9ddcf3bf35e 17:53:02 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 17:53:13 Removing intermediate container a4b7e6e8aa8d 17:53:13 ---> db7939673844 17:53:13 Successfully built db7939673844 17:53:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:53:13 + docker inspect -f . ci-base-image-arm64 17:53:13 . [Pipeline] withDockerContainer 17:53:14 prd-ubuntu18.04-docker-arm64-4c-16g-27691 does not seem to be running inside a container 17:53:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat 17:53:15 $ docker top 36499b6d6b2eb318d22401c07736fa64ab45845cdd295ec7a188aee3db0ac8c9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:16 + go version 17:53:16 go version go1.15.5 linux/arm64 [Pipeline] } 17:53:16 $ docker stop --time=1 36499b6d6b2eb318d22401c07736fa64ab45845cdd295ec7a188aee3db0ac8c9 17:53:18 $ docker rm -f 36499b6d6b2eb318d22401c07736fa64ab45845cdd295ec7a188aee3db0ac8c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:53:19 + docker inspect -f . ci-base-image-arm64 17:53:19 . [Pipeline] withDockerContainer 17:53:20 prd-ubuntu18.04-docker-arm64-4c-16g-27691 does not seem to be running inside a container 17:53:20 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat 17:53:21 $ docker top 99a8ae85e54c4e28c58ea1c3b8398cf8efa5584033756d5ae11d4ffba5872676 -eo pid,comm [Pipeline] { [Pipeline] echo 17:53:21 ========================================================= 17:53:21 [edgeXBuildGoParallel] Running Tests and Build... 17:53:21 ========================================================= [Pipeline] sh 17:53:22 + make test 17:53:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:53:24 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 17:53:34 Removing intermediate container 63b626594584 17:53:34 ---> 470deba2cc51 17:53:34 17:53:34 Step 10/30 : FROM alpine:3.12 17:53:34 Removing intermediate container e70d1f4b3468 17:53:34 ---> c71f4611fef2 17:53:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:53:34 3.12: Pulling from library/alpine 17:53:34 ---> Running in 7a4b30aaed31 17:53:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:53:36 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:53:36 Status: Downloaded newer image for alpine:3.12 17:53:36 ---> 88dd2752d2ea 17:53:36 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:53:39 ---> Running in 56b256f67754 17:53:39 Removing intermediate container 9f444b41052f 17:53:39 ---> 58666d757e19 17:53:39 17:53:39 Step 10/24 : FROM alpine:3.12 17:53:39 ---> 88dd2752d2ea 17:53:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:53:39 Removing intermediate container ae2e858625b3 17:53:39 ---> 5d884cde5ecd 17:53:39 17:53:39 Step 10/23 : FROM alpine:3.12 17:53:39 ---> 88dd2752d2ea 17:53:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:53:39 Removing intermediate container 56b256f67754 17:53:39 ---> 017a99d2a9ac 17:53:39 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 17:53:39 ---> Running in 64fef57afcc9 17:53:39 ---> Running in fc58bf0f3fa0 17:53:39 ---> Running in 6c9cb63d0a48 17:53:39 Removing intermediate container 7a4b30aaed31 17:53:39 ---> 1f63dfdfd9f1 17:53:39 17:53:39 Step 11/26 : FROM docker:20.10.0 17:53:39 20.10.0: Pulling from library/docker 17:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:53:40 (1/5) Installing ca-certificates (20191127-r4) 17:53:40 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:53:40 (3/5) Installing libcurl (7.69.1-r3) 17:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:53:40 (4/5) Installing curl (7.69.1-r3) 17:53:40 (5/5) Installing dumb-init (1.2.2-r1) 17:53:40 Executing busybox-1.31.1-r19.trigger 17:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:53:40 Executing ca-certificates-20191127-r4.trigger 17:53:40 OK: 7 MiB in 19 packages 17:53:40 (1/2) Installing dumb-init (1.2.2-r1) 17:53:40 (2/2) Installing su-exec (0.2-r1) 17:53:40 Executing busybox-1.31.1-r19.trigger 17:53:40 (1/1) Installing dumb-init (1.2.2-r1) 17:53:40 OK: 6 MiB in 16 packages 17:53:40 Executing busybox-1.31.1-r19.trigger 17:53:40 OK: 6 MiB in 15 packages 17:53:44 Removing intermediate container 6c9cb63d0a48 17:53:44 ---> ede6ed89c2a3 17:53:44 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 17:53:44 Removing intermediate container 64fef57afcc9 17:53:44 ---> 6c5fed0ed447 17:53:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:53:44 Removing intermediate container fc58bf0f3fa0 17:53:44 ---> 2674af7b0483 17:53:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:53:44 ---> Running in b1c239b1a663 17:53:44 ---> Running in 0be9c7cefe26 17:53:44 ---> Running in b47549a2bb64 17:53:44 ? github.com/edgexfoundry/edgex-go [no test files] 17:53:44 Removing intermediate container 0be9c7cefe26 17:53:44 ---> 033ddd67e504 17:53:44 Step 13/24 : WORKDIR / 17:53:46 Removing intermediate container b1c239b1a663 17:53:46 ---> 31813f6b3c63 17:53:46 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:53:47 Removing intermediate container b47549a2bb64 17:53:47 ---> 3cb141327780 17:53:47 Step 13/23 : ENV APP_PORT=48082 17:53:47 ---> Running in ffb09730d27e 17:53:47 ---> Running in f6f45f3a43f1 17:53:47 ---> Running in a1c87265ee69 17:53:48 Removing intermediate container d9ddcf3bf35e 17:53:48 ---> 3af09baa9677 17:53:48 17:53:48 Step 10/23 : FROM alpine:3.12 17:53:48 ---> 88dd2752d2ea 17:53:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:53:48 ---> Using cache 17:53:48 ---> 2674af7b0483 17:53:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:53:48 ---> Using cache 17:53:48 ---> 3cb141327780 17:53:48 Step 13/23 : ENV APP_PORT=48081 17:53:48 ---> Running in cec12768f935 17:53:48 Removing intermediate container ffb09730d27e 17:53:48 ---> cbff9b8e2bb1 17:53:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:53:48 Removing intermediate container f6f45f3a43f1 17:53:48 ---> 312c2cdbe939 17:53:48 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:53:48 Removing intermediate container a1c87265ee69 17:53:48 ---> 52f0cbddd1e5 17:53:48 Step 14/23 : EXPOSE $APP_PORT 17:53:48 ---> Running in 2a546f88b836 17:53:48 ---> Running in 837e388e1436 17:53:48 Removing intermediate container cec12768f935 17:53:48 ---> 84591eb7c75a 17:53:48 Step 14/23 : EXPOSE $APP_PORT 17:53:48 ---> ab36b39d2353 17:53:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:53:48 ---> Running in c2f14346c7af 17:53:49 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:53:49 Removing intermediate container 837e388e1436 17:53:49 ---> 4faa483c8e02 17:53:49 Step 15/23 : WORKDIR / 17:53:49 Status: Downloaded newer image for docker:20.10.0 17:53:49 ---> aefe523efa57 17:53:49 Step 12/26 : RUN apk add --no-cache bash 17:53:49 ---> a00566b536d1 17:53:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:53:49 ---> Running in 335e9d0eff33 17:53:49 ---> Running in eb25c76e5468 17:53:49 Removing intermediate container c2f14346c7af 17:53:49 ---> 2c48bb2a352e 17:53:49 Step 15/23 : WORKDIR / 17:53:49 ---> Running in 99eb6b3b5901 17:53:50 Removing intermediate container eb25c76e5468 17:53:50 ---> 1c92c5b9805d 17:53:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:50 ---> 6162a194dfa9 17:53:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:53:50 Removing intermediate container 99eb6b3b5901 17:53:50 ---> f5776f3f2f58 17:53:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:50 Removing intermediate container 2a546f88b836 17:53:50 ---> 958db95825fe 17:53:50 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 17:53:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:53:50 ---> Running in 80d37546315f 17:53:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:53:50 ---> 8f2f5b341fac 17:53:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:53:50 (1/2) Installing readline (8.0.4-r0) 17:53:50 (2/2) Installing bash (5.0.17-r0) 17:53:50 ---> 90b47f882d9e 17:53:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:53:50 Executing bash-5.0.17-r0.post-install 17:53:50 Executing busybox-1.31.1-r19.trigger 17:53:50 OK: 12 MiB in 22 packages 17:53:50 Removing intermediate container 80d37546315f 17:53:50 ---> a4a4cf9cafa7 17:53:50 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:53:50 ---> b797d04949c0 17:53:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:53:52 ---> 2f4749b7fcb9 17:53:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:53:52 ---> 5876a49d7a17 17:53:52 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:53:52 ---> a809c8121029 17:53:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:53:52 ---> 66f33c134031 17:53:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:53:52 ---> Running in f9f283c5a0af 17:53:52 Removing intermediate container 335e9d0eff33 17:53:52 ---> edf5fa3fe500 17:53:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:53:53 ---> Running in e9968cbad3a2 17:53:53 ---> e3e43be4dc5b 17:53:53 Step 19/23 : ENTRYPOINT ["/core-command"] 17:53:53 ---> 162a0e03ebbc 17:53:53 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/ 17:53:53 ---> 47b448ee3d64 17:53:53 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:53:53 ---> Running in 7f7e5d20088a 17:53:53 ---> Running in 4030ddf7915b 17:53:53 ---> Running in cc7d149e8e76 17:53:53 Removing intermediate container e9968cbad3a2 17:53:53 ---> c37aca90338c 17:53:53 Step 14/26 : ENV APP_PORT=48090 17:53:53 ---> Running in cacd7842bf81 17:53:53 Removing intermediate container 4030ddf7915b 17:53:53 ---> c4e7bac769a5 17:53:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:53 Removing intermediate container 7f7e5d20088a 17:53:53 ---> 1c542baf5efc 17:53:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:54 ---> Running in 1858684ff00e 17:53:54 ---> Running in d56abc2e5780 17:53:54 Removing intermediate container cacd7842bf81 17:53:54 ---> ba8563b5fdc4 17:53:54 Step 15/26 : EXPOSE $APP_PORT 17:53:54 ---> Running in 431ed5680e39 17:53:54 Removing intermediate container 1858684ff00e 17:53:54 ---> dd4fbcbc13a2 17:53:54 Step 21/23 : LABEL arch=x86_64 17:53:54 Removing intermediate container d56abc2e5780 17:53:54 ---> de4dc04e0876 17:53:54 Step 21/23 : LABEL arch=x86_64 17:53:54 Removing intermediate container 431ed5680e39 17:53:54 ---> d24728f89ee6 17:53:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:53:54 ---> Running in cc6dbf4af647 17:53:54 ---> Running in 2015c085a4fa 17:53:54 Removing intermediate container f9f283c5a0af 17:53:54 ---> d70fb2ce5829 17:53:54 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:55 Removing intermediate container 2015c085a4fa 17:53:55 ---> d7cfb6e8e8dc 17:53:55 Step 22/23 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 17:53:55 Removing intermediate container cc7d149e8e76 17:53:55 ---> dfab23f87b47 17:53:55 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:53:55 Removing intermediate container cc6dbf4af647 17:53:55 ---> 7abe3e52cfde 17:53:55 Step 22/23 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 17:53:55 ---> Running in 48631e7d2800 17:53:55 ---> Running in 96b5aed5cff4 17:53:55 ---> Running in dfc92bb64ec0 17:53:55 ---> 53361291fef8 17:53:55 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:53:55 ---> 79bb4376165f 17:53:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:53:55 Removing intermediate container 48631e7d2800 17:53:55 ---> 2751d8df5f50 17:53:55 Step 23/23 : LABEL version=0.0.0 17:53:55 Removing intermediate container 96b5aed5cff4 17:53:55 ---> 917798257ebe 17:53:55 Step 22/24 : LABEL arch=x86_64 17:53:55 Removing intermediate container dfc92bb64ec0 17:53:55 ---> a368b92f6cca 17:53:55 Step 23/23 : LABEL version=0.0.0 17:53:55 ---> Running in da85ebb8b9c7 17:53:56 ---> Running in c583d09f1104 17:53:56 ---> 2486046eab5b 17:53:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:53:56 ---> Running in 996cfd92857e 17:53:56 ---> 6695dbf3fb26 17:53:56 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:53:56 Removing intermediate container da85ebb8b9c7 17:53:56 ---> 84425a092688 17:53:56 17:53:56 Removing intermediate container c583d09f1104 17:53:56 ---> 22030d5cc807 17:53:56 Step 23/24 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 17:53:56 ---> Running in bd243e1df455 17:53:56 Removing intermediate container 996cfd92857e 17:53:56 ---> 4b9c6deba85c 17:53:56 17:53:56 ---> 6ec854459aca 17:53:56 Step 19/26 : RUN apk --no-cache add py3-pip 17:53:56 ---> 63d0a53589e0 17:53:56 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:53:56 Successfully built 84425a092688 17:53:56 Successfully built 4b9c6deba85c 17:53:56 Successfully tagged docker-core-command-go:latest 17:53:56 ---> Running in 05f36bed2c81 17:53:56 Successfully tagged docker-core-metadata-go:latest 17:53:56  Building docker-core-metadata-go ... done  Building docker-core-command-go ... done Building docker-support-notifications-go 17:53:56 Building docker-core-data-go 17:53:57 Removing intermediate container bd243e1df455 17:53:57 ---> 48fe91c4744e 17:53:57 Step 24/24 : LABEL version=0.0.0 17:53:57 ---> fae9b4587940 17:53:57 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 17:53:57 ---> Running in d9c9abf36de6 17:53:57 ---> Running in dc5356503769 17:53:57 Removing intermediate container d9c9abf36de6 17:53:57 ---> 8711e29200d3 17:53:57 17:53:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:53:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:53:57 Successfully built 8711e29200d3 17:53:58 (1/33) Installing libbz2 (1.0.8-r1) 17:53:58 (2/33) Installing expat (2.2.9-r1) 17:53:58 (3/33) Installing libffi (3.3-r2) 17:53:58 (4/33) Installing gdbm (1.13-r1) 17:53:58 (5/33) Installing xz-libs (5.2.5-r0) 17:53:58 (6/33) Installing sqlite-libs (3.32.1-r0) 17:53:58 (7/33) Installing python3 (3.8.5-r1) 17:54:00 Successfully tagged docker-security-secretstore-setup-go:latest 17:54:00 Building docker-security-proxy-setup-go 17:54:02  Building docker-security-secretstore-setup-go ... done Removing intermediate container dc5356503769 17:54:02 ---> 5083d7e74ff8 17:54:02 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:54:12 (8/33) Installing py3-appdirs (1.4.4-r1) 17:54:12 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:54:12 (10/33) Installing py3-parsing (2.4.7-r0) 17:54:12 (11/33) Installing py3-six (1.15.0-r0) 17:54:12 ---> f7c09426bebe 17:54:12 Step 25/30 : RUN chmod +x /entrypoint.sh 17:54:12 (12/33) Installing py3-packaging (20.4-r0) 17:54:12 (13/33) Installing py3-setuptools (47.0.0-r0) 17:54:12 (14/33) Installing py3-chardet (3.0.4-r4) 17:54:12 (15/33) Installing py3-idna (2.9-r0) 17:54:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:54:12 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:54:12 (18/33) Installing py3-requests (2.23.0-r0) 17:54:12 ---> Running in 6e169de29d81 17:54:12 (19/33) Installing py3-msgpack (1.0.0-r0) 17:54:12 (20/33) Installing py3-lockfile (0.12.2-r3) 17:54:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:54:12 (22/33) Installing py3-colorama (0.4.3-r0) 17:54:12 (23/33) Installing py3-distlib (0.3.0-r0) 17:54:13 (24/33) Installing py3-distro (1.5.0-r1) 17:54:13 (25/33) Installing py3-webencodings (0.5.1-r3) 17:54:13 (26/33) Installing py3-html5lib (1.0.1-r4) 17:54:14 (27/33) Installing py3-pytoml (0.1.21-r0) 17:54:14 (28/33) Installing py3-pep517 (0.8.2-r0) 17:54:14 (29/33) Installing py3-progress (1.5-r0) 17:54:14 (30/33) Installing py3-toml (0.10.1-r0) 17:54:15 (31/33) Installing py3-retrying (1.3.3-r0) 17:54:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:54:16 (33/33) Installing py3-pip (20.1.1-r0) 17:54:19 Executing busybox-1.31.1-r19.trigger 17:54:20 OK: 71 MiB in 55 packages 17:54:23 Removing intermediate container 6e169de29d81 17:54:23 ---> b9cb5cbd306a 17:54:23 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 17:54:25 ---> Running in dc2b713403b4 17:54:27 Removing intermediate container dc2b713403b4 17:54:27 ---> b5fff96db924 17:54:27 Step 27/30 : CMD ["gate"] 17:54:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:54:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:54:28 ---> f8d218b32c6b 17:54:28 Step 3/23 : WORKDIR /edgex-go 17:54:28 ---> Using cache 17:54:28 ---> c5e5bb2753b0 17:54:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:28 ---> Using cache 17:54:28 ---> 3eb5878ac0a1 17:54:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:54:28 ---> Running in a22c48739855 17:54:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:54:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:54:28 ---> f8d218b32c6b 17:54:28 Step 3/22 : WORKDIR /edgex-go 17:54:28 ---> Using cache 17:54:28 ---> c5e5bb2753b0 17:54:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:28 ---> Using cache 17:54:28 ---> 3eb5878ac0a1 17:54:28 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:54:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:54:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:54:28 ---> f8d218b32c6b 17:54:28 Step 3/21 : WORKDIR /edgex-go 17:54:28 ---> Using cache 17:54:28 ---> c5e5bb2753b0 17:54:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:28 ---> Using cache 17:54:28 ---> 3eb5878ac0a1 17:54:28 Step 5/21 : RUN apk add --update --no-cache make git 17:54:28 ---> Using cache 17:54:28 ---> 6ad9d86ea1f1 17:54:28 Step 6/21 : COPY go.mod . 17:54:28 ---> Using cache 17:54:28 ---> 6d0e1c9ff9b6 17:54:28 Step 7/21 : RUN go mod download 17:54:28 ---> Using cache 17:54:28 ---> 1b7ad1b234e8 17:54:28 Step 8/21 : COPY . . 17:54:28 ---> Using cache 17:54:28 ---> d83f600caad5 17:54:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:54:30 ---> Running in 7fc47f8feda3 17:54:30 ---> Running in 4aa4b9466f82 17:54:30 ---> Running in 9ad11b57b467 17:54:30 Removing intermediate container a22c48739855 17:54:30 ---> 804888487e4e 17:54:30 Step 28/30 : LABEL arch=x86_64 17:54:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:54:31 ---> Running in 87339f4b03a0 17:54:32 Removing intermediate container 87339f4b03a0 17:54:32 ---> cbf33cd61c99 17:54:32 Step 29/30 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 17:54:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:54:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:54:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:54:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:54:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:54:33 OK: 233 MiB in 51 packages 17:54:33 OK: 233 MiB in 51 packages 17:54:34 ---> Running in 4ddcb0d49a8b 17:54:36 Removing intermediate container 4ddcb0d49a8b 17:54:36 ---> ecd12ac2f69d 17:54:36 Step 30/30 : LABEL version=0.0.0 17:54:36 Removing intermediate container 4aa4b9466f82 17:54:36 ---> 4cd3596485ba 17:54:36 Step 6/23 : COPY go.mod . 17:54:37 ---> Running in d60606c8a6d1 17:54:37 Removing intermediate container 7fc47f8feda3 17:54:37 ---> 2e4c80147ee9 17:54:37 Step 6/22 : COPY go.mod . 17:54:37 ---> 524d0f624240 17:54:37 Step 7/23 : RUN go mod download 17:54:38 Removing intermediate container d60606c8a6d1 17:54:38 ---> 81c37401624a 17:54:38 17:54:38 ---> Running in fa959947a784 17:54:38 ---> f9a18f0cf6c3 17:54:38 Step 7/22 : RUN go mod download 17:54:38 Successfully built 81c37401624a 17:54:38 Successfully tagged docker-security-bootstrapper-go:latest 17:54:38 Building docker-support-scheduler-go 17:54:38  Building docker-security-bootstrapper-go ... done Removing intermediate container 05f36bed2c81 17:54:38 ---> 60675f28d09d 17:54:38 Step 20/26 : RUN pip install docker-compose==1.23.2 17:54:38 ---> Running in 43c97e8dbca9 17:54:38 ---> Running in ed68ab55ae0b 17:54:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:54:44 Collecting docker-compose==1.23.2 17:54:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:54:44 Collecting PyYAML<4,>=3.10 17:54:44 Downloading PyYAML-3.13.tar.gz (270 kB) 17:54:44 Removing intermediate container fa959947a784 17:54:44 ---> e52169310121 17:54:44 Step 8/23 : COPY . . 17:54:44 Removing intermediate container 43c97e8dbca9 17:54:44 ---> 0ff72f04330f 17:54:44 Step 8/22 : COPY . . 17:54:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:54:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:54:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:54:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:54:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:54:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:54:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:54:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:54:50 Collecting dockerpty<0.5,>=0.4.1 17:54:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:54:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:54:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:54:53 Collecting docker<4.0,>=3.6.0 17:54:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:54:54 Collecting texttable<0.10,>=0.9.0 17:54:54 Downloading texttable-0.9.1.tar.gz (11 kB) 17:54:55 Collecting jsonschema<3,>=2.5.1 17:54:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:54:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:54:56 Collecting websocket-client<1.0,>=0.32.0 17:54:56 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:54:56 Collecting cached-property<2,>=1.2.0 17:54:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:54:57 Collecting docopt<0.7,>=0.6.1 17:54:57 Downloading docopt-0.6.2.tar.gz (25 kB) 17:54:57 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 17:54:59 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) 17:55:01 Collecting idna<2.8,>=2.5 17:55:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:55:01 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) 17:55:01 Collecting urllib3<1.25,>=1.21.1 17:55:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:55:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:55:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:55:01 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:55:01 Collecting docker-pycreds>=0.4.0 17:55:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:55:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:55:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:55:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:55:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:55:02 Installing collected packages: PyYAML, idna, urllib3, requests, dockerpty, docker-pycreds, websocket-client, docker, texttable, jsonschema, cached-property, docopt, docker-compose 17:55:02 Running setup.py install for PyYAML: started 17:55:05 Running setup.py install for PyYAML: finished with status 'done' 17:55:05 Attempting uninstall: idna 17:55:05 Found existing installation: idna 2.9 17:55:05 Uninstalling idna-2.9: 17:55:05 Successfully uninstalled idna-2.9 17:55:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:55:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:55:05 ---> f8d218b32c6b 17:55:05 Step 3/22 : WORKDIR /edgex-go 17:55:05 ---> Using cache 17:55:05 ---> c5e5bb2753b0 17:55:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:55:05 ---> Using cache 17:55:05 ---> 3eb5878ac0a1 17:55:05 Step 5/22 : RUN apk add --update --no-cache make git 17:55:05 ---> Using cache 17:55:05 ---> 6ad9d86ea1f1 17:55:05 Step 6/22 : COPY go.mod . 17:55:05 ---> Using cache 17:55:05 ---> 6d0e1c9ff9b6 17:55:05 Step 7/22 : RUN go mod download 17:55:05 ---> Using cache 17:55:05 ---> 1b7ad1b234e8 17:55:05 Step 8/22 : COPY . . 17:55:05 ---> Using cache 17:55:05 ---> d83f600caad5 17:55:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:55:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.417s coverage: 45.9% of statements 17:55:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:55:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:55:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:55:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:55:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:55:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:55:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:55:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.284s coverage: 100.0% of statements 17:55:07 Attempting uninstall: urllib3 17:55:07 Found existing installation: urllib3 1.25.9 17:55:07 Uninstalling urllib3-1.25.9: 17:55:07 Successfully uninstalled urllib3-1.25.9 17:55:07 ---> Running in 2a28f2689848 17:55:09 Attempting uninstall: requests 17:55:09 Found existing installation: requests 2.23.0 17:55:09 Uninstalling requests-2.23.0: 17:55:09 Successfully uninstalled requests-2.23.0 17:55:10 Running setup.py install for dockerpty: started 17:55:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:55:12 Running setup.py install for dockerpty: finished with status 'done' 17:55:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.570s coverage: 27.1% of statements 17:55:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:55:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:55:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:55:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:55:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:55:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:55:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.082s coverage: 100.0% of statements 17:55:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:55:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 17:55:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:55:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:55:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.352s coverage: 65.8% of statements 17:55:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:55:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:55:14 Running setup.py install for texttable: started 17:55:15 Running setup.py install for texttable: finished with status 'done' 17:55:15 Running setup.py install for docopt: started 17:55:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.750s coverage: 82.3% of statements 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:55:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:55:16 Running setup.py install for docopt: finished with status 'done' 17:55:16 ---> d55228227cc1 17:55:16 Step 9/23 : RUN make cmd/core-data/core-data 17:55:17 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:55:17 ---> Running in 2fe6a17e17ae 17:55:17 Removing intermediate container 9ad11b57b467 17:55:17 ---> 5b0255d0a998 17:55:17 17:55:17 Step 10/21 : FROM alpine:3.12 17:55:17 ---> 88dd2752d2ea 17:55:17 Step 11/21 : RUN apk add --update --no-cache curl 17:55:17 ---> f5ce984bb819 17:55:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:55:18 ---> Running in 285add0ef91d 17:55:18 ---> Running in 5fee25e986e2 17:55:18 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 17:55:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:55:19 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 17:55:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:55:19 (1/4) Installing ca-certificates (20191127-r4) 17:55:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:55:19 (3/4) Installing libcurl (7.69.1-r3) 17:55:19 (4/4) Installing curl (7.69.1-r3) 17:55:19 Executing busybox-1.31.1-r19.trigger 17:55:19 Executing ca-certificates-20191127-r4.trigger 17:55:20 OK: 7 MiB in 18 packages 17:55:22 Removing intermediate container ed68ab55ae0b 17:55:22 ---> 34c60ed91e95 17:55:22 Step 21/26 : RUN apk --no-cache add curl 17:55:23 ---> Running in 39ccddf11294 17:55:24 Removing intermediate container 285add0ef91d 17:55:24 ---> d71005e2dc07 17:55:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:55:24 ---> Running in e2d5ebae8b8e 17:55:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.097s coverage: 28.6% of statements 17:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:55:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements 17:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:55:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements 17:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:55:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.343s coverage: 86.7% of statements 17:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:55:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.381s coverage: 97.5% of statements 17:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:55:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements 17:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:55:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:55:24 Removing intermediate container e2d5ebae8b8e 17:55:24 ---> f114ff376d40 17:55:24 Step 13/21 : WORKDIR /edgex 17:55:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:55:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:55:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:55:25 (2/3) Installing libcurl (7.69.1-r3) 17:55:25 (3/3) Installing curl (7.69.1-r3) 17:55:25 Executing busybox-1.31.1-r19.trigger 17:55:25 OK: 72 MiB in 58 packages 17:55:25 ---> Running in 9d1e2a2dec7d 17:55:26 Removing intermediate container 9d1e2a2dec7d 17:55:26 ---> 41bcbe5b1b67 17:55:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:55:26 Removing intermediate container 39ccddf11294 17:55:26 ---> 9d9bbd8d02b1 17:55:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:55:26 ---> 4a457a2f11f7 17:55:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:55:26 ---> Running in ca668d218aa4 17:55:27 Removing intermediate container ca668d218aa4 17:55:27 ---> 1d579aabb374 17:55:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:55:27 ---> Running in e3c2498e78cb 17:55:27 ---> 32a1444b13b0 17:55:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:55:30 Removing intermediate container e3c2498e78cb 17:55:30 ---> fc2b04bbaf8b 17:55:30 Step 24/26 : LABEL arch=x86_64 17:55:30 ---> 278e70f6a019 17:55:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:55:30 ---> Running in 25ebece3af0e 17:55:30 ---> Running in d4c3165043d7 17:55:31 Removing intermediate container d4c3165043d7 17:55:31 ---> f63b4e3c0595 17:55:31 Step 18/21 : CMD ["--init=true"] 17:55:31 Removing intermediate container 25ebece3af0e 17:55:31 ---> 04ef6b4cab5d 17:55:31 Step 25/26 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 17:55:31 ---> Running in 803ef8b44ea4 17:55:31 ---> Running in 560a99e0a2f3 17:55:33 Removing intermediate container 560a99e0a2f3 17:55:33 ---> 0648475d1b44 17:55:33 Step 26/26 : LABEL version=0.0.0 17:55:33 Removing intermediate container 803ef8b44ea4 17:55:33 ---> bdbb7a10415d 17:55:33 Step 19/21 : LABEL arch=x86_64 17:55:33 ---> Running in 0ce9bb2a24aa 17:55:33 ---> Running in 1aca149ef626 17:55:34 Removing intermediate container 1aca149ef626 17:55:34 ---> 1d4815887b94 17:55:34 Step 20/21 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 17:55:34 Removing intermediate container 0ce9bb2a24aa 17:55:34 ---> b4a598ae4099 17:55:34 17:55:34 ---> Running in 5147e0be0c56 17:55:34 Successfully built b4a598ae4099 17:55:34 Successfully tagged docker-sys-mgmt-agent-go:latest 17:55:34  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5147e0be0c56 17:55:34 ---> 87959d9124b8 17:55:34 Step 21/21 : LABEL version=0.0.0 17:55:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.384s coverage: 92.8% of statements 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:55:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:55:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.199s coverage: 0.1% of statements 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:55:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 45.5% of statements 17:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements 17:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 17:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements 17:55:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 17:55:34 ---> Running in 39629c34ccdf 17:55:35 Removing intermediate container 39629c34ccdf 17:55:35 ---> b219d7df0512 17:55:35 17:55:35 Successfully built b219d7df0512 17:55:35 Successfully tagged docker-security-proxy-setup-go:latest 17:55:40  Building docker-security-proxy-setup-go ... done Removing intermediate container 2a28f2689848 17:55:40 ---> fed66e51bb44 17:55:40 17:55:40 Step 10/22 : FROM alpine:3.12 17:55:40 ---> 88dd2752d2ea 17:55:40 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:55:40 ---> Using cache 17:55:40 ---> 2674af7b0483 17:55:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:55:40 ---> Using cache 17:55:40 ---> 3cb141327780 17:55:40 Step 13/22 : ENV APP_PORT=48085 17:55:40 ---> Running in 7deb07bfeb27 17:55:41 Removing intermediate container 7deb07bfeb27 17:55:41 ---> 079ad5f74a52 17:55:41 Step 14/22 : EXPOSE $APP_PORT 17:55:41 ---> Running in 672e50d378c0 17:55:41 Removing intermediate container 672e50d378c0 17:55:41 ---> 0945e2defbe1 17:55:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:55:42 ---> 42dc1603c536 17:55:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:55:43 ---> 5d33e358e8e9 17:55:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:55:43 ---> 0bb8720dd493 17:55:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:55:43 ---> Running in b37a4e59208d 17:55:43 Removing intermediate container b37a4e59208d 17:55:43 ---> 44baef673ab1 17:55:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:55:43 ---> Running in 4f1a2106f283 17:55:45 Removing intermediate container 4f1a2106f283 17:55:45 ---> c7b8fc1d9c3f 17:55:45 Step 20/22 : LABEL arch=x86_64 17:55:45 ---> Running in 6b1a3891d388 17:55:46 Removing intermediate container 6b1a3891d388 17:55:46 ---> b448c53525f6 17:55:46 Step 21/22 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 17:55:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements 17:55:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 17:55:47 ---> Running in 3f3cda8b3baf 17:55:47 Removing intermediate container 5fee25e986e2 17:55:47 ---> 513f54b18d69 17:55:47 17:55:47 Step 10/22 : FROM alpine:3.12 17:55:47 ---> 88dd2752d2ea 17:55:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:55:47 ---> Running in 6bc9bbc969a4 17:55:47 Removing intermediate container 3f3cda8b3baf 17:55:47 ---> 13c247193113 17:55:47 Step 22/22 : LABEL version=0.0.0 17:55:47 ---> Running in 1d06029a6e62 17:55:47 Removing intermediate container 1d06029a6e62 17:55:47 ---> f91edca55f38 17:55:47 17:55:48 Successfully built f91edca55f38 17:55:48 Successfully tagged docker-support-scheduler-go:latest 17:55:48  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:55:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:55:49 (1/2) Installing ca-certificates (20191127-r4) 17:55:49 (2/2) Installing dumb-init (1.2.2-r1) 17:55:49 Executing busybox-1.31.1-r19.trigger 17:55:49 Executing ca-certificates-20191127-r4.trigger 17:55:49 OK: 6 MiB in 16 packages 17:55:51 Removing intermediate container 2fe6a17e17ae 17:55:51 ---> 75a840e1b7c3 17:55:51 17:55:51 Step 10/23 : FROM alpine:3.12 17:55:51 ---> 88dd2752d2ea 17:55:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:55:51 ---> Running in d572b914e9eb 17:55:52 Removing intermediate container 6bc9bbc969a4 17:55:52 ---> 800e6a32c33c 17:55:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:55:52 Removing intermediate container d572b914e9eb 17:55:52 ---> 8435d9418311 17:55:52 Step 12/23 : ENV APP_PORT=48080 17:55:52 ---> Running in 94ddd1ad19de 17:55:52 ---> Running in 6dd0069baf02 17:55:52 Removing intermediate container 94ddd1ad19de 17:55:52 ---> fbb46807fd63 17:55:52 Step 13/22 : ENV APP_PORT=48060 17:55:52 Removing intermediate container 6dd0069baf02 17:55:52 ---> 6c7dbe514473 17:55:52 Step 13/23 : EXPOSE $APP_PORT 17:55:52 ---> Running in 0d6b6177f388 17:55:52 ---> Running in 0b5c4e91592b 17:55:52 Removing intermediate container 0d6b6177f388 17:55:52 ---> 248aa48532fb 17:55:52 Step 14/22 : EXPOSE $APP_PORT 17:55:52 Removing intermediate container 0b5c4e91592b 17:55:52 ---> a9a42431d6a2 17:55:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:55:52 ---> Running in 282f36f66dd1 17:55:52 ---> Running in 9f124cac83df 17:55:53 Removing intermediate container 282f36f66dd1 17:55:53 ---> 53328e1cf1df 17:55:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:55:53 ---> 4b2623677812 17:55:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:55:54 Removing intermediate container 9f124cac83df 17:55:54 ---> bbb97a2bc222 17:55:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:55:54 ---> 61ac2142f5fe 17:55:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:55:54 ---> Running in 276bbd4e7ba1 17:55:54 ---> 7c7532d8f101 17:55:54 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:55:54 ---> Running in 4659febd2be0 17:55:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:55:54 Removing intermediate container 4659febd2be0 17:55:54 ---> a251584b7c85 17:55:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:55:54 ---> Running in 5a7a1e1a5751 17:55:54 Removing intermediate container 5a7a1e1a5751 17:55:54 ---> ddcc52a59e66 17:55:54 Step 20/22 : LABEL arch=x86_64 17:55:54 ---> Running in 5dd4599f98f0 17:55:55 Removing intermediate container 5dd4599f98f0 17:55:55 ---> 5cbe368bc95a 17:55:55 Step 21/22 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 17:55:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:55:55 ---> Running in 34f96c6ddfb7 17:55:55 (1/6) Installing dumb-init (1.2.2-r1) 17:55:55 (2/6) Installing libgcc (9.3.0-r2) 17:55:56 Removing intermediate container 34f96c6ddfb7 17:55:56 ---> c04392360e66 17:55:56 Step 22/22 : LABEL version=0.0.0 17:55:56 (3/6) Installing libsodium (1.0.18-r0) 17:55:56 ---> Running in bc2b60e21ca5 17:55:56 (4/6) Installing libstdc++ (9.3.0-r2) 17:55:56 Removing intermediate container bc2b60e21ca5 17:55:56 ---> 80f06bf3e876 17:55:56 17:55:56 (5/6) Installing libzmq (4.3.3-r0) 17:55:56 (6/6) Installing zeromq (4.3.3-r0) 17:55:56 Executing busybox-1.31.1-r19.trigger 17:55:56 Successfully built 80f06bf3e876 17:55:56 OK: 8 MiB in 20 packages 17:55:56 Successfully tagged docker-support-notifications-go:latest 17:55:56  Building docker-support-notifications-go ... done Removing intermediate container 276bbd4e7ba1 17:55:56 ---> 91cb7134f7f0 17:55:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:55:57 ---> 24ac5d0670f6 17:55:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:55:57 ---> 84603f59ef5a 17:55:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:55:57 ---> 305ccbafc0ca 17:55:57 Step 19/23 : ENTRYPOINT ["/core-data"] 17:55:58 ---> Running in 097e717ced9c 17:55:58 Removing intermediate container 097e717ced9c 17:55:58 ---> 732f40138526 17:55:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:55:58 ---> Running in 33bbf65d854c 17:55:58 Removing intermediate container 33bbf65d854c 17:55:58 ---> fb6fd9983d42 17:55:58 Step 21/23 : LABEL arch=x86_64 17:55:58 ---> Running in 3b6a53720e23 17:55:58 Removing intermediate container 3b6a53720e23 17:55:58 ---> 39f7703253b9 17:55:58 Step 22/23 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 17:55:58 ---> Running in fe645e1efbfe 17:55:59 Removing intermediate container fe645e1efbfe 17:55:59 ---> 8d9b85a69cf3 17:55:59 Step 23/23 : LABEL version=0.0.0 17:55:59 ---> Running in 8bf949763f3c 17:55:59 Removing intermediate container 8bf949763f3c 17:55:59 ---> f0bc557706c8 17:55:59 17:55:59 Successfully built f0bc557706c8 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.176s coverage: 92.9% of statements 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.132s coverage: 87.2% of statements 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.133s coverage: 84.6% of statements 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.6% of statements 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.476s coverage: 62.4% of statements 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements 17:55:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.782s coverage: 68.9% of statements 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:55:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:55:59 Successfully tagged docker-core-data-go:latest 17:56:00  Building docker-core-data-go ... done  [Pipeline] } 17:56:00 $ docker stop --time=1 6c2b63678675c8580702a7b7ee52a65430497e8d4bf4259515190f1b96eab839 17:56:01 $ docker rm -f 6c2b63678675c8580702a7b7ee52a65430497e8d4bf4259515190f1b96eab839 17:56:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.406s coverage: 36.6% of statements 17:56:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:56:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:56:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.123s coverage: 89.5% of statements [Pipeline] // withDockerContainer [Pipeline] sh 17:56:02 + docker images 17:56:02 + grep docker 17:56:03 docker-core-data-go latest f0bc557706c8 3 seconds ago 22.4MB 17:56:03 docker-support-notifications-go latest 80f06bf3e876 7 seconds ago 17.8MB 17:56:03 docker-support-scheduler-go latest f91edca55f38 15 seconds ago 17.2MB 17:56:03 docker-sys-mgmt-agent-go latest b4a598ae4099 28 seconds ago 313MB 17:56:03 docker-security-proxy-setup-go latest b219d7df0512 28 seconds ago 24.7MB 17:56:03 docker-security-bootstrapper-go latest 81c37401624a About a minute ago 18.3MB 17:56:03 docker-security-secretstore-setup-go latest 8711e29200d3 2 minutes ago 24.9MB 17:56:03 docker-core-metadata-go latest 4b9c6deba85c 2 minutes ago 19MB 17:56:03 docker-core-command-go latest 84425a092688 2 minutes ago 17MB 17:56:03 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 17:56:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.429s coverage: 47.0% of statements 17:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:56:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements 17:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:56:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.139s coverage: 100.0% of statements 17:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:56:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.339s coverage: 89.4% of statements 17:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.144s coverage: 29.1% of statements 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.212s coverage: 99.0% of statements 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.146s coverage: 100.0% of statements 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.162s coverage: 92.9% of statements 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:56:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:56:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:56:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:56:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:56:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 17:56:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 17:56:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 17:56:17 GO111MODULE=on go vet ./... 17:56:18 Still waiting to schedule task 17:56:18 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:57:14 Running on prd-ubuntu18.04-docker-8c-8g-27692 in /w/workspace/edgexfoundry_edgex-go_PR-3193 [Pipeline] { [Pipeline] ws 17:57:14 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 17:57:16 using credential edgex-jenkins-ssh 17:57:16 Cloning the remote Git repository 17:57:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:57:17 > git init /w/workspace/edgex-go/3 # timeout=10 17:57:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:57:17 > git --version # timeout=10 17:57:17 > git --version # 'git version 2.17.1' 17:57:17 using GIT_SSH to set credentials SSH Credentials for GitHub 17:57:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:57:22 Merging remotes/origin/master commit dd4b8fe188861d65d0d5afbafd149fd221a40ee4 into PR head commit b90ac074bd776dc4830c793238b299d58f36b84f 17:57:22 Merge succeeded, producing 58e75b5070dcb2d92a661371ebbd7fda369979ff 17:57:22 Checking out Revision 58e75b5070dcb2d92a661371ebbd7fda369979ff (PR-3193) 17:57:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:57:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:57:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:57:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:57:22 using GIT_SSH to set credentials SSH Credentials for GitHub 17:57:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3193/head:refs/remotes/origin/PR-3193 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:57:22 > git config core.sparsecheckout # timeout=10 17:57:22 > git checkout -f b90ac074bd776dc4830c793238b299d58f36b84f # timeout=10 17:57:22 > git remote # timeout=10 17:57:22 > git config --get remote.origin.url # timeout=10 17:57:22 using GIT_SSH to set credentials SSH Credentials for GitHub 17:57:22 > git merge dd4b8fe188861d65d0d5afbafd149fd221a40ee4 # timeout=10 17:57:22 > git rev-parse HEAD^{commit} # timeout=10 17:57:22 > git config core.sparsecheckout # timeout=10 17:57:22 > git checkout -f 58e75b5070dcb2d92a661371ebbd7fda369979ff # timeout=10 17:57:26 Commit message: "Merge commit 'dd4b8fe188861d65d0d5afbafd149fd221a40ee4' into HEAD" 17:57:26 > git rev-list --no-walk b90ac074bd776dc4830c793238b299d58f36b84f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:57:27 + echo snap-build.sh 17:57:27 snap-build.sh 17:57:27 + SNAP_BASE_DIR=. 17:57:27 + '[' '!' -z /w/workspace/edgex-go/3 ']' 17:57:27 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 17:57:27 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 17:57:27 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 17:57:27 + cd /w/workspace/edgex-go/3 17:57:27 + sudo apt-get remove -qy --purge lxd lxd-client 17:57:27 Reading package lists... 17:57:27 Building dependency tree... 17:57:27 Reading state information... 17:57:27 The following packages were automatically installed and are no longer required: 17:57:27 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:57:27 uidmap xdelta3 17:57:27 Use 'sudo apt autoremove' to remove them. 17:57:27 The following packages will be REMOVED: 17:57:27 lxd* lxd-client* 17:57:28 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:57:28 After this operation, 31.7 MB disk space will be freed. 17:57:29 (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.) 17:57:29 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:57:30 Removing lxd dnsmasq configuration 17:57:30 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:57:30 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:57:31 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:57:31 (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.) 17:57:31 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:57:32 Processing triggers for systemd (237-3ubuntu10.42) ... 17:57:32 Processing triggers for ureadahead (0.100.0-21) ... 17:57:34 + sudo snap remove --purge lxd 17:57:34 snap "lxd" is not installed 17:57:34 + sudo groupadd --force --system lxd 17:57:34 ++ whoami 17:57:34 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:57:34 + newgrp - lxd 17:57:34 + sudo snap install lxd 17:57:39 gofmt -l . 17:57:39 [ "`gofmt -l .`" = "" ] 17:57:39 ./bin/test-go-mod-tidy.sh 17:57:39 ./bin/test-attribution-txt.sh [Pipeline] sh 17:57:40 + ls -al . 17:57:40 total 736 17:57:40 drwxrwxr-x 9 1001 1001 4096 Feb 25 17:57 . 17:57:40 drwxr-xr-x 4 root root 4096 Feb 25 17:53 .. 17:57:40 -rw-rw-r-- 1 1001 1001 11 Feb 25 17:51 .dockerignore 17:57:40 drwxrwxr-x 8 1001 1001 4096 Feb 25 17:51 .git 17:57:40 drwxrwxr-x 3 1001 1001 4096 Feb 25 17:51 .github 17:57:40 -rw-rw-r-- 1 1001 1001 818 Feb 25 17:51 .gitignore 17:57:40 -rw-rw-r-- 1 1001 1001 166 Feb 25 17:51 .sonarcloud.properties 17:57:40 -rw-rw-r-- 1 1001 1001 8475 Feb 25 17:51 Attribution.txt 17:57:40 -rw-rw-r-- 1 1001 1001 3804 Feb 25 17:51 CONTRIBUTING.md 17:57:40 -rw-rw-r-- 1 1001 1001 931 Feb 25 17:51 Dockerfile.build 17:57:40 -rw-rw-r-- 1 1001 1001 863 Feb 25 17:51 Jenkinsfile 17:57:40 -rw-rw-r-- 1 1001 1001 10775 Feb 25 17:51 LICENSE 17:57:40 -rw-rw-r-- 1 1001 1001 5774 Feb 25 17:51 Makefile 17:57:40 -rw-rw-r-- 1 1001 1001 6524 Feb 25 17:51 README.md 17:57:40 -rw-rw-r-- 1 1001 1001 6755 Feb 25 17:51 SECURITY.md 17:57:40 -rw-rw-r-- 1 1001 1001 5 Feb 25 17:47 VERSION 17:57:40 -rw-rw-r-- 1 1001 1001 4131 Feb 25 17:51 ZMQWindows.md 17:57:40 drwxrwxr-x 2 1001 1001 4096 Feb 25 17:51 bin 17:57:40 drwxrwxr-x 14 1001 1001 4096 Feb 25 17:51 cmd 17:57:40 -rw-r--r-- 1 root root 597902 Feb 25 17:56 coverage.out 17:57:40 -rw-r--r-- 1 root root 1055 Feb 25 17:57 go.mod 17:57:40 -rw-r--r-- 1 root root 21699 Feb 25 17:57 go.sum 17:57:40 drwxrwxr-x 8 1001 1001 4096 Feb 25 17:51 internal 17:57:40 drwxrwxr-x 4 1001 1001 4096 Feb 25 17:51 openapi 17:57:40 drwxrwxr-x 4 1001 1001 4096 Feb 25 17:51 snap 17:57:40 -rw-rw-r-- 1 1001 1001 168 Feb 25 17:51 version.go [Pipeline] sh 17:57:40 + '[' -e coverage.out ] 17:57:40 + chown 1001:1001 coverage.out [Pipeline] stash 17:57:40 Warning: overwriting stash ‘coverage-report’ 17:57:41 Stashed 1 file(s) [Pipeline] sh 17:57:42 + make build 17:57:42 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 17:57:46 2021-02-25T17:57:42Z INFO Waiting for automatic snapd restart... 17:57:55 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 17:57:58 lxd 4.11 from Canonical* installed 17:57:58 + sudo lxd init --auto 17:58:08 + sudo snap install --classic snapcraft 17:58:15 snapcraft 4.5.1 from Canonical* installed 17:58:15 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:58:15 + patch --verbose -p1 17:58:15 Hmm... Looks like a unified diff to me... 17:58:15 The text leading up to this was: 17:58:15 -------------------------- 17:58:15 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 17:58:15 |From: Tony Espy 17:58:15 |Date: Wed, 16 Dec 2020 16:34:55 -0500 17:58:15 |Subject: [PATCH] optimize snap build for pipeline CI check 17:58:15 | 17:58:15 |This patch is used by the EdgeX CI pipeline builds to 17:58:15 |optimize the snap CI check run for pull requests. When 17:58:15 |applied, it essentially strips out everything (apps and 17:58:15 |parts) from the snapcraft.yaml file except those required 17:58:15 |to build edgex-go, as the whole idea of the CI check is to 17:58:15 |catch changes to edgex-go that break the snap build. 17:58:15 | 17:58:15 |In general, anyone updating snapcraft.yaml will also need 17:58:15 |to update this patch file, otherwise it may fail to apply, 17:58:15 |resulting in a failed snap build CI check in the associated 17:58:15 |pull request. 17:58:15 | 17:58:15 |Note - in addition to applying this patch, the pipeline also 17:58:15 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:58:15 |need to build the finally binary .snap file (and it won't 17:58:15 |work with the patch applied). This further reduces the build 17:58:15 |time. 17:58:15 |--- 17:58:15 | snap/snapcraft.yaml | 461 +------------------------------------------- 17:58:15 | 1 file changed, 2 insertions(+), 459 deletions(-) 17:58:15 | 17:58:15 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:58:15 |index 1e537489..faf42425 100644 17:58:15 |--- a/snap/snapcraft.yaml 17:58:15 |+++ b/snap/snapcraft.yaml 17:58:15 -------------------------- 17:58:15 patching file snap/snapcraft.yaml 17:58:15 Using Plan A... 17:58:15 Hunk #1 succeeded at 73. 17:58:15 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 17:58:15 Hunk #3 succeeded at 217 (offset 3 lines). 17:58:15 Hunk #4 succeeded at 225 (offset 3 lines). 17:58:15 Hunk #5 succeeded at 232 (offset 3 lines). 17:58:15 Hunk #6 succeeded at 259 (offset 3 lines). 17:58:15 Hunk #7 succeeded at 293 (offset 3 lines). 17:58:15 Hunk #8 succeeded at 352 (offset 11 lines). 17:58:15 Hmm... Ignoring the trailing garbage. 17:58:15 done 17:58:15 + sudo snapcraft prime --use-lxd 17:58:16 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:58:16 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: 17:58:16 - README.md 17:58:16 - snapcraft.yaml.orig 17:58:16 17:58:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:58:16 Launching a container. 17:58:17 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 17:58: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 17:58:29 Waiting for container to be ready 17:58:29 To start your first instance, try: lxc launch ubuntu:18.04 17:58:29 17:58:29 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 17:58:30 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 17:58:31 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:58:31 Waiting for network to be ready... 17:58:32 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:58:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:58:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 17:58:33 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:58:33 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:58:33 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:58:33 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:58:33 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:58:33 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:58:33 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:58:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:58:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 17:58:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 17:58:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 17:58:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 17:58:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 17:58:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 17:58:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 17:58:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:58:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 17:58:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 17:58:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 17:58:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 17:58:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 17:58:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 17:58:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 17:58:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 17:58:35 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 17:58:37 Fetched 24.0 MB in 4s (5451 kB/s) 17:58:37 Reading package lists... 17:58:37 Reading package lists... 17:58:38 Building dependency tree... 17:58:38 Reading state information... 17:58:38 The following additional packages will be installed: 17:58:38 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:58:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:58:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:58:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:58:38 Suggested packages: 17:58:38 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:58:38 Recommended packages: 17:58:38 gnupg libsasl2-modules 17:58:38 The following NEW packages will be installed: 17:58:38 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:58:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:58:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:58:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:58:38 The following packages will be upgraded: 17:58:38 gpg gpg-agent gpgconf libudev1 17:58:38 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 17:58:38 Need to get 3530 kB of archives. 17:58:38 After this operation, 13.3 MB of additional disk space will be used. 17:58:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 17:58:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 17:58:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 17:58:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 17:58:38 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 17:58:38 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 17:58:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:58:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:58:39 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 17:58:39 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 17:58:39 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 17:58:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:58:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:58:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:58:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:58:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:58:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:58:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:58:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:58:39 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:58:39 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:58:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 17:58:39 debconf: delaying package configuration, since apt-utils is not installed 17:58:39 Fetched 3530 kB in 1s (3173 kB/s) 17:58:39 (Reading database ... 12511 files and directories currently installed.) 17:58:39 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 17:58:39 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:58:39 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 17:58:39 Selecting previously unselected package udev. 17:58:39 (Reading database ... 12511 files and directories currently installed.) 17:58:39 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 17:58:40 Unpacking udev (237-3ubuntu10.44) ... 17:58:40 Selecting previously unselected package libfuse2:amd64. 17:58:40 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:58:40 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 17:58:40 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:58:40 Selecting previously unselected package fuse. 17:58:40 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:58:40 Unpacking fuse (2.9.7-1ubuntu1) ... 17:58:40 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 17:58:40 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:58:40 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 17:58:40 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:58:40 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 17:58:40 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:58:40 Selecting previously unselected package libksba8:amd64. 17:58:40 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:58:40 Unpacking libksba8:amd64 (1.3.5-2) ... 17:58:40 Selecting previously unselected package libroken18-heimdal:amd64. 17:58:40 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:41 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:41 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:58:41 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:41 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:41 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:58:41 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:41 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:41 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:58:41 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:41 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:41 Selecting previously unselected package libwind0-heimdal:amd64. 17:58:41 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:41 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:41 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:58:41 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:41 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:41 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:58:41 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:41 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:41 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:58:41 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:41 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:41 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:58:41 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:58:41 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:41 Selecting previously unselected package libsasl2-modules-db:amd64. 17:58:41 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:58:41 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:58:42 Selecting previously unselected package libsasl2-2:amd64. 17:58:42 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:58:42 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:58:42 Selecting previously unselected package libldap-common. 17:58:42 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 17:58:42 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:58:42 Selecting previously unselected package libldap-2.4-2:amd64. 17:58:42 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 17:58:42 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:58:42 Selecting previously unselected package dirmngr. 17:58:42 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 17:58:42 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 17:58:42 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:58:42 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 17:58:42 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:58:42 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:58:42 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:58:42 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 17:58:42 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:42 Setting up libksba8:amd64 (1.3.5-2) ... 17:58:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:58:42 Setting up udev (237-3ubuntu10.44) ... 17:58:43 invoke-rc.d: policy-rc.d denied execution of start. 17:58:43 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:43 Processing triggers for systemd (237-3ubuntu10) ... 17:58:43 Setting up fuse (2.9.7-1ubuntu1) ... 17:58:43 Setting up gpg (2.2.4-1ubuntu1.4) ... 17:58:43 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:43 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:43 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:43 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:43 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:43 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:43 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:58:43 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:58:44 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 17:58:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:58:44 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:58:44 settings in the [Install] section, and DefaultInstance for template units). 17:58:44 This means they are not meant to be enabled using systemctl. 17:58:44 Possible reasons for having this kind of units are: 17:58:44 1) A unit may be statically enabled by being symlinked from another unit's 17:58:44 .wants/ or .requires/ directory. 17:58:44 2) A unit's purpose may be to act as a helper for some other unit which has 17:58:44 a requirement dependency on it. 17:58:44 3) A unit may be started when needed via activation (socket, path, timer, 17:58:44 D-Bus, udev, scripted systemctl call, ...). 17:58:44 4) In case of template units, the unit is meant to be enabled with some 17:58:44 instance name specified. 17:58:44 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 17:58:44 Reading package lists... 17:58:44 Building dependency tree... 17:58:44 Reading state information... 17:58:45 The following additional packages will be installed: 17:58:45 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:58:45 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:58:45 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:58:45 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:58:45 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:58:45 Suggested packages: 17:58:45 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:58:45 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:58:45 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:58:45 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:58:45 systemd-container policykit-1 17:58:45 Recommended packages: 17:58:45 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:58:45 The following NEW packages will be installed: 17:58:45 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:58:45 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:58:45 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:58:45 multiarch-support openssh-client python3 python3-minimal python3.6 17:58:45 python3.6-minimal snapd squashfs-tools sudo 17:58:45 The following packages will be upgraded: 17:58:45 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:58:45 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 17:58:45 Need to get 35.2 MB of archives. 17:58:45 After this operation, 141 MB of additional disk space will be used. 17:58:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:58:45 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 17:58:45 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:58:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 17:58:46 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 17:58:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 17:58:46 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:58:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:58:46 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:58:46 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:58:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:58:46 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:58:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:58:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:58:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:58:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 17:58:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 17:58:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:58:46 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 17:58:46 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:58:46 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 17:58:46 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:58:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:58:46 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:58:46 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:58:46 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:58:46 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:58:46 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 17:58:46 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:58:46 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 17:58:47 debconf: delaying package configuration, since apt-utils is not installed 17:58:47 Fetched 35.2 MB in 2s (14.9 MB/s) 17:58:47 (Reading database ... 12757 files and directories currently installed.) 17:58:47 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 17:58:47 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:58:48 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 17:58:48 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:58:48 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 17:58:48 (Reading database ... 12757 files and directories currently installed.) 17:58:48 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:58:48 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:58:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:58:49 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:58:49 (Reading database ... 12757 files and directories currently installed.) 17:58:49 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:58:49 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:58:49 Setting up apt (1.6.12ubuntu0.2) ... 17:58:49 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:58:49 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:58:50 (Reading database ... 12764 files and directories currently installed.) 17:58:50 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 17:58:50 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 17:58:50 Selecting previously unselected package libpython3.6-minimal:amd64. 17:58:50 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:58:50 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:58:50 Selecting previously unselected package libexpat1:amd64. 17:58:50 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:58:50 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:58:50 Selecting previously unselected package python3.6-minimal. 17:58:50 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:58:50 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:58:50 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 17:58:50 Checking for services that may need to be restarted...done. 17:58:50 Checking for services that may need to be restarted...done. 17:58:51 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:58:51 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:58:51 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:58:51 Selecting previously unselected package python3-minimal. 17:58:51 (Reading database ... 13012 files and directories currently installed.) 17:58:51 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:58:51 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:58:51 Selecting previously unselected package mime-support. 17:58:51 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:58:51 Unpacking mime-support (3.60ubuntu1) ... 17:58:51 Selecting previously unselected package libmpdec2:amd64. 17:58:51 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:58:51 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:58:51 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:58:51 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:58:51 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:58:52 Selecting previously unselected package python3.6. 17:58:52 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:58:52 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:58:52 Selecting previously unselected package libpython3-stdlib:amd64. 17:58:52 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:58:52 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:58:52 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 17:58:52 Setting up python3-minimal (3.6.7-1~18.04) ... 17:58:53 Selecting previously unselected package python3. 17:58:53 (Reading database ... 13442 files and directories currently installed.) 17:58:53 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:58:53 Unpacking python3 (3.6.7-1~18.04) ... 17:58:53 Selecting previously unselected package multiarch-support. 17:58:53 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:58:53 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:58:53 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:58:53 Selecting previously unselected package liblzo2-2:amd64. 17:58:53 (Reading database ... 13479 files and directories currently installed.) 17:58:53 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:58:53 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:58:53 Selecting previously unselected package libbsd0:amd64. 17:58:53 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:58:53 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:58:53 Selecting previously unselected package sudo. 17:58:53 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 17:58:53 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 17:58:53 Selecting previously unselected package apparmor. 17:58:53 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:58:53 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:58:53 Selecting previously unselected package libedit2:amd64. 17:58:53 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:58:53 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:58:53 Selecting previously unselected package libkrb5support0:amd64. 17:58:53 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:58:54 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:58:54 Selecting previously unselected package libk5crypto3:amd64. 17:58:54 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:58:54 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:58:54 Selecting previously unselected package libkeyutils1:amd64. 17:58:54 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:58:54 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:58:54 Selecting previously unselected package libkrb5-3:amd64. 17:58:54 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:58:54 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:58:54 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:58:54 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:58:54 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:58:54 Selecting previously unselected package libssl1.0.0:amd64. 17:58:54 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 17:58:54 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:58:54 Selecting previously unselected package openssh-client. 17:58:54 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:58:54 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:58:54 Selecting previously unselected package squashfs-tools. 17:58:54 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:58:54 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:58:54 Selecting previously unselected package snapd. 17:58:54 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 17:58:55 Unpacking snapd (2.48.3+18.04) ... 17:58:56 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 17:58:57 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:58:57 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:58:57 Setting up mime-support (3.60ubuntu1) ... 17:58:57 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 17:58:57 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:58:57 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:58:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:58:57 Setting up systemd (237-3ubuntu10.44) ... 17:58:57 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:58:59 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:58:59 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:58:59 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:58:59 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:58:59 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:58:59 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:58:59 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:58:59 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:58:59 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:58:59 Setting up python3 (3.6.7-1~18.04) ... 17:58:59 running python rtupdate hooks for python3.6... 17:58:59 running python post-rtupdate hooks for python3.6... 17:58:59 Setting up apparmor (2.12-4ubuntu5.1) ... 17:59:01 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:59:01 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:59:01 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:59:01 Setting up snapd (2.48.3+18.04) ... 17:59:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:59:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:59:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:59:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:59:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:59:02 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:59:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:59:03 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:59:03 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [Pipeline] } 17:59:03 $ docker stop --time=1 99a8ae85e54c4e28c58ea1c3b8398cf8efa5584033756d5ae11d4ffba5872676 17:59:03 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:59:03 /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' 17:59:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:59:03 Processing triggers for systemd (237-3ubuntu10.44) ... 17:59:04 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:59:04 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:59:04 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:59:05 Reading package lists... 17:59:05 Reading package lists... 17:59:05 $ docker rm -f 99a8ae85e54c4e28c58ea1c3b8398cf8efa5584033756d5ae11d4ffba5872676 17:59:06 Building dependency tree... 17:59:06 Reading state information... 17:59:06 Calculating upgrade... 17:59:06 The following packages will be upgraded: 17:59:06 advancecomp base-files bash binutils binutils-common 17:59:06 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:59:06 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:59:06 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 17:59:06 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 17:59:06 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 17:59:06 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 17:59:06 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 17:59:06 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 17:59:06 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 17:59:06 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 17:59:06 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 17:59:06 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 17:59:06 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 17:59:06 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:59:06 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:59:06 Need to get 63.8 MB of archives. 17:59:06 After this operation, 5201 kB of additional disk space will be used. 17:59:06 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:59:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 17:59:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:59:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:59:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:59:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:59:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:59:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:59:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:59:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:59:07 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-25T17:59:07.118Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 17:59:07 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:59:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:59:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:59:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:59:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:59:07 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:59:07 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:59:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:59:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:59:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:59:07 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:59:07 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:59:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:59:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:59:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:59:07 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:59:07 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:59:07 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:59:07 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:59:07 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:59:07 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:59:07 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:59:07 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:59:07 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:59:07 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:59:07 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:59:07 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:59:07 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:59:07 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:59:07 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:59:07 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:59:07 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 17:59:07 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 17:59:07 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:59:07 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:59:07 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:59:07 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:59:07 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:59:07 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 17:59:07 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:59:07 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:59:07 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:59:07 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:59:07 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:59:07 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 17:59:07 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:59:07 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:59:07 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:59:07 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:59:07 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:59:07 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:59:07 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:59:07 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:59:07 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 17:59:07 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:59:07 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:59:07 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:59:07 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:59:07 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 17:59:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:59:07 17:59:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:59:08 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 17:59:08 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:59:08 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:59:08 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:59:08 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:59:08 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:59:08 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:59:08 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:59:08 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 17:59:08 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:59:08 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:59:08 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 17:59:08 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 17:59:08 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 17:59:08 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 17:59:08 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:59:08 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:59:08 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [Pipeline] isUnix [Pipeline] sh 17:59:08 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:59:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:59:08 latest: Pulling from edgex-devops/edgex-compose-arm64 17:59:08 29e5d40040c1: Pulling fs layer 17:59:08 1ce36da41761: Pulling fs layer 17:59:08 25b303627fd3: Pulling fs layer 17:59:08 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:59:09 29e5d40040c1: Verifying Checksum 17:59:09 29e5d40040c1: Download complete 17:59:09 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:59:09 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:59:09 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:59:09 1ce36da41761: Verifying Checksum 17:59:09 1ce36da41761: Download complete 17:59:09 29e5d40040c1: Pull complete 17:59:10 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:59:10 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:59:10 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:59:10 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:59:10 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:59:10 debconf: delaying package configuration, since apt-utils is not installed 17:59:10 Fetched 63.8 MB in 4s (17.1 MB/s) 17:59:10 (Reading database ... 13912 files and directories currently installed.) 17:59:10 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:59:10 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:59:10 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:59:10 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:59:10 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 17:59:11 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 17:59:11 1ce36da41761: Pull complete 17:59:11 25b303627fd3: Verifying Checksum 17:59:11 25b303627fd3: Download complete 17:59:11 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:12 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:12 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:12 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:12 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:12 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:12 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:12 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:12 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:12 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:12 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:12 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:12 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:12 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:12 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:13 (Reading database ... 13911 files and directories currently installed.) 17:59:13 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:13 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:59:13 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:59:13 (Reading database ... 13911 files and directories currently installed.) 17:59:13 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:13 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:13 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:13 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:13 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:59:13 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:59:13 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:13 (Reading database ... 13911 files and directories currently installed.) 17:59:13 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:59:14 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:59:14 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:59:14 (Reading database ... 13911 files and directories currently installed.) 17:59:14 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:59:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:59:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:59:14 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:59:15 Setting up base-files (10.1ubuntu2.10) ... 17:59:15 Installing new version of config file /etc/issue ... 17:59:15 Installing new version of config file /etc/issue.net ... 17:59:15 Installing new version of config file /etc/lsb-release ... 17:59:15 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:59:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:59:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:59:15 Removing obsolete conffile /etc/default/motd-news ... 17:59:15 (Reading database ... 13912 files and directories currently installed.) 17:59:15 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:59:15 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:59:15 Setting up bash (4.4.18-2ubuntu1.2) ... 17:59:15 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 17:59:16 (Reading database ... 13912 files and directories currently installed.) 17:59:16 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:16 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:59:16 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:59:16 (Reading database ... 13912 files and directories currently installed.) 17:59:16 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:59:16 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:59:16 Setting up tar (1.29b-2ubuntu0.2) ... 17:59:16 (Reading database ... 13912 files and directories currently installed.) 17:59:16 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:59:16 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:59:16 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:59:16 (Reading database ... 13912 files and directories currently installed.) 17:59:16 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:59:16 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:59:16 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:59:17 (Reading database ... 13912 files and directories currently installed.) 17:59:17 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:59:17 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:59:17 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:59:17 (Reading database ... 13912 files and directories currently installed.) 17:59:17 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:59:17 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:59:17 Setting up grep (3.1-2build1) ... 17:59:17 (Reading database ... 13912 files and directories currently installed.) 17:59:17 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:59:17 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:59:17 Setting up login (1:4.5-1ubuntu2) ... 17:59:17 (Reading database ... 13912 files and directories currently installed.) 17:59:17 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:59:17 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:59:18 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:59:18 (Reading database ... 13912 files and directories currently installed.) 17:59:18 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:59:18 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:59:18 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:59:18 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:59:18 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:59:18 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:59:19 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:59:19 (Reading database ... 13912 files and directories currently installed.) 17:59:19 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:59:19 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:59:20 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:59:20 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:59:20 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:59:20 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:59:20 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:59:20 (Reading database ... 13912 files and directories currently installed.) 17:59:20 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:59:20 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:59:20 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:59:20 (Reading database ... 13912 files and directories currently installed.) 17:59:20 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:21 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:21 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:59:21 (Reading database ... 13912 files and directories currently installed.) 17:59:21 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:21 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:21 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:59:21 (Reading database ... 13912 files and directories currently installed.) 17:59:21 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:21 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:21 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:59:21 25b303627fd3: Pull complete 17:59:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:59:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:59:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:59:21 (Reading database ... 13912 files and directories currently installed.) 17:59:21 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:21 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:21 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:59:21 prd-ubuntu18.04-docker-arm64-4c-16g-27691 does not seem to be running inside a container 17:59:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-devops/edgex-compose-arm64:latest cat 17:59:22 (Reading database ... 13912 files and directories currently installed.) 17:59:22 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:59:22 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:59:22 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:59:22 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:59:22 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:59:22 (Reading database ... 13912 files and directories currently installed.) 17:59:22 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:59:22 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:59:22 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:59:22 (Reading database ... 13912 files and directories currently installed.) 17:59:22 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:22 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:22 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:59:22 (Reading database ... 13912 files and directories currently installed.) 17:59:22 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:22 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:23 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:59:23 (Reading database ... 13912 files and directories currently installed.) 17:59:23 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:23 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:23 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:59:23 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:59:24 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:59:24 (Reading database ... 13912 files and directories currently installed.) 17:59:24 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:59:24 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:59:24 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:59:24 (Reading database ... 13912 files and directories currently installed.) 17:59:24 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:59:24 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:59:24 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:59:24 (Reading database ... 13914 files and directories currently installed.) 17:59:24 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:59:24 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:59:25 $ docker top 3495118c5ed2cbd87ec21bd1af488a5b5968feeb96d66b4e2e02488336b03953 -eo pid,comm 17:59:25 Setting up debconf (1.5.66ubuntu1) ... 17:59:25 (Reading database ... 13914 files and directories currently installed.) 17:59:25 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 17:59:25 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:59:25 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [Pipeline] { [Pipeline] sh 17:59:25 (Reading database ... 13914 files and directories currently installed.) 17:59:25 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 17:59:25 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:59:25 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 17:59:25 (Reading database ... 13914 files and directories currently installed.) 17:59:25 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:59:25 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:59:25 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:59:26 + docker-compose+ grep parallel build 17:59:26 --help 17:59:26 (Reading database ... 13914 files and directories currently installed.) 17:59:26 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:59:26 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:59:26 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:59:26 (Reading database ... 13914 files and directories currently installed.) 17:59:26 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:59:26 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:59:26 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:59:27 (Reading database ... 13914 files and directories currently installed.) 17:59:27 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:59:27 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:59:27 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 17:59:27 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:59:27 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:59:27 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:59:27 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:59:27 (Reading database ... 13914 files and directories currently installed.) 17:59:27 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:59:27 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:59:27 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:59:27 (Reading database ... 13914 files and directories currently installed.) 17:59:27 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:59:27 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:59:28 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:59:28 (Reading database ... 13914 files and directories currently installed.) 17:59:28 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:59:28 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:59:28 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:59:28 (Reading database ... 13914 files and directories currently installed.) 17:59:28 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 17:59:28 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 17:59:28 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 17:59:28 (Reading database ... 13914 files and directories currently installed.) 17:59:28 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:59:28 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:59:29 Setting up passwd (1:4.5-1ubuntu2) ... 17:59:29 (Reading database ... 13914 files and directories currently installed.) 17:59:29 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 17:59:29 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:59:29 Setting up gpgv (2.2.4-1ubuntu1.4) ... 17:59:29 --parallel Build images in parallel. 17:59:29 (Reading database ... 13914 files and directories currently installed.) 17:59:29 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:59:29 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [Pipeline] } 17:59:29 $ docker stop --time=1 3495118c5ed2cbd87ec21bd1af488a5b5968feeb96d66b4e2e02488336b03953 17:59:29 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:59:29 (Reading database ... 13914 files and directories currently installed.) 17:59:29 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:59:29 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:59:30 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:59:30 (Reading database ... 13914 files and directories currently installed.) 17:59:30 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:59:30 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:59:30 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:59:30 (Reading database ... 13914 files and directories currently installed.) 17:59:30 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:59:30 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:59:31 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:59:31 (Reading database ... 13914 files and directories currently installed.) 17:59:31 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:59:31 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:59:31 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:59:31 (Reading database ... 13914 files and directories currently installed.) 17:59:31 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:59:31 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:59:31 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:59:31 (Reading database ... 13915 files and directories currently installed.) 17:59:31 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:59:31 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:59:31 $ docker rm -f 3495118c5ed2cbd87ec21bd1af488a5b5968feeb96d66b4e2e02488336b03953 17:59:31 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:59:31 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [Pipeline] // withDockerContainer 17:59:32 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 17:59:32 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:59:32 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 17:59:32 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 17:59:32 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:59:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:59:32 . [Pipeline] withDockerContainer 17:59:32 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:59:32 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:59:32 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:59:32 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:59:32 prd-ubuntu18.04-docker-arm64-4c-16g-27691 does not seem to be running inside a container 17:59:32 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:59:32 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:59:32 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:59:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 17:59:33 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:59:33 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:59:33 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:59:33 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:59:33 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:59:33 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:59:33 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 17:59:33 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 17:59:34 $ docker top ebe7cd33bf262df5bd6b9a1bfe66e7497e789e3b0ff8f5339d5c1086a81078e7 -eo pid,comm 17:59:34 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:59:34 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:59:34 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:59:34 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:59:34 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:59:34 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [Pipeline] { [Pipeline] sh 17:59:35 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:59:35 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:59:35 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:59:35 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:59:35 + docker-compose -f ./docker-compose-build.yml build --parallel 17:59:35 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:59:35 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:59:35 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:35 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:35 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:35 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:36 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:36 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:36 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:36 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:37 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:37 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:37 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:37 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:38 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:38 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:38 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:38 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:39 Building docker-core-command-go ... 17:59:39 Building docker-core-data-go ... 17:59:39 Building docker-core-metadata-go ... 17:59:39 Building docker-security-bootstrapper-go ... 17:59:39 Building docker-security-proxy-setup-go ... 17:59:39 Building docker-security-secretstore-setup-go ... 17:59:39 Building docker-support-notifications-go ... 17:59:39 Building docker-support-scheduler-go ... 17:59:39 Building docker-sys-mgmt-agent-go ... 17:59:39 Building docker-support-notifications-go 17:59:39 Building docker-core-command-go 17:59:39 Building docker-security-secretstore-setup-go 17:59:39 Building docker-security-bootstrapper-go 17:59:39 Building docker-sys-mgmt-agent-go 17:59:39 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:59:39 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:59:39 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:59:39 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:59:40 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:59:40 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:59:40 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:59:40 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:59:40 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:59:40 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:59:40 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:59:40 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:59:40 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:59:40 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:59:40 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:59:41 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:59:41 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:41 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:59:41 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:41 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:41 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:41 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:59:41 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:59:41 Setting up tzdata (2021a-0ubuntu0.18.04) ... 17:59:41 17:59:41 Current default time zone: 'Etc/UTC' 17:59:41 Local time is now: Thu Feb 25 17:59:41 UTC 2021. 17:59:41 Universal Time is now: Thu Feb 25 17:59:41 UTC 2021. 17:59:41 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:59:41 17:59:41 Setting up systemd-sysv (237-3ubuntu10.44) ... 17:59:41 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:41 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 17:59:41 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:59:41 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:59:41 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:59:41 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:59:41 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:59:41 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:59:41 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:59:41 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:41 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:59:42 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:59:42 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 17:59:42 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:42 Setting up patch (2.7.6-2ubuntu1.1) ... 17:59:42 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:59:42 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:59:42 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 17:59:42 Installing new version of config file /etc/ssl/openssl.cnf ... 17:59:42 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:59:42 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:59:42 Setting up ca-certificates (20210119~18.04.1) ... 17:59:44 Updating certificates in /etc/ssl/certs... 17:59:45 23 added, 27 removed; done. 17:59:45 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:59:45 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:59:45 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:59:45 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:59:45 Setting up pkgbinarymangler (138.18.04.1) ... 17:59:45 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:59:45 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 17:59:45 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:59:45 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:59:45 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:59:45 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:59:45 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:59:45 Setting up perl (5.26.1-6ubuntu0.5) ... 17:59:45 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 17:59:45 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:59:45 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:59:45 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 17:59:45 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:59:45 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:59:45 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:59:45 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:59:45 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:59:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:59:45 Processing triggers for systemd (237-3ubuntu10.44) ... 17:59:46 Processing triggers for mime-support (3.60ubuntu1) ... 17:59:46 Processing triggers for ca-certificates (20210119~18.04.1) ... 17:59:46 Updating certificates in /etc/ssl/certs... 17:59:46 0 added, 0 removed; done. 17:59:46 Running hooks in /etc/ca-certificates/update.d... 17:59:46 done. 17:59:46 Reading package lists... 17:59:47 Building dependency tree... 17:59:47 Reading state information... 17:59:47 The following NEW packages will be installed: 17:59:47 apt-transport-https 17:59:47 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:59:47 Need to get 1696 B of archives. 17:59:47 After this operation, 153 kB of additional disk space will be used. 17:59:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:59:47 debconf: delaying package configuration, since apt-utils is not installed 17:59:47 Fetched 1696 B in 0s (30.0 kB/s) 17:59:47 Selecting previously unselected package apt-transport-https. 17:59:47 (Reading database ... 13920 files and directories currently installed.) 17:59:47 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:59:47 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:59:47 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:59:48 Waiting for network to be ready... 17:59:52 2021-02-25T17:59:51Z INFO Waiting for automatic snapd restart... 17:59:52 snapd 2.48.2.1 from Canonical* installed 17:59:52 "snapd" switched to the "latest/stable" channel 17:59:52 17:59:55 core18 20210128 from Canonical* installed 17:59:55 "core18" switched to the "latest/stable" channel 17:59:55 17:59:58 snapcraft 4.5.1 from Canonical* installed 17:59:58 "snapcraft" switched to the "latest/stable" channel 17:59:58 18:00:02 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 18:00:02 - README.md 18:00:02 - snapcraft.yaml.orig 18:00:02 18:00:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:00:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:00:08 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:00:08 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:00:08 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:00:10 Reading package lists... 18:00:10 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 18:00:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:00:16 Reading package lists... 18:00:16 Building dependency tree... 18:00:16 Reading state information... 18:00:16 Suggested packages: 18:00:16 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:00:16 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:00:16 Recommended packages: 18:00:16 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:00:16 The following NEW packages will be installed: 18:00:16 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:00:16 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:00:16 pkg-config zip 18:00:16 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:00:16 Need to get 7655 kB of archives. 18:00:16 After this operation, 43.7 MB of additional disk space will be used. 18:00:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:00:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:00:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:00:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:00:17 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:00:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:00:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:00:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:00:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:00:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:00:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:00:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:00:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:00:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:00:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:00:17 debconf: delaying package configuration, since apt-utils is not installed 18:00:17 Fetched 7655 kB in 1s (10.6 MB/s) 18:00:17 Selecting previously unselected package libglib2.0-0:amd64. 18:00:17 (Reading database ... 13924 files and directories currently installed.) 18:00:17 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:00:17 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:00:17 Selecting previously unselected package libpsl5:amd64. 18:00:17 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:00:17 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:00:18 Selecting previously unselected package libnghttp2-14:amd64. 18:00:18 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:00:18 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:00:18 Selecting previously unselected package librtmp1:amd64. 18:00:18 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:00:18 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:00:18 Selecting previously unselected package libcurl3-gnutls:amd64. 18:00:18 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:00:18 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:00:18 Selecting previously unselected package liberror-perl. 18:00:18 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:00:18 Unpacking liberror-perl (0.17025-1) ... 18:00:18 Selecting previously unselected package git-man. 18:00:18 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:00:18 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:00:18 Selecting previously unselected package git. 18:00:18 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:00:18 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:00:19 Selecting previously unselected package libnorm1:amd64. 18:00:19 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:00:19 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:00:19 Selecting previously unselected package libpgm-5.2-0:amd64. 18:00:19 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:00:19 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:00:19 Selecting previously unselected package libsodium23:amd64. 18:00:19 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:00:19 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:00:19 Selecting previously unselected package libzmq5:amd64. 18:00:19 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:00:19 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:00:19 Selecting previously unselected package libzmq3-dev:amd64. 18:00:19 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:00:19 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:00:19 Selecting previously unselected package pkg-config. 18:00:19 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:00:20 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:00:20 Selecting previously unselected package zip. 18:00:20 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:00:20 Unpacking zip (3.0-11build1) ... 18:00:20 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:00:20 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:00:20 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:00:20 Setting up liberror-perl (0.17025-1) ... 18:00:20 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:00:20 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:00:20 No schema files found: doing nothing. 18:00:20 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:00:20 Setting up zip (3.0-11build1) ... 18:00:20 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:00:20 Setting up libsodium23:amd64 (1.0.16-2) ... 18:00:20 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:00:20 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:00:20 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:00:20 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:00:20 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:00:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:00:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:00:27 git set to automatically installed. 18:00:27 git-man set to automatically installed. 18:00:27 libcurl3-gnutls set to automatically installed. 18:00:27 liberror-perl set to automatically installed. 18:00:27 libglib2.0-0 set to automatically installed. 18:00:27 libnghttp2-14 set to automatically installed. 18:00:27 libnorm1 set to automatically installed. 18:00:27 libpgm-5.2-0 set to automatically installed. 18:00:27 libpsl5 set to automatically installed. 18:00:27 librtmp1 set to automatically installed. 18:00:27 libsodium23 set to automatically installed. 18:00:27 libzmq3-dev set to automatically installed. 18:00:27 libzmq5 set to automatically installed. 18:00:27 pkg-config set to automatically installed. 18:00:27 zip set to automatically installed. 18:00:29 snapd is not logged in, snap install commands will use sudo 18:00:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:00:36 snap "core18" has no updates available 18:00:37 Pulling config-common 18:00:37 + snapcraftctl pull 18:00:37 Pulling go-build-helper 18:00:37 + snapcraftctl pull 18:00:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:00:59 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:00:59 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:00:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 18:00:59 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:00:59 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:00:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:00:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:00:59 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:00:59 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:00:59 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:00:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 18:00:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 18:00:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 18:00:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 18:00:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 18:00:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 18:00:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 18:00:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:00:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 18:00:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 18:00:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 18:00:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 18:00:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 18:00:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 18:00:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 18:00:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 18:00:59 Fetched 24.0 MB in 0s (0 B/s) 18:00:59 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:00:59 Fetched 96.5 kB in 0s (0 B/s) 18:00:59 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:00:59 Fetched 279 kB in 0s (0 B/s) 18:00:59 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:00:59 Fetched 122 kB in 0s (0 B/s) 18:00:59 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:00:59 Fetched 77.8 kB in 0s (0 B/s) 18:00:59 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:00:59 Fetched 8848 B in 0s (0 B/s) 18:00:59 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:00:59 Fetched 47.8 kB in 0s (0 B/s) 18:00:59 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:00:59 Fetched 45.6 kB in 0s (0 B/s) 18:00:59 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:00:59 Fetched 15.0 kB in 0s (0 B/s) 18:00:59 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:00:59 Fetched 214 kB in 0s (0 B/s) 18:00:59 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 18:00:59 Fetched 154 kB in 0s (0 B/s) 18:00:59 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:00:59 Fetched 50.6 kB in 0s (0 B/s) 18:00:59 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:00:59 Fetched 14.8 kB in 0s (0 B/s) 18:00:59 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:00:59 Fetched 41.8 kB in 0s (0 B/s) 18:00:59 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:00:59 Fetched 499 kB in 0s (0 B/s) 18:00:59 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:00:59 Fetched 111 kB in 0s (0 B/s) 18:00:59 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:00:59 Fetched 240 kB in 0s (0 B/s) 18:00:59 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:00:59 Fetched 29.3 kB in 0s (0 B/s) 18:00:59 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:00:59 Fetched 85.5 kB in 0s (0 B/s) 18:00:59 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:00:59 Fetched 24.5 kB in 0s (0 B/s) 18:00:59 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:00:59 Fetched 49.2 kB in 0s (0 B/s) 18:00:59 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:00:59 Fetched 54.2 kB in 0s (0 B/s) 18:00:59 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:00:59 Fetched 30.8 kB in 0s (0 B/s) 18:00:59 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 18:00:59 Fetched 15.8 kB in 0s (0 B/s) 18:00:59 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:00:59 Fetched 85.9 kB in 0s (0 B/s) 18:00:59 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:00:59 Fetched 8720 B in 0s (0 B/s) 18:00:59 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:00:59 Fetched 137 kB in 0s (0 B/s) 18:00:59 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:00:59 Fetched 119 kB in 0s (0 B/s) 18:00:59 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:00:59 Fetched 109 kB in 0s (0 B/s) 18:00:59 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:00:59 Fetched 11.1 kB in 0s (0 B/s) 18:00:59 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:00:59 Fetched 645 kB in 0s (0 B/s) 18:00:59 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:00:59 Fetched 41.3 kB in 0s (0 B/s) 18:00:59 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:00:59 Fetched 17.9 kB in 0s (0 B/s) 18:00:59 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:00:59 Fetched 368 kB in 0s (0 B/s) 18:00:59 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:00:59 Fetched 187 kB in 0s (0 B/s) 18:00:59 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:00:59 Fetched 175 kB in 0s (0 B/s) 18:00:59 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:01:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:01:01 ---> db7939673844 18:01:01 Step 3/23 : WORKDIR /edgex-go 18:01:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:01:01 ---> db7939673844 18:01:01 Step 3/22 : WORKDIR /edgex-go 18:01:01 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:01 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:01:01 ---> db7939673844 18:01:01 Step 3/30 : WORKDIR /edgex-go 18:01:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:01:01 ---> db7939673844 18:01:01 Step 3/24 : WORKDIR /edgex-go 18:01:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:01:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:01:01 ---> db7939673844 18:01:01 Step 3/26 : WORKDIR /edgex-go 18:01:01 ---> Running in 1f3e542dc82b 18:01:01 ---> Running in f75b98dc0876 18:01:01 ---> Running in 0aedc853e022 18:01:01 ---> Running in 3620aae1ca7d 18:01:01 ---> Running in d5fbabc1fe58 18:01:01 Removing intermediate container 3620aae1ca7d 18:01:01 ---> 2e532b6bfb2f 18:01:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:01 Removing intermediate container 0aedc853e022 18:01:01 ---> 0d89be2394e9 18:01:01 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:01 Removing intermediate container 1f3e542dc82b 18:01:01 ---> d41dbed127f9 18:01:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:01 Removing intermediate container f75b98dc0876 18:01:01 ---> 9f4c505b1a6c 18:01:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:01 Removing intermediate container d5fbabc1fe58 18:01:01 ---> 8c2a66fd702f 18:01:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:01:01 ---> Running in b035aed5474d 18:01:01 ---> Running in 7c92a1d9c7c1 18:01:01 ---> Running in aa11d52eae06 18:01:01 ---> Running in 343df3bfd74f 18:01:01 ---> Running in 29c6efe4cad9 18:01:01 Removing intermediate container 7c92a1d9c7c1 18:01:01 ---> c99d4842976d 18:01:01 Step 5/30 : RUN apk add --update --no-cache make git 18:01:01 ---> Running in 2ad2450aec04 18:01:01 Removing intermediate container b035aed5474d 18:01:01 ---> 4bd626a409f5 18:01:01 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:01:01 Removing intermediate container aa11d52eae06 18:01:01 ---> 627b221ac29f 18:01:01 Step 5/26 : RUN apk add --update --no-cache make bash git 18:01:01 ---> Running in 215e90cf1d94 18:01:01 Removing intermediate container 29c6efe4cad9 18:01:01 ---> ed767a1004d9 18:01:01 Step 5/23 : RUN apk add --update --no-cache make git 18:01:01 ---> Running in 7bf8fc286a89 18:01:01 Removing intermediate container 343df3bfd74f 18:01:01 ---> 9ddb12299865 18:01:01 Step 5/24 : RUN apk add --update --no-cache make git 18:01:01 ---> Running in d3c38f987ae1 18:01:01 ---> Running in 74cc7c1e09ea 18:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:01:01 OK: 217 MiB in 51 packages 18:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:01:02 OK: 217 MiB in 51 packages 18:01:02 OK: 217 MiB in 51 packages 18:01:02 Fetched 206 kB in 0s (0 B/s) 18:01:02 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 18:01:02 Fetched 1301 kB in 0s (0 B/s) 18:01:02 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:01:02 Fetched 36.2 kB in 0s (0 B/s) 18:01:02 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:01:02 Fetched 159 kB in 0s (0 B/s) 18:01:02 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:01:02 Fetched 107 kB in 0s (0 B/s) 18:01:02 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:01:02 Fetched 48.7 kB in 0s (0 B/s) 18:01:02 Pulling static-packages 18:01:02 + snapcraftctl pull 18:01:02 OK: 217 MiB in 51 packages 18:01:02 OK: 217 MiB in 51 packages 18:01:02 Removing intermediate container 2ad2450aec04 18:01:02 ---> 3e726e913077 18:01:02 Step 6/30 : COPY go.mod . 18:01:03 'go115' has dependencies that need to be staged: static-packages go-build-helper 18:01:03 Skipping pull go-build-helper (already ran) 18:01:03 Skipping pull static-packages (already ran) 18:01:03 Building go-build-helper 18:01:03 + snapcraftctl build 18:01:04 ---> 94e6846f1c69 18:01:04 Step 7/30 : RUN go mod download 18:01:04 Removing intermediate container 215e90cf1d94 18:01:04 ---> ca0597192002 18:01:04 Step 6/22 : COPY go.mod . 18:01:04 ---> Running in a037fa4d0276 18:01:04 Removing intermediate container d3c38f987ae1 18:01:04 ---> 90d86b32bd85 18:01:04 Step 6/23 : COPY go.mod . 18:01:04 Removing intermediate container 7bf8fc286a89 18:01:04 ---> 99443f4cc348 18:01:04 Removing intermediate container 74cc7c1e09ea 18:01:04 ---> 0de7e7aff567 18:01:04 Step 6/24 : COPY go.mod . 18:01:04 Step 6/26 : COPY go.mod . 18:01:04 ---> 30212e71f294 18:01:04 Step 7/22 : RUN go mod download 18:01:05 ---> Running in d1f45968eec4 18:01:05 ---> 9951f45985a2 18:01:05 Step 7/23 : RUN go mod download 18:01:05 ---> Running in 9d1e42d6d10d 18:01:05 ---> 76beb3d4ba78 18:01:05 Step 7/24 : RUN go mod download 18:01:05 ---> 2067ec5d0a10 18:01:05 Step 7/26 : RUN go mod download 18:01:06 ---> Running in 762aa3f4ff94 18:01:06 ---> Running in 56672d4d01cd 18:01:06 Building static-packages 18:01:06 + snapcraftctl build 18:01:08 Removing intermediate container a037fa4d0276 18:01:08 ---> def528052f79 18:01:08 Step 8/30 : COPY . . 18:01:08 Staging go-build-helper 18:01:08 + snapcraftctl stage 18:01:09 Removing intermediate container d1f45968eec4 18:01:09 ---> cf53cfaf07c6 18:01:09 Step 8/22 : COPY . . 18:01:09 Staging static-packages 18:01:09 + snapcraftctl stage 18:01:10 Pulling go115 18:01:10 + snapcraftctl pull 18:01:11 Removing intermediate container 9d1e42d6d10d 18:01:11 ---> 7296a883c385 18:01:11 Step 8/23 : COPY . . 18:01:11 Removing intermediate container 762aa3f4ff94 18:01:11 ---> 1c691f2b3963 18:01:11 Step 8/24 : COPY . . 18:01:11 Removing intermediate container 56672d4d01cd 18:01:11 ---> 1b6304d25a26 18:01:11 Step 8/26 : COPY . . 18:01:11 'edgex-go' has dependencies that need to be staged: go115 18:01:11 Skipping pull go115 (already ran) 18:01:11 Building go115 18:01:11 + dpkg --print-architecture 18:01:11 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 18:01:11 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 18:01:11 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 18:01:11 % Total % Received % Xferd Average Speed Time Time Time Current 18:01:11 Dload Upload Total Spent Left Speed 18:01:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 115M 26 30.2M 0 0 28.2M 0 0:00:04 0:00:01 0:00:03 28.2M 57 115M 57 66.7M 0 0 32.2M 0 0:00:03 0:00:02 0:00:01 32.2M 96 115M 96 111M 0 0 36.4M 0 0:00:03 0:00:03 --:--:-- 36.3M 100 115M 100 115M 0 0 36.9M 0 0:00:03 0:00:03 --:--:-- 36.9M 18:01:14 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 18:01:14 + sha256sum -c sha256 18:01:14 + grep OK 18:01:15 go1.15.2.linux-amd64.tar.gz: OK 18:01:15 + mkdir -p /root/stage/go1.15 18:01:15 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 18:01:18 Staging go115 18:01:18 + snapcraftctl stage 18:01:25 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:01:25 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:01:25 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:01:25 Fetched 0 B in 0s (0 B/s) 18:01:25 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:01:25 Fetched 224 kB in 0s (0 B/s) 18:01:25 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:01:25 Fetched 157 kB in 0s (0 B/s) 18:01:25 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:01:25 Fetched 221 kB in 0s (0 B/s) 18:01:25 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:01:25 Fetched 143 kB in 0s (0 B/s) 18:01:25 Pulling edgex-go 18:01:25 + snapcraftctl pull 18:01:25 Pulling version 18:01:25 + cd /root/project 18:01:25 + [ -f VERSION ] 18:01:25 + PROJECT_VERSION=local-dev 18:01:25 + git rev-parse --short HEAD 18:01:25 + GIT_REVISION=58e75b50 18:01:25 + snapcraftctl set-version local-dev 18:01:26 Building config-common 18:01:26 + snapcraftctl build 18:01:28 Skipping build go-build-helper (already ran) 18:01:28 Skipping build static-packages (already ran) 18:01:28 Skipping build go115 (already ran) 18:01:28 Building edgex-go 18:01:28 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 18:01:28 + cd /root/parts/edgex-go/src 18:01:28 + make build 18:01:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:01:31 go: downloading github.com/gorilla/mux v1.8.0 18:01:31 go: downloading github.com/google/uuid v1.2.0 18:01:31 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.38 18:01:31 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 18:01:31 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 18:01:31 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:01:31 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:01:31 go: downloading github.com/BurntSushi/toml v0.3.1 18:01:31 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 18:01:31 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 18:01:31 go: downloading github.com/pkg/errors v0.8.1 18:01:31 go: downloading github.com/imdario/mergo v0.3.11 18:01:31 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:01:31 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:01:31 go: downloading github.com/x448/float16 v0.8.4 18:01:31 go: downloading github.com/pebbe/zmq4 v1.2.5 18:01:31 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 18:01:31 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:01:31 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:01:31 go: downloading github.com/pelletier/go-toml v1.2.0 18:01:31 go: downloading github.com/go-kit/kit v0.8.0 18:01:31 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:01:31 go: downloading github.com/hashicorp/consul/api v1.8.1 18:01:31 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:01:31 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:01:31 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:01:31 go: downloading github.com/mitchellh/copystructure v1.0.0 18:01:31 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:01:31 go: downloading github.com/hashicorp/serf v0.9.5 18:01:31 go: downloading github.com/hashicorp/go-hclog v0.12.0 18:01:31 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:01:31 go: downloading github.com/go-playground/universal-translator v0.17.0 18:01:31 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:01:31 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:01:31 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:01:31 go: downloading github.com/leodido/go-urn v1.2.0 18:01:31 go: downloading github.com/go-playground/locales v0.13.0 18:01:31 go: downloading github.com/fatih/color v1.9.0 18:01:31 go: downloading github.com/mattn/go-isatty v0.0.12 18:01:31 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:01:31 go: downloading github.com/mattn/go-colorable v0.1.6 18:01:31 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 18:01:31 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:01:31 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:01:34 ---> 713bbaac894f 18:01:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:01:34 ---> 74d0bbd28293 18:01:34 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:01:34 ---> 86825bf42a55 18:01:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:01:34 ---> 985149d826a7 18:01:34 Step 9/23 : RUN make cmd/core-command/core-command 18:01:34 ---> c31d2e6991cc 18:01:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:01:34 ---> Running in 71b7851eb17a 18:01:34 ---> Running in 1b9f7edf85da 18:01:34 ---> Running in b9782791c675 18:01:34 ---> Running in bece68318077 18:01:34 ---> Running in da9bd01a6979 18:01:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:01:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:01:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:01:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:01:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:01:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:01:38 go: downloading gopkg.in/yaml.v2 v2.4.0 18:01:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:01:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:01:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:01:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:01:44 go: downloading github.com/stretchr/testify v1.7.0 18:01:45 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:01:45 go: downloading github.com/davecgh/go-spew v1.1.1 18:01:45 go: downloading github.com/pmezard/go-difflib v1.0.0 18:01:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:01:46 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:01:46 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:01:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:01:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:01:48 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 18:01:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:01:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:01:50 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:01:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:01:51 go: downloading github.com/lib/pq v1.9.0 18:01:53 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 18:01:53 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 18:01:53 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 18:01:53 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 18:01:53 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 18:01:53 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 18:01:53 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 18:01:53 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 18:01:53 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 18:01:53 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 18:01:53 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 18:01:53 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 18:01:53 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 18:01:53 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 18:01:53 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 18:01:53 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 18:01:53 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 18:01:53 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 18:01:53 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 18:01:53 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 18:01:53 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 18:01:53 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 18:01:53 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 18:01:53 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 18:01:53 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 18:01:54 Building version 18:01:54 + snapcraftctl build 18:01:56 Staging config-common 18:01:56 + snapcraftctl stage 18:01:57 Skipping stage go-build-helper (already ran) 18:01:57 Skipping stage static-packages (already ran) 18:01:57 Skipping stage go115 (already ran) 18:01:57 Staging edgex-go 18:01:57 + snapcraftctl stage 18:01:58 Staging version 18:01:58 + snapcraftctl stage 18:01:59 Priming config-common 18:01:59 + snapcraftctl prime 18:02:00 Priming go-build-helper 18:02:00 + snapcraftctl prime 18:02:01 Priming static-packages 18:02:01 + snapcraftctl prime 18:02:03 Priming go115 18:02:03 + snapcraftctl prime 18:02:04 Priming edgex-go 18:02:04 + snapcraftctl prime 18:02:05 Priming version 18:02:05 + snapcraftctl prime 18:02:06 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:02:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:03:19 Removing intermediate container 71b7851eb17a 18:03:19 Removing intermediate container b9782791c675 18:03:19 ---> c7db77cdfb10 18:03:19 18:03:19 Step 10/24 : FROM alpine:3.12 18:03:19 ---> d507088c0579 18:03:19 18:03:19 Step 10/30 : FROM alpine:3.12 18:03:19 3.12: Pulling from library/alpine 18:03:19 3.12: Pulling from library/alpine 18:03:19 Removing intermediate container da9bd01a6979 18:03:19 ---> ffbf0adb2c24 18:03:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:03:19 ---> Running in d64315eafac8 18:03:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:03:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:03:19 Status: Downloaded newer image for alpine:3.12 18:03:19 ---> d10569e2745f 18:03:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:03:19 Status: Downloaded newer image for alpine:3.12 18:03:19 ---> d10569e2745f 18:03:19 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:03:19 ---> Running in aafbd8954808 18:03:19 ---> Running in 1fc0b7930c14 18:03:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:03:19 Removing intermediate container 1fc0b7930c14 18:03:19 ---> e1aa591ac4e8 18:03:19 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 18:03:20 ---> Running in d454424bf442 18:03:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:21 (1/5) Installing ca-certificates (20191127-r4) 18:03:21 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:03:21 (3/5) Installing libcurl (7.69.1-r3) 18:03:21 (4/5) Installing curl (7.69.1-r3) 18:03:21 (5/5) Installing dumb-init (1.2.2-r1) 18:03:21 Executing busybox-1.31.1-r19.trigger 18:03:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:21 Executing ca-certificates-20191127-r4.trigger 18:03:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:22 OK: 7 MiB in 19 packages 18:03:22 (1/2) Installing dumb-init (1.2.2-r1) 18:03:22 (2/2) Installing su-exec (0.2-r1) 18:03:22 Executing busybox-1.31.1-r19.trigger 18:03:22 OK: 5 MiB in 16 packages 18:03:25 Removing intermediate container aafbd8954808 18:03:25 ---> fcad2580a4d2 18:03:25 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:03:25 Removing intermediate container d454424bf442 18:03:25 ---> 5d622a52b471 18:03:25 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 18:03:25 Removing intermediate container d64315eafac8 18:03:25 ---> ce80df59bda3 18:03:25 18:03:25 Step 11/26 : FROM docker:20.10.0 18:03:25 ---> Running in 4280683d9d5c 18:03:25 20.10.0: Pulling from library/docker 18:03:26 ---> Running in 51649ab217d2 18:03:26 Removing intermediate container bece68318077 18:03:26 ---> 98e4ec46ad16 18:03:26 18:03:26 Step 10/23 : FROM alpine:3.12 18:03:26 ---> d10569e2745f 18:03:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:03:26 Removing intermediate container 1b9f7edf85da 18:03:26 ---> 004f5349caa0 18:03:26 18:03:26 Step 10/22 : FROM alpine:3.12 18:03:26 ---> d10569e2745f 18:03:26 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:03:26 ---> Running in 2f3c4abd3dec 18:03:26 ---> Running in 4b7d14413b6b 18:03:27 Removing intermediate container 4280683d9d5c 18:03:27 Removing intermediate container 51649ab217d2 18:03:27 ---> 402e49c4e14f 18:03:27 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:03:27 ---> 2dbbcee01a54 18:03:27 Step 13/24 : WORKDIR / 18:03:27 ---> Running in b8feadf5a5b3 18:03:27 ---> Running in 06683faa1682 18:03:30 Removing intermediate container b8feadf5a5b3 18:03:30 ---> bd9ac7a132c6 18:03:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:03:30 Removing intermediate container 06683faa1682 18:03:30 ---> d51a64db0350 18:03:30 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:03:30 ---> Running in 901c52524ae2 18:03:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:30 (1/1) Installing dumb-init (1.2.2-r1) 18:03:30 Executing busybox-1.31.1-r19.trigger 18:03:30 OK: 5 MiB in 15 packages 18:03:30 ---> c7f82c394d99 18:03:30 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:03:30 (1/2) Installing ca-certificates (20191127-r4) 18:03:30 (2/2) Installing dumb-init (1.2.2-r1) 18:03:30 Executing busybox-1.31.1-r19.trigger 18:03:30 Executing ca-certificates-20191127-r4.trigger 18:03:31 OK: 6 MiB in 16 packages 18:03:32 ---> 8686361273ae 18:03:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:03:32 Removing intermediate container 2f3c4abd3dec 18:03:32 ---> 3dde113d503d 18:03:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:03:32 ---> Running in 0c0e9ad6effb 18:03:33 Removing intermediate container 901c52524ae2 18:03:33 ---> f87348de753b 18:03:33 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 18:03:34 Removing intermediate container 0c0e9ad6effb 18:03:34 ---> 6efcdda117e7 18:03:34 Step 13/23 : ENV APP_PORT=48082 18:03:34 ---> Running in f9f1c74dac88 18:03:34 Removing intermediate container 4b7d14413b6b 18:03:34 ---> 7186570d0794 18:03:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:03:34 ---> ef42cc5f09cd 18:03:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:03:34 ---> Running in 8cd4aa61e76d 18:03:34 ---> Running in 9dac3020afc5 18:03:34 Removing intermediate container f9f1c74dac88 18:03:34 ---> 1a2d61b0bd69 18:03:34 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:03:35 Removing intermediate container 8cd4aa61e76d 18:03:35 ---> a9a50e09f9e7 18:03:35 Step 14/23 : EXPOSE $APP_PORT 18:03:35 Removing intermediate container 9dac3020afc5 18:03:35 ---> 2a5f86c13ef0 18:03:35 Step 13/22 : ENV APP_PORT=48060 18:03:35 ---> Running in 24947e6c221c 18:03:35 ---> Running in c09bcb0aace7 18:03:36 ---> 8730fd77d952 18:03:36 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:03:36 ---> c63c6fc7e752 18:03:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:03:36 ---> Running in 267bd6150d29 18:03:36 Removing intermediate container 24947e6c221c 18:03:36 ---> 96bca871669b 18:03:36 Step 15/23 : WORKDIR / 18:03:36 Removing intermediate container c09bcb0aace7 18:03:36 ---> da8a77c5af36 18:03:36 Step 14/22 : EXPOSE $APP_PORT 18:03:36 ---> Running in 9b4f77d148ad 18:03:36 ---> Running in 5cd2af97776a 18:03:37 ---> 87954fb617c7 18:03:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:03:37 Removing intermediate container 5cd2af97776a 18:03:37 ---> 98bda5faf8b8 18:03:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:03:37 Removing intermediate container 9b4f77d148ad 18:03:37 ---> 9e30b428aca1 18:03:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:03:38 ---> f3f94bc8bfea 18:03:38 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:03:38 ---> Running in fffa2e930db1 18:03:38 ---> 5a05a80fbbbe 18:03:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:03:38 ---> a16baef390dd 18:03:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:03:39 Removing intermediate container 267bd6150d29 18:03:39 ---> 7907efbdd058 18:03:39 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:03:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:03:40 Status: Downloaded newer image for docker:20.10.0 18:03:40 ---> eeaf43b92773 18:03:40 Step 12/26 : RUN apk add --no-cache bash 18:03:40 ---> Running in 29bfaa5e8c57 18:03:41 ---> 7578872bebde 18:03:41 ---> 2b0aa516931e 18:03:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:03:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:03:41 ---> 7093fae330e2 18:03:41 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:03:42 ---> b16b023b19d4 18:03:42 Step 19/23 : ENTRYPOINT ["/core-command"] 18:03:42 ---> 1094c152d38e 18:03:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:03:42 ---> Running in 90773dcb7e3f 18:03:42 ---> Running in ffd04cdc9972 18:03:42 Removing intermediate container fffa2e930db1 18:03:42 ---> 1ce62156e906 18:03:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:03:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:42 ---> e0093130d1a2 18:03:42 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:03:42 ---> Running in e857df75ba21 18:03:43 Removing intermediate container ffd04cdc9972 18:03:43 ---> a923bc14d3d2 18:03:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container 90773dcb7e3f 18:03:43 ---> abf38fd850bf 18:03:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:03:43 18:03:43 ---> Running in 94db4f3eb546 18:03:43 (1/2) Installing readline (8.0.4-r0) 18:03:43 ---> Running in 5e8d7888fe1e 18:03:43 (2/2) Installing bash (5.0.17-r0) 18:03:43 Executing bash-5.0.17-r0.post-install 18:03:43 Executing busybox-1.31.1-r19.trigger 18:03:43 Removing intermediate container e857df75ba21 18:03:43 ---> f711d5934f39 18:03:43 Step 22/24 : LABEL arch=arm64 18:03:43 OK: 12 MiB in 22 packages 18:03:43 ---> Running in 8875b214332c 18:03:43 ---> 2196983d3383 18:03:43 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:03:44 Removing intermediate container 94db4f3eb546 18:03:44 ---> e77cca49e834 18:03:44 Step 20/22 : LABEL arch=arm64 18:03:44 Removing intermediate container 5e8d7888fe1e 18:03:44 ---> b12967f6adea 18:03:44 Step 21/23 : LABEL arch=arm64 18:03:44 ---> Running in cf89299bc770 18:03:44 ---> Running in bef00a6a72b9 18:03:44 Removing intermediate container 8875b214332c 18:03:44 ---> 8ae58a19d284 18:03:44 Step 23/24 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 18:03:44 ---> Running in d9ff9a578f82 18:03:44 ---> e4c3e74a8003 18:03:44 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:03:45 Removing intermediate container cf89299bc770 18:03:45 ---> ffbc2859b097 18:03:45 Step 21/22 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 18:03:45 ---> Running in dd0371cae9f6 18:03:45 Removing intermediate container bef00a6a72b9 18:03:45 ---> d5996c650f9b 18:03:45 Step 22/23 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 18:03:45 ---> Running in 5083b177ec05 18:03:45 Removing intermediate container 29bfaa5e8c57 18:03:45 ---> ef83afe9173d 18:03:45 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:03:45 Removing intermediate container d9ff9a578f82 18:03:45 ---> 59cf8bb2410d 18:03:45 Step 24/24 : LABEL version=0.0.0 18:03:45 ---> Running in a7bf6350e526 18:03:45 ---> Running in e9f27f0e7d1c 18:03:45 ---> Running in dca465bd322b 18:03:45 Removing intermediate container dd0371cae9f6 18:03:45 ---> 27e8cabdf291 18:03:45 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:03:46 Removing intermediate container 5083b177ec05 18:03:46 ---> cf9f0a4f3892 18:03:46 Step 22/22 : LABEL version=0.0.0 18:03:46 Removing intermediate container a7bf6350e526 18:03:46 ---> 444daddd451b 18:03:46 Step 23/23 : LABEL version=0.0.0 18:03:46 ---> Running in 53f933ff38ac 18:03:46 ---> Running in 59661b21160c 18:03:46 Removing intermediate container e9f27f0e7d1c 18:03:46 Removing intermediate container dca465bd322b 18:03:46 ---> c5817ebe6d37 18:03:46 18:03:46 ---> 3e029de5466d 18:03:46 Step 14/26 : ENV APP_PORT=48090 18:03:47 ---> Running in 051e7ee48be3 18:03:47 Successfully built c5817ebe6d37 18:03:47 ---> 9526b4a2d82a 18:03:47 Step 25/30 : RUN chmod +x /entrypoint.sh 18:03:47 Removing intermediate container 53f933ff38ac 18:03:47 ---> 00d2ff154015 18:03:47 18:03:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:03:47  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 18:03:47 Removing intermediate container 59661b21160c 18:03:47 ---> 276e506c7717 18:03:47 18:03:47 ---> Running in 6687b3c6cf5a 18:03:47 Successfully built 00d2ff154015 18:03:47 Successfully tagged docker-support-notifications-go-arm64:latest 18:03:47 Building docker-core-metadata-go 18:03:47  Building docker-support-notifications-go ... done Removing intermediate container 051e7ee48be3 18:03:47 ---> 0134494d76c1 18:03:47 Step 15/26 : EXPOSE $APP_PORT 18:03:47 Successfully built 276e506c7717 18:03:47 Successfully tagged docker-core-command-go-arm64:latest 18:03:47 Building docker-support-scheduler-go 18:03:48  Building docker-core-command-go ... done  ---> Running in 8f464d9f7ab7 18:03:48 Removing intermediate container 8f464d9f7ab7 18:03:48 ---> ee0867894115 18:03:48 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:03:50 ---> 67b62647c258 18:03:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:03:50 Removing intermediate container 6687b3c6cf5a 18:03:50 ---> f94d13771580 18:03:50 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:03:51 ---> Running in 80033cf8bdac 18:03:51 ---> 3074571d94b2 18:03:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:03:51 Removing intermediate container 80033cf8bdac 18:03:51 ---> 373e050d029b 18:03:51 Step 27/30 : CMD ["gate"] 18:03:52 ---> f87ddd99c1ea 18:03:52 Step 19/26 : RUN apk --no-cache add py3-pip 18:03:52 ---> Running in 070eec3855e4 18:03:53 ---> Running in a9533532e464 18:03:53 Removing intermediate container 070eec3855e4 18:03:53 ---> 78d1b2317862 18:03:53 Step 28/30 : LABEL arch=arm64 18:03:54 ---> Running in 5f2c34af0a37 18:03:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:55 Removing intermediate container 5f2c34af0a37 18:03:55 ---> 0d2eb0f8f79b 18:03:55 Step 29/30 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 18:03:55 (1/33) Installing libbz2 (1.0.8-r1) 18:03:55 (2/33) Installing expat (2.2.9-r1) 18:03:55 (3/33) Installing libffi (3.3-r2) 18:03:55 (4/33) Installing gdbm (1.13-r1) 18:03:55 (5/33) Installing xz-libs (5.2.5-r0) 18:03:55 (6/33) Installing sqlite-libs (3.32.1-r0) 18:03:55 (7/33) Installing python3 (3.8.5-r1) 18:03:56 ---> Running in b1099ac867dd 18:03:57 Removing intermediate container b1099ac867dd 18:03:57 ---> cf3dfca70bb5 18:03:57 Step 30/30 : LABEL version=0.0.0 18:03:57 (8/33) Installing py3-appdirs (1.4.4-r1) 18:03:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:03:57 (10/33) Installing py3-parsing (2.4.7-r0) 18:03:57 (11/33) Installing py3-six (1.15.0-r0) 18:03:57 (12/33) Installing py3-packaging (20.4-r0) 18:03:57 (13/33) Installing py3-setuptools (47.0.0-r0) 18:03:57 (14/33) Installing py3-chardet (3.0.4-r4) 18:03:57 ---> Running in 3878fed65876 18:03:57 (15/33) Installing py3-idna (2.9-r0) 18:03:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:03:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:03:57 (18/33) Installing py3-requests (2.23.0-r0) 18:03:57 (19/33) Installing py3-msgpack (1.0.0-r0) 18:03:57 (20/33) Installing py3-lockfile (0.12.2-r3) 18:03:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:03:57 (22/33) Installing py3-colorama (0.4.3-r0) 18:03:57 (23/33) Installing py3-distlib (0.3.0-r0) 18:03:57 (24/33) Installing py3-distro (1.5.0-r1) 18:03:57 (25/33) Installing py3-webencodings (0.5.1-r3) 18:03:57 (26/33) Installing py3-html5lib (1.0.1-r4) 18:03:57 (27/33) Installing py3-pytoml (0.1.21-r0) 18:03:57 (28/33) Installing py3-pep517 (0.8.2-r0) 18:03:57 (29/33) Installing py3-progress (1.5-r0) 18:03:57 (30/33) Installing py3-toml (0.10.1-r0) 18:03:57 (31/33) Installing py3-retrying (1.3.3-r0) 18:03:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:03:57 (33/33) Installing py3-pip (20.1.1-r0) 18:03:58 Executing busybox-1.31.1-r19.trigger 18:03:58 OK: 71 MiB in 55 packages 18:03:58 Removing intermediate container 3878fed65876 18:03:58 ---> d759dc42051b 18:03:58 18:03:58 Successfully built d759dc42051b 18:03:58 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:03:58  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 18:04:05 Removing intermediate container a9533532e464 18:04:05 ---> 71ba7fd13baf 18:04:05 Step 20/26 : RUN pip install docker-compose==1.23.2 18:04:05 ---> Running in 8b25f835bd80 18:04:11 Collecting docker-compose==1.23.2 18:04:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:04:12 Collecting jsonschema<3,>=2.5.1 18:04:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:04:12 Collecting docopt<0.7,>=0.6.1 18:04:12 Downloading docopt-0.6.2.tar.gz (25 kB) 18:04:15 Collecting dockerpty<0.5,>=0.4.1 18:04:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:04:17 Collecting websocket-client<1.0,>=0.32.0 18:04:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:04:18 Collecting cached-property<2,>=1.2.0 18:04:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:04:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:04:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:04:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:04:20 Collecting PyYAML<4,>=3.10 18:04:20 Downloading PyYAML-3.13.tar.gz (270 kB) 18:04:24 Collecting texttable<0.10,>=0.9.0 18:04:24 Downloading texttable-0.9.1.tar.gz (11 kB) 18:04:26 Collecting docker<4.0,>=3.6.0 18:04:26 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:04:26 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:04:27 Collecting idna<2.8,>=2.5 18:04:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:04:27 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:04:28 Collecting urllib3<1.25,>=1.21.1 18:04:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:04:28 Collecting docker-pycreds>=0.4.0 18:04:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:04:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:04:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:04:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:04:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:04:29 Installing collected packages: jsonschema, docopt, dockerpty, websocket-client, cached-property, idna, urllib3, requests, PyYAML, texttable, docker-pycreds, docker, docker-compose 18:04:30 Running setup.py install for docopt: started 18:04:32 Running setup.py install for docopt: finished with status 'done' 18:04:32 Running setup.py install for dockerpty: started 18:04:34 Running setup.py install for dockerpty: finished with status 'done' 18:04:34 Attempting uninstall: idna 18:04:34 Found existing installation: idna 2.9 18:04:34 Uninstalling idna-2.9: 18:04:34 Successfully uninstalled idna-2.9 18:04:35 Attempting uninstall: urllib3 18:04:35 Found existing installation: urllib3 1.25.9 18:04:35 Uninstalling urllib3-1.25.9: 18:04:35 Successfully uninstalled urllib3-1.25.9 18:04:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:04:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:04:36 ---> db7939673844 18:04:36 Step 3/23 : WORKDIR /edgex-go 18:04:36 ---> Using cache 18:04:36 ---> 8c2a66fd702f 18:04:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:04:36 ---> Using cache 18:04:36 ---> ed767a1004d9 18:04:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:04:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:04:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:04:36 ---> db7939673844 18:04:36 Step 3/23 : WORKDIR /edgex-go 18:04:36 ---> Using cache 18:04:36 ---> 8c2a66fd702f 18:04:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:04:36 ---> Using cache 18:04:36 ---> ed767a1004d9 18:04:36 Step 5/23 : RUN apk add --update --no-cache make git 18:04:36 ---> Using cache 18:04:36 ---> 90d86b32bd85 18:04:36 Step 6/23 : COPY go.mod . 18:04:36 ---> Using cache 18:04:36 ---> 9951f45985a2 18:04:36 Step 7/23 : RUN go mod download 18:04:36 ---> Using cache 18:04:36 ---> 7296a883c385 18:04:36 Step 8/23 : COPY . . 18:04:36 ---> Using cache 18:04:36 ---> 985149d826a7 18:04:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:04:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:04:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:04:36 ---> db7939673844 18:04:36 Step 3/22 : WORKDIR /edgex-go 18:04:36 ---> Using cache 18:04:36 ---> 8c2a66fd702f 18:04:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:04:36 ---> Using cache 18:04:36 ---> ed767a1004d9 18:04:36 Step 5/22 : RUN apk add --update --no-cache make git 18:04:36 ---> Using cache 18:04:36 ---> 90d86b32bd85 18:04:36 Step 6/22 : COPY go.mod . 18:04:36 ---> Using cache 18:04:36 ---> 9951f45985a2 18:04:36 Step 7/22 : RUN go mod download 18:04:36 ---> Using cache 18:04:36 ---> 7296a883c385 18:04:36 Step 8/22 : COPY . . 18:04:36 ---> Using cache 18:04:36 ---> 985149d826a7 18:04:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:04:37 Attempting uninstall: requests 18:04:37 Found existing installation: requests 2.23.0 18:04:37 Uninstalling requests-2.23.0: 18:04:37 Successfully uninstalled requests-2.23.0 18:04:38 Running setup.py install for PyYAML: started 18:04:40 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:04:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:04:40 ---> db7939673844 18:04:40 Step 3/21 : WORKDIR /edgex-go 18:04:40 ---> Using cache 18:04:40 ---> 8c2a66fd702f 18:04:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:04:40 ---> Using cache 18:04:40 ---> ed767a1004d9 18:04:40 Step 5/21 : RUN apk add --update --no-cache make git 18:04:40 ---> Using cache 18:04:40 ---> 90d86b32bd85 18:04:40 Step 6/21 : COPY go.mod . 18:04:40 ---> Using cache 18:04:40 ---> 9951f45985a2 18:04:40 Step 7/21 : RUN go mod download 18:04:40 ---> Using cache 18:04:40 ---> 7296a883c385 18:04:40 Step 8/21 : COPY . . 18:04:40 ---> Using cache 18:04:40 ---> 985149d826a7 18:04:40 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:04:40 Running setup.py install for PyYAML: finished with status 'done' 18:04:40 Running setup.py install for texttable: started 18:04:42 ---> Running in f5bc9b027009 18:04:42 ---> Running in 837420a39870 18:04:42 ---> Running in f018563b9ede 18:04:42 ---> Running in 5c9fcf737380 18:04:42 Running setup.py install for texttable: finished with status 'done' 18:04:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:04:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:04:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:04:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:04:45 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 18:04:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:04:46 OK: 217 MiB in 51 packages 18:04:48 Removing intermediate container f018563b9ede 18:04:48 ---> a7ff7c558648 18:04:48 Step 6/23 : COPY go.mod . 18:04:50 ---> f23552b44948 18:04:50 Step 7/23 : RUN go mod download 18:04:50 ---> Running in eb871d9cb04b 18:04:51 Removing intermediate container 8b25f835bd80 18:04:51 ---> 6520d8dd21f7 18:04:51 Step 21/26 : RUN apk --no-cache add curl 18:04:51 ---> Running in 9be8fa997853 18:04:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:04:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:04:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:04:54 (2/3) Installing libcurl (7.69.1-r3) 18:04:54 (3/3) Installing curl (7.69.1-r3) 18:04:54 Executing busybox-1.31.1-r19.trigger 18:04:54 OK: 71 MiB in 58 packages 18:04:56 Removing intermediate container eb871d9cb04b 18:04:56 ---> 24590aec65cc 18:04:56 Step 8/23 : COPY . . 18:04:56 Removing intermediate container 9be8fa997853 18:04:56 ---> 7b5cc92e2690 18:04:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:04:56 ---> Running in 14e12ab940f6 18:04:58 Removing intermediate container 14e12ab940f6 18:04:58 ---> 63c7fcc3aabe 18:04:58 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:04:58 ---> Running in 4347aef3ea5e 18:04:59 Removing intermediate container 4347aef3ea5e 18:04:59 ---> 0260d06b3383 18:04:59 Step 24/26 : LABEL arch=arm64 18:05:00 ---> Running in 09b87c9a3264 18:05:01 Removing intermediate container 09b87c9a3264 18:05:01 ---> 18d7531ee643 18:05:01 Step 25/26 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 18:05:01 ---> Running in 3a6cdbbda0bf 18:05:03 Removing intermediate container 3a6cdbbda0bf 18:05:03 ---> c8774b6682a2 18:05:03 Step 26/26 : LABEL version=0.0.0 18:05:03 ---> Running in 037cb8d82b30 18:05:05 Removing intermediate container 037cb8d82b30 18:05:05 ---> 6884c9d0f3c8 18:05:05 18:05:05 Successfully built 6884c9d0f3c8 18:05:05 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:05:15  Building docker-sys-mgmt-agent-go ... done  ---> cec53a7bc2df 18:05:15 Step 9/23 : RUN make cmd/core-data/core-data 18:05:16 ---> Running in 8811336a6029 18:05:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:06:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:06:15 Removing intermediate container 5c9fcf737380 18:06:15 ---> 8883f7d195a2 18:06:15 18:06:15 Step 10/21 : FROM alpine:3.12 18:06:15 ---> d10569e2745f 18:06:15 Step 11/21 : RUN apk add --update --no-cache curl 18:06:15 ---> Running in 8d1ce2e2709d 18:06:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:16 (1/4) Installing ca-certificates (20191127-r4) 18:06:17 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:06:17 (3/4) Installing libcurl (7.69.1-r3) 18:06:17 (4/4) Installing curl (7.69.1-r3) 18:06:17 Executing busybox-1.31.1-r19.trigger 18:06:17 Executing ca-certificates-20191127-r4.trigger 18:06:17 OK: 7 MiB in 18 packages 18:06:20 Removing intermediate container 8d1ce2e2709d 18:06:20 ---> 9904ed114d90 18:06:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:06:20 ---> Running in a14999d600d7 18:06:21 Removing intermediate container a14999d600d7 18:06:21 ---> 9a9d7c3b2513 18:06:21 Step 13/21 : WORKDIR /edgex 18:06:21 ---> Running in 7b20e3ab6376 18:06:23 Removing intermediate container 7b20e3ab6376 18:06:23 ---> d00799216cf8 18:06:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:06:24 Removing intermediate container f5bc9b027009 18:06:24 ---> afe17f98f4d1 18:06:24 18:06:24 Step 10/22 : FROM alpine:3.12 18:06:24 ---> d10569e2745f 18:06:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:06:24 ---> Using cache 18:06:24 ---> 3dde113d503d 18:06:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:06:24 ---> Using cache 18:06:24 ---> 6efcdda117e7 18:06:24 Step 13/22 : ENV APP_PORT=48085 18:06:24 ---> Running in f460afae484b 18:06:24 ---> adc623e109b3 18:06:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:06:25 Removing intermediate container f460afae484b 18:06:25 ---> f37dbdc605c5 18:06:25 Step 14/22 : EXPOSE $APP_PORT 18:06:25 ---> Running in 6e5ee184f6a1 18:06:26 Removing intermediate container 6e5ee184f6a1 18:06:26 ---> d30d2a9c4ec9 18:06:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:06:26 ---> 0049f0b57483 18:06:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:06:28 ---> f2f8a1d5fd60 18:06:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:06:29 ---> 7e8fb90d3490 18:06:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:06:30 ---> Running in c512183f65f7 18:06:30 ---> 0849301b11b5 18:06:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:06:31 Removing intermediate container c512183f65f7 18:06:31 ---> d07e5f31fca8 18:06:31 Step 18/21 : CMD ["--init=true"] 18:06:32 ---> Running in 82513d755c2e 18:06:32 ---> 776d63f1d537 18:06:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:06:33 ---> Running in 2bcdc8a5455f 18:06:33 Removing intermediate container 82513d755c2e 18:06:33 ---> c517564046bd 18:06:33 Step 19/21 : LABEL arch=arm64 18:06:33 ---> Running in 02792b85e587 18:06:34 Removing intermediate container 2bcdc8a5455f 18:06:34 ---> 72d26d9cf9cb 18:06:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:06:34 ---> Running in 2f3debb0703f 18:06:34 Removing intermediate container 02792b85e587 18:06:34 ---> dc6926589c76 18:06:34 Step 20/21 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 18:06:35 ---> Running in 88e4511afb70 18:06:35 Removing intermediate container 2f3debb0703f 18:06:35 ---> 6e2209e043fa 18:06:35 Step 20/22 : LABEL arch=arm64 18:06:35 Removing intermediate container 837420a39870 18:06:35 ---> 3f7847876723 18:06:35 18:06:35 Step 10/23 : FROM alpine:3.12 18:06:35 ---> d10569e2745f 18:06:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:06:35 ---> Using cache 18:06:35 ---> 3dde113d503d 18:06:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:06:35 ---> Using cache 18:06:35 ---> 6efcdda117e7 18:06:35 Step 13/23 : ENV APP_PORT=48081 18:06:35 ---> Running in a3b9bd32bcd7 18:06:35 Removing intermediate container 88e4511afb70 18:06:35 ---> ba7fda17b155 18:06:35 Step 21/21 : LABEL version=0.0.0 18:06:35 ---> Running in e3e80415c3e9 18:06:35 ---> Running in b2761b45a746 18:06:36 Removing intermediate container a3b9bd32bcd7 18:06:36 ---> d2cc8474bdaf 18:06:36 Step 21/22 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 18:06:36 ---> Running in b08b17321ebb 18:06:36 Removing intermediate container e3e80415c3e9 18:06:36 ---> 816d9f9844bc 18:06:36 Step 14/23 : EXPOSE $APP_PORT 18:06:36 Removing intermediate container b2761b45a746 18:06:36 ---> 8298b4634f00 18:06:36 18:06:36 ---> Running in 9a535abbbf69 18:06:37 Removing intermediate container b08b17321ebb 18:06:37 ---> f8a4bf8e543c 18:06:37 Step 22/22 : LABEL version=0.0.0 18:06:37 Successfully built 8298b4634f00 18:06:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:06:37  Building docker-security-proxy-setup-go ... done Removing intermediate container 9a535abbbf69 18:06:37 ---> af0e156789ac 18:06:37 Step 15/23 : WORKDIR / 18:06:37 ---> Running in 5248261f8971 18:06:37 ---> Running in ab2ea886e0e7 18:06:38 Removing intermediate container 5248261f8971 18:06:38 ---> c3ed54c7ad6b 18:06:38 18:06:38 Removing intermediate container ab2ea886e0e7 18:06:38 ---> 8fadf1870095 18:06:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:06:38 Successfully built c3ed54c7ad6b 18:06:38 Successfully tagged docker-support-scheduler-go-arm64:latest 18:06:39  Building docker-support-scheduler-go ... done  ---> 69b81aa63428 18:06:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:06:41 ---> 694570f78f1a 18:06:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:06:42 ---> 673ab244eb23 18:06:42 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:06:42 ---> Running in 1d45f811a883 18:06:42 Removing intermediate container 1d45f811a883 18:06:42 ---> 2fc5c4e82e10 18:06:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:06:42 ---> Running in 984a8a92b9a4 18:06:43 Removing intermediate container 984a8a92b9a4 18:06:43 ---> e9d1a30b841a 18:06:43 Step 21/23 : LABEL arch=arm64 18:06:43 ---> Running in 3ce21b382370 18:06:44 Removing intermediate container 3ce21b382370 18:06:44 ---> 413385466b0c 18:06:44 Step 22/23 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 18:06:44 ---> Running in 49e8181eb53e 18:06:44 Removing intermediate container 49e8181eb53e 18:06:44 ---> 9e273f37d936 18:06:44 Step 23/23 : LABEL version=0.0.0 18:06:44 ---> Running in 7fd4ebbc296c 18:06:45 Removing intermediate container 7fd4ebbc296c 18:06:45 ---> 8eb3050c40e8 18:06:45 18:06:45 Successfully built 8eb3050c40e8 18:06:45 Successfully tagged docker-core-metadata-go-arm64:latest 18:06:49  Building docker-core-metadata-go ... done Removing intermediate container 8811336a6029 18:06:49 ---> 7f1e266fdb7e 18:06:49 18:06:49 Step 10/23 : FROM alpine:3.12 18:06:49 ---> d10569e2745f 18:06:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:06:49 ---> Running in 12f4bba53ab2 18:06:49 Removing intermediate container 12f4bba53ab2 18:06:49 ---> ecadbe902a50 18:06:49 Step 12/23 : ENV APP_PORT=48080 18:06:50 ---> Running in 92022e5538a8 18:06:50 Removing intermediate container 92022e5538a8 18:06:50 ---> 4b3ee870f214 18:06:50 Step 13/23 : EXPOSE $APP_PORT 18:06:50 ---> Running in 1f7ec55fbe20 18:06:50 Removing intermediate container 1f7ec55fbe20 18:06:50 ---> a965dceae858 18:06:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:50 ---> Running in 6b69b87b3e30 18:06:52 Removing intermediate container 6b69b87b3e30 18:06:52 ---> 1bb76b054320 18:06:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:06:53 ---> Running in 618307ead0b3 18:06:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:55 (1/6) Installing dumb-init (1.2.2-r1) 18:06:55 (2/6) Installing libgcc (9.3.0-r2) 18:06:55 (3/6) Installing libsodium (1.0.18-r0) 18:06:55 (4/6) Installing libstdc++ (9.3.0-r2) 18:06:55 (5/6) Installing libzmq (4.3.3-r0) 18:06:56 (6/6) Installing zeromq (4.3.3-r0) 18:06:56 Executing busybox-1.31.1-r19.trigger 18:06:56 OK: 8 MiB in 20 packages 18:06:57 Removing intermediate container 618307ead0b3 18:06:57 ---> c991f0f6fdce 18:06:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:06:58 ---> 9c7d7533827f 18:06:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:06:59 ---> ee36889abef5 18:06:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:07:00 ---> a875a4f3cb95 18:07:00 Step 19/23 : ENTRYPOINT ["/core-data"] 18:07:00 ---> Running in e40deedcb7a5 18:07:00 Removing intermediate container e40deedcb7a5 18:07:00 ---> b5c9b4ba6ffd 18:07:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:07:01 ---> Running in 66f05b4f51d5 18:07:01 Removing intermediate container 66f05b4f51d5 18:07:01 ---> f91bf3657be1 18:07:01 Step 21/23 : LABEL arch=arm64 18:07:01 ---> Running in f20c7ae5f9c0 18:07:02 Removing intermediate container f20c7ae5f9c0 18:07:02 ---> 93d5b06295cd 18:07:02 Step 22/23 : LABEL git_sha=4f076f4beeda93396ba34c663d86c35b2b729b6a 18:07:02 ---> Running in 26cc59c698ee 18:07:02 Removing intermediate container 26cc59c698ee 18:07:02 ---> 963ab032a9d2 18:07:02 Step 23/23 : LABEL version=0.0.0 18:07:03 ---> Running in 8b5dd8bf815a 18:07:04 Removing intermediate container 8b5dd8bf815a 18:07:04 ---> f119f188abcc 18:07:04 18:07:04 Successfully built f119f188abcc 18:07:04 Successfully tagged docker-core-data-go-arm64:latest 18:07:04  Building docker-core-data-go ... done  [Pipeline] } 18:07:04 $ docker stop --time=1 ebe7cd33bf262df5bd6b9a1bfe66e7497e789e3b0ff8f5339d5c1086a81078e7 18:07:06 $ docker rm -f ebe7cd33bf262df5bd6b9a1bfe66e7497e789e3b0ff8f5339d5c1086a81078e7 [Pipeline] // withDockerContainer [Pipeline] sh 18:07:07 + docker images 18:07:07 + grep docker 18:07:07 docker-core-data-go-arm64 latest f119f188abcc 4 seconds ago 21.1MB 18:07:07 docker-core-metadata-go-arm64 latest 8eb3050c40e8 22 seconds ago 17.9MB 18:07:07 docker-support-scheduler-go-arm64 latest c3ed54c7ad6b 30 seconds ago 16.3MB 18:07:07 docker-security-proxy-setup-go-arm64 latest 8298b4634f00 31 seconds ago 23.4MB 18:07:07 docker-sys-mgmt-agent-go-arm64 latest 6884c9d0f3c8 2 minutes ago 300MB 18:07:07 docker-security-bootstrapper-go-arm64 latest d759dc42051b 3 minutes ago 17.3MB 18:07:07 docker-support-notifications-go-arm64 latest 00d2ff154015 3 minutes ago 16.8MB 18:07:07 docker-core-command-go-arm64 latest 276e506c7717 3 minutes ago 16.2MB 18:07:07 docker-security-secretstore-setup-go-arm64 latest c5817ebe6d37 3 minutes ago 23.7MB 18:07:07 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:07:08 ---> job-cost.sh 18:07:08 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-SpnC 18:07:47 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:10:09 lf-activate-venv(): INFO: Adding /tmp/venv-SpnC/bin to PATH 18:10:09 INFO: No Stack... 18:10:09 INFO: Retrieving Pricing Info for: lf-standard-4 18:10:09 INFO: Archiving Costs [Pipeline] sh 18:10:09 + + cut -d, -f6 18:10:09 cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock 18:10:09 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3193-3-stack-cost] 18:10:09 Resource [jenkins-edgexfoundry-edgex-go-PR-3193-3-stack-cost] did not exist. Created. 18:10:09 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3193-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:10:10 + echo total: 0.20999999344348907 [Pipeline] stash 18:10:10 Stashed 1 file(s) [Pipeline] } 18:10:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3193-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:10:13 provisioning config files... 18:10:13 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7185320545981287281tmp [Pipeline] { [Pipeline] sh 18:10:13 + set +x 18:10:13 + curl -s https://codecov.io/bash 18:10:13 + bash -s -- 18:10:14 18:10:14 _____ _ 18:10:14 / ____| | | 18:10:14 | | ___ __| | ___ ___ _____ __ 18:10:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:10:14 | |___| (_) | (_| | __/ (_| (_) \ V / 18:10:14 \_____\___/ \__,_|\___|\___\___/ \_/ 18:10:14 Bash-20210129-7c25fce 18:10:14 18:10:14 18:10:14 ==> git version 2.24.3 found 18:10:14 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:10:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:10:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:10:14 ==> Jenkins CI detected. 18:10:14 project root: . 18:10:14 --> token set from env 18:10:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:10:14 ==> Running gcov in . (disable via -X gcov) 18:10:14 ==> Python coveragepy not found 18:10:14 ==> Searching for coverage reports in: 18:10:14 + . 18:10:14 -> Found 1 reports 18:10:14 ==> Detecting git/mercurial file structure 18:10:14 ==> Reading reports 18:10:14 + ./coverage.out bytes=597902 18:10:14 ==> Appending adjustments 18:10:14 https://docs.codecov.io/docs/fixing-reports 18:10:18 + Found adjustments 18:10:18 ==> Gzipping contents 18:10:18 88K /tmp/codecov.Yz4Znr.gz 18:10:18 ==> Uploading reports 18:10:18 url: https://codecov.io 18:10:18 query: branch=PR-3193&commit=4f076f4beeda93396ba34c663d86c35b2b729b6a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3193%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3193&job=&cmd_args= 18:10:18 -> Pinging Codecov 18:10:18 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3193&commit=4f076f4beeda93396ba34c663d86c35b2b729b6a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3193%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3193&job=&cmd_args= 18:10:20 -> Uploading to 18:10:20 https://storage.googleapis.com/codecov/v4/raw/2021-02-25/00271124DB129430A58F1EEE437C3FCB/4f076f4beeda93396ba34c663d86c35b2b729b6a/4cebef6a-ff38-4a73-bf9c-66d71b1c6745.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T181019Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e8eea7005f90e134d9c053f86662ecfcd396db7b23fac7ec55f21ab10fb8898a 18:10:20 % Total % Received % Xferd Average Speed Time Time Time Current 18:10:20 Dload Upload Total Spent Left Speed 18:10:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89170 0 0 100 89170 0 142k --:--:-- --:--:-- --:--:-- 142k 18:10:20 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4f076f4beeda93396ba34c663d86c35b2b729b6a [Pipeline] } 18:10:20 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 18:10:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:10:23 ---> package-listing.sh 18:10:23 ++ facter osfamily 18:10:23 ++ tr '[:upper:]' '[:lower:]' 18:10:23 + OS_FAMILY=redhat 18:10:23 + workspace=/w/workspace/edgex-go/3 18:10:23 + START_PACKAGES=/tmp/packages_start.txt 18:10:23 + END_PACKAGES=/tmp/packages_end.txt 18:10:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:10:23 + PACKAGES=/tmp/packages_start.txt 18:10:23 + '[' /w/workspace/edgex-go/3 ']' 18:10:23 + PACKAGES=/tmp/packages_end.txt 18:10:23 + case "${OS_FAMILY}" in 18:10:23 + rpm -qa 18:10:23 + sort 18:10:28 + '[' -f /tmp/packages_start.txt ']' 18:10:28 + '[' -f /tmp/packages_end.txt ']' 18:10:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:10:28 + '[' /w/workspace/edgex-go/3 ']' 18:10:28 + mkdir -p /w/workspace/edgex-go/3/archives/ 18:10:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 18:10:28 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:10:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:10:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:10:29 18:10:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:10:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:10:29 alpine: Pulling from edgex-lftools-log-publisher 18:10:29 df20fa9351a1: Pulling fs layer 18:10:29 36b3adc4ff6f: Pulling fs layer 18:10:29 8ad3a11d3b57: Pulling fs layer 18:10:29 46f8f816bc3b: Pulling fs layer 18:10:29 93b61091891f: Pulling fs layer 18:10:29 93b9cdb0e59b: Pulling fs layer 18:10:29 5e14af77c1be: Pulling fs layer 18:10:29 01666e4c0597: Pulling fs layer 18:10:29 aa168da1d23b: Pulling fs layer 18:10:29 93b9cdb0e59b: Waiting 18:10:29 5e14af77c1be: Waiting 18:10:29 01666e4c0597: Waiting 18:10:29 aa168da1d23b: Waiting 18:10:29 46f8f816bc3b: Waiting 18:10:29 93b61091891f: Waiting 18:10:29 36b3adc4ff6f: Verifying Checksum 18:10:29 36b3adc4ff6f: Download complete 18:10:29 46f8f816bc3b: Verifying Checksum 18:10:29 46f8f816bc3b: Download complete 18:10:29 df20fa9351a1: Verifying Checksum 18:10:29 df20fa9351a1: Download complete 18:10:29 93b9cdb0e59b: Verifying Checksum 18:10:29 93b9cdb0e59b: Download complete 18:10:29 93b61091891f: Download complete 18:10:29 5e14af77c1be: Verifying Checksum 18:10:29 5e14af77c1be: Download complete 18:10:29 01666e4c0597: Verifying Checksum 18:10:29 01666e4c0597: Download complete 18:10:30 8ad3a11d3b57: Verifying Checksum 18:10:30 df20fa9351a1: Pull complete 18:10:30 36b3adc4ff6f: Pull complete 18:10:31 8ad3a11d3b57: Pull complete 18:10:31 46f8f816bc3b: Pull complete 18:10:32 aa168da1d23b: Verifying Checksum 18:10:32 aa168da1d23b: Download complete 18:10:34 93b61091891f: Pull complete 18:10:34 93b9cdb0e59b: Pull complete 18:10:34 5e14af77c1be: Pull complete 18:10:34 01666e4c0597: Pull complete 18:10:47 aa168da1d23b: Pull complete 18:10:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:10:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:10:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:10:47 prd-centos7-docker-4c-2g-27689 does not seem to be running inside a container 18:10:47 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:10:52 $ docker top 04170429807bdd70343ac91a599971e3e4e29daeab3dbc9fd9575b6c1cfbfd00 -eo pid,comm [Pipeline] { [Pipeline] sh 18:10:53 + touch /tmp/pre-build-complete [Pipeline] sh 18:10:53 + mkdir -p /var/log/sa [Pipeline] sh 18:10:54 + ls /var/log/sa-host 18:10:54 + sadf -c /var/log/sa-host/sa23 18:10:54 file_magic: OK 18:10:54 HZ: Using current value: 100 18:10:54 file_header: OK 18:10:54 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:10:54 Statistics: 18:10:54 Hnuu...uuuununununu... 18:10:54 File successfully converted to sysstat format version 12.2.1 18:10:54 + sadf -c /var/log/sa-host/sa25 18:10:54 file_magic: OK 18:10:54 HZ: Using current value: 100 18:10:54 file_header: OK 18:10:54 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:10:54 Statistics: 18:10:54 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:10:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:10:54 provisioning config files... 18:10:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1814457213269019951tmp [Pipeline] { [Pipeline] echo 18:10:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:10:55 ---> create-netrc.sh [Pipeline] } 18:10:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:10:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:10:55 ---> python-tools-install.sh [Pipeline] echo 18:10:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:10:55 ---> sudo-logs.sh 18:10:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:10:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:10:56 ---> job-cost.sh 18:10:56 lf-activate-venv: SKIPPING 18:10:56 DEBUG: total: 0.20999999344348907 18:10:56 INFO: Retrieving Stack Cost... 18:10:57 INFO: Retrieving Pricing Info for: v1-standard-2 18:10:57 INFO: Archiving Costs [Pipeline] echo 18:10:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:10:58 ---> logs-deploy.sh 18:10:58 lf-activate-venv: SKIPPING 18:10:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3193/3 18:10:58 INFO: archiving workspace using pattern(s): 18:10:59 Archives upload complete. 18:10:59 INFO: archiving logs to Nexus 18:11:01 ---> uname -a: 18:11:01 Linux prd-centos7-docker-4c-2g-27689.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:11:01 18:11:01 18:11:01 ---> lscpu: 18:11:01 Architecture: x86_64 18:11:01 CPU op-mode(s): 32-bit, 64-bit 18:11:01 Byte Order: Little Endian 18:11:01 Address sizes: 40 bits physical, 48 bits virtual 18:11:01 CPU(s): 4 18:11:01 On-line CPU(s) list: 0-3 18:11:01 Thread(s) per core: 1 18:11:01 Core(s) per socket: 1 18:11:01 Socket(s): 4 18:11:01 NUMA node(s): 1 18:11:01 Vendor ID: GenuineIntel 18:11:01 CPU family: 6 18:11:01 Model: 44 18:11:01 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:11:01 Stepping: 1 18:11:01 CPU MHz: 2933.442 18:11:01 BogoMIPS: 5866.88 18:11:01 Virtualization: VT-x 18:11:01 Hypervisor vendor: KVM 18:11:01 Virtualization type: full 18:11:01 L1d cache: 128 KiB 18:11:01 L1i cache: 128 KiB 18:11:01 L2 cache: 16 MiB 18:11:01 L3 cache: 64 MiB 18:11:01 NUMA node0 CPU(s): 0-3 18:11:01 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:11:01 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:11:01 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:11:01 Vulnerability Meltdown: Mitigation; PTI 18:11:01 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:11:01 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:11:01 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:11:01 Vulnerability Srbds: Not affected 18:11:01 Vulnerability Tsx async abort: Not affected 18:11:01 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:11:01 18:11:01 18:11:01 ---> nproc: 18:11:01 4 18:11:01 18:11:01 18:11:01 ---> df -h: 18:11:01 Filesystem Size Used Available Use% Mounted on 18:11:01 overlay 50.0G 12.2G 37.8G 24% / 18:11:01 tmpfs 64.0M 0 64.0M 0% /dev 18:11:01 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:11:01 shm 64.0M 0 64.0M 0% /dev/shm 18:11:01 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 18:11:01 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 18:11:01 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 18:11:01 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 18:11:01 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 18:11:01 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 18:11:01 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 18:11:01 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 18:11:01 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3 18:11:01 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/3@tmp 18:11:01 18:11:01 18:11:01 ---> free -m: 18:11:01 total used free shared buff/cache available 18:11:01 Mem: 1837 733 239 0 864 1025 18:11:01 Swap: 1023 72 951 18:11:01 18:11:01 18:11:01 ---> ip addr: 18:11:01 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:11:01 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:11:01 inet 127.0.0.1/8 scope host lo 18:11:01 valid_lft forever preferred_lft forever 18:11:01 inet6 ::1/128 scope host 18:11:01 valid_lft forever preferred_lft forever 18:11:01 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:11:01 link/ether fa:16:3e:98:8f:11 brd ff:ff:ff:ff:ff:ff 18:11:01 inet 10.30.123.29/23 brd 10.30.123.255 scope global dynamic eth0 18:11:01 valid_lft 84912sec preferred_lft 84912sec 18:11:01 inet6 fe80::f816:3eff:fe98:8f11/64 scope link 18:11:01 valid_lft forever preferred_lft forever 18:11:01 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:11:01 link/ether 02:42:f5:95:21:8c brd ff:ff:ff:ff:ff:ff 18:11:01 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:11:01 valid_lft forever preferred_lft forever 18:11:01 inet6 fe80::42:f5ff:fe95:218c/64 scope link 18:11:01 valid_lft forever preferred_lft forever 18:11:01 18:11:01 18:11:01 ---> sar -b -r -n DEV: 18:11:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 18:11:01 18:11:01 17:45:59 LINUX RESTART (4 CPU) 18:11:01 18:11:01 17:47:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:11:01 17:48:01 189.34 84.25 105.10 0.00 10322.43 41835.18 0.00 18:11:01 17:49:01 256.68 106.07 150.62 0.00 4352.66 25372.27 0.00 18:11:01 17:50:01 131.13 45.25 85.89 0.00 1548.80 11667.22 0.00 18:11:01 17:51:01 126.00 48.96 77.04 0.00 3035.53 10910.80 0.00 18:11:01 17:52:02 1024.76 760.78 263.98 0.00 93824.02 163424.91 0.00 18:11:01 17:53:01 2683.68 2334.74 348.94 0.00 149627.60 154441.10 0.00 18:11:01 17:54:05 315.88 87.45 228.43 0.00 15885.52 59335.56 0.00 18:11:01 17:55:01 2155.98 1803.97 352.02 0.00 130146.45 146644.63 0.00 18:11:01 17:56:01 909.68 633.17 276.50 0.00 42727.10 54346.91 0.00 18:11:01 17:57:01 11.21 5.91 5.29 0.00 106.29 154.90 0.00 18:11:01 17:58:02 2.93 2.71 0.22 0.00 118.13 2.41 0.00 18:11:01 17:59:01 0.27 0.02 0.25 0.00 0.27 3.30 0.00 18:11:01 18:00:01 0.45 0.20 0.25 0.00 2.53 2.73 0.00 18:11:01 18:01:01 2.00 1.68 0.32 0.00 54.49 4.26 0.00 18:11:01 18:02:01 1.25 0.38 0.87 0.00 24.23 16.56 0.00 18:11:01 18:03:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 18:11:01 18:04:01 0.25 0.05 0.20 0.00 1.20 1.75 0.00 18:11:01 18:05:01 0.35 0.13 0.22 0.00 80.63 3.78 0.00 18:11:01 18:06:01 0.33 0.05 0.28 0.00 0.67 4.56 0.00 18:11:01 18:07:01 0.32 0.12 0.20 0.00 1.07 1.78 0.00 18:11:01 18:08:01 0.17 0.00 0.17 0.00 0.00 1.65 0.00 18:11:01 18:09:01 0.20 0.00 0.20 0.00 0.00 1.93 0.00 18:11:01 18:10:01 2.55 2.21 0.33 0.00 47.29 4.26 0.00 18:11:01 Average: 334.86 252.69 82.18 0.00 19349.05 28811.42 0.00 18:11:01 18:11:01 17:47:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:11:01 17:48:01 76820 0 703912 37.41 2524 1098288 1542732 52.65 631120 920472 104408 18:11:01 17:49:01 164808 0 776868 41.29 1492 938376 1730176 59.05 617476 819772 57444 18:11:01 17:50:01 342752 0 785164 41.73 768 752860 1629856 55.62 555784 693444 2492 18:11:01 17:51:01 411652 0 689256 36.63 700 779936 1093736 37.33 519524 676800 20 18:11:01 17:52:02 355204 0 696204 37.00 48 830088 1999448 68.24 558016 754868 8 18:11:01 17:53:01 76876 0 1334200 70.91 48 470420 4216504 143.90 859688 685072 368 18:11:01 17:54:05 68692 0 714248 37.96 48 1098556 1488660 50.81 703532 850308 221044 18:11:01 17:55:01 73228 0 802472 42.65 48 1005796 2301980 78.56 701372 862200 62260 18:11:01 17:56:01 412092 0 649452 34.52 48 819952 1406652 48.01 523744 693268 20 18:11:01 17:57:01 438876 0 620332 32.97 48 822288 1160320 39.60 516656 674860 12 18:11:01 17:58:02 436632 0 619760 32.94 48 825104 1150176 39.25 516564 678108 8 18:11:01 17:59:01 438124 0 618248 32.86 48 825124 1143924 39.04 515664 678164 8 18:11:01 18:00:01 437336 0 619028 32.90 48 825132 1144068 39.05 516464 678236 8 18:11:01 18:01:01 435916 0 619532 32.93 48 826048 1146264 39.12 516636 678560 20 18:11:01 18:02:01 434448 0 620296 32.97 48 826752 1144540 39.06 517064 679160 16 18:11:01 18:03:01 435072 0 619660 32.93 48 826764 1144504 39.06 516904 679160 12 18:11:01 18:04:01 435116 0 619612 32.93 48 826768 1144576 39.06 516928 679196 20 18:11:01 18:05:01 432196 0 620076 32.96 48 829224 1144552 39.06 517212 681576 16 18:11:01 18:06:01 432280 0 620020 32.95 48 829196 1144564 39.06 517176 681588 8 18:11:01 18:07:01 432296 0 619992 32.95 48 829208 1144504 39.06 516656 681628 16 18:11:01 18:08:01 432928 0 619356 32.92 48 829212 1144432 39.06 516572 681628 12 18:11:01 18:09:01 432936 0 619340 32.92 48 829220 1144432 39.06 516576 681628 8 18:11:01 18:10:01 428520 0 622924 33.11 48 830052 1147592 39.17 518684 681880 32 18:11:01 Average: 350643 0 688259 36.58 278 842364 1454704 49.65 561131 716155 19490 18:11:01 18:11:01 17:47:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:11:01 17:48:01 eth0 1144.76 1181.62 6029.78 133.97 0.00 0.00 0.00 0.00 18:11:01 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:48:01 docker0 868.22 775.87 71.65 2765.34 0.00 0.00 0.00 0.00 18:11:01 17:49:01 eth0 215.76 171.39 867.11 29.17 0.00 0.00 0.00 0.00 18:11:01 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:49:01 veth362b78b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:11:01 17:49:01 docker0 149.50 177.33 10.44 833.27 0.00 0.00 0.00 0.00 18:11:01 17:50:01 eth0 26.46 14.15 20.24 10.88 0.00 0.00 0.00 0.00 18:11:01 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:50:01 veth362b78b 1.93 1.93 0.15 0.15 0.00 0.00 0.00 0.00 18:11:01 17:50:01 docker0 1.93 1.93 0.13 0.15 0.00 0.00 0.00 0.00 18:11:01 17:51:01 eth0 29.58 15.78 24.89 12.71 0.00 0.00 0.00 0.00 18:11:01 17:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:52:02 veth17cb2e8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:11:01 17:52:02 veth23c1839 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:52:02 vethd5d50f9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:52:02 eth0 206.67 174.42 1690.22 91.48 0.00 0.00 0.00 0.00 18:11:01 17:53:01 veth17cb2e8 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 18:11:01 17:53:01 veth1f8b7fe 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 18:11:01 17:53:01 vethf35364b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:53:01 eth0 51.25 28.24 168.75 11.88 0.00 0.00 0.00 0.00 18:11:01 17:54:05 veth17cb2e8 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 18:11:01 17:54:05 eth0 208.50 129.60 1593.16 66.41 0.00 0.00 0.00 0.00 18:11:01 17:54:05 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 18:11:01 17:54:05 veth62732e4 14.97 46.82 0.98 242.67 0.00 0.00 0.00 0.00 18:11:01 17:55:01 veth17cb2e8 0.00 0.11 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:55:01 veth13b94f2 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 18:11:01 17:55:01 eth0 88.35 56.99 170.29 81.94 0.00 0.00 0.00 0.00 18:11:01 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:56:01 eth0 104.74 64.43 193.80 75.22 0.00 0.00 0.00 0.00 18:11:01 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:56:01 docker0 1068.17 1089.87 84.45 4333.52 0.00 0.00 0.00 0.00 18:11:01 17:57:01 eth0 3.68 2.15 3.46 1.30 0.00 0.00 0.00 0.00 18:11:01 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:58:02 eth0 1.43 0.38 0.34 0.21 0.00 0.00 0.00 0.00 18:11:01 17:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:58:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:59:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:11:01 17:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 17:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:00:01 eth0 0.52 0.33 0.27 0.20 0.00 0.00 0.00 0.00 18:11:01 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:11:01 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:02:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 18:11:01 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:03:01 eth0 0.18 0.18 0.07 0.01 0.00 0.00 0.00 0.00 18:11:01 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:04:01 eth0 1.67 0.30 0.38 0.17 0.00 0.00 0.00 0.00 18:11:01 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:05:01 eth0 0.97 0.28 0.32 0.23 0.00 0.00 0.00 0.00 18:11:01 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:06:01 eth0 0.45 0.23 0.27 0.19 0.00 0.00 0.00 0.00 18:11:01 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:07:01 eth0 0.28 0.17 0.14 0.07 0.00 0.00 0.00 0.00 18:11:01 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:08:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:11:01 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:09:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:10:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:11:01 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 Average: eth0 89.74 78.91 464.98 22.30 0.00 0.00 0.00 0.00 18:11:01 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:01 Average: docker0 46.60 47.55 3.68 189.07 0.00 0.00 0.00 0.00 18:11:01 18:11:01 18:11:01 ---> sar -P ALL: 18:11:01 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 18:11:01 18:11:01 17:45:59 LINUX RESTART (4 CPU) 18:11:01 18:11:01 17:47:03 CPU %user %nice %system %iowait %steal %idle 18:11:01 17:48:01 all 16.61 0.00 9.51 1.58 0.39 71.91 18:11:01 17:48:01 0 19.65 0.00 11.63 0.95 0.32 67.45 18:11:01 17:48:01 1 18.31 0.00 8.89 1.76 0.36 70.69 18:11:01 17:48:01 2 13.90 0.00 9.03 2.37 0.48 74.22 18:11:01 17:48:01 3 14.64 0.00 8.51 1.23 0.41 75.22 18:11:01 17:49:01 all 18.57 0.00 8.64 5.72 0.32 66.76 18:11:01 17:49:01 0 18.92 0.00 8.61 5.11 0.32 67.04 18:11:01 17:49:01 1 17.69 0.00 8.09 6.67 0.36 67.19 18:11:01 17:49:01 2 18.58 0.00 9.11 5.07 0.26 66.98 18:11:01 17:49:01 3 19.07 0.00 8.75 6.01 0.34 65.83 18:11:01 17:50:01 all 49.62 0.00 13.03 4.04 0.26 33.05 18:11:01 17:50:01 0 48.91 0.00 12.20 4.40 0.28 34.21 18:11:01 17:50:01 1 48.62 0.00 13.89 5.22 0.28 31.99 18:11:01 17:50:01 2 51.22 0.00 12.60 3.78 0.23 32.18 18:11:01 17:50:01 3 49.75 0.00 13.43 2.76 0.24 33.83 18:11:01 17:51:01 all 44.45 0.00 13.68 4.26 0.20 37.41 18:11:01 17:51:01 0 43.46 0.00 13.32 2.03 0.17 41.02 18:11:01 17:51:01 1 46.62 0.00 13.61 6.09 0.23 33.45 18:11:01 17:51:01 2 44.32 0.00 14.03 5.28 0.24 36.13 18:11:01 17:51:01 3 43.41 0.00 13.74 3.65 0.17 39.02 18:11:01 17:52:02 all 22.53 0.00 24.56 10.73 1.44 40.75 18:11:01 17:52:02 0 24.81 0.00 25.02 11.54 1.49 37.14 18:11:01 17:52:02 1 21.68 0.00 25.18 10.48 1.30 41.37 18:11:01 17:52:02 2 21.34 0.00 24.09 9.79 1.54 43.24 18:11:01 17:52:02 3 22.31 0.00 23.94 11.11 1.41 41.23 18:11:01 17:53:01 all 24.65 0.00 27.31 26.35 1.52 20.17 18:11:01 17:53:01 0 23.20 0.00 27.40 26.28 1.66 21.45 18:11:01 17:53:01 1 25.83 0.00 26.37 28.46 1.56 17.79 18:11:01 17:53:01 2 24.75 0.00 28.44 26.21 1.45 19.15 18:11:01 17:53:01 3 24.84 0.00 27.00 24.42 1.40 22.33 18:11:01 17:54:05 all 50.21 0.00 17.89 16.33 0.69 14.87 18:11:01 17:54:05 0 48.84 0.00 17.58 14.55 0.58 18.45 18:11:01 17:54:05 1 50.60 0.00 18.89 16.02 0.77 13.73 18:11:01 17:54:05 2 51.26 0.00 17.68 17.63 0.66 12.77 18:11:01 17:54:05 3 50.14 0.00 17.44 17.15 0.75 14.52 18:11:01 17:55:01 all 28.31 0.00 25.46 28.77 0.95 16.52 18:11:01 17:55:01 0 26.64 0.00 23.36 27.72 1.03 21.26 18:11:01 17:55:01 1 27.56 0.00 26.70 31.20 0.88 13.66 18:11:01 17:55:01 2 28.11 0.00 26.47 28.79 0.98 15.65 18:11:01 17:55:01 3 30.95 0.00 25.31 27.34 0.89 15.50 18:11:01 17:56:01 all 45.72 0.00 18.28 12.26 0.36 23.38 18:11:01 17:56:01 0 44.63 0.00 18.84 11.54 0.38 24.61 18:11:01 17:56:01 1 45.28 0.00 18.55 13.11 0.45 22.60 18:11:01 17:56:01 2 45.40 0.00 18.15 10.83 0.39 25.24 18:11:01 17:56:01 3 47.56 0.00 17.56 13.55 0.23 21.10 18:11:01 17:57:01 all 0.26 0.00 0.15 0.15 0.01 99.43 18:11:01 17:57:01 0 0.07 0.00 0.10 0.02 0.02 99.80 18:11:01 17:57:01 1 0.08 0.00 0.12 0.03 0.00 99.77 18:11:01 17:57:01 2 0.20 0.00 0.20 0.10 0.02 99.48 18:11:01 17:57:01 3 0.70 0.00 0.17 0.45 0.02 98.67 18:11:01 17:58:02 all 0.17 0.00 0.05 0.05 0.00 99.73 18:11:01 17:58:02 0 0.05 0.00 0.08 0.02 0.00 99.85 18:11:01 17:58:02 1 0.43 0.00 0.05 0.00 0.00 99.52 18:11:01 17:58:02 2 0.07 0.00 0.05 0.15 0.00 99.73 18:11:01 17:58:02 3 0.13 0.00 0.03 0.03 0.00 99.80 18:11:01 18:11:01 17:58:02 CPU %user %nice %system %iowait %steal %idle 18:11:01 17:59:01 all 0.21 0.00 0.25 0.00 0.01 99.53 18:11:01 17:59:01 0 0.08 0.00 0.32 0.00 0.02 99.58 18:11:01 17:59:01 1 0.57 0.00 0.24 0.00 0.02 99.17 18:11:01 17:59:01 2 0.10 0.00 0.22 0.02 0.00 99.66 18:11:01 17:59:01 3 0.07 0.00 0.22 0.00 0.00 99.71 18:11:01 18:00:01 all 0.16 0.00 0.03 0.00 0.00 99.80 18:11:01 18:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:11:01 18:00:01 1 0.52 0.00 0.03 0.00 0.00 99.45 18:11:01 18:00:01 2 0.07 0.00 0.07 0.02 0.00 99.85 18:11:01 18:00:01 3 0.02 0.00 0.02 0.00 0.02 99.95 18:11:01 18:01:01 all 0.14 0.00 0.07 0.02 0.01 99.76 18:11:01 18:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:11:01 18:01:01 1 0.43 0.00 0.07 0.00 0.00 99.50 18:11:01 18:01:01 2 0.05 0.00 0.13 0.08 0.02 99.72 18:11:01 18:01:01 3 0.05 0.00 0.05 0.00 0.02 99.88 18:11:01 18:02:01 all 0.04 0.00 0.05 0.00 0.00 99.91 18:11:01 18:02:01 0 0.03 0.00 0.07 0.00 0.00 99.90 18:11:01 18:02:01 1 0.02 0.00 0.03 0.02 0.02 99.92 18:11:01 18:02:01 2 0.07 0.00 0.05 0.00 0.00 99.88 18:11:01 18:02:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:11:01 18:03:01 all 0.13 0.00 0.03 0.00 0.00 99.85 18:11:01 18:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:11:01 18:03:01 1 0.43 0.00 0.05 0.00 0.00 99.52 18:11:01 18:03:01 2 0.03 0.00 0.05 0.00 0.00 99.92 18:11:01 18:03:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:11:01 18:04:01 all 0.16 0.00 0.03 0.01 0.00 99.80 18:11:01 18:04:01 0 0.03 0.00 0.02 0.02 0.00 99.93 18:11:01 18:04:01 1 0.52 0.00 0.03 0.00 0.00 99.45 18:11:01 18:04:01 2 0.05 0.00 0.03 0.02 0.02 99.88 18:11:01 18:04:01 3 0.05 0.00 0.03 0.00 0.00 99.92 18:11:01 18:05:01 all 0.15 0.00 0.03 0.00 0.00 99.81 18:11:01 18:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:11:01 18:05:01 1 0.50 0.00 0.00 0.00 0.02 99.48 18:11:01 18:05:01 2 0.07 0.00 0.07 0.00 0.00 99.87 18:11:01 18:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:11:01 18:06:01 all 0.03 0.00 0.03 0.01 0.00 99.94 18:11:01 18:06:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:11:01 18:06:01 1 0.03 0.00 0.03 0.02 0.00 99.92 18:11:01 18:06:01 2 0.03 0.00 0.05 0.00 0.00 99.92 18:11:01 18:06:01 3 0.03 0.00 0.02 0.02 0.00 99.93 18:11:01 18:07:01 all 0.15 0.00 0.03 0.00 0.00 99.81 18:11:01 18:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:11:01 18:07:01 1 0.45 0.00 0.05 0.00 0.00 99.50 18:11:01 18:07:01 2 0.07 0.00 0.03 0.00 0.02 99.88 18:11:01 18:07:01 3 0.07 0.00 0.02 0.00 0.00 99.92 18:11:01 18:08:01 all 0.14 0.00 0.03 0.00 0.00 99.83 18:11:01 18:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:11:01 18:08:01 1 0.52 0.00 0.02 0.00 0.00 99.47 18:11:01 18:08:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:11:01 18:08:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:11:01 18:09:01 all 0.15 0.00 0.03 0.00 0.01 99.81 18:11:01 18:09:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:11:01 18:09:01 1 0.50 0.00 0.03 0.00 0.02 99.45 18:11:01 18:09:01 2 0.05 0.00 0.05 0.00 0.02 99.88 18:11:01 18:09:01 3 0.03 0.00 0.00 0.00 0.00 99.97 18:11:01 18:11:01 18:09:01 CPU %user %nice %system %iowait %steal %idle 18:11:01 18:10:01 all 0.14 0.00 0.10 0.05 0.00 99.71 18:11:01 18:10:01 0 0.00 0.00 0.12 0.10 0.00 99.78 18:11:01 18:10:01 1 0.50 0.00 0.08 0.05 0.00 99.37 18:11:01 18:10:01 2 0.03 0.00 0.08 0.00 0.00 99.88 18:11:01 18:10:01 3 0.02 0.02 0.10 0.05 0.00 99.82 18:11:01 Average: all 12.83 0.00 6.66 4.58 0.26 75.67 18:11:01 Average: 0 12.69 0.00 6.66 4.33 0.26 76.05 18:11:01 Average: 1 13.05 0.00 6.75 4.95 0.26 75.00 18:11:01 Average: 2 12.71 0.00 6.73 4.58 0.26 75.71 18:11:01 Average: 3 12.85 0.00 6.52 4.46 0.25 75.92 18:11:01 18:11:01 18:11:01