Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at 310fcf068b6662a9a98c00381981ed5406e42392 rather than 502fe876c1df51de9bce13ca4f84d605168e4657 Obtained Jenkinsfile from 310fcf068b6662a9a98c00381981ed5406e42392 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19286 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 502fe876c1df51de9bce13ca4f84d605168e4657 Merge succeeded, producing b7fffbd951ede11e92d5e8b19c721f82551a4734 Checking out Revision b7fffbd951ede11e92d5e8b19c721f82551a4734 (PR-3001) > git config core.sparsecheckout # timeout=10 > git checkout -f 502fe876c1df51de9bce13ca4f84d605168e4657 # 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 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b7fffbd951ede11e92d5e8b19c721f82551a4734 # timeout=10 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" > git rev-list --no-walk 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:20 ========================================================= 00:31:20 EdgeX Global Pipelines Version Info 00:31:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:22 ------------------- 00:31:22 stable info: 00:31:22 ------------------- 00:31:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:22 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:22 Message: update stable to v1.0.173 00:31:23 ------------------- 00:31:23 experimental info: 00:31:23 ------------------- 00:31:23 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:23 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:23 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3001 [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3001 [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3001 [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b7fffbd951ede11e92d5e8b19c721f82551a4734 [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b7fffbd [Pipeline] echo 00:31:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:27 provisioning config files... 00:31:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3250580097131634820tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:27 ---> docker-login.sh 00:31:27 nexus3.edgexfoundry.org:10001 00:31:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:28 Configure a credential helper to remove this warning. See 00:31:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:28 00:31:28 Login Succeeded 00:31:28 nexus3.edgexfoundry.org:10002 00:31:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:28 Configure a credential helper to remove this warning. See 00:31:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:28 00:31:28 Login Succeeded 00:31:28 nexus3.edgexfoundry.org:10003 00:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:29 Configure a credential helper to remove this warning. See 00:31:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:29 00:31:29 Login Succeeded 00:31:29 nexus3.edgexfoundry.org:10004 00:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:29 Configure a credential helper to remove this warning. See 00:31:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:29 00:31:29 Login Succeeded 00:31:29 docker.io 00:31:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:31 Configure a credential helper to remove this warning. See 00:31:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:31 00:31:31 Login Succeeded 00:31:31 ---> docker-login.sh ends [Pipeline] } 00:31:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:31 ++ 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:31:31 + for file in '`ls cmd/**/Dockerfile`' 00:31:31 ++ dirname cmd/core-command/Dockerfile 00:31:31 ++ cut -d/ -f2 00:31:31 + echo core-command,cmd/core-command/Dockerfile 00:31:31 + for file in '`ls cmd/**/Dockerfile`' 00:31:31 ++ dirname cmd/core-data/Dockerfile 00:31:31 ++ cut -d/ -f2 00:31:31 + echo core-data,cmd/core-data/Dockerfile 00:31:31 + for file in '`ls cmd/**/Dockerfile`' 00:31:31 ++ dirname cmd/core-metadata/Dockerfile 00:31:31 ++ cut -d/ -f2 00:31:31 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:31 + for file in '`ls cmd/**/Dockerfile`' 00:31:31 ++ cut -d/ -f2 00:31:31 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:31 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:31 + for file in '`ls cmd/**/Dockerfile`' 00:31:31 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:31 ++ cut -d/ -f2 00:31:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:31 + for file in '`ls cmd/**/Dockerfile`' 00:31:31 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:31 ++ cut -d/ -f2 00:31:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:31 + for file in '`ls cmd/**/Dockerfile`' 00:31:31 ++ dirname cmd/support-notifications/Dockerfile 00:31:31 ++ cut -d/ -f2 00:31:31 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:31 + for file in '`ls cmd/**/Dockerfile`' 00:31:31 ++ dirname cmd/support-scheduler/Dockerfile 00:31:31 ++ cut -d/ -f2 00:31:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:31 + for file in '`ls cmd/**/Dockerfile`' 00:31:31 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:31 ++ cut -d/ -f2 00:31:31 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:31 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:31:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:32 00:31:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:33 latest: Pulling from edgex-devops/git-semver 00:31:33 31603596830f: Pulling fs layer 00:31:33 2a8b12db71e7: Pulling fs layer 00:31:33 6ca5941a6612: Pulling fs layer 00:31:33 ecc8261a40a4: Pulling fs layer 00:31:33 ecc8261a40a4: Waiting 00:31:33 2a8b12db71e7: Verifying Checksum 00:31:33 2a8b12db71e7: Download complete 00:31:33 31603596830f: Verifying Checksum 00:31:33 31603596830f: Download complete 00:31:34 ecc8261a40a4: Verifying Checksum 00:31:34 ecc8261a40a4: Download complete 00:31:34 6ca5941a6612: Verifying Checksum 00:31:34 6ca5941a6612: Download complete 00:31:34 31603596830f: Pull complete 00:31:34 2a8b12db71e7: Pull complete 00:31:36 6ca5941a6612: Pull complete 00:31:36 ecc8261a40a4: Pull complete 00:31:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:36 prd-centos7-docker-4c-2g-19286 does not seem to be running inside a container 00:31:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat 00:31:40 $ docker top 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:41 [ssh-agent] Looking for ssh-agent implementation... 00:31:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:41 $ docker exec 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 ssh-agent 00:31:42 SSH_AUTH_SOCK=/tmp/ssh-2ttwwruuWgdL/agent.11 00:31:42 SSH_AGENT_PID=16 00:31:42 Running ssh-add (command line suppressed) 00:31:42 Identity added: /w/workspace/edgex-go/4@tmp/private_key_3750563987782551818.key (/w/workspace/edgex-go/4@tmp/private_key_3750563987782551818.key) 00:31:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:42 + git tag --points-at HEAD [Pipeline] } 00:31:42 $ docker exec --env ******** --env ******** 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 ssh-agent -k 00:31:42 unset SSH_AUTH_SOCK; 00:31:42 unset SSH_AGENT_PID; 00:31:42 echo Agent pid 16 killed; 00:31:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:43 [ssh-agent] Looking for ssh-agent implementation... 00:31:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:43 $ docker exec 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 ssh-agent 00:31:43 SSH_AUTH_SOCK=/tmp/ssh-uD5JBlJgDxBb/agent.46 00:31:43 SSH_AGENT_PID=51 00:31:43 Running ssh-add (command line suppressed) 00:31:44 Identity added: /w/workspace/edgex-go/4@tmp/private_key_1743791627217274897.key (/w/workspace/edgex-go/4@tmp/private_key_1743791627217274897.key) 00:31:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:44 + git semver init 00:31:44 # -> Open(): unable to determine branch for HEAD 00:31:44 # $GIT_DIR = /w/workspace/edgex-go/4/.git 00:31:44 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 00:31:44 # $SEMVER_REMOTE_NAME = origin 00:31:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:44 # $SEMVER_USER_NAME = edgex-jenkins 00:31:44 # $SEMVER_BRANCH = PR-3001 00:31:44 # $SEMVER_TEMP = /tmp/semver-475413066 00:31:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:52 # '/tmp/semver-475413066' -> '/w/workspace/edgex-go/4/.semver' 00:32:52 # -> Force: false 00:32:52 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 00:32:52 $ docker exec --env ******** --env ******** 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 ssh-agent -k 00:32:53 unset SSH_AUTH_SOCK; 00:32:53 unset SSH_AGENT_PID; 00:32:53 echo Agent pid 51 killed; 00:32:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:53 + git semver [Pipeline] } 00:32:53 $ docker stop --time=1 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 00:32:55 $ docker rm -f 27c5f945485b4aec0987a5ef025479c2ff463a8e06965cd84260a9360d1d8174 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:56 Stashed 1 file(s) [Pipeline] echo 00:32:56 [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:32:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:58 + sudo service docker restart 00:32:58 + true 00:32:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:59 ========================================================= 00:32:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:00 + 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:33:06 Sending build context to Docker daemon 326.5MB 00:33:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:06 Step 2/6 : FROM ${BASE} 00:33:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:06 188c0c94c7c5: Pulling fs layer 00:33:06 0ef7d3d256c8: Pulling fs layer 00:33:06 de9db76c5a1d: Pulling fs layer 00:33:06 bca2f99d35d6: Pulling fs layer 00:33:06 93359f2a8cfa: Pulling fs layer 00:33:06 7c6f9722023f: Pulling fs layer 00:33:06 a35cf1a2eb13: Pulling fs layer 00:33:06 bca2f99d35d6: Waiting 00:33:06 93359f2a8cfa: Waiting 00:33:06 7c6f9722023f: Waiting 00:33:06 a35cf1a2eb13: Waiting 00:33:06 de9db76c5a1d: Download complete 00:33:06 0ef7d3d256c8: Download complete 00:33:06 93359f2a8cfa: Verifying Checksum 00:33:06 93359f2a8cfa: Download complete 00:33:06 7c6f9722023f: Verifying Checksum 00:33:06 7c6f9722023f: Download complete 00:33:06 188c0c94c7c5: Verifying Checksum 00:33:06 188c0c94c7c5: Download complete 00:33:06 188c0c94c7c5: Pull complete 00:33:07 0ef7d3d256c8: Pull complete 00:33:07 de9db76c5a1d: Pull complete 00:33:10 a35cf1a2eb13: Verifying Checksum 00:33:10 a35cf1a2eb13: Download complete 00:33:11 bca2f99d35d6: Verifying Checksum 00:33:11 bca2f99d35d6: Download complete 00:33:12 Still waiting to schedule task 00:33:12 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:23 bca2f99d35d6: Pull complete 00:33:23 93359f2a8cfa: Pull complete 00:33:23 7c6f9722023f: Pull complete 00:33:28 a35cf1a2eb13: Pull complete 00:33:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:28 ---> a62c8e92a672 00:33:28 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:33:28 ---> Running in 453167a451c2 00:33:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:31 (1/12) Installing libmagic (5.38-r0) 00:33:31 (2/12) Installing file (5.38-r0) 00:33:31 (3/12) Installing libc-dev (0.7.2-r3) 00:33:31 (4/12) Installing g++ (9.3.0-r2) 00:33:35 (5/12) Installing fortify-headers (1.1-r0) 00:33:35 (6/12) Installing patch (2.7.6-r6) 00:33:35 (7/12) Installing build-base (0.5-r2) 00:33:35 (8/12) Installing libsodium (1.0.18-r0) 00:33:35 (9/12) Installing pkgconf (1.7.2-r0) 00:33:35 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:35 (11/12) Installing libzmq (4.3.3-r0) 00:33:35 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:35 Executing busybox-1.31.1-r19.trigger 00:33:35 OK: 233 MiB in 51 packages 00:33:39 Removing intermediate container 453167a451c2 00:33:39 ---> 32f102f956ac 00:33:39 Step 4/6 : WORKDIR /edgex-go 00:33:39 ---> Running in 0b16cb4e375a 00:33:39 Removing intermediate container 0b16cb4e375a 00:33:39 ---> ec888f7955b1 00:33:39 Step 5/6 : COPY go.mod . 00:33:39 ---> d6805ccac315 00:33:39 Step 6/6 : RUN go mod download 00:33:39 ---> Running in 1c50f0a45a70 00:34:06 Removing intermediate container 1c50f0a45a70 00:34:06 ---> fcbfe1d07f98 00:34:06 Successfully built fcbfe1d07f98 00:34:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:07 + docker inspect -f . ci-base-image-x86_64 00:34:07 . [Pipeline] withDockerContainer 00:34:07 prd-centos7-docker-4c-2g-19286 does not seem to be running inside a container 00:34:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** ci-base-image-x86_64 cat 00:34:09 $ docker top 2b6836d69547429bf8f23beaed153b60fe564af3462303e392274434fdea9d95 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:09 + go version 00:34:09 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:09 $ docker stop --time=1 2b6836d69547429bf8f23beaed153b60fe564af3462303e392274434fdea9d95 00:34:11 $ docker rm -f 2b6836d69547429bf8f23beaed153b60fe564af3462303e392274434fdea9d95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:12 + docker inspect -f . ci-base-image-x86_64 00:34:12 . [Pipeline] withDockerContainer 00:34:12 prd-centos7-docker-4c-2g-19286 does not seem to be running inside a container 00:34:12 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** ci-base-image-x86_64 cat 00:34:14 $ docker top 81517b8de7738d35e67e455b5d5f16ab73079aaf6d2610f916bc2e262d6c7852 -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:14 ========================================================= 00:34:14 [edgeXBuildGoParallel] Running Tests and Build... 00:34:14 ========================================================= [Pipeline] sh 00:34:14 + make test 00:34:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:30 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:35:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:35:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:35:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:35:19 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 46.6% of statements 00:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:35:19 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.303s coverage: 27.0% of statements 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:35:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.141s coverage: 77.1% of statements 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:35:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:35:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.598s coverage: 82.4% of statements 00:35:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:35:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:35:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:35:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:35:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.897s coverage: 28.6% of statements 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:35:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.118s coverage: 100.0% of statements 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:35:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.126s coverage: 100.0% of statements 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:35:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.191s coverage: 86.7% of statements 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:35:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.341s coverage: 97.5% of statements 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:35:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.217s coverage: 78.3% of statements 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.853s coverage: 94.1% of statements 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.089s coverage: 100.0% of statements 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.8% of statements 00:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.197s coverage: 87.2% of statements 00:35:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.087s coverage: 84.2% of statements 00:35:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.211s coverage: 91.4% of statements 00:35:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.346s coverage: 63.5% of statements 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.110s coverage: 73.7% of statements 00:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 00:35:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.612s coverage: 55.9% of statements 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:35:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:35:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.279s coverage: 37.0% of statements 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:35:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:35:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.565s coverage: 84.0% of statements 00:35:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.100s coverage: 100.0% of statements 00:35:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.385s coverage: 47.1% of statements 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.091s coverage: 100.0% of statements 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 00:35:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:35:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.133s coverage: 29.1% of statements 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:35:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.169s coverage: 99.0% of statements 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:35:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.174s coverage: 100.0% of statements 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:35:48 ok github.com/edgexfoundry/edgex-go/internal/system 0.070s coverage: 0.0% of statements 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:35:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:35:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.077s coverage: 87.9% of statements 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:35:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:35:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 00:35:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 00:35:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 00:35:50 GO111MODULE=on go vet ./... 00:36:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19297 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws 00:36:10 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:36:15 using credential edgex-jenkins-ssh 00:36:15 Cloning the remote Git repository 00:36:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:16 > git init /w/workspace/edgex-go/4 # timeout=10 00:36:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:16 > git --version # timeout=10 00:36:16 > git --version # 'git version 2.17.1' 00:36:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:38 gofmt -l . 00:36:38 [ "`gofmt -l .`" = "" ] 00:36:38 ./bin/test-go-mod-tidy.sh 00:36:38 ./bin/test-attribution-txt.sh [Pipeline] sh 00:36:41 + ls -al . 00:36:41 total 644 00:36:41 drwxrwxr-x 10 1001 1001 4096 Jan 10 00:36 . 00:36:41 drwxr-xr-x 4 root root 28 Jan 10 00:34 .. 00:36:41 -rw-rw-r-- 1 1001 1001 11 Jan 10 00:31 .dockerignore 00:36:41 drwxrwxr-x 8 1001 1001 179 Jan 10 00:31 .git 00:36:41 drwxrwxr-x 3 1001 1001 125 Jan 10 00:31 .github 00:36:41 -rw-rw-r-- 1 1001 1001 824 Jan 10 00:31 .gitignore 00:36:41 drwx------ 3 1001 1001 47 Jan 10 00:32 .semver 00:36:41 -rw-rw-r-- 1 1001 1001 166 Jan 10 00:31 .sonarcloud.properties 00:36:41 -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:31 CONTRIBUTING.md 00:36:41 -rw-rw-r-- 1 1001 1001 931 Jan 10 00:31 Dockerfile.build 00:36:41 -rw-rw-r-- 1 1001 1001 863 Jan 10 00:31 Jenkinsfile 00:36:41 -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:31 LICENSE 00:36:41 -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:31 Makefile 00:36:41 -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:31 README.md 00:36:41 -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:31 SECURITY.md 00:36:41 -rw-rw-r-- 1 1001 1001 5 Jan 10 00:32 VERSION 00:36:41 -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:31 ZMQWindows.md 00:36:41 drwxrwxr-x 2 1001 1001 117 Jan 10 00:31 bin 00:36:41 drwxrwxr-x 14 1001 1001 4096 Jan 10 00:31 cmd 00:36:41 -rw-r--r-- 1 root root 545099 Jan 10 00:35 coverage.out 00:36:41 -rw-r--r-- 1 root root 979 Jan 10 00:36 go.mod 00:36:41 -rw-r--r-- 1 root root 19019 Jan 10 00:36 go.sum 00:36:41 drwxrwxr-x 8 1001 1001 127 Jan 10 00:31 internal 00:36:41 drwxrwxr-x 4 1001 1001 26 Jan 10 00:31 openapi 00:36:41 drwxrwxr-x 4 1001 1001 71 Jan 10 00:31 snap 00:36:41 -rw-rw-r-- 1 1001 1001 168 Jan 10 00:31 version.go [Pipeline] sh 00:36:42 + '[' -e coverage.out ] 00:36:42 + chown 1001:1001 coverage.out [Pipeline] stash 00:36:42 Stashed 1 file(s) [Pipeline] sh 00:36:42 + make build 00:36: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:36:48 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:36:48 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 502fe876c1df51de9bce13ca4f84d605168e4657 00:36:49 Merge succeeded, producing 352b064e64e87ab2870220819ebfe6c767045361 00:36:49 Checking out Revision 352b064e64e87ab2870220819ebfe6c767045361 (PR-3001) 00:36:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:48 > git config core.sparsecheckout # timeout=10 00:36:48 > git checkout -f 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 00:36:48 > git remote # timeout=10 00:36:48 > git config --get remote.origin.url # timeout=10 00:36:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:48 > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 00:36:49 > git rev-parse HEAD^{commit} # timeout=10 00:36:49 > git config core.sparsecheckout # timeout=10 00:36:49 > git checkout -f 352b064e64e87ab2870220819ebfe6c767045361 # timeout=10 00:36:53 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" 00:36:53 > git rev-list --no-walk 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:56 + true 00:36:56 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:59 provisioning config files... 00:36:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7870445091633258088tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:59 ---> docker-login.sh 00:36:59 nexus3.edgexfoundry.org:10001 00:37:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:00 Configure a credential helper to remove this warning. See 00:37:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:00 00:37:00 Login Succeeded 00:37:00 nexus3.edgexfoundry.org:10002 00:37:00 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:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:02 Configure a credential helper to remove this warning. See 00:37:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:02 00:37:02 Login Succeeded 00:37:02 nexus3.edgexfoundry.org:10003 00:37:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:02 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:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:03 Configure a credential helper to remove this warning. See 00:37:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:03 00:37:03 Login Succeeded 00:37:03 nexus3.edgexfoundry.org:10004 00:37:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:03 Configure a credential helper to remove this warning. See 00:37:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:03 00:37:03 Login Succeeded 00:37:03 docker.io 00:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:04 Configure a credential helper to remove this warning. See 00:37:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:04 00:37:04 Login Succeeded 00:37:04 ---> docker-login.sh ends [Pipeline] } 00:37:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:05 ========================================================= 00:37:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:05 + 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:37:06 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:37:07 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:08 Sending build context to Docker daemon 165.6MB 00:37:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:08 Step 2/6 : FROM ${BASE} 00:37:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:08 5f621e34cdf4: Pulling fs layer 00:37:08 a4357932f1b6: Pulling fs layer 00:37:08 18c013af1878: Pulling fs layer 00:37:08 00ac8860ef70: Pulling fs layer 00:37:08 63d7cb157983: Pulling fs layer 00:37:08 b116817d02f9: Pulling fs layer 00:37:08 745a02a5169b: Pulling fs layer 00:37:08 63d7cb157983: Waiting 00:37:08 b116817d02f9: Waiting 00:37:08 00ac8860ef70: Waiting 00:37:08 745a02a5169b: Waiting 00:37:08 18c013af1878: Verifying Checksum 00:37:08 18c013af1878: Download complete 00:37:08 a4357932f1b6: Download complete 00:37:08 63d7cb157983: Verifying Checksum 00:37:08 63d7cb157983: Download complete 00:37:08 b116817d02f9: Download complete 00:37:08 5f621e34cdf4: Verifying Checksum 00:37:08 5f621e34cdf4: Download complete 00:37:09 5f621e34cdf4: Pull complete 00:37:09 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:37:10 a4357932f1b6: Pull complete 00:37:10 18c013af1878: Pull complete 00:37:10 745a02a5169b: Verifying Checksum 00:37:10 745a02a5169b: Download complete 00:37:12 00ac8860ef70: Verifying Checksum 00:37:12 00ac8860ef70: Download complete 00:37:12 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:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:17 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:37:20 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:22 00ac8860ef70: Pull complete 00:37:22 63d7cb157983: Pull complete 00:37:22 b116817d02f9: Pull complete 00:37:22 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:37:25 $ docker stop --time=1 81517b8de7738d35e67e455b5d5f16ab73079aaf6d2610f916bc2e262d6c7852 00:37:25 745a02a5169b: Pull complete 00:37:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:25 ---> b7e6874047d6 00:37:25 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:37:27 $ docker rm -f 81517b8de7738d35e67e455b5d5f16ab73079aaf6d2610f916bc2e262d6c7852 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:29 00:37:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:37:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:29 latest: Pulling from edgex-devops/edgex-compose 00:37:29 cbdbe7a5bc2a: Pulling fs layer 00:37:29 ca9280d653b3: Pulling fs layer 00:37:29 7e9c9ca2126c: Pulling fs layer 00:37:29 cbdbe7a5bc2a: Download complete 00:37:29 ---> Running in 8d498aadd6a1 00:37:30 cbdbe7a5bc2a: Pull complete 00:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:31 ca9280d653b3: Verifying Checksum 00:37:31 ca9280d653b3: Download complete 00:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:33 ca9280d653b3: Pull complete 00:37:33 (1/12) Installing libmagic (5.38-r0) 00:37:34 7e9c9ca2126c: Download complete 00:37:34 (2/12) Installing file (5.38-r0) 00:37:34 (3/12) Installing libc-dev (0.7.2-r3) 00:37:34 (4/12) Installing g++ (9.3.0-r2) 00:37:44 7e9c9ca2126c: Pull complete 00:37:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:37:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:37:44 prd-centos7-docker-4c-2g-19286 does not seem to be running inside a container 00:37:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:37:47 $ docker top 83dc35e8b7328dc1234b369eb79db1e8ba5c959390775faff87eb38f9e1e11df -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:48 + docker-compose build --help 00:37:48 + grep parallel 00:37:49 (5/12) Installing fortify-headers (1.1-r0) 00:37:49 (6/12) Installing patch (2.7.6-r6) 00:37:49 (7/12) Installing build-base (0.5-r2) 00:37:49 (8/12) Installing libsodium (1.0.18-r0) 00:37:49 (9/12) Installing pkgconf (1.7.2-r0) 00:37:49 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:49 (11/12) Installing libzmq (4.3.3-r0) 00:37:49 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:49 Executing busybox-1.31.1-r19.trigger 00:37:49 OK: 217 MiB in 51 packages 00:37:49 --parallel Build images in parallel. [Pipeline] } 00:37:49 $ docker stop --time=1 83dc35e8b7328dc1234b369eb79db1e8ba5c959390775faff87eb38f9e1e11df 00:37:51 $ docker rm -f 83dc35e8b7328dc1234b369eb79db1e8ba5c959390775faff87eb38f9e1e11df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:52 . [Pipeline] withDockerContainer 00:37:53 prd-centos7-docker-4c-2g-19286 does not seem to be running inside a container 00:37:53 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:37:53 Removing intermediate container 8d498aadd6a1 00:37:53 ---> d7ad90d42955 00:37:53 Step 4/6 : WORKDIR /edgex-go 00:37:53 ---> Running in 3092fe14cc36 00:37:54 Removing intermediate container 3092fe14cc36 00:37:54 ---> 93633c2b0237 00:37:54 Step 5/6 : COPY go.mod . 00:37:54 $ docker top 18df2df3b9182693f30b1444b4b9d21f0a7c63b2b429c6aece25d2257e8fbf82 -eo pid,comm [Pipeline] { 00:37:54 ---> 9f26bca2c9d2 00:37:54 Step 6/6 : RUN go mod download 00:37:54 ---> Running in 9caf1a72c799 [Pipeline] sh 00:37:55 + docker-compose -f ./docker-compose-build.yml build --parallel 00:37:56 Building docker-core-command-go ... 00:37:56 Building docker-core-data-go ... 00:37:56 Building docker-core-metadata-go ... 00:37:56 Building docker-security-bootstrap-redis-go ... 00:37:56 Building docker-security-proxy-setup-go ... 00:37:56 Building docker-security-secretstore-setup-go ... 00:37:56 Building docker-support-notifications-go ... 00:37:56 Building docker-support-scheduler-go ... 00:37:56 Building docker-sys-mgmt-agent-go ... 00:37:56 Building docker-sys-mgmt-agent-go 00:37:56 Building docker-support-notifications-go 00:37:56 Building docker-core-command-go 00:37:56 Building docker-security-secretstore-setup-go 00:37:56 Building docker-security-bootstrap-redis-go 00:38:21 Removing intermediate container 9caf1a72c799 00:38:21 ---> 026a51739377 00:38:21 Successfully built 026a51739377 00:38:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:21 + docker inspect -f . ci-base-image-arm64 00:38:21 . [Pipeline] withDockerContainer 00:38:22 prd-ubuntu18.04-docker-arm64-4c-16g-19297 does not seem to be running inside a container 00:38:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:23 $ docker top e29f6d4ae22a4f34eefca315a0b218873e251b9a1370f2e89dbab75038d8f560 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:24 + go version 00:38:24 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:24 $ docker stop --time=1 e29f6d4ae22a4f34eefca315a0b218873e251b9a1370f2e89dbab75038d8f560 00:38:27 $ docker rm -f e29f6d4ae22a4f34eefca315a0b218873e251b9a1370f2e89dbab75038d8f560 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:28 + docker inspect -f . ci-base-image-arm64 00:38:28 . [Pipeline] withDockerContainer 00:38:28 prd-ubuntu18.04-docker-arm64-4c-16g-19297 does not seem to be running inside a container 00:38:28 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:30 $ docker top 91be791afa212bb4e0dd60243f02b217fcd4331ab817bf5ba8458acaa457dc6c -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:30 ========================================================= 00:38:30 [edgeXBuildGoParallel] Running Tests and Build... 00:38:30 ========================================================= [Pipeline] sh 00:38:31 + make test 00:38:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:43 ---> fcbfe1d07f98 00:38:43 Step 3/24 : WORKDIR /edgex-go 00:38:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:43 ---> fcbfe1d07f98 00:38:43 Step 3/26 : WORKDIR /edgex-go 00:38:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:43 ---> fcbfe1d07f98 00:38:43 Step 3/22 : WORKDIR /edgex-go 00:38:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:44 ---> fcbfe1d07f98 00:38:44 Step 3/24 : WORKDIR /edgex-go 00:38:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:44 ---> fcbfe1d07f98 00:38:44 Step 3/22 : WORKDIR /edgex-go 00:38:45 ---> Running in c3307a34c85c 00:38:45 ---> Running in 336d0488721d 00:38:45 ---> Running in 9305131a6a0e 00:38:45 ---> Running in ca0afac50bd9 00:38:45 ---> Running in 5ba5d34877e9 00:38:45 Removing intermediate container ca0afac50bd9 00:38:45 ---> 6b44ac9ebcc5 00:38:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:45 Removing intermediate container 336d0488721d 00:38:45 ---> 44bf0bd57648 00:38:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:45 Removing intermediate container c3307a34c85c 00:38:45 ---> 91e9cda55670 00:38:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:46 Removing intermediate container 9305131a6a0e 00:38:46 ---> c0ec812edb41 00:38:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:46 Removing intermediate container 5ba5d34877e9 00:38:46 ---> a001222284c0 00:38:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:46 ---> Running in d67e6c14667a 00:38:46 ---> Running in 94b08a7c1d9b 00:38:46 ---> Running in daf6f48a2025 00:38:46 ---> Running in 7abd327539b1 00:38:46 ---> Running in 1987437aa5b9 00:38:50 Removing intermediate container daf6f48a2025 00:38:50 ---> 24444addf6b8 00:38:50 Step 5/24 : RUN apk add --update --no-cache make git 00:38:50 Removing intermediate container 94b08a7c1d9b 00:38:50 ---> 0b61f1c14c54 00:38:50 Step 5/22 : RUN apk add --update --no-cache make git 00:38:50 Removing intermediate container d67e6c14667a 00:38:50 ---> c3eff9b2db00 00:38:50 Step 5/22 : RUN apk add --update --no-cache make git 00:38:50 ---> Running in ff9a3f5c5eb0 00:38:50 Removing intermediate container 1987437aa5b9 00:38:50 ---> 7c863b94bc87 00:38:50 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:38:50 ---> Running in 84b0a32f973e 00:38:50 Removing intermediate container 7abd327539b1 00:38:50 ---> 2cb817caa2d1 00:38:50 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:50 ---> Running in b1ff7a2ea736 00:38:50 ---> Running in 02a14c112e07 00:38:50 ---> Running in d5d1e38c8763 00:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:54 OK: 233 MiB in 51 packages 00:38:54 OK: 233 MiB in 51 packages 00:38:54 OK: 233 MiB in 51 packages 00:38:54 OK: 233 MiB in 51 packages 00:38:54 Removing intermediate container ff9a3f5c5eb0 00:38:54 ---> f5d8e8fef25a 00:38:54 Step 6/24 : COPY go.mod . 00:38:54 OK: 233 MiB in 51 packages 00:38:54 Removing intermediate container 84b0a32f973e 00:38:54 ---> 1cd48a89b794 00:38:54 Step 6/22 : COPY go.mod . 00:38:54 Removing intermediate container b1ff7a2ea736 00:38:54 ---> a867226d9155 00:38:54 Step 6/22 : COPY go.mod . 00:38:55 ---> 9fc84b5f894b 00:38:55 Step 7/24 : RUN go mod download 00:38:55 Removing intermediate container 02a14c112e07 00:38:55 ---> 7a0e443a6300 00:38:55 Step 6/24 : COPY go.mod . 00:38:55 ---> 1d74715ab80d 00:38:55 Step 7/22 : RUN go mod download 00:38:55 ---> Running in e69214d5a0f7 00:38:55 ---> Running in fb36eafc29e8 00:38:55 ---> 1522ea7ba61e 00:38:55 Step 7/22 : RUN go mod download 00:38:55 Removing intermediate container d5d1e38c8763 00:38:55 ---> 2396f021ddad 00:38:55 Step 6/26 : COPY go.mod . 00:38:55 ---> Running in ed0efab5c2e4 00:38:55 ---> 39d887af9a11 00:38:55 Step 7/24 : RUN go mod download 00:38:55 ---> Running in 854842604e4d 00:38:56 ---> 8fe31ee9209c 00:38:56 Step 7/26 : RUN go mod download 00:38:56 ---> Running in 6743edfd407c 00:38:58 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:00 Removing intermediate container ed0efab5c2e4 00:39:00 ---> 93fc29cb9674 00:39:00 Step 8/22 : COPY . . 00:39:00 Removing intermediate container 854842604e4d 00:39:00 ---> d9628c39c773 00:39:00 Step 8/24 : COPY . . 00:39:00 Removing intermediate container fb36eafc29e8 00:39:00 ---> 2411bc4d5de5 00:39:00 Step 8/22 : COPY . . 00:39:00 Removing intermediate container e69214d5a0f7 00:39:00 ---> acfbd329f2ff 00:39:00 Step 8/24 : COPY . . 00:39:00 Removing intermediate container 6743edfd407c 00:39:00 ---> 6fc1a72d8329 00:39:00 Step 8/26 : COPY . . 00:39:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:57 ---> 43e620fcf6ea 00:39:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:57 ---> a55b45aeacf6 00:39:57 ---> adb5b4b1d0d1 00:39:57 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:39:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:57 ---> Running in 80a1a3ea5abb 00:39:57 ---> Running in 29070371febe 00:39:57 ---> Running in eee8bdd79e40 00:39:57 ---> 195d038b1648 00:39:57 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:39:57 ---> Running in c7ac8efab1f6 00:39:57 ---> 4a1617d2bbe2 00:39:57 Step 9/22 : RUN make cmd/core-command/core-command 00:39:57 ---> Running in a1e0713b9c93 00:39:57 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:39:57 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:39:57 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:39:57 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:39: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:40:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 46.6% of statements 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:38 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:40:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.633s coverage: 27.0% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.119s coverage: 100.0% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.603s coverage: 77.8% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.513s coverage: 82.4% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:42 Removing intermediate container c7ac8efab1f6 00:40:42 ---> d5055e50caf8 00:40:42 00:40:42 Step 10/24 : FROM scratch 00:40:42 ---> 00:40:42 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:40:42 Removing intermediate container 80a1a3ea5abb 00:40:42 ---> b1d03711e45f 00:40:42 00:40:42 Step 10/22 : FROM alpine:3.12 00:40:42 Removing intermediate container a1e0713b9c93 00:40:42 ---> 0c1c47e03a19 00:40:42 00:40:42 Step 10/22 : FROM scratch 00:40:42 ---> 00:40:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:42 Removing intermediate container 29070371febe 00:40:42 ---> 52c108a545de 00:40:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:40:42 3.12: Pulling from library/alpine 00:40:42 ---> Running in de9f2ab58190 00:40:42 ---> Running in c4520a8e6dca 00:40:42 ---> Running in 4b5d62298d8b 00:40:43 Removing intermediate container 4b5d62298d8b 00:40:43 ---> f3582e324085 00:40:43 Step 12/22 : ENV APP_PORT=48082 00:40:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:44 Removing intermediate container c4520a8e6dca 00:40:44 ---> 9dae0680994a 00:40:44 Step 12/24 : ENV APP_PORT=48060 00:40:44 ---> Running in 2bfd6d670995 00:40:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:40:44 ---> Running in b6fe5f302abe 00:40:44 Status: Downloaded newer image for alpine:3.12 00:40:44 ---> 389fef711851 00:40:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:40:44 Removing intermediate container eee8bdd79e40 00:40:44 ---> 690ecf0a4280 00:40:44 00:40:44 Step 10/24 : FROM alpine:3.12 00:40:44 ---> 389fef711851 00:40:44 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:40:45 ---> Running in 44b5f3549b2d 00:40:45 ---> Running in c3f4c62e35ba 00:40:45 Removing intermediate container 2bfd6d670995 00:40:45 ---> 76be1e843ac5 00:40:45 Step 13/22 : EXPOSE $APP_PORT 00:40:45 Removing intermediate container b6fe5f302abe 00:40:45 ---> 833840c7c51c 00:40:45 Step 13/24 : EXPOSE $APP_PORT 00:40:45 ---> Running in 2b29de9f85ba 00:40:45 ---> Running in 70d8d9789f4b 00:40:45 Removing intermediate container 2b29de9f85ba 00:40:45 ---> df588e97b870 00:40:45 Step 14/22 : WORKDIR / 00:40:45 ---> Running in 0ef2b40afc0f 00:40:46 Removing intermediate container 70d8d9789f4b 00:40:46 ---> 128fcd2b68d4 00:40:46 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:40:48 Removing intermediate container 0ef2b40afc0f 00:40:48 ---> df1f42792f97 00:40:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:48 ---> 5174a2eea146 00:40:48 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:40:48 ---> a944b48c464b 00:40:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:48 (1/5) Installing ca-certificates (20191127-r4) 00:40:48 (1/5) Installing ca-certificates (20191127-r4) 00:40:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:40:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:40:48 (3/5) Installing libcurl (7.69.1-r3) 00:40:48 (3/5) Installing libcurl (7.69.1-r3) 00:40:48 (4/5) Installing curl (7.69.1-r3) 00:40:48 (4/5) Installing curl (7.69.1-r3) 00:40:48 (5/5) Installing dumb-init (1.2.2-r1) 00:40:48 (5/5) Installing dumb-init (1.2.2-r1) 00:40:48 Executing busybox-1.31.1-r19.trigger 00:40:48 Executing busybox-1.31.1-r19.trigger 00:40:48 Executing ca-certificates-20191127-r4.trigger 00:40:48 Executing ca-certificates-20191127-r4.trigger 00:40:48 OK: 7 MiB in 19 packages 00:40:48 OK: 7 MiB in 19 packages 00:40:48 Removing intermediate container de9f2ab58190 00:40:48 ---> 8c00124ce155 00:40:48 00:40:48 Step 11/26 : FROM docker:20.10.0 00:40:48 20.10.0: Pulling from library/docker 00:40:50 ---> 789d926ed689 00:40:50 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:40:50 ---> ebeab8e591ee 00:40:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:51 Removing intermediate container 44b5f3549b2d 00:40:51 ---> b4c67f8fdca6 00:40:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:40:51 ---> 9e946750c154 00:40:51 Step 18/22 : ENTRYPOINT ["/core-command"] 00:40:51 ---> 4c526fadd0da 00:40:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:40:51 Removing intermediate container c3f4c62e35ba 00:40:51 ---> 5cedd7313ae6 00:40:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:51 ---> Running in ddb0030d9bfe 00:40:51 ---> Running in 3d3305390557 00:40:51 ---> Running in ac27d7c4b21f 00:40:51 Removing intermediate container ddb0030d9bfe 00:40:51 ---> c29c2cec15ed 00:40:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:51 Removing intermediate container 3d3305390557 00:40:51 ---> fc9a35c116fd 00:40:51 Step 13/22 : WORKDIR / 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.463s coverage: 28.6% of statements 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.354s coverage: 86.7% of statements 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:52 Removing intermediate container ac27d7c4b21f 00:40:52 ---> 56a526c0b19f 00:40:52 Step 13/24 : WORKDIR / 00:40:52 ---> f15e955995f5 00:40:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:40:52 ---> Running in cb934a36a283 00:40:52 ---> Running in f45d1b7c97e6 00:40:52 ---> Running in 7328432332cf 00:40:52 Removing intermediate container cb934a36a283 00:40:52 ---> 50db24c50369 00:40:52 Step 20/22 : LABEL arch=x86_64 00:40:52 ---> Running in b1ac2017ce48 00:40:52 Removing intermediate container 7328432332cf 00:40:52 ---> 2fd9de4cda58 00:40:52 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:40:52 Removing intermediate container f45d1b7c97e6 00:40:52 ---> e476d276cda7 00:40:52 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:40:53 Removing intermediate container b1ac2017ce48 00:40:53 ---> 2cd5efd6b824 00:40:53 Step 21/22 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:40:53 ---> 6d8dd16c5680 00:40:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:40:53 ---> 83e4649e6d73 00:40:53 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:40:53 ---> Running in 2e0dcce4d0e4 00:40:53 ---> a0a4c4f4c112 00:40:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.420s coverage: 97.5% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.303s coverage: 78.3% of statements 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:54 Removing intermediate container 2e0dcce4d0e4 00:40:54 ---> 6cf5d2162232 00:40:54 Step 22/22 : LABEL version=0.0.0 00:40:54 ---> 79b8a9930dfb 00:40:54 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:40:54 ---> Running in eebfca1fb1c0 00:40:54 ---> b5d5d88482e0 00:40:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:54 ---> Running in 3ee2c9ae9e2b 00:40:54 ---> 2ab18d6b7fe3 00:40:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:40:54 Removing intermediate container eebfca1fb1c0 00:40:54 ---> 0c2c2ae8de36 00:40:54 00:40:55 Removing intermediate container 3ee2c9ae9e2b 00:40:55 ---> 2299d3d754b2 00:40:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:55 ---> f610e2adfb88 00:40:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:55 ---> 4b9b6c679deb 00:40:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:40:55 ---> Running in c8e1206725db 00:40:56 Successfully built 0c2c2ae8de36 00:40:56 Successfully tagged docker-core-command-go:latest 00:40:56  Building docker-core-command-go ... done Building docker-core-data-go 00:40:56 Removing intermediate container c8e1206725db 00:40:56 ---> 7ec71a341bec 00:40:56 Step 22/24 : LABEL arch=x86_64 00:40:56 ---> Running in a1eb7e6babbf 00:40:56 ---> 4b8627f2df86 00:40:56 Step 18/22 : RUN chmod +x entrypoint.sh 00:40:56 ---> 67dc24d81136 00:40:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:56 Removing intermediate container a1eb7e6babbf 00:40:56 ---> 26e7ec1ce71c 00:40:56 Step 23/24 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:40:56 ---> Running in 7f9c4ae18c1c 00:40:57 ---> Running in 8a5df5e75144 00:40:58 Removing intermediate container 8a5df5e75144 00:40:58 ---> 6e99b76df2c5 00:40:58 Step 24/24 : LABEL version=0.0.0 00:41:00 ---> 9e185771cf46 00:41:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:41:00 ---> Running in 8717ccd76280 00:41:01 Removing intermediate container 8717ccd76280 00:41:01 ---> 6ac4b94b1556 00:41:01 00:41:01 ---> 33378b968925 00:41:01 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:41:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.230s coverage: 94.1% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.1% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.137s coverage: 75.5% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:02 Removing intermediate container 7f9c4ae18c1c 00:41:02 ---> 0c66a8e4b2e9 00:41:02 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:41:02 Successfully built 6ac4b94b1556 00:41:02 Successfully tagged docker-support-notifications-go:latest 00:41:02 Building docker-support-scheduler-go 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements 00:41:03  Building docker-support-notifications-go ... done  ---> Running in 5450944c5725 00:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.169s coverage: 87.2% of statements 00:41:04 ---> Running in 70c72414cc4b 00:41:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.169s coverage: 84.2% of statements 00:41:04 Status: Downloaded newer image for docker:20.10.0 00:41:04 ---> aefe523efa57 00:41:04 Step 12/26 : RUN apk add --no-cache bash 00:41:05 ---> Running in fa4fbc3a5eb0 00:41:05 Removing intermediate container 70c72414cc4b 00:41:05 ---> 1f04552286d4 00:41:05 Step 20/22 : LABEL arch=x86_64 00:41:05 ---> Running in 40804c56df3e 00:41:06 Removing intermediate container 40804c56df3e 00:41:06 ---> 2c4f34f04249 00:41:06 Step 21/22 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:41:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:06 ---> Running in e733a946d434 00:41:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:07 (1/2) Installing readline (8.0.4-r0) 00:41:07 (2/2) Installing bash (5.0.17-r0) 00:41:07 Executing bash-5.0.17-r0.post-install 00:41:07 Executing busybox-1.31.1-r19.trigger 00:41:07 OK: 12 MiB in 22 packages 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.206s coverage: 91.4% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:07 Removing intermediate container 5450944c5725 00:41:07 ---> 609d5d0df950 00:41:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:41:07 Removing intermediate container e733a946d434 00:41:07 ---> 0c05eb1990d6 00:41:07 Step 22/22 : LABEL version=0.0.0 00:41:08 ---> Running in d200db2cfc83 00:41:09 ---> Running in b0d081f71915 00:41:09 Removing intermediate container d200db2cfc83 00:41:09 ---> d00bc535a2f9 00:41:09 Step 22/24 : LABEL arch=x86_64 00:41:10 Removing intermediate container b0d081f71915 00:41:10 ---> bd98698a89dd 00:41:10 00:41:10 ---> Running in f75a6e31bdec 00:41:10 Removing intermediate container fa4fbc3a5eb0 00:41:10 ---> 237a1a2c78e4 00:41:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.921s coverage: 63.5% of statements 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.095s coverage: 100.0% of statements 00:41:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements 00:41:10 Successfully built bd98698a89dd 00:41:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 00:41:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements 00:41:11 Removing intermediate container f75a6e31bdec 00:41:11 ---> 5d818ea47d33 00:41:11 Step 23/24 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:41:11 Successfully tagged docker-security-bootstrap-redis-go:latest 00:41:11 Building docker-security-proxy-setup-go 00:41:11  Building docker-security-bootstrap-redis-go ... done  ---> Running in 63b187d7bfbc 00:41:11 ---> Running in 3d4aa2d7b39b 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements 00:41:12 Removing intermediate container 3d4aa2d7b39b 00:41:12 ---> bdfcd6974d17 00:41:12 Step 24/24 : LABEL version=0.0.0 00:41:12 Removing intermediate container 63b187d7bfbc 00:41:12 ---> 06246b5d8e7d 00:41:12 Step 14/26 : ENV APP_PORT=48090 00:41:13 ---> Running in c520272d5579 00:41:13 ---> Running in 4dff0a62ae11 00:41:15 Removing intermediate container 4dff0a62ae11 00:41:15 ---> 724706ae8387 00:41:15 Step 15/26 : EXPOSE $APP_PORT 00:41:16 Removing intermediate container c520272d5579 00:41:16 ---> b518f8a094d1 00:41:16 00:41:17 ---> Running in 6ecc20774666 00:41:17 Successfully built b518f8a094d1 00:41:18 Successfully tagged docker-security-secretstore-setup-go:latest 00:41:18 Building docker-core-metadata-go 00:41:18  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6ecc20774666 00:41:18 ---> 024df4180f8b 00:41:18 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:41:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.097s coverage: 55.9% of statements 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.437s coverage: 37.0% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.809s coverage: 84.0% of statements 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.124s coverage: 100.0% of statements 00:41:21 ---> fee29efcfd8e 00:41:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:41:22 ---> 64af8f8c779d 00:41:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:41:24 ---> f070d2023758 00:41:24 Step 19/26 : RUN apk --no-cache add py3-pip 00:41:25 ---> Running in 47e5e9a2b5fa 00:41:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:28 (1/33) Installing libbz2 (1.0.8-r1) 00:41:28 (2/33) Installing expat (2.2.9-r1) 00:41:28 (3/33) Installing libffi (3.3-r2) 00:41:28 (4/33) Installing gdbm (1.13-r1) 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.455s coverage: 47.1% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.165s coverage: 100.0% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:28 (5/33) Installing xz-libs (5.2.5-r0) 00:41:28 (6/33) Installing sqlite-libs (3.32.1-r0) 00:41:28 (7/33) Installing python3 (3.8.5-r0) 00:41:30 (8/33) Installing py3-appdirs (1.4.4-r1) 00:41:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:41:30 (10/33) Installing py3-parsing (2.4.7-r0) 00:41:30 (11/33) Installing py3-six (1.15.0-r0) 00:41:30 (12/33) Installing py3-packaging (20.4-r0) 00:41:30 (13/33) Installing py3-setuptools (47.0.0-r0) 00:41:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:41:30 ---> fcbfe1d07f98 00:41:30 Step 3/23 : WORKDIR /edgex-go 00:41:30 (14/33) Installing py3-chardet (3.0.4-r4) 00:41:30 ---> Using cache 00:41:30 ---> a001222284c0 00:41:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:30 ---> Using cache 00:41:30 ---> 7c863b94bc87 00:41:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:41:30 (15/33) Installing py3-idna (2.9-r0) 00:41:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:41:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:41:33 (18/33) Installing py3-requests (2.23.0-r0) 00:41:33 (19/33) Installing py3-msgpack (1.0.0-r0) 00:41:33 (20/33) Installing py3-lockfile (0.12.2-r3) 00:41:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:41:34 ---> Running in 2a3368876743 00:41:34 (22/33) Installing py3-colorama (0.4.3-r0) 00:41:34 (23/33) Installing py3-distlib (0.3.0-r0) 00:41:34 (24/33) Installing py3-distro (1.5.0-r1) 00:41:34 (25/33) Installing py3-webencodings (0.5.1-r3) 00:41:34 (26/33) Installing py3-html5lib (1.0.1-r4) 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.332s coverage: 29.1% of statements 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.213s coverage: 99.0% of statements 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 00:41:35 (27/33) Installing py3-pytoml (0.1.21-r0) 00:41:35 (28/33) Installing py3-pep517 (0.8.2-r0) 00:41:35 (29/33) Installing py3-progress (1.5-r0) 00:41:35 (30/33) Installing py3-toml (0.10.1-r0) 00:41:35 (31/33) Installing py3-retrying (1.3.3-r0) 00:41:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:41:35 (33/33) Installing py3-pip (20.1.1-r0) 00:41:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:41:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:41:36 ---> fcbfe1d07f98 00:41:36 Step 3/21 : WORKDIR /edgex-go 00:41:36 ---> Using cache 00:41:36 ---> a001222284c0 00:41:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:36 ---> Using cache 00:41:36 ---> 7c863b94bc87 00:41:36 Step 5/21 : RUN apk add --update --no-cache make git 00:41:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements 00:41:37 GO111MODULE=on go vet ./... 00:41:37 Executing busybox-1.31.1-r19.trigger 00:41:37 OK: 71 MiB in 55 packages 00:41:37 ---> Running in 7310cff939fc 00:41:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:42 OK: 233 MiB in 51 packages 00:41:45 OK: 233 MiB in 51 packages 00:41:45 Removing intermediate container 2a3368876743 00:41:45 ---> 4b2011dac504 00:41:45 Step 6/23 : COPY go.mod . 00:41:46 ---> a8558e504f39 00:41:46 Step 7/23 : RUN go mod download 00:41:46 ---> Running in e4241e5593e5 00:41:47 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:47 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:41:47 ---> fcbfe1d07f98 00:41:47 Step 3/21 : WORKDIR /edgex-go 00:41:47 ---> Using cache 00:41:47 ---> a001222284c0 00:41:47 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:47 ---> Using cache 00:41:47 ---> 7c863b94bc87 00:41:47 Step 5/21 : RUN apk add --update --no-cache make git 00:41:47 ---> Using cache 00:41:47 ---> 4c13deca56c9 00:41:47 Step 6/21 : COPY go.mod . 00:41:47 Removing intermediate container 7310cff939fc 00:41:47 ---> 4c13deca56c9 00:41:47 Step 6/21 : COPY go.mod . 00:41:48 ---> b405966d8d18 00:41:48 Step 7/21 : RUN go mod download 00:41:49 ---> 75c44f7d51ee 00:41:49 Step 7/21 : RUN go mod download 00:41:49 ---> Running in e0f5b7dda13f 00:41:50 ---> Running in d6209ef6497c 00:41:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:41:52 ---> fcbfe1d07f98 00:41:52 Step 3/22 : WORKDIR /edgex-go 00:41:52 ---> Using cache 00:41:52 ---> a001222284c0 00:41:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:52 ---> Using cache 00:41:52 ---> 7c863b94bc87 00:41:52 Step 5/22 : RUN apk add --update --no-cache make git 00:41:52 ---> Using cache 00:41:52 ---> 4c13deca56c9 00:41:52 Step 6/22 : COPY go.mod . 00:41:52 ---> Using cache 00:41:52 ---> 75c44f7d51ee 00:41:52 Step 7/22 : RUN go mod download 00:41:53 Removing intermediate container e4241e5593e5 00:41:53 ---> 814e9df7c5fb 00:41:53 Step 8/23 : COPY . . 00:41:53 ---> Running in 149a7a01f0af 00:41:53 Removing intermediate container e0f5b7dda13f 00:41:53 ---> 6492e7b2389d 00:41:53 Step 8/21 : COPY . . 00:41:54 Removing intermediate container d6209ef6497c 00:41:54 ---> c7163a6a61cf 00:41:54 Step 8/21 : COPY . . 00:42:02 Removing intermediate container 149a7a01f0af 00:42:02 ---> fb969aed2a66 00:42:02 Step 8/22 : COPY . . 00:42:19 Removing intermediate container 47e5e9a2b5fa 00:42:19 ---> e4b50faa397c 00:42:19 Step 20/26 : RUN pip install docker-compose==1.23.2 00:42:20 ---> Running in 9f0a8442fe6d 00:42:38 Collecting docker-compose==1.23.2 00:42:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:42:38 ---> f642f55b3936 00:42:38 Step 9/23 : RUN make cmd/core-data/core-data 00:42:38 Collecting docopt<0.7,>=0.6.1 00:42:38 Downloading docopt-0.6.2.tar.gz (25 kB) 00:42:40 ---> Running in c3f0eeed35ad 00:42:42 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:42:42 Collecting cached-property<2,>=1.2.0 00:42:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:42:42 ---> 6300bef4b2fa 00:42:42 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:42:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:42:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:42:43 ---> fead8cf287a4 00:42:43 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:42:43 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:42:43 ---> Running in d58de315f27e 00:42:43 Collecting dockerpty<0.5,>=0.4.1 00:42:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:42:43 ---> Running in cc3f07cf8074 00:42:44 ---> 883af742e8fd 00:42:44 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:42:44 ---> Running in 019c47170473 00:42:44 Collecting websocket-client<1.0,>=0.32.0 00:42:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:42:45 Collecting jsonschema<3,>=2.5.1 00:42:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:42:45 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:42:45 Collecting texttable<0.10,>=0.9.0 00:42:45 Downloading texttable-0.9.1.tar.gz (11 kB) 00:42:45 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:42:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:46 Collecting docker<4.0,>=3.6.0 00:42:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:42:47 Collecting PyYAML<4,>=3.10 00:42:47 Downloading PyYAML-3.13.tar.gz (270 kB) 00:42:49 Collecting urllib3<1.25,>=1.21.1 00:42:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:42:49 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:42:50 Collecting idna<2.8,>=2.5 00:42:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:42:50 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:42:50 Collecting docker-pycreds>=0.4.0 00:42:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:42:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:42:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:42:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:42:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:42:51 Installing collected packages: docopt, cached-property, urllib3, idna, requests, dockerpty, websocket-client, jsonschema, texttable, docker-pycreds, docker, PyYAML, docker-compose 00:42:51 Running setup.py install for docopt: started 00:42:52 Running setup.py install for docopt: finished with status 'done' 00:42:52 Attempting uninstall: urllib3 00:42:52 Found existing installation: urllib3 1.25.9 00:42:52 Uninstalling urllib3-1.25.9: 00:42:54 Successfully uninstalled urllib3-1.25.9 00:42:55 Attempting uninstall: idna 00:42:55 Found existing installation: idna 2.9 00:42:55 Uninstalling idna-2.9: 00:42:56 Successfully uninstalled idna-2.9 00:42:56 Attempting uninstall: requests 00:42:56 Found existing installation: requests 2.23.0 00:42:56 Uninstalling requests-2.23.0: 00:42:56 Successfully uninstalled requests-2.23.0 00:42:56 Running setup.py install for dockerpty: started 00:42:58 gofmt -l . 00:42:58 [ "`gofmt -l .`" = "" ] 00:42:58 ./bin/test-go-mod-tidy.sh 00:42:58 ./bin/test-attribution-txt.sh 00:42:58 Running setup.py install for dockerpty: finished with status 'done' 00:42:59 Running setup.py install for texttable: started 00:43:00 Running setup.py install for texttable: finished with status 'done' [Pipeline] sh 00:43:01 + ls -al . 00:43:01 total 672 00:43:01 drwxrwxr-x 9 1001 1001 4096 Jan 10 00:43 . 00:43:01 drwxr-xr-x 4 root root 4096 Jan 10 00:38 .. 00:43:01 -rw-rw-r-- 1 1001 1001 11 Jan 10 00:36 .dockerignore 00:43:01 drwxrwxr-x 8 1001 1001 4096 Jan 10 00:36 .git 00:43:01 drwxrwxr-x 3 1001 1001 4096 Jan 10 00:36 .github 00:43:01 -rw-rw-r-- 1 1001 1001 824 Jan 10 00:36 .gitignore 00:43:01 -rw-rw-r-- 1 1001 1001 166 Jan 10 00:36 .sonarcloud.properties 00:43:01 -rw-rw-r-- 1 1001 1001 3804 Jan 10 00:36 CONTRIBUTING.md 00:43:01 -rw-rw-r-- 1 1001 1001 931 Jan 10 00:36 Dockerfile.build 00:43:01 -rw-rw-r-- 1 1001 1001 863 Jan 10 00:36 Jenkinsfile 00:43:01 -rw-rw-r-- 1 1001 1001 10775 Jan 10 00:36 LICENSE 00:43:01 -rw-rw-r-- 1 1001 1001 5750 Jan 10 00:36 Makefile 00:43:01 -rw-rw-r-- 1 1001 1001 6524 Jan 10 00:36 README.md 00:43:01 -rw-rw-r-- 1 1001 1001 6744 Jan 10 00:36 SECURITY.md 00:43:01 -rw-rw-r-- 1 1001 1001 5 Jan 10 00:32 VERSION 00:43:01 -rw-rw-r-- 1 1001 1001 4131 Jan 10 00:36 ZMQWindows.md 00:43:01 drwxrwxr-x 2 1001 1001 4096 Jan 10 00:36 bin 00:43:01 drwxrwxr-x 14 1001 1001 4096 Jan 10 00:36 cmd 00:43:01 -rw-r--r-- 1 root root 545099 Jan 10 00:41 coverage.out 00:43:01 -rw-r--r-- 1 root root 979 Jan 10 00:42 go.mod 00:43:01 -rw-r--r-- 1 root root 19019 Jan 10 00:42 go.sum 00:43:01 drwxrwxr-x 8 1001 1001 4096 Jan 10 00:36 internal 00:43:01 drwxrwxr-x 4 1001 1001 4096 Jan 10 00:36 openapi 00:43:01 drwxrwxr-x 4 1001 1001 4096 Jan 10 00:36 snap 00:43:01 -rw-rw-r-- 1 1001 1001 168 Jan 10 00:36 version.go [Pipeline] sh 00:43:02 + '[' -e coverage.out ] 00:43:02 + chown 1001:1001 coverage.out 00:43:02 Running setup.py install for PyYAML: started [Pipeline] stash 00:43:02 Warning: overwriting stash ‘coverage-report’ 00:43:03 Stashed 1 file(s) [Pipeline] sh 00:43:03 + make build 00:43:03 Running setup.py install for PyYAML: finished with status 'done' 00:43: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:43: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:43:13 Removing intermediate container 9f0a8442fe6d 00:43:13 ---> cfccd4bce9a0 00:43:13 Step 21/26 : RUN apk --no-cache add curl 00:43:13 ---> Running in f98bfcf89144 00:43:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:43:15 (2/3) Installing libcurl (7.69.1-r3) 00:43:15 (3/3) Installing curl (7.69.1-r3) 00:43:15 Executing busybox-1.31.1-r19.trigger 00:43:15 OK: 72 MiB in 58 packages 00:43:19 Removing intermediate container f98bfcf89144 00:43:19 ---> f516998d9de3 00:43:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:43:19 ---> Running in 488bc468d9f8 00:43:19 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:43:21 Removing intermediate container 488bc468d9f8 00:43:21 ---> 0d827d42ea9b 00:43:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:21 ---> Running in 79cde2261fb6 00:43:22 Removing intermediate container 79cde2261fb6 00:43:22 ---> 29ab44316ac2 00:43:22 Step 24/26 : LABEL arch=x86_64 00:43:22 ---> Running in a8dd26341219 00:43:23 Removing intermediate container a8dd26341219 00:43:23 ---> f839a1192258 00:43:23 Step 25/26 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:43:23 ---> Running in 1533f74247f3 00:43:23 Removing intermediate container 1533f74247f3 00:43:23 ---> 01f0a320dcb8 00:43:23 Step 26/26 : LABEL version=0.0.0 00:43:23 ---> Running in d2f519ee9970 00:43:24 Removing intermediate container d2f519ee9970 00:43:24 ---> ce7a0f475c83 00:43:24 00:43:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:43:24 Successfully built ce7a0f475c83 00:43:24 Successfully tagged docker-sys-mgmt-agent-go:latest 00:43:33  Building docker-sys-mgmt-agent-go ... done Removing intermediate container cc3f07cf8074 00:43:33 ---> 4c27c830158a 00:43:33 00:43:33 Step 10/21 : FROM scratch 00:43:33 ---> 00:43:33 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:43:35 ---> Using cache 00:43:35 ---> f3582e324085 00:43:35 Step 12/21 : ENV APP_PORT=48085 00:43:38 ---> Running in a731c4488293 00:43:38 Removing intermediate container a731c4488293 00:43:38 ---> 6a2ecdb1ceb8 00:43:38 Step 13/21 : EXPOSE $APP_PORT 00:43:38 Removing intermediate container d58de315f27e 00:43:38 ---> 0e66ec2871f8 00:43:38 00:43:38 Step 10/21 : FROM alpine:3.12 00:43:38 ---> 389fef711851 00:43:38 Step 11/21 : RUN apk add --update --no-cache curl 00:43:38 ---> Running in 4f18b84b75e3 00:43:38 ---> Running in b306aa4d34fe 00:43:39 Removing intermediate container 4f18b84b75e3 00:43:39 ---> 644dd919f48f 00:43:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:43:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:40 ---> 54e5b3820012 00:43:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:43:40 (1/4) Installing ca-certificates (20191127-r4) 00:43:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:43:40 (3/4) Installing libcurl (7.69.1-r3) 00:43:40 (4/4) Installing curl (7.69.1-r3) 00:43:40 Executing busybox-1.31.1-r19.trigger 00:43:41 Executing ca-certificates-20191127-r4.trigger 00:43:41 OK: 7 MiB in 18 packages 00:43:41 Removing intermediate container 019c47170473 00:43:41 ---> 2d5dd56fc51f 00:43:41 00:43:41 Step 10/22 : FROM scratch 00:43:41 ---> 00:43:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:43:42 ---> Using cache 00:43:42 ---> f3582e324085 00:43:42 Step 12/22 : ENV APP_PORT=48081 00:43:42 ---> 9c1fc4759fb6 00:43:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:43:42 ---> Running in 4a16de4662af 00:43:43 Removing intermediate container b306aa4d34fe 00:43:43 ---> af88822db604 00:43:43 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:43:44 ---> eec9768906c8 00:43:44 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:43:44 Removing intermediate container 4a16de4662af 00:43:44 ---> d1ca8a721c80 00:43:44 Step 13/22 : EXPOSE $APP_PORT 00:43:45 ---> Running in 4ad658db41c0 00:43:45 ---> Running in 50eb84152290 00:43:45 ---> Running in c36683032715 00:43:45 Removing intermediate container c3f0eeed35ad 00:43:45 ---> 058a6be3c028 00:43:45 00:43:45 Step 10/23 : FROM alpine:3.12 00:43:45 ---> 389fef711851 00:43:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:43:45 ---> Running in 322c69962aac 00:43:45 Removing intermediate container c36683032715 00:43:45 ---> 4548feac382c 00:43:45 Step 14/22 : WORKDIR / 00:43:45 Removing intermediate container 50eb84152290 00:43:45 ---> c8d6e8babeb3 00:43:45 Step 13/21 : WORKDIR /edgex 00:43:45 Removing intermediate container 4ad658db41c0 00:43:45 ---> e58445ed75d9 00:43:45 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:45 ---> Running in 5aa257120177 00:43:45 ---> Running in ec685ea88551 00:43:45 ---> Running in 386d0b8e6073 00:43:46 Removing intermediate container 322c69962aac 00:43:46 ---> 2d2f1cd29384 00:43:46 Step 12/23 : ENV APP_PORT=48080 00:43:46 ---> Running in a30eb8c90a84 00:43:46 Removing intermediate container 5aa257120177 00:43:46 ---> 5229faff551e 00:43:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:43:46 Removing intermediate container 386d0b8e6073 00:43:46 ---> f73d90adc763 00:43:46 Step 19/21 : LABEL arch=x86_64 00:43:46 Removing intermediate container ec685ea88551 00:43:46 ---> 767d8a93e523 00:43:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:43:46 ---> Running in 3198e0998089 00:43:46 Removing intermediate container a30eb8c90a84 00:43:46 ---> 2120e710bb57 00:43:46 Step 13/23 : EXPOSE $APP_PORT 00:43:47 ---> Running in 782a0d56f447 00:43:47 Removing intermediate container 3198e0998089 00:43:47 ---> 45eaafba198e 00:43:47 Step 20/21 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:43:47 ---> f8eed1627de7 00:43:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:43:47 ---> 7f52e0a5c9e0 00:43:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:43:47 ---> Running in b74c0f563f41 00:43:47 Removing intermediate container 782a0d56f447 00:43:47 ---> b6f3b71876ec 00:43:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:48 ---> Running in 2f8b640582e7 00:43:48 ---> 54da9a44dff3 00:43:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:43:48 ---> ae558472167e 00:43:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:43:48 Removing intermediate container b74c0f563f41 00:43:48 ---> 94860e6f43e7 00:43:48 Step 21/21 : LABEL version=0.0.0 00:43:48 ---> Running in 2c56a53dfd26 00:43:48 ---> 1dd20f07082a 00:43:48 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:43:48 Removing intermediate container 2c56a53dfd26 00:43:48 ---> 7e88234d5ca3 00:43:48 00:43:48 ---> Running in b724cec697c4 00:43:48 ---> 380bb8121893 00:43:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:43:49 Successfully built 7e88234d5ca3 00:43:50 Successfully tagged docker-support-scheduler-go:latest 00:43:50  Building docker-support-scheduler-go ... done  ---> Running in 358e58cca7de 00:43:50 Removing intermediate container b724cec697c4 00:43:50 ---> 7fd0901fe817 00:43:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:50 ---> Running in dcb8db29ee07 00:43:51 Removing intermediate container 358e58cca7de 00:43:51 ---> 31dbf67ae5c4 00:43:51 Step 18/21 : CMD ["--init=true"] 00:43:51 Removing intermediate container 2f8b640582e7 00:43:51 ---> 35f04ed28ff0 00:43:51 Step 15/23 : RUN apk add --update --no-cache zeromq 00:43:51 Removing intermediate container dcb8db29ee07 00:43:51 ---> 10d1f8e83999 00:43:51 Step 20/22 : LABEL arch=x86_64 00:43:51 ---> Running in 969be9981968 00:43:51 ---> Running in c38c35d1a6ab 00:43:51 ---> Running in 8b732531cea1 00:43:51 Removing intermediate container 969be9981968 00:43:51 ---> 628f61dc5682 00:43:51 Step 19/21 : LABEL arch=x86_64 00:43:51 Removing intermediate container 8b732531cea1 00:43:51 ---> 898d5999abe2 00:43:51 Step 21/22 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:43:51 ---> Running in a19ee97920a8 00:43:51 ---> Running in 87a91c711204 00:43: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:43:51 Removing intermediate container a19ee97920a8 00:43:51 ---> 648b056b4835 00:43:51 Step 20/21 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:43:51 Removing intermediate container 87a91c711204 00:43:51 ---> 1a1aa31cdae8 00:43:51 Step 22/22 : LABEL version=0.0.0 00:43:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:51 ---> Running in 6bee59907256 00:43:51 ---> Running in 3ed48883304d 00:43:52 Removing intermediate container 6bee59907256 00:43:52 ---> eb1735d66e8c 00:43:52 Step 21/21 : LABEL version=0.0.0 00:43:52 Removing intermediate container 3ed48883304d 00:43:52 ---> 9524c150eede 00:43:52 00:43:52 ---> Running in ddf3ce5da850 00:43:52 Successfully built 9524c150eede 00:43:52 Successfully tagged docker-core-metadata-go:latest 00:43:52  Building docker-core-metadata-go ... done Removing intermediate container ddf3ce5da850 00:43:52 ---> 719bac988169 00:43:52 00:43:52 Successfully built 719bac988169 00:43:53 Successfully tagged docker-security-proxy-setup-go:latest 00:43:53 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:43:53  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:54 (1/5) Installing libgcc (9.3.0-r2) 00:43:54 (2/5) Installing libsodium (1.0.18-r0) 00:43:54 (3/5) Installing libstdc++ (9.3.0-r2) 00:43:55 (4/5) Installing libzmq (4.3.3-r0) 00:43:55 (5/5) Installing zeromq (4.3.3-r0) 00:43:55 Executing busybox-1.31.1-r19.trigger 00:43:55 OK: 8 MiB in 19 packages 00:43:56 Removing intermediate container c38c35d1a6ab 00:43:56 ---> 6c2f4764e2fe 00:43:56 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:43:57 ---> 5b341291ac8e 00:43:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:43:58 ---> fe8eb590843e 00:43:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:43:58 ---> ad7711f05b05 00:43:58 Step 19/23 : ENTRYPOINT ["/core-data"] 00:43:59 ---> Running in 9dcd242b9ded 00:43:59 Removing intermediate container 9dcd242b9ded 00:43:59 ---> 4c5518c26267 00:43:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:59 ---> Running in 47a480e23b1b 00:43:59 Removing intermediate container 47a480e23b1b 00:43:59 ---> a8d845bbee31 00:43:59 Step 21/23 : LABEL arch=x86_64 00:43:59 ---> Running in 31093b437e5d 00:43:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:00 Removing intermediate container 31093b437e5d 00:44:00 ---> f8c798f1ee3f 00:44:00 Step 22/23 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:44:00 ---> Running in d6f521caf14b 00:44:00 Removing intermediate container d6f521caf14b 00:44:00 ---> f67675cca953 00:44:00 Step 23/23 : LABEL version=0.0.0 00:44:00 ---> Running in d64629115b4a 00:44:00 Removing intermediate container d64629115b4a 00:44:00 ---> aa665e7d20e8 00:44:00 00:44:00 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:00 Successfully built aa665e7d20e8 00:44:00 Successfully tagged docker-core-data-go:latest 00:44:02  Building docker-core-data-go ... done  [Pipeline] } 00:44:03 $ docker stop --time=1 18df2df3b9182693f30b1444b4b9d21f0a7c63b2b429c6aece25d2257e8fbf82 00:44:05 $ docker rm -f 18df2df3b9182693f30b1444b4b9d21f0a7c63b2b429c6aece25d2257e8fbf82 [Pipeline] // withDockerContainer [Pipeline] sh 00:44:06 + docker images 00:44:06 + grep docker 00:44:06 docker-core-data-go latest aa665e7d20e8 6 seconds ago 22.3MB 00:44:06 docker-security-proxy-setup-go latest 719bac988169 14 seconds ago 24.5MB 00:44:06 docker-core-metadata-go latest 9524c150eede 14 seconds ago 13MB 00:44:06 docker-support-scheduler-go latest 7e88234d5ca3 18 seconds ago 10.7MB 00:44:06 docker-sys-mgmt-agent-go latest ce7a0f475c83 42 seconds ago 313MB 00:44:06 docker-security-secretstore-setup-go latest b518f8a094d1 2 minutes ago 24.6MB 00:44:06 docker-security-bootstrap-redis-go latest bd98698a89dd 2 minutes ago 15.8MB 00:44:06 docker-support-notifications-go latest 6ac4b94b1556 3 minutes ago 12MB 00:44:06 docker-core-command-go latest 0c2c2ae8de36 3 minutes ago 10.6MB 00:44:06 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:44:07 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:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:19 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:22 Still waiting to schedule task 00:44:22 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:44: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:44:28 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:31 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:44:36 $ docker stop --time=1 91be791afa212bb4e0dd60243f02b217fcd4331ab817bf5ba8458acaa457dc6c 00:44:38 $ docker rm -f 91be791afa212bb4e0dd60243f02b217fcd4331ab817bf5ba8458acaa457dc6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:40 00:44:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:41 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:41 29e5d40040c1: Pulling fs layer 00:44:41 1ce36da41761: Pulling fs layer 00:44:41 25b303627fd3: Pulling fs layer 00:44:41 29e5d40040c1: Verifying Checksum 00:44:41 29e5d40040c1: Download complete 00:44:42 1ce36da41761: Verifying Checksum 00:44:42 1ce36da41761: Download complete 00:44:42 29e5d40040c1: Pull complete 00:44:43 1ce36da41761: Pull complete 00:44:44 25b303627fd3: Download complete 00:44:54 25b303627fd3: Pull complete 00:44:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:55 prd-ubuntu18.04-docker-arm64-4c-16g-19297 does not seem to be running inside a container 00:44:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:58 $ docker top f9b6ec7b5454c0283e20f4d286b33a8a26860c0ae844d5efd39a2a3abe59d47e -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:59 + docker-compose build --help 00:44:59 + grep parallel 00:45:04 --parallel Build images in parallel. [Pipeline] } 00:45:04 $ docker stop --time=1 f9b6ec7b5454c0283e20f4d286b33a8a26860c0ae844d5efd39a2a3abe59d47e 00:45:06 $ docker rm -f f9b6ec7b5454c0283e20f4d286b33a8a26860c0ae844d5efd39a2a3abe59d47e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:07 . [Pipeline] withDockerContainer 00:45:08 prd-ubuntu18.04-docker-arm64-4c-16g-19297 does not seem to be running inside a container 00:45:08 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:09 $ docker top dbd76310b255e41665cb959d513b381f5f8fc500f88ed2558dd58bee22ee4db8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:10 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:17 Building docker-core-command-go ... 00:45:17 Building docker-core-data-go ... 00:45:17 Building docker-core-metadata-go ... 00:45:17 Building docker-security-bootstrap-redis-go ... 00:45:17 Building docker-security-proxy-setup-go ... 00:45:17 Building docker-security-secretstore-setup-go ... 00:45:17 Building docker-support-notifications-go ... 00:45:17 Building docker-support-scheduler-go ... 00:45:17 Building docker-sys-mgmt-agent-go ... 00:45:17 Building docker-security-bootstrap-redis-go 00:45:17 Building docker-core-command-go 00:45:17 Building docker-support-notifications-go 00:45:17 Building docker-support-scheduler-go 00:45:17 Building docker-core-metadata-go 00:46:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:26 00:46:26 Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:26 ---> 026a51739377 00:46:26 00:46:26 ---> 026a51739377 00:46:26 Step 3/21 : WORKDIR /edgex-go 00:46:26 Step 3/24 : WORKDIR /edgex-go 00:46:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:26 ---> 026a51739377 00:46:26 Step 3/22 : WORKDIR /edgex-go 00:46:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:26 ---> 026a51739377 00:46:26 Step 3/22 : WORKDIR /edgex-go 00:46:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:26 ---> 026a51739377 00:46:26 Step 3/22 : WORKDIR /edgex-go 00:46:30 ---> Running in ebdcdfadd932 00:46:30 ---> Running in 47bb26abd20f 00:46:30 ---> Running in 970add0c5ab7 00:46:30 ---> Running in 0e7b89037422 00:46:30 ---> Running in 443b829ae3b5 00:46:30 Removing intermediate container ebdcdfadd932 00:46:30 ---> c7ac920dedca 00:46:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:30 Removing intermediate container 0e7b89037422 00:46:30 ---> d25f949b1d58 00:46:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:31 Removing intermediate container 47bb26abd20f 00:46:31 ---> 3831839b1000 00:46:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:31 Removing intermediate container 970add0c5ab7 00:46:31 ---> c1f30a42576e 00:46:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:31 Removing intermediate container 443b829ae3b5 00:46:31 ---> 79b28f5b2d02 00:46:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:31 ---> Running in 6b180a16a06c 00:46:31 ---> Running in 5d0b5b77989d 00:46:31 ---> Running in 728a50891e24 00:46:31 ---> Running in fa4d6417ccd4 00:46:31 ---> Running in 0b2cf27c6415 00:46:36 Removing intermediate container 6b180a16a06c 00:46:36 ---> 4c31729df6c6 00:46:36 Step 5/21 : RUN apk add --update --no-cache make git 00:46:36 Removing intermediate container 5d0b5b77989d 00:46:36 ---> d40af328160e 00:46:36 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:36 ---> Running in 7c833707e294 00:46:36 ---> Running in 1264593ffa64 00:46:36 Removing intermediate container fa4d6417ccd4 00:46:36 ---> 04be45ca213b 00:46:36 Step 5/22 : RUN apk add --update --no-cache make git 00:46:36 Removing intermediate container 728a50891e24 00:46:36 ---> 491c27c0ce48 00:46:36 Step 5/22 : RUN apk add --update --no-cache make git 00:46:36 Removing intermediate container 0b2cf27c6415 00:46:36 ---> 048ca0924021 00:46:36 Step 5/22 : RUN apk add --update --no-cache make git 00:46:37 ---> Running in 7cfeb7c7ec9a 00:46:37 ---> Running in 3b0277341711 00:46:37 ---> Running in f0c068a1d210 00:46:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:41 OK: 217 MiB in 51 packages 00:46:42 OK: 217 MiB in 51 packages 00:46:43 OK: 217 MiB in 51 packages 00:46:43 Removing intermediate container 7c833707e294 00:46:43 ---> 623e36b466ab 00:46:43 Step 6/21 : COPY go.mod . 00:46:43 OK: 217 MiB in 51 packages 00:46:43 OK: 217 MiB in 51 packages 00:46:44 ---> 76b3557d95b9 00:46:44 Step 7/21 : RUN go mod download 00:46:44 Removing intermediate container 3b0277341711 00:46:44 ---> 2911330dc5d4 00:46:44 Step 6/22 : COPY go.mod . 00:46:44 ---> Running in f6fa17f1dfc4 00:46:45 Removing intermediate container f0c068a1d210 00:46:45 ---> 9f0ec390d5d5 00:46:45 Step 6/22 : COPY go.mod . 00:46:45 Removing intermediate container 1264593ffa64 00:46:45 ---> f96dd4c64faa 00:46:45 Step 6/24 : COPY go.mod . 00:46:45 ---> 66f324c1eb75 00:46:45 Step 7/22 : RUN go mod download 00:46:46 Removing intermediate container 7cfeb7c7ec9a 00:46:46 ---> ecff110e3970 00:46:46 Step 6/22 : COPY go.mod . 00:46:46 ---> Running in 2ae5517132cf 00:46:46 ---> 6937f75eb0fa 00:46:46 Step 7/22 : RUN go mod download 00:46:46 ---> f56527f8e219 00:46:46 Step 7/24 : RUN go mod download 00:46:46 ---> Running in 026249eccafe 00:46:47 ---> ceb05bac2a15 00:46:47 Step 7/22 : RUN go mod download 00:46:47 ---> Running in ec3909372a43 00:46:47 ---> Running in 9c52b5db5f76 00:46:48 Removing intermediate container f6fa17f1dfc4 00:46:48 ---> 48f537a5baeb 00:46:48 Step 8/21 : COPY . . 00:46:50 Removing intermediate container 2ae5517132cf 00:46:50 ---> ae2c1a77fdbc 00:46:50 Step 8/22 : COPY . . 00:46:52 Removing intermediate container 026249eccafe 00:46:52 ---> 100fbfa422b7 00:46:52 Step 8/22 : COPY . . 00:46:52 Removing intermediate container ec3909372a43 00:46:52 ---> 64635bb394ac 00:46:52 Step 8/24 : COPY . . 00:46:52 Removing intermediate container 9c52b5db5f76 00:46:52 ---> 54d37eb3fa81 00:46:52 Step 8/22 : COPY . . 00:47:15 ---> 078c36d25d30 00:47:15 Step 9/22 : RUN make cmd/core-command/core-command 00:47:15 ---> 847766457f25 00:47:15 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:47:15 ---> 92764ade23d1 00:47:15 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:47:15 ---> e310725b2fa0 00:47:15 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:47:15 ---> Running in bcf3c0840dcc 00:47:15 ---> Running in bbd700b41d71 00:47:15 ---> Running in cf99fe0d9906 00:47:15 ---> f03f6ee76367 00:47:15 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:47:15 ---> Running in 0e8bcb35a072 00:47:15 ---> Running in ba19330b3850 00:47: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:47:17 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:47:17 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:47:17 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:47:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:49 Running on prd-ubuntu18.04-docker-8c-8g-19308 in /w/workspace/edgexfoundry_edgex-go_PR-3001 [Pipeline] { [Pipeline] ws 00:47:49 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:47:51 using credential edgex-jenkins-ssh 00:47:51 Cloning the remote Git repository 00:47:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:47:51 > git init /w/workspace/edgex-go/4 # timeout=10 00:47:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:47:51 > git --version # timeout=10 00:47:51 > git --version # 'git version 2.17.1' 00:47:51 using GIT_SSH to set credentials SSH Credentials for GitHub 00:47:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:48:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:48:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:48:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:48:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:48:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3001/head:refs/remotes/origin/PR-3001 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:48:02 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 502fe876c1df51de9bce13ca4f84d605168e4657 00:48:02 Merge succeeded, producing 1a8b52eeb59fd5726a8fb28c835cf628dfbbfb71 00:48:02 Checking out Revision 1a8b52eeb59fd5726a8fb28c835cf628dfbbfb71 (PR-3001) 00:48:02 > git config core.sparsecheckout # timeout=10 00:48:02 > git checkout -f 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 00:48:02 > git remote # timeout=10 00:48:02 > git config --get remote.origin.url # timeout=10 00:48:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:48:02 > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 00:48:02 > git rev-parse HEAD^{commit} # timeout=10 00:48:02 > git config core.sparsecheckout # timeout=10 00:48:02 > git checkout -f 1a8b52eeb59fd5726a8fb28c835cf628dfbbfb71 # timeout=10 00:48:06 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" 00:48:06 > git rev-list --no-walk 502fe876c1df51de9bce13ca4f84d605168e4657 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:48:07 + echo snap-build.sh 00:48:07 snap-build.sh 00:48:07 + SNAP_BASE_DIR=. 00:48:07 + '[' '!' -z /w/workspace/edgex-go/4 ']' 00:48:07 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 00:48:07 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 00:48:07 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 00:48:07 + cd /w/workspace/edgex-go/4 00:48:07 + sudo apt-get remove -qy --purge lxd lxd-client 00:48:07 Reading package lists... 00:48:08 Building dependency tree... 00:48:08 Reading state information... 00:48:08 The following packages were automatically installed and are no longer required: 00:48:08 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:48:08 uidmap xdelta3 00:48:08 Use 'sudo apt autoremove' to remove them. 00:48:08 The following packages will be REMOVED: 00:48:08 lxd* lxd-client* 00:48:08 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:48:08 After this operation, 31.7 MB disk space will be freed. 00:48: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 ... 190027 files and directories currently installed.) 00:48:09 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:48:10 Removing lxd dnsmasq configuration 00:48:10 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:48:10 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:48:11 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:48:11 (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:48:11 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:48:13 Processing triggers for systemd (237-3ubuntu10.42) ... 00:48:13 Processing triggers for ureadahead (0.100.0-21) ... 00:48:14 + sudo snap remove --purge lxd 00:48:14 snap "lxd" is not installed 00:48:14 + sudo groupadd --force --system lxd 00:48:14 ++ whoami 00:48:14 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:48:14 + newgrp - lxd 00:48:14 + sudo snap install lxd 00:48:22 2021-01-10T00:48:20Z INFO Waiting for automatic snapd restart... 00:48:35 lxd 4.9 from Canonical* installed 00:48:35 + sudo lxd init --auto 00:48:45 + sudo snap install --classic snapcraft 00:48:49 snapcraft 4.4.4 from Canonical* installed 00:48:49 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:48:49 + patch --verbose -p1 00:48:49 Hmm... Looks like a unified diff to me... 00:48:49 The text leading up to this was: 00:48:49 -------------------------- 00:48:49 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:48:49 |From: Tony Espy 00:48:49 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:48:49 |Subject: [PATCH] optimize snap build for pipeline CI check 00:48:49 | 00:48:49 |This patch is used by the EdgeX CI pipeline builds to 00:48:49 |optimize the snap CI check run for pull requests. When 00:48:49 |applied, it essentially strips out everything (apps and 00:48:49 |parts) from the snapcraft.yaml file except those required 00:48:49 |to build edgex-go, as the whole idea of the CI check is to 00:48:49 |catch changes to edgex-go that break the snap build. 00:48:49 | 00:48:49 |In general, anyone updating snapcraft.yaml will also need 00:48:49 |to update this patch file, otherwise it may fail to apply, 00:48:49 |resulting in a failed snap build CI check in the associated 00:48:49 |pull request. 00:48:49 | 00:48:49 |Note - in addition to applying this patch, the pipeline also 00:48:49 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:48:49 |need to build the finally binary .snap file (and it won't 00:48:49 |work with the patch applied). This further reduces the build 00:48:49 |time. 00:48:49 |--- 00:48:49 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:48:49 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:48:49 | 00:48:49 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:48:49 |index 1e537489..faf42425 100644 00:48:49 |--- a/snap/snapcraft.yaml 00:48:49 |+++ b/snap/snapcraft.yaml 00:48:49 -------------------------- 00:48:49 patching file snap/snapcraft.yaml 00:48:49 Using Plan A... 00:48:49 Hunk #1 succeeded at 73. 00:48:49 Hunk #2 succeeded at 202 with fuzz 1. 00:48:49 Hunk #3 succeeded at 214. 00:48:49 Hunk #4 succeeded at 222. 00:48:49 Hunk #5 succeeded at 229. 00:48:49 Hunk #6 succeeded at 256. 00:48:49 Hunk #7 succeeded at 290. 00:48:49 Hunk #8 succeeded at 341. 00:48:49 Hmm... Ignoring the trailing garbage. 00:48:49 done 00:48:49 + sudo snapcraft prime --use-lxd 00:48:50 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:48: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:48:50 - README.md 00:48:50 - snapcraft.yaml.orig 00:48:50 00:48:50 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:48:51 Launching a container. 00:49:03 Waiting for container to be ready 00:49:03 To start your first instance, try: lxc launch ubuntu:18.04 00:49:03 00:49:06 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:49:06 Waiting for network to be ready... 00:49:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:49:07 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:49:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 00:49:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 00:49:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:49:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:49:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 00:49:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 00:49:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 00:49:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:49:07 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:49:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:49:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:49:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:49:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:49:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:49:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:49:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:49:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:49:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] 00:49:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 00:49:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:49:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:49:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 00:49:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 00:49:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:49:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:49:09 Removing intermediate container 0e8bcb35a072 00:49:09 ---> 2c796457b857 00:49:09 00:49:09 Step 10/22 : FROM alpine:3.12 00:49:09 3.12: Pulling from library/alpine 00:49:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:49:11 Status: Downloaded newer image for alpine:3.12 00:49:11 ---> afeebe901d6b 00:49:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:49:11 Fetched 23.7 MB in 4s (6056 kB/s) 00:49:11 Reading package lists... 00:49:11 ---> Running in 3864542eaea2 00:49:12 Reading package lists... 00:49:12 Building dependency tree... 00:49:12 Reading state information... 00:49:12 The following additional packages will be installed: 00:49:12 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:49:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:49:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:49:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:49:12 Suggested packages: 00:49:12 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:49:12 Recommended packages: 00:49:12 gnupg libsasl2-modules 00:49:12 The following NEW packages will be installed: 00:49:12 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:49:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:49:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:49:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:49:12 The following packages will be upgraded: 00:49:12 gpg gpg-agent gpgconf libudev1 00:49:12 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 00:49:12 Need to get 3532 kB of archives. 00:49:12 After this operation, 13.3 MB of additional disk space will be used. 00:49:12 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:49:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:49:13 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:49:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:49:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:49:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:49:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:49:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:49:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:49:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:49:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:49:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:49:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:49:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:49:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:49:13 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:49:13 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:49:13 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:49:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:49:13 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:49:13 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:49:13 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:49:13 debconf: delaying package configuration, since apt-utils is not installed 00:49:13 Fetched 3532 kB in 1s (3428 kB/s) 00:49:13 (Reading database ... 12511 files and directories currently installed.) 00:49:13 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:49:13 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:13 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:49:13 Selecting previously unselected package udev. 00:49:13 (Reading database ... 12511 files and directories currently installed.) 00:49:13 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:49:14 Unpacking udev (237-3ubuntu10.43) ... 00:49:14 Selecting previously unselected package libfuse2:amd64. 00:49:14 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:49:14 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:49:14 Selecting previously unselected package fuse. 00:49:14 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:49:14 Unpacking fuse (2.9.7-1ubuntu1) ... 00:49:14 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:14 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:49:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:14 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:14 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:49:14 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:14 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:49:14 Selecting previously unselected package libksba8:amd64. 00:49:14 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:49:14 Unpacking libksba8:amd64 (1.3.5-2) ... 00:49:14 Selecting previously unselected package libroken18-heimdal:amd64. 00:49:14 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:14 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:14 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:49:14 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:14 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:15 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:49:15 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:15 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:15 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:49:15 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:15 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:15 Selecting previously unselected package libwind0-heimdal:amd64. 00:49:15 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:15 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:15 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:49:15 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:15 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:15 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:49:15 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:15 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:15 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:49:15 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:15 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:15 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:49:15 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:49:15 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:15 Selecting previously unselected package libsasl2-modules-db:amd64. 00:49:15 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:49:15 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:49:16 (1/5) Installing ca-certificates (20191127-r4) 00:49:16 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:49:16 Selecting previously unselected package libsasl2-2:amd64. 00:49:16 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:49:16 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:49:16 Selecting previously unselected package libldap-common. 00:49:16 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:49:16 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:49:16 Selecting previously unselected package libldap-2.4-2:amd64. 00:49:16 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:49:16 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:49:16 Selecting previously unselected package dirmngr. 00:49:16 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:49:16 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:49:16 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:49:16 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:49:16 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:49:16 (3/5) Installing libcurl (7.69.1-r3) 00:49:16 (4/5) Installing curl (7.69.1-r3) 00:49:16 (5/5) Installing dumb-init (1.2.2-r1) 00:49:16 Executing busybox-1.31.1-r19.trigger 00:49:16 Executing ca-certificates-20191127-r4.trigger 00:49:16 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:49:16 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:49:16 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:49:16 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:16 Setting up libksba8:amd64 (1.3.5-2) ... 00:49:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:16 Setting up udev (237-3ubuntu10.43) ... 00:49:16 OK: 7 MiB in 19 packages 00:49:16 invoke-rc.d: policy-rc.d denied execution of start. 00:49:17 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:17 Processing triggers for systemd (237-3ubuntu10) ... 00:49:17 Setting up fuse (2.9.7-1ubuntu1) ... 00:49:17 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:49:17 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:17 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:17 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:17 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:17 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:17 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:17 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:49:17 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:49:17 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:49:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:17 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:49:17 settings in the [Install] section, and DefaultInstance for template units). 00:49:17 This means they are not meant to be enabled using systemctl. 00:49:17 Possible reasons for having this kind of units are: 00:49:17 1) A unit may be statically enabled by being symlinked from another unit's 00:49:17 .wants/ or .requires/ directory. 00:49:17 2) A unit's purpose may be to act as a helper for some other unit which has 00:49:17 a requirement dependency on it. 00:49:17 3) A unit may be started when needed via activation (socket, path, timer, 00:49:17 D-Bus, udev, scripted systemctl call, ...). 00:49:17 4) In case of template units, the unit is meant to be enabled with some 00:49:17 instance name specified. 00:49:18 Reading package lists... 00:49:18 Building dependency tree... 00:49:18 Reading state information... 00:49:18 The following additional packages will be installed: 00:49:18 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:49:18 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:49:18 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:49:18 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:49:18 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:49:18 Suggested packages: 00:49:18 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:49:18 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:49:18 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:49:18 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:49:18 systemd-container policykit-1 00:49:18 Recommended packages: 00:49:18 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:49:18 The following NEW packages will be installed: 00:49:18 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:49:18 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:49:18 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:49:18 multiarch-support openssh-client python3 python3-minimal python3.6 00:49:18 python3.6-minimal snapd squashfs-tools sudo 00:49:18 The following packages will be upgraded: 00:49:18 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:49:18 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 00:49:18 Need to get 35.2 MB of archives. 00:49:18 After this operation, 141 MB of additional disk space will be used. 00:49:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:49:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:49:18 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:49:18 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:49:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:49:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:49:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:49:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:49:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:49:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:49:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:49:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:49:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:49:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:49:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:49:18 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:49:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:49:19 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:49:19 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:49:19 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:49:19 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:49:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:49:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:49:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:49:19 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:49:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:49:19 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:49:19 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:49:19 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:49:19 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:49:21 debconf: delaying package configuration, since apt-utils is not installed 00:49:21 Fetched 35.2 MB in 2s (15.8 MB/s) 00:49:21 (Reading database ... 12757 files and directories currently installed.) 00:49:21 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:49:21 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:21 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:49:21 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:21 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:49:22 (Reading database ... 12757 files and directories currently installed.) 00:49:22 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:49:22 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:49:22 Removing intermediate container ba19330b3850 00:49:22 ---> 7935c77bd029 00:49:22 00:49:22 Step 10/24 : FROM scratch 00:49:22 ---> 00:49:22 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:49:22 Removing intermediate container 3864542eaea2 00:49:22 ---> 2c35d80a3898 00:49:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:49:22 ---> Running in 1420cfba26ea 00:49:22 Removing intermediate container bcf3c0840dcc 00:49:22 ---> acb79f29d9d8 00:49:22 00:49:22 Step 10/22 : FROM scratch 00:49:22 ---> 00:49:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:22 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:49:22 (Reading database ... 12757 files and directories currently installed.) 00:49:22 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:49:22 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:49:22 ---> Running in 5b4ceb18f6cf 00:49:22 ---> Running in 24a738fab486 00:49:22 Setting up apt (1.6.12ubuntu0.2) ... 00:49:22 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:49:22 Removing intermediate container cf99fe0d9906 00:49:22 ---> 535ae5e87269 00:49:22 00:49:22 Step 10/21 : FROM scratch 00:49:22 ---> 00:49:22 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:22 ---> Running in 49b8842f65a7 00:49:22 Removing intermediate container 1420cfba26ea 00:49:22 ---> ba4b0bb2a997 00:49:22 Step 12/24 : ENV APP_PORT=48060 00:49:23 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:49:23 (Reading database ... 12764 files and directories currently installed.) 00:49:23 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:49:23 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:49:23 ---> Running in aece625be9d3 00:49:23 Removing intermediate container 24a738fab486 00:49:23 ---> 36d22235211d 00:49:23 Step 12/22 : ENV APP_PORT=48082 00:49:23 Selecting previously unselected package libpython3.6-minimal:amd64. 00:49:23 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:23 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:23 Removing intermediate container 5b4ceb18f6cf 00:49:23 ---> d2632aceefc0 00:49:23 Step 13/22 : WORKDIR / 00:49:23 ---> Running in a1456cc9d191 00:49:23 Selecting previously unselected package libexpat1:amd64. 00:49:23 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:49:23 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:49:23 Selecting previously unselected package python3.6-minimal. 00:49:23 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:23 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:49:23 ---> Running in f75cc4fda076 00:49:23 Removing intermediate container 49b8842f65a7 00:49:23 ---> 2c5d43d577bc 00:49:23 Step 12/21 : ENV APP_PORT=48085 00:49:24 ---> Running in f9cc360a5e63 00:49:24 Removing intermediate container aece625be9d3 00:49:24 ---> d64c2b081b0c 00:49:24 Step 13/24 : EXPOSE $APP_PORT 00:49:24 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:49:24 Checking for services that may need to be restarted...done. 00:49:24 Checking for services that may need to be restarted...done. 00:49:24 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:24 Removing intermediate container a1456cc9d191 00:49:24 ---> ae3849b13876 00:49:24 Step 13/22 : EXPOSE $APP_PORT 00:49:24 ---> Running in 2fdc28841a9e 00:49:24 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:49:24 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:49:24 ---> Running in 758c84b99611 00:49:24 Removing intermediate container f75cc4fda076 00:49:24 ---> 9f5ea3862011 00:49:24 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:49:24 Selecting previously unselected package python3-minimal. 00:49:24 (Reading database ... 13012 files and directories currently installed.) 00:49:24 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:49:24 Removing intermediate container f9cc360a5e63 00:49:24 ---> 11142dae639a 00:49:24 Step 13/21 : EXPOSE $APP_PORT 00:49:24 ---> Running in 98dbd7b470d6 00:49:25 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:49:25 Selecting previously unselected package mime-support. 00:49:25 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:49:25 Unpacking mime-support (3.60ubuntu1) ... 00:49:25 Selecting previously unselected package libmpdec2:amd64. 00:49:25 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:49:25 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:49:25 Removing intermediate container 2fdc28841a9e 00:49:25 ---> d4c6716fb1a5 00:49:25 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:49:25 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:49:25 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:25 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:25 Removing intermediate container 758c84b99611 00:49:25 ---> 62d8a57e3000 00:49:25 Step 14/22 : WORKDIR / 00:49:25 Selecting previously unselected package python3.6. 00:49:25 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:49:25 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:49:25 Selecting previously unselected package libpython3-stdlib:amd64. 00:49:25 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:49:25 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:49:25 ---> Running in cffde8fcfd40 00:49:25 Removing intermediate container 98dbd7b470d6 00:49:25 ---> 713a60084369 00:49:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:49:25 Setting up python3-minimal (3.6.7-1~18.04) ... 00:49:25 Selecting previously unselected package python3. 00:49:25 (Reading database ... 13442 files and directories currently installed.) 00:49:25 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:49:26 Unpacking python3 (3.6.7-1~18.04) ... 00:49:26 Selecting previously unselected package multiarch-support. 00:49:26 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:49:26 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:49:26 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:49:26 ---> c86e47f83a39 00:49:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:49:26 Selecting previously unselected package liblzo2-2:amd64. 00:49:26 (Reading database ... 13479 files and directories currently installed.) 00:49:26 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:49:26 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:49:26 Selecting previously unselected package libbsd0:amd64. 00:49:26 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:49:26 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:49:26 Selecting previously unselected package sudo. 00:49:26 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:49:26 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:49:26 Selecting previously unselected package apparmor. 00:49:26 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:49:26 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:49:26 ---> 1fc6512720f8 00:49:26 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:49:26 Removing intermediate container cffde8fcfd40 00:49:26 ---> 7eceac423a8e 00:49:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:49:26 Selecting previously unselected package libedit2:amd64. 00:49:26 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:49:26 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:49:26 Selecting previously unselected package libkrb5support0:amd64. 00:49:26 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:49:26 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:49:27 ---> b95ac82cdddb 00:49:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:27 Selecting previously unselected package libk5crypto3:amd64. 00:49:27 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:49:27 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:49:27 Selecting previously unselected package libkeyutils1:amd64. 00:49:27 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:49:27 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:49:27 Selecting previously unselected package libkrb5-3:amd64. 00:49:27 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:49:27 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:49:27 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:49:27 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:49:27 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:49:27 Selecting previously unselected package libssl1.0.0:amd64. 00:49:27 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:49:27 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:49:27 Selecting previously unselected package openssh-client. 00:49:27 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:49:27 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:49:27 Selecting previously unselected package squashfs-tools. 00:49:27 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:49:27 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:49:28 Selecting previously unselected package snapd. 00:49:28 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:49:28 Unpacking snapd (2.48+18.04) ... 00:49:28 ---> f9ee1360f42b 00:49:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / ---> a46baf46d92f 00:49:28 00:49:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:49:29 ---> 1c10ab8fee7a 00:49:29 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:49:29 ---> 6986f432f254 00:49:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:29 ---> b4f97564c8f3 00:49:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:49:30 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:49:30 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:49:30 Setting up mime-support (3.60ubuntu1) ... 00:49:30 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:49:30 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:49:30 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:49:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:30 Setting up systemd (237-3ubuntu10.43) ... 00:49:30 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:49:30 ---> fb4b1ace3e8e 00:49:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:30 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:49:31 ---> df22bb2fc336 00:49:31 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:49:31 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:49:31 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:49:31 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:49:31 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:49:31 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:49:31 ---> Running in 1f2a14dd18f3 00:49:31 ---> 7d49fa3140f8 00:49:31 Step 18/22 : RUN chmod +x entrypoint.sh 00:49:31 ---> 3612f5fc5e60 00:49:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:49:31 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:49:31 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:49:31 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:49:31 Setting up python3 (3.6.7-1~18.04) ... 00:49:31 ---> Running in 53e738a8e315 00:49:32 running python rtupdate hooks for python3.6... 00:49:32 running python post-rtupdate hooks for python3.6... 00:49:32 Setting up apparmor (2.12-4ubuntu5.1) ... 00:49:32 ---> d114370f3ec6 00:49:32 Step 18/22 : ENTRYPOINT ["/core-command"] 00:49:32 Removing intermediate container 1f2a14dd18f3 00:49:32 ---> f57728f8eb04 00:49:32 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:32 ---> Running in fbcb73f114a5 00:49:32 ---> Running in 1ae075643958 00:49:33 ---> cf4c98eca235 00:49:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:33 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:49:33 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:49:33 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:49:33 Setting up snapd (2.48+18.04) ... 00:49:33 Removing intermediate container fbcb73f114a5 00:49:33 ---> cf2af1d8ee7f 00:49:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:33 Removing intermediate container 1ae075643958 00:49:33 ---> 8392f38daf13 00:49:33 Step 19/21 : LABEL arch=arm64 00:49:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:49:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:49:34 ---> Running in 5338d95361c1 00:49:34 ---> Running in 5f6261dabd0e 00:49:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:49:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:49:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:49:34 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:49:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:49:35 Removing intermediate container bbd700b41d71 00:49:35 ---> 0435f267a6af 00:49:35 00:49:35 Step 10/22 : FROM scratch 00:49:35 ---> 00:49:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:35 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:49:35 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:49:35 ---> Using cache 00:49:35 ---> 2c5d43d577bc 00:49:35 Step 12/22 : ENV APP_PORT=48081 00:49:35 Removing intermediate container 5338d95361c1 00:49:35 ---> 2e7e14efe0ef 00:49:35 Step 20/22 : LABEL arch=arm64 00:49:35 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:49:35 /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:49:35 Removing intermediate container 5f6261dabd0e 00:49:35 ---> 63ef0322b186 00:49:35 Step 20/21 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:49:35 ---> b192b6b6bc46 00:49:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:35 ---> Running in 0efc3716b236 00:49:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:49:35 Processing triggers for systemd (237-3ubuntu10.43) ... 00:49:35 ---> Running in 268faae06557 00:49:35 ---> Running in fbbb612b4753 00:49:36 Removing intermediate container 53e738a8e315 00:49:36 ---> da72f3cfb935 00:49:36 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:49:36 ---> Running in 8dc3cd1d5c5b 00:49:36 Removing intermediate container 0efc3716b236 00:49:36 ---> af0effda7ce8 00:49:36 Step 13/22 : EXPOSE $APP_PORT 00:49:36 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:49:36 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:49:36 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:49:36 Removing intermediate container 268faae06557 00:49:36 ---> 8047802069f5 00:49:36 Step 21/22 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:49:36 Removing intermediate container fbbb612b4753 00:49:36 ---> 3a6b68c9491f 00:49:36 Step 21/21 : LABEL version=0.0.0 00:49:36 ---> Running in 0b7f63bb8a5d 00:49:37 ---> Running in 5602541cc8d9 00:49:37 ---> Running in 8e5c5919b984 00:49:37 ---> ed807e191452 00:49:37 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:49:37 Removing intermediate container 8dc3cd1d5c5b 00:49:37 ---> 7d0a28864b7a 00:49:37 Step 20/22 : LABEL arch=arm64 00:49:37 Removing intermediate container 0b7f63bb8a5d 00:49:37 ---> 432fce9075d0 00:49:37 Step 14/22 : WORKDIR / 00:49:37 ---> Running in 33a43b66d7c9 00:49:37 ---> Running in d05336b90c67 00:49:37 Removing intermediate container 8e5c5919b984 00:49:37 ---> cba1a6bd3e59 00:49:37 Step 22/22 : LABEL version=0.0.0 00:49:37 ---> Running in 91a17a54c2fa 00:49:37 Removing intermediate container 5602541cc8d9 00:49:37 ---> 5f87b6606c66 00:49:37 00:49:37 Reading package lists... 00:49:38 Reading package lists... 00:49:38 Building dependency tree... 00:49:38 Reading state information... 00:49:38 ---> Running in 2a1dee964664 00:49:38 Calculating upgrade... 00:49:38 The following packages will be upgraded: 00:49:38 advancecomp base-files bash binutils binutils-common 00:49:38 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:49:38 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:49:38 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:49:38 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:49:38 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:49:38 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:49:38 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:49:38 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 00:49:38 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 00:49:38 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 00:49:38 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 00:49:38 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 00:49:38 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 00:49:38 ubuntu-keyring util-linux 00:49:38 Removing intermediate container d05336b90c67 00:49:38 ---> c654f6899d93 00:49:38 Step 21/22 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:49:38 Removing intermediate container 33a43b66d7c9 00:49:38 ---> 17ad1d2180fe 00:49:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:38 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:49:38 Need to get 63.7 MB of archives. 00:49:38 After this operation, 5203 kB of additional disk space will be used. 00:49:38 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:49:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 00:49:38 Successfully built 5f87b6606c66 00:49:38 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:38 ---> Running in a8f4aff11690 00:49:38 ---> Running in c23c38f12943 00:49:38  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 00:49:39 Removing intermediate container 91a17a54c2fa 00:49:39 ---> 066e223a807f 00:49:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:49:39 Removing intermediate container 2a1dee964664 00:49:39 ---> d5b1b61a5ef1 00:49:39 00:49:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:49:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:49:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:49:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:49:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:49:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:49: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:49: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:49: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:49:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:49:39 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:49:39 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:49:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:49:39 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:49:39 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:49:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:49:39 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:49:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:49:39 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:49:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:49:39 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:49:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:49:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:49:39 Removing intermediate container a8f4aff11690 00:49:39 ---> 109ac874f63f 00:49:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:49:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:49:39 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:49:39 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:49:39 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:49:39 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:49:39 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:49:39 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:49:39 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:49:39 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:49:39 Get:36 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:49:39 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:49:39 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:49:39 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:49:39 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:49:39 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:49:39 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:49:40 Step 22/22 : LABEL version=0.0.0 00:49:40 Removing intermediate container c23c38f12943 00:49:40 ---> 15a8469162bb 00:49:40 Step 22/24 : LABEL arch=arm64 00:49:40 Successfully built d5b1b61a5ef1 00:49:40 Successfully tagged docker-core-command-go-arm64:latest 00:49:40  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 00:49:40 ---> Running in c867050d536e 00:49:40 ---> Running in dcee31ce4e2b 00:49:40 ---> fbd7a96648f7 00:49:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:40 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:49:40 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:49:40 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:49:40 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:49:40 Get:47 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:49:40 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:49:40 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:49:40 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:49:40 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:49:40 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:49:40 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:49:40 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:49:40 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:49:40 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:49:40 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:49:40 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:49:40 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:49:40 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:49:40 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:49:40 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:49:40 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:49:40 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:49:40 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:49:40 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:49:40 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:49:40 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:49:40 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:49:40 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:49:40 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:49:40 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:49:40 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:49:40 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:49:40 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:49:40 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:49:40 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:49:40 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:49:40 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:49:40 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:49:40 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:49:40 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:49:40 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:49:40 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:49:40 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:49:41 Removing intermediate container dcee31ce4e2b 00:49:41 Removing intermediate container c867050d536e 00:49:41 ---> 0f432c720b82 00:49:41 00:49:41 ---> a2bc8694b14f 00:49:41 Step 23/24 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:49:41 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:49:41 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:49:41 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:49:41 ---> Running in 428e40b3991a 00:49:41 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:49:41 Successfully built 0f432c720b82 00:49:41 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:49:42 Building docker-core-data-go 00:49:42  Building docker-security-bootstrap-redis-go ... done  ---> 888c5486b50e 00:49:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:42 Removing intermediate container 428e40b3991a 00:49:42 ---> 7ed6d46e27df 00:49:42 Step 24/24 : LABEL version=0.0.0 00:49:42 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:49:42 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:49:42 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:49:42 ---> Running in 2886ea06ba3e 00:49:42 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:49:42 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:49:42 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:49:42 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:49:42 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:49:43 ---> 7bcfe3317cf4 00:49:43 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:49:43 debconf: delaying package configuration, since apt-utils is not installed 00:49:43 Fetched 63.7 MB in 4s (14.3 MB/s) 00:49:43 (Reading database ... 13912 files and directories currently installed.) 00:49:43 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:49:43 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:49:43 Removing intermediate container 2886ea06ba3e 00:49:43 ---> 6f13ec5c2bd7 00:49:43 00:49:43 ---> Running in 3a9ef1f93fde 00:49:43 Successfully built 6f13ec5c2bd7 00:49:43 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:43 Building docker-sys-mgmt-agent-go 00:49:43 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:49:43 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:49:43  Building docker-support-notifications-go ... done Removing intermediate container 3a9ef1f93fde 00:49:43 ---> 040b8243a763 00:49:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:43 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 00:49:43 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 00:49:44 ---> Running in 536df18ab918 00:49:44 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:44 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:44 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:44 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:44 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:44 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:45 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:45 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:45 Removing intermediate container 536df18ab918 00:49:45 ---> cff602f293d7 00:49:45 Step 20/22 : LABEL arch=arm64 00:49:45 ---> Running in b481be28182b 00:49:45 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:45 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:45 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:45 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:45 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:45 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:45 Removing intermediate container b481be28182b 00:49:45 ---> cf818d506c40 00:49:45 Step 21/22 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:49:45 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:45 (Reading database ... 13911 files and directories currently installed.) 00:49:45 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:45 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:49:45 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:49:46 (Reading database ... 13911 files and directories currently installed.) 00:49:46 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:46 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:46 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:46 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:46 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:49:46 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:49:46 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:49:46 (Reading database ... 13911 files and directories currently installed.) 00:49:46 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:49:46 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:49:47 ---> Running in 59a8a134947b 00:49:47 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:49:47 (Reading database ... 13911 files and directories currently installed.) 00:49:47 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:49:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:49:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:49:47 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:49:47 Setting up base-files (10.1ubuntu2.10) ... 00:49:47 Installing new version of config file /etc/issue ... 00:49:48 Installing new version of config file /etc/issue.net ... 00:49:48 Installing new version of config file /etc/lsb-release ... 00:49:48 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:49:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:49:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:49:48 Removing obsolete conffile /etc/default/motd-news ... 00:49:48 (Reading database ... 13912 files and directories currently installed.) 00:49:48 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:49:48 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:49:48 Setting up bash (4.4.18-2ubuntu1.2) ... 00:49:48 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:49:48 (Reading database ... 13912 files and directories currently installed.) 00:49:48 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:48 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:49:48 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:49:49 (Reading database ... 13912 files and directories currently installed.) 00:49:49 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:49:49 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:49:49 Setting up tar (1.29b-2ubuntu0.1) ... 00:49:49 Removing intermediate container 59a8a134947b 00:49:49 ---> b0a771823909 00:49:49 Step 22/22 : LABEL version=0.0.0 00:49:49 (Reading database ... 13912 files and directories currently installed.) 00:49:49 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:49:49 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:49:49 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:49:49 (Reading database ... 13912 files and directories currently installed.) 00:49:49 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:49:49 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:49:49 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:49:49 (Reading database ... 13912 files and directories currently installed.) 00:49:49 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:49:50 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:49:50 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:49:50 (Reading database ... 13912 files and directories currently installed.) 00:49:50 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:49:50 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:49:50 Setting up grep (3.1-2build1) ... 00:49:50 ---> Running in 63a3c65ce342 00:49:50 (Reading database ... 13912 files and directories currently installed.) 00:49:50 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:49:50 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:49:50 Setting up login (1:4.5-1ubuntu2) ... 00:49:50 (Reading database ... 13912 files and directories currently installed.) 00:49:50 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:49:50 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:51 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:49:51 (Reading database ... 13912 files and directories currently installed.) 00:49:51 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:49:51 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:49:51 Removing intermediate container 63a3c65ce342 00:49:51 ---> 105ec1142c2e 00:49:51 00:49:51 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:49:51 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:49:51 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:49:51 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:49:51 Successfully built 105ec1142c2e 00:49:51 Successfully tagged docker-core-metadata-go-arm64:latest 00:49:52 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:49:52 (Reading database ... 13912 files and directories currently installed.) 00:49:52 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:49:52 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:49:53 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:49:53 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:49:53 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:49:53 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:49:53 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:49:54 (Reading database ... 13912 files and directories currently installed.) 00:49:54 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:49:54 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:49:54 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:49:54 (Reading database ... 13912 files and directories currently installed.) 00:49:54 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:54 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:54 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:54 (Reading database ... 13912 files and directories currently installed.) 00:49:54 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:54 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:54 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:54 (Reading database ... 13912 files and directories currently installed.) 00:49:54 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:54 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:54 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:55 (Reading database ... 13912 files and directories currently installed.) 00:49:55 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:55 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:55 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:55 (Reading database ... 13912 files and directories currently installed.) 00:49:55 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:49:55 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:55 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:49:55 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:55 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:49:55 (Reading database ... 13912 files and directories currently installed.) 00:49:55 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:49:55 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:55 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:49:56 (Reading database ... 13912 files and directories currently installed.) 00:49:56 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:56 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:56 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:49:56 (Reading database ... 13912 files and directories currently installed.) 00:49:56 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:56 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:56 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:49:56 (Reading database ... 13912 files and directories currently installed.) 00:49:56 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:56 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:57 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:49:57 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:49:57 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:49:57 (Reading database ... 13912 files and directories currently installed.) 00:49:57 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:49:57 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:49:58 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:49:58 (Reading database ... 13912 files and directories currently installed.) 00:49:58 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:49:58 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:49:58 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:49:58 (Reading database ... 13914 files and directories currently installed.) 00:49:58 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:49:58 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:49:58 Setting up debconf (1.5.66ubuntu1) ... 00:49:58 (Reading database ... 13914 files and directories currently installed.) 00:49:58 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:49:58 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:49:58 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:49:59 (Reading database ... 13914 files and directories currently installed.) 00:49:59 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:49:59 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:49:59 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:49:59 (Reading database ... 13914 files and directories currently installed.) 00:49:59 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:49:59 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:49:59 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:49:59 (Reading database ... 13914 files and directories currently installed.) 00:49:59 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:49:59 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:49:59 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:49:59 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:49:59 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:49:59 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:50:00 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:50:00 (Reading database ... 13914 files and directories currently installed.) 00:50:00 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:50:00 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:50:00 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:50:00 (Reading database ... 13914 files and directories currently installed.) 00:50:00 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:50:00 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:50:00 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:50:00 (Reading database ... 13914 files and directories currently installed.) 00:50:00 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:50:00 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:50:00 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:50:00 (Reading database ... 13914 files and directories currently installed.) 00:50:00 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:50:00 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:50:01 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:50:01 (Reading database ... 13914 files and directories currently installed.) 00:50:01 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:50:01 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:50:01 Setting up passwd (1:4.5-1ubuntu2) ... 00:50:01 (Reading database ... 13914 files and directories currently installed.) 00:50:01 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:50:01 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:50:02 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:50:02 (Reading database ... 13914 files and directories currently installed.) 00:50:02 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:50:02 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:50:02 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:50:02 (Reading database ... 13914 files and directories currently installed.) 00:50:02 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:50:02 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:50:02 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:50:02 (Reading database ... 13914 files and directories currently installed.) 00:50:02 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:50:02 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:50:02 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:50:02 (Reading database ... 13914 files and directories currently installed.) 00:50:02 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:50:02 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:50:03 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:50:03 (Reading database ... 13914 files and directories currently installed.) 00:50:03 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:50:03 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:50:03 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:50:03 (Reading database ... 13914 files and directories currently installed.) 00:50:03 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:50:03 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:50:03 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:50:03 (Reading database ... 13915 files and directories currently installed.) 00:50:03 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:50:03 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:50:03 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:50:03 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:50:03 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:50:03 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:50:04 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:50:04 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:50:04 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:50:04 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:50:04 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:50:04 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:50:04 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:50:04 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:50:04 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:50:04 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:50:04 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:50:04 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:50:04 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:50:04 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:50:05 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:50:05 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:50:05 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:50:05 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:50:06 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:50:06 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:50:06 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:50:06 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:50:06 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:50:06 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:50:07 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:50:07 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:50:07 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:50:07 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:50:07 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:50:07 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:50:07 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:07 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:07 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:07 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:07 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:07 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:07 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:08 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:08 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:08 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:09 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:09 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:10 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:10 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:10 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:10 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:11 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:50:11 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:50:11 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:50:11 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:50:11 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:50:11 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:50:11 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:50:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:50:12 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:50:12 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:50:12 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:50:12 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:50:12 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:50:12 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:50:12 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:50:12 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:50:12 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:12 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:50:12 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:12 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:12 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:13 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:50:13 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:50:13 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:50:13 00:50:13 Current default time zone: 'Etc/UTC' 00:50:13 Local time is now: Sun Jan 10 00:50:12 UTC 2021. 00:50:13 Universal Time is now: Sun Jan 10 00:50:12 UTC 2021. 00:50:13 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:50:13 00:50:13 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:50:13 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:13 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 00:50:13 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:50:13 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:50:13 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:50:13 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:50:13 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:50:13 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:50:13 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:50:13 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:13 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:50:13 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:13 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:50:13 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:13 Setting up patch (2.7.6-2ubuntu1.1) ... 00:50:13 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:50:13 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:50:13 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:50:13 Installing new version of config file /etc/ssl/openssl.cnf ... 00:50:13 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:50:13 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:50:13 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:50:15 Updating certificates in /etc/ssl/certs... 00:50:16 22 added, 17 removed; done. 00:50:16 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:50:16 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:50:16 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:50:16 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:50:16 Setting up pkgbinarymangler (138.18.04.1) ... 00:50:16 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:16 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:50:16 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:16 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:16 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:17 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:50:17 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:50:17 Setting up perl (5.26.1-6ubuntu0.5) ... 00:50:17 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:50:17 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:50:17 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:50:17 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:50:17 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:50:17 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:50:17 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:50:17 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:50:17 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:50:17 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:50:17 Processing triggers for systemd (237-3ubuntu10.43) ... 00:50:17 Processing triggers for mime-support (3.60ubuntu1) ... 00:50:17 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:50:17 Updating certificates in /etc/ssl/certs... 00:50:18 0 added, 0 removed; done. 00:50:18 Running hooks in /etc/ca-certificates/update.d... 00:50:18 done. 00:50:18 Reading package lists... 00:50:18 Building dependency tree... 00:50:18 Reading state information... 00:50:19 The following NEW packages will be installed: 00:50:19 apt-transport-https 00:50:19 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:50:19 Need to get 1696 B of archives. 00:50:19 After this operation, 153 kB of additional disk space will be used. 00:50:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:50:19 debconf: delaying package configuration, since apt-utils is not installed 00:50:19 Fetched 1696 B in 0s (8506 B/s) 00:50:19 Selecting previously unselected package apt-transport-https. 00:50:19 (Reading database ... 13929 files and directories currently installed.) 00:50:19 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:50:19 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:50:19 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:50:19 Waiting for network to be ready... 00:50:24 2021-01-10T00:50:22Z INFO Waiting for automatic snapd restart... 00:50:25 snapd 2.48.2 from Canonical* installed 00:50:26 "snapd" switched to the "latest/stable" channel 00:50:26 00:50:28 core18 20201210 from Canonical* installed 00:50:28 "core18" switched to the "latest/stable" channel 00:50:28 00:50:32 snapcraft 4.4.4 from Canonical* installed 00:50:32 "snapcraft" switched to the "latest/stable" channel 00:50:32 00:50: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:50:35 - README.md 00:50:35 - snapcraft.yaml.orig 00:50:35 00:50:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:50:38  Building docker-core-metadata-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:38 ---> 026a51739377 00:50:38 Step 3/21 : WORKDIR /edgex-go 00:50:38 ---> Using cache 00:50:38 ---> 79b28f5b2d02 00:50:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:38 ---> Using cache 00:50:38 ---> 048ca0924021 00:50:38 Step 5/21 : RUN apk add --update --no-cache make git 00:50:38 ---> Using cache 00:50:38 ---> 9f0ec390d5d5 00:50:38 Step 6/21 : COPY go.mod . 00:50:38 ---> Using cache 00:50:38 ---> 6937f75eb0fa 00:50:38 Step 7/21 : RUN go mod download 00:50:38 ---> Using cache 00:50:38 ---> 100fbfa422b7 00:50:38 Step 8/21 : COPY . . 00:50:38 ---> Using cache 00:50:38 ---> 92764ade23d1 00:50:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:50:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:38 ---> 026a51739377 00:50:38 Step 3/24 : WORKDIR /edgex-go 00:50:38 ---> Using cache 00:50:38 ---> 79b28f5b2d02 00:50:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:38 ---> Using cache 00:50:38 ---> 048ca0924021 00:50:38 Step 5/24 : RUN apk add --update --no-cache make git 00:50:38 ---> Using cache 00:50:38 ---> 9f0ec390d5d5 00:50:38 Step 6/24 : COPY go.mod . 00:50:38 ---> Using cache 00:50:38 ---> 6937f75eb0fa 00:50:38 Step 7/24 : RUN go mod download 00:50:38 ---> Using cache 00:50:38 ---> 100fbfa422b7 00:50:38 Step 8/24 : COPY . . 00:50:38 ---> Using cache 00:50:38 ---> 92764ade23d1 00:50:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:50:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:38 ---> 026a51739377 00:50:38 Step 3/23 : WORKDIR /edgex-go 00:50:38 ---> Using cache 00:50:38 ---> 79b28f5b2d02 00:50:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:38 ---> Using cache 00:50:38 ---> 048ca0924021 00:50:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:38 ---> 026a51739377 00:50:38 Step 3/26 : WORKDIR /edgex-go 00:50:38 ---> Using cache 00:50:38 ---> 79b28f5b2d02 00:50:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:38 ---> Using cache 00:50:38 ---> 048ca0924021 00:50:38 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:39 ---> Running in ec48c047afcd 00:50:39 ---> Running in f8d2ea607d39 00:50:39 ---> Running in 1889383df094 00:50:39 ---> Running in ff22e7d7bef0 00:50:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:40 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:50:41 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:50:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:42 OK: 217 MiB in 51 packages 00:50:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:50:42 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:50:42 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:50:42 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:50:43 OK: 217 MiB in 51 packages 00:50:43 Reading package lists... 00:50: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:50:44 Removing intermediate container f8d2ea607d39 00:50:44 ---> c2c2f7a4db5b 00:50:44 Step 6/26 : COPY go.mod . 00:50:45 Removing intermediate container ec48c047afcd 00:50:45 ---> e4883fb9681b 00:50:45 Step 6/23 : COPY go.mod . 00:50:46 ---> 570c7d851b79 00:50:46 Step 7/26 : RUN go mod download 00:50:46 ---> Running in c5929cc9ff0d 00:50:46 ---> 4779a5b27297 00:50:46 Step 7/23 : RUN go mod download 00:50:46 ---> Running in 7a38c406b134 00:50:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:50:50 Reading package lists... 00:50:50 Building dependency tree... 00:50:50 Reading state information... 00:50:50 Suggested packages: 00:50:50 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:50:50 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:50:50 Recommended packages: 00:50:50 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:50:50 The following NEW packages will be installed: 00:50:50 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:50:50 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:50:50 pkg-config zip 00:50:50 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:50:50 Need to get 7655 kB of archives. 00:50:50 After this operation, 43.7 MB of additional disk space will be used. 00:50:50 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:50:50 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:50:50 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:50:50 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:50:51 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:50:51 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:50:51 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:50:51 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:50:51 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:50:51 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:50:51 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:50:51 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:50:51 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:50:51 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:50:51 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:50:51 debconf: delaying package configuration, since apt-utils is not installed 00:50:51 Fetched 7655 kB in 1s (6580 kB/s) 00:50:51 Selecting previously unselected package libglib2.0-0:amd64. 00:50:51 (Reading database ... 13933 files and directories currently installed.) 00:50:51 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:50:51 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:50:52 Selecting previously unselected package libpsl5:amd64. 00:50:52 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:50:52 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:50:52 Selecting previously unselected package libnghttp2-14:amd64. 00:50:52 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:50:52 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:50:52 Selecting previously unselected package librtmp1:amd64. 00:50:52 Removing intermediate container c5929cc9ff0d 00:50:52 ---> 37e24511425b 00:50:52 Step 8/26 : COPY . . 00:50:52 Removing intermediate container 7a38c406b134 00:50:52 ---> 2a8e417baca6 00:50:52 Step 8/23 : COPY . . 00:50:52 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:50:52 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:50:52 Selecting previously unselected package libcurl3-gnutls:amd64. 00:50:52 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:50:52 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:50:52 Selecting previously unselected package liberror-perl. 00:50:52 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:50:52 Unpacking liberror-perl (0.17025-1) ... 00:50:52 Selecting previously unselected package git-man. 00:50:52 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:50:52 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:50:52 Selecting previously unselected package git. 00:50:52 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:50:52 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:50:53 Selecting previously unselected package libnorm1:amd64. 00:50:53 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:50:53 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:50:53 Selecting previously unselected package libpgm-5.2-0:amd64. 00:50:53 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:50:53 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:50:53 Selecting previously unselected package libsodium23:amd64. 00:50:53 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:50:53 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:50:53 Selecting previously unselected package libzmq5:amd64. 00:50:53 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:50:53 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:50:54 Selecting previously unselected package libzmq3-dev:amd64. 00:50:54 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:50:54 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:50:54 Selecting previously unselected package pkg-config. 00:50:54 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:50:54 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:50:54 Selecting previously unselected package zip. 00:50:54 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:50:54 Unpacking zip (3.0-11build1) ... 00:50:54 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:50:54 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:50:54 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:50:54 Setting up liberror-perl (0.17025-1) ... 00:50:54 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:50:54 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:50:54 No schema files found: doing nothing. 00:50:54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:50:54 Setting up zip (3.0-11build1) ... 00:50:54 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:50:54 Setting up libsodium23:amd64 (1.0.16-2) ... 00:50:54 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:50:54 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:50:54 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:50:54 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:50:54 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:50:54 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:51:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:01 git set to automatically installed. 00:51:01 git-man set to automatically installed. 00:51:01 libcurl3-gnutls set to automatically installed. 00:51:01 liberror-perl set to automatically installed. 00:51:01 libglib2.0-0 set to automatically installed. 00:51:01 libnghttp2-14 set to automatically installed. 00:51:01 libnorm1 set to automatically installed. 00:51:01 libpgm-5.2-0 set to automatically installed. 00:51:01 libpsl5 set to automatically installed. 00:51:01 librtmp1 set to automatically installed. 00:51:01 libsodium23 set to automatically installed. 00:51:01 libzmq3-dev set to automatically installed. 00:51:01 libzmq5 set to automatically installed. 00:51:01 pkg-config set to automatically installed. 00:51:01 zip set to automatically installed. 00:51:03 snapd is not logged in, snap install commands will use sudo 00:51:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:51:10 snap "core18" has no updates available 00:51:11 Pulling config-common 00:51:12 Pulling go-build-helper 00:51:25 ---> 31739a0971d9 00:51:25 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:51:25 ---> fa3db7e3c24b 00:51:25 Step 9/23 : RUN make cmd/core-data/core-data 00:51:25 ---> Running in dc7f138c9252 00:51:25 ---> Running in fe3718ddeed5 00:51:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:51:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:51:34 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:51:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 00:51:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 00:51:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:51:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:51:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 00:51:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 00:51:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 00:51:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:51:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:51:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:51:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:51:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:51:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:51:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:51:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:51:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:51:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:51:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] 00:51:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 00:51:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:51:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:51:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 00:51:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 00:51:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:51:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:51:34 Fetched 23.7 MB in 0s (0 B/s) 00:51:34 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:51:34 Fetched 96.5 kB in 0s (0 B/s) 00:51:34 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:51:34 Fetched 279 kB in 0s (0 B/s) 00:51:34 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:51:34 Fetched 122 kB in 0s (0 B/s) 00:51:34 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:51:34 Fetched 77.8 kB in 0s (0 B/s) 00:51:34 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:51:34 Fetched 8848 B in 0s (0 B/s) 00:51:34 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:51:34 Fetched 47.8 kB in 0s (0 B/s) 00:51:34 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:51:34 Fetched 45.6 kB in 0s (0 B/s) 00:51:34 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:51:34 Fetched 15.0 kB in 0s (0 B/s) 00:51:34 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:51:34 Fetched 214 kB in 0s (0 B/s) 00:51:34 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:51:34 Fetched 155 kB in 0s (0 B/s) 00:51:34 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:51:34 Fetched 50.6 kB in 0s (0 B/s) 00:51:34 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:51:34 Fetched 14.8 kB in 0s (0 B/s) 00:51:34 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:51:34 Fetched 41.8 kB in 0s (0 B/s) 00:51:34 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:51:34 Fetched 499 kB in 0s (0 B/s) 00:51:34 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:51:34 Fetched 111 kB in 0s (0 B/s) 00:51:34 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:51:34 Fetched 240 kB in 0s (0 B/s) 00:51:34 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:51:34 Fetched 29.3 kB in 0s (0 B/s) 00:51:34 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:51:34 Fetched 85.5 kB in 0s (0 B/s) 00:51:34 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:51:34 Fetched 24.5 kB in 0s (0 B/s) 00:51:34 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:51:34 Fetched 49.2 kB in 0s (0 B/s) 00:51:34 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:51:34 Fetched 54.2 kB in 0s (0 B/s) 00:51:34 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:51:34 Fetched 30.8 kB in 0s (0 B/s) 00:51:34 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:51:34 Fetched 17.0 kB in 0s (0 B/s) 00:51:34 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:51:34 Fetched 85.9 kB in 0s (0 B/s) 00:51:34 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:51:34 Fetched 8720 B in 0s (0 B/s) 00:51:34 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:51:34 Fetched 137 kB in 0s (0 B/s) 00:51:34 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:51:34 Fetched 119 kB in 0s (0 B/s) 00:51:34 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:51:34 Fetched 109 kB in 0s (0 B/s) 00:51:34 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:51:34 Fetched 11.1 kB in 0s (0 B/s) 00:51:34 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:51:34 Fetched 645 kB in 0s (0 B/s) 00:51:34 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:51:34 Fetched 41.3 kB in 0s (0 B/s) 00:51:34 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:51:34 Fetched 17.9 kB in 0s (0 B/s) 00:51:34 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:51:34 Fetched 368 kB in 0s (0 B/s) 00:51:34 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:51:34 Fetched 187 kB in 0s (0 B/s) 00:51:34 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:51:34 Fetched 175 kB in 0s (0 B/s) 00:51:34 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:51:36 Fetched 206 kB in 0s (0 B/s) 00:51:36 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:51:36 Fetched 1301 kB in 0s (0 B/s) 00:51:36 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:51:36 Fetched 36.2 kB in 0s (0 B/s) 00:51:36 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:51:36 Fetched 159 kB in 0s (0 B/s) 00:51:36 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:51:36 Fetched 107 kB in 0s (0 B/s) 00:51:36 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:51:36 Fetched 48.7 kB in 0s (0 B/s) 00:51:36 Pulling static-packages 00:51:37 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:51:37 Skipping pull go-build-helper (already ran) 00:51:37 Skipping pull static-packages (already ran) 00:51:37 Building go-build-helper 00:51:41 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:51:41 Building static-packages 00:51:42 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:51:43 Staging go-build-helper 00:51:44 Staging static-packages 00:51:45 Pulling go115 00:51:46 'edgex-go' has dependencies that need to be staged: go115 00:51:46 Skipping pull go115 (already ran) 00:51:46 Building go115 00:51:46 % Total % Received % Xferd Average Speed Time Time Time Current 00:51:46 Dload Upload Total Spent Left Speed 00:51:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 3215k 0 0 10.3M 0 0:00:11 --:--:-- 0:00:11 10.2M 41 115M 41 48.3M 0 0 37.2M 0 0:00:03 0:00:01 0:00:02 37.1M 81 115M 81 93.6M 0 0 40.4M 0 0:00:02 0:00:02 --:--:-- 40.3M 100 115M 100 115M 0 0 42.9M 0 0:00:02 0:00:02 --:--:-- 42.8M 00:51:49 go1.15.2.linux-amd64.tar.gz: OK 00:51:52 Staging go115 00:51:57 Removing intermediate container 1889383df094 00:51:57 ---> 0cb0580839cf 00:51:57 00:51:57 Step 10/24 : FROM alpine:3.12 00:51:57 ---> afeebe901d6b 00:51:57 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:51:57 ---> Using cache 00:51:57 ---> 2c35d80a3898 00:51:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:57 ---> Running in 7ce7c518292e 00:51:58 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:51:58 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:51:58 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:51:58 Fetched 0 B in 0s (0 B/s) 00:51:58 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:51:58 Fetched 224 kB in 0s (0 B/s) 00:51:58 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:51:58 Fetched 157 kB in 0s (0 B/s) 00:51:58 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:51:58 Fetched 221 kB in 0s (0 B/s) 00:51:58 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:51:58 Fetched 143 kB in 0s (0 B/s) 00:51:58 Pulling edgex-go 00:51:58 Removing intermediate container 7ce7c518292e 00:51:58 ---> b1415d84b7d4 00:51:58 Step 13/24 : WORKDIR / 00:51:59 ---> Running in 1e3f023ee0f0 00:51:59 Pulling version 00:52:00 Building config-common 00:52:00 Removing intermediate container 1e3f023ee0f0 00:52:00 ---> b7ceb82e55c9 00:52:00 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:52:01 Removing intermediate container ff22e7d7bef0 00:52:01 ---> b8251a317371 00:52:01 00:52:01 Step 10/21 : FROM alpine:3.12 00:52:01 ---> afeebe901d6b 00:52:01 Step 11/21 : RUN apk add --update --no-cache curl 00:52:01 ---> Running in e70edd5014e1 00:52:01 Skipping build go-build-helper (already ran) 00:52:01 Skipping build static-packages (already ran) 00:52:01 Skipping build go115 (already ran) 00:52:01 Building edgex-go 00:52:01 ---> 21adff548e2c 00:52:01 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:52:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:52:03 ---> b715d1b6abe9 00:52:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:52:03 go: downloading github.com/gorilla/mux v1.8.0 00:52:03 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 00:52:03 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:52:03 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 00:52:03 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:52:03 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 00:52:03 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:52:03 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 00:52:03 go: downloading github.com/pkg/errors v0.8.1 00:52:03 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:52:03 go: downloading github.com/google/uuid v1.1.4 00:52:03 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:52:03 go: downloading github.com/go-kit/kit v0.8.0 00:52:03 go: downloading github.com/BurntSushi/toml v0.3.1 00:52:03 go: downloading gopkg.in/yaml.v2 v2.4.0 00:52:03 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:52:03 go: downloading github.com/imdario/mergo v0.3.11 00:52:03 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:52:03 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:52:03 go: downloading github.com/pelletier/go-toml v1.2.0 00:52:03 go: downloading github.com/x448/float16 v0.8.4 00:52:03 go: downloading github.com/hashicorp/consul/api v1.1.0 00:52:03 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:52:03 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:52:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:03 go: downloading github.com/pebbe/zmq4 v1.2.2 00:52:03 go: downloading github.com/mitchellh/copystructure v1.0.0 00:52:03 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:52:03 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:52:03 go: downloading github.com/go-playground/universal-translator v0.17.0 00:52:03 go: downloading github.com/leodido/go-urn v1.2.0 00:52:03 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:52:03 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:52:03 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:52:03 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:52:03 go: downloading github.com/hashicorp/serf v0.8.2 00:52:03 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:52:03 go: downloading github.com/go-playground/locales v0.13.0 00:52:03 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:52:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:04 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:52:04 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:52:04 ---> 633ebcabf44c 00:52:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:52:04 (1/4) Installing ca-certificates (20191127-r4) 00:52:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:04 (3/4) Installing libcurl (7.69.1-r3) 00:52:04 (4/4) Installing curl (7.69.1-r3) 00:52:05 Executing busybox-1.31.1-r19.trigger 00:52:05 Executing ca-certificates-20191127-r4.trigger 00:52:05 OK: 7 MiB in 18 packages 00:52:06 ---> 494faa1cb8eb 00:52:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:52:08 Removing intermediate container e70edd5014e1 00:52:08 ---> 883f06259b0d 00:52:08 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:08 ---> b9610e391602 00:52:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:52:09 ---> Running in 2fa38d6837dc 00:52:09 Removing intermediate container 2fa38d6837dc 00:52:09 ---> b623ab465f3d 00:52:09 Step 13/21 : WORKDIR /edgex 00:52:09 ---> Running in 003826d26698 00:52:10 ---> e5688f2ee4d5 00:52:10 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:52:10 ---> Running in f7ed1da3326d 00:52:10 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:52:11 Removing intermediate container 003826d26698 00:52:11 ---> 23bbcc383df9 00:52:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:12 ---> 80298b7750a8 00:52:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:52:14 ---> 00bbfaaf46c8 00:52:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:14 Removing intermediate container f7ed1da3326d 00:52:14 ---> 867d7f17b548 00:52:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:52:14 ---> Running in 529f00b909f2 00:52:14 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:52:15 Removing intermediate container 529f00b909f2 00:52:15 ---> 643a02686f2c 00:52:15 Step 22/24 : LABEL arch=arm64 00:52:15 ---> Running in e05ea127d9ab 00:52:15 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:52:16 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:52:16 go: downloading github.com/stretchr/testify v1.6.1 00:52:16 go: downloading github.com/pmezard/go-difflib v1.0.0 00:52:16 go: downloading github.com/davecgh/go-spew v1.1.1 00:52:16 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:52:16 ---> d49a0f933494 00:52:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:16 ---> Running in 6a9647dc2cec 00:52:16 Removing intermediate container e05ea127d9ab 00:52:16 ---> 3f7b3b6d3def 00:52:16 Step 23/24 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:52:17 ---> Running in 8105be14488a 00:52:17 Removing intermediate container 6a9647dc2cec 00:52:17 ---> 00bdf6fc11f2 00:52:17 Step 18/21 : CMD ["--init=true"] 00:52:17 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:52:17 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:52:17 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:52:17 ---> Running in d4acc91985db 00:52:17 Removing intermediate container 8105be14488a 00:52:17 ---> afadf4f11634 00:52:17 Step 24/24 : LABEL version=0.0.0 00:52:17 ---> Running in 6d11f1b8243b 00:52:18 Removing intermediate container d4acc91985db 00:52:18 ---> 45a7b0886656 00:52:18 Step 19/21 : LABEL arch=arm64 00:52:18 ---> Running in 8410662d24df 00:52:18 Removing intermediate container 6d11f1b8243b 00:52:18 ---> 8bca960d0e92 00:52:18 00:52:18 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:52:18 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:52:19 Successfully built 8bca960d0e92 00:52:19 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:52:19  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8410662d24df 00:52:19 ---> 618db7c46cba 00:52:19 Step 20/21 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:52:19 ---> Running in 63cad77c6082 00:52:19 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:52:19 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:52:20 Removing intermediate container 63cad77c6082 00:52:20 ---> 4813b22459ce 00:52:20 Step 21/21 : LABEL version=0.0.0 00:52:20 ---> Running in 597b8071f9a5 00:52:21 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:52:21 Removing intermediate container 597b8071f9a5 00:52:21 ---> 3ac288155823 00:52:21 00:52:21 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:52:21 Successfully built 3ac288155823 00:52:21 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:22 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:52:24 Building version 00:52:26 Staging config-common 00:52:27 Skipping stage go-build-helper (already ran) 00:52:27 Skipping stage static-packages (already ran) 00:52:27 Skipping stage go115 (already ran) 00:52:27 Staging edgex-go 00:52:28 Staging version 00:52:29 Priming config-common 00:52:30 Priming go-build-helper 00:52:30 Priming static-packages 00:52:33 Priming go115 00:52:33 Priming edgex-go 00:52:34 Priming version 00:52:35 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:52:40  Building docker-security-proxy-setup-go ... done Removing intermediate container dc7f138c9252 00:52:40 ---> d38615861408 00:52:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:40 ---> Running in 40422c98acc1 00:52:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:52:42 Removing intermediate container 40422c98acc1 00:52:42 ---> 1d46bec08e1a 00:52:42 00:52:42 Step 11/26 : FROM docker:20.10.0 00:52:42 20.10.0: Pulling from library/docker 00:52:51 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:51 Status: Downloaded newer image for docker:20.10.0 00:52:51 ---> eeaf43b92773 00:52:51 Step 12/26 : RUN apk add --no-cache bash 00:52:51 ---> Running in 7f16a7bf3ed7 00:52:51 Removing intermediate container fe3718ddeed5 00:52:51 ---> 6b3d358fc8cf 00:52:51 00:52:51 Step 10/23 : FROM alpine:3.12 00:52:51 ---> afeebe901d6b 00:52:51 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:51 ---> Running in 63b9bd062120 00:52:52 Removing intermediate container 63b9bd062120 00:52:52 ---> e2ee3c93ffb0 00:52:52 Step 12/23 : ENV APP_PORT=48080 00:52:52 ---> Running in 2c5146c047b0 00:52:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:52 Removing intermediate container 2c5146c047b0 00:52:52 ---> 593959b3d97a 00:52:52 Step 13/23 : EXPOSE $APP_PORT 00:52:53 ---> Running in a8eda1d77336 00:52:53 (1/2) Installing readline (8.0.4-r0) 00:52:53 (2/2) Installing bash (5.0.17-r0) 00:52:53 Removing intermediate container a8eda1d77336 00:52:53 ---> 7458d40b449e 00:52:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:53 Executing bash-5.0.17-r0.post-install 00:52:53 Executing busybox-1.31.1-r19.trigger 00:52:53 OK: 12 MiB in 22 packages 00:52:53 ---> Running in 1ea6ad9633f1 00:52:55 Removing intermediate container 7f16a7bf3ed7 00:52:55 ---> 288e59bcf42c 00:52:55 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:55 ---> Running in ca19e39253d8 00:52:55 Removing intermediate container ca19e39253d8 00:52:55 ---> 717c46c3f6e1 00:52:55 Step 14/26 : ENV APP_PORT=48090 00:52:55 ---> Running in 7d8d93b09a24 00:52:56 Removing intermediate container 1ea6ad9633f1 00:52:56 ---> c4d7ee309314 00:52:56 Step 15/23 : RUN apk add --update --no-cache zeromq 00:52:56 ---> Running in 5524c28dd2b2 00:52:56 Removing intermediate container 7d8d93b09a24 00:52:56 ---> 98d4626fdb2b 00:52:56 Step 15/26 : EXPOSE $APP_PORT 00:52:56 ---> Running in f72b738d8669 00:52:57 Removing intermediate container f72b738d8669 00:52:57 ---> 2eba6b7cf4b8 00:52:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:58 ---> 1957ebe65b76 00:52:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:59 ---> 6f407e15d5d3 00:52:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:53:00 ---> 70e0d62eef28 00:53:00 Step 19/26 : RUN apk --no-cache add py3-pip 00:53:00 (1/5) Installing libgcc (9.3.0-r2) 00:53:00 (2/5) Installing libsodium (1.0.18-r0) 00:53:00 ---> Running in 8c54ca542f68 00:53:00 (3/5) Installing libstdc++ (9.3.0-r2) 00:53:00 (4/5) Installing libzmq (4.3.3-r0) 00:53:01 (5/5) Installing zeromq (4.3.3-r0) 00:53:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:01 Executing busybox-1.31.1-r19.trigger 00:53:01 OK: 8 MiB in 19 packages 00:53:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:01 (1/33) Installing libbz2 (1.0.8-r1) 00:53:01 (2/33) Installing expat (2.2.9-r1) 00:53:02 (3/33) Installing libffi (3.3-r2) 00:53:02 (4/33) Installing gdbm (1.13-r1) 00:53:02 (5/33) Installing xz-libs (5.2.5-r0) 00:53:02 (6/33) Installing sqlite-libs (3.32.1-r0) 00:53:02 (7/33) Installing python3 (3.8.5-r0) 00:53:02 Removing intermediate container 5524c28dd2b2 00:53:02 ---> 6b06c0ae046a 00:53:02 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:53:04 ---> 0cf77354097e 00:53:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:04 (8/33) Installing py3-appdirs (1.4.4-r1) 00:53:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:53:04 (10/33) Installing py3-parsing (2.4.7-r0) 00:53:04 (11/33) Installing py3-six (1.15.0-r0) 00:53:04 (12/33) Installing py3-packaging (20.4-r0) 00:53:04 (13/33) Installing py3-setuptools (47.0.0-r0) 00:53:04 (14/33) Installing py3-chardet (3.0.4-r4) 00:53:04 (15/33) Installing py3-idna (2.9-r0) 00:53:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:53:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:53:04 (18/33) Installing py3-requests (2.23.0-r0) 00:53:04 (19/33) Installing py3-msgpack (1.0.0-r0) 00:53:04 (20/33) Installing py3-lockfile (0.12.2-r3) 00:53:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:53:04 (22/33) Installing py3-colorama (0.4.3-r0) 00:53:04 (23/33) Installing py3-distlib (0.3.0-r0) 00:53:04 (24/33) Installing py3-distro (1.5.0-r1) 00:53:04 (25/33) Installing py3-webencodings (0.5.1-r3) 00:53:04 (26/33) Installing py3-html5lib (1.0.1-r4) 00:53:04 (27/33) Installing py3-pytoml (0.1.21-r0) 00:53:04 (28/33) Installing py3-pep517 (0.8.2-r0) 00:53:04 (29/33) Installing py3-progress (1.5-r0) 00:53:04 (30/33) Installing py3-toml (0.10.1-r0) 00:53:04 (31/33) Installing py3-retrying (1.3.3-r0) 00:53:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:53:04 (33/33) Installing py3-pip (20.1.1-r0) 00:53:04 Executing busybox-1.31.1-r19.trigger 00:53:05 OK: 71 MiB in 55 packages 00:53:05 ---> e5d8bd47f973 00:53:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:06 ---> 7bd004f5907f 00:53:06 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:06 ---> Running in eae1783b1bd6 00:53:06 Removing intermediate container eae1783b1bd6 00:53:06 ---> ddad887e77ba 00:53:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:07 ---> Running in 9e2a8723b111 00:53:07 Removing intermediate container 9e2a8723b111 00:53:07 ---> e3f5dc56adc3 00:53:07 Step 21/23 : LABEL arch=arm64 00:53:07 ---> Running in 12ffd79a0641 00:53:08 Removing intermediate container 12ffd79a0641 00:53:08 ---> 501fa666bf84 00:53:08 Step 22/23 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:53:08 ---> Running in 0c984c8ec9d0 00:53:09 Removing intermediate container 0c984c8ec9d0 00:53:09 ---> 86587c1cd203 00:53:09 Step 23/23 : LABEL version=0.0.0 00:53:09 ---> Running in d44c69a6967a 00:53:10 Removing intermediate container d44c69a6967a 00:53:10 ---> 9586a752afdc 00:53:10 00:53:10 Removing intermediate container 8c54ca542f68 00:53:10 ---> 1bd75cae2a6c 00:53:10 Step 20/26 : RUN pip install docker-compose==1.23.2 00:53:10 Successfully built 9586a752afdc 00:53:10 Successfully tagged docker-core-data-go-arm64:latest 00:53:10  Building docker-core-data-go ... done  ---> Running in 7e8d6206b40a 00:53:15 Collecting docker-compose==1.23.2 00:53:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:53:17 Collecting docker<4.0,>=3.6.0 00:53:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:53:17 Collecting texttable<0.10,>=0.9.0 00:53:17 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:53:19 Collecting dockerpty<0.5,>=0.4.1 00:53:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:22 Collecting websocket-client<1.0,>=0.32.0 00:53:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:53:22 Collecting docopt<0.7,>=0.6.1 00:53:22 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:24 Collecting jsonschema<3,>=2.5.1 00:53:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:53:25 Collecting cached-property<2,>=1.2.0 00:53:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:53:25 Collecting PyYAML<4,>=3.10 00:53:25 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:29 Collecting docker-pycreds>=0.4.0 00:53:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:30 Collecting urllib3<1.25,>=1.21.1 00:53:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:30 Collecting idna<2.8,>=2.5 00:53:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:30 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:53:30 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:53:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:31 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, texttable, dockerpty, docopt, jsonschema, cached-property, PyYAML, docker-compose 00:53:31 Attempting uninstall: urllib3 00:53:31 Found existing installation: urllib3 1.25.9 00:53:31 Uninstalling urllib3-1.25.9: 00:53:31 Successfully uninstalled urllib3-1.25.9 00:53:32 Attempting uninstall: idna 00:53:32 Found existing installation: idna 2.9 00:53:32 Uninstalling idna-2.9: 00:53:32 Successfully uninstalled idna-2.9 00:53:32 Attempting uninstall: requests 00:53:32 Found existing installation: requests 2.23.0 00:53:32 Uninstalling requests-2.23.0: 00:53:32 Successfully uninstalled requests-2.23.0 00:53:34 Running setup.py install for texttable: started 00:53:36 Running setup.py install for texttable: finished with status 'done' 00:53:36 Running setup.py install for dockerpty: started 00:53:37 Running setup.py install for dockerpty: finished with status 'done' 00:53:37 Running setup.py install for docopt: started 00:53:39 Running setup.py install for docopt: finished with status 'done' 00:53:40 Running setup.py install for PyYAML: started 00:53:41 Running setup.py install for PyYAML: finished with status 'done' 00:53:42 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:53:47 Removing intermediate container 7e8d6206b40a 00:53:47 ---> f25b754cbdef 00:53:47 Step 21/26 : RUN apk --no-cache add curl 00:53:47 ---> Running in 34194cb764b0 00:53:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:48 (2/3) Installing libcurl (7.69.1-r3) 00:53:48 (3/3) Installing curl (7.69.1-r3) 00:53:48 Executing busybox-1.31.1-r19.trigger 00:53:48 OK: 71 MiB in 58 packages 00:53:50 Removing intermediate container 34194cb764b0 00:53:50 ---> 3f7f8d5503b0 00:53:50 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:50 ---> Running in 9a872bb1e6d8 00:53:50 Removing intermediate container 9a872bb1e6d8 00:53:50 ---> c7c7843d7dc9 00:53:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:50 ---> Running in effefebbc411 00:53:51 Removing intermediate container effefebbc411 00:53:51 ---> 4d00c934de85 00:53:51 Step 24/26 : LABEL arch=arm64 00:53:51 ---> Running in edd6c3b5fb91 00:53:51 Removing intermediate container edd6c3b5fb91 00:53:51 ---> b547e7aa6aad 00:53:51 Step 25/26 : LABEL git_sha=b7fffbd951ede11e92d5e8b19c721f82551a4734 00:53:51 ---> Running in 45be5da8b4e4 00:53:52 Removing intermediate container 45be5da8b4e4 00:53:52 ---> 9ff501dd26ca 00:53:52 Step 26/26 : LABEL version=0.0.0 00:53:52 ---> Running in 205af034dbe0 00:53:53 Removing intermediate container 205af034dbe0 00:53:53 ---> 560c902661a9 00:53:53 00:53:53 Successfully built 560c902661a9 00:53:53 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:53  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:53 $ docker stop --time=1 dbd76310b255e41665cb959d513b381f5f8fc500f88ed2558dd58bee22ee4db8 00:53:55 $ docker rm -f dbd76310b255e41665cb959d513b381f5f8fc500f88ed2558dd58bee22ee4db8 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:56 + + grepdocker docker images 00:53:56 00:53:56 docker-sys-mgmt-agent-go-arm64 latest 560c902661a9 4 seconds ago 300MB 00:53:56 docker-core-data-go-arm64 latest 9586a752afdc 47 seconds ago 21MB 00:53:56 docker-security-proxy-setup-go-arm64 latest 3ac288155823 About a minute ago 23.3MB 00:53:56 docker-security-secretstore-setup-go-arm64 latest 8bca960d0e92 About a minute ago 23.4MB 00:53:56 docker-core-metadata-go-arm64 latest 105ec1142c2e 4 minutes ago 12.3MB 00:53:56 docker-support-notifications-go-arm64 latest 6f13ec5c2bd7 4 minutes ago 11.4MB 00:53:56 docker-security-bootstrap-redis-go-arm64 latest 0f432c720b82 4 minutes ago 15.1MB 00:53:56 docker-core-command-go-arm64 latest d5b1b61a5ef1 4 minutes ago 9.98MB 00:53:56 docker-support-scheduler-go-arm64 latest 5f87b6606c66 4 minutes ago 10MB 00:53:56 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:53:58 provisioning config files... 00:53:59 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config1491505147184865317tmp [Pipeline] { [Pipeline] sh 00:53:59 + set +x 00:53:59 + curl -s https://codecov.io/bash 00:53:59 + bash -s -- 00:53:59 00:53:59 _____ _ 00:53:59 / ____| | | 00:53:59 | | ___ __| | ___ ___ _____ __ 00:53:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:53:59 | |___| (_) | (_| | __/ (_| (_) \ V / 00:53:59 \_____\___/ \__,_|\___|\___\___/ \_/ 00:53:59 Bash-20201231-23d4836 00:53:59 00:53:59 00:53:59 ==> git version 2.24.3 found 00:53:59 ==> 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:53:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:53:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:53:59 ==> Jenkins CI detected. 00:53:59 project root: . 00:53:59 --> token set from env 00:53:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:53:59 ==> Running gcov in . (disable via -X gcov) 00:54:00 ==> Python coveragepy not found 00:54:00 ==> Searching for coverage reports in: 00:54:00 + . 00:54:00 -> Found 1 reports 00:54:00 ==> Detecting git/mercurial file structure 00:54:00 ==> Reading reports 00:54:00 + ./coverage.out bytes=545099 00:54:00 ==> Appending adjustments 00:54:00 https://docs.codecov.io/docs/fixing-reports 00:54:05 + Found adjustments 00:54:05 ==> Gzipping contents 00:54:05 84K /tmp/codecov.to8BS8.gz 00:54:05 ==> Uploading reports 00:54:05 url: https://codecov.io 00:54:05 query: branch=PR-3001&commit=b7fffbd951ede11e92d5e8b19c721f82551a4734&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3001%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3001&job=&cmd_args= 00:54:05 -> Pinging Codecov 00:54:05 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3001&commit=b7fffbd951ede11e92d5e8b19c721f82551a4734&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3001%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3001&job=&cmd_args= 00:54:06 -> Uploading to 00:54:06 https://storage.googleapis.com/codecov/v4/raw/2021-01-10/00271124DB129430A58F1EEE437C3FCB/b7fffbd951ede11e92d5e8b19c721f82551a4734/38b41b71-9813-4169-972c-f4a218b239c8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210110T005406Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=09a5fff0586fb486653bca66a70e9096e9a0aa1158afb933a211dd413b40856b 00:54:06 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:06 Dload Upload Total Spent Left Speed 00:54:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82766 0 0 100 82766 0 127k --:--:-- --:--:-- --:--:-- 127k 00:54:06 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b7fffbd951ede11e92d5e8b19c721f82551a4734 [Pipeline] } 00:54:06 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:54:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:09 ---> package-listing.sh 00:54:09 ++ facter osfamily 00:54:09 ++ tr '[:upper:]' '[:lower:]' 00:54:10 + OS_FAMILY=redhat 00:54:10 + workspace=/w/workspace/edgex-go/4 00:54:10 + START_PACKAGES=/tmp/packages_start.txt 00:54:10 + END_PACKAGES=/tmp/packages_end.txt 00:54:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:10 + PACKAGES=/tmp/packages_start.txt 00:54:10 + '[' /w/workspace/edgex-go/4 ']' 00:54:10 + PACKAGES=/tmp/packages_end.txt 00:54:10 + case "${OS_FAMILY}" in 00:54:10 + rpm -qa 00:54:10 + sort 00:54:16 + '[' -f /tmp/packages_start.txt ']' 00:54:16 + '[' -f /tmp/packages_end.txt ']' 00:54:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:16 + '[' /w/workspace/edgex-go/4 ']' 00:54:16 + mkdir -p /w/workspace/edgex-go/4/archives/ 00:54:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 00:54:16 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:54:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:18 00:54:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:18 alpine: Pulling from edgex-lftools-log-publisher 00:54:18 df20fa9351a1: Pulling fs layer 00:54:18 36b3adc4ff6f: Pulling fs layer 00:54:18 8ad3a11d3b57: Pulling fs layer 00:54:18 46f8f816bc3b: Pulling fs layer 00:54:18 93b61091891f: Pulling fs layer 00:54:18 93b9cdb0e59b: Pulling fs layer 00:54:18 5e14af77c1be: Pulling fs layer 00:54:18 01666e4c0597: Pulling fs layer 00:54:18 aa168da1d23b: Pulling fs layer 00:54:18 46f8f816bc3b: Waiting 00:54:18 01666e4c0597: Waiting 00:54:18 93b61091891f: Waiting 00:54:18 93b9cdb0e59b: Waiting 00:54:18 aa168da1d23b: Waiting 00:54:18 5e14af77c1be: Waiting 00:54:18 36b3adc4ff6f: Verifying Checksum 00:54:18 36b3adc4ff6f: Download complete 00:54:18 46f8f816bc3b: Verifying Checksum 00:54:18 46f8f816bc3b: Download complete 00:54:18 df20fa9351a1: Verifying Checksum 00:54:19 93b9cdb0e59b: Verifying Checksum 00:54:19 93b9cdb0e59b: Download complete 00:54:19 5e14af77c1be: Verifying Checksum 00:54:19 5e14af77c1be: Download complete 00:54:19 93b61091891f: Verifying Checksum 00:54:19 93b61091891f: Download complete 00:54:19 01666e4c0597: Verifying Checksum 00:54:19 01666e4c0597: Download complete 00:54:19 8ad3a11d3b57: Verifying Checksum 00:54:19 8ad3a11d3b57: Download complete 00:54:20 df20fa9351a1: Pull complete 00:54:20 36b3adc4ff6f: Pull complete 00:54:21 8ad3a11d3b57: Pull complete 00:54:22 46f8f816bc3b: Pull complete 00:54:23 aa168da1d23b: Verifying Checksum 00:54:23 aa168da1d23b: Download complete 00:54:24 93b61091891f: Pull complete 00:54:24 93b9cdb0e59b: Pull complete 00:54:24 5e14af77c1be: Pull complete 00:54:24 01666e4c0597: Pull complete 00:54:40 aa168da1d23b: Pull complete 00:54:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:54:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:54:40 prd-centos7-docker-4c-2g-19286 does not seem to be running inside a container 00:54:40 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-lftools-log-publisher:alpine cat 00:54:46 $ docker top c4f132bdf6ff5d19763fa0bb156133deae169fe03b33905648e8b689bf85518c -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:47 + touch /tmp/pre-build-complete [Pipeline] sh 00:54:48 + mkdir -p /var/log/sa [Pipeline] sh 00:54:48 + ls /var/log/sa-host 00:54:48 + sadf -c /var/log/sa-host/sa10 00:54:48 file_magic: OK 00:54:48 HZ: Using current value: 100 00:54:48 file_header: OK 00:54:48 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:54:48 Statistics: 00:54:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:54:48 File successfully converted to sysstat format version 12.2.1 00:54:48 + sadf -c /var/log/sa-host/sa23 00:54:48 file_magic: OK 00:54:48 HZ: Using current value: 100 00:54:48 file_header: OK 00:54:48 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:54:48 Statistics: 00:54:48 Hnuu...uuuununununu... 00:54:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:54:48 provisioning config files... 00:54:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config8993356355284983289tmp [Pipeline] { [Pipeline] echo 00:54:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:54:49 ---> create-netrc.sh [Pipeline] } 00:54:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:54:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:54:50 ---> python-tools-install.sh [Pipeline] echo 00:54:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:54:50 ---> sudo-logs.sh 00:54:50 Archiving 'sudo' log.. [Pipeline] echo 00:54:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:54:51 ---> job-cost.sh 00:54:51 lf-activate-venv: SKIPPING 00:54:51 INFO: No Stack... 00:54:52 INFO: Retrieving Pricing Info for: v1-standard-2 00:54:53 INFO: Archiving Costs [Pipeline] echo 00:54:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:54:53 ---> logs-deploy.sh 00:54:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3001/4 00:54:53 INFO: archiving workspace using pattern(s): 00:54:56 Archives upload complete. 00:54:56 INFO: archiving logs to Nexus 00:54:58 ---> uname -a: 00:54:58 Linux prd-centos7-docker-4c-2g-19286.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:54:58 00:54:58 00:54:58 ---> lscpu: 00:54:58 Architecture: x86_64 00:54:58 CPU op-mode(s): 32-bit, 64-bit 00:54:58 Byte Order: Little Endian 00:54:58 Address sizes: 40 bits physical, 48 bits virtual 00:54:58 CPU(s): 4 00:54:58 On-line CPU(s) list: 0-3 00:54:58 Thread(s) per core: 1 00:54:58 Core(s) per socket: 1 00:54:58 Socket(s): 4 00:54:58 NUMA node(s): 1 00:54:58 Vendor ID: GenuineIntel 00:54:58 CPU family: 6 00:54:58 Model: 44 00:54:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:54:58 Stepping: 1 00:54:58 CPU MHz: 2933.438 00:54:58 BogoMIPS: 5866.87 00:54:58 Virtualization: VT-x 00:54:58 Hypervisor vendor: KVM 00:54:58 Virtualization type: full 00:54:58 L1d cache: 128 KiB 00:54:58 L1i cache: 128 KiB 00:54:58 L2 cache: 16 MiB 00:54:58 L3 cache: 64 MiB 00:54:58 NUMA node0 CPU(s): 0-3 00:54:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:54:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:54:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:54:58 Vulnerability Meltdown: Mitigation; PTI 00:54:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:54:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:54:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:54:58 Vulnerability Srbds: Not affected 00:54:58 Vulnerability Tsx async abort: Not affected 00:54:58 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:54:58 00:54:58 00:54:58 ---> nproc: 00:54:58 4 00:54:58 00:54:58 00:54:58 ---> df -h: 00:54:58 Filesystem Size Used Available Use% Mounted on 00:54:58 overlay 50.0G 12.4G 37.5G 25% / 00:54:58 tmpfs 64.0M 0 64.0M 0% /dev 00:54:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:54:58 shm 64.0M 0 64.0M 0% /dev/shm 00:54:58 /dev/vda1 50.0G 12.4G 37.5G 25% /facter-os 00:54:58 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/resolv.conf 00:54:58 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hostname 00:54:58 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hosts 00:54:58 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/sa-host 00:54:58 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/secure 00:54:58 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/auth.log 00:54:58 /dev/vda1 50.0G 12.4G 37.5G 25% /run/cloud-init/result.json 00:54:58 /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/4 00:54:58 /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/4@tmp 00:54:58 00:54:58 00:54:58 ---> free -m: 00:54:58 total used free shared buff/cache available 00:54:58 Mem: 1837 711 159 0 966 1045 00:54:58 Swap: 1023 111 912 00:54:58 00:54:58 00:54:58 ---> ip addr: 00:54:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:54:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:54:58 inet 127.0.0.1/8 scope host lo 00:54:58 valid_lft forever preferred_lft forever 00:54:58 inet6 ::1/128 scope host 00:54:58 valid_lft forever preferred_lft forever 00:54:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:54:58 link/ether fa:16:3e:5c:23:94 brd ff:ff:ff:ff:ff:ff 00:54:58 inet 10.30.122.12/23 brd 10.30.123.255 scope global dynamic eth0 00:54:58 valid_lft 84903sec preferred_lft 84903sec 00:54:58 inet6 fe80::f816:3eff:fe5c:2394/64 scope link 00:54:58 valid_lft forever preferred_lft forever 00:54:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:54:58 link/ether 02:42:ad:0b:c2:0c brd ff:ff:ff:ff:ff:ff 00:54:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:54:58 valid_lft forever preferred_lft forever 00:54:58 inet6 fe80::42:adff:fe0b:c20c/64 scope link 00:54:58 valid_lft forever preferred_lft forever 00:54:58 00:54:58 00:54:58 ---> sar -b -r -n DEV: 00:54:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/10/21 _x86_64_ (4 CPU) 00:54:58 00:54:58 00:29:48 LINUX RESTART (4 CPU) 00:54:58 00:54:58 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:54:58 00:32:01 53.65 13.45 40.20 0.00 4799.73 8068.53 0.00 00:54:58 00:33:01 77.06 56.89 20.17 0.00 4224.85 10542.96 0.00 00:54:58 00:34:01 256.51 61.74 194.76 0.00 3588.50 50443.56 0.00 00:54:58 00:35:02 134.54 79.80 54.74 0.00 2835.27 6350.66 0.00 00:54:58 00:36:01 82.34 32.58 49.75 0.00 1470.47 4706.19 0.00 00:54:58 00:37:01 97.04 37.43 59.61 0.00 2468.00 7492.53 0.00 00:54:58 00:38:01 117.48 18.62 98.85 0.00 5453.01 38983.80 0.00 00:54:58 00:39:07 1244.77 1015.10 229.66 0.00 100303.36 137173.80 0.00 00:54:58 00:40:02 2396.36 2157.57 238.79 0.00 125358.93 137794.85 0.00 00:54:58 00:41:01 288.16 111.84 176.32 0.00 17301.49 42398.02 0.00 00:54:58 00:42:02 1886.31 1536.46 349.85 0.00 131593.33 140347.51 0.00 00:54:58 00:43:02 1837.91 1569.53 268.38 0.00 86581.27 95028.53 0.00 00:54:58 00:44:01 273.78 80.96 192.81 0.00 9168.83 24910.57 0.00 00:54:58 00:45:01 34.93 27.38 7.56 0.00 3043.46 253.04 0.00 00:54:58 00:46:01 0.88 0.07 0.82 0.00 1.73 16.10 0.00 00:54:58 00:47:01 0.28 0.00 0.28 0.00 0.00 2.90 0.00 00:54:58 00:48:01 0.38 0.10 0.28 0.00 1.60 3.16 0.00 00:54:58 00:49:01 0.22 0.02 0.20 0.00 0.27 2.73 0.00 00:54:58 00:50:02 0.47 0.08 0.38 0.00 1.07 5.64 0.00 00:54:58 00:51:01 0.36 0.07 0.29 0.00 0.95 3.00 0.00 00:54:58 00:52:01 0.22 0.00 0.22 0.00 0.00 1.80 0.00 00:54:58 00:53:01 0.32 0.03 0.28 0.00 0.80 3.54 0.00 00:54:58 00:54:01 12.70 12.41 0.28 0.00 851.51 20.17 0.00 00:54:58 Average: 379.47 293.04 86.42 0.00 21727.62 30772.36 0.00 00:54:58 00:54:58 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:54:58 00:32:01 69440 0 670888 35.66 2620 1138596 1338180 45.67 535128 1072044 47592 00:54:58 00:33:01 215004 0 653248 34.72 2620 1010672 1485820 50.71 624980 840580 77892 00:54:58 00:34:01 116076 0 726508 38.61 1492 1037468 1319660 45.04 640276 836220 0 00:54:58 00:35:02 231960 0 761872 40.49 1380 886332 1700232 58.03 604324 773092 34832 00:54:58 00:36:01 249864 0 808516 42.97 752 822412 1758468 60.01 601560 752848 49400 00:54:58 00:37:01 199256 0 772728 41.07 676 908884 1438748 49.10 637040 762516 1824 00:54:58 00:38:01 64920 0 747544 39.73 352 1068728 1299516 44.35 710684 834144 50164 00:54:58 00:39:07 72184 0 853660 45.37 0 955700 2338480 79.81 725788 868040 33412 00:54:58 00:40:02 125568 0 1238120 65.80 0 517856 4332528 147.86 823484 674404 22596 00:54:58 00:41:01 97604 0 656600 34.90 0 1127340 1394568 47.59 562776 975712 44596 00:54:58 00:42:02 52900 0 768772 40.86 0 1059872 2208112 75.36 593868 1004568 98640 00:54:58 00:43:02 149868 0 1031572 54.83 0 700104 3391708 115.75 729064 729272 55916 00:54:58 00:44:01 425760 0 658744 35.01 0 797040 1401984 47.85 545728 651340 12 00:54:58 00:45:01 383684 0 617332 32.81 0 880528 1219356 41.61 548136 697044 24 00:54:58 00:46:01 386596 0 614400 32.65 0 880548 1187572 40.53 546144 696520 12 00:54:58 00:47:01 387036 0 613952 32.63 0 880556 1187476 40.53 545808 696516 12 00:54:58 00:48:01 386948 0 614028 32.63 0 880568 1187620 40.53 546228 696552 28 00:54:58 00:49:01 387052 0 613920 32.63 0 880572 1187476 40.53 546052 696572 12 00:54:58 00:50:02 387272 0 613692 32.62 0 880580 1187472 40.53 545952 696604 8 00:54:58 00:51:01 387052 0 613904 32.63 0 880588 1187536 40.53 546176 696624 8 00:54:58 00:52:01 387108 0 613836 32.62 0 880600 1187476 40.53 545976 696632 12 00:54:58 00:53:01 387232 0 613708 32.62 0 880604 1187476 40.53 545980 696652 8 00:54:58 00:54:01 355148 0 622304 33.07 0 904092 1192400 40.69 554176 717376 612 00:54:58 Average: 256762 0 717385 38.13 430 906967 1622603 55.38 600232 772255 22505 00:54:58 00:54:58 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:54:58 00:32:01 eth0 594.44 554.83 2368.93 89.27 0.00 0.00 0.00 0.00 00:54:58 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:32:01 veth9cf13f1 344.51 257.11 32.24 829.78 0.00 0.00 0.00 0.00 00:54:58 00:32:01 docker0 344.51 256.98 27.53 829.77 0.00 0.00 0.00 0.00 00:54:58 00:33:01 eth0 548.24 675.56 1865.34 65.81 0.00 0.00 0.00 0.00 00:54:58 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:33:01 docker0 664.67 522.51 50.10 1845.71 0.00 0.00 0.00 0.00 00:54:58 00:34:01 eth0 503.27 375.47 3660.24 36.45 0.00 0.00 0.00 0.00 00:54:58 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:34:01 docker0 122.40 181.62 8.95 832.73 0.00 0.00 0.00 0.00 00:54:58 00:35:02 eth0 35.70 26.70 27.24 69.13 0.00 0.00 0.00 0.00 00:54:58 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:35:02 veth87fe018 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:58 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:36:01 eth0 38.03 26.45 27.50 15.20 0.00 0.00 0.00 0.00 00:54:58 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:36:01 veth87fe018 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:37:01 eth0 17.27 10.03 14.68 7.80 0.00 0.00 0.00 0.00 00:54:58 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:37:01 veth87fe018 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:38:01 veth8d8d044 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:54:58 00:38:01 eth0 207.37 158.06 1700.81 95.35 0.00 0.00 0.00 0.00 00:54:58 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:39:07 veth8d8d044 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 00:54:58 00:39:07 eth0 41.52 26.44 147.25 8.44 0.00 0.00 0.00 0.00 00:54:58 00:39:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:39:07 docker0 13.11 23.33 0.73 133.18 0.00 0.00 0.00 0.00 00:54:58 00:40:02 veth01990db 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:58 00:40:02 veth3729ce2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:58 00:40:02 veth3a87426 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:54:58 00:40:02 veth8d8d044 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:41:01 veth8d8d044 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:54:58 00:41:01 eth0 2725.12 2359.90 13574.91 524.69 0.00 0.00 0.00 0.00 00:54:58 00:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:54:58 00:41:01 docker0 1164.66 1010.83 88.69 3780.55 0.00 0.00 0.00 0.00 00:54:58 00:42:02 veth8d8d044 0.00 0.11 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:42:02 eth0 114.13 66.17 429.23 20.44 0.00 0.00 0.00 0.00 00:54:58 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:42:02 docker0 33.44 69.67 1.81 396.18 0.00 0.00 0.00 0.00 00:54:58 00:43:02 veth8d8d044 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:43:02 veth2831b11 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:58 00:43:02 veth87ef30f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:58 00:43:02 vethd73150f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:54:58 00:44:01 veth8d8d044 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:54:58 00:44:01 eth0 2960.32 2513.31 14228.53 660.32 0.00 0.00 0.00 0.00 00:54:58 00:44:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:54:58 00:44:01 docker0 1216.57 1110.99 91.87 4334.87 0.00 0.00 0.00 0.00 00:54:58 00:45:01 eth0 4.82 3.12 4.73 1.83 0.00 0.00 0.00 0.00 00:54:58 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:46:01 eth0 0.33 0.18 0.15 0.07 0.00 0.00 0.00 0.00 00:54:58 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:47:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:54:58 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:48:01 eth0 0.97 0.27 0.32 0.20 0.00 0.00 0.00 0.00 00:54:58 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:49:01 eth0 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:54:58 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:50:02 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:51:01 eth0 0.36 0.17 0.15 0.07 0.00 0.00 0.00 0.00 00:54:58 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:52:01 eth0 0.12 0.02 0.01 0.00 0.00 0.00 0.00 0.00 00:54:58 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:53:01 eth0 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:54:01 eth0 4.14 2.76 4.92 1.43 0.00 0.00 0.00 0.00 00:54:58 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 Average: eth0 104.06 92.67 514.44 26.05 0.00 0.00 0.00 0.00 00:54:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:54:58 Average: docker0 52.17 47.64 3.94 185.90 0.00 0.00 0.00 0.00 00:54:58 00:54:58 00:54:58 ---> sar -P ALL: 00:54:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/10/21 _x86_64_ (4 CPU) 00:54:58 00:54:58 00:29:48 LINUX RESTART (4 CPU) 00:54:58 00:54:58 00:31:02 CPU %user %nice %system %iowait %steal %idle 00:54:58 00:32:01 all 4.54 0.00 3.15 1.14 10.47 80.70 00:54:58 00:32:01 0 4.59 0.00 3.43 1.90 11.25 78.83 00:54:58 00:32:01 1 4.63 0.00 2.71 1.14 9.54 81.98 00:54:58 00:32:01 2 4.72 0.00 3.07 0.17 10.71 81.33 00:54:58 00:32:01 3 4.24 0.00 3.39 1.34 10.39 80.64 00:54:58 00:33:01 all 5.80 0.00 2.24 0.52 7.76 83.68 00:54:58 00:33:01 0 4.45 0.00 2.66 0.24 8.35 84.29 00:54:58 00:33:01 1 7.61 0.00 1.99 0.33 8.40 81.67 00:54:58 00:33:01 2 8.19 0.00 2.81 1.18 6.81 81.01 00:54:58 00:33:01 3 2.93 0.00 1.52 0.33 7.47 87.74 00:54:58 00:34:01 all 7.05 0.00 6.70 4.28 18.61 63.36 00:54:58 00:34:01 0 6.53 0.00 6.71 2.79 19.03 64.94 00:54:58 00:34:01 1 6.36 0.00 5.94 4.20 18.23 65.28 00:54:58 00:34:01 2 8.13 0.00 7.42 3.62 19.05 61.78 00:54:58 00:34:01 3 7.18 0.00 6.74 6.54 18.14 61.39 00:54:58 00:35:02 all 28.84 0.00 9.43 3.81 21.33 36.58 00:54:58 00:35:02 0 29.33 0.00 10.58 4.77 22.32 33.00 00:54:58 00:35:02 1 25.99 0.00 8.23 3.32 22.27 40.19 00:54:58 00:35:02 2 30.66 0.00 9.98 3.28 19.46 36.62 00:54:58 00:35:02 3 29.52 0.00 9.02 3.91 21.25 36.29 00:54:58 00:36:01 all 38.03 0.00 11.80 1.91 30.16 18.10 00:54:58 00:36:01 0 42.54 0.00 12.99 1.92 28.04 14.51 00:54:58 00:36:01 1 39.08 0.00 11.77 2.96 29.42 16.77 00:54:58 00:36:01 2 42.00 0.00 12.07 1.24 30.21 14.49 00:54:58 00:36:01 3 29.25 0.00 10.49 1.54 32.76 25.96 00:54:58 00:37:01 all 31.27 0.00 12.86 2.93 20.77 32.17 00:54:58 00:37:01 0 28.92 0.00 12.05 1.48 22.56 34.99 00:54:58 00:37:01 1 36.71 0.00 14.95 4.23 17.95 26.17 00:54:58 00:37:01 2 30.03 0.00 11.92 3.91 21.78 32.35 00:54:58 00:37:01 3 29.62 0.00 12.61 2.14 20.66 34.98 00:54:58 00:38:01 all 9.90 0.00 8.57 0.84 22.41 58.28 00:54:58 00:38:01 0 8.76 0.00 8.10 0.38 22.87 59.89 00:54:58 00:38:01 1 10.65 0.00 9.60 0.73 22.69 56.33 00:54:58 00:38:01 2 9.87 0.00 8.80 0.87 21.43 59.02 00:54:58 00:38:01 3 10.33 0.00 7.79 1.37 22.64 57.87 00:54:58 00:39:07 all 14.06 0.00 17.29 11.14 26.47 31.04 00:54:58 00:39:07 0 13.85 0.00 16.66 9.50 26.81 33.18 00:54:58 00:39:07 1 15.36 0.00 18.50 11.37 26.38 28.40 00:54:58 00:39:07 2 13.97 0.00 17.00 12.86 25.79 30.37 00:54:58 00:39:07 3 13.07 0.00 17.01 10.87 26.89 32.16 00:54:58 00:40:02 all 22.53 0.00 18.77 18.72 20.33 19.64 00:54:58 00:40:02 0 20.69 0.00 17.22 18.23 21.22 22.63 00:54:58 00:40:02 1 26.57 0.00 22.32 19.06 19.22 12.84 00:54:58 00:40:02 2 21.19 0.00 17.67 19.10 20.26 21.79 00:54:58 00:40:02 3 21.83 0.00 18.01 18.52 20.58 21.05 00:54:58 00:41:01 all 50.65 0.00 15.56 8.83 13.57 11.38 00:54:58 00:41:01 0 47.11 0.00 15.08 9.84 15.88 12.09 00:54:58 00:41:01 1 51.35 0.00 16.09 8.58 13.48 10.50 00:54:58 00:41:01 2 52.24 0.00 16.65 9.88 12.07 9.16 00:54:58 00:41:01 3 51.77 0.00 14.40 7.03 12.94 13.86 00:54:58 00:42:02 all 13.90 0.00 19.94 20.06 23.91 22.19 00:54:58 00:42:02 0 13.53 0.00 18.70 19.78 24.45 23.55 00:54:58 00:42:02 1 13.85 0.00 21.29 20.48 23.48 20.91 00:54:58 00:42:02 2 14.49 0.00 20.99 20.99 23.76 19.78 00:54:58 00:42:02 3 13.75 0.00 18.78 18.98 23.95 24.54 00:54:58 00:54:58 00:42:02 CPU %user %nice %system %iowait %steal %idle 00:54:58 00:43:02 all 28.05 0.00 16.33 20.75 21.29 13.58 00:54:58 00:43:02 0 28.62 0.00 16.08 21.92 22.00 11.38 00:54:58 00:43:02 1 27.44 0.00 15.87 21.21 21.36 14.12 00:54:58 00:43:02 2 27.38 0.00 17.17 19.90 20.74 14.81 00:54:58 00:43:02 3 28.75 0.00 16.24 19.91 21.07 14.04 00:54:58 00:44:01 all 37.07 0.00 13.41 7.41 13.69 28.42 00:54:58 00:44:01 0 38.86 0.00 13.14 6.96 13.33 27.70 00:54:58 00:44:01 1 35.83 0.00 12.85 6.86 14.24 30.23 00:54:58 00:44:01 2 36.83 0.00 14.01 8.69 13.76 26.71 00:54:58 00:44:01 3 36.76 0.00 13.65 7.13 13.42 29.05 00:54:58 00:45:01 all 0.32 0.00 0.44 0.83 0.82 97.59 00:54:58 00:45:01 0 0.30 0.00 0.40 0.57 0.60 98.14 00:54:58 00:45:01 1 0.18 0.00 0.25 0.45 0.98 98.15 00:54:58 00:45:01 2 0.50 0.00 0.23 1.58 1.06 96.63 00:54:58 00:45:01 3 0.30 0.00 0.87 0.73 0.65 97.45 00:54:58 00:46:01 all 0.10 0.00 0.05 0.00 0.49 99.36 00:54:58 00:46:01 0 0.02 0.00 0.05 0.00 0.35 99.58 00:54:58 00:46:01 1 0.02 0.00 0.05 0.00 0.51 99.42 00:54:58 00:46:01 2 0.32 0.00 0.05 0.02 0.61 99.00 00:54:58 00:46:01 3 0.03 0.00 0.03 0.00 0.50 99.44 00:54:58 00:47:01 all 0.09 0.00 0.25 0.00 1.66 98.00 00:54:58 00:47:01 0 0.02 0.00 0.12 0.00 1.08 98.79 00:54:58 00:47:01 1 0.03 0.00 0.61 0.00 1.41 97.94 00:54:58 00:47:01 2 0.28 0.00 0.13 0.00 1.92 97.67 00:54:58 00:47:01 3 0.02 0.00 0.15 0.00 2.23 97.61 00:54:58 00:48:01 all 0.07 0.00 0.08 0.00 0.84 99.01 00:54:58 00:48:01 0 0.02 0.00 0.03 0.02 0.63 99.30 00:54:58 00:48:01 1 0.02 0.00 0.12 0.00 0.60 99.27 00:54:58 00:48:01 2 0.23 0.00 0.08 0.00 1.40 98.28 00:54:58 00:48:01 3 0.02 0.00 0.08 0.00 0.73 99.17 00:54:58 00:49:01 all 0.09 0.00 0.02 0.00 0.49 99.39 00:54:58 00:49:01 0 0.02 0.00 0.03 0.00 0.70 99.25 00:54:58 00:49:01 1 0.03 0.00 0.02 0.00 0.38 99.57 00:54:58 00:49:01 2 0.28 0.00 0.02 0.00 0.61 99.09 00:54:58 00:49:01 3 0.03 0.00 0.02 0.00 0.28 99.67 00:54:58 00:50:02 all 0.08 0.00 0.02 0.00 0.44 99.45 00:54:58 00:50:02 0 0.02 0.00 0.00 0.00 0.65 99.34 00:54:58 00:50:02 1 0.15 0.00 0.02 0.02 0.70 99.12 00:54:58 00:50:02 2 0.00 0.00 0.02 0.00 0.12 99.87 00:54:58 00:50:02 3 0.17 0.00 0.03 0.00 0.32 99.48 00:54:58 00:51:01 all 0.09 0.00 0.03 0.00 0.53 99.35 00:54:58 00:51:01 0 0.02 0.00 0.02 0.00 0.34 99.63 00:54:58 00:51:01 1 0.29 0.00 0.02 0.00 0.84 98.85 00:54:58 00:51:01 2 0.02 0.00 0.03 0.00 0.56 99.39 00:54:58 00:51:01 3 0.03 0.00 0.03 0.00 0.39 99.54 00:54:58 00:52:01 all 0.07 0.00 0.03 0.00 0.51 99.39 00:54:58 00:52:01 0 0.02 0.00 0.03 0.00 0.27 99.68 00:54:58 00:52:01 1 0.22 0.00 0.03 0.00 0.89 98.86 00:54:58 00:52:01 2 0.03 0.00 0.03 0.00 0.43 99.50 00:54:58 00:52:01 3 0.03 0.00 0.03 0.00 0.43 99.50 00:54:58 00:53:01 all 0.09 0.00 0.02 0.00 0.42 99.46 00:54:58 00:53:01 0 0.02 0.00 0.02 0.02 0.63 99.32 00:54:58 00:53:01 1 0.30 0.00 0.05 0.00 0.65 99.00 00:54:58 00:53:01 2 0.02 0.00 0.02 0.00 0.17 99.80 00:54:58 00:53:01 3 0.03 0.00 0.02 0.00 0.22 99.73 00:54:58 00:54:58 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:54:58 00:54:01 all 0.34 0.00 0.31 0.35 0.72 98.28 00:54:58 00:54:01 0 0.50 0.00 0.43 0.25 1.13 97.69 00:54:58 00:54:01 1 0.32 0.00 0.17 0.28 0.66 98.57 00:54:58 00:54:01 2 0.30 0.00 0.37 0.72 0.42 98.20 00:54:58 00:54:01 3 0.23 0.00 0.28 0.15 0.66 98.67 00:54:58 Average: all 11.86 0.00 6.50 4.24 10.83 66.58 00:54:58 Average: 0 11.63 0.00 6.40 4.12 11.13 66.72 00:54:58 Average: 1 12.22 0.00 6.72 4.31 10.69 66.06 00:54:58 Average: 2 12.21 0.00 6.62 4.42 10.59 66.16 00:54:58 Average: 3 11.37 0.00 6.25 4.11 10.91 67.36 00:54:58 00:54:58 00:54:58