Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from abb04a84f92cad6368f2dda5d820cc50d505de1e+c7191a90c07787dda31e3868df4c5f33b5de22f9 (25efa6c11885d47a2809ff756071a15925388b40) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19637’ is offline; ‘prd-centos7-docker-4c-2g-19641’ is offline; ‘prd-centos7-docker-4c-2g-19644’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19650 in /w/workspace/edgexfoundry_edgex-go_PR-3007 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3007/head:refs/remotes/origin/PR-3007 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit abb04a84f92cad6368f2dda5d820cc50d505de1e Merge succeeded, producing f7171f8093108ad0215c1f1f773285dc902fb4f3 Checking out Revision f7171f8093108ad0215c1f1f773285dc902fb4f3 (PR-3007) > git config core.sparsecheckout # timeout=10 > git checkout -f abb04a84f92cad6368f2dda5d820cc50d505de1e # 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 c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f7171f8093108ad0215c1f1f773285dc902fb4f3 # timeout=10 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" > git rev-list --no-walk abb04a84f92cad6368f2dda5d820cc50d505de1e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:30 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:31 ========================================================= 00:30:31 EdgeX Global Pipelines Version Info 00:30:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:32 ------------------- 00:30:32 stable info: 00:30:32 ------------------- 00:30:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:32 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:30:32 Message: update stable to v1.0.173 00:30:33 ------------------- 00:30:33 experimental info: 00:30:33 ------------------- 00:30:33 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:33 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:30:33 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:35 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3007 [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3007 [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3007 [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f7171f8093108ad0215c1f1f773285dc902fb4f3 [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f7171f8 [Pipeline] echo 00:30:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:36 provisioning config files... 00:30:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5794965479072688680tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:37 ---> docker-login.sh 00:30:37 nexus3.edgexfoundry.org:10001 00:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:37 Configure a credential helper to remove this warning. See 00:30:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:37 00:30:37 Login Succeeded 00:30:37 nexus3.edgexfoundry.org:10002 00:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:38 Configure a credential helper to remove this warning. See 00:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:38 00:30:38 Login Succeeded 00:30:38 nexus3.edgexfoundry.org:10003 00:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:38 Configure a credential helper to remove this warning. See 00:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:38 00:30:38 Login Succeeded 00:30:38 nexus3.edgexfoundry.org:10004 00:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:38 Configure a credential helper to remove this warning. See 00:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:38 00:30:38 Login Succeeded 00:30:38 docker.io 00:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:38 Configure a credential helper to remove this warning. See 00:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:38 00:30:38 Login Succeeded 00:30:38 ---> docker-login.sh ends [Pipeline] } 00:30:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:39 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/core-command/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo core-command,cmd/core-command/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/core-data/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo core-data,cmd/core-data/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/core-metadata/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/support-notifications/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/support-scheduler/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:39 + for file in '`ls cmd/**/Dockerfile`' 00:30:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:39 ++ cut -d/ -f2 00:30:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:39 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:30:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:40 00:30:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:40 latest: Pulling from edgex-devops/git-semver 00:30:40 31603596830f: Pulling fs layer 00:30:40 2a8b12db71e7: Pulling fs layer 00:30:40 6ca5941a6612: Pulling fs layer 00:30:40 ecc8261a40a4: Pulling fs layer 00:30:40 ecc8261a40a4: Waiting 00:30:40 2a8b12db71e7: Verifying Checksum 00:30:40 2a8b12db71e7: Download complete 00:30:41 31603596830f: Verifying Checksum 00:30:41 31603596830f: Download complete 00:30:41 ecc8261a40a4: Verifying Checksum 00:30:41 ecc8261a40a4: Download complete 00:30:41 6ca5941a6612: Verifying Checksum 00:30:41 6ca5941a6612: Download complete 00:30:41 31603596830f: Pull complete 00:30:41 2a8b12db71e7: Pull complete 00:30:42 6ca5941a6612: Pull complete 00:30:42 ecc8261a40a4: Pull complete 00:30:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:42 prd-centos7-docker-4c-2g-19650 does not seem to be running inside a container 00:30:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:45 $ docker top 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:46 [ssh-agent] Looking for ssh-agent implementation... 00:30:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:46 $ docker exec 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 ssh-agent 00:30:46 SSH_AUTH_SOCK=/tmp/ssh-nAdqQ3tmlpA0/agent.12 00:30:46 SSH_AGENT_PID=17 00:30:46 Running ssh-add (command line suppressed) 00:30:46 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6532994386533945558.key (/w/workspace/edgex-go/3@tmp/private_key_6532994386533945558.key) 00:30:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:47 + git tag --points-at HEAD [Pipeline] } 00:30:47 $ docker exec --env ******** --env ******** 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 ssh-agent -k 00:30:47 unset SSH_AUTH_SOCK; 00:30:47 unset SSH_AGENT_PID; 00:30:47 echo Agent pid 17 killed; 00:30:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:47 [ssh-agent] Looking for ssh-agent implementation... 00:30:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:47 $ docker exec 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 ssh-agent 00:30:47 SSH_AUTH_SOCK=/tmp/ssh-fzDPUrHxgjXU/agent.48 00:30:47 SSH_AGENT_PID=54 00:30:47 Running ssh-add (command line suppressed) 00:30:47 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7385647195470631888.key (/w/workspace/edgex-go/3@tmp/private_key_7385647195470631888.key) 00:30:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:48 + git semver init 00:30:48 # -> Open(): unable to determine branch for HEAD 00:30:48 # $GIT_DIR = /w/workspace/edgex-go/3/.git 00:30:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 00:30:48 # $SEMVER_REMOTE_NAME = origin 00:30:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:48 # $SEMVER_USER_NAME = edgex-jenkins 00:30:48 # $SEMVER_BRANCH = PR-3007 00:30:48 # $SEMVER_TEMP = /tmp/semver-918015290 00:30:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:10 # '/tmp/semver-918015290' -> '/w/workspace/edgex-go/3/.semver' 00:31:10 # -> Force: false 00:31:10 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 00:31:10 $ docker exec --env ******** --env ******** 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 ssh-agent -k 00:31:10 unset SSH_AUTH_SOCK; 00:31:10 unset SSH_AGENT_PID; 00:31:10 echo Agent pid 54 killed; 00:31:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:11 + git semver [Pipeline] } 00:31:11 $ docker stop --time=1 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 00:31:13 $ docker rm -f 83b3c90559f9cf53d52892c1ac51ad8163b95db613b209e54ecb3caa0f7ec7a1 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:14 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:14 Stashed 1 file(s) [Pipeline] echo 00:31:14 [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 00:31:15 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:16 + sudo service docker restart 00:31:16 + true 00:31:16 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:17 ========================================================= 00:31:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:17 + 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 . 00:31:20 Sending build context to Docker daemon 326.3MB 00:31:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:20 Step 2/6 : FROM ${BASE} 00:31:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:20 188c0c94c7c5: Pulling fs layer 00:31:20 0ef7d3d256c8: Pulling fs layer 00:31:20 de9db76c5a1d: Pulling fs layer 00:31:20 bca2f99d35d6: Pulling fs layer 00:31:20 93359f2a8cfa: Pulling fs layer 00:31:20 7c6f9722023f: Pulling fs layer 00:31:20 a35cf1a2eb13: Pulling fs layer 00:31:20 93359f2a8cfa: Waiting 00:31:20 7c6f9722023f: Waiting 00:31:20 a35cf1a2eb13: Waiting 00:31:20 bca2f99d35d6: Waiting 00:31:20 de9db76c5a1d: Verifying Checksum 00:31:20 de9db76c5a1d: Download complete 00:31:20 0ef7d3d256c8: Verifying Checksum 00:31:20 0ef7d3d256c8: Download complete 00:31:20 93359f2a8cfa: Download complete 00:31:20 7c6f9722023f: Verifying Checksum 00:31:20 7c6f9722023f: Download complete 00:31:20 188c0c94c7c5: Verifying Checksum 00:31:20 188c0c94c7c5: Download complete 00:31:21 188c0c94c7c5: Pull complete 00:31:21 0ef7d3d256c8: Pull complete 00:31:21 de9db76c5a1d: Pull complete 00:31:23 a35cf1a2eb13: Verifying Checksum 00:31:23 a35cf1a2eb13: Download complete 00:31:23 bca2f99d35d6: Verifying Checksum 00:31:23 bca2f99d35d6: Download complete 00:31:28 bca2f99d35d6: Pull complete 00:31:28 93359f2a8cfa: Pull complete 00:31:28 7c6f9722023f: Pull complete 00:31:30 Still waiting to schedule task 00:31:30 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:34 a35cf1a2eb13: Pull complete 00:31:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:34 ---> a62c8e92a672 00:31:34 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 00:31:34 ---> Running in 1caaf840b92c 00:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:36 (1/12) Installing libmagic (5.38-r0) 00:31:36 (2/12) Installing file (5.38-r0) 00:31:36 (3/12) Installing libc-dev (0.7.2-r3) 00:31:36 (4/12) Installing g++ (9.3.0-r2) 00:31:49 (5/12) Installing fortify-headers (1.1-r0) 00:31:49 (6/12) Installing patch (2.7.6-r6) 00:31:49 (7/12) Installing build-base (0.5-r2) 00:31:49 (8/12) Installing libsodium (1.0.18-r0) 00:31:49 (9/12) Installing pkgconf (1.7.2-r0) 00:31:49 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:49 (11/12) Installing libzmq (4.3.3-r0) 00:31:50 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:50 Executing busybox-1.31.1-r19.trigger 00:31:50 OK: 233 MiB in 51 packages 00:31:54 Removing intermediate container 1caaf840b92c 00:31:54 ---> 4c08dd5a054d 00:31:54 Step 4/6 : WORKDIR /edgex-go 00:31:54 ---> Running in c619bfe31a25 00:31:54 Removing intermediate container c619bfe31a25 00:31:54 ---> 2dd9ba08efb6 00:31:54 Step 5/6 : COPY go.mod . 00:31:54 ---> f44a83306bd5 00:31:54 Step 6/6 : RUN go mod download 00:31:54 ---> Running in 4f409c7d2d4d 00:32:16 Removing intermediate container 4f409c7d2d4d 00:32:16 ---> d590f5ad3dd9 00:32:16 Successfully built d590f5ad3dd9 00:32:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:16 + docker inspect -f . ci-base-image-x86_64 00:32:16 . [Pipeline] withDockerContainer 00:32:16 prd-centos7-docker-4c-2g-19650 does not seem to be running inside a container 00:32:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:17 $ docker top 42f32add4e8ff515e6ee42945a3ad09409fbe9a37816d1e35a0e641fd35e2b3c -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:18 + go version 00:32:18 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:18 $ docker stop --time=1 42f32add4e8ff515e6ee42945a3ad09409fbe9a37816d1e35a0e641fd35e2b3c 00:32:19 $ docker rm -f 42f32add4e8ff515e6ee42945a3ad09409fbe9a37816d1e35a0e641fd35e2b3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:20 + docker inspect -f . ci-base-image-x86_64 00:32:20 . [Pipeline] withDockerContainer 00:32:20 prd-centos7-docker-4c-2g-19650 does not seem to be running inside a container 00:32:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:21 $ docker top 12eaa2260480a901cfa7d73eb6210075bc0f51ece3dc8a602f8369e9d24c188f -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:21 ========================================================= 00:32:21 [edgeXBuildGoParallel] Running Tests and Build... 00:32:21 ========================================================= [Pipeline] sh 00:32:22 + make test 00:32:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:30 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:56 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:56 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 46.6% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.0% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 77.1% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.123s coverage: 82.4% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.377s coverage: 28.6% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.322s coverage: 94.1% of statements 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.047s coverage: 75.5% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.2% of statements 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.222s coverage: 63.5% of statements 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 55.9% of statements 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.0% of statements 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.311s coverage: 84.0% of statements 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.1% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.712s coverage: 29.1% of statements 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.081s coverage: 100.0% of statements 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 00:33:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements 00:33:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:33:15 GO111MODULE=on go vet ./... 00:33:37 gofmt -l . 00:33:38 [ "`gofmt -l .`" = "" ] 00:33:38 ./bin/test-go-mod-tidy.sh 00:33:39 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:39 + ls -al . 00:33:39 total 652 00:33:39 drwxrwxr-x 10 1001 1001 4096 Jan 12 00:33 . 00:33:39 drwxr-xr-x 4 root root 28 Jan 12 00:32 .. 00:33:39 -rw-rw-r-- 1 1001 1001 11 Jan 12 00:30 .dockerignore 00:33:39 drwxrwxr-x 8 1001 1001 179 Jan 12 00:30 .git 00:33:39 drwxrwxr-x 3 1001 1001 125 Jan 12 00:30 .github 00:33:39 -rw-rw-r-- 1 1001 1001 824 Jan 12 00:30 .gitignore 00:33:39 drwx------ 3 1001 1001 47 Jan 12 00:31 .semver 00:33:39 -rw-rw-r-- 1 1001 1001 166 Jan 12 00:30 .sonarcloud.properties 00:33:39 -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:30 Attribution.txt 00:33:39 -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:30 CONTRIBUTING.md 00:33:39 -rw-rw-r-- 1 1001 1001 931 Jan 12 00:30 Dockerfile.build 00:33:39 -rw-rw-r-- 1 1001 1001 863 Jan 12 00:30 Jenkinsfile 00:33:39 -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:30 LICENSE 00:33:39 -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:30 Makefile 00:33:39 -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:30 README.md 00:33:39 -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:30 SECURITY.md 00:33:39 -rw-rw-r-- 1 1001 1001 5 Jan 12 00:31 VERSION 00:33:39 -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:30 ZMQWindows.md 00:33:39 drwxrwxr-x 2 1001 1001 117 Jan 12 00:30 bin 00:33:39 drwxrwxr-x 14 1001 1001 4096 Jan 12 00:30 cmd 00:33:39 -rw-r--r-- 1 root root 545099 Jan 12 00:33 coverage.out 00:33:39 -rw-r--r-- 1 root root 979 Jan 12 00:33 go.mod 00:33:39 -rw-r--r-- 1 root root 18934 Jan 12 00:33 go.sum 00:33:39 drwxrwxr-x 8 1001 1001 127 Jan 12 00:30 internal 00:33:39 drwxrwxr-x 4 1001 1001 26 Jan 12 00:30 openapi 00:33:39 drwxrwxr-x 4 1001 1001 71 Jan 12 00:30 snap 00:33:39 -rw-rw-r-- 1 1001 1001 168 Jan 12 00:30 version.go [Pipeline] sh 00:33:40 + '[' -e coverage.out ] 00:33:40 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:40 Stashed 1 file(s) [Pipeline] sh 00:33:40 + make build 00:33:40 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 00:33:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:33:51 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 00:33:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:33:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:33:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:33:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:33: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 00:33:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:33:58 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 00:34:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:34: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 [Pipeline] } 00:34:02 $ docker stop --time=1 12eaa2260480a901cfa7d73eb6210075bc0f51ece3dc8a602f8369e9d24c188f 00:34:04 $ docker rm -f 12eaa2260480a901cfa7d73eb6210075bc0f51ece3dc8a602f8369e9d24c188f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:07 00:34:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:07 latest: Pulling from edgex-devops/edgex-compose 00:34:07 cbdbe7a5bc2a: Pulling fs layer 00:34:07 ca9280d653b3: Pulling fs layer 00:34:07 7e9c9ca2126c: Pulling fs layer 00:34:07 cbdbe7a5bc2a: Verifying Checksum 00:34:07 cbdbe7a5bc2a: Download complete 00:34:08 ca9280d653b3: Verifying Checksum 00:34:08 ca9280d653b3: Download complete 00:34:09 cbdbe7a5bc2a: Pull complete 00:34:09 7e9c9ca2126c: Download complete 00:34:09 ca9280d653b3: Pull complete 00:34:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19659 in /w/workspace/edgexfoundry_edgex-go_PR-3007 [Pipeline] { [Pipeline] ws 00:34:10 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:34:16 using credential edgex-jenkins-ssh 00:34:16 Cloning the remote Git repository 00:34:16 7e9c9ca2126c: Pull complete 00:34:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:17 prd-centos7-docker-4c-2g-19650 does not seem to be running inside a container 00:34:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:16 > git init /w/workspace/edgex-go/3 # timeout=10 00:34:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:16 > git --version # timeout=10 00:34:16 > git --version # 'git version 2.17.1' 00:34:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:19 $ docker top f8dc9b6096dbed26f19408c348697bbca2d5cade6db9cc114c9828b605971cba -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:19 + docker-compose build --help 00:34:19 + grep parallel 00:34:20 --parallel Build images in parallel. [Pipeline] } 00:34:20 $ docker stop --time=1 f8dc9b6096dbed26f19408c348697bbca2d5cade6db9cc114c9828b605971cba 00:34:21 $ docker rm -f f8dc9b6096dbed26f19408c348697bbca2d5cade6db9cc114c9828b605971cba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:22 . [Pipeline] withDockerContainer 00:34:22 prd-centos7-docker-4c-2g-19650 does not seem to be running inside a container 00:34:22 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:23 $ docker top b9f283e66b83064eccb1131b2292ff3f0e901a93d8253b0229fcfd4753f1164b -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:23 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:24 Building docker-core-command-go ... 00:34:24 Building docker-core-data-go ... 00:34:24 Building docker-core-metadata-go ... 00:34:24 Building docker-security-bootstrap-redis-go ... 00:34:24 Building docker-security-proxy-setup-go ... 00:34:24 Building docker-security-secretstore-setup-go ... 00:34:24 Building docker-support-notifications-go ... 00:34:24 Building docker-support-scheduler-go ... 00:34:24 Building docker-sys-mgmt-agent-go ... 00:34:24 Building docker-security-secretstore-setup-go 00:34:24 Building docker-core-command-go 00:34:24 Building docker-core-metadata-go 00:34:24 Building docker-support-notifications-go 00:34:24 Building docker-support-scheduler-go 00:34:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3007/head:refs/remotes/origin/PR-3007 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:37 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit abb04a84f92cad6368f2dda5d820cc50d505de1e 00:34:38 Merge succeeded, producing fb21c95170d9601f69efae6c0cb7cf67339fb335 00:34:38 Checking out Revision fb21c95170d9601f69efae6c0cb7cf67339fb335 (PR-3007) 00:34:37 > git config core.sparsecheckout # timeout=10 00:34:37 > git checkout -f abb04a84f92cad6368f2dda5d820cc50d505de1e # timeout=10 00:34:38 > git remote # timeout=10 00:34:38 > git config --get remote.origin.url # timeout=10 00:34:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:38 > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 00:34:38 > git rev-parse HEAD^{commit} # timeout=10 00:34:38 > git config core.sparsecheckout # timeout=10 00:34:38 > git checkout -f fb21c95170d9601f69efae6c0cb7cf67339fb335 # timeout=10 00:34:42 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" 00:34:42 > git rev-list --no-walk abb04a84f92cad6368f2dda5d820cc50d505de1e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:44 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:44 + sudo service docker+ restart 00:34:44 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:47 provisioning config files... 00:34:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5910077759884812479tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:48 ---> docker-login.sh 00:34:48 nexus3.edgexfoundry.org:10001 00:34:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:49 Configure a credential helper to remove this warning. See 00:34:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:49 00:34:49 Login Succeeded 00:34:49 nexus3.edgexfoundry.org:10002 00:34:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:50 Configure a credential helper to remove this warning. See 00:34:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:50 00:34:50 Login Succeeded 00:34:50 nexus3.edgexfoundry.org:10003 00:34:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:50 Configure a credential helper to remove this warning. See 00:34:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:50 00:34:50 Login Succeeded 00:34:50 nexus3.edgexfoundry.org:10004 00:34:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:51 Configure a credential helper to remove this warning. See 00:34:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:51 00:34:51 Login Succeeded 00:34:51 docker.io 00:34:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:52 Configure a credential helper to remove this warning. See 00:34:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:52 00:34:52 Login Succeeded 00:34:52 ---> docker-login.sh ends [Pipeline] } 00:34:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:34:52 ========================================================= 00:34:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:53 + 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 . 00:34:55 Sending build context to Docker daemon 165.4MB 00:34:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:55 Step 2/6 : FROM ${BASE} 00:34:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:55 5f621e34cdf4: Pulling fs layer 00:34:55 a4357932f1b6: Pulling fs layer 00:34:55 18c013af1878: Pulling fs layer 00:34:55 00ac8860ef70: Pulling fs layer 00:34:55 63d7cb157983: Pulling fs layer 00:34:55 b116817d02f9: Pulling fs layer 00:34:55 745a02a5169b: Pulling fs layer 00:34:55 00ac8860ef70: Waiting 00:34:55 63d7cb157983: Waiting 00:34:55 b116817d02f9: Waiting 00:34:55 745a02a5169b: Waiting 00:34:55 18c013af1878: Verifying Checksum 00:34:55 18c013af1878: Download complete 00:34:55 a4357932f1b6: Verifying Checksum 00:34:55 a4357932f1b6: Download complete 00:34:55 63d7cb157983: Download complete 00:34:55 b116817d02f9: Download complete 00:34:55 5f621e34cdf4: Verifying Checksum 00:34:55 5f621e34cdf4: Download complete 00:34:56 5f621e34cdf4: Pull complete 00:34:56 a4357932f1b6: Pull complete 00:34:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:34:57 ---> d590f5ad3dd9 00:34:57 Step 3/24 : WORKDIR /edgex-go 00:34:57 ---> Running in 8cb028d10163 00:34:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:34:57 ---> d590f5ad3dd9 00:34:57 Step 3/22 : WORKDIR /edgex-go 00:34:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:34:57 00:34:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder ---> d590f5ad3dd9 00:34:57 00:34:57 Step 3/24 : WORKDIR /edgex-go ---> d590f5ad3dd9 00:34:57 00:34:57 Step 3/22 : WORKDIR /edgex-go 00:34:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:34:57 ---> d590f5ad3dd9 00:34:57 Step 3/21 : WORKDIR /edgex-go 00:34:57 18c013af1878: Pull complete 00:34:57 ---> Running in 040f25baed3d 00:34:57 ---> Running in 1e155d424e25 00:34:57 ---> Running in 0b76053c8081 00:34:57 ---> Running in 2537e03ed920 00:34:57 Removing intermediate container 8cb028d10163 00:34:57 ---> 7ce9f77e8e78 00:34:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:57 ---> Running in f894d39d1df1 00:34:58 Removing intermediate container 040f25baed3d 00:34:58 ---> a6fc8f6bae5c 00:34:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:58 Removing intermediate container 1e155d424e25 00:34:58 ---> 46ea99f39910 00:34:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:58 Removing intermediate container 2537e03ed920 00:34:58 ---> 22af36e84223 00:34:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:58 Removing intermediate container 0b76053c8081 00:34:58 ---> f03588be5217 00:34:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:58 ---> Running in 32fe6d9756a1 00:34:58 ---> Running in 0c92ceadea19 00:34:58 ---> Running in 38d363ea394c 00:34:58 ---> Running in 551e3ad65ec9 00:34:58 745a02a5169b: Verifying Checksum 00:34:58 745a02a5169b: Download complete 00:34:59 00ac8860ef70: Verifying Checksum 00:34:59 00ac8860ef70: Download complete 00:34:59 Removing intermediate container f894d39d1df1 00:34:59 ---> 37b718fef4fc 00:34:59 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:34:59 ---> Running in 45de5c5b5d44 00:35:00 Removing intermediate container 32fe6d9756a1 00:35:00 ---> 7e07e19b5826 00:35:00 Step 5/24 : RUN apk add --update --no-cache make git 00:35:00 ---> Running in a3f29a8c5cb7 00:35:00 Removing intermediate container 0c92ceadea19 00:35:00 ---> 57a963faf388 00:35:00 Step 5/22 : RUN apk add --update --no-cache make git 00:35:00 ---> Running in 5424f2736137 00:35:00 Removing intermediate container 38d363ea394c 00:35:00 ---> 703e019e35b2 00:35:00 Step 5/21 : RUN apk add --update --no-cache make git 00:35:00 Removing intermediate container 551e3ad65ec9 00:35:00 ---> fc170bce6944 00:35:00 Step 5/22 : RUN apk add --update --no-cache make git 00:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:01 ---> Running in f5a7c2c7a603 00:35:01 ---> Running in 18b5537fecca 00:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:02 OK: 233 MiB in 51 packages 00:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:03 Removing intermediate container 45de5c5b5d44 00:35:03 ---> ea8b84170875 00:35:03 Step 6/24 : COPY go.mod . 00:35:03 OK: 233 MiB in 51 packages 00:35:03 OK: 233 MiB in 51 packages 00:35:03 ---> 022607e2d76a 00:35:03 Step 7/24 : RUN go mod download 00:35:03 ---> Running in df1dd22b833a 00:35:03 OK: 233 MiB in 51 packages 00:35:04 Removing intermediate container a3f29a8c5cb7 00:35:04 ---> 747b085577c1 00:35:04 Step 6/24 : COPY go.mod . 00:35:04 Removing intermediate container f5a7c2c7a603 00:35:04 ---> 13b0ba9b5c9a 00:35:04 Step 6/21 : COPY go.mod . 00:35:04 OK: 233 MiB in 51 packages 00:35:04 ---> 7815607dc0d9 00:35:04 Step 7/24 : RUN go mod download 00:35:04 ---> 01ca86a20a09 00:35:04 Step 7/21 : RUN go mod download 00:35:04 Removing intermediate container 18b5537fecca 00:35:04 ---> f93eabaad91a 00:35:04 Step 6/22 : COPY go.mod . 00:35:04 ---> Running in be5410d8a81e 00:35:04 ---> Running in 942bbc3188c7 00:35:05 ---> 1a1dd9317162 00:35:05 Step 7/22 : RUN go mod download 00:35:05 Removing intermediate container 5424f2736137 00:35:05 ---> 762abb695e55 00:35:05 Step 6/22 : COPY go.mod . 00:35:05 ---> Running in 463572f6c230 00:35:05 ---> 61b534cfb83d 00:35:05 Step 7/22 : RUN go mod download 00:35:05 Removing intermediate container df1dd22b833a 00:35:05 ---> 047a4d690be0 00:35:05 Step 8/24 : COPY . . 00:35:05 ---> Running in 4a84d9ecec63 00:35:07 Removing intermediate container be5410d8a81e 00:35:07 ---> 659e141b5a94 00:35:07 Step 8/24 : COPY . . 00:35:09 00ac8860ef70: Pull complete 00:35:09 63d7cb157983: Pull complete 00:35:09 b116817d02f9: Pull complete 00:35:12 745a02a5169b: Pull complete 00:35:12 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:12 ---> b7e6874047d6 00:35:12 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 00:35:14 Removing intermediate container 942bbc3188c7 00:35:14 ---> d0a3408edad9 00:35:14 Step 8/21 : COPY . . 00:35:15 Removing intermediate container 463572f6c230 00:35:15 ---> 07587826c820 00:35:15 Step 8/22 : COPY . . 00:35:16 ---> Running in 0ed677b404bc 00:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:19 (1/12) Installing libmagic (5.38-r0) 00:35:19 (2/12) Installing file (5.38-r0) 00:35:19 (3/12) Installing libc-dev (0.7.2-r3) 00:35:19 (4/12) Installing g++ (9.3.0-r2) 00:35:20 Removing intermediate container 4a84d9ecec63 00:35:20 ---> f77d27e199b8 00:35:20 Step 8/22 : COPY . . 00:35:25 (5/12) Installing fortify-headers (1.1-r0) 00:35:25 (6/12) Installing patch (2.7.6-r6) 00:35:25 (7/12) Installing build-base (0.5-r2) 00:35:25 (8/12) Installing libsodium (1.0.18-r0) 00:35:25 (9/12) Installing pkgconf (1.7.2-r0) 00:35:25 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:25 (11/12) Installing libzmq (4.3.3-r0) 00:35:25 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:25 Executing busybox-1.31.1-r19.trigger 00:35:25 OK: 217 MiB in 51 packages 00:35:29 Removing intermediate container 0ed677b404bc 00:35:29 ---> a84545e62110 00:35:29 Step 4/6 : WORKDIR /edgex-go 00:35:29 ---> Running in 131180dcfa1d 00:35:30 Removing intermediate container 131180dcfa1d 00:35:30 ---> 98c6bbece973 00:35:30 Step 5/6 : COPY go.mod . 00:35:30 ---> 4d11045c1210 00:35:30 Step 6/6 : RUN go mod download 00:35:31 ---> Running in 2e24bcddb08e 00:35:47 ---> 00bbf1b53e04 00:35:47 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:35:47 ---> 1d7149d3d2fa 00:35:47 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:35:47 ---> Running in c4422e6ef5b8 00:35:47 ---> 974e8edcb86b 00:35:47 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:35:48 ---> Running in b075ffe5c305 00:35:48 ---> Running in df3cacd7c375 00:35:49 ---> 34ef2651282c 00:35:49 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:35:49 ---> 9e18a8c0ead2 00:35:49 Step 9/22 : RUN make cmd/core-command/core-command 00:35:49 ---> Running in a5795f06435f 00:35:49 ---> Running in e54760711dab 00:35:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:50 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 00:35:50 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 00:35: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 00:35:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35:58 Removing intermediate container 2e24bcddb08e 00:35:58 ---> 2c99d6bcbf99 00:35:58 Successfully built 2c99d6bcbf99 00:35:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:58 + docker inspect -f . ci-base-image-arm64 00:35:58 . [Pipeline] withDockerContainer 00:35:59 prd-ubuntu18.04-docker-arm64-4c-16g-19659 does not seem to be running inside a container 00:35:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:00 $ docker top 628e10ca2e2e286c941a05779c616b0c6a24e9f5a118c6e7092259966e668fe8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:01 + go version 00:36:01 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:01 $ docker stop --time=1 628e10ca2e2e286c941a05779c616b0c6a24e9f5a118c6e7092259966e668fe8 00:36:03 $ docker rm -f 628e10ca2e2e286c941a05779c616b0c6a24e9f5a118c6e7092259966e668fe8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:05 + docker inspect -f . ci-base-image-arm64 00:36:05 . [Pipeline] withDockerContainer 00:36:05 prd-ubuntu18.04-docker-arm64-4c-16g-19659 does not seem to be running inside a container 00:36:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:06 $ docker top 47d931cd6ba0bcba6bb398d1aaae3b8c72e1fc21e47e90939f1ea3d34085d984 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:07 ========================================================= 00:36:07 [edgeXBuildGoParallel] Running Tests and Build... 00:36:07 ========================================================= [Pipeline] sh 00:36:07 + make test 00:36:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36: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 00:36:26 Removing intermediate container b075ffe5c305 00:36:26 ---> 0074cd251d69 00:36:26 00:36:26 Step 10/24 : FROM alpine:3.12 00:36:26 3.12: Pulling from library/alpine 00:36:26 Removing intermediate container df3cacd7c375 00:36:26 ---> eedbeee5622d 00:36:26 00:36:26 Step 10/21 : FROM scratch 00:36:26 ---> 00:36:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:26 Removing intermediate container e54760711dab 00:36:26 ---> 717e790bbcce 00:36:26 00:36:26 Step 10/22 : FROM scratch 00:36:26 ---> 00:36:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:26 Removing intermediate container c4422e6ef5b8 00:36:26 ---> b052db770265 00:36:26 00:36:26 Step 10/24 : FROM scratch 00:36:26 ---> 00:36:26 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:36:27 ---> Running in 1ccefa6aa656 00:36:27 ---> Running in 5cedc74d415d 00:36:27 ---> Running in f3b65ff5f099 00:36:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:36:27 Status: Downloaded newer image for alpine:3.12 00:36:27 ---> 389fef711851 00:36:27 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:36:29 ---> Running in 85b785db1c4c 00:36:29 Removing intermediate container 5cedc74d415d 00:36:29 ---> 9f2d114f19db 00:36:29 Step 12/24 : ENV APP_PORT=48060 00:36:29 Removing intermediate container f3b65ff5f099 00:36:29 ---> 7e6369ee5816 00:36:29 Step 12/22 : ENV APP_PORT=48082 00:36:29 Removing intermediate container 1ccefa6aa656 00:36:29 ---> b4c67d9e59cb 00:36:29 Step 12/21 : ENV APP_PORT=48085 00:36:29 ---> Running in 966170afa38d 00:36:29 Removing intermediate container a5795f06435f 00:36:29 ---> 5c4e4b3baa7c 00:36:29 00:36:29 Step 10/22 : FROM scratch 00:36:29 ---> 00:36:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:29 ---> Using cache 00:36:29 ---> 7e6369ee5816 00:36:29 Step 12/22 : ENV APP_PORT=48081 00:36:29 ---> Running in 57e52ace0e8f 00:36:29 ---> Running in 27a0840adf49 00:36:29 ---> Running in 8e3b0c096a11 00:36:30 Removing intermediate container 966170afa38d 00:36:30 ---> baf615e02cd0 00:36:30 Step 13/24 : EXPOSE $APP_PORT 00:36:30 Removing intermediate container 57e52ace0e8f 00:36:30 ---> 5f0ae2f4c56d 00:36:30 Step 13/22 : EXPOSE $APP_PORT 00:36:30 Removing intermediate container 27a0840adf49 00:36:30 ---> e169309a6bdc 00:36:30 Step 13/21 : EXPOSE $APP_PORT 00:36:30 ---> Running in 9bfcf39d6b7e 00:36:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:30 ---> Running in 0ada9a6f6215 00:36:30 ---> Running in 154d1291fe83 00:36:30 Removing intermediate container 8e3b0c096a11 00:36:30 ---> 1b8120aff9f7 00:36:30 Step 13/22 : EXPOSE $APP_PORT 00:36:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:30 ---> Running in 05bdf86301c1 00:36:30 Removing intermediate container 9bfcf39d6b7e 00:36:30 ---> 2a906402ef8e 00:36:30 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:36:30 (1/5) Installing ca-certificates (20191127-r4) 00:36:30 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:36:30 (3/5) Installing libcurl (7.69.1-r3) 00:36:30 (4/5) Installing curl (7.69.1-r3) 00:36:30 (5/5) Installing dumb-init (1.2.2-r1) 00:36:30 Executing busybox-1.31.1-r19.trigger 00:36:30 Executing ca-certificates-20191127-r4.trigger 00:36:30 OK: 7 MiB in 19 packages 00:36:31 Removing intermediate container 0ada9a6f6215 00:36:31 ---> 8aa6a5328c75 00:36:31 Step 14/22 : WORKDIR / 00:36:31 Removing intermediate container 154d1291fe83 00:36:31 ---> 4222e5329e3f 00:36:31 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:31 Removing intermediate container 05bdf86301c1 00:36:31 ---> 6a97c580ddf9 00:36:31 Step 14/22 : WORKDIR / 00:36:31 ---> 764e7b262c12 00:36:31 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:36:31 ---> Running in 26b64e941aa3 00:36:31 ---> Running in 310deb24c85e 00:36:32 ---> f6859a125475 00:36:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:36:32 Removing intermediate container 26b64e941aa3 00:36:32 ---> 55eaebaea9ee 00:36:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:32 Removing intermediate container 310deb24c85e 00:36:32 ---> 4932212153f7 00:36:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:32 ---> 8f036cb9325c 00:36:32 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:36:32 Removing intermediate container 85b785db1c4c 00:36:32 ---> 8883ba5d1f92 00:36:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:32 ---> Running in 3e193f541876 00:36:32 ---> 5c5ef2ee4c59 00:36:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:36:33 ---> 5da3b00ecf8b 00:36:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:36:33 ---> 88762b8919e0 00:36:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:36:33 Removing intermediate container 3e193f541876 00:36:33 ---> beffa9f8555d 00:36:33 Step 13/24 : WORKDIR / 00:36:33 ---> 65a0fac89e0b 00:36:33 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:33 ---> Running in d4dfd9bb8256 00:36:33 ---> d28e921abc3d 00:36:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:36:34 ---> 13421969d99f 00:36:34 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:36:34 ---> bf33f8bcd31f 00:36:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:36:34 ---> b830ccd8ac39 00:36:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:36:34 ---> Running in 8534d2c23315 00:36:34 Removing intermediate container d4dfd9bb8256 00:36:34 ---> 19811daa04c1 00:36:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:36:34 ---> 4eeece591dc7 00:36:34 Step 18/22 : ENTRYPOINT ["/core-command"] 00:36:34 ---> 6c6044e09b05 00:36:34 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:36:34 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:34 ---> Running in 3a9000c81bb6 00:36:34 ---> Running in 60ac0c6dccd2 00:36:34 Removing intermediate container 8534d2c23315 00:36:34 ---> cd1ca907a5d7 00:36:34 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:34 ---> c56244b8de14 00:36:34 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:36:35 ---> ef2d6f41085e 00:36:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:36:35 ---> Running in 1e60837d9408 00:36:35 Removing intermediate container 3a9000c81bb6 00:36:35 ---> aaf88fc9c8c1 00:36:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:35 Removing intermediate container 60ac0c6dccd2 00:36:35 ---> 0e9279f7304e 00:36:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:35 ---> 08a22fc04688 00:36:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:36:35 ---> Running in 20598f842acd 00:36:35 Removing intermediate container 1e60837d9408 00:36:35 ---> 3c62826d2112 00:36:35 Step 19/21 : LABEL arch=x86_64 00:36:35 ---> 41a9f8200216 00:36:35 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:36:35 ---> Running in cc1a70394827 00:36:35 ---> Running in 79455b0d5a14 00:36:35 ---> Running in 2a625fe4779a 00:36:36 Removing intermediate container 20598f842acd 00:36:36 ---> c9124df64a48 00:36:36 Step 20/22 : LABEL arch=x86_64 00:36:36 ---> eb11f52e3f95 00:36:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:36:36 Removing intermediate container cc1a70394827 00:36:36 ---> 35f82a61ce6c 00:36:36 Step 20/22 : LABEL arch=x86_64 00:36:36 ---> Running in b5f4bfd8a11e 00:36:36 Removing intermediate container 79455b0d5a14 00:36:36 ---> 2bd61fa25e23 00:36:36 Step 20/21 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:36:36 ---> Running in 805a1a598b81 00:36:36 Removing intermediate container 2a625fe4779a 00:36:36 ---> 0811403aca96 00:36:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:36 ---> Running in 8c7b42089772 00:36:36 ---> Running in 265b64882474 00:36:36 Removing intermediate container b5f4bfd8a11e 00:36:36 ---> c4e820ca767d 00:36:36 Step 21/22 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:36:36 ---> 45c4d426c437 00:36:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:36:36 Removing intermediate container 805a1a598b81 00:36:36 ---> 953ece9ed392 00:36:36 Step 21/22 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:36:36 ---> Running in f3b731eddbbd 00:36:36 ---> Running in 856c843656db 00:36:36 Removing intermediate container 8c7b42089772 00:36:36 ---> d36e1080c9d3 00:36:36 Step 21/21 : LABEL version=0.0.0 00:36:36 Removing intermediate container 265b64882474 00:36:36 ---> 37e0e1e35354 00:36:36 Step 22/24 : LABEL arch=x86_64 00:36:37 Removing intermediate container f3b731eddbbd 00:36:37 ---> 28e79325be55 00:36:37 Step 22/22 : LABEL version=0.0.0 00:36:37 ---> Running in 0a7630aa8a50 00:36:37 ---> Running in be7b532800aa 00:36:37 ---> fe0356587f87 00:36:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:36:37 ---> Running in 0eeb242e7d37 00:36:37 Removing intermediate container 856c843656db 00:36:37 ---> 04e6cf499a4c 00:36:37 Step 22/22 : LABEL version=0.0.0 00:36:37 Removing intermediate container 0a7630aa8a50 00:36:37 ---> 7b40c59f4f9b 00:36:37 00:36:37 Removing intermediate container be7b532800aa 00:36:37 ---> 43595cba870c 00:36:37 Step 23/24 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:36:37 Successfully built 7b40c59f4f9b 00:36:38 ---> Running in 08c4bb044185 00:36:38 Successfully tagged docker-support-scheduler-go:latest 00:36:38 Building docker-security-bootstrap-redis-go 00:36:38 ---> 4e2a15c2ba97 00:36:38 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:36:38  Building docker-support-scheduler-go ... done Removing intermediate container 0eeb242e7d37 00:36:38 ---> 0761e5e16398 00:36:38 00:36:38 ---> Running in 54a98bbea0ce 00:36:38 ---> Running in 634c0b35d14f 00:36:38 Successfully built 0761e5e16398 00:36:38 Removing intermediate container 08c4bb044185 00:36:38 ---> 65d2fedbbc6b 00:36:38 00:36:38 Successfully tagged docker-core-command-go:latest 00:36:38 Building docker-sys-mgmt-agent-go 00:36:38  Building docker-core-command-go ... done Successfully built 65d2fedbbc6b 00:36:38 Successfully tagged docker-core-metadata-go:latest 00:36:38  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 00:36:38 Removing intermediate container 634c0b35d14f 00:36:38 ---> 9d61400900b9 00:36:38 Step 24/24 : LABEL version=0.0.0 00:36:41 ---> Running in 074701be9bf3 00:36:47 Removing intermediate container 074701be9bf3 00:36:47 ---> 184d429a48b7 00:36:47 00:36:47 Successfully built 184d429a48b7 00:36:47 Successfully tagged docker-support-notifications-go:latest 00:36:47 Building docker-core-data-go 00:36:47  Building docker-support-notifications-go ... done Removing intermediate container 54a98bbea0ce 00:36:47 ---> c5a64bd63791 00:36:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:36:48 ---> Running in cf451f931b5c 00:36:51 Removing intermediate container cf451f931b5c 00:36:51 ---> 8a0a0cbfd1a6 00:36:51 Step 22/24 : LABEL arch=x86_64 00:36:51 ---> Running in 893eabe80da0 00:36:51 Removing intermediate container 893eabe80da0 00:36:51 ---> 875d9c87a59a 00:36:51 Step 23/24 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:36:52 ---> Running in 5a596e7bf8b9 00:36:53 Removing intermediate container 5a596e7bf8b9 00:36:53 ---> db55e77a85b1 00:36:53 Step 24/24 : LABEL version=0.0.0 00:36:54 ---> Running in 0c69c34e7742 00:36:55 Removing intermediate container 0c69c34e7742 00:36:55 ---> 92f7e274d682 00:36:55 00:36:55 Successfully built 92f7e274d682 00:36:55 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:01  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:01 ---> d590f5ad3dd9 00:37:01 Step 3/21 : WORKDIR /edgex-go 00:37:01 ---> Using cache 00:37:01 ---> f03588be5217 00:37:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:01 ---> Using cache 00:37:01 ---> fc170bce6944 00:37:01 Step 5/21 : RUN apk add --update --no-cache make git 00:37:01 ---> Using cache 00:37:01 ---> f93eabaad91a 00:37:01 Step 6/21 : COPY go.mod . 00:37:01 ---> Using cache 00:37:01 ---> 1a1dd9317162 00:37:01 Step 7/21 : RUN go mod download 00:37:01 ---> Using cache 00:37:01 ---> 07587826c820 00:37:01 Step 8/21 : COPY . . 00:37:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:01 ---> d590f5ad3dd9 00:37:01 Step 3/22 : WORKDIR /edgex-go 00:37:01 ---> Using cache 00:37:01 ---> f03588be5217 00:37:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:01 ---> Using cache 00:37:01 ---> fc170bce6944 00:37:01 Step 5/22 : RUN apk add --update --no-cache make git 00:37:01 ---> Using cache 00:37:01 ---> f93eabaad91a 00:37:01 Step 6/22 : COPY go.mod . 00:37:01 ---> Using cache 00:37:01 ---> 1a1dd9317162 00:37:01 Step 7/22 : RUN go mod download 00:37:01 ---> Using cache 00:37:01 ---> 07587826c820 00:37:01 Step 8/22 : COPY . . 00:37:01 ---> Using cache 00:37:01 ---> 34ef2651282c 00:37:01 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:37:01 ---> Using cache 00:37:01 ---> 34ef2651282c 00:37:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:01 ---> d590f5ad3dd9 00:37:01 Step 3/26 : WORKDIR /edgex-go 00:37:01 ---> Using cache 00:37:01 ---> f03588be5217 00:37:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:01 ---> Using cache 00:37:01 ---> fc170bce6944 00:37:01 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:03 ---> Running in 93801bce9a64 00:37:03 ---> Running in 36998fc7ebe0 00:37:03 ---> Running in 661a1c606215 00:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:06 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 00:37:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:37:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:07 ---> d590f5ad3dd9 00:37:07 Step 3/23 : WORKDIR /edgex-go 00:37:07 ---> Using cache 00:37:07 ---> f03588be5217 00:37:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:07 ---> Using cache 00:37:07 ---> fc170bce6944 00:37:07 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:07 ---> Running in 94240fff20bd 00:37:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:10 OK: 233 MiB in 51 packages 00:37:12 OK: 233 MiB in 51 packages 00:37:12 Removing intermediate container 93801bce9a64 00:37:12 ---> 89ad8f53f341 00:37:12 Step 6/26 : COPY go.mod . 00:37:12 ---> 78be29a4bafa 00:37:12 Step 7/26 : RUN go mod download 00:37:12 Removing intermediate container 94240fff20bd 00:37:12 ---> 8144afab5ef5 00:37:12 Step 6/23 : COPY go.mod . 00:37:12 ---> Running in 155523b81ea2 00:37:13 ---> 84ec68002ab8 00:37:13 Step 7/23 : RUN go mod download 00:37:13 ---> Running in d053384e9d75 00:37:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:15 Removing intermediate container d053384e9d75 00:37:15 ---> 24a05c294c33 00:37:15 Step 8/23 : COPY . . 00:37:15 Removing intermediate container 155523b81ea2 00:37:15 ---> 9036efdf3374 00:37:15 Step 8/26 : COPY . . 00:37:27 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 00:37:39 Removing intermediate container 661a1c606215 00:37:39 ---> c2b6945c7096 00:37:39 00:37:39 Step 10/22 : FROM alpine:3.12 00:37:39 ---> 389fef711851 00:37:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:39 ---> Using cache 00:37:39 ---> 8883ba5d1f92 00:37:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:37:40 ---> Running in a82ad04875fe 00:37:41 ---> 3a7401f006ff 00:37:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:41 ---> f4f2477c752b 00:37:41 Step 9/23 : RUN make cmd/core-data/core-data 00:37:41 Removing intermediate container 36998fc7ebe0 00:37:41 ---> 1cb0db3dcd86 00:37:41 00:37:41 Step 10/21 : FROM alpine:3.12 00:37:41 ---> 389fef711851 00:37:41 Step 11/21 : RUN apk add --update --no-cache curl 00:37:41 ---> Running in 5144198b3ddc 00:37:41 ---> Running in b130e853118e 00:37:41 Removing intermediate container a82ad04875fe 00:37:41 ---> b9ea22540ee4 00:37:41 Step 13/22 : WORKDIR / 00:37:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:41 ---> Running in 68794368dd9e 00:37:41 ---> Running in e766d782851d 00:37:41 Removing intermediate container e766d782851d 00:37:41 ---> 0c3c9908cbba 00:37:41 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:42 ---> af0167f2fc22 00:37:42 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:37:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:37:42 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 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:43 ---> d2b26131f674 00:37:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:37:43 (1/4) Installing ca-certificates (20191127-r4) 00:37:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:43 (3/4) Installing libcurl (7.69.1-r3) 00:37:43 (4/4) Installing curl (7.69.1-r3) 00:37:43 Executing busybox-1.31.1-r19.trigger 00:37:43 Executing ca-certificates-20191127-r4.trigger 00:37:43 OK: 7 MiB in 18 packages 00:37:43 ---> 20a63c6dc4dd 00:37:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:37:44 ---> 739e33fba484 00:37:44 Step 18/22 : RUN chmod +x entrypoint.sh 00:37:44 ---> Running in 0763e400bf6e 00:37:45 Removing intermediate container 68794368dd9e 00:37:45 ---> a3b813a32441 00:37:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:45 ---> Running in bb143c822587 00:37:46 Removing intermediate container bb143c822587 00:37:46 ---> 20adb936c764 00:37:46 Step 13/21 : WORKDIR /edgex 00:37:46 ---> Running in b6c017088e86 00:37:46 Removing intermediate container 0763e400bf6e 00:37:46 ---> 575952b7d4db 00:37:46 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:37:46 Removing intermediate container b6c017088e86 00:37:46 ---> 65767c144899 00:37:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:47 ---> Running in 9930cb649704 00:37:47 ---> 51bced668894 00:37:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:47 Removing intermediate container 9930cb649704 00:37:47 ---> 1a2847bb4074 00:37:47 Step 20/22 : LABEL arch=x86_64 00:37:48 ---> Running in 86f9104e7ef0 00:37:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:49 Removing intermediate container 86f9104e7ef0 00:37:49 ---> 0f3d597c118b 00:37:49 Step 21/22 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:37:49 ---> a9efde16c335 00:37:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:49 ---> Running in 445f03c6c629 00:37:50 Removing intermediate container 445f03c6c629 00:37:50 ---> fdddf641ddb4 00:37:50 Step 22/22 : LABEL version=0.0.0 00:37:50 ---> bc6145338deb 00:37:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:50 ---> Running in d079c131eada 00:37:50 ---> Running in eea3cacb9222 00:37:50 Removing intermediate container d079c131eada 00:37:50 ---> 000681f8ca2e 00:37:50 00:37:50 Removing intermediate container eea3cacb9222 00:37:50 ---> f6d864e75a6e 00:37:50 Step 18/21 : CMD ["--init=true"] 00:37:51 ---> Running in 368e9f0c75d7 00:37:51 Successfully built 000681f8ca2e 00:37:51 Successfully tagged docker-security-bootstrap-redis-go:latest 00:37:51  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 368e9f0c75d7 00:37:51 ---> 038cf94b6e83 00:37:51 Step 19/21 : LABEL arch=x86_64 00:37:51 ---> Running in 3de3b40748f0 00:37:51 Removing intermediate container 3de3b40748f0 00:37:51 ---> a2503d74274f 00:37:51 Step 20/21 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:37:51 ---> Running in 1d1eb2c33a85 00:37:53 Removing intermediate container 1d1eb2c33a85 00:37:53 ---> 7b4123317268 00:37:53 Step 21/21 : LABEL version=0.0.0 00:37:53 ---> Running in a4334e7ce40c 00:37:53 Removing intermediate container a4334e7ce40c 00:37:53 ---> 6baa90765d20 00:37:53 00:37:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.235s coverage: 46.6% of statements 00:37:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:54 Successfully built 6baa90765d20 00:37:54 Successfully tagged docker-security-proxy-setup-go:latest 00:38:00  Building docker-security-proxy-setup-go ... done Removing intermediate container b130e853118e 00:38:00 ---> 282c6dbe8243 00:38:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:00 ---> Running in fb85f6db9282 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.560s coverage: 27.0% of statements 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.096s coverage: 100.0% of statements 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.559s coverage: 77.8% of statements 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:02 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 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.780s coverage: 82.4% of statements 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:04 Removing intermediate container fb85f6db9282 00:38:04 ---> df2f4f0dd8f9 00:38:04 00:38:04 Step 11/26 : FROM docker:20.10.0 00:38:04 20.10.0: Pulling from library/docker 00:38:04 Removing intermediate container 5144198b3ddc 00:38:04 ---> 578ab0619dd3 00:38:04 00:38:04 Step 10/23 : FROM alpine:3.12 00:38:04 ---> 389fef711851 00:38:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:05 ---> Running in e99760fdee57 00:38:05 Removing intermediate container e99760fdee57 00:38:05 ---> f5b799da47e7 00:38:05 Step 12/23 : ENV APP_PORT=48080 00:38:05 ---> Running in 21e668bc1029 00:38:05 Removing intermediate container 21e668bc1029 00:38:05 ---> e28c79cc4221 00:38:05 Step 13/23 : EXPOSE $APP_PORT 00:38:06 ---> Running in 351bc3b60206 00:38:06 Removing intermediate container 351bc3b60206 00:38:06 ---> 8d99b4d56658 00:38:06 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:06 ---> Running in ec43ee7148cd 00:38:08 Removing intermediate container ec43ee7148cd 00:38:08 ---> 04e4427c6c5c 00:38:08 Step 15/23 : RUN apk add --update --no-cache zeromq 00:38:08 ---> Running in fa790ed380c1 00:38:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:09 Status: Downloaded newer image for docker:20.10.0 00:38:09 ---> aefe523efa57 00:38:09 Step 12/26 : RUN apk add --no-cache bash 00:38:10 ---> Running in 6e277b98a60c 00:38:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:10 (1/2) Installing readline (8.0.4-r0) 00:38:10 (2/2) Installing bash (5.0.17-r0) 00:38:10 Executing bash-5.0.17-r0.post-install 00:38:10 Executing busybox-1.31.1-r19.trigger 00:38:10 OK: 12 MiB in 22 packages 00:38:11 (1/5) Installing libgcc (9.3.0-r2) 00:38:11 (2/5) Installing libsodium (1.0.18-r0) 00:38:11 (3/5) Installing libstdc++ (9.3.0-r2) 00:38:11 Removing intermediate container 6e277b98a60c 00:38:11 ---> 25e02c2ed35f 00:38:11 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:11 ---> Running in 0fec06aa7e93 00:38:11 (4/5) Installing libzmq (4.3.3-r0) 00:38:12 Removing intermediate container 0fec06aa7e93 00:38:12 ---> 009c825e8be9 00:38:12 Step 14/26 : ENV APP_PORT=48090 00:38:12 ---> Running in 4621d794ed6c 00:38:12 (5/5) Installing zeromq (4.3.3-r0) 00:38:12 Executing busybox-1.31.1-r19.trigger 00:38:12 OK: 8 MiB in 19 packages 00:38:12 Removing intermediate container 4621d794ed6c 00:38:12 ---> a0381ef8f36c 00:38:12 Step 15/26 : EXPOSE $APP_PORT 00:38:12 ---> Running in 2f3027a2062b 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.178s coverage: 28.6% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.361s coverage: 86.7% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.353s coverage: 97.5% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.143s coverage: 78.3% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:12 Removing intermediate container 2f3027a2062b 00:38:12 ---> 36aac9d7d332 00:38:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:12 Removing intermediate container fa790ed380c1 00:38:12 ---> f69bc477f969 00:38:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:13 ---> a950d6a39413 00:38:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:13 ---> c75f393783d3 00:38:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:13 ---> a025bb2f82dd 00:38:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:13 ---> a2f6b3cf9b33 00:38:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:13 ---> a38a51fe8229 00:38:13 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:13 ---> Running in 73e2c042512a 00:38:13 ---> 153fb15173ed 00:38:13 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:14 ---> Running in d977068ccc07 00:38:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:14 Removing intermediate container d977068ccc07 00:38:14 ---> 525a59ab49dc 00:38:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:14 ---> Running in d537001705a6 00:38:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:14 Removing intermediate container d537001705a6 00:38:14 ---> bc4132e10eec 00:38:14 Step 21/23 : LABEL arch=x86_64 00:38:14 (1/33) Installing libbz2 (1.0.8-r1) 00:38:14 (2/33) Installing expat (2.2.9-r1) 00:38:14 (3/33) Installing libffi (3.3-r2) 00:38:14 (4/33) Installing gdbm (1.13-r1) 00:38:14 (5/33) Installing xz-libs (5.2.5-r0) 00:38:14 ---> Running in af9c2e5fc060 00:38:14 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:14 (7/33) Installing python3 (3.8.5-r0) 00:38:14 Removing intermediate container af9c2e5fc060 00:38:14 ---> d256f95eabf1 00:38:14 Step 22/23 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:38:14 ---> Running in bb4bfb38e37e 00:38:16 Removing intermediate container bb4bfb38e37e 00:38:16 ---> 7bc81bfcd0b2 00:38:16 Step 23/23 : LABEL version=0.0.0 00:38:18 ---> Running in fe5c2eb0cb2a 00:38:18 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:18 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:18 (11/33) Installing py3-six (1.15.0-r0) 00:38:18 (12/33) Installing py3-packaging (20.4-r0) 00:38:18 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:18 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:18 (15/33) Installing py3-idna (2.9-r0) 00:38:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:19 Removing intermediate container fe5c2eb0cb2a 00:38:19 ---> 02fc19904dce 00:38:19 00:38:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:19 (18/33) Installing py3-requests (2.23.0-r0) 00:38:19 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:19 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:19 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:19 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:19 Successfully built 02fc19904dce 00:38:19 Successfully tagged docker-core-data-go:latest 00:38:19  Building docker-core-data-go ... done (24/33) Installing py3-distro (1.5.0-r1) 00:38:19 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:19 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:19 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:19 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:19 (29/33) Installing py3-progress (1.5-r0) 00:38:19 (30/33) Installing py3-toml (0.10.1-r0) 00:38:19 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:19 (33/33) Installing py3-pip (20.1.1-r0) 00:38:19 Executing busybox-1.31.1-r19.trigger 00:38:19 OK: 71 MiB in 55 packages 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.139s coverage: 94.1% of statements 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.226s coverage: 0.1% of statements 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.070s coverage: 100.0% of statements 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.8% of statements 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.182s coverage: 87.2% of statements 00:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.185s coverage: 84.2% of statements 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.224s coverage: 91.4% of statements 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:26 Removing intermediate container 73e2c042512a 00:38:26 ---> 5c3d7c187305 00:38:26 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:26 ---> Running in 8555ffc25192 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.773s coverage: 63.5% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.085s coverage: 100.0% of statements 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements 00:38:27 Collecting docker-compose==1.23.2 00:38:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:28 Collecting cached-property<2,>=1.2.0 00:38:28 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:28 Collecting websocket-client<1.0,>=0.32.0 00:38:28 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:28 Collecting docker<4.0,>=3.6.0 00:38:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:28 Collecting docopt<0.7,>=0.6.1 00:38:28 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 00:38:29 Collecting PyYAML<4,>=3.10 00:38:29 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:30 Collecting dockerpty<0.5,>=0.4.1 00:38:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:30 Collecting texttable<0.10,>=0.9.0 00:38:30 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:31 Collecting jsonschema<3,>=2.5.1 00:38:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:31 Collecting idna<2.8,>=2.5 00:38:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:31 Collecting urllib3<1.25,>=1.21.1 00:38:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:31 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) 00:38:31 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) 00:38:31 Collecting docker-pycreds>=0.4.0 00:38:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:31 Installing collected packages: idna, urllib3, requests, cached-property, websocket-client, docker-pycreds, docker, docopt, PyYAML, dockerpty, texttable, jsonschema, docker-compose 00:38:31 Attempting uninstall: idna 00:38:31 Found existing installation: idna 2.9 00:38:31 Uninstalling idna-2.9: 00:38:31 Successfully uninstalled idna-2.9 00:38:32 Attempting uninstall: urllib3 00:38:32 Found existing installation: urllib3 1.25.9 00:38:32 Uninstalling urllib3-1.25.9: 00:38:32 Successfully uninstalled urllib3-1.25.9 00:38:32 Attempting uninstall: requests 00:38:32 Found existing installation: requests 2.23.0 00:38:32 Uninstalling requests-2.23.0: 00:38:32 Successfully uninstalled requests-2.23.0 00:38:32 Running setup.py install for docopt: started 00:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.974s coverage: 55.9% of statements 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:38:33 Running setup.py install for docopt: finished with status 'done' 00:38:33 Running setup.py install for PyYAML: started 00:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.384s coverage: 37.0% of statements 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.641s coverage: 84.0% of statements 00:38:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements 00:38:34 Running setup.py install for PyYAML: finished with status 'done' 00:38:34 Running setup.py install for dockerpty: started 00:38:34 Running setup.py install for dockerpty: finished with status 'done' 00:38:34 Running setup.py install for texttable: started 00:38:34 Running setup.py install for texttable: finished with status 'done' 00:38:35 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:38:38 Removing intermediate container 8555ffc25192 00:38:38 ---> 8ee102b3634a 00:38:38 Step 21/26 : RUN apk --no-cache add curl 00:38:38 ---> Running in 88ea1ff9dca5 00:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:38:39 (2/3) Installing libcurl (7.69.1-r3) 00:38:39 (3/3) Installing curl (7.69.1-r3) 00:38:39 Executing busybox-1.31.1-r19.trigger 00:38:39 OK: 72 MiB in 58 packages 00:38:40 Removing intermediate container 88ea1ff9dca5 00:38:40 ---> ab04d69252dc 00:38:40 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:38:40 ---> Running in 80224a8f9e6e 00:38:40 Removing intermediate container 80224a8f9e6e 00:38:40 ---> 6d3d4b5332b7 00:38:40 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:40 ---> Running in cf6dfcade5b5 00:38:40 Removing intermediate container cf6dfcade5b5 00:38:40 ---> 78d93e476162 00:38:40 Step 24/26 : LABEL arch=x86_64 00:38:40 ---> Running in 19d1bdeb6ce1 00:38:41 Removing intermediate container 19d1bdeb6ce1 00:38:41 ---> 28ab56d9d387 00:38:41 Step 25/26 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:38:41 ---> Running in 737cd8e1ce29 00:38:41 Removing intermediate container 737cd8e1ce29 00:38:41 ---> 84680a3cb3b6 00:38:41 Step 26/26 : LABEL version=0.0.0 00:38:41 ---> Running in e0378651924b 00:38:41 Removing intermediate container e0378651924b 00:38:41 ---> aa67cb75c665 00:38:41 00:38:41 Successfully built aa67cb75c665 00:38:41 Successfully tagged docker-sys-mgmt-agent-go:latest 00:38:42  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:38:42 $ docker stop --time=1 b9f283e66b83064eccb1131b2292ff3f0e901a93d8253b0229fcfd4753f1164b 00:38:43 $ docker rm -f b9f283e66b83064eccb1131b2292ff3f0e901a93d8253b0229fcfd4753f1164b [Pipeline] // withDockerContainer 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.414s coverage: 47.1% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.140s coverage: 100.0% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [Pipeline] sh 00:38:44 + docker images 00:38:44 + grep docker 00:38:44 docker-sys-mgmt-agent-go latest aa67cb75c665 3 seconds ago 313MB 00:38:44 docker-core-data-go latest 02fc19904dce 26 seconds ago 22.3MB 00:38:44 docker-security-proxy-setup-go latest 6baa90765d20 51 seconds ago 24.5MB 00:38:44 docker-security-bootstrap-redis-go latest 000681f8ca2e 54 seconds ago 15.8MB 00:38:44 docker-security-secretstore-setup-go latest 92f7e274d682 About a minute ago 24.6MB 00:38:44 docker-support-notifications-go latest 184d429a48b7 About a minute ago 12MB 00:38:44 docker-core-metadata-go latest 65d2fedbbc6b 2 minutes ago 13MB 00:38:44 docker-core-command-go latest 0761e5e16398 2 minutes ago 10.6MB 00:38:44 docker-support-scheduler-go latest 7b40c59f4f9b 2 minutes ago 10.7MB 00:38:44 docker 20.10.0 aefe523efa57 4 weeks 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 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.579s coverage: 29.1% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.258s coverage: 99.0% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 00:38:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 32.1% of statements 00:38:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 00:38:51 GO111MODULE=on go vet ./... 00:39:00 Still waiting to schedule task 00:39:00 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:39:51 Running on prd-ubuntu18.04-docker-8c-8g-19669 in /w/workspace/edgexfoundry_edgex-go_PR-3007 [Pipeline] { [Pipeline] ws 00:39:51 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:39:54 using credential edgex-jenkins-ssh 00:39:54 Cloning the remote Git repository 00:39:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:39:54 > git init /w/workspace/edgex-go/3 # timeout=10 00:39:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:39:54 > git --version # timeout=10 00:39:54 > git --version # 'git version 2.17.1' 00:39:54 using GIT_SSH to set credentials SSH Credentials for GitHub 00:39:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:00 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit abb04a84f92cad6368f2dda5d820cc50d505de1e 00:39:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:39:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:39:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:39:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:39:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:39:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3007/head:refs/remotes/origin/PR-3007 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:40:00 > git config core.sparsecheckout # timeout=10 00:40:00 > git checkout -f abb04a84f92cad6368f2dda5d820cc50d505de1e # timeout=10 00:40:00 Merge succeeded, producing 85ffec127f0ccf04f8d089b0cb3ecb81c496323c 00:40:00 Checking out Revision 85ffec127f0ccf04f8d089b0cb3ecb81c496323c (PR-3007) 00:40:00 > git remote # timeout=10 00:40:00 > git config --get remote.origin.url # timeout=10 00:40:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:00 > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 00:40:00 > git rev-parse HEAD^{commit} # timeout=10 00:40:00 > git config core.sparsecheckout # timeout=10 00:40:00 > git checkout -f 85ffec127f0ccf04f8d089b0cb3ecb81c496323c # timeout=10 00:40:04 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" 00:40:04 > git rev-list --no-walk abb04a84f92cad6368f2dda5d820cc50d505de1e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:40:05 + echo snap-build.sh 00:40:05 snap-build.sh 00:40:05 + SNAP_BASE_DIR=. 00:40:05 + '[' '!' -z /w/workspace/edgex-go/3 ']' 00:40:05 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 00:40:05 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 00:40:05 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 00:40:05 + cd /w/workspace/edgex-go/3 00:40:05 + sudo apt-get remove -qy --purge lxd lxd-client 00:40:05 Reading package lists... 00:40:05 Building dependency tree... 00:40:05 Reading state information... 00:40:05 The following packages were automatically installed and are no longer required: 00:40:05 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:40:05 uidmap xdelta3 00:40:05 Use 'sudo apt autoremove' to remove them. 00:40:05 The following packages will be REMOVED: 00:40:05 lxd* lxd-client* 00:40:06 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:40:06 After this operation, 31.7 MB disk space will be freed. 00:40:07 (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.) 00:40:07 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:40:08 Removing lxd dnsmasq configuration 00:40:08 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:40:08 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:40:09 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:40:09 (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.) 00:40:09 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:40:10 Processing triggers for systemd (237-3ubuntu10.42) ... 00:40:10 Processing triggers for ureadahead (0.100.0-21) ... 00:40:12 + sudo snap remove --purge lxd 00:40:12 snap "lxd" is not installed 00:40:12 + sudo groupadd --force --system lxd 00:40:12 ++ whoami 00:40:12 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:40:12 + newgrp - lxd 00:40:12 + sudo snap install lxd 00:40:13 gofmt -l . 00:40:13 [ "`gofmt -l .`" = "" ] 00:40:13 ./bin/test-go-mod-tidy.sh 00:40:13 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:14 + ls -al . 00:40:14 total 680 00:40:14 drwxrwxr-x 9 1001 1001 4096 Jan 12 00:40 . 00:40:14 drwxr-xr-x 4 root root 4096 Jan 12 00:36 .. 00:40:14 -rw-rw-r-- 1 1001 1001 11 Jan 12 00:34 .dockerignore 00:40:14 drwxrwxr-x 8 1001 1001 4096 Jan 12 00:34 .git 00:40:14 drwxrwxr-x 3 1001 1001 4096 Jan 12 00:34 .github 00:40:14 -rw-rw-r-- 1 1001 1001 824 Jan 12 00:34 .gitignore 00:40:14 -rw-rw-r-- 1 1001 1001 166 Jan 12 00:34 .sonarcloud.properties 00:40:14 -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:34 Attribution.txt 00:40:14 -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:34 CONTRIBUTING.md 00:40:14 -rw-rw-r-- 1 1001 1001 931 Jan 12 00:34 Dockerfile.build 00:40:14 -rw-rw-r-- 1 1001 1001 863 Jan 12 00:34 Jenkinsfile 00:40:14 -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:34 LICENSE 00:40:14 -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:34 Makefile 00:40:14 -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:34 README.md 00:40:14 -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:34 SECURITY.md 00:40:14 -rw-rw-r-- 1 1001 1001 5 Jan 12 00:31 VERSION 00:40:14 -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:34 ZMQWindows.md 00:40:14 drwxrwxr-x 2 1001 1001 4096 Jan 12 00:34 bin 00:40:14 drwxrwxr-x 14 1001 1001 4096 Jan 12 00:34 cmd 00:40:14 -rw-r--r-- 1 root root 545099 Jan 12 00:38 coverage.out 00:40:14 -rw-r--r-- 1 root root 979 Jan 12 00:40 go.mod 00:40:14 -rw-r--r-- 1 root root 18934 Jan 12 00:40 go.sum 00:40:14 drwxrwxr-x 8 1001 1001 4096 Jan 12 00:34 internal 00:40:14 drwxrwxr-x 4 1001 1001 4096 Jan 12 00:34 openapi 00:40:14 drwxrwxr-x 4 1001 1001 4096 Jan 12 00:34 snap 00:40:14 -rw-rw-r-- 1 1001 1001 168 Jan 12 00:34 version.go [Pipeline] sh 00:40:14 + '[' -e coverage.out ] 00:40:14 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:14 Warning: overwriting stash ‘coverage-report’ 00:40:16 Stashed 1 file(s) [Pipeline] sh 00:40:16 + make build 00:40:16 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 00:40:22 2021-01-12T00:40:19Z INFO Waiting for automatic snapd restart... 00:40:29 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 00:40:32 lxd 4.10 from Canonical* installed 00:40:32 + sudo lxd init --auto 00:40:42 + sudo snap install --classic snapcraft 00:40:49 snapcraft 4.4.4 from Canonical* installed 00:40:49 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:40:49 + patch --verbose -p1 00:40:49 Hmm... Looks like a unified diff to me... 00:40:49 The text leading up to this was: 00:40:49 -------------------------- 00:40:49 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:40:49 |From: Tony Espy 00:40:49 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:40:49 |Subject: [PATCH] optimize snap build for pipeline CI check 00:40:49 | 00:40:49 |This patch is used by the EdgeX CI pipeline builds to 00:40:49 |optimize the snap CI check run for pull requests. When 00:40:49 |applied, it essentially strips out everything (apps and 00:40:49 |parts) from the snapcraft.yaml file except those required 00:40:49 |to build edgex-go, as the whole idea of the CI check is to 00:40:49 |catch changes to edgex-go that break the snap build. 00:40:49 | 00:40:49 |In general, anyone updating snapcraft.yaml will also need 00:40:49 |to update this patch file, otherwise it may fail to apply, 00:40:49 |resulting in a failed snap build CI check in the associated 00:40:49 |pull request. 00:40:49 | 00:40:49 |Note - in addition to applying this patch, the pipeline also 00:40:49 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:40:49 |need to build the finally binary .snap file (and it won't 00:40:49 |work with the patch applied). This further reduces the build 00:40:49 |time. 00:40:49 |--- 00:40:49 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:40:49 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:40:49 | 00:40:49 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:40:49 |index 1e537489..faf42425 100644 00:40:49 |--- a/snap/snapcraft.yaml 00:40:49 |+++ b/snap/snapcraft.yaml 00:40:49 -------------------------- 00:40:49 patching file snap/snapcraft.yaml 00:40:49 Using Plan A... 00:40:49 Hunk #1 succeeded at 73. 00:40:49 Hunk #2 succeeded at 202 with fuzz 1. 00:40:49 Hunk #3 succeeded at 214. 00:40:49 Hunk #4 succeeded at 222. 00:40:49 Hunk #5 succeeded at 229. 00:40:49 Hunk #6 succeeded at 256. 00:40:49 Hunk #7 succeeded at 290. 00:40:49 Hunk #8 succeeded at 342 (offset 1 line). 00:40:49 Hmm... Ignoring the trailing garbage. 00:40:49 done 00:40:49 + sudo snapcraft prime --use-lxd 00:40:50 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:40:50 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: 00:40:50 - README.md 00:40:50 - snapcraft.yaml.orig 00:40:50 00:40:50 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:40:51 Launching a container. 00:40: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 00:40:57 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 00:41:04 Waiting for container to be ready 00:41:04 To start your first instance, try: lxc launch ubuntu:18.04 00:41:04 00:41:04 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 00:41:05 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 00:41:06 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:41:06 Waiting for network to be ready... 00:41:07 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:41:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:41:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 00:41:08 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:41:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:41:08 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:41:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:41:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:41:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:41:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 00:41:08 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:41:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:41:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:41:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:41:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 00:41:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 00:41:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 00:41:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:41:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:41:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 00:41:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 00:41:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:41:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:41:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 00:41:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 00:41:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:41:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:41:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:41:11 Fetched 23.7 MB in 4s (5535 kB/s) 00:41:12 Reading package lists... 00:41:12 Reading package lists... 00:41:12 Building dependency tree... 00:41:12 Reading state information... 00:41:13 The following additional packages will be installed: 00:41:13 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:41:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:41:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:41:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:41:13 Suggested packages: 00:41:13 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:41:13 Recommended packages: 00:41:13 gnupg libsasl2-modules 00:41:13 The following NEW packages will be installed: 00:41:13 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:41:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:41:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:41:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:41:13 The following packages will be upgraded: 00:41:13 gpg gpg-agent gpgconf libudev1 00:41:13 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 00:41:13 Need to get 3532 kB of archives. 00:41:13 After this operation, 13.3 MB of additional disk space will be used. 00:41:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:41:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:41:13 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:41:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:41:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:41:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:41:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:41:13 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:41:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:41:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:41:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:41:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:41:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:41:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:41:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:41:13 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:41:13 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:41:13 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:41:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:41:14 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:41:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:41:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:41:14 debconf: delaying package configuration, since apt-utils is not installed 00:41:14 Fetched 3532 kB in 1s (3514 kB/s) 00:41:14 (Reading database ... 12511 files and directories currently installed.) 00:41:14 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:41:14 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:41:14 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:41:14 Selecting previously unselected package udev. 00:41:14 (Reading database ... 12511 files and directories currently installed.) 00:41:14 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:41:14 Unpacking udev (237-3ubuntu10.43) ... 00:41:14 Selecting previously unselected package libfuse2:amd64. 00:41:14 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:41:14 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:41:14 Selecting previously unselected package fuse. 00:41:14 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:41:14 Unpacking fuse (2.9.7-1ubuntu1) ... 00:41:14 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:14 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:41:14 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:15 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:41:15 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:15 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:41:15 Selecting previously unselected package libksba8:amd64. 00:41:15 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:41:15 Unpacking libksba8:amd64 (1.3.5-2) ... 00:41:15 Selecting previously unselected package libroken18-heimdal:amd64. 00:41:15 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:15 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:15 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 00:41:15 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:41:15 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:15 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:15 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:41:15 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:15 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:15 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:41:15 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:15 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:15 Selecting previously unselected package libwind0-heimdal:amd64. 00:41:15 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:15 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:15 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:41:15 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:15 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:16 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:41:16 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:16 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:16 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:41:16 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:16 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:16 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:41:16 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:16 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:16 Selecting previously unselected package libsasl2-modules-db:amd64. 00:41:16 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:41:16 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:16 Selecting previously unselected package libsasl2-2:amd64. 00:41:16 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:41:16 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:16 Selecting previously unselected package libldap-common. 00:41:16 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:41:16 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:41:16 Selecting previously unselected package libldap-2.4-2:amd64. 00:41:16 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:41:16 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:41:16 Selecting previously unselected package dirmngr. 00:41:16 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:16 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:41:16 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:41:16 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:41:16 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:41:16 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:16 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:16 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:41:17 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:17 Setting up libksba8:amd64 (1.3.5-2) ... 00:41:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:41:17 Setting up udev (237-3ubuntu10.43) ... 00:41:17 invoke-rc.d: policy-rc.d denied execution of start. 00:41:17 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:17 Processing triggers for systemd (237-3ubuntu10) ... 00:41:17 Setting up fuse (2.9.7-1ubuntu1) ... 00:41:17 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:41:17 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:17 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:17 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:17 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:18 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:18 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:18 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:18 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:41:18 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:41:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:41:18 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:41:18 settings in the [Install] section, and DefaultInstance for template units). 00:41:18 This means they are not meant to be enabled using systemctl. 00:41:18 Possible reasons for having this kind of units are: 00:41:18 1) A unit may be statically enabled by being symlinked from another unit's 00:41:18 .wants/ or .requires/ directory. 00:41:18 2) A unit's purpose may be to act as a helper for some other unit which has 00:41:18 a requirement dependency on it. 00:41:18 3) A unit may be started when needed via activation (socket, path, timer, 00:41:18 D-Bus, udev, scripted systemctl call, ...). 00:41:18 4) In case of template units, the unit is meant to be enabled with some 00:41:18 instance name specified. 00:41:18 Reading package lists... 00:41:19 Building dependency tree... 00:41:19 Reading state information... 00:41:19 The following additional packages will be installed: 00:41:19 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:41:19 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:41:19 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:41:19 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:41:19 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:41:19 Suggested packages: 00:41:19 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:41:19 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:41:19 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:41:19 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:41:19 systemd-container policykit-1 00:41:19 Recommended packages: 00:41:19 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:41:19 The following NEW packages will be installed: 00:41:19 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:41:19 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:41:19 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:41:19 multiarch-support openssh-client python3 python3-minimal python3.6 00:41:19 python3.6-minimal snapd squashfs-tools sudo 00:41:19 The following packages will be upgraded: 00:41:19 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:41:19 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 00:41:19 Need to get 35.2 MB of archives. 00:41:19 After this operation, 141 MB of additional disk space will be used. 00:41:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:41:19 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:41:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:41:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:41:20 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:41:20 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:41:20 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:41:20 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:41:20 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:41:20 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:41:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:41:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:41:20 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:41:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:41:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:41:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:41:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:41:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:41:20 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:41:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:41:20 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:41:20 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:41:20 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:41:20 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:41:20 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:41:20 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:41:20 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:41:20 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:41:20 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:41:20 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:41:20 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 00:41:21 debconf: delaying package configuration, since apt-utils is not installed 00:41:21 Fetched 35.2 MB in 2s (16.2 MB/s) 00:41:21 (Reading database ... 12757 files and directories currently installed.) 00:41:21 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:41:21 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:41:22 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:41:22 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:41:22 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:41:22 (Reading database ... 12757 files and directories currently installed.) 00:41:22 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:41:22 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:41:22 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:41:22 (Reading database ... 12757 files and directories currently installed.) 00:41:22 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:41:22 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:41:23 Setting up apt (1.6.12ubuntu0.2) ... 00:41:23 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:41:23 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:41:23 (Reading database ... 12764 files and directories currently installed.) 00:41:23 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:41:24 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:41:24 Selecting previously unselected package libpython3.6-minimal:amd64. 00:41:24 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:24 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:41:24 Selecting previously unselected package libexpat1:amd64. 00:41:24 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:41:24 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:41:24 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 00:41:24 Selecting previously unselected package python3.6-minimal. 00:41:24 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:24 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:41:24 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:41:24 Checking for services that may need to be restarted...done. 00:41:24 Checking for services that may need to be restarted...done. 00:41:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:41:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:41:25 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:41:25 Selecting previously unselected package python3-minimal. 00:41:25 (Reading database ... 13012 files and directories currently installed.) 00:41:25 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:41:25 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:41:25 Selecting previously unselected package mime-support. 00:41:25 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:41:25 Unpacking mime-support (3.60ubuntu1) ... 00:41:25 Selecting previously unselected package libmpdec2:amd64. 00:41:25 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:41:25 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:41:25 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:41:25 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:25 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:41:26 Selecting previously unselected package python3.6. 00:41:26 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:26 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:41:26 Selecting previously unselected package libpython3-stdlib:amd64. 00:41:26 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:41:26 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:41:26 Setting up python3-minimal (3.6.7-1~18.04) ... 00:41:26 Selecting previously unselected package python3. 00:41:26 (Reading database ... 13442 files and directories currently installed.) 00:41:26 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:41:26 Unpacking python3 (3.6.7-1~18.04) ... 00:41:26 Selecting previously unselected package multiarch-support. 00:41:26 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:41:26 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:41:26 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:41:26 Selecting previously unselected package liblzo2-2:amd64. 00:41:26 (Reading database ... 13479 files and directories currently installed.) 00:41:26 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:41:26 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:41:26 Selecting previously unselected package libbsd0:amd64. 00:41:26 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:41:26 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:41:26 Selecting previously unselected package sudo. 00:41:26 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:41:26 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:41:27 Selecting previously unselected package apparmor. 00:41:27 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:41:27 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:41:27 Selecting previously unselected package libedit2:amd64. 00:41:27 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:41:27 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:41:27 Selecting previously unselected package libkrb5support0:amd64. 00:41:27 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:41:27 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:41:27 Selecting previously unselected package libk5crypto3:amd64. 00:41:27 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:41:27 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:41:27 Selecting previously unselected package libkeyutils1:amd64. 00:41:27 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:41:27 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:41:27 Selecting previously unselected package libkrb5-3:amd64. 00:41:27 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:41:27 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:41:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:41:27 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:41:27 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:41:27 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:41:27 Selecting previously unselected package libssl1.0.0:amd64. 00:41:27 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:41:27 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:41:28 Selecting previously unselected package openssh-client. 00:41:28 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:41:28 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:41:28 Selecting previously unselected package squashfs-tools. 00:41:28 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:41:28 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:41:28 Selecting previously unselected package snapd. 00:41:28 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:41:28 Unpacking snapd (2.48+18.04) ... 00:41:31 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:41:31 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:41:31 Setting up mime-support (3.60ubuntu1) ... 00:41:31 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:41:31 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:41:31 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:41:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:41:31 Setting up systemd (237-3ubuntu10.43) ... 00:41:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:41:31 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:41:31 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:41:31 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:41:31 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:41:31 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:41:31 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:41:32 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:41:32 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:41:32 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:41:32 Setting up python3 (3.6.7-1~18.04) ... 00:41:32 running python rtupdate hooks for python3.6... 00:41:32 running python post-rtupdate hooks for python3.6... 00:41:32 Setting up apparmor (2.12-4ubuntu5.1) ... 00:41: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 00:41:34 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:41:34 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:41:34 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:41:34 Setting up snapd (2.48+18.04) ... 00:41:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:41:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:41:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:41:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:41:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:41:35 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:41:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:41:35 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:41:35 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:41:36 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:41:36 /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' 00:41:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:41:36 Processing triggers for systemd (237-3ubuntu10.43) ... [Pipeline] } 00:41:36 $ docker stop --time=1 47d931cd6ba0bcba6bb398d1aaae3b8c72e1fc21e47e90939f1ea3d34085d984 00:41:37 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:41:37 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:41:37 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:41:38 Reading package lists... 00:41:38 Reading package lists... 00:41:39 $ docker rm -f 47d931cd6ba0bcba6bb398d1aaae3b8c72e1fc21e47e90939f1ea3d34085d984 00:41:39 Building dependency tree... 00:41:39 Reading state information... 00:41:39 Calculating upgrade... 00:41:39 The following packages will be upgraded: 00:41:39 advancecomp base-files bash binutils binutils-common 00:41:39 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:41:39 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:41:39 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:41:39 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:41:39 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:41:39 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:41:39 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:41:39 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 00:41:39 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 00:41:39 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 00:41:39 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 00:41:39 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 00:41:39 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 00:41:39 ubuntu-keyring util-linux 00:41:39 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:41:39 Need to get 63.7 MB of archives. 00:41:39 After this operation, 5203 kB of additional disk space will be used. 00:41:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 00:41:39 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:41:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:41:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:41:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:41:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:41:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:41:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:41:39 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:41:39 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:41:39 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:41:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:41:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:41:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:41:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:41:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:41:39 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:41:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:41:39 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:41:39 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:41:39 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:41:39 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:41:39 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:41:39 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:41:39 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:41:39 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:41:39 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:41:39 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:41:39 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:41:39 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:41:39 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:41:39 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:41:39 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:41:39 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:41:39 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:41:39 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:41:39 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:41:39 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:41:39 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:41:39 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:41:39 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:41:39 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:41:39 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:41:39 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:41:39 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:41:39 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:41:39 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:41:39 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:41:40 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:41:40 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:41:40 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:41:40 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:41:40 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:41:40 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:41:40 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:41:40 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 00:41:40 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:41:40 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:41:40 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:40 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:41:40 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:41:40 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:41:40 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:41:40 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:41:41 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:41:41 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:41:41 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:41:41 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:41:41 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:41:41 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:41:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:41 00:41:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:41:41 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:41:41 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:41:41 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:41:41 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:41:41 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:41:41 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:41:41 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:41:41 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:41:41 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:41:41 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:41:41 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:41:41 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:41:41 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:41:41 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:41:41 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:41:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:41 latest: Pulling from edgex-devops/edgex-compose-arm64 00:41:41 29e5d40040c1: Pulling fs layer 00:41:41 1ce36da41761: Pulling fs layer 00:41:41 25b303627fd3: Pulling fs layer 00:41:41 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:41:41 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:41:41 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:41:41 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:41:41 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:41:41 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:41:41 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:41:41 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:41:41 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:41:41 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:41:41 29e5d40040c1: Verifying Checksum 00:41:41 29e5d40040c1: Download complete 00:41:41 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:41:41 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:41:41 debconf: delaying package configuration, since apt-utils is not installed 00:41:42 Fetched 63.7 MB in 2s (28.0 MB/s) 00:41:42 (Reading database ... 13912 files and directories currently installed.) 00:41:42 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:41:42 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:41:42 29e5d40040c1: Pull complete 00:41:42 1ce36da41761: Verifying Checksum 00:41:42 1ce36da41761: Download complete 00:41:42 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:41:42 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:41:42 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 00:41:42 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 00:41:43 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:43 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:43 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:43 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:44 1ce36da41761: Pull complete 00:41:44 25b303627fd3: Verifying Checksum 00:41:44 25b303627fd3: Download complete 00:41:44 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:44 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:44 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:44 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:44 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:44 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:44 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:44 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:44 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:44 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:44 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:41:44 (Reading database ... 13911 files and directories currently installed.) 00:41:44 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:44 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:41:44 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:41:44 (Reading database ... 13911 files and directories currently installed.) 00:41:44 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:44 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:45 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:45 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:45 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:45 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:45 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:41:45 (Reading database ... 13911 files and directories currently installed.) 00:41:45 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:41:45 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:41:46 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:41:46 (Reading database ... 13911 files and directories currently installed.) 00:41:46 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:41:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:41:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:41:46 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:41:46 Setting up base-files (10.1ubuntu2.10) ... 00:41:46 Installing new version of config file /etc/issue ... 00:41:46 Installing new version of config file /etc/issue.net ... 00:41:46 Installing new version of config file /etc/lsb-release ... 00:41:46 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:41:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:41:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:41:47 Removing obsolete conffile /etc/default/motd-news ... 00:41:47 (Reading database ... 13912 files and directories currently installed.) 00:41:47 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:41:47 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:41:47 Setting up bash (4.4.18-2ubuntu1.2) ... 00:41:47 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 00:41:47 (Reading database ... 13912 files and directories currently installed.) 00:41:47 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:47 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:41:47 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:41:47 (Reading database ... 13912 files and directories currently installed.) 00:41:47 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:41:47 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:41:48 Setting up tar (1.29b-2ubuntu0.1) ... 00:41:48 (Reading database ... 13912 files and directories currently installed.) 00:41:48 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:41:48 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:41:48 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:41:48 (Reading database ... 13912 files and directories currently installed.) 00:41:48 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:41:48 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:41:48 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:41:48 (Reading database ... 13912 files and directories currently installed.) 00:41:48 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:41:48 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:41:49 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:41:49 (Reading database ... 13912 files and directories currently installed.) 00:41:49 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:41:49 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:41:49 Setting up grep (3.1-2build1) ... 00:41:49 (Reading database ... 13912 files and directories currently installed.) 00:41:49 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:41:49 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:41:49 Setting up login (1:4.5-1ubuntu2) ... 00:41:49 (Reading database ... 13912 files and directories currently installed.) 00:41:49 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:41:49 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:41:49 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:41:49 (Reading database ... 13912 files and directories currently installed.) 00:41:49 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:41:49 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:41:50 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:41:50 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:41:50 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:41:50 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:41:51 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:41:51 (Reading database ... 13912 files and directories currently installed.) 00:41:51 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:41:51 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:41:52 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:41:52 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:41:52 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:41:52 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:41:52 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:41:52 (Reading database ... 13912 files and directories currently installed.) 00:41:52 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:41:52 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:41:53 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:41:53 (Reading database ... 13912 files and directories currently installed.) 00:41:53 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:53 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:53 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:41:53 (Reading database ... 13912 files and directories currently installed.) 00:41:53 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:53 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:53 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:41:53 (Reading database ... 13912 files and directories currently installed.) 00:41:53 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:53 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:53 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:41:53 (Reading database ... 13912 files and directories currently installed.) 00:41:53 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:53 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:54 25b303627fd3: Pull complete 00:41:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:41:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:41:54 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:41:54 (Reading database ... 13912 files and directories currently installed.) 00:41:54 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:41:54 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:41:54 prd-ubuntu18.04-docker-arm64-4c-16g-19659 does not seem to be running inside a container 00:41:54 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:41:54 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:41:54 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:41:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:41:54 (Reading database ... 13912 files and directories currently installed.) 00:41:54 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:41:54 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:41:54 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:41:55 (Reading database ... 13912 files and directories currently installed.) 00:41:55 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:55 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:55 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:41:55 (Reading database ... 13912 files and directories currently installed.) 00:41:55 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:55 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:55 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:41:55 (Reading database ... 13912 files and directories currently installed.) 00:41:55 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:55 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:55 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:41:56 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:41:56 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:41:56 (Reading database ... 13912 files and directories currently installed.) 00:41:56 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:41:56 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:41:56 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:41:56 (Reading database ... 13912 files and directories currently installed.) 00:41:56 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:41:56 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:41:57 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:41:57 (Reading database ... 13914 files and directories currently installed.) 00:41:57 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:41:57 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:41:57 Setting up debconf (1.5.66ubuntu1) ... 00:41:57 $ docker top 464d20290949e286961efc6ebe1ff3701d67e201644cda7e046564a2837a93ba -eo pid,comm 00:41:57 (Reading database ... 13914 files and directories currently installed.) 00:41:57 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:41:57 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:41:57 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:41:57 (Reading database ... 13914 files and directories currently installed.) 00:41:57 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:41:57 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [Pipeline] { [Pipeline] sh 00:41:58 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:41:58 (Reading database ... 13914 files and directories currently installed.) 00:41:58 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:41:58 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:41:58 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:41:58 + docker-compose build --help 00:41:58 + grep parallel 00:41:58 (Reading database ... 13914 files and directories currently installed.) 00:41:58 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:58 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:58 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:41:58 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:41:58 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:41:58 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:41:58 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:41:59 (Reading database ... 13914 files and directories currently installed.) 00:41:59 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:41:59 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:41:59 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:41:59 (Reading database ... 13914 files and directories currently installed.) 00:41:59 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:41:59 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:41:59 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:41:59 (Reading database ... 13914 files and directories currently installed.) 00:41:59 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:41:59 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:00 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:42:00 (Reading database ... 13914 files and directories currently installed.) 00:42:00 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:42:00 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:42:00 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:42:00 (Reading database ... 13914 files and directories currently installed.) 00:42:00 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:42:00 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:42:00 Setting up passwd (1:4.5-1ubuntu2) ... 00:42:00 (Reading database ... 13914 files and directories currently installed.) 00:42:00 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:00 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:00 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:42:01 (Reading database ... 13914 files and directories currently installed.) 00:42:01 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:42:01 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:42:01 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:42:01 (Reading database ... 13914 files and directories currently installed.) 00:42:01 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:42:01 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:42:01 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:42:01 (Reading database ... 13914 files and directories currently installed.) 00:42:01 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:42:01 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:42:01 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:42:01 (Reading database ... 13914 files and directories currently installed.) 00:42:01 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:42:01 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:42:01 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:42:02 (Reading database ... 13914 files and directories currently installed.) 00:42:02 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:42:02 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:42:02 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:42:02 (Reading database ... 13914 files and directories currently installed.) 00:42:02 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:42:02 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:42:02 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:42:02 (Reading database ... 13915 files and directories currently installed.) 00:42:02 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:42:02 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:42:02 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:42:02 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:42:02 --parallel Build images in parallel. [Pipeline] } 00:42:02 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:42:02 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:42:02 $ docker stop --time=1 464d20290949e286961efc6ebe1ff3701d67e201644cda7e046564a2837a93ba 00:42:03 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:42:03 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:42:03 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:42:03 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:42:03 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:42:03 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:42:03 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:42:03 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:42:03 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:42:03 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:42:03 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:42:03 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:42:04 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:42:04 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:42:04 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:42:04 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:42:04 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:42:04 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:42:05 $ docker rm -f 464d20290949e286961efc6ebe1ff3701d67e201644cda7e046564a2837a93ba 00:42:05 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:42:05 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:42:05 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:42:05 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:42:05 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:05 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:05 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:05 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:05 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:05 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:06 . [Pipeline] withDockerContainer 00:42:06 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:06 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:06 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:06 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:06 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:06 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:06 prd-ubuntu18.04-docker-arm64-4c-16g-19659 does not seem to be running inside a container 00:42:06 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:06 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:06 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:06 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:06 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:07 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:07 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:08 $ docker top a57c48580b3654c444c91c87c4b963294462b1dd80223e691c63ed97b41e2e56 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:08 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:08 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:09 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:09 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:09 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:09 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:09 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:10 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:10 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:10 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:10 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:42:10 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:42:10 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:42:10 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:42:10 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:42:10 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:42:10 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:42:11 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:11 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:42:11 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:11 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:42:11 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:42:11 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:42:11 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:11 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:42:11 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:11 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:11 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:11 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:42:11 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:42:11 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:42:11 00:42:11 Current default time zone: 'Etc/UTC' 00:42:11 Local time is now: Tue Jan 12 00:42:11 UTC 2021. 00:42:11 Universal Time is now: Tue Jan 12 00:42:11 UTC 2021. 00:42:11 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:42:11 00:42:11 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:42:11 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:11 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 00:42:11 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:42:12 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:42:12 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:42:12 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:42:12 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:42:12 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:42:12 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:42:12 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:12 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:42:12 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:12 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:42:12 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:12 Setting up patch (2.7.6-2ubuntu1.1) ... 00:42:12 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:42:12 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:42:12 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:42:12 Installing new version of config file /etc/ssl/openssl.cnf ... 00:42:12 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:42:12 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:42:12 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:42:14 Updating certificates in /etc/ssl/certs... 00:42:15 22 added, 17 removed; done. 00:42:15 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:42:15 Building docker-core-command-go ... 00:42:15 Building docker-core-data-go ... 00:42:15 Building docker-core-metadata-go ... 00:42:15 Building docker-security-bootstrap-redis-go ... 00:42:15 Building docker-security-proxy-setup-go ... 00:42:15 Building docker-security-secretstore-setup-go ... 00:42:15 Building docker-support-notifications-go ... 00:42:15 Building docker-support-scheduler-go ... 00:42:15 Building docker-sys-mgmt-agent-go ... 00:42:15 Building docker-core-data-go 00:42:15 Building docker-security-bootstrap-redis-go 00:42:15 Building docker-core-metadata-go 00:42:15 Building docker-support-scheduler-go 00:42:15 Building docker-support-notifications-go 00:42:16 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:16 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:42:16 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:42:16 Setting up pkgbinarymangler (138.18.04.1) ... 00:42:16 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:16 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:42:16 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:16 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:16 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:16 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:42:16 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:16 Setting up perl (5.26.1-6ubuntu0.5) ... 00:42:16 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:42:16 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:42:16 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:42:16 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:42:16 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:42:16 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:42:16 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:42:16 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:42:16 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:42:16 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:42:16 Processing triggers for systemd (237-3ubuntu10.43) ... 00:42:16 Processing triggers for mime-support (3.60ubuntu1) ... 00:42:16 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:42:16 Updating certificates in /etc/ssl/certs... 00:42:17 0 added, 0 removed; done. 00:42:17 Running hooks in /etc/ca-certificates/update.d... 00:42:17 done. 00:42:18 Reading package lists... 00:42:18 Building dependency tree... 00:42:18 Reading state information... 00:42:18 The following NEW packages will be installed: 00:42:18 apt-transport-https 00:42:18 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:42:18 Need to get 1696 B of archives. 00:42:18 After this operation, 153 kB of additional disk space will be used. 00:42:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:42:18 debconf: delaying package configuration, since apt-utils is not installed 00:42:18 Fetched 1696 B in 0s (9267 B/s) 00:42:18 Selecting previously unselected package apt-transport-https. 00:42:18 (Reading database ... 13929 files and directories currently installed.) 00:42:18 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:42:18 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:42:18 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:42:19 Waiting for network to be ready... 00:42:24 2021-01-12T00:42:21Z INFO Waiting for automatic snapd restart... 00:42:24 snapd 2.48.2 from Canonical* installed 00:42:25 "snapd" switched to the "latest/stable" channel 00:42:25 00:42:28 core18 20201210 from Canonical* installed 00:42:28 "core18" switched to the "latest/stable" channel 00:42:28 00:42:31 snapcraft 4.4.4 from Canonical* installed 00:42:31 "snapcraft" switched to the "latest/stable" channel 00:42:31 00:42:35 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: 00:42:35 - README.md 00:42:35 - snapcraft.yaml.orig 00:42:35 00:42:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:42:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:42:41 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:42:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:42:41 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:42:42 Reading package lists... 00:42:43 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:42:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:42:49 Reading package lists... 00:42:49 Building dependency tree... 00:42:49 Reading state information... 00:42:49 Suggested packages: 00:42:49 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:42:49 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:42:49 Recommended packages: 00:42:49 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:42:49 The following NEW packages will be installed: 00:42:49 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:42:49 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:42:49 pkg-config zip 00:42:49 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:42:49 Need to get 7655 kB of archives. 00:42:49 After this operation, 43.7 MB of additional disk space will be used. 00:42:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:42:49 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:42:50 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:42:50 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:42:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:42:50 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:42:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:42:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:42:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:42:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:42:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:42:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:42:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:42:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:42:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:42:51 debconf: delaying package configuration, since apt-utils is not installed 00:42:51 Fetched 7655 kB in 1s (6583 kB/s) 00:42:51 Selecting previously unselected package libglib2.0-0:amd64. 00:42:51 (Reading database ... 13933 files and directories currently installed.) 00:42:51 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:42:51 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:42:51 Selecting previously unselected package libpsl5:amd64. 00:42:51 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:42:51 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:42:51 Selecting previously unselected package libnghttp2-14:amd64. 00:42:51 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:42:51 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:42:51 Selecting previously unselected package librtmp1:amd64. 00:42:51 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:42:51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:42:51 Selecting previously unselected package libcurl3-gnutls:amd64. 00:42:51 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:42:51 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:42:51 Selecting previously unselected package liberror-perl. 00:42:51 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:42:51 Unpacking liberror-perl (0.17025-1) ... 00:42:51 Selecting previously unselected package git-man. 00:42:51 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:42:51 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:42:51 Selecting previously unselected package git. 00:42:51 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:42:51 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:42:52 Selecting previously unselected package libnorm1:amd64. 00:42:52 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:42:52 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:42:52 Selecting previously unselected package libpgm-5.2-0:amd64. 00:42:52 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:42:52 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:42:53 Selecting previously unselected package libsodium23:amd64. 00:42:53 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:42:53 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:42:53 Selecting previously unselected package libzmq5:amd64. 00:42:53 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:42:53 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:42:53 Selecting previously unselected package libzmq3-dev:amd64. 00:42:53 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:42:53 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:42:53 Selecting previously unselected package pkg-config. 00:42:53 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:42:53 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:42:53 Selecting previously unselected package zip. 00:42:53 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:42:53 Unpacking zip (3.0-11build1) ... 00:42:53 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:42:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:42:53 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:42:53 Setting up liberror-perl (0.17025-1) ... 00:42:53 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:42:53 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:42:53 No schema files found: doing nothing. 00:42:53 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:42:53 Setting up zip (3.0-11build1) ... 00:42:53 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:42:53 Setting up libsodium23:amd64 (1.0.16-2) ... 00:42:53 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:42:53 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:42:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:42:54 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:42:54 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:42:54 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:43:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:00 git set to automatically installed. 00:43:00 git-man set to automatically installed. 00:43:00 libcurl3-gnutls set to automatically installed. 00:43:00 liberror-perl set to automatically installed. 00:43:00 libglib2.0-0 set to automatically installed. 00:43:00 libnghttp2-14 set to automatically installed. 00:43:00 libnorm1 set to automatically installed. 00:43:00 libpgm-5.2-0 set to automatically installed. 00:43:00 libpsl5 set to automatically installed. 00:43:00 librtmp1 set to automatically installed. 00:43:00 libsodium23 set to automatically installed. 00:43:00 libzmq3-dev set to automatically installed. 00:43:00 libzmq5 set to automatically installed. 00:43:00 pkg-config set to automatically installed. 00:43:00 zip set to automatically installed. 00:43:02 snapd is not logged in, snap install commands will use sudo 00:43:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:09 snap "core18" has no updates available 00:43:10 Pulling config-common 00:43:11 Pulling go-build-helper 00:43:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:23 ---> 2c99d6bcbf99 00:43:23 Step 3/22 : WORKDIR /edgex-go 00:43:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:24 ---> 2c99d6bcbf99 00:43:24 Step 3/24 : WORKDIR /edgex-go 00:43:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:24 ---> 2c99d6bcbf99 00:43:24 Step 3/21 : WORKDIR /edgex-go 00:43:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:24 ---> 2c99d6bcbf99 00:43:24 Step 3/22 : WORKDIR /edgex-go 00:43:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:24 ---> 2c99d6bcbf99 00:43:24 Step 3/23 : WORKDIR /edgex-go 00:43:26 ---> Running in 0e732c669732 00:43:26 ---> Running in ebe3960bf9f1 00:43:26 ---> Running in 3946d79f5802 00:43:26 ---> Running in 31598b0b9b37 00:43:26 ---> Running in c1f3c6ef7b6e 00:43:27 Removing intermediate container 31598b0b9b37 00:43:27 ---> be0da9bf78a7 00:43:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:27 Removing intermediate container ebe3960bf9f1 00:43:27 ---> a4c64cbdaf66 00:43:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:27 Removing intermediate container 0e732c669732 00:43:27 ---> 7477cc674ed4 00:43:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:27 Removing intermediate container 3946d79f5802 00:43:27 Removing intermediate container c1f3c6ef7b6e 00:43:27 ---> 79d0740a4bc8 00:43:27 ---> 0e27de6cf5c4 00:43:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:27 00:43:27 ---> Running in dde4a2c906b6 00:43:27 ---> Running in a35340ce0fd2 00:43:27 ---> Running in a2295eb03d9b 00:43:27 ---> Running in 0d2d12ccadb8 00:43:27 ---> Running in 6081d628eb25 00:43:32 Removing intermediate container dde4a2c906b6 00:43:32 ---> b5a7fe279fc8 00:43:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:43:32 ---> Running in 637e4d4e89b0 00:43:32 Removing intermediate container a2295eb03d9b 00:43:32 ---> 42afb4901f91 00:43:32 Step 5/21 : RUN apk add --update --no-cache make git 00:43:32 Removing intermediate container a35340ce0fd2 00:43:32 ---> 875197ab4900 00:43:32 Step 5/22 : RUN apk add --update --no-cache make git 00:43:32 ---> Running in a61d97e327eb 00:43:32 ---> Running in 8b9160ceab6f 00:43:32 Removing intermediate container 6081d628eb25 00:43:32 ---> f36d809414a3 00:43:32 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:43:32 Removing intermediate container 0d2d12ccadb8 00:43:32 ---> 37c5f5cfd0fc 00:43:32 Step 5/22 : RUN apk add --update --no-cache make git 00:43:32 ---> Running in 395dcc50f8a1 00:43:33 ---> Running in 1acf9bc9fbde 00:43:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:37 OK: 217 MiB in 51 packages 00:43:37 OK: 217 MiB in 51 packages 00:43:37 OK: 217 MiB in 51 packages 00:43:38 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:43:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:38 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 00:43:38 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:43:38 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:43:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:43:38 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:43:38 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:43:38 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:43:38 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:43:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 00:43:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:43:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:43:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 00:43:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 00:43:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 00:43:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:43:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:43:38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 00:43:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 00:43:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:43:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:43:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 00:43:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 00:43:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:43:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:43:38 Fetched 23.7 MB in 0s (0 B/s) 00:43:38 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:43:38 Fetched 96.5 kB in 0s (0 B/s) 00:43:38 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:43:38 Fetched 279 kB in 0s (0 B/s) 00:43:38 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:43:38 Fetched 122 kB in 0s (0 B/s) 00:43:38 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:43:38 Fetched 77.8 kB in 0s (0 B/s) 00:43:38 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:43:38 Fetched 8848 B in 0s (0 B/s) 00:43:38 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:43:38 Fetched 47.8 kB in 0s (0 B/s) 00:43:38 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:43:38 Fetched 45.6 kB in 0s (0 B/s) 00:43:38 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:43:38 Fetched 15.0 kB in 0s (0 B/s) 00:43:38 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:43:38 Fetched 214 kB in 0s (0 B/s) 00:43:38 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:43:38 Fetched 155 kB in 0s (0 B/s) 00:43:38 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:43:38 Fetched 50.6 kB in 0s (0 B/s) 00:43:38 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:43:38 Fetched 14.8 kB in 0s (0 B/s) 00:43:38 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:43:38 Fetched 41.8 kB in 0s (0 B/s) 00:43:38 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:43:38 Fetched 499 kB in 0s (0 B/s) 00:43:38 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:43:38 Fetched 111 kB in 0s (0 B/s) 00:43:38 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:43:38 Fetched 240 kB in 0s (0 B/s) 00:43:38 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:43:38 Fetched 29.3 kB in 0s (0 B/s) 00:43:38 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:43:38 Fetched 85.5 kB in 0s (0 B/s) 00:43:38 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:43:38 Fetched 24.5 kB in 0s (0 B/s) 00:43:38 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:43:38 Fetched 49.2 kB in 0s (0 B/s) 00:43:38 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:43:38 Fetched 54.2 kB in 0s (0 B/s) 00:43:38 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:43:38 Fetched 30.8 kB in 0s (0 B/s) 00:43:38 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:43:38 Fetched 17.0 kB in 0s (0 B/s) 00:43:38 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:43:38 Fetched 85.9 kB in 0s (0 B/s) 00:43:38 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:43:38 Fetched 8720 B in 0s (0 B/s) 00:43:38 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:43:38 Fetched 137 kB in 0s (0 B/s) 00:43:38 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:43:38 Fetched 119 kB in 0s (0 B/s) 00:43:38 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:43:38 Fetched 109 kB in 0s (0 B/s) 00:43:38 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:43:38 Fetched 11.1 kB in 0s (0 B/s) 00:43:38 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:43:38 Fetched 645 kB in 0s (0 B/s) 00:43:38 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:43:38 Fetched 41.3 kB in 0s (0 B/s) 00:43:38 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:43:38 Fetched 17.9 kB in 0s (0 B/s) 00:43:38 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:43:38 Fetched 368 kB in 0s (0 B/s) 00:43:38 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:43:38 Fetched 187 kB in 0s (0 B/s) 00:43:38 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:43:38 Fetched 175 kB in 0s (0 B/s) 00:43:38 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:43:38 Fetched 206 kB in 0s (0 B/s) 00:43:38 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:43:38 Fetched 1301 kB in 0s (0 B/s) 00:43:38 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:43:38 Fetched 36.2 kB in 0s (0 B/s) 00:43:38 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:43:38 Fetched 159 kB in 0s (0 B/s) 00:43:38 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:43:38 Fetched 107 kB in 0s (0 B/s) 00:43:38 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:43:38 Fetched 48.7 kB in 0s (0 B/s) 00:43:38 Pulling static-packages 00:43:38 OK: 217 MiB in 51 packages 00:43:38 OK: 217 MiB in 51 packages 00:43:39 Removing intermediate container 1acf9bc9fbde 00:43:39 ---> 1b3f8ae5690b 00:43:39 Step 6/22 : COPY go.mod . 00:43:39 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:43:39 Skipping pull go-build-helper (already ran) 00:43:39 Skipping pull static-packages (already ran) 00:43:39 Building go-build-helper 00:43:39 Removing intermediate container 8b9160ceab6f 00:43:39 ---> b055425ca55d 00:43:39 Step 6/22 : COPY go.mod . 00:43:39 Removing intermediate container 395dcc50f8a1 00:43:39 ---> fa004bf41a0f 00:43:39 Step 6/24 : COPY go.mod . 00:43:40 ---> 9188fec4c7ab 00:43:40 Step 7/22 : RUN go mod download 00:43:40 ---> Running in fee4f911efee 00:43:40 Removing intermediate container a61d97e327eb 00:43:40 ---> e42dc583cfe2 00:43:40 Step 6/21 : COPY go.mod . 00:43:40 ---> 21b1aa9da194 00:43:40 ---> d0f2e7078f81 00:43:40 Step 7/22 : RUN go mod download 00:43:40 Step 7/24 : RUN go mod download 00:43:40 Removing intermediate container 637e4d4e89b0 00:43:40 ---> 02adb17987ac 00:43:40 Step 6/23 : COPY go.mod . 00:43:41 ---> Running in 2da7fa38b085 00:43:41 ---> Running in 558944ca5175 00:43:41 ---> 8bf20a6c02a0 00:43:41 Step 7/21 : RUN go mod download 00:43:42 ---> Running in 6a4292039993 00:43:42 ---> 2db3b38bfef8 00:43:42 Step 7/23 : RUN go mod download 00:43:42 ---> Running in 85b8a5b97988 00:43:43 Building static-packages 00:43:44 Removing intermediate container fee4f911efee 00:43:44 ---> 503ad0af16e0 00:43:44 Step 8/22 : COPY . . 00:43:44 Staging go-build-helper 00:43:45 Staging static-packages 00:43:46 Removing intermediate container 2da7fa38b085 00:43:46 ---> ec8a1eb4c9ee 00:43:46 Step 8/22 : COPY . . 00:43:46 Pulling go115 00:43:46 Removing intermediate container 558944ca5175 00:43:46 ---> cf99fe52b0cc 00:43:46 Step 8/24 : COPY . . 00:43:47 Removing intermediate container 6a4292039993 00:43:47 ---> 742fb1bc231d 00:43:47 Step 8/21 : COPY . . 00:43:47 'edgex-go' has dependencies that need to be staged: go115 00:43:47 Skipping pull go115 (already ran) 00:43:47 Building go115 00:43:47 % Total % Received % Xferd Average Speed Time Time Time Current 00:43:47 Dload Upload Total Spent Left Speed 00:43:48 Removing intermediate container 85b8a5b97988 00:43:48 ---> 924bdfa4aaf4 00:43:48 Step 8/23 : COPY . . 00:43:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 113k 0 0 514k 0 0:03:50 --:--:-- 0:03:50 511k 32 115M 32 37.6M 0 0 30.8M 0 0:00:03 0:00:01 0:00:02 30.8M 68 115M 68 78.7M 0 0 35.4M 0 0:00:03 0:00:02 0:00:01 35.4M 100 115M 100 115M 0 0 37.7M 0 0:00:03 0:00:03 --:--:-- 37.7M 00:43:51 go1.15.2.linux-amd64.tar.gz: OK 00:43:54 Staging go115 00:44:00 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:00 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:00 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:00 Fetched 0 B in 0s (0 B/s) 00:44:00 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:44:00 Fetched 224 kB in 0s (0 B/s) 00:44:00 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:44:00 Fetched 157 kB in 0s (0 B/s) 00:44:00 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:44:00 Fetched 221 kB in 0s (0 B/s) 00:44:00 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:44:00 Fetched 143 kB in 0s (0 B/s) 00:44:00 Pulling edgex-go 00:44:01 Pulling version 00:44:02 Building config-common 00:44:04 Skipping build go-build-helper (already ran) 00:44:04 Skipping build static-packages (already ran) 00:44:04 Skipping build go115 (already ran) 00:44:04 Building edgex-go 00:44:04 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 00:44:05 go: downloading github.com/gorilla/mux v1.8.0 00:44:05 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 00:44:05 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 00:44:05 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.143 00:44:05 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:44:06 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 00:44:06 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:44:06 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:44:06 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:44:06 go: downloading github.com/google/uuid v1.1.4 00:44:06 go: downloading github.com/pebbe/zmq4 v1.2.2 00:44:06 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:44:06 go: downloading github.com/go-kit/kit v0.8.0 00:44:06 go: downloading github.com/x448/float16 v0.8.4 00:44:06 go: downloading github.com/imdario/mergo v0.3.11 00:44:06 go: downloading github.com/pelletier/go-toml v1.2.0 00:44:06 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:44:06 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:44:06 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:44:06 go: downloading gopkg.in/yaml.v2 v2.4.0 00:44:06 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:44:06 go: downloading github.com/pkg/errors v0.8.1 00:44:06 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:44:06 go: downloading github.com/BurntSushi/toml v0.3.1 00:44:06 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:44:06 go: downloading github.com/hashicorp/consul/api v1.1.0 00:44:06 go: downloading github.com/leodido/go-urn v1.2.0 00:44:06 go: downloading github.com/go-playground/universal-translator v0.17.0 00:44:06 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:44:06 go: downloading github.com/mitchellh/copystructure v1.0.0 00:44:06 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:44:06 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:44:06 go: downloading github.com/go-playground/locales v0.13.0 00:44:06 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:44:06 go: downloading github.com/hashicorp/serf v0.8.2 00:44:06 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:44:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:44:06 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:44:06 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:44:06 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:44:10 ---> f035bcc2620f 00:44:10 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:44:10 ---> 09a5ed504d6e 00:44:10 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:44:10 ---> 37c70296c1be 00:44:10 Step 9/23 : RUN make cmd/core-data/core-data 00:44:10 ---> e0788d64620c 00:44:10 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:44:10 ---> 2d1dfbbb34a6 00:44:10 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:44:10 ---> Running in 15b53380ebe4 00:44:10 ---> Running in 8e99f20554f3 00:44:10 ---> Running in a2ae4ff0f7f2 00:44:10 ---> Running in 910d78116b89 00:44:10 ---> Running in 540bf52fec03 00:44:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:12 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 00:44:12 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 00:44:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:44:13 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 00:44:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:44:18 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 00:44:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:19 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 00:44:19 go: downloading github.com/stretchr/testify v1.6.1 00:44:19 go: downloading github.com/pmezard/go-difflib v1.0.0 00:44:19 go: downloading github.com/davecgh/go-spew v1.1.1 00:44:19 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:44:21 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 00:44:21 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:44:21 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:44:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:22 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:44:23 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 00:44:23 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:44:25 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 00:44:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:26 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 00:44:29 Building version 00:44:31 Staging config-common 00:44:31 Skipping stage go-build-helper (already ran) 00:44:31 Skipping stage static-packages (already ran) 00:44:31 Skipping stage go115 (already ran) 00:44:31 Staging edgex-go 00:44:33 Staging version 00:44:33 Priming config-common 00:44:34 Priming go-build-helper 00:44:35 Priming static-packages 00:44:38 Priming go115 00:44:38 Priming edgex-go 00:44:40 Priming version 00:44:40 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] } 00:46:04 Removing intermediate container 15b53380ebe4 00:46:04 ---> 9b459e5d6d56 00:46:04 00:46:04 Step 10/22 : FROM alpine:3.12 00:46:04 3.12: Pulling from library/alpine 00:46:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:04 Status: Downloaded newer image for alpine:3.12 00:46:04 ---> afeebe901d6b 00:46:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:46:04 ---> Running in 6181d286fa21 00:46:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:04 (1/5) Installing ca-certificates (20191127-r4) 00:46:04 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:46:04 (3/5) Installing libcurl (7.69.1-r3) 00:46:04 (4/5) Installing curl (7.69.1-r3) 00:46:04 (5/5) Installing dumb-init (1.2.2-r1) 00:46:04 Executing busybox-1.31.1-r19.trigger 00:46:04 Executing ca-certificates-20191127-r4.trigger 00:46:04 OK: 7 MiB in 19 packages 00:46:04 Removing intermediate container 540bf52fec03 00:46:04 ---> 8f8524a40e04 00:46:04 00:46:04 Step 10/21 : FROM scratch 00:46:04 ---> 00:46:04 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:05 ---> Running in 388e57e4e2fd 00:46:05 Removing intermediate container 910d78116b89 00:46:05 ---> 5965193ac62d 00:46:05 00:46:05 Step 10/24 : FROM scratch 00:46:05 ---> 00:46:05 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:46:06 ---> Running in 18dacbe44000 00:46:06 Removing intermediate container 388e57e4e2fd 00:46:06 ---> ed3c870363e4 00:46:06 Step 12/21 : ENV APP_PORT=48085 00:46:06 ---> Running in 4f456babb183 00:46:06 Removing intermediate container 18dacbe44000 00:46:06 ---> ef4b1ed7676e 00:46:06 Step 12/24 : ENV APP_PORT=48060 00:46:06 Removing intermediate container 6181d286fa21 00:46:06 ---> 1a20515118cb 00:46:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:46:06 ---> Running in bcc48d2a2c40 00:46:07 ---> Running in 4f826987dba5 00:46:07 Removing intermediate container 4f456babb183 00:46:07 ---> 2ce0c6fc9b00 00:46:07 Step 13/21 : EXPOSE $APP_PORT 00:46:08 Removing intermediate container bcc48d2a2c40 00:46:08 ---> f1ca66ae2dc1 00:46:08 Step 13/24 : EXPOSE $APP_PORT 00:46:08 ---> Running in cafb494d5656 00:46:08 ---> Running in 44c0b84f2693 00:46:08 Removing intermediate container 4f826987dba5 00:46:08 ---> fba0f02758b5 00:46:08 Step 13/22 : WORKDIR / 00:46:08 ---> Running in 7d4cd04d5fc8 00:46:09 Removing intermediate container cafb494d5656 00:46:09 ---> 5d109f977b89 00:46:09 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:09 Removing intermediate container 44c0b84f2693 00:46:09 ---> b33f3c19582c 00:46:09 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:46:09 Removing intermediate container 7d4cd04d5fc8 00:46:09 ---> 7cd8be075972 00:46:09 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:11 ---> 0204b5c7cbfa 00:46:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:46:11 ---> 139a15f93c56 00:46:11 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:46:12 ---> 42e6e00a859a 00:46:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:46:14 ---> d989311e0b74 00:46:14 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:46:14 ---> f29fb8871758 00:46:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:46:14 ---> 5d884006ec9a 00:46:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:46:16 ---> 7d2fde7964a1 00:46:16 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:46:16 ---> d4105f3b40bf 00:46:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:46:16 ---> Running in 03668ace9034 00:46:17 ---> 19777cb35723 00:46:17 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:17 Removing intermediate container 03668ace9034 00:46:17 ---> df713ac1e28f 00:46:17 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:17 ---> Running in d0e61229b585 00:46:18 ---> a58c227a3298 00:46:18 Step 18/22 : RUN chmod +x entrypoint.sh 00:46:18 ---> Running in a30035380d04 00:46:18 Removing intermediate container d0e61229b585 00:46:18 ---> 595e344cc4e9 00:46:18 Step 19/21 : LABEL arch=arm64 00:46:19 ---> 3d60c2ff63cb 00:46:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:46:19 ---> Running in 22205958a8ca 00:46:20 Removing intermediate container 22205958a8ca 00:46:20 ---> cde140db529c 00:46:20 Step 20/21 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:46:20 ---> Running in 58f4e73c0755 00:46:21 ---> 7105664216f5 00:46:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:46:21 Removing intermediate container 58f4e73c0755 00:46:21 ---> a63b8fffb10e 00:46:21 Step 21/21 : LABEL version=0.0.0 00:46:22 ---> Running in 35aa5d9b27eb 00:46:23 Removing intermediate container a30035380d04 00:46:23 ---> 242b25a72f97 00:46:23 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:46:23 Removing intermediate container 35aa5d9b27eb 00:46:23 ---> cad3105ee5e7 00:46:23 00:46:23 ---> 97c484ba586c 00:46:23 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:46:23 ---> Running in d17c6224aea0 00:46:23 ---> Running in f9d2723aa722 00:46:23 Successfully built cad3105ee5e7 00:46:23 Successfully tagged docker-support-scheduler-go-arm64:latest 00:46:23 Building docker-security-secretstore-setup-go 00:46:24  Building docker-support-scheduler-go ... done Removing intermediate container d17c6224aea0 00:46:24 ---> a2cf713be4d4 00:46:24 Step 20/22 : LABEL arch=arm64 00:46:24 Removing intermediate container f9d2723aa722 00:46:24 ---> 675f17dc6f19 00:46:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:24 ---> Running in f1a4329a8212 00:46:25 ---> Running in 865c00fc89ba 00:46:26 Removing intermediate container f1a4329a8212 00:46:26 ---> b19009f5d9eb 00:46:26 Step 21/22 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:46:26 Removing intermediate container 865c00fc89ba 00:46:26 ---> 9c6bf3903600 00:46:26 Step 22/24 : LABEL arch=arm64 00:46:26 ---> Running in af22fc35e294 00:46:26 ---> Running in 8bb73e5bad57 00:46:28 Removing intermediate container af22fc35e294 00:46:28 ---> 3ed6272fe295 00:46:28 Step 22/22 : LABEL version=0.0.0 00:46:28 Removing intermediate container 8bb73e5bad57 00:46:28 ---> a09da6a334a5 00:46:28 Step 23/24 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:46:28 ---> Running in 8ef571970987 00:46:28 Removing intermediate container 8e99f20554f3 00:46:28 ---> 107f1faa0070 00:46:28 00:46:28 Step 10/22 : FROM scratch 00:46:28 ---> 00:46:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:28 ---> Using cache 00:46:28 ---> ed3c870363e4 00:46:28 Step 12/22 : ENV APP_PORT=48081 00:46:29 ---> Running in 6e1e8a5e38b5 00:46:29 ---> Running in c826d530d650 00:46:29 Removing intermediate container 8ef571970987 00:46:29 ---> 2fb60be8293e 00:46:29 00:46:30 Removing intermediate container 6e1e8a5e38b5 00:46:30 ---> 5ed461e4f134 00:46:30 Step 24/24 : LABEL version=0.0.0 00:46:30 Removing intermediate container c826d530d650 00:46:30 ---> 1ec2751e7a3b 00:46:30 Step 13/22 : EXPOSE $APP_PORT 00:46:30 Successfully built 2fb60be8293e 00:46:30 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:46:30  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go 00:46:30 ---> Running in 6b7c823820d5 00:46:30 ---> Running in c55d2cab5bd8 00:46:31 Removing intermediate container c55d2cab5bd8 00:46:31 Removing intermediate container 6b7c823820d5 00:46:31 ---> 92b50f3713b4 00:46:31 00:46:31 ---> fd406d9fbb1a 00:46:31 Step 14/22 : WORKDIR / 00:46:31 ---> Running in 9583d0f4bd0f 00:46:31 Successfully built 92b50f3713b4 00:46:31 Successfully tagged docker-support-notifications-go-arm64:latest 00:46:31  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 00:46:32 Removing intermediate container 9583d0f4bd0f 00:46:32 ---> c139d273c9ed 00:46:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:33 ---> 0bee241c1422 00:46:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:35 ---> 5e5c2071c1e1 00:46:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:46:36 ---> a32e025be5fd 00:46:36 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:46:36 ---> Running in b8bec61aa0b4 00:46:37 Removing intermediate container b8bec61aa0b4 00:46:37 ---> 411551ee70e0 00:46:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:38 ---> Running in f7f40eaa3afc 00:46:38 Removing intermediate container a2ae4ff0f7f2 00:46:38 ---> 8cf40ee1ef1e 00:46:38 00:46:38 Step 10/23 : FROM alpine:3.12 00:46:38 ---> afeebe901d6b 00:46:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:39 Removing intermediate container f7f40eaa3afc 00:46:39 ---> a82837116928 00:46:39 Step 20/22 : LABEL arch=arm64 00:46:39 ---> Running in 687065cf1c45 00:46:39 ---> Running in 76fa5ff301c5 00:46:40 Removing intermediate container 687065cf1c45 00:46:40 ---> eeb60a8f2c7b 00:46:40 Step 12/23 : ENV APP_PORT=48080 00:46:40 Removing intermediate container 76fa5ff301c5 00:46:40 ---> 419c669c0aeb 00:46:40 Step 21/22 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:46:40 ---> Running in 4e56eff641fe 00:46:40 ---> Running in f9b0cb544305 00:46:41 Removing intermediate container 4e56eff641fe 00:46:41 ---> 55c728ed1058 00:46:41 Step 13/23 : EXPOSE $APP_PORT 00:46:41 Removing intermediate container f9b0cb544305 00:46:41 ---> 84a18679610b 00:46:41 Step 22/22 : LABEL version=0.0.0 00:46:41 ---> Running in 29d231d5d887 00:46:41 ---> Running in 04b926dd8262 00:46:42 Removing intermediate container 29d231d5d887 00:46:42 ---> c462eb26e1e3 00:46:42 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:42 Removing intermediate container 04b926dd8262 00:46:42 ---> f4712ae1e369 00:46:42 00:46:42 ---> Running in c9a41c9cded9 00:46:43 Successfully built f4712ae1e369 00:46:43 Successfully tagged docker-core-metadata-go-arm64:latest 00:46:43  Building docker-core-metadata-go ... done Building docker-core-command-go 00:46:45 Removing intermediate container c9a41c9cded9 00:46:45 ---> dcb7b581e6b5 00:46:45 Step 15/23 : RUN apk add --update --no-cache zeromq 00:46:45 ---> Running in e89302045a73 00:46:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:49 (1/5) Installing libgcc (9.3.0-r2) 00:46:50 (2/5) Installing libsodium (1.0.18-r0) 00:46:50 (3/5) Installing libstdc++ (9.3.0-r2) 00:46:51 (4/5) Installing libzmq (4.3.3-r0) 00:46:51 (5/5) Installing zeromq (4.3.3-r0) 00:46:51 Executing busybox-1.31.1-r19.trigger 00:46:51 OK: 8 MiB in 19 packages 00:46:53 Removing intermediate container e89302045a73 00:46:53 ---> f8d94d527eba 00:46:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:55 ---> fb3a9ce77a77 00:46:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:46:56 ---> c6d49263cffd 00:46:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:46:58 ---> 02c5fea9015d 00:46:58 Step 19/23 : ENTRYPOINT ["/core-data"] 00:46:58 ---> Running in 85d1aaf13889 00:46:59 Removing intermediate container 85d1aaf13889 00:46:59 ---> 420d73b81703 00:46:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:59 ---> Running in f4205da05741 00:47:00 Removing intermediate container f4205da05741 00:47:00 ---> 9d1fca3dafe5 00:47:00 Step 21/23 : LABEL arch=arm64 00:47:00 ---> Running in 27959bebc251 00:47:00 Removing intermediate container 27959bebc251 00:47:00 ---> 801e7bcaab94 00:47:00 Step 22/23 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:47:01 ---> Running in eaee945b4cfe 00:47:01 Removing intermediate container eaee945b4cfe 00:47:01 ---> 25dc861fe34c 00:47:01 Step 23/23 : LABEL version=0.0.0 00:47:02 ---> Running in 4b192636e131 00:47:03 Removing intermediate container 4b192636e131 00:47:03 ---> 6cd801f390dd 00:47:03 00:47:03 Successfully built 6cd801f390dd 00:47:03 Successfully tagged docker-core-data-go-arm64:latest 00:47:04  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:04 ---> 2c99d6bcbf99 00:47:04 Step 3/24 : WORKDIR /edgex-go 00:47:04 ---> Using cache 00:47:04 ---> 79d0740a4bc8 00:47:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:04 ---> Using cache 00:47:04 ---> 37c5f5cfd0fc 00:47:04 Step 5/24 : RUN apk add --update --no-cache make git 00:47:04 ---> Using cache 00:47:04 ---> 1b3f8ae5690b 00:47:04 Step 6/24 : COPY go.mod . 00:47:04 ---> Using cache 00:47:04 ---> 9188fec4c7ab 00:47:04 Step 7/24 : RUN go mod download 00:47:04 ---> Using cache 00:47:04 ---> 503ad0af16e0 00:47:04 Step 8/24 : COPY . . 00:47:04 ---> Using cache 00:47:04 ---> f035bcc2620f 00:47:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:04 ---> Running in 2121db2fd4d2 00:47:05 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 00:47:16 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:16 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:16 ---> 2c99d6bcbf99 00:47:16 Step 3/21 : WORKDIR /edgex-go 00:47:16 ---> Using cache 00:47:16 ---> 79d0740a4bc8 00:47:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:16 ---> Using cache 00:47:16 ---> 37c5f5cfd0fc 00:47:16 Step 5/21 : RUN apk add --update --no-cache make git 00:47:16 ---> Using cache 00:47:16 ---> 1b3f8ae5690b 00:47:16 Step 6/21 : COPY go.mod . 00:47:16 ---> Using cache 00:47:16 ---> 9188fec4c7ab 00:47:16 Step 7/21 : RUN go mod download 00:47:16 ---> Using cache 00:47:16 ---> 503ad0af16e0 00:47:16 Step 8/21 : COPY . . 00:47:16 ---> Using cache 00:47:16 ---> f035bcc2620f 00:47:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:16 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:47:16 ---> 2c99d6bcbf99 00:47:16 Step 3/26 : WORKDIR /edgex-go 00:47:16 ---> Using cache 00:47:16 ---> 79d0740a4bc8 00:47:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:16 ---> Using cache 00:47:16 ---> 37c5f5cfd0fc 00:47:16 Step 5/26 : RUN apk add --update --no-cache make bash git 00:47:18 ---> Running in 7c8c8f94f46a 00:47:18 ---> Running in 947e131a2015 00:47:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:20 ---> 2c99d6bcbf99 00:47:20 Step 3/22 : WORKDIR /edgex-go 00:47:20 ---> Using cache 00:47:20 ---> 79d0740a4bc8 00:47:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:20 ---> Using cache 00:47:20 ---> 37c5f5cfd0fc 00:47:20 Step 5/22 : RUN apk add --update --no-cache make git 00:47:20 ---> Using cache 00:47:20 ---> 1b3f8ae5690b 00:47:20 Step 6/22 : COPY go.mod . 00:47:20 ---> Using cache 00:47:20 ---> 9188fec4c7ab 00:47:20 Step 7/22 : RUN go mod download 00:47:20 ---> Using cache 00:47:20 ---> 503ad0af16e0 00:47:20 Step 8/22 : COPY . . 00:47:20 ---> Using cache 00:47:20 ---> f035bcc2620f 00:47:20 Step 9/22 : RUN make cmd/core-command/core-command 00:47:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:20 ---> Running in c4a80d89f219 00:47: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 00:47:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:22 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 00:47:22 OK: 217 MiB in 51 packages 00:47:23 Removing intermediate container 947e131a2015 00:47:23 ---> fdd274b44952 00:47:23 Step 6/26 : COPY go.mod . 00:47:25 ---> 86a47768b91c 00:47:25 Step 7/26 : RUN go mod download 00:47:25 ---> Running in cfe64b6ec1a0 00:47:29 Removing intermediate container cfe64b6ec1a0 00:47:29 ---> ead3338f0edd 00:47:29 Step 8/26 : COPY . . 00:47:48 ---> 10c6d1907a4b 00:47:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:47:48 ---> Running in 1a3aee98cf88 00:47:49 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 00:47:56 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 00:48:14 Removing intermediate container 2121db2fd4d2 00:48:14 ---> 76cdbf3ce901 00:48:14 00:48:14 Step 10/24 : FROM alpine:3.12 00:48:14 ---> afeebe901d6b 00:48:14 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:14 ---> Using cache 00:48:14 ---> 1a20515118cb 00:48:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:14 ---> Running in 007ed8453512 00:48:14 Removing intermediate container 007ed8453512 00:48:14 ---> 17738e2ba4ab 00:48:14 Step 13/24 : WORKDIR / 00:48:14 ---> Running in db20da0b260a 00:48:14 Removing intermediate container db20da0b260a 00:48:14 ---> 97b9b1cc292c 00:48:14 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:15 ---> 7c89daa33b7d 00:48:15 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:16 ---> 097872cc5e97 00:48:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:17 ---> ed66942f4e37 00:48:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:19 ---> 3d57e80f7879 00:48:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:21 ---> 69fbfbd1a1c9 00:48:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:22 ---> c4d106fd2cbd 00:48:22 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/ 00:48:22 ---> Running in c987eee94af6 00:48:25 Removing intermediate container c987eee94af6 00:48:25 ---> 8aa6c080c72b 00:48:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:26 ---> Running in 1e86998a4d8c 00:48:26 Removing intermediate container 1e86998a4d8c 00:48:26 ---> ab4382879a89 00:48:26 Step 22/24 : LABEL arch=arm64 00:48:26 ---> Running in b8437e3e5604 00:48:27 Removing intermediate container b8437e3e5604 00:48:27 ---> 03bc60636be4 00:48:27 Step 23/24 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:48:28 ---> Running in 202a70190780 00:48:28 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 00:48:28 Removing intermediate container 202a70190780 00:48:28 ---> 967765728487 00:48:28 Step 24/24 : LABEL version=0.0.0 00:48:29 ---> Running in 33430bb32dca 00:48:29 Removing intermediate container 33430bb32dca 00:48:29 ---> c73c9485b029 00:48:29 00:48:30 Successfully built c73c9485b029 00:48:30 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:42  Building docker-security-secretstore-setup-go ... done Removing intermediate container c4a80d89f219 00:48:42 ---> 5613a12817be 00:48:42 00:48:42 Step 10/22 : FROM scratch 00:48:42 ---> 00:48:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:42 ---> Using cache 00:48:42 ---> ed3c870363e4 00:48:42 Step 12/22 : ENV APP_PORT=48082 00:48:42 ---> Running in e085dca8d2bf 00:48:42 Removing intermediate container 7c8c8f94f46a 00:48:42 ---> 2030f2c5c789 00:48:42 00:48:42 Step 10/21 : FROM alpine:3.12 00:48:42 ---> afeebe901d6b 00:48:42 Step 11/21 : RUN apk add --update --no-cache curl 00:48:42 ---> Running in f8b966022f2a 00:48:42 Removing intermediate container e085dca8d2bf 00:48:42 ---> e9014b5b82e6 00:48:42 Step 13/22 : EXPOSE $APP_PORT 00:48:42 ---> Running in 44bb335a89a8 00:48:43 Removing intermediate container 44bb335a89a8 00:48:43 ---> bb40f5ecaebe 00:48:43 Step 14/22 : WORKDIR / 00:48:43 ---> Running in ee9f8dc9eb84 00:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:44 Removing intermediate container ee9f8dc9eb84 00:48:44 ---> a330f6be6ca8 00:48:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:45 (1/4) Installing ca-certificates (20191127-r4) 00:48:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:45 (3/4) Installing libcurl (7.69.1-r3) 00:48:45 (4/4) Installing curl (7.69.1-r3) 00:48:45 Executing busybox-1.31.1-r19.trigger 00:48:45 Executing ca-certificates-20191127-r4.trigger 00:48:45 OK: 7 MiB in 18 packages 00:48:45 ---> 81284fdfd800 00:48:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:47 ---> 47b0804082d8 00:48:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:47 Removing intermediate container f8b966022f2a 00:48:47 ---> db5582575fce 00:48:47 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:47 ---> Running in 3990e5ba5172 00:48:48 Removing intermediate container 3990e5ba5172 00:48:48 ---> 450e2b12ae74 00:48:48 Step 13/21 : WORKDIR /edgex 00:48:48 ---> 5c10e584e450 00:48:48 Step 18/22 : ENTRYPOINT ["/core-command"] 00:48:48 ---> Running in 4451e5a5012c 00:48:49 ---> Running in 3ec29f19764e 00:48:49 Removing intermediate container 4451e5a5012c 00:48:49 ---> 13b77e9f37b4 00:48:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:49 Removing intermediate container 3ec29f19764e 00:48:49 ---> b4843aa61119 00:48:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:49 ---> Running in 69f9668ee994 00:48:51 ---> 4bba2f7ab894 00:48:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:51 Removing intermediate container 69f9668ee994 00:48:51 ---> 612a4626063b 00:48:51 Step 20/22 : LABEL arch=arm64 00:48:51 ---> Running in 053a46521a1e 00:48:51 Removing intermediate container 1a3aee98cf88 00:48:51 ---> ecbbb7df996d 00:48:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:51 ---> Running in e9707b6d82ee 00:48:51 Removing intermediate container 053a46521a1e 00:48:51 ---> 8a249f9a1937 00:48:51 Step 21/22 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:48:52 ---> 746b8adae924 00:48:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:52 ---> Running in c81707affc91 00:48:53 Removing intermediate container c81707affc91 00:48:53 ---> 33b3100b7513 00:48:53 Step 22/22 : LABEL version=0.0.0 00:48:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:53 ---> Running in 3d7b3dbe8930 00:48:53 ---> 114a60dc1bfa 00:48:53 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:48:53 ---> Running in d339f62d7344 00:48:53 Removing intermediate container 3d7b3dbe8930 00:48:53 ---> 9022548992d8 00:48:53 00:48:54 Successfully built 9022548992d8 00:48:54 Successfully tagged docker-core-command-go-arm64:latest 00:48:54  Building docker-core-command-go ... done Removing intermediate container d339f62d7344 00:48:54 ---> 8235f5cce3a6 00:48:54 Step 18/21 : CMD ["--init=true"] 00:48:54 ---> Running in 5f082dcb691a 00:48:54 Removing intermediate container 5f082dcb691a 00:48:54 ---> a74af4e97338 00:48:54 Step 19/21 : LABEL arch=arm64 00:48:55 ---> Running in bfab30a574ac 00:48:55 Removing intermediate container bfab30a574ac 00:48:55 ---> 47a676668b06 00:48:55 Step 20/21 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:48:55 ---> Running in 59fc09a85c0f 00:48:56 Removing intermediate container e9707b6d82ee 00:48:56 ---> 28a4c244ab7c 00:48:56 00:48:56 Step 11/26 : FROM docker:20.10.0 00:48:56 20.10.0: Pulling from library/docker 00:48:56 Removing intermediate container 59fc09a85c0f 00:48:56 ---> 454b6018ba47 00:48:56 Step 21/21 : LABEL version=0.0.0 00:48:56 ---> Running in 106c25bca998 00:48:57 Removing intermediate container 106c25bca998 00:48:57 ---> 26a76529cb48 00:48:57 00:48:57 Successfully built 26a76529cb48 00:48:58 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:04  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:04 Status: Downloaded newer image for docker:20.10.0 00:49:04 ---> eeaf43b92773 00:49:04 Step 12/26 : RUN apk add --no-cache bash 00:49:05 ---> Running in 70769adc2538 00:49:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:07 (1/2) Installing readline (8.0.4-r0) 00:49:07 (2/2) Installing bash (5.0.17-r0) 00:49:07 Executing bash-5.0.17-r0.post-install 00:49:07 Executing busybox-1.31.1-r19.trigger 00:49:07 OK: 12 MiB in 22 packages 00:49:09 Removing intermediate container 70769adc2538 00:49:09 ---> 395b8a846426 00:49:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:09 ---> Running in b575ecffe9db 00:49:09 Removing intermediate container b575ecffe9db 00:49:09 ---> 1305223352a0 00:49:09 Step 14/26 : ENV APP_PORT=48090 00:49:09 ---> Running in 0c5385d24dc5 00:49:10 Removing intermediate container 0c5385d24dc5 00:49:10 ---> 26a7908d81c0 00:49:10 Step 15/26 : EXPOSE $APP_PORT 00:49:10 ---> Running in 4579e2d329f5 00:49:10 Removing intermediate container 4579e2d329f5 00:49:10 ---> 01a1174015f1 00:49:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:11 ---> f5385cd0f18d 00:49:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:12 ---> bd7b94d7f94e 00:49:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:13 ---> ac12c8a1c3b4 00:49:13 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:13 ---> Running in e27478747452 00:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:15 (1/33) Installing libbz2 (1.0.8-r1) 00:49:16 (2/33) Installing expat (2.2.9-r1) 00:49:16 (3/33) Installing libffi (3.3-r2) 00:49:16 (4/33) Installing gdbm (1.13-r1) 00:49:16 (5/33) Installing xz-libs (5.2.5-r0) 00:49:16 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:16 (7/33) Installing python3 (3.8.5-r0) 00:49:17 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:17 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:17 (11/33) Installing py3-six (1.15.0-r0) 00:49:17 (12/33) Installing py3-packaging (20.4-r0) 00:49:17 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:18 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:18 (15/33) Installing py3-idna (2.9-r0) 00:49:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:18 (18/33) Installing py3-requests (2.23.0-r0) 00:49:18 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:18 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:18 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:18 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:18 (24/33) Installing py3-distro (1.5.0-r1) 00:49:18 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:18 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:18 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:18 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:18 (29/33) Installing py3-progress (1.5-r0) 00:49:18 (30/33) Installing py3-toml (0.10.1-r0) 00:49:18 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:18 (33/33) Installing py3-pip (20.1.1-r0) 00:49:18 Executing busybox-1.31.1-r19.trigger 00:49:18 OK: 71 MiB in 55 packages 00:49:25 Removing intermediate container e27478747452 00:49:25 ---> 57800270f099 00:49:25 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:25 ---> Running in 8a492068bccc 00:49:30 Collecting docker-compose==1.23.2 00:49:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:31 Collecting cached-property<2,>=1.2.0 00:49:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:32 Collecting dockerpty<0.5,>=0.4.1 00:49:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:34 Collecting jsonschema<3,>=2.5.1 00:49:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:35 Collecting docker<4.0,>=3.6.0 00:49:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:36 Collecting texttable<0.10,>=0.9.0 00:49:36 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:39 Collecting docopt<0.7,>=0.6.1 00:49:39 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:49:42 Collecting PyYAML<4,>=3.10 00:49:42 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:46 Collecting websocket-client<1.0,>=0.32.0 00:49:46 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:48 Collecting docker-pycreds>=0.4.0 00:49:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:48 Collecting idna<2.8,>=2.5 00:49:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:48 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:49:48 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:49:49 Collecting urllib3<1.25,>=1.21.1 00:49:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:50 Installing collected packages: cached-property, dockerpty, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, docopt, PyYAML, docker-compose 00:49:50 Running setup.py install for dockerpty: started 00:49:52 Running setup.py install for dockerpty: finished with status 'done' 00:49:53 Attempting uninstall: idna 00:49:53 Found existing installation: idna 2.9 00:49:53 Uninstalling idna-2.9: 00:49:53 Successfully uninstalled idna-2.9 00:49:53 Attempting uninstall: urllib3 00:49:53 Found existing installation: urllib3 1.25.9 00:49:53 Uninstalling urllib3-1.25.9: 00:49:54 Successfully uninstalled urllib3-1.25.9 00:49:54 Attempting uninstall: requests 00:49:54 Found existing installation: requests 2.23.0 00:49:54 Uninstalling requests-2.23.0: 00:49:54 Successfully uninstalled requests-2.23.0 00:49:56 Running setup.py install for texttable: started 00:49:58 Running setup.py install for texttable: finished with status 'done' 00:49:58 Running setup.py install for docopt: started 00:50:01 Running setup.py install for docopt: finished with status 'done' 00:50:01 Running setup.py install for PyYAML: started 00:50:03 Running setup.py install for PyYAML: finished with status 'done' 00:50:04 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:50:07 Removing intermediate container 8a492068bccc 00:50:07 ---> c8880278abf5 00:50:07 Step 21/26 : RUN apk --no-cache add curl 00:50:07 ---> Running in e1ca1459a45f 00:50:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:10 (2/3) Installing libcurl (7.69.1-r3) 00:50:10 (3/3) Installing curl (7.69.1-r3) 00:50:10 Executing busybox-1.31.1-r19.trigger 00:50:10 OK: 71 MiB in 58 packages 00:50:11 Removing intermediate container e1ca1459a45f 00:50:11 ---> b5d749c0fa06 00:50:11 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:11 ---> Running in 098b2c7e653c 00:50:11 Removing intermediate container 098b2c7e653c 00:50:11 ---> daa22ec81a47 00:50:11 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:12 ---> Running in 17c84ced63d0 00:50:12 Removing intermediate container 17c84ced63d0 00:50:12 ---> 40a27a18321e 00:50:12 Step 24/26 : LABEL arch=arm64 00:50:12 ---> Running in 488c8958b72a 00:50:13 Removing intermediate container 488c8958b72a 00:50:13 ---> cb6ef92db9d0 00:50:13 Step 25/26 : LABEL git_sha=f7171f8093108ad0215c1f1f773285dc902fb4f3 00:50:13 ---> Running in 70fc0b58b39e 00:50:13 Removing intermediate container 70fc0b58b39e 00:50:13 ---> 62c904fadd30 00:50:13 Step 26/26 : LABEL version=0.0.0 00:50:13 ---> Running in 41c7393cde55 00:50:14 Removing intermediate container 41c7393cde55 00:50:14 ---> f4d0086d1c29 00:50:14 00:50:14 Successfully built f4d0086d1c29 00:50:14 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:15  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:50:15 $ docker stop --time=1 a57c48580b3654c444c91c87c4b963294462b1dd80223e691c63ed97b41e2e56 00:50:16 $ docker rm -f a57c48580b3654c444c91c87c4b963294462b1dd80223e691c63ed97b41e2e56 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:17 + docker images+ grep docker 00:50:17 00:50:17 docker-sys-mgmt-agent-go-arm64 latest f4d0086d1c29 3 seconds ago 300MB 00:50:17 docker-security-proxy-setup-go-arm64 latest 26a76529cb48 About a minute ago 23.3MB 00:50:17 docker-core-command-go-arm64 latest 9022548992d8 About a minute ago 9.98MB 00:50:17 docker-security-secretstore-setup-go-arm64 latest c73c9485b029 About a minute ago 23.4MB 00:50:17 docker-core-data-go-arm64 latest 6cd801f390dd 3 minutes ago 21MB 00:50:17 docker-core-metadata-go-arm64 latest f4712ae1e369 3 minutes ago 12.3MB 00:50:17 docker-support-notifications-go-arm64 latest 92b50f3713b4 3 minutes ago 11.4MB 00:50:17 docker-security-bootstrap-redis-go-arm64 latest 2fb60be8293e 3 minutes ago 15.1MB 00:50:17 docker-support-scheduler-go-arm64 latest cad3105ee5e7 3 minutes ago 10MB 00:50:17 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:50:19 provisioning config files... 00:50:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config2988265325359729062tmp [Pipeline] { [Pipeline] sh 00:50:20 + set +x 00:50:20 + curl -s https://codecov.io/bash 00:50:20 + bash -s -- 00:50:20 00:50:20 _____ _ 00:50:20 / ____| | | 00:50:20 | | ___ __| | ___ ___ _____ __ 00:50:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:50:20 | |___| (_) | (_| | __/ (_| (_) \ V / 00:50:20 \_____\___/ \__,_|\___|\___\___/ \_/ 00:50:20 Bash-20201231-23d4836 00:50:20 00:50:20 00:50:20 ==> git version 2.24.3 found 00:50:20 ==> 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 00:50:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:50:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:50:20 ==> Jenkins CI detected. 00:50:20 project root: . 00:50:20 --> token set from env 00:50:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:50:20 ==> Running gcov in . (disable via -X gcov) 00:50:20 ==> Python coveragepy not found 00:50:20 ==> Searching for coverage reports in: 00:50:20 + . 00:50:20 -> Found 1 reports 00:50:20 ==> Detecting git/mercurial file structure 00:50:20 ==> Reading reports 00:50:20 + ./coverage.out bytes=545099 00:50:20 ==> Appending adjustments 00:50:20 https://docs.codecov.io/docs/fixing-reports 00:50:23 + Found adjustments 00:50:23 ==> Gzipping contents 00:50:23 84K /tmp/codecov.ivZ07l.gz 00:50:23 ==> Uploading reports 00:50:23 url: https://codecov.io 00:50:23 query: branch=PR-3007&commit=f7171f8093108ad0215c1f1f773285dc902fb4f3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3007%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3007&job=&cmd_args= 00:50:23 -> Pinging Codecov 00:50:23 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3007&commit=f7171f8093108ad0215c1f1f773285dc902fb4f3&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3007%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3007&job=&cmd_args= 00:50:24 -> Uploading to 00:50:24 https://storage.googleapis.com/codecov/v4/raw/2021-01-12/00271124DB129430A58F1EEE437C3FCB/f7171f8093108ad0215c1f1f773285dc902fb4f3/ebe9b769-b38a-4a05-95f1-31cbcad882ab.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T005023Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a38e6db4de75ded129dba2ce29510be42316913395e50d61b2c7d3ca27022e4f 00:50:24 % Total % Received % Xferd Average Speed Time Time Time Current 00:50:24 Dload Upload Total Spent Left Speed 00:50:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82755 0 0 100 82755 0 172k --:--:-- --:--:-- --:--:-- 172k 00:50:24 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f7171f8093108ad0215c1f1f773285dc902fb4f3 [Pipeline] } 00:50:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:50:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:27 ---> package-listing.sh 00:50:27 ++ facter osfamily 00:50:27 ++ tr '[:upper:]' '[:lower:]' 00:50:27 + OS_FAMILY=redhat 00:50:27 + workspace=/w/workspace/edgex-go/3 00:50:27 + START_PACKAGES=/tmp/packages_start.txt 00:50:27 + END_PACKAGES=/tmp/packages_end.txt 00:50:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:27 + PACKAGES=/tmp/packages_start.txt 00:50:27 + '[' /w/workspace/edgex-go/3 ']' 00:50:27 + PACKAGES=/tmp/packages_end.txt 00:50:27 + case "${OS_FAMILY}" in 00:50:27 + rpm -qa 00:50:27 + sort 00:50:34 + '[' -f /tmp/packages_start.txt ']' 00:50:34 + '[' -f /tmp/packages_end.txt ']' 00:50:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:34 + '[' /w/workspace/edgex-go/3 ']' 00:50:34 + mkdir -p /w/workspace/edgex-go/3/archives/ 00:50:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 00:50:34 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:50:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:50:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:34 00:50:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:50:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:35 alpine: Pulling from edgex-lftools-log-publisher 00:50:35 df20fa9351a1: Pulling fs layer 00:50:35 36b3adc4ff6f: Pulling fs layer 00:50:35 8ad3a11d3b57: Pulling fs layer 00:50:35 46f8f816bc3b: Pulling fs layer 00:50:35 93b61091891f: Pulling fs layer 00:50:35 93b9cdb0e59b: Pulling fs layer 00:50:35 5e14af77c1be: Pulling fs layer 00:50:35 01666e4c0597: Pulling fs layer 00:50:35 aa168da1d23b: Pulling fs layer 00:50:35 93b9cdb0e59b: Waiting 00:50:35 46f8f816bc3b: Waiting 00:50:35 5e14af77c1be: Waiting 00:50:35 01666e4c0597: Waiting 00:50:35 93b61091891f: Waiting 00:50:35 aa168da1d23b: Waiting 00:50:35 36b3adc4ff6f: Download complete 00:50:35 46f8f816bc3b: Verifying Checksum 00:50:35 46f8f816bc3b: Download complete 00:50:35 df20fa9351a1: Verifying Checksum 00:50:35 93b9cdb0e59b: Download complete 00:50:35 5e14af77c1be: Verifying Checksum 00:50:35 5e14af77c1be: Download complete 00:50:35 93b61091891f: Verifying Checksum 00:50:35 93b61091891f: Download complete 00:50:35 df20fa9351a1: Pull complete 00:50:35 8ad3a11d3b57: Verifying Checksum 00:50:35 8ad3a11d3b57: Download complete 00:50:36 36b3adc4ff6f: Pull complete 00:50:36 8ad3a11d3b57: Pull complete 00:50:37 46f8f816bc3b: Pull complete 00:50:37 aa168da1d23b: Verifying Checksum 00:50:37 aa168da1d23b: Download complete 00:50:38 93b61091891f: Pull complete 00:50:39 93b9cdb0e59b: Pull complete 00:50:39 5e14af77c1be: Pull complete 00:50:39 01666e4c0597: Pull complete 00:50:47 aa168da1d23b: Pull complete 00:50:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:50:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:50:48 prd-centos7-docker-4c-2g-19650 does not seem to be running inside a container 00:50:48 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:50:52 $ docker top 50e1cc3340cf286cf2317ec564aae0f7a899ac67fa76275561d536e48979fe7e -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:52 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:52 + mkdir -p /var/log/sa [Pipeline] sh 00:50:53 + ls /var/log/sa-host 00:50:53 + sadf -c /var/log/sa-host/sa12 00:50:53 file_magic: OK 00:50:53 HZ: Using current value: 100 00:50:53 file_header: OK 00:50:53 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 00:50:53 Statistics: 00:50:53 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... 00:50:53 File successfully converted to sysstat format version 12.2.1 00:50:53 + sadf -c /var/log/sa-host/sa23 00:50:53 file_magic: OK 00:50:53 HZ: Using current value: 100 00:50:53 file_header: OK 00:50:53 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 00:50:53 Statistics: 00:50:53 Hnuu...uuuununununu... 00:50:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:53 provisioning config files... 00:50:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5727400758058818346tmp [Pipeline] { [Pipeline] echo 00:50:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:50:53 ---> create-netrc.sh [Pipeline] } 00:50:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:50:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:50:54 ---> python-tools-install.sh [Pipeline] echo 00:50:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:50:54 ---> sudo-logs.sh 00:50:54 Archiving 'sudo' log.. [Pipeline] echo 00:50:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:50:54 ---> job-cost.sh 00:50:54 lf-activate-venv: SKIPPING 00:50:54 INFO: No Stack... 00:50:55 INFO: Retrieving Pricing Info for: v1-standard-2 00:50:56 INFO: Archiving Costs [Pipeline] echo 00:50:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:50:56 ---> logs-deploy.sh 00:50:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3007/3 00:50:56 INFO: archiving workspace using pattern(s): 00:50:58 Archives upload complete. 00:50:58 INFO: archiving logs to Nexus 00:50:59 ---> uname -a: 00:50:59 Linux prd-centos7-docker-4c-2g-19650.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:50:59 00:50:59 00:50:59 ---> lscpu: 00:50:59 Architecture: x86_64 00:50:59 CPU op-mode(s): 32-bit, 64-bit 00:50:59 Byte Order: Little Endian 00:50:59 Address sizes: 40 bits physical, 48 bits virtual 00:50:59 CPU(s): 4 00:50:59 On-line CPU(s) list: 0-3 00:50:59 Thread(s) per core: 1 00:50:59 Core(s) per socket: 1 00:50:59 Socket(s): 4 00:50:59 NUMA node(s): 1 00:50:59 Vendor ID: GenuineIntel 00:50:59 CPU family: 6 00:50:59 Model: 44 00:50:59 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:50:59 Stepping: 1 00:50:59 CPU MHz: 2933.442 00:50:59 BogoMIPS: 5866.88 00:50:59 Virtualization: VT-x 00:50:59 Hypervisor vendor: KVM 00:50:59 Virtualization type: full 00:50:59 L1d cache: 128 KiB 00:50:59 L1i cache: 128 KiB 00:50:59 L2 cache: 16 MiB 00:50:59 L3 cache: 64 MiB 00:50:59 NUMA node0 CPU(s): 0-3 00:50:59 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:50:59 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:50:59 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:50:59 Vulnerability Meltdown: Mitigation; PTI 00:50:59 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:50:59 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:50:59 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:50:59 Vulnerability Srbds: Not affected 00:50:59 Vulnerability Tsx async abort: Not affected 00:50:59 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 00:50:59 00:50:59 00:50:59 ---> nproc: 00:50:59 4 00:50:59 00:50:59 00:50:59 ---> df -h: 00:50:59 Filesystem Size Used Available Use% Mounted on 00:50:59 overlay 50.0G 12.0G 38.0G 24% / 00:50:59 tmpfs 64.0M 0 64.0M 0% /dev 00:50:59 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:50:59 shm 64.0M 0 64.0M 0% /dev/shm 00:50:59 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 00:50:59 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 00:50:59 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 00:50:59 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 00:50:59 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 00:50:59 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 00:50:59 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 00:50:59 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 00:50:59 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/3 00:50:59 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/3@tmp 00:50:59 00:50:59 00:50:59 ---> free -m: 00:50:59 total used free shared buff/cache available 00:50:59 Mem: 1837 720 239 0 876 1033 00:50:59 Swap: 1023 55 968 00:50:59 00:50:59 00:50:59 ---> ip addr: 00:50:59 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:50:59 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:50:59 inet 127.0.0.1/8 scope host lo 00:50:59 valid_lft forever preferred_lft forever 00:50:59 inet6 ::1/128 scope host 00:50:59 valid_lft forever preferred_lft forever 00:50:59 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:50:59 link/ether fa:16:3e:54:5d:ed brd ff:ff:ff:ff:ff:ff 00:50:59 inet 10.30.123.191/23 brd 10.30.123.255 scope global dynamic eth0 00:50:59 valid_lft 85130sec preferred_lft 85130sec 00:50:59 inet6 fe80::f816:3eff:fe54:5ded/64 scope link 00:50:59 valid_lft forever preferred_lft forever 00:50:59 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:50:59 link/ether 02:42:44:08:22:27 brd ff:ff:ff:ff:ff:ff 00:50:59 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:50:59 valid_lft forever preferred_lft forever 00:50:59 inet6 fe80::42:44ff:fe08:2227/64 scope link 00:50:59 valid_lft forever preferred_lft forever 00:50:59 00:50:59 00:50:59 ---> sar -b -r -n DEV: 00:50:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 00:50:59 00:50:59 00:29:39 LINUX RESTART (4 CPU) 00:50:59 00:50:59 00:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:50:59 00:31:01 135.39 45.69 89.70 0.00 8272.58 38664.71 0.00 00:50:59 00:32:01 216.70 76.61 140.09 0.00 5893.73 44981.35 0.00 00:50:59 00:33:01 234.76 90.69 144.07 0.00 3378.93 20809.41 0.00 00:50:59 00:34:01 140.78 75.03 65.75 0.00 3745.54 9718.64 0.00 00:50:59 00:35:02 989.66 722.68 266.98 0.00 91399.07 162017.16 0.00 00:50:59 00:36:01 2166.36 1853.40 312.96 0.00 142392.71 151792.95 0.00 00:50:59 00:37:03 580.09 284.44 295.65 0.00 87497.43 128899.64 0.00 00:50:59 00:38:01 1639.90 1354.82 285.08 0.00 83541.43 87548.50 0.00 00:50:59 00:39:01 158.29 15.71 142.58 0.00 3308.39 21056.27 0.00 00:50:59 00:40:01 5.26 0.58 4.68 0.00 26.64 129.18 0.00 00:50:59 00:41:01 0.33 0.00 0.33 0.00 0.00 4.43 0.00 00:50:59 00:42:01 0.27 0.02 0.25 0.00 0.53 2.51 0.00 00:50:59 00:43:01 0.22 0.02 0.20 0.00 0.27 2.78 0.00 00:50:59 00:44:01 0.30 0.02 0.28 0.00 0.27 3.25 0.00 00:50:59 00:45:01 1.76 1.41 0.35 0.00 47.94 4.03 0.00 00:50:59 00:46:02 0.82 0.03 0.78 0.00 1.07 14.87 0.00 00:50:59 00:47:01 0.27 0.02 0.25 0.00 0.54 2.78 0.00 00:50:59 00:48:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 00:50:59 00:49:01 0.22 0.00 0.22 0.00 0.00 3.18 0.00 00:50:59 00:50:01 0.28 0.02 0.27 0.00 0.53 3.38 0.00 00:50:59 Average: 311.50 223.94 87.56 0.00 21452.83 33329.03 0.00 00:50:59 00:50:59 00:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:50:59 00:31:01 76088 0 746240 39.66 2620 1056596 1452988 49.59 656232 945408 28 00:50:59 00:32:01 74892 0 723272 38.44 1760 1081620 1533976 52.35 570072 962220 99708 00:50:59 00:33:01 84676 0 1013980 53.89 704 782184 1957696 66.81 793076 723252 56960 00:50:59 00:34:01 152728 0 774744 41.18 704 953368 1430132 48.81 658812 781708 48220 00:50:59 00:35:02 351020 0 700528 37.23 16 829980 1886780 64.39 573448 743008 36 00:50:59 00:36:01 310772 0 1078584 57.32 16 492172 3358072 114.61 694984 614032 38672 00:50:59 00:37:03 81784 0 688300 36.58 16 1111444 1534784 52.38 732196 858556 27136 00:50:59 00:38:01 341800 0 745060 39.60 16 794668 2197176 74.99 614916 685192 13772 00:50:59 00:39:01 160164 0 636248 33.82 16 1085116 1201088 40.99 591448 887820 20 00:50:59 00:40:01 162892 0 632744 33.63 16 1085892 1174408 40.08 589840 888124 16 00:50:59 00:41:01 163096 0 632540 33.62 16 1085892 1174408 40.08 589868 888176 8 00:50:59 00:42:01 162996 0 632628 33.62 16 1085904 1174396 40.08 589940 888196 20 00:50:59 00:43:01 163324 0 632292 33.60 16 1085912 1174408 40.08 590028 888200 8 00:50:59 00:44:01 163060 0 632552 33.62 16 1085916 1174420 40.08 589968 888208 8 00:50:59 00:45:01 162304 0 632532 33.62 16 1086692 1168180 39.87 589064 888904 20 00:50:59 00:46:02 162512 0 632300 33.61 16 1086716 1168252 39.87 589440 888920 8 00:50:59 00:47:01 162700 0 632116 33.60 16 1086712 1168180 39.87 589072 888920 8 00:50:59 00:48:01 162652 0 632144 33.60 16 1086732 1168180 39.87 589080 888936 8 00:50:59 00:49:01 162576 0 632212 33.60 16 1086740 1168180 39.87 589096 888936 8 00:50:59 00:50:01 161872 0 632912 33.64 16 1086744 1168324 39.87 589888 888952 8 00:50:59 Average: 171195 0 703196 37.37 302 1006850 1471701 50.23 618523 848783 14234 00:50:59 00:50:59 00:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:50:59 00:31:01 eth0 1799.22 1828.00 6467.63 229.26 0.00 0.00 0.00 0.00 00:50:59 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:31:01 veth4eaf440 857.40 708.66 81.98 2711.55 0.00 0.00 0.00 0.00 00:50:59 00:31:01 docker0 857.40 708.53 70.26 2711.54 0.00 0.00 0.00 0.00 00:50:59 00:32:01 veth3397286 103.98 121.76 9.61 466.92 0.00 0.00 0.00 0.00 00:50:59 00:32:01 eth0 517.58 420.31 3673.51 44.59 0.00 0.00 0.00 0.00 00:50:59 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:32:01 docker0 145.95 191.93 10.62 827.54 0.00 0.00 0.00 0.00 00:50:59 00:33:01 vethf12cc1b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:50:59 00:33:01 eth0 53.02 39.12 33.05 65.32 0.00 0.00 0.00 0.00 00:50:59 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:33:01 docker0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:34:01 vethf12cc1b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:34:01 eth0 36.33 18.46 29.63 15.60 0.00 0.00 0.00 0.00 00:50:59 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:35:02 vetha393ff3 4.59 5.49 0.38 24.04 0.00 0.00 0.00 0.00 00:50:59 00:35:02 veth42bd27f 0.23 0.28 0.02 0.70 0.00 0.00 0.00 0.00 00:50:59 00:35:02 eth0 226.28 186.56 1718.17 82.76 0.00 0.00 0.00 0.00 00:50:59 00:35:02 veth21c0db4 0.07 0.08 0.00 0.01 0.00 0.00 0.00 0.00 00:50:59 00:36:01 vethddf7c9e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:50:59 00:36:01 vetha701020 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:50:59 00:36:01 veth8056cad 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:50:59 00:36:01 vethc444eaf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:50:59 00:37:03 eth0 2652.37 2478.09 11768.66 496.46 0.00 0.00 0.00 0.00 00:50:59 00:37:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:50:59 00:37:03 vetha28560f 0.00 0.48 0.00 0.02 0.00 0.00 0.00 0.00 00:50:59 00:37:03 docker0 989.13 897.69 79.24 3573.67 0.00 0.00 0.00 0.00 00:50:59 00:38:01 veth2be818d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:38:01 eth0 63.73 42.01 128.75 79.24 0.00 0.00 0.00 0.00 00:50:59 00:38:01 veth8353079 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 00:50:59 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:39:01 eth0 243.66 168.96 1695.88 26.27 0.00 0.00 0.00 0.00 00:50:59 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:39:01 docker0 1093.11 1033.41 85.87 4224.66 0.00 0.00 0.00 0.00 00:50:59 00:40:01 eth0 1.95 0.48 0.64 0.39 0.00 0.00 0.00 0.00 00:50:59 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:41:01 eth0 1.67 0.45 0.51 0.27 0.00 0.00 0.00 0.00 00:50:59 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:42:01 eth0 2.38 0.45 0.69 0.39 0.00 0.00 0.00 0.00 00:50:59 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:43:01 eth0 3.61 1.13 1.47 0.94 0.00 0.00 0.00 0.00 00:50:59 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:44:01 eth0 0.82 0.27 0.29 0.23 0.00 0.00 0.00 0.00 00:50:59 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:45:01 eth0 1.12 0.07 0.05 0.01 0.00 0.00 0.00 0.00 00:50:59 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:46:02 eth0 1.00 0.18 0.17 0.07 0.00 0.00 0.00 0.00 00:50:59 00:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:47:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:50:59 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:48:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:50:59 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:49:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:50:59 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:50:01 eth0 1.02 0.28 0.32 0.20 0.00 0.00 0.00 0.00 00:50:59 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 Average: eth0 152.06 137.99 696.73 30.87 0.00 0.00 0.00 0.00 00:50:59 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:59 Average: docker0 54.78 51.78 4.30 211.70 0.00 0.00 0.00 0.00 00:50:59 00:50:59 00:50:59 ---> sar -P ALL: 00:50:59 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 00:50:59 00:50:59 00:29:39 LINUX RESTART (4 CPU) 00:50:59 00:50:59 00:30:02 CPU %user %nice %system %iowait %steal %idle 00:50:59 00:31:01 all 20.35 0.00 10.20 3.70 0.27 65.48 00:50:59 00:31:01 0 19.97 0.00 13.90 2.26 0.23 63.64 00:50:59 00:31:01 1 23.66 0.00 9.08 8.04 0.29 58.92 00:50:59 00:31:01 2 16.83 0.00 9.63 2.67 0.33 70.54 00:50:59 00:31:01 3 20.93 0.00 8.23 1.78 0.21 68.85 00:50:59 00:32:01 all 11.89 0.00 7.71 3.83 0.12 76.44 00:50:59 00:32:01 0 10.35 0.00 8.65 2.99 0.14 77.87 00:50:59 00:32:01 1 12.44 0.00 8.00 6.06 0.12 73.38 00:50:59 00:32:01 2 13.23 0.00 7.44 3.93 0.10 75.29 00:50:59 00:32:01 3 11.53 0.00 6.76 2.34 0.14 79.23 00:50:59 00:33:01 all 40.02 0.00 12.29 5.89 0.09 41.71 00:50:59 00:33:01 0 38.88 0.00 12.19 5.05 0.09 43.80 00:50:59 00:33:01 1 39.74 0.00 12.73 5.69 0.10 41.74 00:50:59 00:33:01 2 40.18 0.00 12.35 6.15 0.07 41.26 00:50:59 00:33:01 3 41.28 0.00 11.89 6.67 0.10 40.06 00:50:59 00:34:01 all 54.46 0.00 15.32 2.20 0.05 27.97 00:50:59 00:34:01 0 55.02 0.00 15.32 2.71 0.03 26.92 00:50:59 00:34:01 1 52.81 0.00 15.45 2.11 0.05 29.57 00:50:59 00:34:01 2 56.20 0.00 16.15 1.85 0.03 25.76 00:50:59 00:34:01 3 53.81 0.00 14.38 2.12 0.07 29.62 00:50:59 00:35:02 all 20.37 0.00 22.88 10.29 0.14 46.32 00:50:59 00:35:02 0 20.52 0.00 21.65 10.33 0.14 47.37 00:50:59 00:35:02 1 19.54 0.00 23.17 10.72 0.17 46.40 00:50:59 00:35:02 2 19.37 0.00 23.44 11.42 0.09 45.68 00:50:59 00:35:02 3 22.05 0.00 23.27 8.68 0.17 45.84 00:50:59 00:36:01 all 28.49 0.00 24.48 26.28 0.17 20.57 00:50:59 00:36:01 0 27.71 0.00 23.69 27.28 0.18 21.14 00:50:59 00:36:01 1 29.38 0.00 24.24 26.24 0.21 19.92 00:50:59 00:36:01 2 27.62 0.00 24.78 26.88 0.13 20.60 00:50:59 00:36:01 3 29.26 0.00 25.23 24.69 0.18 20.63 00:50:59 00:37:03 all 41.63 0.00 20.67 16.70 0.16 20.84 00:50:59 00:37:03 0 41.01 0.00 20.87 18.44 0.15 19.52 00:50:59 00:37:03 1 41.87 0.00 20.57 18.37 0.10 19.09 00:50:59 00:37:03 2 41.86 0.00 20.28 13.98 0.19 23.69 00:50:59 00:37:03 3 41.80 0.00 20.94 15.97 0.20 21.09 00:50:59 00:38:01 all 45.52 0.00 21.62 16.79 0.09 15.99 00:50:59 00:38:01 0 46.50 0.00 22.24 16.23 0.07 14.95 00:50:59 00:38:01 1 45.66 0.00 22.02 15.70 0.09 16.52 00:50:59 00:38:01 2 44.02 0.00 20.91 17.02 0.09 17.96 00:50:59 00:38:01 3 45.88 0.00 21.28 18.25 0.11 14.48 00:50:59 00:39:01 all 9.23 0.00 7.14 5.35 0.06 78.22 00:50:59 00:39:01 0 8.22 0.00 7.76 4.86 0.03 79.13 00:50:59 00:39:01 1 9.62 0.00 7.53 7.37 0.03 75.44 00:50:59 00:39:01 2 8.53 0.00 6.27 6.15 0.07 78.98 00:50:59 00:39:01 3 10.56 0.00 6.99 3.01 0.12 79.33 00:50:59 00:40:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:50:59 00:40:01 0 0.02 0.00 0.02 0.02 0.00 99.95 00:50:59 00:40:01 1 0.08 0.00 0.08 0.00 0.00 99.83 00:50:59 00:40:01 2 0.52 0.00 0.03 0.00 0.00 99.45 00:50:59 00:40:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:50:59 00:41:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:50:59 00:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:50:59 00:41:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:50:59 00:41:01 2 0.53 0.00 0.02 0.00 0.02 99.43 00:50:59 00:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:50:59 00:50:59 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:50:59 00:42:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:50:59 00:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:50:59 00:42:01 1 0.02 0.00 0.02 0.00 0.02 99.95 00:50:59 00:42:01 2 0.52 0.00 0.03 0.00 0.00 99.45 00:50:59 00:42:01 3 0.05 0.00 0.07 0.02 0.00 99.87 00:50:59 00:43:01 all 0.22 0.00 0.17 0.00 0.00 99.61 00:50:59 00:43:01 0 0.10 0.00 0.12 0.00 0.02 99.77 00:50:59 00:43:01 1 0.53 0.00 0.05 0.00 0.00 99.42 00:50:59 00:43:01 2 0.08 0.00 0.22 0.00 0.00 99.70 00:50:59 00:43:01 3 0.15 0.00 0.28 0.00 0.00 99.57 00:50:59 00:44:01 all 0.14 0.00 0.04 0.00 0.00 99.82 00:50:59 00:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:50:59 00:44:01 1 0.48 0.00 0.03 0.00 0.00 99.48 00:50:59 00:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:50:59 00:44:01 3 0.05 0.00 0.07 0.00 0.02 99.87 00:50:59 00:45:01 all 0.09 0.00 0.08 0.03 0.00 99.81 00:50:59 00:45:01 0 0.07 0.00 0.07 0.00 0.00 99.87 00:50:59 00:45:01 1 0.20 0.00 0.08 0.00 0.00 99.72 00:50:59 00:45:01 2 0.02 0.00 0.07 0.07 0.00 99.85 00:50:59 00:45:01 3 0.07 0.00 0.10 0.03 0.00 99.80 00:50:59 00:46:02 all 0.03 0.00 0.03 0.00 0.00 99.94 00:50:59 00:46:02 0 0.02 0.00 0.03 0.00 0.00 99.95 00:50:59 00:46:02 1 0.03 0.00 0.02 0.00 0.00 99.95 00:50:59 00:46:02 2 0.05 0.00 0.03 0.00 0.00 99.92 00:50:59 00:46:02 3 0.03 0.00 0.02 0.00 0.00 99.95 00:50:59 00:47:01 all 0.11 0.00 0.03 0.00 0.00 99.86 00:50:59 00:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:50:59 00:47:01 1 0.32 0.00 0.03 0.00 0.00 99.64 00:50:59 00:47:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:50:59 00:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:50:59 00:48:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:50:59 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:50:59 00:48:01 1 0.50 0.00 0.03 0.00 0.00 99.47 00:50:59 00:48:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:50:59 00:48:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:50:59 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:50:59 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:50:59 00:49:01 1 0.50 0.00 0.00 0.00 0.02 99.48 00:50:59 00:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:50:59 00:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:50:59 00:50:01 all 0.16 0.00 0.04 0.00 0.00 99.79 00:50:59 00:50:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:50:59 00:50:01 1 0.52 0.00 0.03 0.00 0.00 99.45 00:50:59 00:50:01 2 0.05 0.00 0.03 0.00 0.02 99.90 00:50:59 00:50:01 3 0.05 0.00 0.07 0.00 0.00 99.88 00:50:59 Average: all 13.34 0.00 6.96 4.42 0.06 75.23 00:50:59 Average: 0 13.09 0.00 7.14 4.38 0.05 75.33 00:50:59 Average: 1 13.61 0.00 7.00 4.90 0.06 74.44 00:50:59 Average: 2 13.16 0.00 6.90 4.36 0.06 75.52 00:50:59 Average: 3 13.51 0.00 6.78 4.03 0.06 75.62 00:50:59 00:50:59 00:50:59