Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 28b547c0b4f3564d1d9ce77f2bb4079023185d89+fb188d25fcab3d585a11d4385d590a36e735c372 (dac1c53d8e644c658c759c180b36bfbac9194234) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-29331’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29342 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit 28b547c0b4f3564d1d9ce77f2bb4079023185d89 Merge succeeded, producing 28b547c0b4f3564d1d9ce77f2bb4079023185d89 Checking out Revision 28b547c0b4f3564d1d9ce77f2bb4079023185d89 (PR-3234) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28b547c0b4f3564d1d9ce77f2bb4079023185d89 # 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 fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 28b547c0b4f3564d1d9ce77f2bb4079023185d89 # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:29:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:29:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:29:20 ========================================================= 15:29:20 EdgeX Global Pipelines Version Info 15:29:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f1d7c75cd9bc9fc114bc9d290989d3e93ee97497 # timeout=10 15:29:21 ------------------- 15:29:21 stable info: 15:29:21 ------------------- 15:29:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:29:21 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 15:29:21 Message: update stable to v1.0.184 15:29:22 ------------------- 15:29:22 experimental info: 15:29:22 ------------------- 15:29:22 Commited By: **** collab-it+edgex@linuxfoundation.org 15:29:22 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 15:29:22 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:29:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:29:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:29:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:29:23 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:29:23 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:29:23 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:29:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:29:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:29:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:29:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:29:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:29:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:29:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:29:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:29:24 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:29:24 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:29:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:29:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:29:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:29:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:29:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:29:24 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:29:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 15:29:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 15:29:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 15:29:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 28b547c0b4f3564d1d9ce77f2bb4079023185d89 [Pipeline] echo 15:29:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 28b547c [Pipeline] echo 15:29:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:29:25 provisioning config files... 15:29:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config264207228471353955tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:29:26 ---> docker-login.sh 15:29:26 nexus3.edgexfoundry.org:10001 15:29:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:29:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:29:26 Configure a credential helper to remove this warning. See 15:29:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:29:26 15:29:26 Login Succeeded 15:29:26 nexus3.edgexfoundry.org:10002 15:29:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:29:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:29:26 Configure a credential helper to remove this warning. See 15:29:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:29:26 15:29:26 Login Succeeded 15:29:26 nexus3.edgexfoundry.org:10003 15:29:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:29:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:29:26 Configure a credential helper to remove this warning. See 15:29:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:29:26 15:29:26 Login Succeeded 15:29:26 nexus3.edgexfoundry.org:10004 15:29:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:29:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:29:27 Configure a credential helper to remove this warning. See 15:29:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:29:27 15:29:27 Login Succeeded 15:29:27 docker.io 15:29:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:29:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:29:27 Configure a credential helper to remove this warning. See 15:29:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:29:27 15:29:27 Login Succeeded 15:29:27 ---> docker-login.sh ends [Pipeline] } 15:29:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:29:27 ++ 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 15:29:27 + for file in '`ls cmd/**/Dockerfile`' 15:29:27 ++ dirname cmd/core-command/Dockerfile 15:29:27 ++ cut -d/ -f2 15:29:27 + echo core-command,cmd/core-command/Dockerfile 15:29:27 + for file in '`ls cmd/**/Dockerfile`' 15:29:27 ++ dirname cmd/core-data/Dockerfile 15:29:27 ++ cut -d/ -f2 15:29:27 + echo core-data,cmd/core-data/Dockerfile 15:29:27 + for file in '`ls cmd/**/Dockerfile`' 15:29:27 ++ dirname cmd/core-metadata/Dockerfile 15:29:27 ++ cut -d/ -f2 15:29:27 + echo core-metadata,cmd/core-metadata/Dockerfile 15:29:27 + for file in '`ls cmd/**/Dockerfile`' 15:29:27 ++ dirname cmd/security-bootstrapper/Dockerfile 15:29:27 ++ cut -d/ -f2 15:29:27 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:29:27 + for file in '`ls cmd/**/Dockerfile`' 15:29:27 ++ dirname cmd/security-proxy-setup/Dockerfile 15:29:27 ++ cut -d/ -f2 15:29:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:29:27 + for file in '`ls cmd/**/Dockerfile`' 15:29:27 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:29:27 ++ cut -d/ -f2 15:29:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:29:27 + for file in '`ls cmd/**/Dockerfile`' 15:29:27 ++ dirname cmd/support-notifications/Dockerfile 15:29:27 ++ cut -d/ -f2 15:29:27 + echo support-notifications,cmd/support-notifications/Dockerfile 15:29:27 + for file in '`ls cmd/**/Dockerfile`' 15:29:27 ++ dirname cmd/support-scheduler/Dockerfile 15:29:27 ++ cut -d/ -f2 15:29:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:29:27 + for file in '`ls cmd/**/Dockerfile`' 15:29:27 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:29:27 ++ cut -d/ -f2 15:29:27 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:29:27 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 15:29:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:29:28 15:29:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:29:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:29:29 latest: Pulling from edgex-devops/git-semver 15:29:29 31603596830f: Pulling fs layer 15:29:29 2a8b12db71e7: Pulling fs layer 15:29:29 6ca5941a6612: Pulling fs layer 15:29:29 ecc8261a40a4: Pulling fs layer 15:29:29 ecc8261a40a4: Waiting 15:29:29 2a8b12db71e7: Verifying Checksum 15:29:29 2a8b12db71e7: Download complete 15:29:29 31603596830f: Verifying Checksum 15:29:29 31603596830f: Download complete 15:29:29 ecc8261a40a4: Verifying Checksum 15:29:29 ecc8261a40a4: Download complete 15:29:29 6ca5941a6612: Verifying Checksum 15:29:29 6ca5941a6612: Download complete 15:29:29 31603596830f: Pull complete 15:29:29 2a8b12db71e7: Pull complete 15:29:30 6ca5941a6612: Pull complete 15:29:30 ecc8261a40a4: Pull complete 15:29:30 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:29:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:29:30 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:29:31 prd-centos7-docker-4c-2g-29342 does not seem to be running inside a container 15:29:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:29:33 $ docker top 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:29:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:29:34 [ssh-agent] Looking for ssh-agent implementation... 15:29:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:29:34 $ docker exec 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 ssh-agent 15:29:34 SSH_AUTH_SOCK=/tmp/ssh-0P5Nd5F6H9b7/agent.12 15:29:34 SSH_AGENT_PID=17 15:29:34 Running ssh-add (command line suppressed) 15:29:34 Identity added: /w/workspace/edgex-go/6@tmp/private_key_8121807106101840103.key (/w/workspace/edgex-go/6@tmp/private_key_8121807106101840103.key) 15:29:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:29:34 + git tag --points-at HEAD [Pipeline] } 15:29:34 $ docker exec --env ******** --env ******** 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 ssh-agent -k 15:29:35 unset SSH_AUTH_SOCK; 15:29:35 unset SSH_AGENT_PID; 15:29:35 echo Agent pid 17 killed; 15:29:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:29:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:29:35 [ssh-agent] Looking for ssh-agent implementation... 15:29:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:29:35 $ docker exec 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 ssh-agent 15:29:35 SSH_AUTH_SOCK=/tmp/ssh-pyfm54GXTJvs/agent.47 15:29:35 SSH_AGENT_PID=52 15:29:35 Running ssh-add (command line suppressed) 15:29:35 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4963395448776453108.key (/w/workspace/edgex-go/6@tmp/private_key_4963395448776453108.key) 15:29:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:29:36 + git semver init 15:29:36 # -> Open(): unable to determine branch for HEAD 15:29:36 # $GIT_DIR = /w/workspace/edgex-go/6/.git 15:29:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 15:29:36 # $SEMVER_REMOTE_NAME = origin 15:29:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:29:36 # $SEMVER_USER_NAME = edgex-jenkins 15:29:36 # $SEMVER_BRANCH = PR-3234 15:29:36 # $SEMVER_TEMP = /tmp/semver-786249874 15:29:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:30:08 # '/tmp/semver-786249874' -> '/w/workspace/edgex-go/6/.semver' 15:30:08 # -> Force: false 15:30:08 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 15:30:08 $ docker exec --env ******** --env ******** 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 ssh-agent -k 15:30:08 unset SSH_AUTH_SOCK; 15:30:08 unset SSH_AGENT_PID; 15:30:08 echo Agent pid 52 killed; 15:30:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:09 + git semver [Pipeline] } 15:30:09 $ docker stop --time=1 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 15:30:10 $ docker rm -f 8e1a431345bb905c9826ba127882c4328fcfc9c4640550534dec4b45e4171eb3 [Pipeline] // withDockerContainer [Pipeline] sh 15:30:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:30:12 Stashed 1 file(s) [Pipeline] echo 15:30:12 [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 15:30:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:30:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:30:13 + sudo service docker restart 15:30:13 + true 15:30:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:30:14 ========================================================= 15:30:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:30:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:30:14 + 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 . 15:30:18 Sending build context to Docker daemon 328.4MB 15:30:18 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:30:18 Step 2/6 : FROM ${BASE} 15:30:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:30:18 188c0c94c7c5: Pulling fs layer 15:30:18 0ef7d3d256c8: Pulling fs layer 15:30:18 de9db76c5a1d: Pulling fs layer 15:30:18 bca2f99d35d6: Pulling fs layer 15:30:18 93359f2a8cfa: Pulling fs layer 15:30:18 7c6f9722023f: Pulling fs layer 15:30:18 a35cf1a2eb13: Pulling fs layer 15:30:18 93359f2a8cfa: Waiting 15:30:18 7c6f9722023f: Waiting 15:30:18 a35cf1a2eb13: Waiting 15:30:18 bca2f99d35d6: Waiting 15:30:18 de9db76c5a1d: Download complete 15:30:18 0ef7d3d256c8: Download complete 15:30:18 93359f2a8cfa: Verifying Checksum 15:30:18 93359f2a8cfa: Download complete 15:30:18 7c6f9722023f: Verifying Checksum 15:30:18 7c6f9722023f: Download complete 15:30:19 188c0c94c7c5: Verifying Checksum 15:30:19 188c0c94c7c5: Download complete 15:30:19 188c0c94c7c5: Pull complete 15:30:20 0ef7d3d256c8: Pull complete 15:30:20 de9db76c5a1d: Pull complete 15:30:24 a35cf1a2eb13: Verifying Checksum 15:30:24 a35cf1a2eb13: Download complete 15:30:25 bca2f99d35d6: Verifying Checksum 15:30:25 bca2f99d35d6: Download complete 15:30:27 Still waiting to schedule task 15:30:27 ‘prd-centos7-docker-4c-2g-29332’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29333’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29334’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29335’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29337’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29343’ is offline 15:30:31 bca2f99d35d6: Pull complete 15:30:31 93359f2a8cfa: Pull complete 15:30:31 7c6f9722023f: Pull complete 15:30:36 a35cf1a2eb13: Pull complete 15:30:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:30:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:30:36 ---> a62c8e92a672 15:30:36 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 15:30:36 ---> Running in fdb69a45b4eb 15:30:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:30:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:30:38 (1/12) Installing libmagic (5.38-r0) 15:30:38 (2/12) Installing file (5.38-r0) 15:30:38 (3/12) Installing libc-dev (0.7.2-r3) 15:30:38 (4/12) Installing g++ (9.3.0-r2) 15:30:45 (5/12) Installing fortify-headers (1.1-r0) 15:30:45 (6/12) Installing patch (2.7.6-r6) 15:30:45 (7/12) Installing build-base (0.5-r2) 15:30:45 (8/12) Installing libsodium (1.0.18-r0) 15:30:45 (9/12) Installing pkgconf (1.7.2-r0) 15:30:45 (10/12) Installing libsodium-dev (1.0.18-r0) 15:30:45 (11/12) Installing libzmq (4.3.3-r0) 15:30:45 (12/12) Installing zeromq-dev (4.3.3-r0) 15:30:45 Executing busybox-1.31.1-r19.trigger 15:30:45 OK: 233 MiB in 51 packages 15:30:49 Removing intermediate container fdb69a45b4eb 15:30:49 ---> 0c59c68a68ac 15:30:49 Step 4/6 : WORKDIR /edgex-go 15:30:49 ---> Running in 09bf78967834 15:30:49 Removing intermediate container 09bf78967834 15:30:49 ---> 8ee4ede96b15 15:30:49 Step 5/6 : COPY go.mod . 15:30:49 ---> 4d90060647b6 15:30:49 Step 6/6 : RUN go mod download 15:30:49 ---> Running in 20117ba2aa90 15:31:16 Removing intermediate container 20117ba2aa90 15:31:16 ---> 83431c33781d 15:31:16 Successfully built 83431c33781d 15:31:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:31:16 + docker inspect -f . ci-base-image-x86_64 15:31:16 . [Pipeline] withDockerContainer 15:31:16 prd-centos7-docker-4c-2g-29342 does not seem to be running inside a container 15:31:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:31:17 $ docker top a38f2a5b22413e2a1469b67548553d5a66dd5c3bf87e96720fdb09f3b9493e4e -eo pid,comm [Pipeline] { [Pipeline] sh 15:31:18 + go version 15:31:18 go version go1.15.5 linux/amd64 [Pipeline] } 15:31:18 $ docker stop --time=1 a38f2a5b22413e2a1469b67548553d5a66dd5c3bf87e96720fdb09f3b9493e4e 15:31:19 $ docker rm -f a38f2a5b22413e2a1469b67548553d5a66dd5c3bf87e96720fdb09f3b9493e4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:31:20 + docker inspect -f . ci-base-image-x86_64 15:31:20 . [Pipeline] withDockerContainer 15:31:20 prd-centos7-docker-4c-2g-29342 does not seem to be running inside a container 15:31: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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:31:21 $ docker top 5e731872d90c039c4736d1f83b3f6a23c15fb2fb4befba048ee1d43e63e91345 -eo pid,comm [Pipeline] { [Pipeline] echo 15:31:21 ========================================================= 15:31:21 [edgeXBuildGoParallel] Running Tests and Build... 15:31:21 ========================================================= [Pipeline] sh 15:31:21 + make test 15:31:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:31:29 ? github.com/edgexfoundry/edgex-go [no test files] 15:31:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:31:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:31:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:31:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:31:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:31:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:31:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:31:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:31:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:31:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:31:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:31:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 45.9% of statements 15:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:31:59 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements 15:32:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:32:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:32:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.599s coverage: 100.0% of statements 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:32:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 71.3% of statements 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:32:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.174s coverage: 82.9% of statements 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:32:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements 15:32:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:32:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.371s coverage: 28.6% of statements 15:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:32:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements 15:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:32:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 15:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:32:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 86.7% of statements 15:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:32:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements 15:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:32:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements 15:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:32:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.382s coverage: 92.8% of statements 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:32:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:32:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 0.1% of statements 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:32:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 47.1% of statements 15:32:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.092s coverage: 79.5% of statements 15:32:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements 15:32:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.042s coverage: 96.3% of statements 15:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 15:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.034s coverage: 94.4% of statements 15:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 15:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.049s coverage: 81.4% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.066s coverage: 92.9% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.6% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.162s coverage: 62.4% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 69.0% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.032s coverage: 84.8% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 87.1% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.692s coverage: 29.1% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.085s coverage: 99.0% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.085s coverage: 96.5% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:32:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 15:32:34 GO111MODULE=on go vet ./... 15:33:01 gofmt -l . 15:33:01 [ "`gofmt -l .`" = "" ] 15:33:01 ./bin/test-go-mod-tidy.sh 15:33:01 ./bin/test-attribution-txt.sh [Pipeline] sh 15:33:01 + ls -al . 15:33:01 total 740 15:33:01 drwxrwxr-x 10 1001 1001 4096 Mar 10 15:33 . 15:33:01 drwxr-xr-x 4 root root 28 Mar 10 15:31 .. 15:33:01 -rw-rw-r-- 1 1001 1001 11 Mar 10 15:29 .dockerignore 15:33:01 drwxrwxr-x 8 1001 1001 179 Mar 10 15:29 .git 15:33:01 drwxrwxr-x 3 1001 1001 125 Mar 10 15:29 .github 15:33:01 -rw-rw-r-- 1 1001 1001 818 Mar 10 15:29 .gitignore 15:33:01 drwx------ 3 1001 1001 60 Mar 10 15:30 .semver 15:33:01 -rw-rw-r-- 1 1001 1001 166 Mar 10 15:29 .sonarcloud.properties 15:33:01 -rw-rw-r-- 1 1001 1001 8607 Mar 10 15:29 Attribution.txt 15:33:01 -rw-rw-r-- 1 1001 1001 3804 Mar 10 15:29 CONTRIBUTING.md 15:33:01 -rw-rw-r-- 1 1001 1001 931 Mar 10 15:29 Dockerfile.build 15:33:01 -rw-rw-r-- 1 1001 1001 863 Mar 10 15:29 Jenkinsfile 15:33:01 -rw-rw-r-- 1 1001 1001 10775 Mar 10 15:29 LICENSE 15:33:01 -rw-rw-r-- 1 1001 1001 5774 Mar 10 15:29 Makefile 15:33:01 -rw-rw-r-- 1 1001 1001 6548 Mar 10 15:29 README.md 15:33:01 -rw-rw-r-- 1 1001 1001 6755 Mar 10 15:29 SECURITY.md 15:33:01 -rw-rw-r-- 1 1001 1001 5 Mar 10 15:30 VERSION 15:33:01 -rw-rw-r-- 1 1001 1001 4131 Mar 10 15:29 ZMQWindows.md 15:33:01 drwxrwxr-x 2 1001 1001 117 Mar 10 15:29 bin 15:33:01 drwxrwxr-x 14 1001 1001 4096 Mar 10 15:29 cmd 15:33:01 -rw-r--r-- 1 root root 628838 Mar 10 15:32 coverage.out 15:33:01 -rw-r--r-- 1 root root 1056 Mar 10 15:32 go.mod 15:33:01 -rw-r--r-- 1 root root 21983 Mar 10 15:32 go.sum 15:33:01 drwxrwxr-x 8 1001 1001 127 Mar 10 15:29 internal 15:33:01 drwxrwxr-x 4 1001 1001 26 Mar 10 15:29 openapi 15:33:01 drwxrwxr-x 4 1001 1001 71 Mar 10 15:29 snap 15:33:01 -rw-rw-r-- 1 1001 1001 168 Mar 10 15:29 version.go [Pipeline] sh 15:33:01 + '[' -e coverage.out ] 15:33:01 + chown 1001:1001 coverage.out [Pipeline] stash 15:33:01 Stashed 1 file(s) [Pipeline] sh 15:33:02 + make build 15:33:02 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 15:33:07 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 15:33:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:33:16 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 15:33:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:33:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:33:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:33:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:33:22 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 15:33:23 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 15:33:24 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 15:33:25 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] } 15:33:27 $ docker stop --time=1 5e731872d90c039c4736d1f83b3f6a23c15fb2fb4befba048ee1d43e63e91345 15:33:28 $ docker rm -f 5e731872d90c039c4736d1f83b3f6a23c15fb2fb4befba048ee1d43e63e91345 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:33:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:33:30 15:33:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:33:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:33:31 latest: Pulling from edgex-devops/edgex-compose 15:33:31 cbdbe7a5bc2a: Pulling fs layer 15:33:31 ca9280d653b3: Pulling fs layer 15:33:31 7e9c9ca2126c: Pulling fs layer 15:33:32 cbdbe7a5bc2a: Download complete 15:33:32 cbdbe7a5bc2a: Pull complete 15:33:32 ca9280d653b3: Verifying Checksum 15:33:32 ca9280d653b3: Download complete 15:33:33 ca9280d653b3: Pull complete 15:33:33 7e9c9ca2126c: Verifying Checksum 15:33:33 7e9c9ca2126c: Download complete 15:33:41 7e9c9ca2126c: Pull complete 15:33:41 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:33:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:33:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:33:41 prd-centos7-docker-4c-2g-29342 does not seem to be running inside a container 15:33:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 15:33:42 $ docker top 4123da3ee614c66c4ac83e73c9401d433786ce2178934586f531e0a55c5f2d3f -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:43 + docker-compose build --help 15:33:43 + grep parallel 15:33:44 --parallel Build images in parallel. [Pipeline] } 15:33:44 $ docker stop --time=1 4123da3ee614c66c4ac83e73c9401d433786ce2178934586f531e0a55c5f2d3f 15:33:46 $ docker rm -f 4123da3ee614c66c4ac83e73c9401d433786ce2178934586f531e0a55c5f2d3f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:33:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:33:47 . [Pipeline] withDockerContainer 15:33:47 prd-centos7-docker-4c-2g-29342 does not seem to be running inside a container 15:33:47 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:33:48 $ docker top affd432c50446059dc4b09cc86b2b535e8b5d5dd006762a0e460b3ea9a4d704a -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:48 + docker-compose -f ./docker-compose-build.yml build --parallel 15:33:49 Building docker-core-command-go ... 15:33:49 Building docker-core-data-go ... 15:33:49 Building docker-core-metadata-go ... 15:33:49 Building docker-security-bootstrapper-go ... 15:33:49 Building docker-security-proxy-setup-go ... 15:33:49 Building docker-security-secretstore-setup-go ... 15:33:49 Building docker-support-notifications-go ... 15:33:49 Building docker-support-scheduler-go ... 15:33:49 Building docker-sys-mgmt-agent-go ... 15:33:49 Building docker-support-scheduler-go 15:33:49 Building docker-security-bootstrapper-go 15:33:49 Building docker-core-data-go 15:33:49 Building docker-support-notifications-go 15:33:49 Building docker-security-secretstore-setup-go 15:33:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29347 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 15:33:53 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 15:33:58 using credential edgex-jenkins-ssh 15:33:58 Cloning the remote Git repository 15:33:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:33:58 > git init /w/workspace/edgex-go/6 # timeout=10 15:33:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:33:59 > git --version # timeout=10 15:33:59 > git --version # 'git version 2.17.1' 15:33:59 using GIT_SSH to set credentials SSH Credentials for GitHub 15:33:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:34:20 Merging remotes/origin/master commit fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit 28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:34:21 Merge succeeded, producing 28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:34:21 Checking out Revision 28b547c0b4f3564d1d9ce77f2bb4079023185d89 (PR-3234) 15:34:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:34:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:34:22 ---> 83431c33781d 15:34:22 Step 3/22 : WORKDIR /edgex-go 15:34:22 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:34:22 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:34:22 ---> 83431c33781d 15:34:22 Step 3/24 : WORKDIR /edgex-go 15:34:22 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:34:22 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:34:22 ---> 83431c33781d 15:34:22 Step 3/31 : WORKDIR /edgex-go 15:34:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:34:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:34:22 ---> 83431c33781d 15:34:22 Step 3/23 : WORKDIR /edgex-go 15:34:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:34:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:34:22 ---> 83431c33781d 15:34:22 Step 3/22 : WORKDIR /edgex-go 15:34:22 ---> Running in 04c7f17d78a4 15:34:22 ---> Running in 0a4634aaca25 15:34:22 ---> Running in ab99a49947ac 15:34:22 ---> Running in d3e16a4d0974 15:34:22 ---> Running in 9a7c7672cd8c 15:34:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:34:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:34:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:34:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:34:20 using GIT_SSH to set credentials SSH Credentials for GitHub 15:34:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:34:20 > git config core.sparsecheckout # timeout=10 15:34:20 > git checkout -f 28b547c0b4f3564d1d9ce77f2bb4079023185d89 # timeout=10 15:34:21 > git remote # timeout=10 15:34:21 > git config --get remote.origin.url # timeout=10 15:34:21 using GIT_SSH to set credentials SSH Credentials for GitHub 15:34:21 > git merge fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 15:34:21 > git rev-parse HEAD^{commit} # timeout=10 15:34:21 > git config core.sparsecheckout # timeout=10 15:34:21 > git checkout -f 28b547c0b4f3564d1d9ce77f2bb4079023185d89 # timeout=10 15:34:22 Removing intermediate container ab99a49947ac 15:34:22 ---> 90127e0a6172 15:34:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:22 Removing intermediate container 9a7c7672cd8c 15:34:22 ---> 96cba0eaea9d 15:34:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:22 Removing intermediate container 0a4634aaca25 15:34:22 ---> efdce83735ec 15:34:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:22 Removing intermediate container 04c7f17d78a4 15:34:22 ---> ad8306233afa 15:34:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:22 Removing intermediate container d3e16a4d0974 15:34:22 ---> 8af813473055 15:34:22 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:23 ---> Running in 07324a42865a 15:34:23 ---> Running in d22d954d11a3 15:34:23 ---> Running in eb85443398eb 15:34:23 ---> Running in e1e2a0174043 15:34:23 ---> Running in ea17c86cb6f4 15:34:25 Removing intermediate container 07324a42865a 15:34:25 ---> 693df7f03cf2 15:34:25 Step 5/24 : RUN apk add --update --no-cache make git 15:34:25 ---> Running in cb7a880adad2 15:34:25 Removing intermediate container d22d954d11a3 15:34:25 ---> b73120612d12 15:34:25 Step 5/22 : RUN apk add --update --no-cache make git 15:34:25 ---> Running in 59138171d080 15:34:25 Removing intermediate container e1e2a0174043 15:34:25 ---> 08fff1f381f5 15:34:25 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:34:25 Removing intermediate container eb85443398eb 15:34:25 ---> e61b2783604c 15:34:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:34:25 Removing intermediate container ea17c86cb6f4 15:34:25 ---> 4e41d05088b0 15:34:25 Step 5/31 : RUN apk add --update --no-cache make git 15:34:25 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" 15:34:26 ---> Running in 19b7836a8b75 15:34:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:26 ---> Running in c4d7faea0db5 15:34:26 ---> Running in beb699332a21 15:34:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:34:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:27 OK: 233 MiB in 51 packages 15:34:27 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:34:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:27 Removing intermediate container cb7a880adad2 15:34:27 ---> 79b547e3e418 15:34:27 Step 6/24 : COPY go.mod . 15:34:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:34:28 OK: 233 MiB in 51 packages 15:34:28 ---> 0af7b4b7486f 15:34:28 Step 7/24 : RUN go mod download 15:34:28 ---> Running in 1390c0f10dff 15:34:28 + true 15:34:28 + sudo service docker restart 15:34:28 OK: 233 MiB in 51 packages 15:34:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:28 OK: 233 MiB in 51 packages 15:34:28 Removing intermediate container 59138171d080 15:34:28 ---> da7561a2b4ba 15:34:28 Step 6/22 : COPY go.mod . 15:34:28 ---> 0e21f64abd62 15:34:28 Step 7/22 : RUN go mod download 15:34:29 Removing intermediate container 19b7836a8b75 15:34:29 ---> bd7454fe505b 15:34:29 Step 6/22 : COPY go.mod . 15:34:29 ---> Running in b12804d5d99b 15:34:29 Removing intermediate container beb699332a21 15:34:29 ---> 474f30fe3714 15:34:29 Step 6/31 : COPY go.mod . 15:34:29 ---> ad15df0a8b08 15:34:29 Step 7/22 : RUN go mod download 15:34:29 ---> 439184e31f51 15:34:29 Step 7/31 : RUN go mod download 15:34:29 ---> Running in 925c22c5923f 15:34:29 ---> Running in f6d53e0decae 15:34:30 Removing intermediate container 1390c0f10dff 15:34:30 ---> 21fccc18ca4d 15:34:30 Step 8/24 : COPY . . 15:34:30 Removing intermediate container b12804d5d99b 15:34:30 ---> 2a82b5d82b57 15:34:30 Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:34:30 provisioning config files... 15:34:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config531629787464995251tmp [Pipeline] { 15:34:30 OK: 233 MiB in 51 packages [Pipeline] libraryResource [Pipeline] sh 15:34:30 ---> docker-login.sh 15:34:30 nexus3.edgexfoundry.org:10001 15:34:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:34:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:34:32 Configure a credential helper to remove this warning. See 15:34:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:34:32 15:34:32 Login Succeeded 15:34:32 nexus3.edgexfoundry.org:10002 15:34:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:34:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:34:32 Configure a credential helper to remove this warning. See 15:34:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:34:32 15:34:32 Login Succeeded 15:34:32 nexus3.edgexfoundry.org:10003 15:34:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:34:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:34:33 Configure a credential helper to remove this warning. See 15:34:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:34:33 15:34:33 Login Succeeded 15:34:33 nexus3.edgexfoundry.org:10004 15:34:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:34:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:34:33 Configure a credential helper to remove this warning. See 15:34:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:34:33 15:34:33 Login Succeeded 15:34:33 docker.io 15:34:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:34:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:34:34 Configure a credential helper to remove this warning. See 15:34:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:34:34 15:34:34 Login Succeeded 15:34:34 ---> docker-login.sh ends [Pipeline] } 15:34:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:34:35 ========================================================= 15:34:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:34:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:34:35 + 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 . 15:34:37 Removing intermediate container c4d7faea0db5 15:34:37 ---> 650ca08fe7cf 15:34:37 Step 6/23 : COPY go.mod . 15:34:37 Removing intermediate container 925c22c5923f 15:34:37 ---> d1a6512384c8 15:34:37 Step 8/22 : COPY . . 15:34:38 Sending build context to Docker daemon 166.7MB 15:34:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:34:38 Step 2/6 : FROM ${BASE} 15:34:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:34:38 5f621e34cdf4: Pulling fs layer 15:34:38 a4357932f1b6: Pulling fs layer 15:34:38 18c013af1878: Pulling fs layer 15:34:38 00ac8860ef70: Pulling fs layer 15:34:38 00ac8860ef70: Waiting 15:34:38 63d7cb157983: Pulling fs layer 15:34:38 b116817d02f9: Pulling fs layer 15:34:38 745a02a5169b: Pulling fs layer 15:34:38 63d7cb157983: Waiting 15:34:38 b116817d02f9: Waiting 15:34:38 745a02a5169b: Waiting 15:34:38 18c013af1878: Verifying Checksum 15:34:38 18c013af1878: Download complete 15:34:38 a4357932f1b6: Verifying Checksum 15:34:38 a4357932f1b6: Download complete 15:34:38 63d7cb157983: Verifying Checksum 15:34:38 63d7cb157983: Download complete 15:34:38 b116817d02f9: Verifying Checksum 15:34:38 b116817d02f9: Download complete 15:34:38 5f621e34cdf4: Verifying Checksum 15:34:38 5f621e34cdf4: Download complete 15:34:39 5f621e34cdf4: Pull complete 15:34:39 a4357932f1b6: Pull complete 15:34:40 18c013af1878: Pull complete 15:34:40 745a02a5169b: Verifying Checksum 15:34:40 745a02a5169b: Download complete 15:34:43 00ac8860ef70: Verifying Checksum 15:34:43 00ac8860ef70: Download complete 15:34:43 Removing intermediate container f6d53e0decae 15:34:43 ---> 897c2d3c96e0 15:34:43 Step 8/31 : COPY . . 15:34:46 ---> 3944713b6647 15:34:46 Step 7/23 : RUN go mod download 15:34:48 ---> Running in 3273cbdd8533 15:34:53 00ac8860ef70: Pull complete 15:34:53 63d7cb157983: Pull complete 15:34:53 b116817d02f9: Pull complete 15:34:56 745a02a5169b: Pull complete 15:34:56 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:34:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:34:56 ---> b7e6874047d6 15:34:56 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 15:35:01 ---> Running in 9c7f8d2a979b 15:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:35:04 (1/12) Installing libmagic (5.38-r0) 15:35:04 (2/12) Installing file (5.38-r0) 15:35:04 (3/12) Installing libc-dev (0.7.2-r3) 15:35:04 (4/12) Installing g++ (9.3.0-r2) 15:35:06 Removing intermediate container 3273cbdd8533 15:35:06 ---> bfe4f7903fd8 15:35:06 Step 8/23 : COPY . . 15:35:06 ---> 586877863c25 15:35:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:35:06 ---> 3d403e2f632f 15:35:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:35:08 ---> Running in 4536a45108f1 15:35:08 ---> Running in 02f98c612e1f 15:35:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:35:13 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 15:35:14 ---> 7e662838d294 15:35:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:35:15 ---> Running in 6774ac639ca4 15:35:15 ---> fa9c2974bbc9 15:35:15 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:35:16 (5/12) Installing fortify-headers (1.1-r0) 15:35:16 (6/12) Installing patch (2.7.6-r6) 15:35:16 (7/12) Installing build-base (0.5-r2) 15:35:16 (8/12) Installing libsodium (1.0.18-r0) 15:35:16 (9/12) Installing pkgconf (1.7.2-r0) 15:35:16 (10/12) Installing libsodium-dev (1.0.18-r0) 15:35:16 (11/12) Installing libzmq (4.3.3-r0) 15:35:17 (12/12) Installing zeromq-dev (4.3.3-r0) 15:35:17 Executing busybox-1.31.1-r19.trigger 15:35:17 OK: 217 MiB in 51 packages 15:35:17 ---> Running in 519cb0515a4e 15:35:17 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 15:35:18 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 15:35:21 Removing intermediate container 9c7f8d2a979b 15:35:21 ---> f8bb52bcd261 15:35:21 Step 4/6 : WORKDIR /edgex-go 15:35:21 ---> Running in 7fdc52f978b5 15:35:21 Removing intermediate container 7fdc52f978b5 15:35:21 ---> 8582d4561c28 15:35:21 Step 5/6 : COPY go.mod . 15:35:22 ---> 7b334b83bba1 15:35:22 Step 6/6 : RUN go mod download 15:35:22 ---> Running in 0574ee42f51c 15:35:28 ---> 365fb8bc1b6d 15:35:28 Step 9/23 : RUN make cmd/core-data/core-data 15:35:29 ---> Running in aad8b74fff8e 15:35:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:35:42 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 15:35:49 Removing intermediate container 0574ee42f51c 15:35:49 ---> 6581319b4f12 15:35:49 Successfully built 6581319b4f12 15:35:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:35:49 + docker inspect -f . ci-base-image-arm64 15:35:49 . [Pipeline] withDockerContainer 15:35:50 prd-ubuntu18.04-docker-arm64-4c-16g-29347 does not seem to be running inside a container 15:35:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:35:51 $ docker top c0ce6bced724b905390dfb65ea8e719db8f710cf6e24f45093581414c76ddabe -eo pid,comm [Pipeline] { [Pipeline] sh 15:35:52 + go version 15:35:52 go version go1.15.5 linux/arm64 [Pipeline] } 15:35:52 $ docker stop --time=1 c0ce6bced724b905390dfb65ea8e719db8f710cf6e24f45093581414c76ddabe 15:35:54 $ docker rm -f c0ce6bced724b905390dfb65ea8e719db8f710cf6e24f45093581414c76ddabe 15:35:54 Removing intermediate container 4536a45108f1 15:35:54 ---> 1e6088b72e82 15:35:54 15:35:54 Step 10/24 : FROM alpine:3.12 15:35:54 Removing intermediate container 02f98c612e1f 15:35:54 ---> 26414c2ceb6d 15:35:54 15:35:54 Step 10/22 : FROM alpine:3.12 15:35:54 3.12: Pulling from library/alpine 15:35:54 3.12: Pulling from library/alpine [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:35:55 + docker inspect -f . ci-base-image-arm64 15:35:55 . [Pipeline] withDockerContainer 15:35:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:35:55 Status: Downloaded newer image for alpine:3.12 15:35:55 ---> 88dd2752d2ea 15:35:55 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:35:55 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:35:55 Status: Image is up to date for alpine:3.12 15:35:55 ---> 88dd2752d2ea 15:35:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:35:56 prd-ubuntu18.04-docker-arm64-4c-16g-29347 does not seem to be running inside a container 15:35:56 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:35:57 $ docker top 89a18724ae3a227d5b6b5340de07dd3415f73f5e3292414addfad20b0c9aa28a -eo pid,comm [Pipeline] { [Pipeline] echo 15:35:58 ========================================================= 15:35:58 [edgeXBuildGoParallel] Running Tests and Build... 15:35:58 ========================================================= [Pipeline] sh 15:35:58 + make test 15:35:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:35:59 ---> Running in 1de89d80e397 15:35:59 ---> Running in 12571af23888 15:35:59 Removing intermediate container 519cb0515a4e 15:35:59 ---> 88c7454d4196 15:35:59 15:35:59 Step 10/31 : FROM alpine:3.12 15:35:59 ---> 88dd2752d2ea 15:35:59 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:35:59 Removing intermediate container 6774ac639ca4 15:35:59 ---> 9136ffcae611 15:35:59 15:35:59 Step 10/22 : FROM alpine:3.12 15:35:59 ---> 88dd2752d2ea 15:35:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:36:00 ---> Running in b0ab1b3a721e 15:36:00 ---> Running in b8af2c2dc43d 15:36:00 Removing intermediate container b0ab1b3a721e 15:36:00 ---> 42c5eb5f1054 15:36:00 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:36:01 ---> Running in 00db29446acd 15:36:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:01 (1/5) Installing ca-certificates (20191127-r4) 15:36:01 (1/1) Installing dumb-init (1.2.2-r1) 15:36:01 Executing busybox-1.31.1-r19.trigger 15:36:01 OK: 6 MiB in 15 packages 15:36:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:36:01 (3/5) Installing libcurl (7.69.1-r3) 15:36:01 (4/5) Installing curl (7.69.1-r3) 15:36:01 (5/5) Installing dumb-init (1.2.2-r1) 15:36:01 Executing busybox-1.31.1-r19.trigger 15:36:01 Executing ca-certificates-20191127-r4.trigger 15:36:01 (1/2) Installing ca-certificates (20191127-r4) 15:36:01 (2/2) Installing dumb-init (1.2.2-r1) 15:36:01 Executing busybox-1.31.1-r19.trigger 15:36:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:01 OK: 7 MiB in 19 packages 15:36:01 Executing ca-certificates-20191127-r4.trigger 15:36:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:01 OK: 6 MiB in 16 packages 15:36:01 (1/2) Installing dumb-init (1.2.2-r1) 15:36:01 (2/2) Installing su-exec (0.2-r1) 15:36:01 Executing busybox-1.31.1-r19.trigger 15:36:01 OK: 6 MiB in 16 packages 15:36:03 Removing intermediate container 12571af23888 15:36:03 ---> c78bcd3446b4 15:36:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:36:03 ---> Running in 31a8ab12351b 15:36:04 Removing intermediate container 1de89d80e397 15:36:04 ---> f26922f5207b 15:36:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:36:05 ---> Running in f12d2a3641ad 15:36:05 Removing intermediate container 00db29446acd 15:36:05 ---> 54ece2ac7087 15:36:05 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:36:05 Removing intermediate container 31a8ab12351b 15:36:05 ---> 6d390122ce68 15:36:05 Step 13/22 : ENV APP_PORT=48085 15:36:05 Removing intermediate container b8af2c2dc43d 15:36:05 ---> ac47765e2fac 15:36:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:36:05 ---> Running in 34e9231dd643 15:36:05 ---> Running in f200da172f67 15:36:05 ---> Running in 293d09d6bc99 15:36:05 Removing intermediate container f12d2a3641ad 15:36:05 ---> 758671be3095 15:36:05 Step 13/24 : WORKDIR / 15:36:06 ---> Running in 30d9cfd9927f 15:36:08 Removing intermediate container f200da172f67 15:36:08 ---> 13a1e67a4a07 15:36:08 Step 13/22 : ENV APP_PORT=48060 15:36:08 Removing intermediate container 293d09d6bc99 15:36:08 ---> b97b18c8bb64 15:36:08 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:36:08 Removing intermediate container 34e9231dd643 15:36:08 ---> 22fa96d80f4e 15:36:08 Step 14/22 : EXPOSE $APP_PORT 15:36:08 ---> Running in b9a05a523639 15:36:08 ---> Running in 3c66844ab5e5 15:36:08 ---> Running in 66c5d01b326e 15:36:08 Removing intermediate container 30d9cfd9927f 15:36:08 ---> 4be84f5df695 15:36:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:36:08 Removing intermediate container aad8b74fff8e 15:36:08 ---> 354f7d6a1ec6 15:36:08 15:36:08 Step 10/23 : FROM alpine:3.12 15:36:08 ---> 88dd2752d2ea 15:36:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:36:08 ---> Running in 244531402da8 15:36:08 Removing intermediate container 3c66844ab5e5 15:36:08 ---> f4e06c55b515 15:36:08 Step 14/22 : EXPOSE $APP_PORT 15:36:08 Removing intermediate container b9a05a523639 15:36:08 ---> 693218b1cd1c 15:36:08 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:36:08 Removing intermediate container 66c5d01b326e 15:36:08 ---> 4b205300f4b0 15:36:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:36:08 ---> 4010dee0b270 15:36:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:36:08 ---> Running in 6d67adcd4244 15:36:08 ---> Running in c3752c699775 15:36:08 Removing intermediate container 244531402da8 15:36:08 ---> 7ebc67376552 15:36:08 Step 12/23 : ENV APP_PORT=48080 15:36:09 ---> Running in a633eadfb41d 15:36:09 Removing intermediate container 6d67adcd4244 15:36:09 ---> f08765342a6a 15:36:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:36:09 ---> 0724292c99ae 15:36:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:36:09 ---> 2d4c19d21b1b 15:36:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:36:10 ---> 4a7a58f1cfdc 15:36:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:36:10 Removing intermediate container a633eadfb41d 15:36:10 ---> bef466ac140d 15:36:10 Step 13/23 : EXPOSE $APP_PORT 15:36:10 ---> e79be85ffc8d 15:36:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:36:10 ---> 6e4b2ddd9300 15:36:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:36:10 ---> Running in 6b2f789f93d9 15:36:10 ---> 2689d3d8201a 15:36:10 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:36:10 Removing intermediate container 6b2f789f93d9 15:36:10 ---> 5d6da45e87bd 15:36:10 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:36:11 ---> Running in 642d6acfdea9 15:36:11 Removing intermediate container c3752c699775 15:36:11 ---> 2655b5828df4 15:36:11 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:36:11 ---> Running in ab75e0cfa09b 15:36:11 ---> a5b36590b0ec 15:36:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:36:11 ---> f7505fc5989a 15:36:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:36:11 ---> Running in 171e040bc902 15:36:11 Removing intermediate container 642d6acfdea9 15:36:11 ---> ad52f5c4516f 15:36:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:11 ---> Running in a56a9f9f19d2 15:36:11 ---> 2b14b3989439 15:36:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:36:11 ---> b77f146341a6 15:36:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:36:11 Removing intermediate container 171e040bc902 15:36:11 ---> 2af77added32 15:36:11 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:36:11 ---> Running in 0a9fcc0d9ad2 15:36:12 Removing intermediate container a56a9f9f19d2 15:36:12 ---> 43a103aef4ef 15:36:12 Step 20/22 : LABEL arch=x86_64 15:36:12 ---> Running in fbc70348d393 15:36:12 Removing intermediate container 0a9fcc0d9ad2 15:36:12 ---> 0b90dc733772 15:36:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:12 ---> b7d89a62ca5a 15:36:12 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:36:12 ---> 2361ea6ebde8 15:36:12 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/ 15:36:13 ---> Running in 087221478c6b 15:36:13 Removing intermediate container fbc70348d393 15:36:13 ---> 1c463ec52d39 15:36:13 Step 21/22 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:36:13 ---> Running in 5d92f3d36dde 15:36:13 ---> Running in 710316fa816a 15:36:13 ---> Running in 85da65cd9301 15:36:13 Removing intermediate container 087221478c6b 15:36:13 ---> 3b8f22a72f12 15:36:13 Step 20/22 : LABEL arch=x86_64 15:36:13 Removing intermediate container ab75e0cfa09b 15:36:13 ---> eb12990c63fb 15:36:13 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:36:13 ---> Running in e4681ae8f6e0 15:36:13 ---> Running in a7bc2eeb645d 15:36:13 Removing intermediate container 85da65cd9301 15:36:13 ---> e2d42d6e54ae 15:36:13 Step 22/22 : LABEL version=0.0.0 15:36:14 ---> Running in fc3878e7f44f 15:36:14 Removing intermediate container e4681ae8f6e0 15:36:14 ---> a3a41f5cb809 15:36:14 Step 21/22 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:36:14 ---> Running in 7b61bf896b29 15:36:14 Removing intermediate container fc3878e7f44f 15:36:14 ---> 12b6a038031a 15:36:14 15:36:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:14 Removing intermediate container 7b61bf896b29 15:36:14 ---> 789cb9480c94 15:36:14 Step 22/22 : LABEL version=0.0.0 15:36:14 Successfully built 12b6a038031a 15:36:15 Successfully tagged docker-support-scheduler-go:latest 15:36:15 Building docker-sys-mgmt-agent-go 15:36:15  Building docker-support-scheduler-go ... done  ---> Running in d463b6e791e8 15:36:15 Removing intermediate container 710316fa816a 15:36:15 ---> 3c13f61c1f58 15:36:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:36:15 Removing intermediate container 5d92f3d36dde 15:36:15 ---> bfb17d0847c2 15:36:15 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:36:15 Removing intermediate container d463b6e791e8 15:36:15 ---> 59699e5e8c0e 15:36:15 15:36:15 ---> Running in 47af733be9e9 15:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:15 Successfully built 59699e5e8c0e 15:36:15 Removing intermediate container 47af733be9e9 15:36:15 ---> 3fbfa6e72cf6 15:36:15 Step 22/24 : LABEL arch=x86_64 15:36:15 Successfully tagged docker-support-notifications-go:latest 15:36:15 Building docker-security-proxy-setup-go 15:36:15  Building docker-support-notifications-go ... done  ---> b80a0c0448ed 15:36:15 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:36:15 ---> Running in 17d2f5be82c0 15:36:16 Removing intermediate container 17d2f5be82c0 15:36:16 ---> 87b2de9f6a06 15:36:16 Step 23/24 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:36:16 (1/6) Installing dumb-init (1.2.2-r1) 15:36:16 (2/6) Installing libgcc (9.3.0-r2) 15:36:16 (3/6) Installing libsodium (1.0.18-r0) 15:36:18 (4/6) Installing libstdc++ (9.3.0-r2) 15:36:18 (5/6) Installing libzmq (4.3.3-r0) 15:36:18 (6/6) Installing zeromq (4.3.3-r0) 15:36:18 Executing busybox-1.31.1-r19.trigger 15:36:18 OK: 8 MiB in 20 packages 15:36:19 ---> Running in c73355258930 15:36:22 ---> 50eead5c2c1f 15:36:22 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:36:22 Removing intermediate container c73355258930 15:36:22 ---> af9da5a4b704 15:36:22 Step 24/24 : LABEL version=0.0.0 15:36:23 Removing intermediate container a7bc2eeb645d 15:36:23 ---> 5e3ea549ccf6 15:36:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:36:23 ---> Running in 7b83905b28b2 15:36:23 ---> 3c336c0314d6 15:36:23 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:36:25 ? github.com/edgexfoundry/edgex-go [no test files] 15:36:26 Removing intermediate container 7b83905b28b2 15:36:26 ---> 4aeffccdd369 15:36:26 15:36:26 Successfully built 4aeffccdd369 15:36:27 Successfully tagged docker-security-secretstore-setup-go:latest 15:36:27  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 15:36:29 ---> 297f35bdf2f5 15:36:29 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:36:29 ---> 0d15bdba4553 15:36:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:36:31 ---> fe9aa8298bed 15:36:31 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:36:34 ---> 96ba258b2379 15:36:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:36:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:36:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:36:34 ---> 83431c33781d 15:36:34 Step 3/21 : WORKDIR /edgex-go 15:36:34 ---> Using cache 15:36:34 ---> 8af813473055 15:36:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:36:34 ---> Using cache 15:36:34 ---> 4e41d05088b0 15:36:34 Step 5/21 : RUN apk add --update --no-cache make git 15:36:34 ---> Using cache 15:36:34 ---> 474f30fe3714 15:36:34 Step 6/21 : COPY go.mod . 15:36:34 ---> Using cache 15:36:34 ---> 439184e31f51 15:36:34 Step 7/21 : RUN go mod download 15:36:34 ---> Using cache 15:36:34 ---> 897c2d3c96e0 15:36:34 Step 8/21 : COPY . . 15:36:34 ---> Using cache 15:36:34 ---> fa9c2974bbc9 15:36:34 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:36:36 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:36:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:36:36 ---> 83431c33781d 15:36:36 Step 3/26 : WORKDIR /edgex-go 15:36:36 ---> Using cache 15:36:36 ---> 8af813473055 15:36:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:36:36 ---> Using cache 15:36:36 ---> 4e41d05088b0 15:36:36 Step 5/26 : RUN apk add --update --no-cache make bash git 15:36:36 ---> Running in 5786aef49820 15:36:36 ---> Running in dd0bc9808c4a 15:36:36 ---> Running in ce1586ba6f01 15:36:36 ---> ae507cd3195e 15:36:36 Step 19/23 : ENTRYPOINT ["/core-data"] 15:36:37 Removing intermediate container 5786aef49820 15:36:37 ---> 170cd450d9c7 15:36:37 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:36:37 ---> Running in ff28c5a2abc2 15:36:38 Removing intermediate container ff28c5a2abc2 15:36:38 ---> eb7fe4f9771f 15:36:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:38 ---> 350c09574eb8 15:36:38 Step 26/31 : RUN chmod +x /entrypoint.sh 15:36:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:38 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 15:36:38 ---> Running in a0cc67d8afaf 15:36:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:39 ---> Running in e502d5b259f7 15:36:39 Removing intermediate container a0cc67d8afaf 15:36:39 ---> f749e29e3787 15:36:39 Step 21/23 : LABEL arch=x86_64 15:36:40 OK: 233 MiB in 51 packages 15:36:41 ---> Running in 5e4ef889307a 15:36:42 Removing intermediate container 5e4ef889307a 15:36:42 ---> 05596f108632 15:36:42 Step 22/23 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:36:43 ---> Running in beccc4bc96a7 15:36:43 Removing intermediate container ce1586ba6f01 15:36:43 ---> 4461c5f87c58 15:36:43 Step 6/26 : COPY go.mod . 15:36:44 Removing intermediate container beccc4bc96a7 15:36:44 ---> 49cb8333a33e 15:36:44 Step 23/23 : LABEL version=0.0.0 15:36:44 Removing intermediate container e502d5b259f7 15:36:44 ---> 0670f5570f2b 15:36:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:36:44 ---> e13d5f046537 15:36:44 Step 7/26 : RUN go mod download 15:36:44 ---> Running in d01b2bdc834d 15:36:44 ---> Running in e0c709fa206e 15:36:44 ---> Running in b49c6fbeb90b 15:36:45 Removing intermediate container d01b2bdc834d 15:36:45 ---> f0c690fe7594 15:36:45 15:36:46 Removing intermediate container b49c6fbeb90b 15:36:46 ---> 734facca61ae 15:36:46 Step 28/31 : CMD ["gate"] 15:36:46 Successfully built f0c690fe7594 15:36:46 Successfully tagged docker-core-data-go:latest 15:36:46  Building docker-core-data-go ... done Building docker-core-command-go 15:36:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:36:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:36:47 ---> 83431c33781d 15:36:47 Step 3/23 : WORKDIR /edgex-go 15:36:47 ---> Using cache 15:36:47 ---> 8af813473055 15:36:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:36:47 ---> Using cache 15:36:47 ---> 4e41d05088b0 15:36:47 Step 5/23 : RUN apk add --update --no-cache make git 15:36:47 ---> Using cache 15:36:47 ---> 474f30fe3714 15:36:47 Step 6/23 : COPY go.mod . 15:36:47 ---> Using cache 15:36:47 ---> 439184e31f51 15:36:47 Step 7/23 : RUN go mod download 15:36:47 ---> Using cache 15:36:47 ---> 897c2d3c96e0 15:36:47 Step 8/23 : COPY . . 15:36:47 ---> Using cache 15:36:47 ---> fa9c2974bbc9 15:36:47 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:36:47 ---> Running in d4159a49971a 15:36:47 ---> Running in 0d3f2d5be596 15:36:48 Removing intermediate container d4159a49971a 15:36:48 ---> fed997a4127f 15:36:48 Step 29/31 : LABEL arch=x86_64 15:36:50 ---> Running in 6945672d4d0c 15:36:50 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 15:36:53 Removing intermediate container 6945672d4d0c 15:36:53 ---> 2f5e3eb1d103 15:36:53 Step 30/31 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:36:53 Removing intermediate container e0c709fa206e 15:36:53 ---> e909ddc61ef2 15:36:53 Step 8/26 : COPY . . 15:36:56 ---> Running in bd99f5e0ad7d 15:36:57 Removing intermediate container bd99f5e0ad7d 15:36:57 ---> 163cd623c922 15:36:57 Step 31/31 : LABEL version=0.0.0 15:36:59 ---> Running in 60c97ec0be33 15:37:00 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 15:37:00 Removing intermediate container 60c97ec0be33 15:37:00 ---> 2824444197b4 15:37:00 15:37:00 Successfully built 2824444197b4 15:37:00 Successfully tagged docker-security-bootstrapper-go:latest 15:37:09  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:37:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:37:09 ---> 83431c33781d 15:37:09 Step 3/23 : WORKDIR /edgex-go 15:37:09 ---> Using cache 15:37:09 ---> 8af813473055 15:37:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:37:09 ---> Using cache 15:37:09 ---> 4e41d05088b0 15:37:09 Step 5/23 : RUN apk add --update --no-cache make git 15:37:09 ---> Using cache 15:37:09 ---> 474f30fe3714 15:37:09 Step 6/23 : COPY go.mod . 15:37:09 ---> Using cache 15:37:09 ---> 439184e31f51 15:37:09 Step 7/23 : RUN go mod download 15:37:09 ---> Using cache 15:37:09 ---> 897c2d3c96e0 15:37:09 Step 8/23 : COPY . . 15:37:09 ---> Using cache 15:37:09 ---> fa9c2974bbc9 15:37:09 Step 9/23 : RUN make cmd/core-command/core-command 15:37:11 ---> Running in d0e02a7e1962 15:37:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:37:13 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 15:37:16 Removing intermediate container dd0bc9808c4a 15:37:16 ---> 713cf4965896 15:37:16 15:37:16 Step 10/21 : FROM alpine:3.12 15:37:16 ---> 88dd2752d2ea 15:37:16 Step 11/21 : RUN apk add --update --no-cache curl 15:37:17 ---> Running in 598520c7e254 15:37:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:18 (1/4) Installing ca-certificates (20191127-r4) 15:37:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:37:18 (3/4) Installing libcurl (7.69.1-r3) 15:37:18 (4/4) Installing curl (7.69.1-r3) 15:37:18 Executing busybox-1.31.1-r19.trigger 15:37:18 Executing ca-certificates-20191127-r4.trigger 15:37:18 OK: 7 MiB in 18 packages 15:37:20 ---> 37c051209db4 15:37:20 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:37:20 ---> Running in 6315545a9de8 15:37:22 Removing intermediate container 598520c7e254 15:37:22 ---> 25ae3de140c2 15:37:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:37:22 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 15:37:23 ---> Running in 75c1c29f0cce 15:37:24 Removing intermediate container 75c1c29f0cce 15:37:24 ---> d561f4dc37b8 15:37:24 Step 13/21 : WORKDIR /edgex 15:37:24 ---> Running in 328e39f1c529 15:37:24 Removing intermediate container 0d3f2d5be596 15:37:24 ---> 60625f4ebcd3 15:37:24 15:37:24 Step 10/23 : FROM alpine:3.12 15:37:24 ---> 88dd2752d2ea 15:37:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:37:24 ---> Using cache 15:37:24 ---> c78bcd3446b4 15:37:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:37:24 ---> Using cache 15:37:24 ---> 6d390122ce68 15:37:24 Step 13/23 : ENV APP_PORT=48081 15:37:24 ---> Running in 0eace4a729a6 15:37:25 Removing intermediate container 328e39f1c529 15:37:25 ---> dce8cc83097f 15:37:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:37:25 Removing intermediate container 0eace4a729a6 15:37:25 ---> cbcf59045a02 15:37:25 Step 14/23 : EXPOSE $APP_PORT 15:37:25 ---> Running in 7a1dcd95b0ad 15:37:25 ---> db018c36f67c 15:37:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:37:25 Removing intermediate container 7a1dcd95b0ad 15:37:25 ---> a1c44496e9cf 15:37:25 Step 15/23 : WORKDIR / 15:37:27 ---> Running in 30272bd75566 15:37:27 ---> cab4677acc9f 15:37:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:37:27 Removing intermediate container 30272bd75566 15:37:27 ---> 11a5bd8fd33a 15:37:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:37:28 ---> 6951400ca7d2 15:37:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:37:28 ---> 86335973697f 15:37:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:37:28 ---> Running in 49e664ef2644 15:37:28 Removing intermediate container 49e664ef2644 15:37:28 ---> a843b665f7ad 15:37:28 Step 18/21 : CMD ["--init=true"] 15:37:29 ---> Running in 08c6bf0c0eca 15:37:31 Removing intermediate container 08c6bf0c0eca 15:37:31 ---> e6af6415f2d4 15:37:31 Step 19/21 : LABEL arch=x86_64 15:37:31 ---> 95f6e33d5078 15:37:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:37:31 ---> Running in eb8f943c7d8b 15:37:31 ---> 495a41f09ed7 15:37:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:37:31 Removing intermediate container eb8f943c7d8b 15:37:31 ---> a2c13493425a 15:37:31 Step 20/21 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:37:31 ---> Running in fc2ffe3856b5 15:37:31 ---> Running in bebed8fddd78 15:37:31 Removing intermediate container fc2ffe3856b5 15:37:31 ---> de021299257d 15:37:31 Step 21/21 : LABEL version=0.0.0 15:37:31 Removing intermediate container bebed8fddd78 15:37:31 ---> 851654b56e60 15:37:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:37:31 ---> Running in fd2cf9c24d5b 15:37:31 ---> Running in 30f9ccfebf37 15:37:31 Removing intermediate container 30f9ccfebf37 15:37:31 ---> 31f1c4ac1861 15:37:31 Step 21/23 : LABEL arch=x86_64 15:37:32 ---> Running in da57f82693c7 15:37:32 Removing intermediate container fd2cf9c24d5b 15:37:32 ---> a296648d940e 15:37:32 15:37:32 Removing intermediate container da57f82693c7 15:37:32 ---> a0313d7076c7 15:37:32 Step 22/23 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:37:32 Successfully built a296648d940e 15:37:32 Successfully tagged docker-security-proxy-setup-go:latest 15:37:32 ---> Running in afc8b92a419f 15:37:32  Building docker-security-proxy-setup-go ... done Removing intermediate container afc8b92a419f 15:37:32 ---> 806ea2a4f301 15:37:32 Step 23/23 : LABEL version=0.0.0 15:37:32 ---> Running in 804619cb94af 15:37:33 Removing intermediate container 804619cb94af 15:37:33 ---> e1518cb07c90 15:37:33 15:37:33 Successfully built e1518cb07c90 15:37:33 Successfully tagged docker-core-metadata-go:latest 15:37:36  Building docker-core-metadata-go ... done Removing intermediate container d0e02a7e1962 15:37:36 ---> f9ff83b492b0 15:37:36 15:37:36 Step 10/23 : FROM alpine:3.12 15:37:36 ---> 88dd2752d2ea 15:37:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:37:36 ---> Using cache 15:37:36 ---> c78bcd3446b4 15:37:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:37:36 ---> Using cache 15:37:36 ---> 6d390122ce68 15:37:36 Step 13/23 : ENV APP_PORT=48082 15:37:36 ---> Running in 7228e1c72e05 15:37:36 Removing intermediate container 7228e1c72e05 15:37:36 ---> 1fd6210c67f8 15:37:36 Step 14/23 : EXPOSE $APP_PORT 15:37:36 ---> Running in ca86b25d7473 15:37:36 Removing intermediate container ca86b25d7473 15:37:36 ---> b32ab75306e2 15:37:36 Step 15/23 : WORKDIR / 15:37:36 ---> Running in 95ffe543f639 15:37:37 Removing intermediate container 95ffe543f639 15:37:37 ---> bfccb835c529 15:37:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:37:37 ---> d4fb748fb26e 15:37:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:37:39 ---> 5b0fae33661a 15:37:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:37:39 Removing intermediate container 6315545a9de8 15:37:39 ---> c55f7face9b8 15:37:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:37:39 ---> Running in ad660d41634e 15:37:39 ---> 3bf0de5bd557 15:37:39 Step 19/23 : ENTRYPOINT ["/core-command"] 15:37:39 ---> Running in deef3506032e 15:37:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:37:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:37:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:37:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:37:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:37:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:37:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:37:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:37:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:37:40 Removing intermediate container deef3506032e 15:37:40 ---> 0f7814728109 15:37:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:37:40 ---> Running in a0fafdd093ae 15:37:40 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 15:37:40 Removing intermediate container a0fafdd093ae 15:37:40 ---> 09b7c3fd15b3 15:37:40 Step 21/23 : LABEL arch=x86_64 15:37:40 ---> Running in 8a6c60cfd9dc 15:37:40 Removing intermediate container 8a6c60cfd9dc 15:37:40 ---> 0c828f26dc8a 15:37:40 Step 22/23 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:37:40 ---> Running in 98e5d4ec438d 15:37:40 Removing intermediate container 98e5d4ec438d 15:37:40 ---> f6d461be68f9 15:37:40 Step 23/23 : LABEL version=0.0.0 15:37:40 ---> Running in 749e94a4dec7 15:37:40 Removing intermediate container 749e94a4dec7 15:37:40 ---> cdaf803df2fa 15:37:40 15:37:41 Successfully built cdaf803df2fa 15:37:41 Successfully tagged docker-core-command-go:latest 15:37:41  Building docker-core-command-go ... done Removing intermediate container ad660d41634e 15:37:41 ---> e0133010d577 15:37:41 15:37:41 Step 11/26 : FROM docker:20.10.0 15:37:41 20.10.0: Pulling from library/docker 15:37:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:37:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:37:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:37:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:37:47 Status: Downloaded newer image for docker:20.10.0 15:37:47 ---> aefe523efa57 15:37:47 Step 12/26 : RUN apk add --no-cache bash 15:37:47 ---> Running in 3a406eb6c8f3 15:37:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:47 (1/2) Installing readline (8.0.4-r0) 15:37:47 (2/2) Installing bash (5.0.17-r0) 15:37:47 Executing bash-5.0.17-r0.post-install 15:37:47 Executing busybox-1.31.1-r19.trigger 15:37:47 OK: 12 MiB in 22 packages 15:37:48 Removing intermediate container 3a406eb6c8f3 15:37:48 ---> 25d30b2c42f8 15:37:48 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:37:48 ---> Running in 85a6cf67ace4 15:37:48 Removing intermediate container 85a6cf67ace4 15:37:48 ---> b23fcf07eca8 15:37:48 Step 14/26 : ENV APP_PORT=48090 15:37:48 ---> Running in fd60e422a1a4 15:37:48 Removing intermediate container fd60e422a1a4 15:37:48 ---> 632680c37d38 15:37:48 Step 15/26 : EXPOSE $APP_PORT 15:37:48 ---> Running in ab1fe139c321 15:37:49 Removing intermediate container ab1fe139c321 15:37:49 ---> c7c512c77b74 15:37:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:37:49 ---> 7151394eb8c7 15:37:49 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:37:49 ---> 94463c12cad3 15:37:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:37:50 ---> 5ebfb1018b16 15:37:50 Step 19/26 : RUN apk --no-cache add py3-pip 15:37:50 ---> Running in f9d862a0a0d3 15:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:51 (1/33) Installing libbz2 (1.0.8-r1) 15:37:51 (2/33) Installing expat (2.2.9-r1) 15:37:51 (3/33) Installing libffi (3.3-r2) 15:37:51 (4/33) Installing gdbm (1.13-r1) 15:37:51 (5/33) Installing xz-libs (5.2.5-r0) 15:37:51 (6/33) Installing sqlite-libs (3.32.1-r0) 15:37:51 (7/33) Installing python3 (3.8.5-r1) 15:37:52 (8/33) Installing py3-appdirs (1.4.4-r1) 15:37:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:37:52 (10/33) Installing py3-parsing (2.4.7-r0) 15:37:52 (11/33) Installing py3-six (1.15.0-r0) 15:37:52 (12/33) Installing py3-packaging (20.4-r0) 15:37:52 (13/33) Installing py3-setuptools (47.0.0-r0) 15:37:52 (14/33) Installing py3-chardet (3.0.4-r4) 15:37:52 (15/33) Installing py3-idna (2.9-r0) 15:37:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:37:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:37:52 (18/33) Installing py3-requests (2.23.0-r0) 15:37:52 (19/33) Installing py3-msgpack (1.0.0-r0) 15:37:52 (20/33) Installing py3-lockfile (0.12.2-r3) 15:37:52 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:37:52 (22/33) Installing py3-colorama (0.4.3-r0) 15:37:52 (23/33) Installing py3-distlib (0.3.0-r0) 15:37:52 (24/33) Installing py3-distro (1.5.0-r1) 15:37:52 (25/33) Installing py3-webencodings (0.5.1-r3) 15:37:52 (26/33) Installing py3-html5lib (1.0.1-r4) 15:37:52 (27/33) Installing py3-pytoml (0.1.21-r0) 15:37:52 (28/33) Installing py3-pep517 (0.8.2-r0) 15:37:52 (29/33) Installing py3-progress (1.5-r0) 15:37:52 (30/33) Installing py3-toml (0.10.1-r0) 15:37:52 (31/33) Installing py3-retrying (1.3.3-r0) 15:37:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:37:52 (33/33) Installing py3-pip (20.1.1-r0) 15:37:52 Executing busybox-1.31.1-r19.trigger 15:37:52 OK: 71 MiB in 55 packages 15:37:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.412s coverage: 45.9% of statements 15:37:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:37:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:37:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:37:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:37:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:37:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:37:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:37:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.213s coverage: 100.0% of statements 15:37:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.619s coverage: 27.1% of statements 15:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:37:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 15:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:37:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements 15:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:37:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:38:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.292s coverage: 71.3% of statements 15:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:38:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:38:01 Removing intermediate container f9d862a0a0d3 15:38:01 ---> 1ffcc1ae16ad 15:38:01 Step 20/26 : RUN pip install docker-compose==1.23.2 15:38:01 ---> Running in 37920f4c096a 15:38:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.571s coverage: 82.9% of statements 15:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:38:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.183s coverage: 78.9% of statements 15:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:38:03 Collecting docker-compose==1.23.2 15:38:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:38:03 Collecting PyYAML<4,>=3.10 15:38:03 Downloading PyYAML-3.13.tar.gz (270 kB) 15:38:04 Collecting dockerpty<0.5,>=0.4.1 15:38:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:38:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:38:04 Collecting docopt<0.7,>=0.6.1 15:38:04 Downloading docopt-0.6.2.tar.gz (25 kB) 15:38:04 Collecting texttable<0.10,>=0.9.0 15:38:04 Downloading texttable-0.9.1.tar.gz (11 kB) 15:38:05 Collecting websocket-client<1.0,>=0.32.0 15:38:05 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:38:05 Collecting cached-property<2,>=1.2.0 15:38:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:38:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:38:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:38:05 Collecting jsonschema<3,>=2.5.1 15:38:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:38:06 Collecting docker<4.0,>=3.6.0 15:38:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:38:06 Collecting idna<2.8,>=2.5 15:38:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:38:06 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) 15:38:06 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) 15:38:06 Collecting urllib3<1.25,>=1.21.1 15:38:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:38:06 Collecting docker-pycreds>=0.4.0 15:38:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:38:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:38:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:38:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:38:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:38:06 Installing collected packages: PyYAML, dockerpty, docopt, texttable, websocket-client, cached-property, idna, urllib3, requests, jsonschema, docker-pycreds, docker, docker-compose 15:38:06 Running setup.py install for PyYAML: started 15:38:07 Running setup.py install for PyYAML: finished with status 'done' 15:38:07 Running setup.py install for dockerpty: started 15:38:07 Running setup.py install for dockerpty: finished with status 'done' 15:38:07 Running setup.py install for docopt: started 15:38:08 Running setup.py install for docopt: finished with status 'done' 15:38:08 Running setup.py install for texttable: started 15:38:08 Running setup.py install for texttable: finished with status 'done' 15:38:08 Attempting uninstall: idna 15:38:08 Found existing installation: idna 2.9 15:38:08 Uninstalling idna-2.9: 15:38:08 Successfully uninstalled idna-2.9 15:38:09 Attempting uninstall: urllib3 15:38:09 Found existing installation: urllib3 1.25.9 15:38:09 Uninstalling urllib3-1.25.9: 15:38:09 Successfully uninstalled urllib3-1.25.9 15:38:09 Attempting uninstall: requests 15:38:09 Found existing installation: requests 2.23.0 15:38:09 Uninstalling requests-2.23.0: 15:38:09 Successfully uninstalled requests-2.23.0 15:38:09 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 15:38:14 Removing intermediate container 37920f4c096a 15:38:14 ---> c296e0f3d849 15:38:14 Step 21/26 : RUN apk --no-cache add curl 15:38:14 ---> Running in 0862f01f4500 15:38:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:38:14 (2/3) Installing libcurl (7.69.1-r3) 15:38:14 (3/3) Installing curl (7.69.1-r3) 15:38:14 Executing busybox-1.31.1-r19.trigger 15:38:14 OK: 72 MiB in 58 packages 15:38:14 Removing intermediate container 0862f01f4500 15:38:14 ---> 1bab738add69 15:38:14 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:38:14 ---> Running in c973308d8eda 15:38:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.317s coverage: 28.6% of statements 15:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:38:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements 15:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:38:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.066s coverage: 100.0% of statements 15:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:38:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.348s coverage: 86.7% of statements 15:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:38:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.353s coverage: 97.5% of statements 15:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:38:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements 15:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:38:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:38:14 Removing intermediate container c973308d8eda 15:38:14 ---> 0c0ae2b457de 15:38:14 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:38:14 ---> Running in 4c97076faa61 15:38:15 Removing intermediate container 4c97076faa61 15:38:15 ---> 3bf131672fb7 15:38:15 Step 24/26 : LABEL arch=x86_64 15:38:15 ---> Running in e77677350d83 15:38:15 Removing intermediate container e77677350d83 15:38:15 ---> f4ee6319133e 15:38:15 Step 25/26 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:38:15 ---> Running in b19e6463ff46 15:38:15 Removing intermediate container b19e6463ff46 15:38:15 ---> 10d640df8fcf 15:38:15 Step 26/26 : LABEL version=0.0.0 15:38:15 ---> Running in 1884e28c5162 15:38:16 Removing intermediate container 1884e28c5162 15:38:16 ---> 6d90d9bf0b97 15:38:16 15:38:16 Successfully built 6d90d9bf0b97 15:38:16 Successfully tagged docker-sys-mgmt-agent-go:latest 15:38:16  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:38:16 $ docker stop --time=1 affd432c50446059dc4b09cc86b2b535e8b5d5dd006762a0e460b3ea9a4d704a 15:38:18 $ docker rm -f affd432c50446059dc4b09cc86b2b535e8b5d5dd006762a0e460b3ea9a4d704a [Pipeline] // withDockerContainer [Pipeline] sh 15:38:19 + docker images 15:38:19 + grep docker 15:38:19 docker-sys-mgmt-agent-go latest 6d90d9bf0b97 4 seconds ago 313MB 15:38:19 docker-core-command-go latest cdaf803df2fa 39 seconds ago 17.2MB 15:38:19 docker-core-metadata-go latest e1518cb07c90 47 seconds ago 19MB 15:38:19 docker-security-proxy-setup-go latest a296648d940e 48 seconds ago 24.7MB 15:38:19 docker-security-bootstrapper-go latest 2824444197b4 About a minute ago 18.7MB 15:38:19 docker-core-data-go latest f0c690fe7594 About a minute ago 22.6MB 15:38:19 docker-security-secretstore-setup-go latest 4aeffccdd369 About a minute ago 24.9MB 15:38:19 docker-support-notifications-go latest 59699e5e8c0e 2 minutes ago 17.8MB 15:38:19 docker-support-scheduler-go latest 12b6a038031a 2 minutes ago 17.3MB 15:38:19 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 15:38:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.482s coverage: 92.8% of statements 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:38:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:38:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.277s coverage: 0.1% of statements 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:38:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.133s coverage: 47.1% of statements 15:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.069s coverage: 79.5% of statements 15:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 15:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.095s coverage: 96.3% of statements 15:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.083s coverage: 87.5% of statements 15:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.081s coverage: 94.4% of statements 15:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.072s coverage: 44.8% of statements 15:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.105s coverage: 81.4% of statements 15:38:35 Still waiting to schedule task 15:38:35 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.113s coverage: 92.9% of statements 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.211s coverage: 91.6% of statements 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.577s coverage: 62.4% of statements 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:38:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 15:38:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 15:38:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.903s coverage: 69.0% of statements 15:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 38.4% of statements 15:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.126s coverage: 89.5% of statements 15:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.137s coverage: 84.8% of statements 15:39:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.455s coverage: 47.0% of statements 15:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:39:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.152s coverage: 100.0% of statements 15:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:39:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements 15:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:39:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.477s coverage: 87.1% of statements 15:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:39:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.556s coverage: 29.1% of statements 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:39:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.239s coverage: 96.5% of statements 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:39:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.056s coverage: 0.0% of statements 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:39:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:39:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:39:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:39:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 15:39:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 15:39:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 15:39:13 GO111MODULE=on go vet ./... 15:39:38 Running on prd-ubuntu18.04-docker-8c-8g-29350 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 15:39:38 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 15:39:40 using credential edgex-jenkins-ssh 15:39:40 Cloning the remote Git repository 15:39:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:39:41 > git init /w/workspace/edgex-go/6 # timeout=10 15:39:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:39:41 > git --version # timeout=10 15:39:41 > git --version # 'git version 2.17.1' 15:39:41 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:40:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:40:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:40:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:40:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:40:01 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:40:04 Merging remotes/origin/master commit fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit 28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:40:04 Merge succeeded, producing 28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:40:04 Checking out Revision 28b547c0b4f3564d1d9ce77f2bb4079023185d89 (PR-3234) 15:40:04 > git config core.sparsecheckout # timeout=10 15:40:04 > git checkout -f 28b547c0b4f3564d1d9ce77f2bb4079023185d89 # timeout=10 15:40:04 > git remote # timeout=10 15:40:04 > git config --get remote.origin.url # timeout=10 15:40:04 using GIT_SSH to set credentials SSH Credentials for GitHub 15:40:04 > git merge fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 15:40:04 > git rev-parse HEAD^{commit} # timeout=10 15:40:04 > git config core.sparsecheckout # timeout=10 15:40:04 > git checkout -f 28b547c0b4f3564d1d9ce77f2bb4079023185d89 # timeout=10 15:40:08 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:40:09 + echo snap-build.sh 15:40:09 snap-build.sh 15:40:09 + SNAP_BASE_DIR=. 15:40:09 + '[' '!' -z /w/workspace/edgex-go/6 ']' 15:40:09 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 15:40:09 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 15:40:09 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 15:40:09 + cd /w/workspace/edgex-go/6 15:40:09 + sudo apt-get remove -qy --purge lxd lxd-client 15:40:09 Reading package lists... 15:40:09 Building dependency tree... 15:40:09 Reading state information... 15:40:09 The following packages were automatically installed and are no longer required: 15:40:09 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:40:09 uidmap xdelta3 15:40:09 Use 'sudo apt autoremove' to remove them. 15:40:09 The following packages will be REMOVED: 15:40:09 lxd* lxd-client* 15:40:09 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:40:09 After this operation, 31.7 MB disk space will be freed. 15:40:10 (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.) 15:40:10 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:40:11 Removing lxd dnsmasq configuration 15:40:11 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:40:11 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:40:12 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:40:13 (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.) 15:40:13 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:40:14 Processing triggers for systemd (237-3ubuntu10.42) ... 15:40:14 Processing triggers for ureadahead (0.100.0-21) ... 15:40:15 + sudo snap remove --purge lxd 15:40:15 snap "lxd" is not installed 15:40:15 + sudo groupadd --force --system lxd 15:40:15 ++ whoami 15:40:15 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:40:15 + newgrp - lxd 15:40:15 + sudo snap install lxd 15:40:27 2021-03-10T15:40:25Z INFO Waiting for automatic snapd restart... 15:40:35 gofmt -l . 15:40:35 [ "`gofmt -l .`" = "" ] 15:40:38 ./bin/test-go-mod-tidy.sh 15:40:38 ./bin/test-attribution-txt.sh [Pipeline] sh 15:40:41 + ls -al . 15:40:41 total 768 15:40:41 drwxrwxr-x 9 1001 1001 4096 Mar 10 15:40 . 15:40:41 drwxr-xr-x 4 root root 4096 Mar 10 15:35 .. 15:40:41 -rw-rw-r-- 1 1001 1001 11 Mar 10 15:34 .dockerignore 15:40:41 drwxrwxr-x 8 1001 1001 4096 Mar 10 15:34 .git 15:40:41 drwxrwxr-x 3 1001 1001 4096 Mar 10 15:34 .github 15:40:41 -rw-rw-r-- 1 1001 1001 818 Mar 10 15:34 .gitignore 15:40:41 -rw-rw-r-- 1 1001 1001 166 Mar 10 15:34 .sonarcloud.properties 15:40:41 -rw-rw-r-- 1 1001 1001 8607 Mar 10 15:34 Attribution.txt 15:40:41 -rw-rw-r-- 1 1001 1001 3804 Mar 10 15:34 CONTRIBUTING.md 15:40:41 -rw-rw-r-- 1 1001 1001 931 Mar 10 15:34 Dockerfile.build 15:40:41 -rw-rw-r-- 1 1001 1001 863 Mar 10 15:34 Jenkinsfile 15:40:41 -rw-rw-r-- 1 1001 1001 10775 Mar 10 15:34 LICENSE 15:40:41 -rw-rw-r-- 1 1001 1001 5774 Mar 10 15:34 Makefile 15:40:41 -rw-rw-r-- 1 1001 1001 6548 Mar 10 15:34 README.md 15:40:41 -rw-rw-r-- 1 1001 1001 6755 Mar 10 15:34 SECURITY.md 15:40:41 -rw-rw-r-- 1 1001 1001 5 Mar 10 15:30 VERSION 15:40:41 -rw-rw-r-- 1 1001 1001 4131 Mar 10 15:34 ZMQWindows.md 15:40:41 drwxrwxr-x 2 1001 1001 4096 Mar 10 15:34 bin 15:40:41 drwxrwxr-x 14 1001 1001 4096 Mar 10 15:34 cmd 15:40:41 -rw-r--r-- 1 root root 628838 Mar 10 15:39 coverage.out 15:40:41 -rw-r--r-- 1 root root 1056 Mar 10 15:40 go.mod 15:40:41 -rw-r--r-- 1 root root 21983 Mar 10 15:40 go.sum 15:40:41 drwxrwxr-x 8 1001 1001 4096 Mar 10 15:34 internal 15:40:41 drwxrwxr-x 4 1001 1001 4096 Mar 10 15:34 openapi 15:40:41 drwxrwxr-x 4 1001 1001 4096 Mar 10 15:34 snap 15:40:41 -rw-rw-r-- 1 1001 1001 168 Mar 10 15:34 version.go [Pipeline] sh 15:40:41 + '[' -e coverage.out ] 15:40:41 + chown 1001:1001 coverage.out [Pipeline] stash 15:40:42 Warning: overwriting stash ‘coverage-report’ 15:40:43 Stashed 1 file(s) [Pipeline] sh 15:40:44 + make build 15:40:44 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 15:40:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:41:00 lxd 4.11 from Canonical* installed 15:41:00 + sudo lxd init --auto 15:41:09 + sudo snap install --classic snapcraft 15:41:15 snapcraft 4.5.4 from Canonical* installed 15:41:15 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 15:41:15 + patch --verbose -p1 15:41:15 Hmm... Looks like a unified diff to me... 15:41:15 The text leading up to this was: 15:41:15 -------------------------- 15:41:15 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 15:41:15 |From: Tony Espy 15:41:15 |Date: Wed, 16 Dec 2020 16:34:55 -0500 15:41:15 |Subject: [PATCH] optimize snap build for pipeline CI check 15:41:15 | 15:41:15 |This patch is used by the EdgeX CI pipeline builds to 15:41:15 |optimize the snap CI check run for pull requests. When 15:41:15 |applied, it essentially strips out everything (apps and 15:41:15 |parts) from the snapcraft.yaml file except those required 15:41:15 |to build edgex-go, as the whole idea of the CI check is to 15:41:15 |catch changes to edgex-go that break the snap build. 15:41:15 | 15:41:15 |In general, anyone updating snapcraft.yaml will also need 15:41:15 |to update this patch file, otherwise it may fail to apply, 15:41:15 |resulting in a failed snap build CI check in the associated 15:41:15 |pull request. 15:41:15 | 15:41:15 |Note - in addition to applying this patch, the pipeline also 15:41:15 |only primes the snap (e.g. `snapcraft prime`), as there's no 15:41:15 |need to build the finally binary .snap file (and it won't 15:41:15 |work with the patch applied). This further reduces the build 15:41:15 |time. 15:41:15 |--- 15:41:15 | snap/snapcraft.yaml | 461 +------------------------------------------- 15:41:15 | 1 file changed, 2 insertions(+), 459 deletions(-) 15:41:15 | 15:41:15 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 15:41:15 |index 1e537489..faf42425 100644 15:41:15 |--- a/snap/snapcraft.yaml 15:41:15 |+++ b/snap/snapcraft.yaml 15:41:15 -------------------------- 15:41:15 patching file snap/snapcraft.yaml 15:41:15 Using Plan A... 15:41:15 Hunk #1 succeeded at 73. 15:41:15 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 15:41:15 Hunk #3 succeeded at 217 (offset 3 lines). 15:41:15 Hunk #4 succeeded at 225 (offset 3 lines). 15:41:15 Hunk #5 succeeded at 232 (offset 3 lines). 15:41:15 Hunk #6 succeeded at 259 (offset 3 lines). 15:41:15 Hunk #7 succeeded at 293 (offset 3 lines). 15:41:15 Hunk #8 succeeded at 352 (offset 11 lines). 15:41:15 Hmm... Ignoring the trailing garbage. 15:41:15 done 15:41:15 + sudo snapcraft prime --use-lxd 15:41:16 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:41: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: 15:41:16 - README.md 15:41:16 - snapcraft.yaml.orig 15:41:16 15:41:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:41:17 Launching a container. 15:41:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:41:25 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 15:41:35 Waiting for container to be ready 15:41:35 To start your first instance, try: lxc launch ubuntu:18.04 15:41:35 15:41:35 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 15:41: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 15:41:36 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:41:36 Waiting for network to be ready... 15:41:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:41:37 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:41:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 15:41:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 15:41:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 15:41:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 15:41:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 15:41:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 15:41:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 15:41:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 15:41:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:41:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:41:38 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:41:38 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:41:38 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:41:38 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:41:38 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:41:38 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:41:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:41:38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 15:41:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 15:41:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 15:41:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 15:41:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 15:41:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 15:41:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 15:41:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 15:41:41 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 15:41:41 Fetched 24.0 MB in 4s (6158 kB/s) 15:41:41 Reading package lists... 15:41:41 Reading package lists... 15:41:42 Building dependency tree... 15:41:42 Reading state information... 15:41:42 The following additional packages will be installed: 15:41:42 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:41:42 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:41:42 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:41:42 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:41:42 Suggested packages: 15:41:42 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:41:42 Recommended packages: 15:41:42 gnupg libsasl2-modules 15:41:42 The following NEW packages will be installed: 15:41:42 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:41:42 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:41:42 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:41:42 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:41:42 The following packages will be upgraded: 15:41:42 gpg gpg-agent gpgconf libudev1 15:41:42 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 15:41:42 Need to get 3530 kB of archives. 15:41:42 After this operation, 13.3 MB of additional disk space will be used. 15:41:42 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] 15:41:42 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] 15:41:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 15:41:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 15:41:42 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 15:41:42 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 15:41:43 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:41:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:41:43 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 15:41:43 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 15:41:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 15:41:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:41:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:41:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:41:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:41:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:41:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:41:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:41:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:41:43 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:41:43 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:41:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 15:41:43 debconf: delaying package configuration, since apt-utils is not installed 15:41:43 Fetched 3530 kB in 1s (3467 kB/s) 15:41:43 (Reading database ... 12511 files and directories currently installed.) 15:41:43 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 15:41:43 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:41:43 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 15:41:43 Selecting previously unselected package udev. 15:41:43 (Reading database ... 12511 files and directories currently installed.) 15:41:43 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 15:41:43 Unpacking udev (237-3ubuntu10.44) ... 15:41:44 Selecting previously unselected package libfuse2:amd64. 15:41:44 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:41:44 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:41:44 Selecting previously unselected package fuse. 15:41:44 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:41:44 Unpacking fuse (2.9.7-1ubuntu1) ... 15:41:44 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 15:41:44 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:41:44 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 15:41:44 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:41:44 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 15:41:44 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:41:44 Selecting previously unselected package libksba8:amd64. 15:41:44 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:41:44 Unpacking libksba8:amd64 (1.3.5-2) ... 15:41:44 Selecting previously unselected package libroken18-heimdal:amd64. 15:41:44 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:44 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:44 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:41:44 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:44 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:44 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:41:44 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:44 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:44 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:41:44 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:44 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:44 Selecting previously unselected package libwind0-heimdal:amd64. 15:41:44 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:44 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:45 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:41:45 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:45 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:45 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:41:45 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:45 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:45 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:41:45 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:45 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:45 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:41:45 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:41:45 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:45 Selecting previously unselected package libsasl2-modules-db:amd64. 15:41:45 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:41:45 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:41:45 Selecting previously unselected package libsasl2-2:amd64. 15:41:45 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:41:45 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:41:45 Selecting previously unselected package libldap-common. 15:41:45 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 15:41:45 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 15:41:45 Selecting previously unselected package libldap-2.4-2:amd64. 15:41:45 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 15:41:45 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 15:41:45 Selecting previously unselected package dirmngr. 15:41:45 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 15:41:45 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 15:41:45 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 15:41:45 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 15:41:46 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:41:46 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:41:46 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:41:46 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 15:41:46 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:46 Setting up libksba8:amd64 (1.3.5-2) ... 15:41:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:41:46 Setting up udev (237-3ubuntu10.44) ... 15:41:46 invoke-rc.d: policy-rc.d denied execution of start. 15:41:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:41:46 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:46 Processing triggers for systemd (237-3ubuntu10) ... 15:41:46 Setting up fuse (2.9.7-1ubuntu1) ... 15:41:46 Setting up gpg (2.2.4-1ubuntu1.4) ... 15:41:46 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:46 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:46 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:46 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:46 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:46 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:47 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:41:47 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 15:41:47 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 15:41:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:41:47 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:41:47 settings in the [Install] section, and DefaultInstance for template units). 15:41:47 This means they are not meant to be enabled using systemctl. 15:41:47 Possible reasons for having this kind of units are: 15:41:47 1) A unit may be statically enabled by being symlinked from another unit's 15:41:47 .wants/ or .requires/ directory. 15:41:47 2) A unit's purpose may be to act as a helper for some other unit which has 15:41:47 a requirement dependency on it. 15:41:47 3) A unit may be started when needed via activation (socket, path, timer, 15:41:47 D-Bus, udev, scripted systemctl call, ...). 15:41:47 4) In case of template units, the unit is meant to be enabled with some 15:41:47 instance name specified. 15:41:47 Reading package lists... 15:41:48 Building dependency tree... 15:41:48 Reading state information... 15:41:48 The following additional packages will be installed: 15:41:48 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:41:48 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:41:48 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:41:48 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:41:48 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:41:48 Suggested packages: 15:41:48 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:41:48 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:41:48 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:41:48 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:41:48 systemd-container policykit-1 15:41:48 Recommended packages: 15:41:48 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:41:48 The following NEW packages will be installed: 15:41:48 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:41:48 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:41:48 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:41:48 multiarch-support openssh-client python3 python3-minimal python3.6 15:41:48 python3.6-minimal snapd squashfs-tools sudo 15:41:48 The following packages will be upgraded: 15:41:48 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:41:48 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 15:41:48 Need to get 35.2 MB of archives. 15:41:48 After this operation, 141 MB of additional disk space will be used. 15:41:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 15:41:48 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 15:41:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 15:41:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 15:41:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 15:41:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:41:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 15:41:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 15:41:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 15:41:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:41:48 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 15:41:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:41:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:41:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:41:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:41:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:41:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 15:41:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:41:48 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 15:41:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 15:41:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:41:49 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:41:49 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:41:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:41:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:41:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:41:49 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:41:49 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:41:49 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:41:49 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:41:49 debconf: delaying package configuration, since apt-utils is not installed 15:41:49 Fetched 35.2 MB in 1s (27.8 MB/s) 15:41:49 (Reading database ... 12757 files and directories currently installed.) 15:41:49 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 15:41:49 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:41:50 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 15:41:50 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:41:50 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 15:41:50 (Reading database ... 12757 files and directories currently installed.) 15:41:50 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 15:41:50 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 15:41:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:41:50 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 15:41:50 (Reading database ... 12757 files and directories currently installed.) 15:41:50 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 15:41:51 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 15:41:51 Setting up apt (1.6.12ubuntu0.2) ... 15:41:51 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:41:51 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:41:51 (Reading database ... 12764 files and directories currently installed.) 15:41:51 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 15:41:51 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 15:41:52 Selecting previously unselected package libpython3.6-minimal:amd64. 15:41:52 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:41:52 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:41:52 Selecting previously unselected package libexpat1:amd64. 15:41:52 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:41:52 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:41:52 Selecting previously unselected package python3.6-minimal. 15:41:52 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:41:52 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 15:41:52 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 15:41:52 Checking for services that may need to be restarted...done. 15:41:52 Checking for services that may need to be restarted...done. 15:41:52 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:41:52 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:41:53 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 15:41:53 Selecting previously unselected package python3-minimal. 15:41:53 (Reading database ... 13012 files and directories currently installed.) 15:41:53 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:41:53 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:41:53 Selecting previously unselected package mime-support. 15:41:53 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:41:53 Unpacking mime-support (3.60ubuntu1) ... 15:41:53 Selecting previously unselected package libmpdec2:amd64. 15:41:53 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:41:53 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:41:53 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:41:53 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:41:53 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:41:53 Selecting previously unselected package python3.6. 15:41:53 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:41:54 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 15:41:54 Selecting previously unselected package libpython3-stdlib:amd64. 15:41:54 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:41:54 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:41:54 Setting up python3-minimal (3.6.7-1~18.04) ... 15:41:54 Selecting previously unselected package python3. 15:41:54 (Reading database ... 13442 files and directories currently installed.) 15:41:54 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:41:54 Unpacking python3 (3.6.7-1~18.04) ... 15:41:54 Selecting previously unselected package multiarch-support. 15:41:54 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:41:54 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:41:54 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:41:54 Selecting previously unselected package liblzo2-2:amd64. 15:41:54 (Reading database ... 13479 files and directories currently installed.) 15:41:54 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:41:54 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:41:54 Selecting previously unselected package libbsd0:amd64. 15:41:54 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:41:54 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:41:54 Selecting previously unselected package sudo. 15:41:54 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 15:41:54 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 15:41:54 Selecting previously unselected package apparmor. 15:41:54 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:41:54 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:41:55 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 15:41:55 Selecting previously unselected package libedit2:amd64. 15:41:55 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:41:55 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:41:55 Selecting previously unselected package libkrb5support0:amd64. 15:41:55 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:41:55 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:41:55 Selecting previously unselected package libk5crypto3:amd64. 15:41:55 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:41:55 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:41:55 Selecting previously unselected package libkeyutils1:amd64. 15:41:55 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:41:55 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:41:55 Selecting previously unselected package libkrb5-3:amd64. 15:41:55 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:41:55 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:41:55 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:41:55 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:41:55 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:41:55 Selecting previously unselected package libssl1.0.0:amd64. 15:41:55 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 15:41:55 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 15:41:56 Selecting previously unselected package openssh-client. 15:41:56 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:41:56 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:41:56 Selecting previously unselected package squashfs-tools. 15:41:56 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:41:56 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:41:56 Selecting previously unselected package snapd. 15:41:56 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 15:41:56 Unpacking snapd (2.48.3+18.04) ... 15:41:58 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:41:58 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 15:41:58 Setting up mime-support (3.60ubuntu1) ... 15:41:58 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 15:41:58 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:41:58 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:41:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:41:58 Setting up systemd (237-3ubuntu10.44) ... 15:41:58 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:41:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:41:59 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:41:59 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:41:59 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:41:59 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:41:59 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:41:59 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 15:42:00 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:42:00 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:42:00 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:42:00 Setting up python3 (3.6.7-1~18.04) ... 15:42:00 running python rtupdate hooks for python3.6... 15:42:00 running python post-rtupdate hooks for python3.6... 15:42:00 Setting up apparmor (2.12-4ubuntu5.1) ... 15:42:01 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:42:01 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:42:01 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:42:02 Setting up snapd (2.48.3+18.04) ... 15:42:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:42:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:42:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:42:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:42:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:42:03 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:42:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:42:03 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:42:03 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:42:03 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:42:03 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 15:42: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' 15:42:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:42:03 Processing triggers for systemd (237-3ubuntu10.44) ... 15:42:04 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 15:42:04 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:42:04 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:42:06 Reading package lists... 15:42:06 Reading package lists... 15:42:06 Building dependency tree... 15:42:06 Reading state information... 15:42:06 Calculating upgrade... 15:42:06 The following packages will be upgraded: 15:42:06 advancecomp base-files bash binutils binutils-common 15:42:06 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:42:06 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:42:06 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 15:42:06 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 15:42:06 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 15:42:06 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 15:42:06 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 15:42:06 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 15:42:06 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 15:42:06 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 15:42:06 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 15:42:06 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 15:42:06 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 15:42:06 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 15:42:06 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:42:06 Need to get 63.8 MB of archives. 15:42:06 After this operation, 5202 kB of additional disk space will be used. 15:42:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 15:42:06 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:42:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:42:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:42:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:42:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:42:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:42:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:42: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] 15:42:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:42:07 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:42:07 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:42:07 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:42:07 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:42:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:42:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:42:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:42:07 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:42:07 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:42:07 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:42:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:42:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:42:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:42:07 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:42:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:42:07 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:42:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:42:07 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:42:07 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:42:07 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:42:07 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:42:07 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:42:07 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:42:07 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:42:07 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:42:07 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 15:42:07 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 15:42:07 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:42:07 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 15:42:07 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:42:07 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 15:42:07 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 15:42:07 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:42:07 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:42:07 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:42:07 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:42:07 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:42:07 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:42:08 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:42:08 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:42:08 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:42:08 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:42:08 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 15:42:08 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:42:08 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:42:08 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:42:08 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:42:08 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:42:08 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:42:08 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 15:42:08 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:42:08 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 15:42:08 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:42:08 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:42:08 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 15:42:08 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:42:08 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:42:08 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:42:08 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:42:08 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:42:08 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 15:42:08 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:42:08 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:42:08 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 15:42:08 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:42:08 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:42:08 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:42:08 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 15:42:08 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:42:08 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:42:08 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:42:08 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:42:08 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 15:42:08 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 15:42:08 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 15:42:08 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 15:42:08 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:42:08 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:42:08 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:42:08 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:42:09 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:42:09 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:42:09 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:42:09 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:42: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] 15:42:10 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:42:10 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:42:10 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:42:10 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:42:10 debconf: delaying package configuration, since apt-utils is not installed 15:42:10 Fetched 63.8 MB in 3s (19.1 MB/s) 15:42:10 (Reading database ... 13912 files and directories currently installed.) 15:42:10 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:42:10 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] } 15:42:10 $ docker stop --time=1 89a18724ae3a227d5b6b5340de07dd3415f73f5e3292414addfad20b0c9aa28a 15:42:10 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:42:10 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:42:10 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 15:42:10 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 15:42:11 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:11 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:12 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:12 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:12 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:12 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:12 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:12 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:12 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:12 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:12 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:12 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:12 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:12 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:12 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:12 (Reading database ... 13911 files and directories currently installed.) 15:42:12 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:12 $ docker rm -f 89a18724ae3a227d5b6b5340de07dd3415f73f5e3292414addfad20b0c9aa28a 15:42:13 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:42:13 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:42:13 (Reading database ... 13911 files and directories currently installed.) 15:42:13 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:13 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:13 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:13 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:13 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:42:13 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:42:13 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:13 (Reading database ... 13911 files and directories currently installed.) 15:42:13 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:42:14 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 15:42:14 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 15:42:14 (Reading database ... 13911 files and directories currently installed.) 15:42:14 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:42:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:42:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [Pipeline] isUnix [Pipeline] sh 15:42:14 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:42:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:42:15 15:42:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:42:15 Setting up base-files (10.1ubuntu2.10) ... 15:42:15 Installing new version of config file /etc/issue ... 15:42:15 Installing new version of config file /etc/issue.net ... 15:42:15 Installing new version of config file /etc/lsb-release ... 15:42:15 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:42:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:42:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:42:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:42:15 latest: Pulling from edgex-devops/edgex-compose-arm64 15:42:15 29e5d40040c1: Pulling fs layer 15:42:15 1ce36da41761: Pulling fs layer 15:42:15 25b303627fd3: Pulling fs layer 15:42:15 29e5d40040c1: Verifying Checksum 15:42:15 29e5d40040c1: Download complete 15:42:15 Removing obsolete conffile /etc/default/motd-news ... 15:42:15 (Reading database ... 13912 files and directories currently installed.) 15:42:15 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:42:15 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:42:16 Setting up bash (4.4.18-2ubuntu1.2) ... 15:42:16 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 15:42:16 (Reading database ... 13912 files and directories currently installed.) 15:42:16 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:16 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:42:16 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:42:16 (Reading database ... 13912 files and directories currently installed.) 15:42:16 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:42:16 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:42:16 1ce36da41761: Verifying Checksum 15:42:16 1ce36da41761: Download complete 15:42:16 29e5d40040c1: Pull complete 15:42:16 Setting up tar (1.29b-2ubuntu0.2) ... 15:42:16 (Reading database ... 13912 files and directories currently installed.) 15:42:16 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:42:16 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:42:16 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:42:17 (Reading database ... 13912 files and directories currently installed.) 15:42:17 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:42:17 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:42:17 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:42:17 (Reading database ... 13912 files and directories currently installed.) 15:42:17 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:42:17 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:42:17 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:42:17 (Reading database ... 13912 files and directories currently installed.) 15:42:17 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:42:17 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:42:17 1ce36da41761: Pull complete 15:42:17 Setting up grep (3.1-2build1) ... 15:42:17 (Reading database ... 13912 files and directories currently installed.) 15:42:17 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:42:17 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:42:18 25b303627fd3: Verifying Checksum 15:42:18 25b303627fd3: Download complete 15:42:18 Setting up login (1:4.5-1ubuntu2) ... 15:42:18 (Reading database ... 13912 files and directories currently installed.) 15:42:18 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:42:18 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:42:18 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:42:18 (Reading database ... 13912 files and directories currently installed.) 15:42:18 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:42:18 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:42:18 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:42:18 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:42:18 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:42:19 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:42:19 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:42:19 (Reading database ... 13912 files and directories currently installed.) 15:42:19 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:42:19 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:42:20 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:42:20 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:42:20 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:42:20 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:42:20 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:42:21 (Reading database ... 13912 files and directories currently installed.) 15:42:21 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:42:21 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:42:21 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:42:21 (Reading database ... 13912 files and directories currently installed.) 15:42:21 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:21 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:21 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:42:21 (Reading database ... 13912 files and directories currently installed.) 15:42:21 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:21 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:21 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:42:22 (Reading database ... 13912 files and directories currently installed.) 15:42:22 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:22 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:22 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:42:22 (Reading database ... 13912 files and directories currently installed.) 15:42:22 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:22 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:22 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:42:22 (Reading database ... 13912 files and directories currently installed.) 15:42:22 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:42:22 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:42:22 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:42:22 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:42:22 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:42:22 (Reading database ... 13912 files and directories currently installed.) 15:42:22 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:42:22 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:42:23 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:42:23 (Reading database ... 13912 files and directories currently installed.) 15:42:23 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:23 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:23 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:42:23 (Reading database ... 13912 files and directories currently installed.) 15:42:23 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:23 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:23 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:42:23 (Reading database ... 13912 files and directories currently installed.) 15:42:23 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:23 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:24 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:42:24 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:42:25 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:42:25 (Reading database ... 13912 files and directories currently installed.) 15:42:25 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:42:25 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:42:25 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:42:25 (Reading database ... 13912 files and directories currently installed.) 15:42:25 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:42:25 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:42:25 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:42:25 (Reading database ... 13914 files and directories currently installed.) 15:42:25 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:42:25 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:42:25 Setting up debconf (1.5.66ubuntu1) ... 15:42:26 (Reading database ... 13914 files and directories currently installed.) 15:42:26 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 15:42:26 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:42:26 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 15:42:26 (Reading database ... 13914 files and directories currently installed.) 15:42:26 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 15:42:26 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:42:26 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 15:42:26 (Reading database ... 13914 files and directories currently installed.) 15:42:26 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:42:26 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:42:26 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:42:26 (Reading database ... 13914 files and directories currently installed.) 15:42:26 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:42:26 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:42:26 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:42:26 (Reading database ... 13914 files and directories currently installed.) 15:42:26 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:42:27 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:42:27 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:42:27 (Reading database ... 13914 files and directories currently installed.) 15:42:27 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:42:27 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:42:27 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 15:42:27 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:42:27 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:42:27 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:42:27 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:42:27 (Reading database ... 13914 files and directories currently installed.) 15:42:27 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:42:27 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:42:27 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:42:27 (Reading database ... 13914 files and directories currently installed.) 15:42:27 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:42:28 25b303627fd3: Pull complete 15:42:28 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:42:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:42:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:42:28 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:42:28 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:42:28 prd-ubuntu18.04-docker-arm64-4c-16g-29347 does not seem to be running inside a container 15:42:28 (Reading database ... 13914 files and directories currently installed.) 15:42:28 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:42:28 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:42:28 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:42:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 15:42:28 (Reading database ... 13914 files and directories currently installed.) 15:42:28 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 15:42:28 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 15:42:28 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 15:42:29 (Reading database ... 13914 files and directories currently installed.) 15:42:29 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:42:29 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:42:29 Setting up passwd (1:4.5-1ubuntu2) ... 15:42:29 (Reading database ... 13914 files and directories currently installed.) 15:42:29 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 15:42:29 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:42:29 Setting up gpgv (2.2.4-1ubuntu1.4) ... 15:42:29 (Reading database ... 13914 files and directories currently installed.) 15:42:29 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:42:29 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:42:29 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:42:29 (Reading database ... 13914 files and directories currently installed.) 15:42:29 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:42:30 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:42:30 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:42:30 (Reading database ... 13914 files and directories currently installed.) 15:42:30 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:42:30 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:42:30 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:42:30 (Reading database ... 13914 files and directories currently installed.) 15:42:30 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:42:30 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:42:30 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:42:30 (Reading database ... 13914 files and directories currently installed.) 15:42:30 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:42:30 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:42:30 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 15:42:30 (Reading database ... 13914 files and directories currently installed.) 15:42:30 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 15:42:30 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 15:42:31 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 15:42:31 (Reading database ... 13915 files and directories currently installed.) 15:42:31 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:42:31 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:42:31 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:42:31 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:42:31 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 15:42:31 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 15:42:31 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 15:42:31 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 15:42:31 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:42:31 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:42:31 $ docker top 7f8ea54889ec71b8238f6657909f1e8b82968a52d13ab1de5115d08342a0e38b -eo pid,comm 15:42:31 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:42:31 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:42:31 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:42:31 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [Pipeline] { 15:42:32 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:42:32 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:42:32 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:42:32 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [Pipeline] sh 15:42:32 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:42:32 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:42:32 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:42:32 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:42:32 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 15:42:32 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 15:42:32 + docker-compose build --help 15:42:32 + grep parallel 15:42:33 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:42:33 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:42:33 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:42:33 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:42:33 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:42:33 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:42:34 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:42:34 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:42:34 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:42:34 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:42:34 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 15:42:34 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 15:42:34 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:35 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:35 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:35 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:35 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:35 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:35 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:35 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:36 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:36 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:37 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:37 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:37 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:37 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:38 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:38 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:38 --parallel Build images in parallel. [Pipeline] } 15:42:38 $ docker stop --time=1 7f8ea54889ec71b8238f6657909f1e8b82968a52d13ab1de5115d08342a0e38b 15:42:39 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:42:39 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:42:39 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:42:39 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:42:39 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:42:39 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:42:39 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:42:39 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:42:39 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:42:39 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:42:39 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:42:39 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:42:40 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:42:40 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:42:40 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:42:40 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:42:40 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:40 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:42:40 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:40 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:40 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:40 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:42:40 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:42:40 Setting up tzdata (2021a-0ubuntu0.18.04) ... 15:42:40 $ docker rm -f 7f8ea54889ec71b8238f6657909f1e8b82968a52d13ab1de5115d08342a0e38b 15:42:40 15:42:40 Current default time zone: 'Etc/UTC' 15:42:40 Local time is now: Wed Mar 10 15:42:40 UTC 2021. 15:42:40 Universal Time is now: Wed Mar 10 15:42:40 UTC 2021. 15:42:40 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:42:40 15:42:40 Setting up systemd-sysv (237-3ubuntu10.44) ... 15:42:40 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:40 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 15:42:40 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:42:40 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:42:40 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:42:40 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:42:40 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:42:40 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:42:40 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:42:40 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:40 Setting up procps (2:3.3.12-3ubuntu1.2) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:42:41 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:42:41 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 15:42:41 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:41 Setting up patch (2.7.6-2ubuntu1.1) ... 15:42:41 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:42:41 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:42:41 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 15:42:41 Installing new version of config file /etc/ssl/openssl.cnf ... 15:42:41 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:42:41 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:42:41 Setting up ca-certificates (20210119~18.04.1) ... 15:42:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:42:41 . [Pipeline] withDockerContainer 15:42:41 prd-ubuntu18.04-docker-arm64-4c-16g-29347 does not seem to be running inside a container 15:42:41 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:42:42 Updating certificates in /etc/ssl/certs... 15:42:43 $ docker top 9c40e4b77f2c0c9780ebaad7935cf5313697f94ead05b1d6c89d12ba8234d79f -eo pid,comm 15:42:43 23 added, 27 removed; done. 15:42:43 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:42:43 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:42:43 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:42:43 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [Pipeline] { [Pipeline] sh 15:42:44 Setting up pkgbinarymangler (138.18.04.1) ... 15:42:44 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:42:44 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 15:42:44 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:42:44 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:42:44 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:42:44 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:42:44 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:42:44 Setting up perl (5.26.1-6ubuntu0.5) ... 15:42:44 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 15:42:44 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:42:44 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:42:44 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 15:42:44 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:42:44 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:42:44 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:42:44 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:42:44 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:42:44 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:42:44 Processing triggers for systemd (237-3ubuntu10.44) ... 15:42:44 + docker-compose -f ./docker-compose-build.yml build --parallel 15:42:44 Processing triggers for mime-support (3.60ubuntu1) ... 15:42:44 Processing triggers for ca-certificates (20210119~18.04.1) ... 15:42:44 Updating certificates in /etc/ssl/certs... 15:42:45 0 added, 0 removed; done. 15:42:45 Running hooks in /etc/ca-certificates/update.d... 15:42:45 done. 15:42:45 Reading package lists... 15:42:45 Building dependency tree... 15:42:45 Reading state information... 15:42:45 The following NEW packages will be installed: 15:42:45 apt-transport-https 15:42:46 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:42:46 Need to get 1696 B of archives. 15:42:46 After this operation, 153 kB of additional disk space will be used. 15:42:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 15:42:46 debconf: delaying package configuration, since apt-utils is not installed 15:42:46 Fetched 1696 B in 0s (9306 B/s) 15:42:46 Selecting previously unselected package apt-transport-https. 15:42:46 (Reading database ... 13920 files and directories currently installed.) 15:42:46 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 15:42:46 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 15:42:46 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 15:42:46 Waiting for network to be ready... 15:42:49 Building docker-core-command-go ... 15:42:49 Building docker-core-data-go ... 15:42:49 Building docker-core-metadata-go ... 15:42:49 Building docker-security-bootstrapper-go ... 15:42:49 Building docker-security-proxy-setup-go ... 15:42:49 Building docker-security-secretstore-setup-go ... 15:42:49 Building docker-support-notifications-go ... 15:42:49 Building docker-support-scheduler-go ... 15:42:49 Building docker-sys-mgmt-agent-go ... 15:42:49 Building docker-sys-mgmt-agent-go 15:42:49 Building docker-core-command-go 15:42:49 Building docker-core-data-go 15:42:49 Building docker-security-secretstore-setup-go 15:42:49 Building docker-security-proxy-setup-go 15:42:53 2021-03-10T15:42:50Z INFO Waiting for automatic snapd restart... 15:42:53 snapd 2.49 from Canonical* installed 15:42:54 "snapd" switched to the "latest/stable" channel 15:42:54 15:42:57 core18 20210128 from Canonical* installed 15:42:57 "core18" switched to the "latest/stable" channel 15:42:57 15:43:00 snapcraft 4.5.4 from Canonical* installed 15:43:00 "snapcraft" switched to the "latest/stable" channel 15:43:00 15:43:04 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: 15:43:04 - README.md 15:43:04 - snapcraft.yaml.orig 15:43:04 15:43:04 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:43:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:43:10 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:43:10 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:43:10 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:43:11 Reading package lists... 15:43:12 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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 15:43:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:43:18 Reading package lists... 15:43:18 Building dependency tree... 15:43:18 Reading state information... 15:43:18 Suggested packages: 15:43:18 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:43:18 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:43:18 Recommended packages: 15:43:18 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:43:18 The following NEW packages will be installed: 15:43:18 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:43:18 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:43:18 pkg-config zip 15:43:18 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:43:18 Need to get 7658 kB of archives. 15:43:18 After this operation, 43.8 MB of additional disk space will be used. 15:43:18 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:43:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 15:43:18 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:43:18 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:43:18 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:43:18 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:43:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:43:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:43:19 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:43:19 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:43:19 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 15:43:19 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 15:43:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 15:43:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:43:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:43:20 debconf: delaying package configuration, since apt-utils is not installed 15:43:20 Fetched 7658 kB in 1s (5341 kB/s) 15:43:20 Selecting previously unselected package libglib2.0-0:amd64. 15:43:20 (Reading database ... 13924 files and directories currently installed.) 15:43:20 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 15:43:20 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 15:43:20 Selecting previously unselected package libpsl5:amd64. 15:43:20 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:43:20 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:43:20 Selecting previously unselected package libnghttp2-14:amd64. 15:43:20 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:43:20 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:43:20 Selecting previously unselected package librtmp1:amd64. 15:43:20 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:43:20 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:43:20 Selecting previously unselected package libcurl3-gnutls:amd64. 15:43:20 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 15:43:20 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:43:20 Selecting previously unselected package liberror-perl. 15:43:20 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:43:20 Unpacking liberror-perl (0.17025-1) ... 15:43:20 Selecting previously unselected package git-man. 15:43:20 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 15:43:20 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 15:43:20 Selecting previously unselected package git. 15:43:20 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 15:43:20 Unpacking git (1:2.17.1-1ubuntu0.8) ... 15:43:21 Selecting previously unselected package libnorm1:amd64. 15:43:21 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:43:21 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:43:21 Selecting previously unselected package libpgm-5.2-0:amd64. 15:43:21 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:43:21 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:43:21 Selecting previously unselected package libsodium23:amd64. 15:43:21 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:43:22 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:43:22 Selecting previously unselected package libzmq5:amd64. 15:43:22 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:43:22 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:43:22 Selecting previously unselected package libzmq3-dev:amd64. 15:43:22 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:43:22 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:43:23 Selecting previously unselected package pkg-config. 15:43:23 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:43:23 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:43:23 Selecting previously unselected package zip. 15:43:23 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:43:23 Unpacking zip (3.0-11build1) ... 15:43:24 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:43:24 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 15:43:24 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:43:24 Setting up liberror-perl (0.17025-1) ... 15:43:24 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:43:24 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 15:43:24 No schema files found: doing nothing. 15:43:24 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:43:24 Setting up zip (3.0-11build1) ... 15:43:24 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:43:24 Setting up libsodium23:amd64 (1.0.16-2) ... 15:43:24 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:43:24 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:43:24 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:43:24 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:43:24 Setting up git (1:2.17.1-1ubuntu0.8) ... 15:43:24 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:43:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:43:31 git set to automatically installed. 15:43:31 git-man set to automatically installed. 15:43:31 libcurl3-gnutls set to automatically installed. 15:43:31 liberror-perl set to automatically installed. 15:43:31 libglib2.0-0 set to automatically installed. 15:43:31 libnghttp2-14 set to automatically installed. 15:43:31 libnorm1 set to automatically installed. 15:43:31 libpgm-5.2-0 set to automatically installed. 15:43:31 libpsl5 set to automatically installed. 15:43:31 librtmp1 set to automatically installed. 15:43:31 libsodium23 set to automatically installed. 15:43:31 libzmq3-dev set to automatically installed. 15:43:31 libzmq5 set to automatically installed. 15:43:31 pkg-config set to automatically installed. 15:43:31 zip set to automatically installed. 15:43:32 snapd is not logged in, snap install commands will use sudo 15:43:39 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:43:39 snap "core18" has no updates available 15:43:40 Pulling config-common 15:43:40 + snapcraftctl pull 15:43:41 Pulling go-build-helper 15:43:41 + snapcraftctl pull 15:44:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:44:03 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:44:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 15:44:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 15:44:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 15:44:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 15:44:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 15:44:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 15:44:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 15:44:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 15:44:03 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:44:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:44:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:44:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:44:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:44:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:44:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:44:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:44:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:44:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 15:44:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 15:44:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 15:44:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 15:44:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 15:44:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 15:44:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 15:44:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 15:44:03 Fetched 24.0 MB in 0s (0 B/s) 15:44:03 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:44:03 Fetched 96.5 kB in 0s (0 B/s) 15:44:03 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:44:03 Fetched 279 kB in 0s (0 B/s) 15:44:03 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:44:03 Fetched 122 kB in 0s (0 B/s) 15:44:03 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:44:03 Fetched 77.8 kB in 0s (0 B/s) 15:44:03 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:44:03 Fetched 8848 B in 0s (0 B/s) 15:44:03 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:44:03 Fetched 47.8 kB in 0s (0 B/s) 15:44:03 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:44:03 Fetched 45.6 kB in 0s (0 B/s) 15:44:03 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:44:03 Fetched 15.0 kB in 0s (0 B/s) 15:44:03 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 15:44:03 Fetched 214 kB in 0s (0 B/s) 15:44:03 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 15:44:03 Fetched 154 kB in 0s (0 B/s) 15:44:03 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:44:03 Fetched 50.6 kB in 0s (0 B/s) 15:44:03 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:44:03 Fetched 14.8 kB in 0s (0 B/s) 15:44:03 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:44:03 Fetched 41.8 kB in 0s (0 B/s) 15:44:03 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:44:03 Fetched 499 kB in 0s (0 B/s) 15:44:03 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:44:03 Fetched 111 kB in 0s (0 B/s) 15:44:03 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:44:03 Fetched 240 kB in 0s (0 B/s) 15:44:03 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:44:03 Fetched 29.3 kB in 0s (0 B/s) 15:44:03 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:44:03 Fetched 85.5 kB in 0s (0 B/s) 15:44:03 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:44:03 Fetched 24.5 kB in 0s (0 B/s) 15:44:03 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:44:03 Fetched 49.2 kB in 0s (0 B/s) 15:44:03 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:44:03 Fetched 54.2 kB in 0s (0 B/s) 15:44:03 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:44:03 Fetched 30.8 kB in 0s (0 B/s) 15:44:03 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 15:44:03 Fetched 15.8 kB in 0s (0 B/s) 15:44:03 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:44:03 Fetched 85.9 kB in 0s (0 B/s) 15:44:03 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:44:03 Fetched 8720 B in 0s (0 B/s) 15:44:03 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:44:03 Fetched 137 kB in 0s (0 B/s) 15:44:03 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:44:03 Fetched 119 kB in 0s (0 B/s) 15:44:03 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:44:03 Fetched 109 kB in 0s (0 B/s) 15:44:03 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:44:03 Fetched 11.1 kB in 0s (0 B/s) 15:44:03 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:44:03 Fetched 645 kB in 0s (0 B/s) 15:44:03 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:44:03 Fetched 41.3 kB in 0s (0 B/s) 15:44:03 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:44:03 Fetched 17.9 kB in 0s (0 B/s) 15:44:03 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:44:03 Fetched 368 kB in 0s (0 B/s) 15:44:03 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:44:03 Fetched 187 kB in 0s (0 B/s) 15:44:03 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:44:03 Fetched 175 kB in 0s (0 B/s) 15:44:03 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:44:05 Fetched 206 kB in 0s (0 B/s) 15:44:05 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 15:44:05 Fetched 1301 kB in 0s (0 B/s) 15:44:05 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:44:05 Fetched 36.2 kB in 0s (0 B/s) 15:44:05 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 15:44:05 Fetched 159 kB in 0s (0 B/s) 15:44:05 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:44:05 Fetched 107 kB in 0s (0 B/s) 15:44:05 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:44:05 Fetched 48.7 kB in 0s (0 B/s) 15:44:05 Pulling static-packages 15:44:05 + snapcraftctl pull 15:44:06 'go115' has dependencies that need to be staged: static-packages go-build-helper 15:44:06 Skipping pull go-build-helper (already ran) 15:44:06 Skipping pull static-packages (already ran) 15:44:06 Building go-build-helper 15:44:06 + snapcraftctl build 15:44:09 Building static-packages 15:44:09 + snapcraftctl build 15:44:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:44:11 ---> 6581319b4f12 15:44:11 Step 3/21 : WORKDIR /edgex-go 15:44:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:44:11 ---> 6581319b4f12 15:44:11 Step 3/23 : WORKDIR /edgex-go 15:44:11 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:44:11 ---> 6581319b4f12 15:44:11 Step 3/26 : WORKDIR /edgex-go 15:44:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:44:11 ---> 6581319b4f12 15:44:11 Step 3/23 : WORKDIR /edgex-go 15:44:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:44:11 ---> 6581319b4f12 15:44:11 Step 3/24 : WORKDIR /edgex-go 15:44:11 ---> Running in 700b878ee286 15:44:11 ---> Running in 6ffa0a2a16c2 15:44:11 ---> Running in 7c5974ec76da 15:44:11 ---> Running in ca66f09a8fc0 15:44:11 ---> Running in e63324e79a23 15:44:11 Removing intermediate container 7c5974ec76da 15:44:11 ---> 9d5baa004139 15:44:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:11 Removing intermediate container ca66f09a8fc0 15:44:11 ---> 10d9b4a5c92d 15:44:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:11 Removing intermediate container 700b878ee286 15:44:11 ---> 210799189e68 15:44:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:11 Removing intermediate container 6ffa0a2a16c2 15:44:11 ---> 5536077efcfc 15:44:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:11 Removing intermediate container e63324e79a23 15:44:11 ---> 8551a55eec17 15:44:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:11 ---> Running in 247bb19fa82e 15:44:11 ---> Running in 41febe8d3fa2 15:44:11 ---> Running in 97a39f0d5c3f 15:44:11 ---> Running in fe112925e6ae 15:44:11 ---> Running in 32c54245ce68 15:44:11 Staging go-build-helper 15:44:11 + snapcraftctl stage 15:44:12 Staging static-packages 15:44:12 + snapcraftctl stage 15:44:13 Pulling go115 15:44:13 + snapcraftctl pull 15:44:13 Removing intermediate container 247bb19fa82e 15:44:13 ---> 5234002ac921 15:44:13 Step 5/24 : RUN apk add --update --no-cache make git 15:44:14 Removing intermediate container 97a39f0d5c3f 15:44:14 ---> d12e061461f6 15:44:14 Step 5/21 : RUN apk add --update --no-cache make git 15:44:14 ---> Running in 28fc21c09e4a 15:44:14 ---> Running in 29213855070a 15:44:14 Removing intermediate container fe112925e6ae 15:44:14 ---> 3ce4cbea4585 15:44:14 Step 5/26 : RUN apk add --update --no-cache make bash git 15:44:14 Removing intermediate container 41febe8d3fa2 15:44:14 ---> 9ac804e195a4 15:44:14 Step 5/23 : RUN apk add --update --no-cache make git 15:44:14 ---> Running in 6270c01a82fd 15:44:14 'edgex-go' has dependencies that need to be staged: go115 15:44:14 Skipping pull go115 (already ran) 15:44:14 Building go115 15:44:14 + dpkg --print-architecture 15:44:14 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 15:44:14 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 15:44:14 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 15:44:14 % Total % Received % Xferd Average Speed Time Time Time Current 15:44:14 Dload Upload Total Spent Left Speed 15:44:14 Removing intermediate container 32c54245ce68 15:44:14 ---> b11e57b2c704 15:44:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:44:14 ---> Running in 3762f69e13e3 15:44:15 ---> Running in ddd70c7f2cff 15:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:17 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 55804 0 0 370k 0 0:05:19 --:--:-- 0:05:19 368k 25 115M 25 29.0M 0 0 24.8M 0 0:00:04 0:00:01 0:00:03 24.8M 55 115M 55 64.3M 0 0 29.9M 0 0:00:03 0:00:02 0:00:01 29.9M 96 115M 96 111M 0 0 35.2M 0 0:00:03 0:00:03 --:--:-- 35.2M 100 115M 100 115M 0 0 35.8M 0 0:00:03 0:00:03 --:--:-- 35.8M 15:44:17 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 15:44:17 + sha256sum -c sha256 15:44:17 + grep OK 15:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:18 go1.15.2.linux-amd64.tar.gz: OK 15:44:18 + mkdir -p /root/stage/go1.15 15:44:18 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 15:44:18 OK: 217 MiB in 51 packages 15:44:18 OK: 217 MiB in 51 packages 15:44:18 OK: 217 MiB in 51 packages 15:44:19 OK: 217 MiB in 51 packages 15:44:19 OK: 217 MiB in 51 packages 15:44:20 Removing intermediate container 29213855070a 15:44:20 ---> 2302cf4bd3f0 15:44:20 Step 6/21 : COPY go.mod . 15:44:21 Removing intermediate container 3762f69e13e3 15:44:21 ---> fb2baac6b9d2 15:44:21 Step 6/23 : COPY go.mod . 15:44:21 Removing intermediate container 6270c01a82fd 15:44:21 ---> d521fffd82ee 15:44:21 Step 6/26 : COPY go.mod . 15:44:21 Removing intermediate container ddd70c7f2cff 15:44:21 ---> bab32761c333 15:44:21 Step 6/23 : COPY go.mod . 15:44:21 ---> aaeaec3373c3 15:44:21 Step 7/21 : RUN go mod download 15:44:21 Removing intermediate container 28fc21c09e4a 15:44:21 ---> b3217be9b1ef 15:44:21 Step 6/24 : COPY go.mod . 15:44:21 ---> Running in 8d0fe7aa6846 15:44:22 ---> 771f475f837c 15:44:22 Step 7/23 : RUN go mod download 15:44:22 Staging go115 15:44:22 + snapcraftctl stage 15:44:22 ---> 2f20784720b2 15:44:22 Step 7/26 : RUN go mod download 15:44:22 ---> Running in e0cd7ac6c6d6 15:44:22 ---> 0c66b8c12a47 15:44:22 Step 7/23 : RUN go mod download 15:44:22 ---> Running in 17c2c9796732 15:44:22 ---> Running in 8df706fd8ac3 15:44:23 ---> 655bc9fe95c2 15:44:23 Step 7/24 : RUN go mod download 15:44:23 ---> Running in 1690d864f973 15:44:26 Removing intermediate container 8d0fe7aa6846 15:44:26 ---> 1dd22c4ae48d 15:44:26 Step 8/21 : COPY . . 15:44:27 Removing intermediate container e0cd7ac6c6d6 15:44:27 ---> b1d67d4de047 15:44:27 Step 8/23 : COPY . . 15:44:27 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:44:27 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:44:27 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:44:27 Fetched 0 B in 0s (0 B/s) 15:44:27 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:44:27 Fetched 224 kB in 0s (0 B/s) 15:44:27 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:44:27 Fetched 157 kB in 0s (0 B/s) 15:44:27 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:44:27 Fetched 221 kB in 0s (0 B/s) 15:44:27 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:44:27 Fetched 143 kB in 0s (0 B/s) 15:44:27 Pulling edgex-go 15:44:27 + snapcraftctl pull 15:44:27 Pulling version 15:44:27 + cd /root/project 15:44:27 + [ -f VERSION ] 15:44:27 + PROJECT_VERSION=local-dev 15:44:27 + git rev-parse --short HEAD 15:44:27 + GIT_REVISION=28b547c0 15:44:27 + snapcraftctl set-version local-dev 15:44:27 Removing intermediate container 17c2c9796732 15:44:27 ---> 1d6935e1a3e8 15:44:27 Step 8/26 : COPY . . 15:44:28 Removing intermediate container 8df706fd8ac3 15:44:28 ---> 42b44eedb004 15:44:28 Step 8/23 : COPY . . 15:44:28 Building config-common 15:44:28 + snapcraftctl build 15:44:29 Removing intermediate container 1690d864f973 15:44:29 ---> 218406aef10a 15:44:29 Step 8/24 : COPY . . 15:44:31 Skipping build go-build-helper (already ran) 15:44:31 Skipping build static-packages (already ran) 15:44:31 Skipping build go115 (already ran) 15:44:31 Building edgex-go 15:44:31 + 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/6120/bin/scriptlet-bin 15:44:31 + cd /root/parts/edgex-go/src 15:44:31 + make build 15:44: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 15:44:33 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 15:44:33 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:44:33 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 15:44:33 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 15:44:33 go: downloading github.com/gorilla/mux v1.8.0 15:44:33 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 15:44:33 go: downloading github.com/google/uuid v1.2.0 15:44:33 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:44:33 go: downloading github.com/pebbe/zmq4 v1.2.5 15:44:33 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 15:44:33 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 15:44:33 go: downloading github.com/x448/float16 v0.8.4 15:44:33 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:44:33 go: downloading github.com/go-kit/kit v0.8.0 15:44:33 go: downloading github.com/pkg/errors v0.8.1 15:44:33 go: downloading github.com/pelletier/go-toml v1.2.0 15:44:33 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 15:44:33 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:44:33 go: downloading github.com/imdario/mergo v0.3.11 15:44:33 go: downloading github.com/hashicorp/consul/api v1.8.1 15:44:33 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:44:33 go: downloading github.com/gorilla/websocket v1.4.2 15:44:33 go: downloading github.com/BurntSushi/toml v0.3.1 15:44:33 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 15:44:33 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:44:33 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:44:33 go: downloading github.com/go-playground/universal-translator v0.17.0 15:44:33 go: downloading github.com/leodido/go-urn v1.2.0 15:44:33 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:44:33 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:44:33 go: downloading github.com/mitchellh/copystructure v1.0.0 15:44:33 go: downloading github.com/go-playground/locales v0.13.0 15:44:33 go: downloading github.com/hashicorp/serf v0.9.5 15:44:33 go: downloading github.com/hashicorp/go-hclog v0.12.0 15:44:33 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:44:33 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:44:33 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:44:33 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:44:33 go: downloading github.com/fatih/color v1.9.0 15:44:33 go: downloading github.com/mattn/go-isatty v0.0.12 15:44:33 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:44:33 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 15:44:33 go: downloading github.com/mattn/go-colorable v0.1.6 15:44:33 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:44:33 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:44:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:44:40 go: downloading gopkg.in/yaml.v2 v2.4.0 15:44:44 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 15:44:45 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 15:44: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 15:44:47 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 15:44:47 go: downloading github.com/stretchr/testify v1.7.0 15:44:47 go: downloading github.com/davecgh/go-spew v1.1.1 15:44:47 go: downloading github.com/pmezard/go-difflib v1.0.0 15:44:47 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:44: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 15:44:48 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:44:48 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:44:50 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 15:44:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:44:50 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 15:44: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 15:44: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 15:44:53 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:44:53 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 15:44:53 go: downloading github.com/lib/pq v1.10.0 15:44:55 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 15:44:55 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 15:44:55 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 15:44:55 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 15:44:55 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 15:44:55 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 15:44:55 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 15:44:55 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 15:44:55 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 15:44:55 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 15:44:55 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 15:44:55 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 15:44:55 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 15:44:55 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 15:44:55 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 15:44:55 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 15:44:55 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 15:44:55 + 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 15:44:55 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 15:44:55 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 15:44:55 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 15:44:55 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 15:44:55 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 15:44:55 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 15:44:55 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 15:44:56 ---> 9b4bf569a9e8 15:44:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:44:56 ---> f7d292a5448b 15:44:56 Step 9/23 : RUN make cmd/core-command/core-command 15:44:56 ---> 0160f2edcc6c 15:44:56 Step 9/23 : RUN make cmd/core-data/core-data 15:44:56 ---> f1877c5d5b4c 15:44:56 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:44:56 ---> 46e0b3bc5b23 15:44:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:44:56 ---> Running in 257080c068d4 15:44:56 ---> Running in 2a3e8b99cca5 15:44:56 ---> Running in b4f9e70528fb 15:44:56 ---> Running in 8141eef48510 15:44:56 ---> Running in 2b9da7cea701 15:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:44:56 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 15:44:56 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 15:44:56 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 15:44:56 Building version 15:44:56 + snapcraftctl build 15:44:58 Staging config-common 15:44:58 + snapcraftctl stage 15:45:00 Skipping stage go-build-helper (already ran) 15:45:00 Skipping stage static-packages (already ran) 15:45:00 Skipping stage go115 (already ran) 15:45:00 Staging edgex-go 15:45:00 + snapcraftctl stage 15:45:01 Staging version 15:45:01 + snapcraftctl stage 15:45:01 Priming config-common 15:45:01 + snapcraftctl prime 15:45:02 Priming go-build-helper 15:45:02 + snapcraftctl prime 15:45:03 Priming static-packages 15:45:03 + snapcraftctl prime 15:45:06 Priming go115 15:45:06 + snapcraftctl prime 15:45:06 Priming edgex-go 15:45:06 + snapcraftctl prime 15:45:07 Priming version 15:45:07 + snapcraftctl prime 15:45:09 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] } 15:46:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:46:33 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 15:46:55 Removing intermediate container 257080c068d4 15:46:55 ---> 32aafe974c3a 15:46:55 15:46:55 Step 10/21 : FROM alpine:3.12 15:46:55 3.12: Pulling from library/alpine 15:46:55 Removing intermediate container 2b9da7cea701 15:46:55 ---> 33e0b0460f68 15:46:55 15:46:55 Step 10/24 : FROM alpine:3.12 15:46:55 3.12: Pulling from library/alpine 15:46:55 Removing intermediate container 8141eef48510 15:46:55 ---> fdaa36f62b1b 15:46:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:46:55 ---> Running in d88b5af9d7a3 15:46:56 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:46:56 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:46:56 Status: Downloaded newer image for alpine:3.12 15:46:56 ---> d10569e2745f 15:46:56 Status: Image is up to date for alpine:3.12 15:46:56 ---> d10569e2745f 15:46:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:46:56 Step 11/21 : RUN apk add --update --no-cache curl 15:46:56 ---> Running in 2ecf84428e63 15:46:56 ---> Running in ec801f3ccc01 15:46:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:47:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:01 (1/4) Installing ca-certificates (20191127-r4) 15:47:01 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:47:01 (3/4) Installing libcurl (7.69.1-r3) 15:47:01 (4/4) Installing curl (7.69.1-r3) 15:47:01 Executing busybox-1.31.1-r19.trigger 15:47:01 Executing ca-certificates-20191127-r4.trigger 15:47:01 (1/5) Installing ca-certificates (20191127-r4) 15:47:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:47:01 (3/5) Installing libcurl (7.69.1-r3) 15:47:01 (4/5) Installing curl (7.69.1-r3) 15:47:01 (5/5) Installing dumb-init (1.2.2-r1) 15:47:01 Executing busybox-1.31.1-r19.trigger 15:47:01 Executing ca-certificates-20191127-r4.trigger 15:47:01 OK: 7 MiB in 18 packages 15:47:01 OK: 7 MiB in 19 packages 15:47:04 Removing intermediate container 2a3e8b99cca5 15:47:04 ---> 3243bc07ea42 15:47:04 15:47:04 Step 10/23 : FROM alpine:3.12 15:47:04 ---> d10569e2745f 15:47:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:47:05 ---> Running in d67b29b5a58b 15:47:05 Removing intermediate container ec801f3ccc01 15:47:05 ---> 067a8225a724 15:47:05 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:47:05 Removing intermediate container 2ecf84428e63 15:47:05 ---> c4d3ab1d3d38 15:47:05 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:47:05 Removing intermediate container d88b5af9d7a3 15:47:05 ---> a3aa5f3de322 15:47:05 15:47:05 Step 11/26 : FROM docker:20.10.0 15:47:05 ---> Running in 183a2aec6bef 15:47:05 20.10.0: Pulling from library/docker 15:47:05 ---> Running in 1fb2ce3da397 15:47:06 Removing intermediate container 1fb2ce3da397 15:47:06 ---> 9d28eff86459 15:47:06 Step 13/24 : WORKDIR / 15:47:06 Removing intermediate container 183a2aec6bef 15:47:06 ---> b6d5c83ca092 15:47:06 Step 13/21 : WORKDIR /edgex 15:47:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:07 ---> Running in c1a2c6120034 15:47:07 ---> Running in 8f6b9f729451 15:47:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:07 (1/1) Installing dumb-init (1.2.2-r1) 15:47:07 Executing busybox-1.31.1-r19.trigger 15:47:07 OK: 5 MiB in 15 packages 15:47:08 Removing intermediate container 8f6b9f729451 15:47:08 Removing intermediate container c1a2c6120034 15:47:08 ---> 7ba5ec761cd9 15:47:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:47:08 ---> 72028d4fa152 15:47:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:47:10 Removing intermediate container d67b29b5a58b 15:47:10 ---> 6bc5f4f1883e 15:47:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:47:10 ---> dcdb6266f273 15:47:10 ---> 1a3d23d64a05 15:47:10 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:47:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:47:10 ---> Running in d7015e8c70b6 15:47:11 Removing intermediate container d7015e8c70b6 15:47:11 ---> 89bea4a82b43 15:47:11 Step 13/23 : ENV APP_PORT=48082 15:47:12 ---> Running in 29e594512869 15:47:13 ---> d0fdb28659f9 15:47:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:47:13 Removing intermediate container 29e594512869 15:47:13 ---> 77c443652783 15:47:13 Step 14/23 : EXPOSE $APP_PORT 15:47:13 ---> 423aba867ab5 15:47:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:47:13 ---> Running in 666e1c92bc0b 15:47:14 ---> b59194f51df8 15:47:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:47:14 Removing intermediate container 666e1c92bc0b 15:47:14 ---> be661ad85311 15:47:15 Step 15/23 : WORKDIR / 15:47:15 ---> Running in 723367f531cb 15:47:15 ---> a0137e657e00 15:47:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:47:16 ---> Running in dd759ecf2256 15:47:16 Removing intermediate container 723367f531cb 15:47:16 ---> 9c01a59c2ddf 15:47:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:47:17 ---> 9197e98dfae1 15:47:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:47:17 Removing intermediate container dd759ecf2256 15:47:17 ---> 08c539015adb 15:47:17 Step 18/21 : CMD ["--init=true"] 15:47:18 ---> c9b590d61d8b 15:47:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:47:18 ---> Running in 67ae193f4dee 15:47:19 Removing intermediate container 67ae193f4dee 15:47:19 ---> 6085c74c8fda 15:47:19 Step 19/21 : LABEL arch=arm64 15:47:20 ---> 7d7433917819 15:47:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:47:20 ---> Running in a7aed6a86262 15:47:21 ---> bd66949ebd31 15:47:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:47:21 ---> f34627715ef8 15:47:21 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/ 15:47:21 ---> Running in 9874722f68f7 15:47:21 Removing intermediate container a7aed6a86262 15:47:21 ---> 0f750c355af8 15:47:21 Step 20/21 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:47:21 Removing intermediate container b4f9e70528fb 15:47:21 ---> d6612477eb9a 15:47:21 15:47:21 Step 10/23 : FROM alpine:3.12 15:47:21 ---> d10569e2745f 15:47:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:47:22 ---> Running in d81006a7e58a 15:47:22 ---> Running in 34c2195d9b57 15:47:22 ---> 968bfe109292 15:47:22 Step 19/23 : ENTRYPOINT ["/core-command"] 15:47:22 ---> Running in cbea82138e0a 15:47:22 Removing intermediate container d81006a7e58a 15:47:22 ---> d5f20e41695f 15:47:22 Step 21/21 : LABEL version=0.0.0 15:47:22 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:47:22 Status: Downloaded newer image for docker:20.10.0 15:47:22 ---> eeaf43b92773 15:47:22 Step 12/26 : RUN apk add --no-cache bash 15:47:22 ---> Running in c7470e4a1ce5 15:47:22 Removing intermediate container 34c2195d9b57 15:47:22 ---> a490bb48dcb2 15:47:22 Step 12/23 : ENV APP_PORT=48080 15:47:22 ---> Running in 13b04f603020 15:47:23 Removing intermediate container cbea82138e0a 15:47:23 ---> d7e3eddc0f21 15:47:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:47:23 ---> Running in e95660dec03c 15:47:23 ---> Running in 19376ec477ae 15:47:23 Removing intermediate container c7470e4a1ce5 15:47:23 ---> 6402e64d9f76 15:47:23 15:47:24 Removing intermediate container 19376ec477ae 15:47:24 ---> 1bbe4c6653ac 15:47:24 Step 21/23 : LABEL arch=arm64Removing intermediate container e95660dec03c 15:47:24 15:47:24 ---> 96e13ab4793a 15:47:24 Step 13/23 : EXPOSE $APP_PORT 15:47:24 ---> Running in d10fd52dfb42 15:47:24 ---> Running in 8b0a554c6b8f 15:47:24 Successfully built 6402e64d9f76 15:47:24 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:47:24  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 15:47:24 Removing intermediate container 9874722f68f7 15:47:24 ---> 697fd01532db 15:47:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:47:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:24 ---> Running in 9f78c7322822 15:47:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:24 Removing intermediate container d10fd52dfb42 15:47:24 ---> 8414a50ba46e 15:47:24 Step 22/23 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:47:25 Removing intermediate container 8b0a554c6b8f 15:47:25 ---> 534671c0c4f2 15:47:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:47:25 ---> Running in 09f119557475 15:47:25 (1/2) Installing readline (8.0.4-r0) 15:47:25 Removing intermediate container 9f78c7322822 15:47:25 ---> aa81102b5271 15:47:25 Step 22/24 : LABEL arch=arm64 15:47:25 ---> Running in 801f99b72d4f 15:47:25 (2/2) Installing bash (5.0.17-r0) 15:47:25 Executing bash-5.0.17-r0.post-install 15:47:25 Executing busybox-1.31.1-r19.trigger 15:47:25 OK: 12 MiB in 22 packages 15:47:25 ---> Running in c8702e16af9b 15:47:26 Removing intermediate container 09f119557475 15:47:26 ---> e5fe7b4ae870 15:47:26 Step 23/23 : LABEL version=0.0.0 15:47:26 ---> Running in cace9d97b66a 15:47:26 Removing intermediate container c8702e16af9b 15:47:26 ---> 9b9e75607fc2 15:47:26 Step 23/24 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:47:27 Removing intermediate container cace9d97b66a 15:47:27 ---> cbae0c620745 15:47:27 15:47:27 ---> Running in 6f24dedbdb55 15:47:28 Successfully built cbae0c620745 15:47:28 Successfully tagged docker-core-command-go-arm64:latest 15:47:28 Building docker-security-bootstrapper-go 15:47:28  Building docker-core-command-go ... done Removing intermediate container 13b04f603020 15:47:28 ---> 04223d7fe5ae 15:47:28 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:47:28 Removing intermediate container 6f24dedbdb55 15:47:28 ---> 3f006d547525 15:47:28 Step 24/24 : LABEL version=0.0.0 15:47:29 ---> Running in 4355b52662df 15:47:29 ---> Running in a6e5351a1129 15:47:29 Removing intermediate container 801f99b72d4f 15:47:29 ---> d23e9ae6873c 15:47:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:47:29 ---> Running in 007594690b55 15:47:29 Removing intermediate container 4355b52662df 15:47:30 ---> 67c9b26ff28e 15:47:30 15:47:30 Removing intermediate container a6e5351a1129 15:47:30 ---> 83aec48441fb 15:47:30 Step 14/26 : ENV APP_PORT=48090 15:47:30 Successfully built 67c9b26ff28e 15:47:30 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:47:30  Building docker-security-secretstore-setup-go ... done  ---> Running in f9f38201f43a 15:47:30 Building docker-core-metadata-go 15:47:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:31 Removing intermediate container f9f38201f43a 15:47:31 ---> 61a3368fcf0b 15:47:31 Step 15/26 : EXPOSE $APP_PORT 15:47:31 ---> Running in 5045e9b7e2ac 15:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:32 Removing intermediate container 5045e9b7e2ac 15:47:32 ---> 072c01299f35 15:47:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:47:36 (1/6) Installing dumb-init (1.2.2-r1) 15:47:36 ---> 7cc49c1bd650 15:47:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:47:36 (2/6) Installing libgcc (9.3.0-r2) 15:47:36 (3/6) Installing libsodium (1.0.18-r0) 15:47:36 (4/6) Installing libstdc++ (9.3.0-r2) 15:47:37 ---> 3ad4e7129968 15:47:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:47:37 (5/6) Installing libzmq (4.3.3-r0) 15:47:38 (6/6) Installing zeromq (4.3.3-r0) 15:47:38 Executing busybox-1.31.1-r19.trigger 15:47:38 OK: 8 MiB in 20 packages 15:47:39 ---> 71d48cc52ffd 15:47:39 Step 19/26 : RUN apk --no-cache add py3-pip 15:47:39 ---> Running in 73a80c632c75 15:47:41 Removing intermediate container 007594690b55 15:47:41 ---> 9084b6a50d79 15:47:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:47:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:47:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:47:41 (1/33) Installing libbz2 (1.0.8-r1) 15:47:41 (2/33) Installing expat (2.2.9-r1) 15:47:41 (3/33) Installing libffi (3.3-r2) 15:47:41 (4/33) Installing gdbm (1.13-r1) 15:47:41 (5/33) Installing xz-libs (5.2.5-r0) 15:47:41 (6/33) Installing sqlite-libs (3.32.1-r0) 15:47:42 (7/33) Installing python3 (3.8.5-r1) 15:47:43 ---> 9dfb76cfccca 15:47:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:47:44 (8/33) Installing py3-appdirs (1.4.4-r1) 15:47:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:47:44 (10/33) Installing py3-parsing (2.4.7-r0) 15:47:44 (11/33) Installing py3-six (1.15.0-r0) 15:47:44 (12/33) Installing py3-packaging (20.4-r0) 15:47:44 (13/33) Installing py3-setuptools (47.0.0-r0) 15:47:44 (14/33) Installing py3-chardet (3.0.4-r4) 15:47:44 (15/33) Installing py3-idna (2.9-r0) 15:47:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:47:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:47:44 (18/33) Installing py3-requests (2.23.0-r0) 15:47:44 (19/33) Installing py3-msgpack (1.0.0-r0) 15:47:44 (20/33) Installing py3-lockfile (0.12.2-r3) 15:47:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:47:44 (22/33) Installing py3-colorama (0.4.3-r0) 15:47:44 (23/33) Installing py3-distlib (0.3.0-r0) 15:47:44 (24/33) Installing py3-distro (1.5.0-r1) 15:47:44 (25/33) Installing py3-webencodings (0.5.1-r3) 15:47:44 (26/33) Installing py3-html5lib (1.0.1-r4) 15:47:44 (27/33) Installing py3-pytoml (0.1.21-r0) 15:47:44 (28/33) Installing py3-pep517 (0.8.2-r0) 15:47:44 (29/33) Installing py3-progress (1.5-r0) 15:47:44 (30/33) Installing py3-toml (0.10.1-r0) 15:47:44 (31/33) Installing py3-retrying (1.3.3-r0) 15:47:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:47:44 (33/33) Installing py3-pip (20.1.1-r0) 15:47:45 Executing busybox-1.31.1-r19.trigger 15:47:45 OK: 71 MiB in 55 packages 15:47:46 ---> 3c873c4a7eae 15:47:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:47:46 ---> 81bf19762b04 15:47:46 Step 19/23 : ENTRYPOINT ["/core-data"] 15:47:47 ---> Running in 58535f5c2f8a 15:47:47 Removing intermediate container 58535f5c2f8a 15:47:47 ---> 12634884ddcd 15:47:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:47:48 ---> Running in 82614b22dd55 15:47:49 Removing intermediate container 82614b22dd55 15:47:49 ---> c077ba37fa9d 15:47:49 Step 21/23 : LABEL arch=arm64 15:47:49 ---> Running in c1d96e0ff69d 15:47:50 Removing intermediate container c1d96e0ff69d 15:47:50 ---> e46b32958f62 15:47:50 Step 22/23 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:47:51 ---> Running in 7b7b27fe6008 15:47:52 Removing intermediate container 7b7b27fe6008 15:47:52 ---> 9c1ccfa4d23b 15:47:52 Step 23/23 : LABEL version=0.0.0 15:47:52 ---> Running in 54d661d559ba 15:47:54 Removing intermediate container 73a80c632c75 15:47:54 ---> 736687062b13 15:47:54 Step 20/26 : RUN pip install docker-compose==1.23.2 15:47:54 Removing intermediate container 54d661d559ba 15:47:54 ---> e359f93dd4ce 15:47:54 15:47:54 ---> Running in 4c3f4d2e5043 15:47:55 Successfully built e359f93dd4ce 15:47:55 Successfully tagged docker-core-data-go-arm64:latest 15:47:55 Building docker-support-scheduler-go 15:48:00  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 15:48:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:48:01 Collecting texttable<0.10,>=0.9.0 15:48:01 Downloading texttable-0.9.1.tar.gz (11 kB) 15:48:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:48:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:48:03 ---> 6581319b4f12 15:48:03 Step 3/22 : WORKDIR /edgex-go 15:48:03 ---> Using cache 15:48:03 ---> 8551a55eec17 15:48:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:03 ---> Using cache 15:48:03 ---> b11e57b2c704 15:48:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:48:06 Collecting PyYAML<4,>=3.10 15:48:06 Downloading PyYAML-3.13.tar.gz (270 kB) 15:48:06 ---> Running in b466050a8f5b 15:48:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:10 OK: 217 MiB in 51 packages 15:48:10 Collecting docker<4.0,>=3.6.0 15:48:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:48:12 Collecting jsonschema<3,>=2.5.1 15:48:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:48:12 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:48:12 Step 2/31 : FROM ${BUILDER_BASE} AS builder 15:48:12 ---> 6581319b4f12 15:48:12 Step 3/31 : WORKDIR /edgex-go 15:48:12 ---> Using cache 15:48:12 ---> 8551a55eec17 15:48:12 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:12 ---> Using cache 15:48:12 ---> b11e57b2c704 15:48:12 Step 5/31 : RUN apk add --update --no-cache make git 15:48:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:48:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:48:13 ---> 6581319b4f12 15:48:13 Step 3/23 : WORKDIR /edgex-go 15:48:13 ---> Using cache 15:48:13 ---> 8551a55eec17 15:48:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:13 ---> Using cache 15:48:13 ---> b11e57b2c704 15:48:13 Step 5/23 : RUN apk add --update --no-cache make git 15:48:13 Collecting dockerpty<0.5,>=0.4.1 15:48:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:48:13 ---> Running in 7958b7b7a188 15:48:13 ---> Running in 7309799ddb56 15:48:13 Removing intermediate container b466050a8f5b 15:48:13 ---> 404ee3c66488 15:48:13 Step 6/22 : COPY go.mod . 15:48:15 ---> 045343a9f394 15:48:15 Step 7/22 : RUN go mod download 15:48:15 ---> Running in d9d45996f051 15:48:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:48:16 Collecting cached-property<2,>=1.2.0 15:48:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:48:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:48:19 Collecting websocket-client<1.0,>=0.32.0 15:48:19 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 15:48:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:48:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:48:19 OK: 217 MiB in 51 packages 15:48:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:48:20 Collecting docopt<0.7,>=0.6.1 15:48:20 Downloading docopt-0.6.2.tar.gz (25 kB) 15:48:20 OK: 217 MiB in 51 packages 15:48:21 Removing intermediate container d9d45996f051 15:48:21 ---> 2392c5b517e4 15:48:21 Step 8/22 : COPY . . 15:48:22 Removing intermediate container 7309799ddb56 15:48:22 ---> a9225bec42b9 15:48:22 Step 6/23 : COPY go.mod . 15:48:22 Removing intermediate container 7958b7b7a188 15:48:22 ---> 4a973cefb534 15:48:22 Step 6/31 : COPY go.mod . 15:48:23 ---> bc0f50236abc 15:48:23 Step 7/23 : RUN go mod download 15:48:24 Collecting docker-pycreds>=0.4.0 15:48:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:48:24 ---> Running in 7cf2b7d650fb 15:48:24 ---> 25469e569f86 15:48:24 Step 7/31 : RUN go mod download 15:48:25 Collecting idna<2.8,>=2.5 15:48:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:48:25 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) 15:48:25 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) 15:48:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:48:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:48:25 ---> 6581319b4f12 15:48:25 Step 3/22 : WORKDIR /edgex-go 15:48:25 ---> Using cache 15:48:25 ---> 8551a55eec17 15:48:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:48:25 ---> Using cache 15:48:25 ---> b11e57b2c704 15:48:25 Step 5/22 : RUN apk add --update --no-cache make git 15:48:25 ---> Using cache 15:48:25 ---> 4a973cefb534 15:48:25 Step 6/22 : COPY go.mod . 15:48:25 ---> Using cache 15:48:25 ---> 25469e569f86 15:48:25 Step 7/22 : RUN go mod download 15:48:25 ---> Running in e0c9ca25f7dd 15:48:26 ---> Running in d63a41150d84 15:48:26 Collecting urllib3<1.25,>=1.21.1 15:48:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:48:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:48:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:48:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:48:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:48:28 Installing collected packages: texttable, PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, cached-property, docopt, docker-compose 15:48:28 Running setup.py install for texttable: started 15:48:31 Running setup.py install for texttable: finished with status 'done' 15:48:31 Running setup.py install for PyYAML: started 15:48:32 Removing intermediate container 7cf2b7d650fb 15:48:32 ---> 830915228fc0 15:48:32 Step 8/23 : COPY . . 15:48:32 Removing intermediate container d63a41150d84 15:48:32 ---> 678d652c2271 15:48:32 Step 8/22 : COPY . . 15:48:32 Removing intermediate container e0c9ca25f7dd 15:48:32 ---> 0686874e93c8 15:48:32 Step 8/31 : COPY . . 15:48:34 Running setup.py install for PyYAML: finished with status 'done' 15:48:34 Attempting uninstall: idna 15:48:34 Found existing installation: idna 2.9 15:48:34 Uninstalling idna-2.9: 15:48:34 Successfully uninstalled idna-2.9 15:48:35 Attempting uninstall: urllib3 15:48:35 Found existing installation: urllib3 1.25.9 15:48:35 Uninstalling urllib3-1.25.9: 15:48:35 Successfully uninstalled urllib3-1.25.9 15:48:36 Attempting uninstall: requests 15:48:36 Found existing installation: requests 2.23.0 15:48:36 Uninstalling requests-2.23.0: 15:48:36 Successfully uninstalled requests-2.23.0 15:48:39 Running setup.py install for dockerpty: started 15:48:42 Running setup.py install for dockerpty: finished with status 'done' 15:48:43 Running setup.py install for docopt: started 15:48:45 ---> d9d1dbb38b7f 15:48:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:48:45 Running setup.py install for docopt: finished with status 'done' 15:48:47 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 15:48:47 ---> Running in 80edc487e8ef 15:48:49 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 15:48:59 Removing intermediate container 4c3f4d2e5043 15:48:59 ---> 249d33e8cc72 15:48:59 Step 21/26 : RUN apk --no-cache add curl 15:48:59 ---> Running in 4e97b04b56d0 15:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:49:01 ---> 62d8fef7d781 15:49:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:49:02 ---> 1fafc96ce640 15:49:02 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:49:02 ---> Running in 95755af6aaf7 15:49:02 ---> Running in 519a77d4a1e7 15:49:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:49:02 (2/3) Installing libcurl (7.69.1-r3) 15:49:02 (3/3) Installing curl (7.69.1-r3) 15:49:02 Executing busybox-1.31.1-r19.trigger 15:49:03 OK: 71 MiB in 58 packages 15:49:04 ---> 9edd93810199 15:49:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:49:04 ---> Running in b66ac7f7707e 15:49:05 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 15:49:06 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 15:49:06 Removing intermediate container 4e97b04b56d0 15:49:06 ---> 3d37dc4d0af8 15:49:06 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:49:06 ---> Running in ac1e43789c62 15:49:06 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 15:49:07 Removing intermediate container ac1e43789c62 15:49:07 ---> 2746524e6489 15:49:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:49:07 ---> Running in 1cd50f998d7d 15:49:07 Removing intermediate container 1cd50f998d7d 15:49:07 ---> 67da5455e412 15:49:07 Step 24/26 : LABEL arch=arm64 15:49:08 ---> Running in 927514f8ccd6 15:49:09 Removing intermediate container 927514f8ccd6 15:49:09 ---> 97b6497e6c20 15:49:09 Step 25/26 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:49:09 ---> Running in c067b025ead5 15:49:09 Removing intermediate container c067b025ead5 15:49:09 ---> 01763d5bfe0e 15:49:09 Step 26/26 : LABEL version=0.0.0 15:49:10 ---> Running in 2a13cce337f2 15:49:10 Removing intermediate container 2a13cce337f2 15:49:10 ---> a2cc60232cde 15:49:10 15:49:11 Successfully built a2cc60232cde 15:49:11 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:50:19  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 80edc487e8ef 15:50:19 ---> a5a22fe1810a 15:50:19 15:50:19 Step 10/22 : FROM alpine:3.12 15:50:19 ---> d10569e2745f 15:50:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:50:19 ---> Running in f7c079454fe2 15:50:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:50:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:50:20 (1/2) Installing ca-certificates (20191127-r4) 15:50:20 (2/2) Installing dumb-init (1.2.2-r1) 15:50:20 Executing busybox-1.31.1-r19.trigger 15:50:20 Executing ca-certificates-20191127-r4.trigger 15:50:20 OK: 6 MiB in 16 packages 15:50:23 Removing intermediate container f7c079454fe2 15:50:23 ---> 3f6c5fea1376 15:50:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:50:23 ---> Running in b8327e7899b1 15:50:24 Removing intermediate container b8327e7899b1 15:50:24 ---> f56925a405b8 15:50:24 Step 13/22 : ENV APP_PORT=48060 15:50:24 ---> Running in 486eb29e0ad6 15:50:24 Removing intermediate container 486eb29e0ad6 15:50:24 ---> 4c4bc1484d93 15:50:24 Step 14/22 : EXPOSE $APP_PORT 15:50:25 ---> Running in 186a7d4e3936 15:50:25 Removing intermediate container 186a7d4e3936 15:50:25 ---> e95051bf34fb 15:50:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:27 ---> 0c6851284488 15:50:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:50:28 ---> 048a014283f2 15:50:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:50:30 ---> d821e1e374cf 15:50:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:50:30 ---> Running in 635668595ed0 15:50:31 Removing intermediate container 635668595ed0 15:50:31 ---> 8e013ba5f69b 15:50:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:31 ---> Running in f79a0cdfa130 15:50:32 Removing intermediate container f79a0cdfa130 15:50:32 ---> 91041b62d57f 15:50:32 Step 20/22 : LABEL arch=arm64 15:50:33 ---> Running in eff1898bdd9d 15:50:34 Removing intermediate container eff1898bdd9d 15:50:34 ---> 558b7e5aa875 15:50:34 Step 21/22 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:50:34 ---> Running in b8bac33cfee9 15:50:35 Removing intermediate container 95755af6aaf7 15:50:35 ---> 21a71339676e 15:50:35 15:50:35 Step 10/31 : FROM alpine:3.12 15:50:35 ---> d10569e2745f 15:50:35 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:50:35 ---> Running in 5e1b3be41cc3 15:50:35 Removing intermediate container b8bac33cfee9 15:50:35 ---> f02515bdc507 15:50:35 Step 22/22 : LABEL version=0.0.0 15:50:35 ---> Running in 0bee533a7ec0 15:50:36 Removing intermediate container 5e1b3be41cc3 15:50:36 ---> f8de1ca765e0 15:50:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 15:50:36 ---> Running in de116b349683 15:50:36 Removing intermediate container 0bee533a7ec0 15:50:36 ---> ad3b318987c6 15:50:36 15:50:37 Successfully built ad3b318987c6 15:50:37 Successfully tagged docker-support-notifications-go-arm64:latest 15:50:38  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:50:38 (1/2) Installing dumb-init (1.2.2-r1) 15:50:38 (2/2) Installing su-exec (0.2-r1) 15:50:38 Executing busybox-1.31.1-r19.trigger 15:50:38 OK: 5 MiB in 16 packages 15:50:40 Removing intermediate container de116b349683 15:50:40 ---> b0adf4645d1e 15:50:40 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 15:50:40 ---> Running in 0850feb4e278 15:50:41 Removing intermediate container 0850feb4e278 15:50:41 ---> 356b8a4d6f3b 15:50:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:50:41 ---> Running in 0ad1f2f52a1a 15:50:42 Removing intermediate container b66ac7f7707e 15:50:42 ---> f9d1fdb35399 15:50:42 15:50:42 Step 10/22 : FROM alpine:3.12 15:50:42 ---> d10569e2745f 15:50:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:50:42 ---> Using cache 15:50:42 ---> 6bc5f4f1883e 15:50:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:50:42 ---> Using cache 15:50:42 ---> 89bea4a82b43 15:50:42 Step 13/22 : ENV APP_PORT=48085 15:50:42 ---> Running in 3adf453b2b10 15:50:42 Removing intermediate container 0ad1f2f52a1a 15:50:42 ---> 7ccc1eba1d75 15:50:42 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:50:42 ---> Running in bf9494b21bba 15:50:43 Removing intermediate container 3adf453b2b10 15:50:43 ---> e2250dd00857 15:50:43 Step 14/22 : EXPOSE $APP_PORT 15:50:43 ---> Running in d781443f5fd6 15:50:44 Removing intermediate container d781443f5fd6 15:50:44 ---> 866a76d0b6cd 15:50:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:45 ---> 2c1904cc4048 15:50:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:50:46 Removing intermediate container bf9494b21bba 15:50:46 ---> 414e76a3e13c 15:50:46 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 15:50:46 ---> 20f266f580c0 15:50:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:50:46 ---> Running in d866daaedcb3 15:50:47 Removing intermediate container 519a77d4a1e7 15:50:47 ---> 40d3176094b0 15:50:47 15:50:47 Step 10/23 : FROM alpine:3.12 15:50:47 ---> d10569e2745f 15:50:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:50:47 ---> Using cache 15:50:47 ---> 6bc5f4f1883e 15:50:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:50:47 ---> Using cache 15:50:47 ---> 89bea4a82b43 15:50:47 Step 13/23 : ENV APP_PORT=48081 15:50:47 ---> Running in 3bef45bc49f4 15:50:47 Removing intermediate container d866daaedcb3 15:50:47 ---> a0e35c1bf8ae 15:50:47 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:50:47 ---> 60a69839677c 15:50:47 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:50:48 ---> Running in c2ce1fbc5b67 15:50:48 Removing intermediate container 3bef45bc49f4 15:50:48 ---> 829c0a3e6f9d 15:50:48 Step 14/23 : EXPOSE $APP_PORT 15:50:48 ---> Running in dafe0abc67e2 15:50:48 ---> 8eb4a25bdbd2 15:50:48 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:50:48 Removing intermediate container c2ce1fbc5b67 15:50:48 ---> 77f760c21e8d 15:50:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:48 ---> Running in be777a1cfbe0 15:50:48 Removing intermediate container dafe0abc67e2 15:50:48 ---> 64c962e75d4a 15:50:48 Step 15/23 : WORKDIR / 15:50:49 ---> Running in b4b549eba2e5 15:50:49 ---> Running in c64c39a8ee7e 15:50:49 Removing intermediate container b4b549eba2e5 15:50:49 ---> 06df5ecd74e1 15:50:49 Step 20/22 : LABEL arch=arm64 15:50:49 Removing intermediate container c64c39a8ee7e 15:50:49 ---> d74e47b27657 15:50:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:50 ---> Running in 797808a8bda7 15:50:50 Removing intermediate container 797808a8bda7 15:50:50 ---> 2fc395759f3d 15:50:50 Step 21/22 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:50:50 ---> Running in a01409f7b6be 15:50:50 ---> f5b3c5604806 15:50:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:50:51 Removing intermediate container a01409f7b6be 15:50:51 ---> 8a6ce1e9b0e0 15:50:51 Step 22/22 : LABEL version=0.0.0 15:50:51 ---> Running in cb3aaf64868b 15:50:51 Removing intermediate container be777a1cfbe0 15:50:51 ---> afd6de5b91e4 15:50:51 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 15:50:52 Removing intermediate container cb3aaf64868b 15:50:52 ---> 1610d30ac588 15:50:52 15:50:52 ---> 2954a1f3aa9c 15:50:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:50:52 Successfully built 1610d30ac588 15:50:52 ---> efcd35d1922b 15:50:52 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:50:52 Successfully tagged docker-support-scheduler-go-arm64:latest 15:50:53  Building docker-support-scheduler-go ... done  ---> d0a66eba7a24 15:50:53 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:50:53 ---> Running in f6845791a8ea 15:50:54 ---> b4955c1519a6 15:50:54 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:50:54 Removing intermediate container f6845791a8ea 15:50:54 ---> d16af0823a7b 15:50:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:50:54 ---> Running in bb431a34989f 15:50:54 Removing intermediate container bb431a34989f 15:50:54 ---> 986f2b9641cd 15:50:54 Step 21/23 : LABEL arch=arm64 15:50:54 ---> 11cd2fd2757f 15:50:54 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:50:54 ---> Running in 122cf271df50 15:50:55 Removing intermediate container 122cf271df50 15:50:55 ---> 97d4e40634b2 15:50:55 Step 22/23 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:50:55 ---> e63bc7787b36 15:50:55 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 15:50:55 ---> Running in a9a7768ba283 15:50:56 Removing intermediate container a9a7768ba283 15:50:56 ---> 2906df44152f 15:50:56 Step 23/23 : LABEL version=0.0.0 15:50:56 ---> Running in 081f573db359 15:50:56 ---> 9172635a335d 15:50:56 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 15:50:56 ---> Running in fea7be27d973 15:50:56 Removing intermediate container 081f573db359 15:50:56 ---> b36d0f091171 15:50:56 15:50:57 Successfully built b36d0f091171 15:50:57 Successfully tagged docker-core-metadata-go-arm64:latest 15:50:57  Building docker-core-metadata-go ... done Removing intermediate container fea7be27d973 15:50:57 ---> 33a8695c8df6 15:50:57 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:50:58 ---> fe2d99b0d61e 15:50:58 Step 26/31 : RUN chmod +x /entrypoint.sh 15:50:58 ---> Running in c5d54e7182d1 15:51:00 Removing intermediate container c5d54e7182d1 15:51:00 ---> b782b7126384 15:51:00 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 15:51:01 ---> Running in 2063f6d9a12d 15:51:01 Removing intermediate container 2063f6d9a12d 15:51:01 ---> 7d48ac25b3e9 15:51:01 Step 28/31 : CMD ["gate"] 15:51:01 ---> Running in 5980e77744c4 15:51:02 Removing intermediate container 5980e77744c4 15:51:02 ---> 3ee9b4ca197c 15:51:02 Step 29/31 : LABEL arch=arm64 15:51:02 ---> Running in 9e4970b6b726 15:51:03 Removing intermediate container 9e4970b6b726 15:51:03 ---> ee8ecee6f9bf 15:51:03 Step 30/31 : LABEL git_sha=28b547c0b4f3564d1d9ce77f2bb4079023185d89 15:51:03 ---> Running in 06809e7739c4 15:51:03 Removing intermediate container 06809e7739c4 15:51:03 ---> ea9151757fa1 15:51:03 Step 31/31 : LABEL version=0.0.0 15:51:04 ---> Running in 48512485a1e0 15:51:04 Removing intermediate container 48512485a1e0 15:51:04 ---> b25aa81d01f6 15:51:04 15:51:05 Successfully built b25aa81d01f6 15:51:05 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:51:05  Building docker-security-bootstrapper-go ... done  [Pipeline] } 15:51:05 $ docker stop --time=1 9c40e4b77f2c0c9780ebaad7935cf5313697f94ead05b1d6c89d12ba8234d79f 15:51:07 $ docker rm -f 9c40e4b77f2c0c9780ebaad7935cf5313697f94ead05b1d6c89d12ba8234d79f [Pipeline] // withDockerContainer [Pipeline] sh 15:51:08 + docker+ images 15:51:08 grep docker 15:51:08 docker-security-bootstrapper-go-arm64 latest b25aa81d01f6 4 seconds ago 17.8MB 15:51:08 docker-core-metadata-go-arm64 latest b36d0f091171 12 seconds ago 17.9MB 15:51:08 docker-support-scheduler-go-arm64 latest 1610d30ac588 17 seconds ago 16.3MB 15:51:08 docker-support-notifications-go-arm64 latest ad3b318987c6 32 seconds ago 16.9MB 15:51:08 docker-sys-mgmt-agent-go-arm64 latest a2cc60232cde About a minute ago 300MB 15:51:08 docker-core-data-go-arm64 latest e359f93dd4ce 3 minutes ago 21.3MB 15:51:08 docker-security-secretstore-setup-go-arm64 latest 67c9b26ff28e 3 minutes ago 23.7MB 15:51:08 docker-core-command-go-arm64 latest cbae0c620745 3 minutes ago 16.2MB 15:51:08 docker-security-proxy-setup-go-arm64 latest 6402e64d9f76 3 minutes ago 23.4MB 15:51:08 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 15:51:09 ---> job-cost.sh 15:51:09 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-v7ce 15:51:48 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:53:40 lf-activate-venv(): INFO: Adding /tmp/venv-v7ce/bin to PATH 15:53:40 INFO: No Stack... 15:53:40 INFO: Retrieving Pricing Info for: lf-standard-4 15:53:40 INFO: Archiving Costs [Pipeline] sh 15:53:40 + cat /w/workspace/edgex-go/6/archives/cost.csv 15:53:40 + cut -d, -f6 [Pipeline] lock 15:53:40 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-6-stack-cost] 15:53:40 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-6-stack-cost] did not exist. Created. 15:53:40 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:53:41 + echo total: 0.20999999344348907 [Pipeline] stash 15:53:41 Stashed 1 file(s) [Pipeline] } 15:53:41 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-6-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 15:53:42 provisioning config files... 15:53:42 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config8721251600069952308tmp [Pipeline] { [Pipeline] sh 15:53:43 + set +x 15:53:43 + curl -s https://codecov.io/bash 15:53:43 + bash -s -- 15:53:43 15:53:43 _____ _ 15:53:43 / ____| | | 15:53:43 | | ___ __| | ___ ___ _____ __ 15:53:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:53:43 | |___| (_) | (_| | __/ (_| (_) \ V / 15:53:43 \_____\___/ \__,_|\___|\___\___/ \_/ 15:53:43 Bash-20210309-2b87ace 15:53:43 15:53:43 15:53:43 ==> git version 2.24.3 found 15:53:43 ==> 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 15:53:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:53:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:53:43 ==> Jenkins CI detected. 15:53:43 project root: . 15:53:43 --> token set from env 15:53:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:53:43 ==> Running gcov in . (disable via -X gcov) 15:53:43 ==> Python coveragepy not found 15:53:43 ==> Searching for coverage reports in: 15:53:43 + . 15:53:43 -> Found 1 reports 15:53:43 ==> Detecting git/mercurial file structure 15:53:43 ==> Reading reports 15:53:43 + ./coverage.out bytes=628838 15:53:43 ==> Appending adjustments 15:53:43 https://docs.codecov.io/docs/fixing-reports 15:53:47 + Found adjustments 15:53:47 ==> Gzipping contents 15:53:47 92K /tmp/codecov.A5GmJD.gz 15:53:47 ==> Uploading reports 15:53:47 url: https://codecov.io 15:53:47 query: branch=PR-3234&commit=28b547c0b4f3564d1d9ce77f2bb4079023185d89&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 15:53:47 -> Pinging Codecov 15:53:47 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=28b547c0b4f3564d1d9ce77f2bb4079023185d89&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 15:53:47 -> Uploading to 15:53:47 https://storage.googleapis.com/codecov/v4/raw/2021-03-10/00271124DB129430A58F1EEE437C3FCB/28b547c0b4f3564d1d9ce77f2bb4079023185d89/1f47e657-8265-4401-886f-fde1101909c1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T155347Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b06308b49ea816acb08bc7a80db28613d7f90d5c27451b98e383619e050ceb75 15:53:47 % Total % Received % Xferd Average Speed Time Time Time Current 15:53:47 Dload Upload Total Spent Left Speed 15:53:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92731 0 0 100 92731 0 161k --:--:-- --:--:-- --:--:-- 161k 15:53:48 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/28b547c0b4f3564d1d9ce77f2bb4079023185d89 [Pipeline] } 15:53:48 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 15:53:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:53:51 ---> package-listing.sh 15:53:51 ++ facter osfamily 15:53:51 ++ tr '[:upper:]' '[:lower:]' 15:53:51 + OS_FAMILY=redhat 15:53:51 + workspace=/w/workspace/edgex-go/6 15:53:51 + START_PACKAGES=/tmp/packages_start.txt 15:53:51 + END_PACKAGES=/tmp/packages_end.txt 15:53:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:53:51 + PACKAGES=/tmp/packages_start.txt 15:53:51 + '[' /w/workspace/edgex-go/6 ']' 15:53:51 + PACKAGES=/tmp/packages_end.txt 15:53:51 + case "${OS_FAMILY}" in 15:53:51 + rpm -qa 15:53:51 + sort 15:53:56 + '[' -f /tmp/packages_start.txt ']' 15:53:56 + '[' -f /tmp/packages_end.txt ']' 15:53:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:53:56 + '[' /w/workspace/edgex-go/6 ']' 15:53:56 + mkdir -p /w/workspace/edgex-go/6/archives/ 15:53:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 15:53:56 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:53:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:53:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:53:57 15:53:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:53:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:53:57 alpine: Pulling from edgex-lftools-log-publisher 15:53:57 df20fa9351a1: Pulling fs layer 15:53:57 36b3adc4ff6f: Pulling fs layer 15:53:57 8ad3a11d3b57: Pulling fs layer 15:53:57 46f8f816bc3b: Pulling fs layer 15:53:57 93b61091891f: Pulling fs layer 15:53:57 93b9cdb0e59b: Pulling fs layer 15:53:57 5e14af77c1be: Pulling fs layer 15:53:57 01666e4c0597: Pulling fs layer 15:53:57 aa168da1d23b: Pulling fs layer 15:53:57 46f8f816bc3b: Waiting 15:53:57 93b9cdb0e59b: Waiting 15:53:57 93b61091891f: Waiting 15:53:57 01666e4c0597: Waiting 15:53:57 5e14af77c1be: Waiting 15:53:57 aa168da1d23b: Waiting 15:53:57 36b3adc4ff6f: Download complete 15:53:57 46f8f816bc3b: Verifying Checksum 15:53:57 46f8f816bc3b: Download complete 15:53:57 df20fa9351a1: Verifying Checksum 15:53:57 93b9cdb0e59b: Verifying Checksum 15:53:57 93b9cdb0e59b: Download complete 15:53:57 5e14af77c1be: Verifying Checksum 15:53:57 5e14af77c1be: Download complete 15:53:57 01666e4c0597: Verifying Checksum 15:53:57 01666e4c0597: Download complete 15:53:57 8ad3a11d3b57: Verifying Checksum 15:53:57 8ad3a11d3b57: Download complete 15:53:58 df20fa9351a1: Pull complete 15:53:58 36b3adc4ff6f: Pull complete 15:53:58 93b61091891f: Verifying Checksum 15:53:58 93b61091891f: Download complete 15:53:59 8ad3a11d3b57: Pull complete 15:54:00 46f8f816bc3b: Pull complete 15:54:01 aa168da1d23b: Download complete 15:54:01 93b61091891f: Pull complete 15:54:01 93b9cdb0e59b: Pull complete 15:54:01 5e14af77c1be: Pull complete 15:54:01 01666e4c0597: Pull complete 15:54:11 aa168da1d23b: Pull complete 15:54:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:54:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:54:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:54:12 prd-centos7-docker-4c-2g-29342 does not seem to be running inside a container 15:54:12 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:54:17 $ docker top 366b212d13fc2bd527ad638ad67582360bd4274ad6afe0f99567af0d231f47e4 -eo pid,comm [Pipeline] { [Pipeline] sh 15:54:17 + touch /tmp/pre-build-complete [Pipeline] sh 15:54:17 + mkdir -p /var/log/sa [Pipeline] sh 15:54:18 + ls /var/log/sa-host 15:54:18 + sadf -c /var/log/sa-host/sa10 15:54:18 file_magic: OK 15:54:18 HZ: Using current value: 100 15:54:18 file_header: OK 15:54:18 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 15:54:18 Statistics: 15:54:18 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:54:18 File successfully converted to sysstat format version 12.2.1 15:54:18 + sadf -c /var/log/sa-host/sa23 15:54:18 file_magic: OK 15:54:18 HZ: Using current value: 100 15:54:18 file_header: OK 15:54:18 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 15:54:18 Statistics: 15:54:18 Hnuu...uuuununununu... 15:54:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:54:18 provisioning config files... 15:54:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config4795326799088036702tmp [Pipeline] { [Pipeline] echo 15:54:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:54:18 ---> create-netrc.sh [Pipeline] } 15:54:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:54:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:54:19 ---> python-tools-install.sh [Pipeline] echo 15:54:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:54:20 ---> sudo-logs.sh 15:54:20 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:54:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:54:20 ---> job-cost.sh 15:54:20 lf-activate-venv: SKIPPING 15:54:20 DEBUG: total: 0.20999999344348907 15:54:20 INFO: Retrieving Stack Cost... 15:54:21 INFO: Retrieving Pricing Info for: v1-standard-2 15:54:21 INFO: Archiving Costs [Pipeline] echo 15:54:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:54:22 ---> logs-deploy.sh 15:54:22 lf-activate-venv: SKIPPING 15:54:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/6 15:54:22 INFO: archiving workspace using pattern(s): 15:54:23 Archives upload complete. 15:54:23 INFO: archiving logs to Nexus 15:54:25 ---> uname -a: 15:54:25 Linux prd-centos7-docker-4c-2g-29342.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:54:25 15:54:25 15:54:25 ---> lscpu: 15:54:25 Architecture: x86_64 15:54:25 CPU op-mode(s): 32-bit, 64-bit 15:54:25 Byte Order: Little Endian 15:54:25 Address sizes: 40 bits physical, 48 bits virtual 15:54:25 CPU(s): 4 15:54:25 On-line CPU(s) list: 0-3 15:54:25 Thread(s) per core: 1 15:54:25 Core(s) per socket: 1 15:54:25 Socket(s): 4 15:54:25 NUMA node(s): 1 15:54:25 Vendor ID: GenuineIntel 15:54:25 CPU family: 6 15:54:25 Model: 44 15:54:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:54:25 Stepping: 1 15:54:25 CPU MHz: 2933.442 15:54:25 BogoMIPS: 5866.88 15:54:25 Virtualization: VT-x 15:54:25 Hypervisor vendor: KVM 15:54:25 Virtualization type: full 15:54:25 L1d cache: 128 KiB 15:54:25 L1i cache: 128 KiB 15:54:25 L2 cache: 16 MiB 15:54:25 L3 cache: 64 MiB 15:54:25 NUMA node0 CPU(s): 0-3 15:54:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:54:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:54:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:54:25 Vulnerability Meltdown: Mitigation; PTI 15:54:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:54:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:54:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:54:25 Vulnerability Srbds: Not affected 15:54:25 Vulnerability Tsx async abort: Not affected 15:54:25 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 15:54:25 15:54:25 15:54:25 ---> nproc: 15:54:25 4 15:54:25 15:54:25 15:54:25 ---> df -h: 15:54:25 Filesystem Size Used Available Use% Mounted on 15:54:25 overlay 50.0G 11.7G 38.2G 23% / 15:54:25 tmpfs 64.0M 0 64.0M 0% /dev 15:54:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:54:25 shm 64.0M 0 64.0M 0% /dev/shm 15:54:25 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 15:54:25 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 15:54:25 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 15:54:25 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 15:54:25 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 15:54:25 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 15:54:25 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 15:54:25 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 15:54:25 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/6@tmp 15:54:25 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/6 15:54:25 15:54:25 15:54:25 ---> free -m: 15:54:25 total used free shared buff/cache available 15:54:25 Mem: 1837 712 213 0 911 1041 15:54:25 Swap: 1023 77 946 15:54:25 15:54:25 15:54:25 ---> ip addr: 15:54:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:54:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:54:25 inet 127.0.0.1/8 scope host lo 15:54:25 valid_lft forever preferred_lft forever 15:54:25 inet6 ::1/128 scope host 15:54:25 valid_lft forever preferred_lft forever 15:54:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:54:25 link/ether fa:16:3e:78:16:1d brd ff:ff:ff:ff:ff:ff 15:54:25 inet 10.30.123.111/23 brd 10.30.123.255 scope global dynamic eth0 15:54:25 valid_lft 84812sec preferred_lft 84812sec 15:54:25 inet6 fe80::f816:3eff:fe78:161d/64 scope link 15:54:25 valid_lft forever preferred_lft forever 15:54:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:54:25 link/ether 02:42:82:64:16:55 brd ff:ff:ff:ff:ff:ff 15:54:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:54:25 valid_lft forever preferred_lft forever 15:54:25 inet6 fe80::42:82ff:fe64:1655/64 scope link 15:54:25 valid_lft forever preferred_lft forever 15:54:25 15:54:25 15:54:25 ---> sar -b -r -n DEV: 15:54:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 15:54:25 15:54:25 15:27:45 LINUX RESTART (4 CPU) 15:54:25 15:54:25 15:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:54:25 15:29:01 165.47 106.87 58.60 0.00 8304.78 41245.35 0.00 15:54:25 15:30:01 67.80 22.24 45.56 0.00 5302.21 8695.82 0.00 15:54:25 15:31:01 267.60 102.06 165.54 0.00 7159.53 49747.99 0.00 15:54:25 15:32:01 229.82 101.55 128.28 0.00 3486.16 15725.88 0.00 15:54:25 15:33:02 141.46 74.65 66.81 0.00 3593.21 7838.40 0.00 15:54:25 15:34:01 211.29 45.57 165.72 0.00 15120.71 92030.73 0.00 15:54:25 15:35:02 2600.63 2257.44 343.18 0.00 176639.13 183987.98 0.00 15:54:25 15:36:01 1001.26 747.90 253.36 0.00 61304.16 73085.27 0.00 15:54:25 15:37:02 1825.06 1450.99 374.07 0.00 112169.57 139871.41 0.00 15:54:25 15:38:01 870.78 594.99 275.78 0.00 31660.95 63005.89 0.00 15:54:25 15:39:01 45.16 14.11 31.04 0.00 3017.31 1162.82 0.00 15:54:25 15:40:01 1.58 0.02 1.57 0.00 0.27 27.89 0.00 15:54:25 15:41:01 0.33 0.00 0.33 0.00 0.00 4.01 0.00 15:54:25 15:42:01 0.27 0.02 0.25 0.00 0.53 2.86 0.00 15:54:25 15:43:01 0.83 0.58 0.25 0.00 15.44 2.81 0.00 15:54:25 15:44:01 2.20 1.38 0.82 0.00 47.82 16.02 0.00 15:54:25 15:45:02 0.27 0.02 0.25 0.00 0.53 2.76 0.00 15:54:25 15:46:01 0.37 0.02 0.36 0.00 0.27 3.78 0.00 15:54:25 15:47:01 0.25 0.00 0.25 0.00 0.00 3.05 0.00 15:54:25 15:48:01 0.25 0.02 0.23 0.00 0.27 1.93 0.00 15:54:25 15:49:01 0.28 0.02 0.27 0.00 0.27 3.16 0.00 15:54:25 15:50:01 0.28 0.00 0.28 0.00 0.00 2.80 0.00 15:54:25 15:51:01 0.57 0.02 0.55 0.00 0.53 6.66 0.00 15:54:25 15:52:01 0.17 0.00 0.17 0.00 0.00 1.37 0.00 15:54:25 15:53:01 0.45 0.02 0.43 0.00 0.40 5.18 0.00 15:54:25 15:54:01 84.30 69.25 15.05 0.00 6026.30 1870.70 0.00 15:54:25 Average: 290.53 216.24 74.29 0.00 16786.25 26165.04 0.00 15:54:25 15:54:25 15:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:54:25 15:29:01 74228 0 552636 29.37 2620 1252060 1043148 35.60 493104 1117220 684 15:54:25 15:30:01 64672 0 794456 42.22 2620 1019796 1442648 49.24 655400 958948 20 15:54:25 15:31:01 112028 0 710328 37.75 1740 1057448 1314748 44.87 556508 935452 8 15:54:25 15:32:01 74096 0 932244 49.55 824 874380 1842732 62.89 776744 746784 77156 15:54:25 15:33:02 235456 0 758860 40.33 808 886420 1375136 46.93 568348 779020 42272 15:54:25 15:34:01 69008 0 712240 37.85 100 1100196 1261064 43.04 730676 844632 74740 15:54:25 15:35:02 85736 0 760524 40.42 0 1035284 1777092 60.65 715612 849028 76176 15:54:25 15:36:01 275208 0 865968 46.02 0 740368 2215176 75.60 612268 732864 2492 15:54:25 15:37:02 67996 0 887448 47.17 0 926100 2365076 80.72 739864 832884 72332 15:54:25 15:38:01 114420 0 733384 38.98 0 1033740 1986028 67.78 567008 950804 4 15:54:25 15:39:01 125712 0 635208 33.76 0 1120624 1221304 41.68 525576 985904 12 15:54:25 15:40:01 128936 0 631976 33.59 0 1120632 1193620 40.74 524496 984800 8 15:54:25 15:41:01 128932 0 631964 33.59 0 1120648 1193536 40.73 524120 984808 8 15:54:25 15:42:01 128788 0 632120 33.60 0 1120636 1193668 40.74 524588 984808 8 15:54:25 15:43:01 127660 0 632292 33.60 0 1121592 1194068 40.75 524876 985568 16 15:54:25 15:44:01 127048 0 632732 33.63 0 1121764 1193608 40.74 525420 985072 12 15:54:25 15:45:02 127336 0 632428 33.61 0 1121780 1193536 40.73 525120 985100 8 15:54:25 15:46:01 127524 0 632240 33.60 0 1121780 1193536 40.73 525124 985100 20 15:54:25 15:47:01 127508 0 632232 33.60 0 1121804 1193536 40.73 525008 985108 8 15:54:25 15:48:01 127904 0 631840 33.58 0 1121800 1193536 40.73 525132 985108 8 15:54:25 15:49:01 127568 0 632164 33.60 0 1121812 1193620 40.74 525100 985116 8 15:54:25 15:50:01 127524 0 632176 33.60 0 1121844 1193536 40.73 525080 985128 12 15:54:25 15:51:01 127756 0 631972 33.59 0 1121816 1193536 40.73 525148 985128 8 15:54:25 15:52:01 127592 0 632112 33.60 0 1121840 1193536 40.73 525032 985140 8 15:54:25 15:53:01 127664 0 632036 33.59 0 1121844 1193536 40.73 525160 985152 8 15:54:25 15:54:01 101980 0 664716 35.33 0 1114848 1396992 47.68 568804 962056 108852 15:54:25 Average: 122703 0 686858 36.51 335 1071648 1382752 47.19 571512 941797 17496 15:54:25 15:54:25 15:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:54:25 15:29:01 eth0 749.39 582.88 2767.18 70.58 0.00 0.00 0.00 0.00 15:54:25 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:30:01 eth0 1035.74 1293.26 3620.96 158.26 0.00 0.00 0.00 0.00 15:54:25 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:30:01 veth9c27932 1079.56 763.14 96.11 2687.73 0.00 0.00 0.00 0.00 15:54:25 15:30:01 docker0 1079.56 763.01 81.35 2687.72 0.00 0.00 0.00 0.00 15:54:25 15:31:01 eth0 615.79 535.10 3683.63 51.84 0.00 0.00 0.00 0.00 15:54:25 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:31:01 docker0 145.10 175.37 10.07 828.85 0.00 0.00 0.00 0.00 15:54:25 15:32:01 vethcd2ed2d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:54:25 15:32:01 eth0 36.05 20.34 31.82 12.85 0.00 0.00 0.00 0.00 15:54:25 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:33:02 vethcd2ed2d 2.43 2.43 0.20 0.20 0.00 0.00 0.00 0.00 15:54:25 15:33:02 eth0 39.91 30.16 19.31 82.17 0.00 0.00 0.00 0.00 15:54:25 15:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:33:02 docker0 2.43 2.43 0.16 0.20 0.00 0.00 0.00 0.00 15:54:25 15:34:01 eth0 229.41 192.23 1726.17 28.73 0.00 0.00 0.00 0.00 15:54:25 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:34:01 vethb26c33f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:54:25 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:35:02 eth0 61.23 39.11 163.65 60.01 0.00 0.00 0.00 0.00 15:54:25 15:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:35:02 vethb26c33f 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 15:54:25 15:35:02 docker0 15.97 28.38 0.90 145.21 0.00 0.00 0.00 0.00 15:54:25 15:36:01 veth9ecf35f 2.84 6.35 0.20 39.26 0.00 0.00 0.00 0.00 15:54:25 15:36:01 veth03d65ab 2.29 4.83 0.16 32.63 0.00 0.00 0.00 0.00 15:54:25 15:36:01 veth1b04792 2.09 4.53 0.14 30.05 0.00 0.00 0.00 0.00 15:54:25 15:36:01 vethfc103c1 1.14 1.82 0.08 10.56 0.00 0.00 0.00 0.00 15:54:25 15:37:02 veth59272b8 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 15:54:25 15:37:02 veth858de00 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:54:25 15:37:02 eth0 2892.56 2759.20 12198.40 573.07 0.00 0.00 0.00 0.00 15:54:25 15:37:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:54:25 15:38:01 veth2c1f5b5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:38:01 veth32a4090 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:38:01 eth0 241.54 180.52 1660.40 92.00 0.00 0.00 0.00 0.00 15:54:25 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:39:01 eth0 26.88 14.80 68.65 7.61 0.00 0.00 0.00 0.00 15:54:25 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:39:01 docker0 1293.13 1067.74 95.50 4304.53 0.00 0.00 0.00 0.00 15:54:25 15:40:01 eth0 1.17 0.38 0.33 0.22 0.00 0.00 0.00 0.00 15:54:25 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:41:01 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 15:54:25 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:42:01 eth0 1.52 0.63 0.59 0.37 0.00 0.00 0.00 0.00 15:54:25 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:43:01 eth0 1.53 0.55 0.59 0.39 0.00 0.00 0.00 0.00 15:54:25 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:44:01 eth0 0.37 0.20 0.15 0.10 0.00 0.00 0.00 0.00 15:54:25 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:45:02 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:54:25 15:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:54:25 15:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:47:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 15:54:25 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:48:01 eth0 0.33 0.10 0.02 0.01 0.00 0.00 0.00 0.00 15:54:25 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:49:01 eth0 1.85 0.15 0.29 0.07 0.00 0.00 0.00 0.00 15:54:25 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:50:01 eth0 0.23 0.08 0.02 0.01 0.00 0.00 0.00 0.00 15:54:25 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:51:01 eth0 0.18 0.03 0.01 0.00 0.00 0.00 0.00 0.00 15:54:25 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:52:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:53:01 eth0 0.18 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:54:25 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:54:01 eth0 207.03 174.53 2172.49 20.02 0.00 0.00 0.00 0.00 15:54:25 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 15:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 Average: eth0 130.65 121.41 623.49 26.92 0.00 0.00 0.00 0.00 15:54:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:54:25 Average: docker0 49.80 41.12 3.68 165.78 0.00 0.00 0.00 0.00 15:54:25 15:54:25 15:54:25 ---> sar -P ALL: 15:54:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 15:54:25 15:54:25 15:27:45 LINUX RESTART (4 CPU) 15:54:25 15:54:25 15:28:01 CPU %user %nice %system %iowait %steal %idle 15:54:25 15:29:01 all 12.87 0.00 7.19 5.59 0.03 74.32 15:54:25 15:29:01 0 14.29 0.00 7.87 5.41 0.05 72.39 15:54:25 15:29:01 1 13.06 0.00 5.67 6.97 0.02 74.28 15:54:25 15:29:01 2 11.62 0.00 8.10 5.38 0.02 74.88 15:54:25 15:29:01 3 12.53 0.00 7.11 4.60 0.03 75.72 15:54:25 15:30:01 all 9.88 0.00 4.70 1.45 0.03 83.94 15:54:25 15:30:01 0 9.99 0.00 6.46 0.21 0.02 83.33 15:54:25 15:30:01 1 10.48 0.00 4.17 0.77 0.03 84.55 15:54:25 15:30:01 2 8.36 0.00 4.22 3.32 0.03 84.06 15:54:25 15:30:01 3 10.70 0.00 3.97 1.48 0.03 83.81 15:54:25 15:31:01 all 11.22 0.00 7.87 4.54 0.04 76.34 15:54:25 15:31:01 0 14.70 0.00 9.27 4.11 0.05 71.86 15:54:25 15:31:01 1 9.58 0.00 7.65 4.16 0.03 78.58 15:54:25 15:31:01 2 10.23 0.00 7.66 5.38 0.05 76.68 15:54:25 15:31:01 3 10.41 0.00 6.90 4.49 0.03 78.17 15:54:25 15:32:01 all 42.01 0.00 11.97 4.93 0.05 41.04 15:54:25 15:32:01 0 41.80 0.00 12.04 4.83 0.05 41.28 15:54:25 15:32:01 1 43.30 0.00 11.90 2.98 0.05 41.77 15:54:25 15:32:01 2 42.04 0.00 12.58 6.38 0.05 38.96 15:54:25 15:32:01 3 40.87 0.00 11.37 5.56 0.05 42.15 15:54:25 15:33:02 all 48.19 0.00 13.77 3.53 0.05 34.46 15:54:25 15:33:02 0 46.83 0.00 14.08 5.52 0.07 33.49 15:54:25 15:33:02 1 49.47 0.00 13.29 1.87 0.07 35.30 15:54:25 15:33:02 2 48.75 0.00 13.60 3.90 0.03 33.71 15:54:25 15:33:02 3 47.68 0.00 14.10 2.85 0.03 35.33 15:54:25 15:34:01 all 24.20 0.00 13.84 5.01 0.04 56.90 15:54:25 15:34:01 0 25.13 0.00 13.97 3.92 0.03 56.94 15:54:25 15:34:01 1 22.79 0.00 13.39 6.86 0.03 56.91 15:54:25 15:34:01 2 25.33 0.00 13.94 3.68 0.05 57.00 15:54:25 15:34:01 3 23.57 0.00 14.06 5.56 0.05 56.76 15:54:25 15:35:02 all 22.22 0.00 27.86 24.13 0.11 25.69 15:54:25 15:35:02 0 22.47 0.00 27.49 25.88 0.14 24.01 15:54:25 15:35:02 1 22.14 0.00 27.14 23.26 0.07 27.39 15:54:25 15:35:02 2 22.38 0.00 27.83 23.97 0.14 25.68 15:54:25 15:35:02 3 21.87 0.00 28.97 23.41 0.09 25.66 15:54:25 15:36:01 all 57.17 0.00 18.99 15.33 0.06 8.45 15:54:25 15:36:01 0 56.77 0.00 19.08 13.20 0.07 10.88 15:54:25 15:36:01 1 56.52 0.00 19.94 15.25 0.09 8.21 15:54:25 15:36:01 2 58.53 0.00 17.93 17.89 0.04 5.61 15:54:25 15:36:01 3 56.86 0.00 19.02 14.94 0.04 9.13 15:54:25 15:37:02 all 30.08 0.00 24.28 23.78 0.07 21.79 15:54:25 15:37:02 0 28.86 0.00 24.26 25.17 0.05 21.65 15:54:25 15:37:02 1 31.15 0.00 23.92 24.33 0.05 20.55 15:54:25 15:37:02 2 30.47 0.00 23.83 25.65 0.07 19.99 15:54:25 15:37:02 3 29.82 0.00 25.13 19.94 0.10 25.00 15:54:25 15:38:01 all 37.25 0.00 16.86 14.80 0.19 30.89 15:54:25 15:38:01 0 36.38 0.00 17.05 13.88 0.18 32.52 15:54:25 15:38:01 1 37.66 0.00 16.42 15.55 0.19 30.17 15:54:25 15:38:01 2 37.52 0.00 16.08 15.46 0.18 30.76 15:54:25 15:38:01 3 37.46 0.00 17.90 14.30 0.21 30.13 15:54:25 15:39:01 all 3.61 0.00 1.63 1.31 0.05 93.40 15:54:25 15:39:01 0 5.66 0.00 1.86 0.62 0.03 91.82 15:54:25 15:39:01 1 1.17 0.00 1.21 0.99 0.03 96.60 15:54:25 15:39:01 2 5.98 0.00 2.00 1.80 0.08 90.14 15:54:25 15:39:01 3 1.63 0.00 1.46 1.83 0.03 95.04 15:54:25 15:54:25 15:39:01 CPU %user %nice %system %iowait %steal %idle 15:54:25 15:40:01 all 0.15 0.00 0.04 0.00 0.01 99.80 15:54:25 15:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:54:25 15:40:01 1 0.03 0.00 0.07 0.00 0.02 99.88 15:54:25 15:40:01 2 0.50 0.00 0.05 0.00 0.02 99.43 15:54:25 15:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 15:54:25 15:41:01 all 0.25 0.00 0.35 0.00 0.05 99.35 15:54:25 15:41:01 0 0.12 0.00 0.35 0.00 0.02 99.52 15:54:25 15:41:01 1 0.13 0.00 0.40 0.00 0.07 99.40 15:54:25 15:41:01 2 0.60 0.00 0.33 0.00 0.03 99.04 15:54:25 15:41:01 3 0.15 0.00 0.33 0.00 0.07 99.45 15:54:25 15:42:01 all 0.15 0.00 0.03 0.00 0.01 99.82 15:54:25 15:42:01 0 0.03 0.00 0.03 0.00 0.02 99.92 15:54:25 15:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:54:25 15:42:01 2 0.50 0.00 0.02 0.00 0.00 99.48 15:54:25 15:42:01 3 0.02 0.00 0.03 0.00 0.02 99.93 15:54:25 15:43:01 all 0.16 0.00 0.06 0.00 0.01 99.77 15:54:25 15:43:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:54:25 15:43:01 1 0.05 0.00 0.08 0.02 0.00 99.85 15:54:25 15:43:01 2 0.53 0.00 0.05 0.00 0.02 99.40 15:54:25 15:43:01 3 0.05 0.00 0.07 0.00 0.02 99.87 15:54:25 15:44:01 all 0.15 0.00 0.05 0.02 0.00 99.78 15:54:25 15:44:01 0 0.03 0.00 0.05 0.00 0.00 99.92 15:54:25 15:44:01 1 0.03 0.00 0.08 0.05 0.00 99.83 15:54:25 15:44:01 2 0.50 0.00 0.02 0.02 0.00 99.47 15:54:25 15:44:01 3 0.05 0.00 0.07 0.00 0.00 99.88 15:54:25 15:45:02 all 0.15 0.00 0.03 0.00 0.00 99.81 15:54:25 15:45:02 0 0.02 0.00 0.02 0.00 0.00 99.97 15:54:25 15:45:02 1 0.02 0.00 0.02 0.00 0.00 99.97 15:54:25 15:45:02 2 0.52 0.00 0.03 0.00 0.00 99.45 15:54:25 15:45:02 3 0.07 0.00 0.05 0.00 0.02 99.87 15:54:25 15:46:01 all 0.15 0.00 0.03 0.00 0.00 99.82 15:54:25 15:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:54:25 15:46:01 1 0.02 0.00 0.00 0.00 0.00 99.98 15:54:25 15:46:01 2 0.52 0.00 0.02 0.00 0.00 99.46 15:54:25 15:46:01 3 0.05 0.00 0.07 0.00 0.00 99.88 15:54:25 15:47:01 all 0.15 0.00 0.03 0.00 0.00 99.82 15:54:25 15:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:54:25 15:47:01 1 0.05 0.00 0.05 0.00 0.00 99.90 15:54:25 15:47:01 2 0.45 0.00 0.05 0.00 0.00 99.50 15:54:25 15:47:01 3 0.05 0.00 0.02 0.00 0.02 99.92 15:54:25 15:48:01 all 0.07 0.00 0.04 0.00 0.00 99.89 15:54:25 15:48:01 0 0.02 0.00 0.02 0.00 0.02 99.95 15:54:25 15:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:54:25 15:48:01 2 0.17 0.00 0.08 0.00 0.00 99.75 15:54:25 15:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 15:54:25 15:49:01 all 0.04 0.00 0.03 0.00 0.00 99.92 15:54:25 15:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:54:25 15:49:01 1 0.02 0.00 0.02 0.02 0.00 99.95 15:54:25 15:49:01 2 0.07 0.00 0.05 0.00 0.00 99.88 15:54:25 15:49:01 3 0.03 0.00 0.05 0.00 0.00 99.92 15:54:25 15:50:01 all 0.14 0.00 0.02 0.00 0.00 99.84 15:54:25 15:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:54:25 15:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 15:54:25 15:50:01 2 0.47 0.00 0.03 0.00 0.00 99.50 15:54:25 15:50:01 3 0.05 0.00 0.03 0.00 0.00 99.92 15:54:25 15:54:25 15:50:01 CPU %user %nice %system %iowait %steal %idle 15:54:25 15:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 15:54:25 15:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 15:54:25 15:51:01 1 0.03 0.00 0.03 0.00 0.00 99.93 15:54:25 15:51:01 2 0.52 0.00 0.03 0.00 0.00 99.45 15:54:25 15:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:54:25 15:52:01 all 0.15 0.00 0.02 0.00 0.00 99.82 15:54:25 15:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 15:54:25 15:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 15:54:25 15:52:01 2 0.53 0.00 0.03 0.00 0.00 99.43 15:54:25 15:52:01 3 0.05 0.00 0.03 0.00 0.00 99.92 15:54:25 15:53:01 all 0.15 0.00 0.02 0.00 0.00 99.83 15:54:25 15:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 15:54:25 15:53:01 1 0.02 0.00 0.03 0.00 0.00 99.95 15:54:25 15:53:01 2 0.50 0.00 0.02 0.00 0.00 99.48 15:54:25 15:53:01 3 0.03 0.00 0.03 0.00 0.00 99.93 15:54:25 15:54:01 all 3.23 0.00 2.17 2.20 0.06 92.34 15:54:25 15:54:01 0 3.35 0.00 2.85 2.43 0.05 91.31 15:54:25 15:54:01 1 4.31 0.00 2.31 2.58 0.03 90.76 15:54:25 15:54:01 2 2.73 0.00 1.72 1.12 0.07 94.36 15:54:25 15:54:01 3 2.55 0.00 1.79 2.65 0.08 92.92 15:54:25 Average: all 11.39 0.00 5.69 3.99 0.03 78.90 15:54:25 Average: 0 11.49 0.00 5.88 3.93 0.03 78.67 15:54:25 Average: 1 11.35 0.00 5.55 3.95 0.03 79.12 15:54:25 Average: 2 11.63 0.00 5.63 4.26 0.03 78.44 15:54:25 Average: 3 11.09 0.00 5.70 3.79 0.04 79.38 15:54:25 15:54:25 15:54:25