Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d34f2bb1477c58f0643b4c73d8737372279ff9e1+4e8269025e0154ee6bf5f0a3cff0374e651c382f (0cd6387d58479b10d85d2d9c56237bd7a3b96b0c) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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-21245 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit d34f2bb1477c58f0643b4c73d8737372279ff9e1 Merge succeeded, producing d34f2bb1477c58f0643b4c73d8737372279ff9e1 Checking out Revision d34f2bb1477c58f0643b4c73d8737372279ff9e1 (PR-3027) > git config core.sparsecheckout # timeout=10 > git checkout -f d34f2bb1477c58f0643b4c73d8737372279ff9e1 # 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 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d34f2bb1477c58f0643b4c73d8737372279ff9e1 # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk aa9af4c90dd65bec26099345b2909741cce983d3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:51:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:51:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:51:55 ========================================================= 17:51:55 EdgeX Global Pipelines Version Info 17:51:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:51:57 ------------------- 17:51:57 stable info: 17:51:57 ------------------- 17:51:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:51:57 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 17:51:57 Message: update stable to v1.0.177 17:51:58 ------------------- 17:51:58 experimental info: 17:51:58 ------------------- 17:51:58 Commited By: **** collab-it+edgex@linuxfoundation.org 17:51:58 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 17:51:58 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:51:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:51:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:51:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:51:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:51:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:51:59 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo 17:52:00 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d34f2bb1477c58f0643b4c73d8737372279ff9e1 [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d34f2bb [Pipeline] echo 17:52:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:52:01 provisioning config files... 17:52:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config1095963807797240202tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:52:01 ---> docker-login.sh 17:52:01 nexus3.edgexfoundry.org:10001 17:52:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:02 Configure a credential helper to remove this warning. See 17:52:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:02 17:52:02 Login Succeeded 17:52:02 nexus3.edgexfoundry.org:10002 17:52:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:02 Configure a credential helper to remove this warning. See 17:52:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:02 17:52:02 Login Succeeded 17:52:02 nexus3.edgexfoundry.org:10003 17:52:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:02 Configure a credential helper to remove this warning. See 17:52:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:02 17:52:02 Login Succeeded 17:52:02 nexus3.edgexfoundry.org:10004 17:52:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:03 Configure a credential helper to remove this warning. See 17:52:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:03 17:52:03 Login Succeeded 17:52:03 docker.io 17:52:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:52:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:52:03 Configure a credential helper to remove this warning. See 17:52:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:52:03 17:52:03 Login Succeeded 17:52:03 ---> docker-login.sh ends [Pipeline] } 17:52:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:52:03 ++ 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 17:52:03 + for file in '`ls cmd/**/Dockerfile`' 17:52:03 ++ dirname cmd/core-command/Dockerfile 17:52:03 ++ cut -d/ -f2 17:52:03 + echo core-command,cmd/core-command/Dockerfile 17:52:03 + for file in '`ls cmd/**/Dockerfile`' 17:52:03 ++ dirname cmd/core-data/Dockerfile 17:52:03 ++ cut -d/ -f2 17:52:03 + echo core-data,cmd/core-data/Dockerfile 17:52:03 + for file in '`ls cmd/**/Dockerfile`' 17:52:03 ++ dirname cmd/core-metadata/Dockerfile 17:52:03 ++ cut -d/ -f2 17:52:03 + echo core-metadata,cmd/core-metadata/Dockerfile 17:52:03 + for file in '`ls cmd/**/Dockerfile`' 17:52:03 ++ dirname cmd/security-bootstrap-redis/Dockerfile 17:52:03 ++ cut -d/ -f2 17:52:03 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 17:52:03 + for file in '`ls cmd/**/Dockerfile`' 17:52:03 ++ dirname cmd/security-proxy-setup/Dockerfile 17:52:03 ++ cut -d/ -f2 17:52:03 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:52:03 + for file in '`ls cmd/**/Dockerfile`' 17:52:03 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:52:03 ++ cut -d/ -f2 17:52:03 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:52:03 + for file in '`ls cmd/**/Dockerfile`' 17:52:03 ++ dirname cmd/support-notifications/Dockerfile 17:52:03 ++ cut -d/ -f2 17:52:03 + echo support-notifications,cmd/support-notifications/Dockerfile 17:52:03 + for file in '`ls cmd/**/Dockerfile`' 17:52:03 ++ dirname cmd/support-scheduler/Dockerfile 17:52:03 ++ cut -d/ -f2 17:52:03 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:52:03 + for file in '`ls cmd/**/Dockerfile`' 17:52:03 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:52:03 ++ cut -d/ -f2 17:52:03 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:52:03 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 17:52:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:52:04 17:52:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:52:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:52:05 latest: Pulling from edgex-devops/git-semver 17:52:05 31603596830f: Pulling fs layer 17:52:05 2a8b12db71e7: Pulling fs layer 17:52:05 6ca5941a6612: Pulling fs layer 17:52:05 ecc8261a40a4: Pulling fs layer 17:52:05 ecc8261a40a4: Waiting 17:52:05 2a8b12db71e7: Verifying Checksum 17:52:05 2a8b12db71e7: Download complete 17:52:05 31603596830f: Download complete 17:52:05 ecc8261a40a4: Verifying Checksum 17:52:05 ecc8261a40a4: Download complete 17:52:05 6ca5941a6612: Verifying Checksum 17:52:05 6ca5941a6612: Download complete 17:52:05 31603596830f: Pull complete 17:52:05 2a8b12db71e7: Pull complete 17:52:06 6ca5941a6612: Pull complete 17:52:06 ecc8261a40a4: Pull complete 17:52:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:52:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:52:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:52:06 prd-centos7-docker-4c-2g-21245 does not seem to be running inside a container 17:52:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:52:09 $ docker top 8ed27b050fde1ab03fc32f831c2d0f714d663a6a469c48125b6c68543fd5a8f4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:52:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:10 [ssh-agent] Looking for ssh-agent implementation... 17:52:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:10 $ docker exec 8ed27b050fde1ab03fc32f831c2d0f714d663a6a469c48125b6c68543fd5a8f4 ssh-agent 17:52:10 SSH_AUTH_SOCK=/tmp/ssh-x4nkHmUTrm08/agent.12 17:52:10 SSH_AGENT_PID=17 17:52:10 Running ssh-add (command line suppressed) 17:52:10 Identity added: /w/workspace/edgex-go/12@tmp/private_key_6458356986211627023.key (/w/workspace/edgex-go/12@tmp/private_key_6458356986211627023.key) 17:52:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:11 + git tag --points-at HEAD [Pipeline] } 17:52:11 $ docker exec --env ******** --env ******** 8ed27b050fde1ab03fc32f831c2d0f714d663a6a469c48125b6c68543fd5a8f4 ssh-agent -k 17:52:11 unset SSH_AUTH_SOCK; 17:52:11 unset SSH_AGENT_PID; 17:52:11 echo Agent pid 17 killed; 17:52:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:52:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:11 [ssh-agent] Looking for ssh-agent implementation... 17:52:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:11 $ docker exec 8ed27b050fde1ab03fc32f831c2d0f714d663a6a469c48125b6c68543fd5a8f4 ssh-agent 17:52:11 SSH_AUTH_SOCK=/tmp/ssh-L0b1Bl4MeeBO/agent.45 17:52:11 SSH_AGENT_PID=51 17:52:11 Running ssh-add (command line suppressed) 17:52:11 Identity added: /w/workspace/edgex-go/12@tmp/private_key_5799318664175981976.key (/w/workspace/edgex-go/12@tmp/private_key_5799318664175981976.key) 17:52:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:12 + git semver init 17:52:12 # -> Open(): unable to determine branch for HEAD 17:52:12 # $GIT_DIR = /w/workspace/edgex-go/12/.git 17:52:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/12 17:52:12 # $SEMVER_REMOTE_NAME = origin 17:52:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:52:12 # $SEMVER_USER_NAME = edgex-jenkins 17:52:12 # $SEMVER_BRANCH = PR-3027 17:52:12 # $SEMVER_TEMP = /tmp/semver-274364969 17:52:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:52:44 # '/tmp/semver-274364969' -> '/w/workspace/edgex-go/12/.semver' 17:52:44 # -> Force: false 17:52:44 # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } 17:52:44 $ docker exec --env ******** --env ******** 8ed27b050fde1ab03fc32f831c2d0f714d663a6a469c48125b6c68543fd5a8f4 ssh-agent -k 17:52:45 unset SSH_AUTH_SOCK; 17:52:45 unset SSH_AGENT_PID; 17:52:45 echo Agent pid 51 killed; 17:52:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:52:45 + git semver [Pipeline] } 17:52:45 $ docker stop --time=1 8ed27b050fde1ab03fc32f831c2d0f714d663a6a469c48125b6c68543fd5a8f4 17:52:47 $ docker rm -f 8ed27b050fde1ab03fc32f831c2d0f714d663a6a469c48125b6c68543fd5a8f4 [Pipeline] // withDockerContainer [Pipeline] sh 17:52:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:52:48 Stashed 1 file(s) [Pipeline] echo 17:52:48 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:52:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:52:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:52:49 + sudo service docker restart 17:52:49 + true 17:52:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:52:50 ========================================================= 17:52:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:52:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:52:50 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 17:52:54 Sending build context to Docker daemon 326.6MB 17:52:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:52:54 Step 2/6 : FROM ${BASE} 17:52:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:52:54 188c0c94c7c5: Pulling fs layer 17:52:54 0ef7d3d256c8: Pulling fs layer 17:52:54 de9db76c5a1d: Pulling fs layer 17:52:54 bca2f99d35d6: Pulling fs layer 17:52:54 93359f2a8cfa: Pulling fs layer 17:52:54 7c6f9722023f: Pulling fs layer 17:52:54 a35cf1a2eb13: Pulling fs layer 17:52:54 93359f2a8cfa: Waiting 17:52:54 7c6f9722023f: Waiting 17:52:54 a35cf1a2eb13: Waiting 17:52:54 bca2f99d35d6: Waiting 17:52:54 de9db76c5a1d: Download complete 17:52:54 0ef7d3d256c8: Verifying Checksum 17:52:54 0ef7d3d256c8: Download complete 17:52:54 93359f2a8cfa: Verifying Checksum 17:52:54 93359f2a8cfa: Download complete 17:52:55 7c6f9722023f: Verifying Checksum 17:52:55 7c6f9722023f: Download complete 17:52:55 188c0c94c7c5: Verifying Checksum 17:52:55 188c0c94c7c5: Download complete 17:52:55 188c0c94c7c5: Pull complete 17:52:55 0ef7d3d256c8: Pull complete 17:52:55 de9db76c5a1d: Pull complete 17:52:57 a35cf1a2eb13: Verifying Checksum 17:52:57 a35cf1a2eb13: Download complete 17:52:58 bca2f99d35d6: Verifying Checksum 17:52:58 bca2f99d35d6: Download complete 17:53:03 Still waiting to schedule task 17:53:03 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:53:03 bca2f99d35d6: Pull complete 17:53:03 93359f2a8cfa: Pull complete 17:53:03 7c6f9722023f: Pull complete 17:53:09 a35cf1a2eb13: Pull complete 17:53:09 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:53:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:53:09 ---> a62c8e92a672 17:53:09 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 17:53:09 ---> Running in 35848dc09f2f 17:53:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:53:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:53:10 (1/12) Installing libmagic (5.38-r0) 17:53:10 (2/12) Installing file (5.38-r0) 17:53:10 (3/12) Installing libc-dev (0.7.2-r3) 17:53:10 (4/12) Installing g++ (9.3.0-r2) 17:53:25 (5/12) Installing fortify-headers (1.1-r0) 17:53:25 (6/12) Installing patch (2.7.6-r6) 17:53:25 (7/12) Installing build-base (0.5-r2) 17:53:25 (8/12) Installing libsodium (1.0.18-r0) 17:53:25 (9/12) Installing pkgconf (1.7.2-r0) 17:53:25 (10/12) Installing libsodium-dev (1.0.18-r0) 17:53:25 (11/12) Installing libzmq (4.3.3-r0) 17:53:25 (12/12) Installing zeromq-dev (4.3.3-r0) 17:53:25 Executing busybox-1.31.1-r19.trigger 17:53:25 OK: 233 MiB in 51 packages 17:53:29 Removing intermediate container 35848dc09f2f 17:53:29 ---> 2f3ad90633a0 17:53:29 Step 4/6 : WORKDIR /edgex-go 17:53:29 ---> Running in 89a68ad8e393 17:53:29 Removing intermediate container 89a68ad8e393 17:53:29 ---> 7caf0ed57e37 17:53:29 Step 5/6 : COPY go.mod . 17:53:29 ---> 5b11bf0f7c46 17:53:29 Step 6/6 : RUN go mod download 17:53:29 ---> Running in 18a1db02ff91 17:53:47 Removing intermediate container 18a1db02ff91 17:53:47 ---> d89d57abc47d 17:53:47 Successfully built d89d57abc47d 17:53:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:53:48 + docker inspect -f . ci-base-image-x86_64 17:53:48 . [Pipeline] withDockerContainer 17:53:48 prd-centos7-docker-4c-2g-21245 does not seem to be running inside a container 17:53:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:53:49 $ docker top 4da18ef0c02d4337e7be6bf2afb8909b65b29ad7e0368b4ff6999e60e2a35757 -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:49 + go version 17:53:49 go version go1.15.5 linux/amd64 [Pipeline] } 17:53:49 $ docker stop --time=1 4da18ef0c02d4337e7be6bf2afb8909b65b29ad7e0368b4ff6999e60e2a35757 17:53:52 $ docker rm -f 4da18ef0c02d4337e7be6bf2afb8909b65b29ad7e0368b4ff6999e60e2a35757 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:53:52 + docker inspect -f . ci-base-image-x86_64 17:53:52 . [Pipeline] withDockerContainer 17:53:53 prd-centos7-docker-4c-2g-21245 does not seem to be running inside a container 17:53:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:53:53 $ docker top fe52a0622492b48de5d35d8ed2cad78ed7b82cb4a120c36f7d0b5492322986d3 -eo pid,comm [Pipeline] { [Pipeline] echo 17:53:53 ========================================================= 17:53:53 [edgeXBuildGoParallel] Running Tests and Build... 17:53:53 ========================================================= [Pipeline] sh 17:53:54 + make test 17:53:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:54:02 ? github.com/edgexfoundry/edgex-go [no test files] 17:54:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:54:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:54:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 46.6% of statements 17:54:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:54:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:54:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:54:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:54:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:54:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.0% of statements 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:54:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:54:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:54:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.102s coverage: 67.9% of statements 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:54:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.106s coverage: 82.3% of statements 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:54:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:54:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:54:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:54:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:54:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:54:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements 17:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:54:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 17:54:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:54:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:54:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:54:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:54:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.399s coverage: 92.8% of statements 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:54:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:54:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:54:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:54:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.038s coverage: 75.5% of statements 17:54:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:54:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 17:54:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements 17:54:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements 17:54:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.4% of statements 17:54:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:54:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 63.5% of statements 17:54:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:54:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:54:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 17:54:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements 17:54:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 17:54:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 17:54:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 17:54:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.309s coverage: 68.9% of statements 17:54:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:54:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:54:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:54:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:54:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:54:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.127s coverage: 37.0% of statements 17:54:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:54:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:54:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.273s coverage: 84.0% of statements 17:54:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements 17:54:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.1% of statements 17:54:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:54:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:54:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:54:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:54:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:54:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 17:54:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:54:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 17:54:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:54:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.741s coverage: 29.1% of statements 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:54:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:54:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:54:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:54:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:54:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:54:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:54:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 17:54:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 17:54:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 17:54:44 GO111MODULE=on go vet ./... 17:55:06 gofmt -l . 17:55:06 [ "`gofmt -l .`" = "" ] 17:55:06 ./bin/test-go-mod-tidy.sh 17:55:06 ./bin/test-attribution-txt.sh [Pipeline] sh 17:55:07 + ls -al . 17:55:07 total 656 17:55:07 drwxrwxr-x 10 1001 1001 4096 Jan 19 17:55 . 17:55:07 drwxr-xr-x 4 root root 30 Jan 19 17:53 .. 17:55:07 -rw-rw-r-- 1 1001 1001 11 Jan 19 17:51 .dockerignore 17:55:07 drwxrwxr-x 8 1001 1001 179 Jan 19 17:51 .git 17:55:07 drwxrwxr-x 3 1001 1001 125 Jan 19 17:51 .github 17:55:07 -rw-rw-r-- 1 1001 1001 824 Jan 19 17:51 .gitignore 17:55:07 drwx------ 3 1001 1001 47 Jan 19 17:52 .semver 17:55:07 -rw-rw-r-- 1 1001 1001 166 Jan 19 17:51 .sonarcloud.properties 17:55:07 -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:51 Attribution.txt 17:55:07 -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:51 CONTRIBUTING.md 17:55:07 -rw-rw-r-- 1 1001 1001 931 Jan 19 17:51 Dockerfile.build 17:55:07 -rw-rw-r-- 1 1001 1001 863 Jan 19 17:51 Jenkinsfile 17:55:07 -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:51 LICENSE 17:55:07 -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:51 Makefile 17:55:07 -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:51 README.md 17:55:07 -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:51 SECURITY.md 17:55:07 -rw-rw-r-- 1 1001 1001 5 Jan 19 17:52 VERSION 17:55:07 -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:51 ZMQWindows.md 17:55:07 drwxrwxr-x 2 1001 1001 117 Jan 19 17:51 bin 17:55:07 drwxrwxr-x 14 1001 1001 4096 Jan 19 17:51 cmd 17:55:07 -rw-r--r-- 1 root root 550280 Jan 19 17:54 coverage.out 17:55:07 -rw-r--r-- 1 root root 981 Jan 19 17:55 go.mod 17:55:07 -rw-r--r-- 1 root root 19331 Jan 19 17:55 go.sum 17:55:07 drwxrwxr-x 8 1001 1001 127 Jan 19 17:51 internal 17:55:07 drwxrwxr-x 4 1001 1001 26 Jan 19 17:51 openapi 17:55:07 drwxrwxr-x 4 1001 1001 71 Jan 19 17:51 snap 17:55:07 -rw-rw-r-- 1 1001 1001 168 Jan 19 17:51 version.go [Pipeline] sh 17:55:07 + '[' -e coverage.out ] 17:55:07 + chown 1001:1001 coverage.out [Pipeline] stash 17:55:08 Stashed 1 file(s) [Pipeline] sh 17:55:08 + make build 17:55:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:55:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:55:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:55:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:55:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:55:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:55:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:55:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:55:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:55:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:55:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:55:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 17:55:29 $ docker stop --time=1 fe52a0622492b48de5d35d8ed2cad78ed7b82cb4a120c36f7d0b5492322986d3 17:55:31 $ docker rm -f fe52a0622492b48de5d35d8ed2cad78ed7b82cb4a120c36f7d0b5492322986d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:55:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:55:32 17:55:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:55:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:55:33 latest: Pulling from edgex-devops/edgex-compose 17:55:33 cbdbe7a5bc2a: Pulling fs layer 17:55:33 ca9280d653b3: Pulling fs layer 17:55:33 7e9c9ca2126c: Pulling fs layer 17:55:33 cbdbe7a5bc2a: Verifying Checksum 17:55:33 cbdbe7a5bc2a: Download complete 17:55:33 cbdbe7a5bc2a: Pull complete 17:55:33 ca9280d653b3: Download complete 17:55:34 ca9280d653b3: Pull complete 17:55:34 7e9c9ca2126c: Download complete 17:55:39 7e9c9ca2126c: Pull complete 17:55:39 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:55:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:55:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:55:40 prd-centos7-docker-4c-2g-21245 does not seem to be running inside a container 17:55:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:55:42 $ docker top b64eb127dfea4fb0fca8ce424f0b9e2d3c309aad8e2bc01632b4b1491d5f6d54 -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:43 + docker-compose build --help 17:55:43 + grep parallel 17:55:44 --parallel Build images in parallel. [Pipeline] } 17:55:44 $ docker stop --time=1 b64eb127dfea4fb0fca8ce424f0b9e2d3c309aad8e2bc01632b4b1491d5f6d54 17:55:45 $ docker rm -f b64eb127dfea4fb0fca8ce424f0b9e2d3c309aad8e2bc01632b4b1491d5f6d54 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:55:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:55:46 . [Pipeline] withDockerContainer 17:55:46 prd-centos7-docker-4c-2g-21245 does not seem to be running inside a container 17:55:46 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:55:46 $ docker top f8965e009dc545330de82dd7c6acd1de184ba40b5e53cd8509c9e86b891cb9a1 -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:47 + docker-compose -f ./docker-compose-build.yml build --parallel 17:55:48 Building docker-core-command-go ... 17:55:48 Building docker-core-data-go ... 17:55:48 Building docker-core-metadata-go ... 17:55:48 Building docker-security-bootstrap-redis-go ... 17:55:48 Building docker-security-proxy-setup-go ... 17:55:48 Building docker-security-secretstore-setup-go ... 17:55:48 Building docker-support-notifications-go ... 17:55:48 Building docker-support-scheduler-go ... 17:55:48 Building docker-sys-mgmt-agent-go ... 17:55:48 Building docker-support-scheduler-go 17:55:48 Building docker-core-metadata-go 17:55:48 Building docker-core-command-go 17:55:48 Building docker-security-bootstrap-redis-go 17:55:48 Building docker-support-notifications-go 17:56:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:56:15 ---> d89d57abc47d 17:56:15 Step 3/22 : WORKDIR /edgex-go 17:56:15 17:56:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:56:15 ---> d89d57abc47d 17:56:15 Step 3/24 : WORKDIR /edgex-go 17:56:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:56:15 ---> d89d57abc47d 17:56:15 Step 3/21 : WORKDIR /edgex-go 17:56:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:56:15 ---> d89d57abc47d 17:56:15 Step 3/22 : WORKDIR /edgex-go 17:56:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:56:15 ---> d89d57abc47d 17:56:15 Step 3/22 : WORKDIR /edgex-go 17:56:16 ---> Running in 2d554889c285 17:56:16 ---> Running in 6e1f158fee24 17:56:16 ---> Running in 434e65b398ab 17:56:16 ---> Running in a428e5a611ef 17:56:16 ---> Running in 17c537c9800b 17:56:16 Removing intermediate container a428e5a611ef 17:56:16 ---> 5e8b5d49caa0 17:56:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:16 Removing intermediate container 17c537c9800b 17:56:16 ---> 88ce572cd14a 17:56:16 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:16 Removing intermediate container 6e1f158fee24 17:56:16 ---> f7561e690b42 17:56:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:16 Removing intermediate container 2d554889c285 17:56:16 ---> a94672555ef1 17:56:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:16 Removing intermediate container 434e65b398ab 17:56:16 ---> a9fe7157bf95 17:56:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:16 ---> Running in 9dd5220173ed 17:56:16 ---> Running in 7eba8e439a87 17:56:16 ---> Running in 6614f1d7cb0e 17:56:16 ---> Running in 8bbaa159c3c9 17:56:16 ---> Running in 96d124a58b37 17:56:18 Removing intermediate container 6614f1d7cb0e 17:56:18 ---> ca3e98008fd3 17:56:18 Step 5/22 : RUN apk add --update --no-cache make git 17:56:18 ---> Running in 458d8c1b42d2 17:56:18 Removing intermediate container 8bbaa159c3c9 17:56:18 ---> b6300bee32eb 17:56:18 Step 5/22 : RUN apk add --update --no-cache make git 17:56:19 Removing intermediate container 9dd5220173ed 17:56:19 ---> 0eef9b07f3ef 17:56:19 Step 5/22 : RUN apk add --update --no-cache make git 17:56:19 Removing intermediate container 7eba8e439a87 17:56:19 ---> b7f3b9a64d29 17:56:19 Step 5/21 : RUN apk add --update --no-cache make git 17:56:19 Removing intermediate container 96d124a58b37 17:56:19 ---> 0c21c3365ebd 17:56:19 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 17:56:19 ---> Running in 87ebb6163b62 17:56:19 ---> Running in aa031f9a0887 17:56:19 ---> Running in be3eeba1a5f3 17:56:19 ---> Running in fc25d3fd1675 17:56:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:20 OK: 233 MiB in 51 packages 17:56:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:20 OK: 233 MiB in 51 packages 17:56:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:21 Removing intermediate container 458d8c1b42d2 17:56:21 ---> 6d61fcecb47b 17:56:21 Step 6/22 : COPY go.mod . 17:56:21 OK: 233 MiB in 51 packages 17:56:21 Removing intermediate container aa031f9a0887 17:56:21 ---> 37f60ffcfe57 17:56:21 Step 6/22 : COPY go.mod . 17:56:21 ---> 7ba822f44ce6 17:56:21 Step 7/22 : RUN go mod download 17:56:21 OK: 233 MiB in 51 packages 17:56:21 ---> Running in 72034c03b141 17:56:21 OK: 233 MiB in 51 packages 17:56:21 ---> 747256852718 17:56:21 Step 7/22 : RUN go mod download 17:56:22 ---> Running in b9859db88e81 17:56:22 Removing intermediate container 87ebb6163b62 17:56:22 ---> a43bb580c6ff 17:56:22 Step 6/22 : COPY go.mod . 17:56:22 ---> 3ef90a0d9dc0 17:56:22 Step 7/22 : RUN go mod download 17:56:22 Removing intermediate container be3eeba1a5f3 17:56:22 ---> 19cf7213022c 17:56:22 Step 6/21 : COPY go.mod . 17:56:22 ---> Running in f4f750515de8 17:56:22 Removing intermediate container fc25d3fd1675 17:56:22 ---> dc578d1aeace 17:56:22 Step 6/24 : COPY go.mod . 17:56:23 ---> 39d9620c27f8 17:56:23 Step 7/21 : RUN go mod download 17:56:23 ---> efe4589110d8 17:56:23 Step 7/24 : RUN go mod download 17:56:23 ---> Running in 92e39ac742bd 17:56:23 ---> Running in c124918b4a49 17:56:24 Removing intermediate container b9859db88e81 17:56:24 ---> 907b24b021f7 17:56:24 Step 8/22 : COPY . . 17:56:25 Removing intermediate container 72034c03b141 17:56:25 ---> 4605b15cfaa7 17:56:25 Step 8/22 : COPY . . 17:56:25 Removing intermediate container f4f750515de8 17:56:25 ---> 3900a4be4b9a 17:56:25 Step 8/22 : COPY . . 17:56:25 Removing intermediate container 92e39ac742bd 17:56:25 ---> 861e2f72010d 17:56:25 Step 8/21 : COPY . . 17:56:31 Removing intermediate container c124918b4a49 17:56:31 ---> caa36e7af0e0 17:56:31 Step 8/24 : COPY . . 17:56:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21253 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 17:56:34 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 17:56:39 using credential edgex-jenkins-ssh 17:56:39 Cloning the remote Git repository 17:56:39 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:56:40 > git init /w/workspace/edgex-go/12 # timeout=10 17:56:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:56:40 > git --version # timeout=10 17:56:40 > git --version # 'git version 2.17.1' 17:56:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:56:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:57:03 ---> 601ad488b73b 17:57:03 Step 9/22 : RUN make cmd/core-command/core-command 17:57:03 ---> Running in 2b302d670549 17:57:03 ---> 6967edeb7e2d 17:57:03 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:57:03 ---> 817d8e9557c0 17:57:03 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:57:03 ---> b14649fc194d 17:57:03 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:57:03 ---> a75c8c1db392 17:57:03 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:57:03 ---> Running in 9054a51221c0 17:57:03 ---> Running in 039c331e60f5 17:57:03 ---> Running in e9d32e8f9710 17:57:03 ---> Running in 6f2cc83f3c32 17:57:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:57:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:57:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:57:03 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 17:57:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:57:05 Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit d34f2bb1477c58f0643b4c73d8737372279ff9e1 17:57:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:57:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:57:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:57:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:57:04 using GIT_SSH to set credentials SSH Credentials for GitHub 17:57:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:57:05 > git config core.sparsecheckout # timeout=10 17:57:05 > git checkout -f d34f2bb1477c58f0643b4c73d8737372279ff9e1 # timeout=10 17:57:06 Merge succeeded, producing d34f2bb1477c58f0643b4c73d8737372279ff9e1 17:57:06 Checking out Revision d34f2bb1477c58f0643b4c73d8737372279ff9e1 (PR-3027) 17:57:05 > git remote # timeout=10 17:57:06 > git config --get remote.origin.url # timeout=10 17:57:06 using GIT_SSH to set credentials SSH Credentials for GitHub 17:57:06 > git merge 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 17:57:06 > git rev-parse HEAD^{commit} # timeout=10 17:57:06 > git config core.sparsecheckout # timeout=10 17:57:06 > git checkout -f d34f2bb1477c58f0643b4c73d8737372279ff9e1 # timeout=10 17:57:10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:57:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:57:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:57:12 + true 17:57:12 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:57:15 provisioning config files... 17:57:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config1746423991051532645tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:57:15 ---> docker-login.sh 17:57:15 nexus3.edgexfoundry.org:10001 17:57:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:16 Configure a credential helper to remove this warning. See 17:57:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:16 17:57:16 Login Succeeded 17:57:16 nexus3.edgexfoundry.org:10002 17:57:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:17 Configure a credential helper to remove this warning. See 17:57:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:17 17:57:17 Login Succeeded 17:57:17 nexus3.edgexfoundry.org:10003 17:57:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:17 Configure a credential helper to remove this warning. See 17:57:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:17 17:57:17 Login Succeeded 17:57:17 nexus3.edgexfoundry.org:10004 17:57:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:18 Configure a credential helper to remove this warning. See 17:57:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:18 17:57:18 Login Succeeded 17:57:18 docker.io 17:57:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:57:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:57:18 Configure a credential helper to remove this warning. See 17:57:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:57:18 17:57:18 Login Succeeded 17:57:18 ---> docker-login.sh ends [Pipeline] } 17:57:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:57:19 ========================================================= 17:57:19 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:57:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:57:19 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 17:57:22 Sending build context to Docker daemon 165.5MB 17:57:22 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:57:22 Step 2/6 : FROM ${BASE} 17:57:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:57:22 5f621e34cdf4: Pulling fs layer 17:57:22 a4357932f1b6: Pulling fs layer 17:57:22 18c013af1878: Pulling fs layer 17:57:22 00ac8860ef70: Pulling fs layer 17:57:22 63d7cb157983: Pulling fs layer 17:57:22 b116817d02f9: Pulling fs layer 17:57:22 745a02a5169b: Pulling fs layer 17:57:22 63d7cb157983: Waiting 17:57:22 b116817d02f9: Waiting 17:57:22 00ac8860ef70: Waiting 17:57:22 745a02a5169b: Waiting 17:57:22 18c013af1878: Verifying Checksum 17:57:22 a4357932f1b6: Verifying Checksum 17:57:22 a4357932f1b6: Download complete 17:57:22 63d7cb157983: Verifying Checksum 17:57:22 63d7cb157983: Download complete 17:57:22 b116817d02f9: Verifying Checksum 17:57:22 b116817d02f9: Download complete 17:57:22 5f621e34cdf4: Verifying Checksum 17:57:22 5f621e34cdf4: Download complete 17:57:23 5f621e34cdf4: Pull complete 17:57:23 a4357932f1b6: Pull complete 17:57:23 18c013af1878: Pull complete 17:57:24 745a02a5169b: Verifying Checksum 17:57:24 745a02a5169b: Download complete 17:57:25 00ac8860ef70: Verifying Checksum 17:57:25 00ac8860ef70: Download complete 17:57:35 00ac8860ef70: Pull complete 17:57:35 Removing intermediate container 6f2cc83f3c32 17:57:35 ---> 3d8820edc54d 17:57:35 17:57:35 Step 10/24 : FROM scratch 17:57:35 ---> 17:57:35 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:57:35 Removing intermediate container 039c331e60f5 17:57:35 ---> 7ce19e98b553 17:57:35 17:57:35 Step 10/22 : FROM alpine:3.12 17:57:35 3.12: Pulling from library/alpine 17:57:35 ---> Running in f5152ba44d1b 17:57:35 Removing intermediate container e9d32e8f9710 17:57:35 ---> 4dc81093444e 17:57:35 17:57:35 Step 10/21 : FROM scratch 17:57:35 ---> 17:57:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:57:35 ---> Running in 39c467506047 17:57:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:57:35 Removing intermediate container f5152ba44d1b 17:57:35 ---> 5ff3c32c1ba8 17:57:35 Step 12/24 : ENV APP_PORT=48060 17:57:35 Status: Downloaded newer image for alpine:3.12 17:57:35 ---> 389fef711851 17:57:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:57:36 63d7cb157983: Pull complete 17:57:36 b116817d02f9: Pull complete 17:57:36 Removing intermediate container 39c467506047 17:57:36 ---> 21ced57982a7 17:57:36 Step 12/21 : ENV APP_PORT=48085 17:57:36 ---> Running in aaf94c2e08db 17:57:36 ---> Running in 0a6d5187a1e6 17:57:36 ---> Running in 36d8bfdaeef4 17:57:37 Removing intermediate container 2b302d670549 17:57:37 ---> 97ced55b96b4 17:57:37 17:57:37 Step 10/22 : FROM scratch 17:57:37 ---> 17:57:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:57:37 ---> Using cache 17:57:37 ---> 21ced57982a7 17:57:37 Step 12/22 : ENV APP_PORT=48082 17:57:37 Removing intermediate container aaf94c2e08db 17:57:37 ---> 058288fb8abd 17:57:37 Step 13/24 : EXPOSE $APP_PORT 17:57:37 ---> Running in e1fdb61b6a9d 17:57:37 Removing intermediate container 36d8bfdaeef4 17:57:37 ---> 90595e15edc0 17:57:37 Step 13/21 : EXPOSE $APP_PORT 17:57:37 ---> Running in ff25cc9a058e 17:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:57:39 (1/5) Installing ca-certificates (20191127-r4) 17:57:39 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:57:39 (3/5) Installing libcurl (7.69.1-r3) 17:57:39 (4/5) Installing curl (7.69.1-r3) 17:57:39 (5/5) Installing dumb-init (1.2.2-r1) 17:57:39 Executing busybox-1.31.1-r19.trigger 17:57:39 Executing ca-certificates-20191127-r4.trigger 17:57:39 OK: 7 MiB in 19 packages 17:57:39 ---> Running in 2967a45b0911 17:57:39 Removing intermediate container e1fdb61b6a9d 17:57:39 ---> e60ced5126f0 17:57:39 Step 13/22 : EXPOSE $APP_PORT 17:57:39 Removing intermediate container ff25cc9a058e 17:57:39 ---> 645cabdeff29 17:57:39 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:57:39 745a02a5169b: Pull complete 17:57:40 Removing intermediate container 9054a51221c0 17:57:40 ---> af0b81790ddf 17:57:40 17:57:40 Step 10/22 : FROM scratch 17:57:40 ---> 17:57:40 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:57:40 ---> Running in 8ee181d36fbf 17:57:40 ---> Using cache 17:57:40 ---> 21ced57982a7 17:57:40 Step 12/22 : ENV APP_PORT=48081 17:57:40 ---> Running in 3d6e8903a67b 17:57:40 Removing intermediate container 2967a45b0911 17:57:40 ---> c49a6fccfb4c 17:57:40 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:57:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:57:40 ---> b7e6874047d6 17:57:40 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 17:57:40 ---> d03b7a763113 17:57:40 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:57:40 Removing intermediate container 8ee181d36fbf 17:57:40 ---> 60e2fe771277 17:57:40 Step 14/22 : WORKDIR / 17:57:40 Removing intermediate container 3d6e8903a67b 17:57:40 ---> 10f8a553bf6e 17:57:40 Step 13/22 : EXPOSE $APP_PORT 17:57:40 ---> 899490639377 17:57:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:57:41 ---> Running in 738ab3e6d688 17:57:41 Removing intermediate container 0a6d5187a1e6 17:57:41 ---> b055f82553f9 17:57:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:57:42 ---> Running in 70a4b1844b2a 17:57:42 ---> Running in 275f8f290a10 17:57:42 ---> 9a923284eeb7 17:57:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:57:42 ---> 5c8c2754fd88 17:57:42 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:57:42 Removing intermediate container 738ab3e6d688 17:57:42 ---> 80f20311e4c8 17:57:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:42 Removing intermediate container 70a4b1844b2a 17:57:42 ---> 362a74fa76fa 17:57:42 Step 14/22 : WORKDIR / 17:57:42 ---> Running in 51b287659650 17:57:42 Removing intermediate container 275f8f290a10 17:57:42 ---> 1697537bb141 17:57:42 Step 13/22 : WORKDIR / 17:57:43 ---> ec54bb5727a7 17:57:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:57:43 ---> Running in 0e238890b9d7 17:57:43 ---> 82304d5aab29 17:57:43 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:57:43 Removing intermediate container 51b287659650 17:57:43 ---> 1a1d35395f7f 17:57:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:43 ---> 17d80e7c8129 17:57:43 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:43 ---> Running in cea6a07eef6d 17:57:43 Removing intermediate container 0e238890b9d7 17:57:43 ---> b956ce2c0046 17:57:43 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:43 ---> Running in e404459fdcdd 17:57:43 ---> 3b1618a8582f 17:57:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:57:43 ---> 85b7480742e2 17:57:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:57:43 ---> b537d0da3195 17:57:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:57:43 Removing intermediate container cea6a07eef6d 17:57:43 ---> d70cbc8864e3 17:57:43 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:57:43 ---> d437104b30f1 17:57:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:57:43 ---> Running in 5ed1dbeaf918 17:57:44 ---> cf409f6cee87 17:57:44 Step 18/22 : ENTRYPOINT ["/core-command"] 17:57:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:57:44 ---> 475bd0e3ebb2 17:57:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:57:44 ---> Running in 866c92064b6d 17:57:44 ---> 288909901de6 17:57:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:57:44 Removing intermediate container 5ed1dbeaf918 17:57:44 ---> b3645435f45f 17:57:44 Step 19/21 : LABEL arch=x86_64 17:57:44 ---> 520c635e9d86 17:57:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:57:44 ---> Running in 7f977ff633d3 17:57:44 Removing intermediate container 866c92064b6d 17:57:44 ---> 4d49f361912c 17:57:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:57:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:57:45 ---> 452d84be4a0f 17:57:45 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:57:45 ---> Running in ae65a89808d8 17:57:45 ---> cb1302289451 17:57:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:57:45 ---> b0b6669bab5b 17:57:45 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:57:45 Removing intermediate container 7f977ff633d3 17:57:45 ---> 63340c382fd3 17:57:45 Step 20/21 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 17:57:45 ---> Running in b9d801c58920 17:57:45 ---> Running in 6474d739b4db 17:57:45 ---> Running in f1806ebd3322 17:57:45 Removing intermediate container ae65a89808d8 17:57:45 ---> a3e74cc53c28 17:57:45 Step 20/22 : LABEL arch=x86_64 17:57:45 ---> 48544d1fa21a 17:57:45 Step 18/22 : RUN chmod +x entrypoint.sh 17:57:45 Removing intermediate container b9d801c58920 17:57:45 ---> 02d8c0f70196 17:57:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:57:45 (1/12) Installing libmagic (5.38-r0) 17:57:46 ---> Running in 77c0aba10dfa 17:57:46 ---> Running in 7c7de1be1ebf 17:57:46 (2/12) Installing file (5.38-r0) 17:57:46 (3/12) Installing libc-dev (0.7.2-r3) 17:57:46 Removing intermediate container f1806ebd3322 17:57:46 ---> 9716151323f9 17:57:46 Step 21/21 : LABEL version=0.0.0 17:57:46 Removing intermediate container 6474d739b4db 17:57:46 ---> 4770e9190205 17:57:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:57:46 ---> Running in eb93672d9edf 17:57:46 (4/12) Installing g++ (9.3.0-r2) 17:57:46 ---> Running in f702fa7a5b7e 17:57:46 ---> Running in 82600be1a73a 17:57:46 Removing intermediate container 77c0aba10dfa 17:57:46 ---> bba4ac661894 17:57:46 Step 21/22 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 17:57:46 Removing intermediate container eb93672d9edf 17:57:46 ---> 8adcb63a2e10 17:57:46 Step 22/24 : LABEL arch=x86_64 17:57:46 ---> Running in 3c30336460fe 17:57:46 Removing intermediate container f702fa7a5b7e 17:57:46 ---> 447965580df9 17:57:46 17:57:47 Removing intermediate container 82600be1a73a 17:57:47 ---> fd360e265bb6 17:57:47 Step 20/22 : LABEL arch=x86_64 17:57:47 ---> Running in 4e502bcacea7 17:57:47 ---> Running in 283f79e9f404 17:57:47 Successfully built 447965580df9 17:57:47 Removing intermediate container 3c30336460fe 17:57:47 ---> ed000c1fe0f0 17:57:47 Step 22/22 : LABEL version=0.0.0 17:57:47 Successfully tagged docker-support-scheduler-go:latest 17:57:47  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 17:57:47 Removing intermediate container 4e502bcacea7 17:57:47 ---> 3a638c324c85 17:57:47 Step 23/24 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 17:57:47 ---> Running in 630bb5565a63 17:57:47 ---> Running in 17ef359ddab0 17:57:47 Removing intermediate container 283f79e9f404 17:57:47 ---> 9361a35645b4 17:57:47 Step 21/22 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 17:57:47 ---> Running in 66efdc789fdc 17:57:48 Removing intermediate container 630bb5565a63 17:57:48 ---> e303546cfb07 17:57:48 17:57:48 Successfully built e303546cfb07 17:57:48 Removing intermediate container 7c7de1be1ebf 17:57:48 ---> bc36389109f1 17:57:48 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:57:48 Removing intermediate container 17ef359ddab0 17:57:48 ---> 790c193e8dd7 17:57:48 Step 24/24 : LABEL version=0.0.0 17:57:48 Successfully tagged docker-core-command-go:latest 17:57:48 Building docker-security-proxy-setup-go 17:57:48  Building docker-core-command-go ... done Removing intermediate container 66efdc789fdc 17:57:48 ---> a7854138d70d 17:57:48 Step 22/22 : LABEL version=0.0.0 17:57:48 ---> Running in 6e69c7cc8b84 17:57:48 ---> Running in 56ab2a4cfe01 17:57:50 ---> Running in f919bf89fa97 17:57:51 Removing intermediate container 6e69c7cc8b84 17:57:51 ---> 0e5cf05b69da 17:57:51 Removing intermediate container 56ab2a4cfe01 17:57:51 ---> cd47dec39fd8 17:57:51 17:57:51 Step 20/22 : LABEL arch=x86_64 17:57:52 Successfully built cd47dec39fd8 17:57:54 Successfully tagged docker-support-notifications-go:latest 17:57:54  Building docker-support-notifications-go ... done Building docker-core-data-go 17:57:54 ---> Running in 621c3935c8da 17:57:54 Removing intermediate container f919bf89fa97 17:57:54 ---> fb4f520d5b87 17:57:54 17:57:54 Successfully built fb4f520d5b87 17:57:54 Successfully tagged docker-core-metadata-go:latest 17:57:54  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 17:58:01 (5/12) Installing fortify-headers (1.1-r0) 17:58:01 (6/12) Installing patch (2.7.6-r6) 17:58:01 (7/12) Installing build-base (0.5-r2) 17:58:01 (8/12) Installing libsodium (1.0.18-r0) 17:58:01 (9/12) Installing pkgconf (1.7.2-r0) 17:58:01 (10/12) Installing libsodium-dev (1.0.18-r0) 17:58:01 (11/12) Installing libzmq (4.3.3-r0) 17:58:02 (12/12) Installing zeromq-dev (4.3.3-r0) 17:58:02 Executing busybox-1.31.1-r19.trigger 17:58:02 OK: 217 MiB in 51 packages 17:58:02 Removing intermediate container 621c3935c8da 17:58:02 ---> 6226e9a95761 17:58:02 Step 21/22 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 17:58:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:58:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:58:04 ---> d89d57abc47d 17:58:04 Step 3/24 : WORKDIR /edgex-go 17:58:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:58:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:58:04 ---> d89d57abc47d 17:58:04 Step 3/21 : WORKDIR /edgex-go 17:58:04 ---> Using cache 17:58:04 ---> a9fe7157bf95 17:58:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:58:04 ---> Using cache 17:58:04 ---> a9fe7157bf95 17:58:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:58:04 ---> Using cache 17:58:04 ---> 0c21c3365ebd 17:58:04 Step 5/24 : RUN apk add --update --no-cache make git ---> Using cache 17:58:04 17:58:04 ---> 0c21c3365ebd 17:58:04 Step 5/21 : RUN apk add --update --no-cache make git 17:58:06 Removing intermediate container e404459fdcdd 17:58:06 ---> 07bde39bcf24 17:58:06 Step 4/6 : WORKDIR /edgex-go 17:58:06 ---> Running in 56169a6656ad 17:58:06 ---> Running in ab14f58733fa 17:58:06 Removing intermediate container 56169a6656ad 17:58:06 ---> 7cfdfb945452 17:58:06 Step 5/6 : COPY go.mod . 17:58:06 ---> Running in e9729e2b113f 17:58:06 ---> Running in 88f0dfca2c9e 17:58:07 Removing intermediate container ab14f58733fa 17:58:07 ---> df6e20b8b1c2 17:58:07 Step 22/22 : LABEL version=0.0.0 17:58:07 ---> d2bc1db0a1d2 17:58:07 Step 6/6 : RUN go mod download 17:58:07 ---> Running in 6efef17e9810 17:58:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:08 ---> Running in 1201d67206f2 17:58:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:09 Removing intermediate container 1201d67206f2 17:58:09 ---> ea785c2962a1 17:58:09 17:58:09 Successfully built ea785c2962a1 17:58:09 Successfully tagged docker-security-bootstrap-redis-go:latest 17:58:09  Building docker-security-bootstrap-redis-go ... done OK: 233 MiB in 51 packages 17:58:09 OK: 233 MiB in 51 packages 17:58:13 Removing intermediate container e9729e2b113f 17:58:13 ---> 051ebd6a7c56 17:58:13 Step 6/24 : COPY go.mod . 17:58:13 Removing intermediate container 88f0dfca2c9e 17:58:13 ---> ed8b1410f5e6 17:58:13 Step 6/21 : COPY go.mod . 17:58:14 ---> 3642b455a7dd 17:58:14 Step 7/24 : RUN go mod download 17:58:14 ---> 9336b4f4a8e3 17:58:14 Step 7/21 : RUN go mod download 17:58:15 ---> Running in 8b35975e5f37 17:58:15 ---> Running in cea8b65378b8 17:58:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:58:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:58:15 ---> d89d57abc47d 17:58:15 Step 3/23 : WORKDIR /edgex-go 17:58:15 ---> Using cache 17:58:15 ---> a9fe7157bf95 17:58:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:58:15 ---> Using cache 17:58:15 ---> 0c21c3365ebd 17:58:15 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:58:15 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:58:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:58:15 ---> d89d57abc47d 17:58:15 Step 3/26 : WORKDIR /edgex-go 17:58:15 ---> Using cache 17:58:15 ---> a9fe7157bf95 17:58:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:58:15 ---> Using cache 17:58:15 ---> 0c21c3365ebd 17:58:15 Step 5/26 : RUN apk add --update --no-cache make bash git 17:58:16 ---> Running in 355472deeb58 17:58:16 ---> Running in 2451006a7552 17:58:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:18 Removing intermediate container 8b35975e5f37 17:58:18 ---> c55a313b7085 17:58:18 Step 8/21 : COPY . . 17:58:18 Removing intermediate container cea8b65378b8 17:58:18 ---> 960b55bad36d 17:58:18 Step 8/24 : COPY . . 17:58:18 OK: 233 MiB in 51 packages 17:58:18 OK: 233 MiB in 51 packages 17:58:25 Removing intermediate container 2451006a7552 17:58:25 ---> 9e7b21577769 17:58:25 Step 6/26 : COPY go.mod . 17:58:25 Removing intermediate container 355472deeb58 17:58:25 ---> b8380b4db15f 17:58:25 Step 6/23 : COPY go.mod . 17:58:26 ---> 034ba88529fa 17:58:26 Step 7/23 : RUN go mod download 17:58:26 ---> 508f19777de5 17:58:26 Step 7/26 : RUN go mod download 17:58:29 ---> Running in ccb0db697bfe 17:58:29 ---> Running in e99008431722 17:58:32 Removing intermediate container ccb0db697bfe 17:58:32 ---> 0fa23f2c1a41 17:58:32 Step 8/26 : COPY . . 17:58:32 Removing intermediate container e99008431722 17:58:32 ---> 152f8ca078c8 17:58:32 Step 8/23 : COPY . . 17:58:34 Removing intermediate container 6efef17e9810 17:58:34 ---> e826081dac96 17:58:34 Successfully built e826081dac96 17:58:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:58:34 + docker inspect -f . ci-base-image-arm64 17:58:34 . [Pipeline] withDockerContainer 17:58:35 prd-ubuntu18.04-docker-arm64-4c-16g-21253 does not seem to be running inside a container 17:58:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:58:36 $ docker top 50930eb2f25d4730cfb059a06804a2b525336a419b1acdc051c852034ac9094c -eo pid,comm [Pipeline] { [Pipeline] sh 17:58:37 + go version 17:58:37 go version go1.15.5 linux/arm64 [Pipeline] } 17:58:37 $ docker stop --time=1 50930eb2f25d4730cfb059a06804a2b525336a419b1acdc051c852034ac9094c 17:58:39 $ docker rm -f 50930eb2f25d4730cfb059a06804a2b525336a419b1acdc051c852034ac9094c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:58:40 + docker inspect -f . ci-base-image-arm64 17:58:40 . [Pipeline] withDockerContainer 17:58:40 prd-ubuntu18.04-docker-arm64-4c-16g-21253 does not seem to be running inside a container 17:58:40 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:58:42 $ docker top 3e04422b87873d2035dd62dcbfbed543b728d91c0354af16475da4498e8f307c -eo pid,comm [Pipeline] { [Pipeline] echo 17:58:42 ========================================================= 17:58:42 [edgeXBuildGoParallel] Running Tests and Build... 17:58:42 ========================================================= [Pipeline] sh 17:58:43 + make test 17:58:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:58:47 ---> 3fa0dbbad3b9 17:58:47 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:58:47 ---> 3bbf23f6876a 17:58:47 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:58:49 ---> Running in 3284bb34a4bb 17:58:50 ---> Running in 800265d899b7 17:58:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:58:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:58:57 ---> e57b0deb8d5d 17:58:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:58:57 ---> Running in 77220273884a 17:58:57 ---> a2d22b2031f8 17:58:57 Step 9/23 : RUN make cmd/core-data/core-data 17:58:58 ---> Running in 6abe06424e77 17:58:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:58:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:59:05 ? github.com/edgexfoundry/edgex-go [no test files] 17:59:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:59:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:59:16 Removing intermediate container 800265d899b7 17:59:16 ---> d30f7f5b184c 17:59:16 17:59:16 Step 10/21 : FROM alpine:3.12 17:59:16 ---> 389fef711851 17:59:16 Step 11/21 : RUN apk add --update --no-cache curl 17:59:17 ---> Running in 9a86b944c807 17:59:18 Removing intermediate container 3284bb34a4bb 17:59:18 ---> 0c67a41cbbfe 17:59:18 17:59:18 Step 10/24 : FROM alpine:3.12 17:59:18 ---> 389fef711851 17:59:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:59:18 ---> Using cache 17:59:18 ---> b055f82553f9 17:59:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:59:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:18 ---> Running in 416e937f6fd9 17:59:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:19 (1/4) Installing ca-certificates (20191127-r4) 17:59:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:59:19 Removing intermediate container 416e937f6fd9 17:59:19 ---> 4f0f23c75e0d 17:59:19 Step 13/24 : WORKDIR / 17:59:19 (3/4) Installing libcurl (7.69.1-r3) 17:59:19 (4/4) Installing curl (7.69.1-r3) 17:59:19 Executing busybox-1.31.1-r19.trigger 17:59:19 Executing ca-certificates-20191127-r4.trigger 17:59:19 OK: 7 MiB in 18 packages 17:59:22 ---> Running in 0c71ff2e1555 17:59:22 Removing intermediate container 77220273884a 17:59:22 ---> d4ad8a037d46 17:59:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:59:22 ---> Running in 1baa6b91141a 17:59:22 Removing intermediate container 0c71ff2e1555 17:59:22 ---> b6bca5be2b07 17:59:22 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:59:23 Removing intermediate container 9a86b944c807 17:59:23 ---> bc8a393e8207 17:59:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:59:23 ---> Running in a921421e8010 17:59:23 ---> aa496fe2ab4c 17:59:23 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:59:23 Removing intermediate container a921421e8010 17:59:23 ---> a1ca4c10fc35 17:59:23 Step 13/21 : WORKDIR /edgex 17:59:23 ---> Running in 241f4bd9d6ca 17:59:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:59:23 ---> 05e7b2efac58 17:59:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:59:24 Removing intermediate container 241f4bd9d6ca 17:59:24 ---> 613d6ead6e43 17:59:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:59:24 ---> 51ceb7f6ecab 17:59:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:59:24 ---> 8b588d04c9ee 17:59:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:59:25 ---> 1b8f6287e0fe 17:59:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:59:25 Removing intermediate container 1baa6b91141a 17:59:25 ---> 93f3281e0160 17:59:25 17:59:25 Step 11/26 : FROM docker:20.10.0 17:59:25 20.10.0: Pulling from library/docker 17:59:25 ---> e8cb002bd2a1 17:59:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:59:25 ---> 452981181473 17:59:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:59:26 ---> 8113f8808d08 17:59:26 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:59:27 ---> d5f16f3e16f3 17:59:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:59:28 ---> Running in cea79a4162e0 17:59:28 ---> Running in 71e760af06ef 17:59:28 Removing intermediate container 6abe06424e77 17:59:28 ---> 8d5c2d736afd 17:59:28 17:59:28 Step 10/23 : FROM alpine:3.12 17:59:28 ---> 389fef711851 17:59:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:59:29 Removing intermediate container 71e760af06ef 17:59:29 ---> 756b6305f0f4 17:59:29 Step 18/21 : CMD ["--init=true"] 17:59:29 ---> Running in d8e495a9b559 17:59:29 ---> Running in d2169eecdb48 17:59:29 Removing intermediate container d8e495a9b559 17:59:29 ---> 40fac518fe47 17:59:29 Step 12/23 : ENV APP_PORT=48080 17:59:29 ---> Running in 01eae70a3dda 17:59:29 Removing intermediate container d2169eecdb48 17:59:29 ---> 69deff61ec0c 17:59:29 Step 19/21 : LABEL arch=x86_64 17:59:29 ---> Running in ea61764a9021 17:59:30 Removing intermediate container 01eae70a3dda 17:59:30 ---> f140a90f1e5e 17:59:30 Step 13/23 : EXPOSE $APP_PORT 17:59:30 ---> Running in 9bc455330586 17:59:30 Removing intermediate container ea61764a9021 17:59:30 ---> 45ce93e21f34 17:59:30 Step 20/21 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 17:59:30 Removing intermediate container cea79a4162e0 17:59:30 ---> 6b6fe4cb1395 17:59:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:59:30 ---> Running in 7b4e87f3d9af 17:59:30 ---> Running in ac39d97cc5ff 17:59:30 Removing intermediate container 9bc455330586 17:59:30 ---> 74efe93671c4 17:59:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:31 ---> Running in f67b699ec332 17:59:31 Removing intermediate container 7b4e87f3d9af 17:59:31 ---> c8e1a0e429c1 17:59:31 Step 21/21 : LABEL version=0.0.0 17:59:31 Removing intermediate container ac39d97cc5ff 17:59:31 ---> 4767875218ef 17:59:31 Step 22/24 : LABEL arch=x86_64 17:59:31 ---> Running in 85af39d0fbc5 17:59:31 ---> Running in 4919805bf5c4 17:59:31 Removing intermediate container 85af39d0fbc5 17:59:31 ---> 3f17ad877cee 17:59:31 17:59:31 Removing intermediate container 4919805bf5c4 17:59:31 ---> 95c1674387de 17:59:31 Step 23/24 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 17:59:31 ---> Running in 7f0f82de5f18 17:59:32 Successfully built 3f17ad877cee 17:59:32 Successfully tagged docker-security-proxy-setup-go:latest 17:59:32  Building docker-security-proxy-setup-go ... done Removing intermediate container 7f0f82de5f18 17:59:32 ---> 79523f8b08c8 17:59:32 Step 24/24 : LABEL version=0.0.0 17:59:32 ---> Running in e99150399b2f 17:59:32 Removing intermediate container f67b699ec332 17:59:32 ---> 76d14e8949e9 17:59:32 Step 15/23 : RUN apk add --update --no-cache zeromq 17:59:32 ---> Running in e45fad9380d4 17:59:32 Removing intermediate container e99150399b2f 17:59:32 ---> 891398c4bf1a 17:59:32 17:59:32 Successfully built 891398c4bf1a 17:59:33 Successfully tagged docker-security-secretstore-setup-go:latest 17:59:33  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:59:33 Status: Downloaded newer image for docker:20.10.0 17:59:33 ---> aefe523efa57 17:59:33 Step 12/26 : RUN apk add --no-cache bash 17:59:33 ---> Running in 467049ae4549 17:59:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:33 (1/2) Installing readline (8.0.4-r0) 17:59:33 (2/2) Installing bash (5.0.17-r0) 17:59:33 Executing bash-5.0.17-r0.post-install 17:59:33 Executing busybox-1.31.1-r19.trigger 17:59:33 OK: 12 MiB in 22 packages 17:59:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:34 Removing intermediate container 467049ae4549 17:59:34 ---> 8aef1802e73f 17:59:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:59:34 ---> Running in ce65afb0517a 17:59:34 (1/5) Installing libgcc (9.3.0-r2) 17:59:34 Removing intermediate container ce65afb0517a 17:59:34 ---> 9d69d303930c 17:59:34 Step 14/26 : ENV APP_PORT=48090 17:59:34 ---> Running in ba4f99d91160 17:59:34 (2/5) Installing libsodium (1.0.18-r0) 17:59:34 (3/5) Installing libstdc++ (9.3.0-r2) 17:59:34 Removing intermediate container ba4f99d91160 17:59:34 ---> d648d21763d2 17:59:34 Step 15/26 : EXPOSE $APP_PORT 17:59:34 ---> Running in 8f7e95f34d5a 17:59:35 (4/5) Installing libzmq (4.3.3-r0) 17:59:35 Removing intermediate container 8f7e95f34d5a 17:59:35 ---> 1bbd8e467b6c 17:59:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:59:35 (5/5) Installing zeromq (4.3.3-r0) 17:59:35 Executing busybox-1.31.1-r19.trigger 17:59:35 OK: 8 MiB in 19 packages 17:59:36 ---> 57a8b797090a 17:59:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:59:36 Removing intermediate container e45fad9380d4 17:59:36 ---> 20925023ecd8 17:59:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:59:36 ---> 46ab51df198f 17:59:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:59:36 ---> d726f59b1097 17:59:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:59:36 ---> eb486d70134f 17:59:36 Step 19/26 : RUN apk --no-cache add py3-pip 17:59:36 ---> Running in da836cc2f49f 17:59:37 ---> 5617e3a26bf2 17:59:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:59:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:37 ---> 1953f6c623d3 17:59:37 Step 19/23 : ENTRYPOINT ["/core-data"] 17:59:37 ---> Running in df87b6828181 17:59:37 (1/33) Installing libbz2 (1.0.8-r1) 17:59:37 (2/33) Installing expat (2.2.9-r1) 17:59:37 (3/33) Installing libffi (3.3-r2) 17:59:37 (4/33) Installing gdbm (1.13-r1) 17:59:37 (5/33) Installing xz-libs (5.2.5-r0) 17:59:37 (6/33) Installing sqlite-libs (3.32.1-r0) 17:59:37 (7/33) Installing python3 (3.8.5-r0) 17:59:37 Removing intermediate container df87b6828181 17:59:37 ---> 0f8bd58d8250 17:59:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:59:38 ---> Running in f49b6645808f 17:59:38 (8/33) Installing py3-appdirs (1.4.4-r1) 17:59:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:59:38 (10/33) Installing py3-parsing (2.4.7-r0) 17:59:38 (11/33) Installing py3-six (1.15.0-r0) 17:59:38 (12/33) Installing py3-packaging (20.4-r0) 17:59:41 (13/33) Installing py3-setuptools (47.0.0-r0) 17:59:41 (14/33) Installing py3-chardet (3.0.4-r4) 17:59:41 Removing intermediate container f49b6645808f 17:59:41 ---> 0b8cd4301114 17:59:41 Step 21/23 : LABEL arch=x86_64 17:59:41 (15/33) Installing py3-idna (2.9-r0) 17:59:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:59:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:59:42 (18/33) Installing py3-requests (2.23.0-r0) 17:59:42 (19/33) Installing py3-msgpack (1.0.0-r0) 17:59:42 (20/33) Installing py3-lockfile (0.12.2-r3) 17:59:42 ---> Running in 79bbdbf1c491 17:59:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:59:42 (22/33) Installing py3-colorama (0.4.3-r0) 17:59:42 (23/33) Installing py3-distlib (0.3.0-r0) 17:59:42 (24/33) Installing py3-distro (1.5.0-r1) 17:59:42 (25/33) Installing py3-webencodings (0.5.1-r3) 17:59:42 (26/33) Installing py3-html5lib (1.0.1-r4) 17:59:43 (27/33) Installing py3-pytoml (0.1.21-r0) 17:59:43 Removing intermediate container 79bbdbf1c491 17:59:43 ---> 33848aa76e33 17:59:43 Step 22/23 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 17:59:43 (28/33) Installing py3-pep517 (0.8.2-r0) 17:59:43 (29/33) Installing py3-progress (1.5-r0) 17:59:43 (30/33) Installing py3-toml (0.10.1-r0) 17:59:43 (31/33) Installing py3-retrying (1.3.3-r0) 17:59:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:59:43 (33/33) Installing py3-pip (20.1.1-r0) 17:59:43 ---> Running in 56274e418439 17:59:43 Executing busybox-1.31.1-r19.trigger 17:59:43 OK: 71 MiB in 55 packages 17:59:44 Removing intermediate container 56274e418439 17:59:44 ---> 1ef2269be6b0 17:59:44 Step 23/23 : LABEL version=0.0.0 17:59:44 ---> Running in 6b07b1901c01 17:59:44 Removing intermediate container 6b07b1901c01 17:59:44 ---> a1dbecafda14 17:59:44 17:59:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:59:44 Successfully built a1dbecafda14 17:59:44 Successfully tagged docker-core-data-go:latest 17:59:48  Building docker-core-data-go ... done Removing intermediate container da836cc2f49f 17:59:48 ---> 825bcffcd7d0 17:59:48 Step 20/26 : RUN pip install docker-compose==1.23.2 17:59:48 ---> Running in 62d81ee27fba 17:59:49 Collecting docker-compose==1.23.2 17:59:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:59:50 Collecting cached-property<2,>=1.2.0 17:59:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:59:50 Collecting jsonschema<3,>=2.5.1 17:59:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:59:50 Collecting PyYAML<4,>=3.10 17:59:50 Downloading PyYAML-3.13.tar.gz (270 kB) 17:59:52 Collecting texttable<0.10,>=0.9.0 17:59:52 Downloading texttable-0.9.1.tar.gz (11 kB) 17:59:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:59:52 Collecting docopt<0.7,>=0.6.1 17:59:52 Downloading docopt-0.6.2.tar.gz (25 kB) 17:59:53 Collecting docker<4.0,>=3.6.0 17:59:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:59:53 Collecting dockerpty<0.5,>=0.4.1 17:59:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:59:53 Collecting websocket-client<1.0,>=0.32.0 17:59:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:59:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:59:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:59:54 Collecting docker-pycreds>=0.4.0 17:59:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:59:54 Collecting urllib3<1.25,>=1.21.1 17:59:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:59:54 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:59:54 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:59:54 Collecting idna<2.8,>=2.5 17:59:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:59:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:59:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:59:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:59:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:59:54 Installing collected packages: cached-property, jsonschema, PyYAML, texttable, docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, docker-compose 17:59:54 Running setup.py install for PyYAML: started 17:59:55 Running setup.py install for PyYAML: finished with status 'done' 17:59:55 Running setup.py install for texttable: started 17:59:55 Running setup.py install for texttable: finished with status 'done' 17:59:55 Running setup.py install for docopt: started 17:59:56 Running setup.py install for docopt: finished with status 'done' 17:59:56 Attempting uninstall: urllib3 17:59:56 Found existing installation: urllib3 1.25.9 17:59:56 Uninstalling urllib3-1.25.9: 17:59:56 Successfully uninstalled urllib3-1.25.9 17:59:56 Attempting uninstall: idna 17:59:56 Found existing installation: idna 2.9 17:59:56 Uninstalling idna-2.9: 17:59:56 Successfully uninstalled idna-2.9 17:59:56 Attempting uninstall: requests 17:59:56 Found existing installation: requests 2.23.0 17:59:56 Uninstalling requests-2.23.0: 17:59:56 Successfully uninstalled requests-2.23.0 17:59:56 Running setup.py install for dockerpty: started 17:59:57 Running setup.py install for dockerpty: finished with status 'done' 17:59:57 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 18:00:00 Removing intermediate container 62d81ee27fba 18:00:00 ---> 179873b62d12 18:00:00 Step 21/26 : RUN apk --no-cache add curl 18:00:00 ---> Running in 2f4357541131 18:00:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:00:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:00:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:00:01 (2/3) Installing libcurl (7.69.1-r3) 18:00:01 (3/3) Installing curl (7.69.1-r3) 18:00:01 Executing busybox-1.31.1-r19.trigger 18:00:01 OK: 72 MiB in 58 packages 18:00:01 Removing intermediate container 2f4357541131 18:00:01 ---> bc8cbcb61008 18:00:01 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:00:01 ---> Running in 5454bf8efd17 18:00:01 Removing intermediate container 5454bf8efd17 18:00:01 ---> b65e276f27dc 18:00:01 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:00:01 ---> Running in d9904b1fbbdc 18:00:01 Removing intermediate container d9904b1fbbdc 18:00:01 ---> 44a83875af83 18:00:01 Step 24/26 : LABEL arch=x86_64 18:00:01 ---> Running in adddd90c6fc0 18:00:02 Removing intermediate container adddd90c6fc0 18:00:02 ---> 608559909ee7 18:00:02 Step 25/26 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 18:00:02 ---> Running in cf40aa650de5 18:00:02 Removing intermediate container cf40aa650de5 18:00:02 ---> 29d2782b8a39 18:00:02 Step 26/26 : LABEL version=0.0.0 18:00:02 ---> Running in 5505dd3ed360 18:00:02 Removing intermediate container 5505dd3ed360 18:00:02 ---> 4af0e35cd886 18:00:02 18:00:02 Successfully built 4af0e35cd886 18:00:02 Successfully tagged docker-sys-mgmt-agent-go:latest 18:00:03  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:00:03 $ docker stop --time=1 f8965e009dc545330de82dd7c6acd1de184ba40b5e53cd8509c9e86b891cb9a1 18:00:04 $ docker rm -f f8965e009dc545330de82dd7c6acd1de184ba40b5e53cd8509c9e86b891cb9a1 [Pipeline] // withDockerContainer [Pipeline] sh 18:00:05 + docker images 18:00:05 + grep docker 18:00:05 docker-sys-mgmt-agent-go latest 4af0e35cd886 3 seconds ago 313MB 18:00:05 docker-core-data-go latest a1dbecafda14 21 seconds ago 22.3MB 18:00:05 docker-security-secretstore-setup-go latest 891398c4bf1a 33 seconds ago 24.6MB 18:00:05 docker-security-proxy-setup-go latest 3f17ad877cee 34 seconds ago 24.4MB 18:00:05 docker-security-bootstrap-redis-go latest ea785c2962a1 About a minute ago 15.8MB 18:00:05 docker-core-metadata-go latest fb4f520d5b87 2 minutes ago 13.1MB 18:00:05 docker-support-notifications-go latest cd47dec39fd8 2 minutes ago 12MB 18:00:05 docker-core-command-go latest e303546cfb07 2 minutes ago 10.6MB 18:00:05 docker-support-scheduler-go latest 447965580df9 2 minutes ago 10.7MB 18:00:05 docker 20.10.0 aefe523efa57 5 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 18:00:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:00:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:00:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:00:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:00:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:00:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:00:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:00:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:00:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:00:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:00:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:00:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:00:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.328s coverage: 46.6% of statements 18:00:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:00:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:00:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:00:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:00:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:00:21 Still waiting to schedule task 18:00:21 ‘prd-ubuntu18.04-docker-8c-8g-21244’ is offline 18:00:26 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.477s coverage: 27.0% of statements 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:00:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:00:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.127s coverage: 100.0% of statements 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:00:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.269s coverage: 67.9% of statements 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:00:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.747s coverage: 82.3% of statements 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:00:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.106s coverage: 28.6% of statements 18:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:00:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements 18:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:00:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements 18:00:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:00:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.309s coverage: 86.7% of statements 18:00:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:00:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.322s coverage: 97.5% of statements 18:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:00:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.185s coverage: 78.3% of statements 18:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:00:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.217s coverage: 92.8% of statements 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:00:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:00:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.151s coverage: 0.1% of statements 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.096s coverage: 100.0% of statements 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 75.5% of statements 18:00:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.110s coverage: 80.8% of statements 18:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 18:00:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.202s coverage: 84.2% of statements 18:00:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.4% of statements 18:00:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.630s coverage: 63.5% of statements 18:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.111s coverage: 100.0% of statements 18:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements 18:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.084s coverage: 100.0% of statements 18:00:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements 18:00:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 18:00:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.884s coverage: 68.9% of statements 18:00:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:00:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:00:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:00:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:00:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:00:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.382s coverage: 37.0% of statements 18:00:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:00:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:00:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.632s coverage: 84.0% of statements 18:00:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.079s coverage: 100.0% of statements 18:01:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.349s coverage: 47.1% of statements 18:01:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:01:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:01:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:01:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:01:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:01:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.131s coverage: 100.0% of statements 18:01:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:01:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements 18:01:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:01:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.145s coverage: 29.1% of statements 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:01:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.240s coverage: 99.0% of statements 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:01:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:01:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:01:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:01:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:01:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:01:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 18:01:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements 18:01:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements 18:01:08 GO111MODULE=on go vet ./... 18:01:19 Running on prd-ubuntu18.04-docker-8c-8g-21254 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 18:01:19 Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout 18:01:21 using credential edgex-jenkins-ssh 18:01:21 Cloning the remote Git repository 18:01:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:01:21 > git init /w/workspace/edgex-go/12 # timeout=10 18:01:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:01:21 > git --version # timeout=10 18:01:21 > git --version # 'git version 2.17.1' 18:01:21 using GIT_SSH to set credentials SSH Credentials for GitHub 18:01:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:01:29 Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit d34f2bb1477c58f0643b4c73d8737372279ff9e1 18:01:30 Merge succeeded, producing d34f2bb1477c58f0643b4c73d8737372279ff9e1 18:01:30 Checking out Revision d34f2bb1477c58f0643b4c73d8737372279ff9e1 (PR-3027) 18:01:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:01:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:01:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:01:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:01:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:01:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:01:29 > git config core.sparsecheckout # timeout=10 18:01:29 > git checkout -f d34f2bb1477c58f0643b4c73d8737372279ff9e1 # timeout=10 18:01:29 > git remote # timeout=10 18:01:29 > git config --get remote.origin.url # timeout=10 18:01:29 using GIT_SSH to set credentials SSH Credentials for GitHub 18:01:29 > git merge 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 18:01:30 > git rev-parse HEAD^{commit} # timeout=10 18:01:30 > git config core.sparsecheckout # timeout=10 18:01:30 > git checkout -f d34f2bb1477c58f0643b4c73d8737372279ff9e1 # timeout=10 18:01:33 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:01:35 + echo snap-build.sh 18:01:35 snap-build.sh 18:01:35 + SNAP_BASE_DIR=. 18:01:35 + '[' '!' -z /w/workspace/edgex-go/12 ']' 18:01:35 + SNAP_BASE_DIR=/w/workspace/edgex-go/12 18:01:35 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/12]' 18:01:35 [snap-build] Building snap in dir [/w/workspace/edgex-go/12] 18:01:35 + cd /w/workspace/edgex-go/12 18:01:35 + sudo apt-get remove -qy --purge lxd lxd-client 18:01:35 Reading package lists... 18:01:35 Building dependency tree... 18:01:35 Reading state information... 18:01:35 The following packages were automatically installed and are no longer required: 18:01:35 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:01:35 uidmap xdelta3 18:01:35 Use 'sudo apt autoremove' to remove them. 18:01:35 The following packages will be REMOVED: 18:01:35 lxd* lxd-client* 18:01:36 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:01:36 After this operation, 31.7 MB disk space will be freed. 18:01:37 (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.) 18:01:37 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:01:39 Removing lxd dnsmasq configuration 18:01:39 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:01:39 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:01:40 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:01:40 (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.) 18:01:40 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:01:42 Processing triggers for systemd (237-3ubuntu10.42) ... 18:01:42 Processing triggers for ureadahead (0.100.0-21) ... 18:01:44 + sudo snap remove --purge lxd 18:01:45 snap "lxd" is not installed 18:01:45 + sudo groupadd --force --system lxd 18:01:45 ++ whoami 18:01:45 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:01:45 + newgrp - lxd 18:01:45 + sudo snap install lxd 18:01:53 2021-01-19T18:01:51Z INFO Waiting for automatic snapd restart... 18:02:11 lxd 4.10 from Canonical* installed 18:02:11 + sudo lxd init --auto 18:02:16 gofmt -l . 18:02:16 [ "`gofmt -l .`" = "" ] 18:02:16 ./bin/test-go-mod-tidy.sh 18:02:16 ./bin/test-attribution-txt.sh [Pipeline] sh 18:02:18 + ls -al . 18:02:18 total 684 18:02:18 drwxrwxr-x 9 1001 1001 4096 Jan 19 18:02 . 18:02:18 drwxr-xr-x 4 root root 4096 Jan 19 17:58 .. 18:02:18 -rw-rw-r-- 1 1001 1001 11 Jan 19 17:57 .dockerignore 18:02:18 drwxrwxr-x 8 1001 1001 4096 Jan 19 17:57 .git 18:02:18 drwxrwxr-x 3 1001 1001 4096 Jan 19 17:57 .github 18:02:18 -rw-rw-r-- 1 1001 1001 824 Jan 19 17:57 .gitignore 18:02:18 -rw-rw-r-- 1 1001 1001 166 Jan 19 17:57 .sonarcloud.properties 18:02:18 -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:57 Attribution.txt 18:02:18 -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:57 CONTRIBUTING.md 18:02:18 -rw-rw-r-- 1 1001 1001 931 Jan 19 17:57 Dockerfile.build 18:02:18 -rw-rw-r-- 1 1001 1001 863 Jan 19 17:57 Jenkinsfile 18:02:18 -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:57 LICENSE 18:02:18 -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:57 Makefile 18:02:18 -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:57 README.md 18:02:18 -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:57 SECURITY.md 18:02:18 -rw-rw-r-- 1 1001 1001 5 Jan 19 17:52 VERSION 18:02:18 -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:57 ZMQWindows.md 18:02:18 drwxrwxr-x 2 1001 1001 4096 Jan 19 17:57 bin 18:02:18 drwxrwxr-x 14 1001 1001 4096 Jan 19 17:57 cmd 18:02:18 -rw-r--r-- 1 root root 550280 Jan 19 18:01 coverage.out 18:02:18 -rw-r--r-- 1 root root 981 Jan 19 18:02 go.mod 18:02:18 -rw-r--r-- 1 root root 19331 Jan 19 18:02 go.sum 18:02:18 drwxrwxr-x 8 1001 1001 4096 Jan 19 17:57 internal 18:02:18 drwxrwxr-x 4 1001 1001 4096 Jan 19 17:57 openapi 18:02:18 drwxrwxr-x 4 1001 1001 4096 Jan 19 17:57 snap 18:02:18 -rw-rw-r-- 1 1001 1001 168 Jan 19 17:57 version.go [Pipeline] sh 18:02:19 + '[' -e coverage.out ] 18:02:19 + chown 1001:1001 coverage.out [Pipeline] stash 18:02:19 Warning: overwriting stash ‘coverage-report’ 18:02:19 + sudo snap install --classic snapcraft 18:02:20 Stashed 1 file(s) [Pipeline] sh 18:02:20 + make build 18:02:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:02:25 snapcraft 4.4.4 from Canonical* installed 18:02:25 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:02:25 + patch --verbose -p1 18:02:25 Hmm... Looks like a unified diff to me... 18:02:25 The text leading up to this was: 18:02:25 -------------------------- 18:02:25 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:02:25 |From: Tony Espy 18:02:25 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:02:25 |Subject: [PATCH] optimize snap build for pipeline CI check 18:02:25 | 18:02:25 |This patch is used by the EdgeX CI pipeline builds to 18:02:25 |optimize the snap CI check run for pull requests. When 18:02:25 |applied, it essentially strips out everything (apps and 18:02:25 |parts) from the snapcraft.yaml file except those required 18:02:25 |to build edgex-go, as the whole idea of the CI check is to 18:02:25 |catch changes to edgex-go that break the snap build. 18:02:25 | 18:02:25 |In general, anyone updating snapcraft.yaml will also need 18:02:25 |to update this patch file, otherwise it may fail to apply, 18:02:25 |resulting in a failed snap build CI check in the associated 18:02:25 |pull request. 18:02:25 | 18:02:25 |Note - in addition to applying this patch, the pipeline also 18:02:25 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:02:25 |need to build the finally binary .snap file (and it won't 18:02:25 |work with the patch applied). This further reduces the build 18:02:25 |time. 18:02:25 |--- 18:02:25 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:02:25 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:02:25 | 18:02:25 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:02:25 |index 1e537489..faf42425 100644 18:02:25 |--- a/snap/snapcraft.yaml 18:02:25 |+++ b/snap/snapcraft.yaml 18:02:25 -------------------------- 18:02:25 patching file snap/snapcraft.yaml 18:02:25 Using Plan A... 18:02:25 Hunk #1 succeeded at 73. 18:02:25 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 18:02:25 Hunk #3 succeeded at 214 (offset -1 lines). 18:02:25 Hunk #4 succeeded at 222 (offset -1 lines). 18:02:25 Hunk #5 succeeded at 229 (offset -1 lines). 18:02:25 Hunk #6 succeeded at 256 (offset -1 lines). 18:02:25 Hunk #7 succeeded at 290 (offset -1 lines). 18:02:25 Hunk #8 succeeded at 342. 18:02:25 Hmm... Ignoring the trailing garbage. 18:02:25 done 18:02:25 + sudo snapcraft prime --use-lxd 18:02:26 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:02:26 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 18:02:26 - README.md 18:02:26 - snapcraft.yaml.orig 18:02:26 18:02:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:02:27 Launching a container. 18:02:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:02:40 Waiting for container to be ready 18:02:40 To start your first instance, try: lxc launch ubuntu:18.04 18:02:40 18:02:45 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:02:45 Waiting for network to be ready... 18:02:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:02:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 18:02:46 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:02:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 18:02:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 18:02:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 18:02:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 18:02:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 18:02:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 18:02:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 18:02:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:02:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:02:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:02:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:02:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:02:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:02:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:02:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:02:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:02:47 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 18:02:47 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 18:02:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 18:02:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 18:02:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 18:02:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 18:02:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 18:02:47 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 18:02:51 Fetched 23.8 MB in 5s (4496 kB/s) 18:02:52 Reading package lists... 18:02:52 Reading package lists... 18:02:52 Building dependency tree... 18:02:52 Reading state information... 18:02:53 The following additional packages will be installed: 18:02:53 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:02:53 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:02:53 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:02:53 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:02:53 Suggested packages: 18:02:53 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:02:53 Recommended packages: 18:02:53 gnupg libsasl2-modules 18:02:53 The following NEW packages will be installed: 18:02:53 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:02:53 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:02:53 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:02:53 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:02:53 The following packages will be upgraded: 18:02:53 gpg gpg-agent gpgconf libudev1 18:02:53 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 18:02:53 Need to get 3533 kB of archives. 18:02:53 After this operation, 13.3 MB of additional disk space will be used. 18:02:53 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 18:02:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 18:02:53 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 18:02:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 18:02:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 18:02:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 18:02:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:02:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 18:02:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 18:02:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 18:02:54 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:02:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:02:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:02:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:02:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:02:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:02:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:02:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:02:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:02:54 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:02:54 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:02:54 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:02:54 debconf: delaying package configuration, since apt-utils is not installed 18:02:54 Fetched 3533 kB in 1s (3060 kB/s) 18:02:54 (Reading database ... 12511 files and directories currently installed.) 18:02:54 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 18:02:54 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:02:54 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 18:02:54 Selecting previously unselected package udev. 18:02:54 (Reading database ... 12511 files and directories currently installed.) 18:02:54 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 18:02:54 Unpacking udev (237-3ubuntu10.44) ... 18:02:55 Selecting previously unselected package libfuse2:amd64. 18:02:55 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:02:55 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:02:55 Selecting previously unselected package fuse. 18:02:55 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:02:55 Unpacking fuse (2.9.7-1ubuntu1) ... 18:02:55 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 18:02:55 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:02:55 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 18:02:55 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:02:55 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 18:02:55 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:02:55 Selecting previously unselected package libksba8:amd64. 18:02:55 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:02:55 Unpacking libksba8:amd64 (1.3.5-2) ... 18:02:55 Selecting previously unselected package libroken18-heimdal:amd64. 18:02:55 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:55 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:56 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:02:56 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:56 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:56 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:02:56 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:56 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:56 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:02:56 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:56 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:56 Selecting previously unselected package libwind0-heimdal:amd64. 18:02:56 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:56 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:56 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:02:56 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:56 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:56 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:02:56 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:56 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:56 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:02:56 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:56 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:56 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:02:56 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:56 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:56 Selecting previously unselected package libsasl2-modules-db:amd64. 18:02:56 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:02:56 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:02:56 Selecting previously unselected package libsasl2-2:amd64. 18:02:56 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:02:56 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:02:57 Selecting previously unselected package libldap-common. 18:02:57 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 18:02:57 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:02:57 Selecting previously unselected package libldap-2.4-2:amd64. 18:02:57 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 18:02:57 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:02:57 Selecting previously unselected package dirmngr. 18:02:57 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 18:02:57 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 18:02:57 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:02:57 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 18:02:57 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:02:57 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:02:57 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:02:57 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 18:02:57 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:57 Setting up libksba8:amd64 (1.3.5-2) ... 18:02:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:02:57 Setting up udev (237-3ubuntu10.44) ... 18:02: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 18:02: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 18:02:58 invoke-rc.d: policy-rc.d denied execution of start. 18:02:58 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:58 Processing triggers for systemd (237-3ubuntu10) ... 18:02:58 Setting up fuse (2.9.7-1ubuntu1) ... 18:02:58 Setting up gpg (2.2.4-1ubuntu1.3) ... 18:02:58 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:58 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:58 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:58 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:58 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:58 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:58 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:58 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:02:58 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 18:02:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:02:59 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:02:59 settings in the [Install] section, and DefaultInstance for template units). 18:02:59 This means they are not meant to be enabled using systemctl. 18:02:59 Possible reasons for having this kind of units are: 18:02:59 1) A unit may be statically enabled by being symlinked from another unit's 18:02:59 .wants/ or .requires/ directory. 18:02:59 2) A unit's purpose may be to act as a helper for some other unit which has 18:02:59 a requirement dependency on it. 18:02:59 3) A unit may be started when needed via activation (socket, path, timer, 18:02:59 D-Bus, udev, scripted systemctl call, ...). 18:02:59 4) In case of template units, the unit is meant to be enabled with some 18:02:59 instance name specified. 18:02:59 Reading package lists... 18:02:59 Building dependency tree... 18:02:59 Reading state information... 18:03:00 The following additional packages will be installed: 18:03:00 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:03:00 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:03:00 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:03:00 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:03:00 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:03:00 Suggested packages: 18:03:00 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:03:00 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:03:00 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:03:00 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:03:00 systemd-container policykit-1 18:03:00 Recommended packages: 18:03:00 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:03:00 The following NEW packages will be installed: 18:03:00 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:03:00 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:03:00 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:03:00 multiarch-support openssh-client python3 python3-minimal python3.6 18:03:00 python3.6-minimal snapd squashfs-tools sudo 18:03:00 The following packages will be upgraded: 18:03:00 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:03:00 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 18:03:00 Need to get 35.2 MB of archives. 18:03:00 After this operation, 141 MB of additional disk space will be used. 18:03:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:03:00 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 18:03:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:03:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 18:03:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 18:03:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:03:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 18:03:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 18:03:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 18:03:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:03:00 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:03:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:03:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:03:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:03:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:03:00 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 18:03:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:03:01 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 18:03:01 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:03:01 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:03:01 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:03:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:03:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:03:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:03:01 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:03:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 18:03:01 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:03:02 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:03:02 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:03:02 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 18:03:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:03:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:03:04 debconf: delaying package configuration, since apt-utils is not installed 18:03:04 Fetched 35.2 MB in 4s (9616 kB/s) 18:03:04 (Reading database ... 12757 files and directories currently installed.) 18:03:04 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 18:03:04 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:03:05 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 18:03:05 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:03:05 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 18:03:05 (Reading database ... 12757 files and directories currently installed.) 18:03:05 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:03:05 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:03:05 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:03:05 (Reading database ... 12757 files and directories currently installed.) 18:03:05 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:03:05 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:03:06 Setting up apt (1.6.12ubuntu0.2) ... 18:03:06 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:03:07 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:03:07 (Reading database ... 12764 files and directories currently installed.) 18:03:07 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:03:07 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:03:07 Selecting previously unselected package libpython3.6-minimal:amd64. 18:03:07 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:03:07 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:03:07 Selecting previously unselected package libexpat1:amd64. 18:03:07 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:03:07 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:03:07 Selecting previously unselected package python3.6-minimal. 18:03:07 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:03:07 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:03:08 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 18:03:08 Checking for services that may need to be restarted...done. 18:03:08 Checking for services that may need to be restarted...done. 18:03:08 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:03:08 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:03:08 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:03:08 Selecting previously unselected package python3-minimal. 18:03:08 (Reading database ... 13012 files and directories currently installed.) 18:03:08 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:03:08 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:03: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 18:03:09 Selecting previously unselected package mime-support. 18:03:09 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:03:09 Unpacking mime-support (3.60ubuntu1) ... 18:03:09 Selecting previously unselected package libmpdec2:amd64. 18:03:09 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:03:09 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:03:09 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:03:09 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:03:09 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:03:10 Selecting previously unselected package python3.6. 18:03:10 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:03:10 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:03:10 Selecting previously unselected package libpython3-stdlib:amd64. 18:03:10 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:03:10 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:03:10 Setting up python3-minimal (3.6.7-1~18.04) ... 18:03:11 Selecting previously unselected package python3. 18:03:11 (Reading database ... 13442 files and directories currently installed.) 18:03:11 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:03:11 Unpacking python3 (3.6.7-1~18.04) ... 18:03:11 Selecting previously unselected package multiarch-support. 18:03:11 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:03:11 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:03:11 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:03:11 Selecting previously unselected package liblzo2-2:amd64. 18:03:11 (Reading database ... 13479 files and directories currently installed.) 18:03:11 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:03:11 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:03:11 Selecting previously unselected package libbsd0:amd64. 18:03:11 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:03:11 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:03:11 Selecting previously unselected package sudo. 18:03:11 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 18:03:11 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 18:03:11 Selecting previously unselected package apparmor. 18:03:11 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:03:11 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:03:11 Selecting previously unselected package libedit2:amd64. 18:03:11 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:03:11 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:03:12 Selecting previously unselected package libkrb5support0:amd64. 18:03:12 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:03:12 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:03:12 Selecting previously unselected package libk5crypto3:amd64. 18:03:12 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:03:12 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:03:12 Selecting previously unselected package libkeyutils1:amd64. 18:03:12 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:03:12 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:03: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 18:03:12 Selecting previously unselected package libkrb5-3:amd64. 18:03:12 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:03:12 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:03:12 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:03:12 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:03:12 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:03:12 Selecting previously unselected package libssl1.0.0:amd64. 18:03:12 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 18:03:12 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:03:12 Selecting previously unselected package openssh-client. 18:03:12 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:03:12 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:03:13 Selecting previously unselected package squashfs-tools. 18:03:13 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:03:13 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:03:13 Selecting previously unselected package snapd. 18:03:13 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 18:03:13 Unpacking snapd (2.48+18.04) ... 18:03:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:03:15 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:03:15 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:03:15 Setting up mime-support (3.60ubuntu1) ... 18:03:15 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 18:03:16 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:03:16 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:03:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:03:16 Setting up systemd (237-3ubuntu10.44) ... 18:03:16 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:03:17 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:03:17 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:03:17 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:03:17 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:03:17 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:03:17 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:03:17 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:03:17 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:03:17 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:03:17 Setting up python3 (3.6.7-1~18.04) ... 18:03:17 running python rtupdate hooks for python3.6... 18:03:17 running python post-rtupdate hooks for python3.6... 18:03:18 Setting up apparmor (2.12-4ubuntu5.1) ... 18:03:19 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:03:19 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:03:19 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:03:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:03:20 Setting up snapd (2.48+18.04) ... 18:03:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:03:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:03:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:03:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:03:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:03:21 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:03:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:03:22 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:03:22 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:03:22 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:03:23 /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' 18:03:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:03:23 Processing triggers for systemd (237-3ubuntu10.44) ... 18:03:23 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 18:03:24 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:03:24 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:03:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:03:26 Reading package lists... 18:03:26 Reading package lists... 18:03:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:03:27 Building dependency tree... 18:03:27 Reading state information... 18:03:27 Calculating upgrade... 18:03:27 The following packages will be upgraded: 18:03:27 advancecomp base-files bash binutils binutils-common 18:03:27 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:03:27 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:03:27 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 18:03:27 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 18:03:27 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 18:03:27 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 18:03:27 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 18:03:27 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 18:03:27 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 18:03:27 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 18:03:27 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 18:03:27 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 18:03:27 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 18:03:27 ubuntu-keyring util-linux 18:03:27 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:03:27 Need to get 63.7 MB of archives. 18:03:27 After this operation, 5203 kB of additional disk space will be used. 18:03:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 18:03:27 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:03:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:03:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:03:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:03:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:03:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:03:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:03:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:03:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:03:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:03:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:03:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:03:28 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:03:28 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:03:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:03:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:03:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:03:28 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:03:28 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:03:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:03:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:03:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:03:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:03:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:03:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:03:28 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:03:28 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:03:28 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:03:28 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:03:28 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:03:28 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:03:28 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:03:28 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:03:28 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:03:28 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:03:28 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:03:28 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:03:28 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 18:03:28 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:03:28 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:03:28 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:03:28 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:03:28 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:03:28 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:03:28 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:03:28 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:03:28 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:03:28 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:03:28 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:03:28 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:03:28 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:03:28 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:03:28 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:03:28 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:03:28 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:03:28 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:03:28 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:03:28 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:03:28 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:03:29 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:03:29 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:03:29 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:03:29 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:03:29 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:03:29 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:03:29 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:03:29 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 18:03:29 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 18:03:29 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:03:29 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:03:29 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:03:29 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 18:03:29 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 18:03:29 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:03:29 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:03:29 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:03:29 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 18:03:29 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:03:29 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:03:29 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] 18:03:29 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 18:03:29 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 18:03:29 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 18:03:29 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:03:29 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:03:29 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:03:29 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:03:30 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:03:30 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:03:30 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:03:30 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:03:30 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:03:30 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:03:30 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:03:30 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:03:30 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:03:31 debconf: delaying package configuration, since apt-utils is not installed 18:03:31 Fetched 63.7 MB in 3s (18.8 MB/s) [Pipeline] } 18:03:31 $ docker stop --time=1 3e04422b87873d2035dd62dcbfbed543b728d91c0354af16475da4498e8f307c 18:03:31 (Reading database ... 13912 files and directories currently installed.) 18:03:31 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:03:31 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:03:32 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:03:32 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:03:32 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 18:03:32 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 18:03:33 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:33 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:33 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:33 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:33 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:33 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:33 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:33 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:33 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:33 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:33 $ docker rm -f 3e04422b87873d2035dd62dcbfbed543b728d91c0354af16475da4498e8f307c 18:03:33 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:33 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:33 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:33 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:33 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:34 (Reading database ... 13911 files and directories currently installed.) 18:03:34 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:34 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:03:34 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:03:34 (Reading database ... 13911 files and directories currently installed.) 18:03:34 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:34 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:34 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:34 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:34 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:34 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:34 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] // withDockerContainer 18:03:34 (Reading database ... 13911 files and directories currently installed.) 18:03:34 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [Pipeline] } [Pipeline] // script [Pipeline] } 18:03:35 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:03:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:03:35 18:03:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 18:03:35 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [Pipeline] sh 18:03:35 (Reading database ... 13911 files and directories currently installed.) 18:03:35 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:03:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:03:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:03:35 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:03:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:03:36 Setting up base-files (10.1ubuntu2.10) ... 18:03:36 latest: Pulling from edgex-devops/edgex-compose-arm64 18:03:36 29e5d40040c1: Pulling fs layer 18:03:36 1ce36da41761: Pulling fs layer 18:03:36 25b303627fd3: Pulling fs layer 18:03:36 Installing new version of config file /etc/issue ... 18:03:36 Installing new version of config file /etc/issue.net ... 18:03:36 Installing new version of config file /etc/lsb-release ... 18:03:36 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:03:36 29e5d40040c1: Download complete 18:03:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:03:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:03:36 Removing obsolete conffile /etc/default/motd-news ... 18:03:36 (Reading database ... 13912 files and directories currently installed.) 18:03:36 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:03:36 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:03:37 29e5d40040c1: Pull complete 18:03:37 1ce36da41761: Verifying Checksum 18:03:37 1ce36da41761: Download complete 18:03:37 Setting up bash (4.4.18-2ubuntu1.2) ... 18:03:37 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 18:03:37 (Reading database ... 13912 files and directories currently installed.) 18:03:37 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:37 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:03:37 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:03:37 (Reading database ... 13912 files and directories currently installed.) 18:03:37 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:03:37 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:03:37 Setting up tar (1.29b-2ubuntu0.2) ... 18:03:38 (Reading database ... 13912 files and directories currently installed.) 18:03:38 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:03:38 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:03:38 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:03:38 (Reading database ... 13912 files and directories currently installed.) 18:03:38 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:03:38 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:03:38 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:03:38 (Reading database ... 13912 files and directories currently installed.) 18:03:38 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:03:38 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:03:38 1ce36da41761: Pull complete 18:03:38 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:03:38 (Reading database ... 13912 files and directories currently installed.) 18:03:38 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:03:38 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:03:38 25b303627fd3: Verifying Checksum 18:03:38 25b303627fd3: Download complete 18:03:39 Setting up grep (3.1-2build1) ... 18:03:39 (Reading database ... 13912 files and directories currently installed.) 18:03:39 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:03:39 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:03:39 Setting up login (1:4.5-1ubuntu2) ... 18:03:39 (Reading database ... 13912 files and directories currently installed.) 18:03:39 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:03:39 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:03:39 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:03:39 (Reading database ... 13912 files and directories currently installed.) 18:03:39 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:03:39 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:03:40 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:03:40 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:03:40 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:03:40 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:03:41 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:03:41 (Reading database ... 13912 files and directories currently installed.) 18:03:41 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:03:41 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:03:42 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:03:42 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:03:42 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:03:42 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:03:42 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:03:42 (Reading database ... 13912 files and directories currently installed.) 18:03:42 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:03:43 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:03:43 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:03:43 (Reading database ... 13912 files and directories currently installed.) 18:03:43 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:43 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:43 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:03:43 (Reading database ... 13912 files and directories currently installed.) 18:03:43 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:43 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:44 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:03:44 (Reading database ... 13912 files and directories currently installed.) 18:03:44 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:44 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:44 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:03:44 (Reading database ... 13912 files and directories currently installed.) 18:03:44 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:44 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:44 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:03:44 (Reading database ... 13912 files and directories currently installed.) 18:03:44 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:03:44 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:03:44 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:03:44 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:03:45 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:03:45 (Reading database ... 13912 files and directories currently installed.) 18:03:45 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:03:45 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:03:45 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:03:45 (Reading database ... 13912 files and directories currently installed.) 18:03:45 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:45 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:45 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:03:45 (Reading database ... 13912 files and directories currently installed.) 18:03:45 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:45 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:45 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:03:45 (Reading database ... 13912 files and directories currently installed.) 18:03:45 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:45 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:46 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:03:47 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:03:47 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:03:47 (Reading database ... 13912 files and directories currently installed.) 18:03:47 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:03:47 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:03:47 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:03:48 (Reading database ... 13912 files and directories currently installed.) 18:03:48 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:03:48 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:03:48 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:03:48 (Reading database ... 13914 files and directories currently installed.) 18:03:48 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:03:48 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:03:48 Setting up debconf (1.5.66ubuntu1) ... 18:03:48 (Reading database ... 13914 files and directories currently installed.) 18:03:48 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:03:48 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:03:48 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:03:48 25b303627fd3: Pull complete 18:03:48 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:03:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:03:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:03:49 (Reading database ... 13914 files and directories currently installed.) 18:03:49 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:03:49 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:03:49 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:03:49 (Reading database ... 13914 files and directories currently installed.) 18:03:49 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:03:49 prd-ubuntu18.04-docker-arm64-4c-16g-21253 does not seem to be running inside a container 18:03:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:03:49 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:03:49 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:03:49 (Reading database ... 13914 files and directories currently installed.) 18:03:49 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:49 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:49 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 18:03:49 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:03:49 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:03:49 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:03:49 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:03:50 (Reading database ... 13914 files and directories currently installed.) 18:03:50 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:03:50 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:03:50 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:03:50 (Reading database ... 13914 files and directories currently installed.) 18:03:50 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:03:50 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:03:50 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:03:51 (Reading database ... 13914 files and directories currently installed.) 18:03:51 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:03:51 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:03:51 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:03:51 (Reading database ... 13914 files and directories currently installed.) 18:03:51 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 18:03:51 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 18:03:51 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 18:03:51 (Reading database ... 13914 files and directories currently installed.) 18:03:51 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:03:51 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:03:51 Setting up passwd (1:4.5-1ubuntu2) ... 18:03:52 (Reading database ... 13914 files and directories currently installed.) 18:03:52 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 18:03:52 $ docker top 9b53ee8d1b8b218126383bd8171a82637a69300fd0bed89d61712a78636f4132 -eo pid,comm 18:03:52 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:03:52 Setting up gpgv (2.2.4-1ubuntu1.3) ... 18:03:52 (Reading database ... 13914 files and directories currently installed.) 18:03:52 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:03:52 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [Pipeline] { [Pipeline] sh 18:03:52 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:03:52 (Reading database ... 13914 files and directories currently installed.) 18:03:52 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:03:52 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:03:52 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:03:53 (Reading database ... 13914 files and directories currently installed.) 18:03:53 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:03:53 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:03:53 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:03:53 + + docker-composegrep build parallel --help 18:03:53 18:03:53 (Reading database ... 13914 files and directories currently installed.) 18:03:53 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:03:53 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:03:53 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:03:53 (Reading database ... 13914 files and directories currently installed.) 18:03:53 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:03:53 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:03:53 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:03:53 (Reading database ... 13914 files and directories currently installed.) 18:03:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:03:53 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:03:53 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:03:54 (Reading database ... 13915 files and directories currently installed.) 18:03:54 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:03:54 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:03:54 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:03:54 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:03:54 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:03:54 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:03:54 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 18:03:54 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 18:03:54 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:03:54 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:03:54 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:03:54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:03:55 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:03:55 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:03:55 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:03:55 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:03:55 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:03:55 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:03:55 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:03:55 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:03:55 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:03:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:03:55 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 18:03:55 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 18:03:56 --parallel Build images in parallel. [Pipeline] } 18:03:56 $ docker stop --time=1 9b53ee8d1b8b218126383bd8171a82637a69300fd0bed89d61712a78636f4132 18:03:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:03:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:03:56 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:03:56 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:03:56 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:03:57 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:03:57 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:03:57 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:03:57 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:03:57 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:03:58 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:03:58 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:03:58 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:58 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:03:58 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:58 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:03:58 $ docker rm -f 9b53ee8d1b8b218126383bd8171a82637a69300fd0bed89d61712a78636f4132 18:03:58 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:58 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:03:58 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:58 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:03:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:03:59 . [Pipeline] withDockerContainer 18:03:59 prd-ubuntu18.04-docker-arm64-4c-16g-21253 does not seem to be running inside a container 18:03:59 $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:03:59 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:59 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:04:00 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:04:00 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:04:01 $ docker top 8b7aa2295593e398502b235fed266cde79b2ca6d6316f9ddca696d8c2f54d8bc -eo pid,comm 18:04:01 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [Pipeline] { [Pipeline] sh 18:04:01 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:04:02 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:04:02 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:04:02 + docker-compose -f ./docker-compose-build.yml build --parallel 18:04:02 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:04:02 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:04:03 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:04:03 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:04:03 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:04:03 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:04:03 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:04:03 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:04:03 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:04:03 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:04:03 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:04:03 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:04:03 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:04:04 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:04:04 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:04:04 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:04:04 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:04 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:04:04 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:04 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:04 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:04 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:04:04 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:04:04 Setting up tzdata (2020f-0ubuntu0.18.04) ... 18:04:04 18:04:04 Current default time zone: 'Etc/UTC' 18:04:04 Local time is now: Tue Jan 19 18:04:04 UTC 2021. 18:04:04 Universal Time is now: Tue Jan 19 18:04:04 UTC 2021. 18:04:04 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:04:04 18:04:04 Setting up systemd-sysv (237-3ubuntu10.44) ... 18:04:04 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:04 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 18:04:04 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:04:04 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:04:04 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:04:04 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:04:04 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:04:04 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:04:04 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:04:04 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:04 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:04:05 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:04:05 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 18:04:05 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:05 Setting up patch (2.7.6-2ubuntu1.1) ... 18:04:05 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:04:05 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:04:05 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 18:04:05 Installing new version of config file /etc/ssl/openssl.cnf ... 18:04:05 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:04:05 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:04:05 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 18:04:05 Building docker-core-command-go ... 18:04:05 Building docker-core-data-go ... 18:04:05 Building docker-core-metadata-go ... 18:04:05 Building docker-security-bootstrap-redis-go ... 18:04:05 Building docker-security-proxy-setup-go ... 18:04:05 Building docker-security-secretstore-setup-go ... 18:04:05 Building docker-support-notifications-go ... 18:04:05 Building docker-support-scheduler-go ... 18:04:05 Building docker-sys-mgmt-agent-go ... 18:04:05 Building docker-support-notifications-go 18:04:05 Building docker-sys-mgmt-agent-go 18:04:05 Building docker-core-command-go 18:04:05 Building docker-security-proxy-setup-go 18:04:05 Building docker-core-metadata-go 18:04:07 Updating certificates in /etc/ssl/certs... 18:04:08 22 added, 17 removed; done. 18:04:08 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:04:08 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:04:08 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:04:08 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:04:08 Setting up pkgbinarymangler (138.18.04.1) ... 18:04:08 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:04:08 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 18:04:08 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:04:08 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:04:08 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:04:08 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:04:08 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:04:08 Setting up perl (5.26.1-6ubuntu0.5) ... 18:04:08 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 18:04:08 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:04:08 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:04:08 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 18:04:08 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:04:09 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:04:09 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:04:09 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:04:09 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:04:09 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:04:09 Processing triggers for systemd (237-3ubuntu10.44) ... 18:04:09 Processing triggers for mime-support (3.60ubuntu1) ... 18:04:09 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 18:04:09 Updating certificates in /etc/ssl/certs... 18:04:10 0 added, 0 removed; done. 18:04:10 Running hooks in /etc/ca-certificates/update.d... 18:04:10 done. 18:04:10 Reading package lists... 18:04:11 Building dependency tree... 18:04:11 Reading state information... 18:04:11 The following NEW packages will be installed: 18:04:11 apt-transport-https 18:04:11 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:04:11 Need to get 1696 B of archives. 18:04:11 After this operation, 153 kB of additional disk space will be used. 18:04:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:04:11 debconf: delaying package configuration, since apt-utils is not installed 18:04:11 Fetched 1696 B in 0s (9240 B/s) 18:04:12 Selecting previously unselected package apt-transport-https. 18:04:12 (Reading database ... 13929 files and directories currently installed.) 18:04:12 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:04:12 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:04:12 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:04:12 Waiting for network to be ready... 18:04:22 2021-01-19T18:04:18Z INFO Waiting for automatic snapd restart... 18:04:22 snapd 2.48.2 from Canonical* installed 18:04:22 "snapd" switched to the "latest/stable" channel 18:04:22 18:04:28 core18 20201210 from Canonical* installed 18:04:28 "core18" switched to the "latest/stable" channel 18:04:28 18:04:35 snapcraft 4.4.4 from Canonical* installed 18:04:35 "snapcraft" switched to the "latest/stable" channel 18:04:35 18:04:39 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 18:04:39 - README.md 18:04:39 - snapcraft.yaml.orig 18:04:39 18:04:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:04:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:04:45 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:04:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:04:45 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:04:48 Reading package lists... 18:04:48 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 18:04:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:04:54 Reading package lists... 18:04:54 Building dependency tree... 18:04:54 Reading state information... 18:04:54 Suggested packages: 18:04:54 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:04:54 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:04:54 Recommended packages: 18:04:54 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:04:54 The following NEW packages will be installed: 18:04:54 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:04:54 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:04:54 pkg-config zip 18:04:54 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:04:54 Need to get 7655 kB of archives. 18:04:54 After this operation, 43.7 MB of additional disk space will be used. 18:04:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:04:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:04:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:04:55 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:04:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:04:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:04:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:04:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:04:55 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:04:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:04:55 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:04:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:04:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:04:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:04:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:04:55 debconf: delaying package configuration, since apt-utils is not installed 18:04:55 Fetched 7655 kB in 1s (9654 kB/s) 18:04:55 Selecting previously unselected package libglib2.0-0:amd64. 18:04:55 (Reading database ... 13933 files and directories currently installed.) 18:04:55 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:04:55 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:04:56 Selecting previously unselected package libpsl5:amd64. 18:04:56 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:04:56 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:04:56 Selecting previously unselected package libnghttp2-14:amd64. 18:04:56 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:04:56 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:04:56 Selecting previously unselected package librtmp1:amd64. 18:04:56 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:04:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:04:56 Selecting previously unselected package libcurl3-gnutls:amd64. 18:04:56 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:04:56 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:04:56 Selecting previously unselected package liberror-perl. 18:04:56 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:04:56 Unpacking liberror-perl (0.17025-1) ... 18:04:56 Selecting previously unselected package git-man. 18:04:56 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:04:56 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:04:56 Selecting previously unselected package git. 18:04:56 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:04:57 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:04:57 Selecting previously unselected package libnorm1:amd64. 18:04:57 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:04:57 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:04:57 Selecting previously unselected package libpgm-5.2-0:amd64. 18:04:57 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:04:57 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:04:57 Selecting previously unselected package libsodium23:amd64. 18:04:57 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:04:57 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:04:57 Selecting previously unselected package libzmq5:amd64. 18:04:57 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:04:57 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:04:58 Selecting previously unselected package libzmq3-dev:amd64. 18:04:58 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:04:58 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:04:58 Selecting previously unselected package pkg-config. 18:04:58 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:04:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:04:58 Selecting previously unselected package zip. 18:04:58 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:04:58 Unpacking zip (3.0-11build1) ... 18:04:58 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:04:58 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:04:58 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:04:58 Setting up liberror-perl (0.17025-1) ... 18:04:58 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:04:58 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:04:58 No schema files found: doing nothing. 18:04:58 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:04:58 Setting up zip (3.0-11build1) ... 18:04:58 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:04:58 Setting up libsodium23:amd64 (1.0.16-2) ... 18:04:58 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:04:58 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:04:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:04:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:04:59 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:04:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:05:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:05:05 git set to automatically installed. 18:05:05 git-man set to automatically installed. 18:05:05 libcurl3-gnutls set to automatically installed. 18:05:05 liberror-perl set to automatically installed. 18:05:05 libglib2.0-0 set to automatically installed. 18:05:05 libnghttp2-14 set to automatically installed. 18:05:05 libnorm1 set to automatically installed. 18:05:05 libpgm-5.2-0 set to automatically installed. 18:05:05 libpsl5 set to automatically installed. 18:05:05 librtmp1 set to automatically installed. 18:05:05 libsodium23 set to automatically installed. 18:05:05 libzmq3-dev set to automatically installed. 18:05:05 libzmq5 set to automatically installed. 18:05:05 pkg-config set to automatically installed. 18:05:05 zip set to automatically installed. 18:05:07 snapd is not logged in, snap install commands will use sudo 18:05:13 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:05:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:05:13 ---> e826081dac96 18:05:13 Step 3/26 : WORKDIR /edgex-go 18:05:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:05:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:05:13 ---> e826081dac96 18:05:13 Step 3/24 : WORKDIR /edgex-go 18:05:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:05:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:05:13 ---> e826081dac96 18:05:13 Step 3/22 : WORKDIR /edgex-go 18:05:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:05:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:05:13 ---> e826081dac96 18:05:13 Step 3/21 : WORKDIR /edgex-go 18:05:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:05:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:05:14 ---> e826081dac96 18:05:14 Step 3/22 : WORKDIR /edgex-go 18:05:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:05:14 snap "core18" has no updates available 18:05:14 Pulling config-common 18:05:16 Pulling go-build-helper 18:05:16 ---> Running in e5fb68784f31 18:05:16 ---> Running in f888a8af768d 18:05:16 ---> Running in b930575884be 18:05:16 ---> Running in 21e739de1a30 18:05:16 ---> Running in de5ea1d1b9a1 18:05:17 Removing intermediate container b930575884be 18:05:17 ---> 6032cdba2f0d 18:05:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:17 Removing intermediate container de5ea1d1b9a1 18:05:17 ---> 95055d22195b 18:05:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:17 Removing intermediate container f888a8af768d 18:05:17 ---> 2230b9f3ca09 18:05:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:17 Removing intermediate container e5fb68784f31 18:05:17 ---> b2c91e7296cd 18:05:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:17 Removing intermediate container 21e739de1a30 18:05:17 ---> 4cdea5e2bdcb 18:05:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:05:17 ---> Running in 3027685923da 18:05:17 ---> Running in 72f85195d59b 18:05:17 ---> Running in 9a90ee017eec 18:05:17 ---> Running in 84291c4123f5 18:05:17 ---> Running in ee8d3cbd2ab1 18:05:21 Removing intermediate container 72f85195d59b 18:05:21 ---> b122a53e4845 18:05:21 Step 5/26 : RUN apk add --update --no-cache make bash git 18:05:21 ---> Running in 12a667669c05 18:05:21 Removing intermediate container 9a90ee017eec 18:05:21 ---> 28ed8facf91d 18:05:21 Step 5/22 : RUN apk add --update --no-cache make git 18:05:21 Removing intermediate container 84291c4123f5 18:05:21 ---> 5ea812808b30 18:05:21 Step 5/22 : RUN apk add --update --no-cache make git 18:05:21 ---> Running in 4acb16072544 18:05:21 ---> Running in a9c09959656c 18:05:21 Removing intermediate container ee8d3cbd2ab1 18:05:22 ---> 2da5649ada23 18:05:22 Step 5/21 : RUN apk add --update --no-cache make git 18:05:22 Removing intermediate container 3027685923da 18:05:22 ---> deec33b2d96d 18:05:22 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 18:05:22 ---> Running in 5b5c74ec7047 18:05:22 ---> Running in 5063dfbbb799 18:05:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:05:24 OK: 217 MiB in 51 packages 18:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:05:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:05:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:05:25 OK: 217 MiB in 51 packages 18:05:25 OK: 217 MiB in 51 packages 18:05:25 OK: 217 MiB in 51 packages 18:05:25 OK: 217 MiB in 51 packages 18:05:26 Removing intermediate container 12a667669c05 18:05:26 ---> 4d4fd018e770 18:05:26 Step 6/26 : COPY go.mod . 18:05:27 ---> bafc176d5332 18:05:27 Step 7/26 : RUN go mod download 18:05:27 Removing intermediate container 4acb16072544 18:05:27 ---> f8e0c2687673 18:05:27 Step 6/22 : COPY go.mod . 18:05:27 ---> Running in 0c37233ec6e4 18:05:27 Removing intermediate container 5b5c74ec7047 18:05:27 ---> 9ba1f2936fe8 18:05:27 Step 6/21 : COPY go.mod . 18:05:27 Removing intermediate container a9c09959656c 18:05:27 ---> 505169ab5e97 18:05:27 Step 6/22 : COPY go.mod . 18:05:27 Removing intermediate container 5063dfbbb799 18:05:27 ---> f71a47a4c093 18:05:27 Step 6/24 : COPY go.mod . 18:05:28 ---> 6f562a1a6dc0 18:05:28 Step 7/22 : RUN go mod download 18:05:28 ---> Running in 97a9bb9388be 18:05:28 ---> 95767c080ebb 18:05:28 Step 7/21 : RUN go mod download 18:05:28 ---> Running in f6f3fb31cb16 18:05:28 ---> a7bf97a02169 18:05:29 Step 7/24 : RUN go mod download 18:05:29 ---> 3b1716f4d4b2 18:05:29 Step 7/22 : RUN go mod download 18:05:29 ---> Running in ee276a117fbb 18:05:29 ---> Running in 4ed40adc59e5 18:05:31 Removing intermediate container 0c37233ec6e4 18:05:31 ---> d0be67c7c042 18:05:31 Step 8/26 : COPY . . 18:05:32 Removing intermediate container 97a9bb9388be 18:05:32 ---> eabcc7643d17 18:05:32 Step 8/22 : COPY . . 18:05:33 Removing intermediate container f6f3fb31cb16 18:05:33 ---> dcb9bd218786 18:05:33 Step 8/21 : COPY . . 18:05:34 Removing intermediate container 4ed40adc59e5 18:05:34 Removing intermediate container ee276a117fbb 18:05:34 ---> 2ee3568e72ff 18:05:34 Step 8/22 : COPY . . 18:05:34 ---> cc40858730de 18:05:34 Step 8/24 : COPY . . 18:05:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:05:42 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:05:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 18:05:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 18:05:42 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 18:05:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 18:05:42 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 18:05:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 18:05:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 18:05:42 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 18:05:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:05:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:05:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:05:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:05:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:05:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:05:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:05:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:05:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:05:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 18:05:42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 18:05:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 18:05:42 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 18:05:42 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 18:05:42 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 18:05:42 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 18:05:42 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 18:05:42 Fetched 23.8 MB in 0s (0 B/s) 18:05:42 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:05:42 Fetched 96.5 kB in 0s (0 B/s) 18:05:42 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:05:42 Fetched 279 kB in 0s (0 B/s) 18:05:42 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:05:42 Fetched 122 kB in 0s (0 B/s) 18:05:42 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:05:42 Fetched 77.8 kB in 0s (0 B/s) 18:05:42 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:05:42 Fetched 8848 B in 0s (0 B/s) 18:05:42 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:05:42 Fetched 47.8 kB in 0s (0 B/s) 18:05:42 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:05:42 Fetched 45.6 kB in 0s (0 B/s) 18:05:42 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:05:42 Fetched 15.0 kB in 0s (0 B/s) 18:05:42 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:05:42 Fetched 214 kB in 0s (0 B/s) 18:05:42 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 18:05:42 Fetched 155 kB in 0s (0 B/s) 18:05:42 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:05:42 Fetched 50.6 kB in 0s (0 B/s) 18:05:42 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:05:42 Fetched 14.8 kB in 0s (0 B/s) 18:05:42 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:05:42 Fetched 41.8 kB in 0s (0 B/s) 18:05:42 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:05:42 Fetched 499 kB in 0s (0 B/s) 18:05:42 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:05:42 Fetched 111 kB in 0s (0 B/s) 18:05:42 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:05:42 Fetched 240 kB in 0s (0 B/s) 18:05:42 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:05:42 Fetched 29.3 kB in 0s (0 B/s) 18:05:42 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:05:42 Fetched 85.5 kB in 0s (0 B/s) 18:05:42 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:05:42 Fetched 24.5 kB in 0s (0 B/s) 18:05:42 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:05:42 Fetched 49.2 kB in 0s (0 B/s) 18:05:42 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:05:42 Fetched 54.2 kB in 0s (0 B/s) 18:05:42 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:05:42 Fetched 30.8 kB in 0s (0 B/s) 18:05:42 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 18:05:42 Fetched 17.0 kB in 0s (0 B/s) 18:05:42 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:05:42 Fetched 85.9 kB in 0s (0 B/s) 18:05:42 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:05:42 Fetched 8720 B in 0s (0 B/s) 18:05:42 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:05:42 Fetched 137 kB in 0s (0 B/s) 18:05:42 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:05:42 Fetched 119 kB in 0s (0 B/s) 18:05:42 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:05:42 Fetched 109 kB in 0s (0 B/s) 18:05:42 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:05:42 Fetched 11.1 kB in 0s (0 B/s) 18:05:42 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:05:42 Fetched 645 kB in 0s (0 B/s) 18:05:42 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:05:42 Fetched 41.3 kB in 0s (0 B/s) 18:05:42 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:05:42 Fetched 17.9 kB in 0s (0 B/s) 18:05:42 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:05:42 Fetched 368 kB in 0s (0 B/s) 18:05:42 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:05:42 Fetched 187 kB in 0s (0 B/s) 18:05:42 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:05:42 Fetched 175 kB in 0s (0 B/s) 18:05:42 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:05:44 Fetched 206 kB in 0s (0 B/s) 18:05:44 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 18:05:44 Fetched 1301 kB in 0s (0 B/s) 18:05:44 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:05:44 Fetched 36.2 kB in 0s (0 B/s) 18:05:44 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:05:44 Fetched 159 kB in 0s (0 B/s) 18:05:44 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:05:44 Fetched 107 kB in 0s (0 B/s) 18:05:44 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:05:44 Fetched 48.7 kB in 0s (0 B/s) 18:05:44 Pulling static-packages 18:05:46 'go115' has dependencies that need to be staged: go-build-helper static-packages 18:05:46 Skipping pull go-build-helper (already ran) 18:05:46 Skipping pull static-packages (already ran) 18:05:46 Building go-build-helper 18:05:50 Building static-packages 18:05:53 Staging go-build-helper 18:05:54 Staging static-packages 18:05:55 Pulling go115 18:05:56 'edgex-go' has dependencies that need to be staged: go115 18:05:56 Skipping pull go115 (already ran) 18:05:56 Building go115 18:05:56 % Total % Received % Xferd Average Speed Time Time Time Current 18:05:56 Dload Upload Total Spent Left Speed 18:05:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 3663k 0 0 11.8M 0 0:00:09 --:--:-- 0:00:09 11.7M 32 115M 32 37.7M 0 0 29.4M 0 0:00:03 0:00:01 0:00:02 29.4M 72 115M 72 83.9M 0 0 36.9M 0 0:00:03 0:00:02 0:00:01 36.9M 100 115M 100 115M 0 0 39.3M 0 0:00:02 0:00:02 --:--:-- 39.3M 18:06:00 go1.15.2.linux-amd64.tar.gz: OK 18:06:01 ---> 4d996605f95b 18:06:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:06:01 ---> aeca38d47b05 18:06:01 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:06:01 ---> b83d547eef8c 18:06:01 Step 9/22 : RUN make cmd/core-command/core-command 18:06:01 ---> b2e434ef6428 18:06:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:06:01 ---> 664a2af66042 18:06:01 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:06:01 ---> Running in c51297d69148 18:06:01 ---> Running in 5de42a28da6a 18:06:01 ---> Running in 3925756d4d64 18:06:01 ---> Running in d1fbbf353f71 18:06:01 ---> Running in 1381c3c8b0fe 18:06:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:06:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:06:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:06:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:06:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:06:05 Staging go115 18:06:12 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:06:12 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:06:12 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:06:12 Fetched 0 B in 0s (0 B/s) 18:06:12 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:06:12 Fetched 224 kB in 0s (0 B/s) 18:06:12 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:06:12 Fetched 157 kB in 0s (0 B/s) 18:06:12 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:06:12 Fetched 221 kB in 0s (0 B/s) 18:06:12 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:06:12 Fetched 143 kB in 0s (0 B/s) 18:06:12 Pulling edgex-go 18:06:15 Pulling version 18:06:16 Building config-common 18:06:19 Skipping build go-build-helper (already ran) 18:06:19 Skipping build static-packages (already ran) 18:06:19 Skipping build go115 (already ran) 18:06:19 Building edgex-go 18:06:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:06:21 go: downloading github.com/gorilla/mux v1.8.0 18:06:21 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 18:06:21 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 18:06:21 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 18:06:21 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:06:21 go: downloading github.com/imdario/mergo v0.3.11 18:06:21 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:06:21 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 18:06:21 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 18:06:21 go: downloading github.com/pkg/errors v0.8.1 18:06:21 go: downloading github.com/google/uuid v1.1.5 18:06:21 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 18:06:21 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:06:21 go: downloading github.com/pelletier/go-toml v1.2.0 18:06:21 go: downloading github.com/pebbe/zmq4 v1.2.2 18:06:21 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:06:21 go: downloading github.com/BurntSushi/toml v0.3.1 18:06:21 go: downloading github.com/go-kit/kit v0.8.0 18:06:21 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 18:06:21 go: downloading gopkg.in/yaml.v2 v2.4.0 18:06:21 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:06:21 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:06:21 go: downloading github.com/hashicorp/consul/api v1.1.0 18:06:21 go: downloading github.com/x448/float16 v0.8.4 18:06:21 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:06:21 go: downloading github.com/mitchellh/copystructure v1.0.0 18:06:21 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:06:21 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:06:21 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:06:21 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:06:21 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:06:21 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:06:21 go: downloading github.com/hashicorp/serf v0.8.2 18:06:21 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:06:21 go: downloading github.com/leodido/go-urn v1.2.0 18:06:21 go: downloading github.com/go-playground/universal-translator v0.17.0 18:06:21 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:06:21 go: downloading github.com/go-playground/locales v0.13.0 18:06:21 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:06:22 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:06:22 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:06:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:06:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:06:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:06: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 18:06:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:06:40 go: downloading github.com/stretchr/testify v1.7.0 18:06:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:06:40 go: downloading github.com/davecgh/go-spew v1.1.1 18:06:40 go: downloading github.com/pmezard/go-difflib v1.0.0 18:06:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:06:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:06:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:06:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:06:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:06:45 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:06:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:06:48 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 18:06:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:06:49 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:06:52 Building version 18:06:55 Staging config-common 18:06:56 Skipping stage go-build-helper (already ran) 18:06:56 Skipping stage static-packages (already ran) 18:06:56 Skipping stage go115 (already ran) 18:06:56 Staging edgex-go 18:06:58 Staging version 18:06:59 Priming config-common 18:07:00 Priming go-build-helper 18:07:02 Priming static-packages 18:07:05 Priming go115 18:07:06 Priming edgex-go 18:07:08 Priming version 18:07:09 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:07:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:07:38 Removing intermediate container d1fbbf353f71 18:07:38 ---> b77138d5235c 18:07:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:07:38 Removing intermediate container 5de42a28da6a 18:07:38 ---> 37a57cd786dd 18:07:38 18:07:38 Step 10/21 : FROM alpine:3.12 18:07:38 ---> Running in dbfb9f7b7164 18:07:38 3.12: Pulling from library/alpine 18:07:38 Removing intermediate container 3925756d4d64 18:07:38 ---> a2b321187bda 18:07:38 18:07:38 Step 10/24 : FROM scratch 18:07:38 ---> 18:07:38 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:07:38 Removing intermediate container 1381c3c8b0fe 18:07:38 ---> bc9e94d0a88d 18:07:38 18:07:38 Step 10/22 : FROM scratch 18:07:38 ---> 18:07:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:07:39 ---> Running in c92702b2e3f0 18:07:39 ---> Running in 9c57314cd806 18:07:40 Removing intermediate container 9c57314cd806 18:07:40 ---> 01246beca88a 18:07:40 Step 12/24 : ENV APP_PORT=48060 18:07:40 Removing intermediate container c92702b2e3f0 18:07:40 ---> 168c82ac94bc 18:07:40 Step 12/22 : ENV APP_PORT=48082 18:07:40 ---> Running in 16157b884fec 18:07:40 ---> Running in e8698e730de4 18:07:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:07:40 Status: Downloaded newer image for alpine:3.12 18:07:40 ---> afeebe901d6b 18:07:40 Step 11/21 : RUN apk add --update --no-cache curl 18:07: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 18:07:40 ---> Running in 03b95454698c 18:07:40 Removing intermediate container 16157b884fec 18:07:40 ---> 62cb23247d80 18:07:40 Removing intermediate container e8698e730de4 18:07:40 ---> 0c7fe1a68163 18:07:40 Step 13/22 : EXPOSE $APP_PORT 18:07:40 Step 13/24 : EXPOSE $APP_PORT 18:07:41 ---> Running in 4a80597aadbc 18:07:41 ---> Running in 5373d6aa1a9c 18:07:42 Removing intermediate container 4a80597aadbc 18:07:42 ---> cd9a37da3dfd 18:07:42 Step 14/22 : WORKDIR / 18:07:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:07:42 ---> Running in d1dd9f9e111d 18:07:42 Removing intermediate container 5373d6aa1a9c 18:07:42 ---> 93d84afc6f86 18:07:42 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:07:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:07:43 Removing intermediate container d1dd9f9e111d 18:07:43 ---> 4f51c0514c1b 18:07:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:43 (1/4) Installing ca-certificates (20191127-r4) 18:07:43 ---> 3adf7db4fb9d 18:07:43 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:07:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:07:43 (3/4) Installing libcurl (7.69.1-r3) 18:07:43 (4/4) Installing curl (7.69.1-r3) 18:07:43 Executing busybox-1.31.1-r19.trigger 18:07:43 Executing ca-certificates-20191127-r4.trigger 18:07:43 OK: 7 MiB in 18 packages 18:07:44 ---> 880c40805ea9 18:07:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:07:45 Removing intermediate container dbfb9f7b7164 18:07:45 ---> 63a2672bb474 18:07:45 18:07:45 Step 11/26 : FROM docker:20.10.0 18:07:45 20.10.0: Pulling from library/docker 18:07:45 ---> 45700d55ab3b 18:07:45 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:07:46 Removing intermediate container 03b95454698c 18:07:46 ---> cbc279778c2b 18:07:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:07:47 ---> 7cb048c5cc55 18:07:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:07:47 ---> Running in 5407f213c2ef 18:07:47 ---> 6f09f9acb8f6 18:07:47 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:48 Removing intermediate container c51297d69148 18:07:48 ---> 0cbf3400db10 18:07:48 18:07:48 Step 10/22 : FROM scratch 18:07:48 ---> 18:07:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:07:48 ---> Using cache 18:07:48 ---> 168c82ac94bc 18:07:48 Step 12/22 : ENV APP_PORT=48081 18:07:48 ---> fa44cf5ec510 18:07:48 Step 18/22 : ENTRYPOINT ["/core-command"] 18:07:48 Removing intermediate container 5407f213c2ef 18:07:48 ---> 356b36779714 18:07:48 Step 13/21 : WORKDIR /edgex 18:07:48 ---> Running in 8b64d74d9400 18:07:48 ---> Running in 939b1d928a04 18:07:48 ---> Running in f79edd8aac8b 18:07:49 ---> f62dc2a589b5 18:07:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:07:49 Removing intermediate container 8b64d74d9400 18:07:49 ---> 1b2bee30c494 18:07:49 Step 13/22 : EXPOSE $APP_PORT 18:07:49 Removing intermediate container 939b1d928a04 18:07:49 ---> 25ef98e90c50 18:07:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:07:49 Removing intermediate container f79edd8aac8b 18:07:49 ---> b354ea0b6201 18:07:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:07:50 ---> Running in d79eb8b4b0d8 18:07:50 ---> Running in e8e87804698f 18:07:50 Removing intermediate container d79eb8b4b0d8 18:07:50 ---> 459534e40178 18:07:50 Step 14/22 : WORKDIR / 18:07:51 ---> Running in 6c90ff8053d3 18:07:51 Removing intermediate container e8e87804698f 18:07:51 ---> 8d36dbb7c79f 18:07:51 Step 20/22 : LABEL arch=arm64 18:07:51 ---> b01b23d5b5f3 18:07:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:07:51 ---> 4059a86670fd 18:07:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:07:51 ---> Running in a25adfd5f36c 18:07:51 Removing intermediate container 6c90ff8053d3 18:07:51 ---> 62d0e5d41ec2 18:07:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:52 Removing intermediate container a25adfd5f36c 18:07:52 ---> b035f5748242 18:07:52 Step 21/22 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 18:07:53 ---> Running in a37574a378f0 18:07:53 ---> 0f0d30e2facc 18:07:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:07:53 ---> 2b627e93e74d 18:07:53 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:07:53 ---> de2a7e7e96e5 18:07:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:07:53 ---> Running in 21788a542684 18:07:53 Removing intermediate container a37574a378f0 18:07:53 ---> 7818b48e6f65 18:07:53 Step 22/22 : LABEL version=0.0.0 18:07:54 ---> Running in 9a34d256ec26 18:07:54 Removing intermediate container 21788a542684 18:07:54 ---> 9b556bd4555d 18:07:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:07:55 ---> a1b5b0d88ffc 18:07:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:07:55 ---> Running in a204ebf3c6c9 18:07:55 Removing intermediate container 9a34d256ec26 18:07:55 ---> d48e6916a5cb 18:07:55 18:07:55 ---> b4b19a8fbd80 18:07:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:07:55 Successfully built d48e6916a5cb 18:07:55 ---> Running in afe71d6eccf4 18:07:55 Successfully tagged docker-core-command-go-arm64:latest 18:07:55 Building docker-security-bootstrap-redis-go 18:07:56  Building docker-core-command-go ... done Removing intermediate container a204ebf3c6c9 18:07:56 ---> 604cd3ddb315 18:07:56 Step 22/24 : LABEL arch=arm64 18:07:56 ---> 04f704d2a782 18:07:56 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:07:56 ---> Running in e3347074d3c5 18:07:56 ---> Running in b43e78ef5b46 18:07:56 Removing intermediate container afe71d6eccf4 18:07:56 ---> 8520a2d16863 18:07:56 Step 18/21 : CMD ["--init=true"] 18:07:57 Removing intermediate container e3347074d3c5 18:07:57 ---> 0df42e98f591 18:07:57 Step 23/24 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 18:07:57 ---> Running in b492764d81a9 18:07:57 ---> Running in 85eb1816bd7c 18:07:58 Removing intermediate container b43e78ef5b46 18:07:58 ---> e488aed04ef0 18:07:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:07:58 Removing intermediate container b492764d81a9 18:07:58 ---> 3d4b115dac20 18:07:58 Step 19/21 : LABEL arch=arm64 18:07:59 ---> Running in 1b5a0bdcae37 18:07:59 Removing intermediate container 85eb1816bd7c 18:07:59 ---> 35a9e955f17b 18:07:59 Step 24/24 : LABEL version=0.0.0 18:07:59 ---> Running in 3d15c798691a 18:07:59 ---> Running in 0d25557e4261 18:07:59 Removing intermediate container 1b5a0bdcae37 18:07:59 ---> 6ff2d27d7682 18:07:59 Step 20/22 : LABEL arch=arm64 18:08:00 ---> Running in b298d9280973 18:08:00 Removing intermediate container 0d25557e4261 18:08:00 ---> 78d1fc074040 18:08:00 18:08:00 Removing intermediate container 3d15c798691a 18:08:00 ---> 2e4bd50bd277 18:08:00 Step 20/21 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 18:08:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:08:01 Status: Downloaded newer image for docker:20.10.0 18:08:01 ---> eeaf43b92773 18:08:01 Step 12/26 : RUN apk add --no-cache bash 18:08:01 Successfully built 78d1fc074040 18:08:01 Successfully tagged docker-support-notifications-go-arm64:latest 18:08:01  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 18:08:01 ---> Running in 4e6046a0d6f7 18:08:01 Removing intermediate container b298d9280973 18:08:01 ---> f26fac84bb61 18:08:01 Step 21/22 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 18:08:01 ---> Running in 776fc2368f7a 18:08:01 ---> Running in b330f620c3d6 18:08:01 Removing intermediate container 4e6046a0d6f7 18:08:01 ---> 8ec538b67b06 18:08:01 Step 21/21 : LABEL version=0.0.0 18:08:02 ---> Running in b80969004b71 18:08:02 Removing intermediate container b330f620c3d6 18:08:02 ---> fb3cf471b2e2 18:08:02 Step 22/22 : LABEL version=0.0.0 18:08:02 ---> Running in 0ed9d07c0c01 18:08:02 Removing intermediate container b80969004b71 18:08:02 ---> bd2e65749ac2 18:08:02 18:08:03 Removing intermediate container 0ed9d07c0c01 18:08:03 ---> c026e6233f0b 18:08:03 18:08:03 Successfully built bd2e65749ac2 18:08:03 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:08:03  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 18:08:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:03 Successfully built c026e6233f0b 18:08:03 Successfully tagged docker-core-metadata-go-arm64:latest 18:08:03 Building docker-core-data-go 18:08:03  Building docker-core-metadata-go ... done (1/2) Installing readline (8.0.4-r0) 18:08:03 (2/2) Installing bash (5.0.17-r0) 18:08:03 Executing bash-5.0.17-r0.post-install 18:08:03 Executing busybox-1.31.1-r19.trigger 18:08:03 OK: 12 MiB in 22 packages 18:08:05 Removing intermediate container 776fc2368f7a 18:08:05 ---> 1a0858bdd355 18:08:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:08:05 ---> Running in 531b759732c9 18:08:06 Removing intermediate container 531b759732c9 18:08:06 ---> c49f6d6e25d2 18:08:06 Step 14/26 : ENV APP_PORT=48090 18:08:06 ---> Running in 75b7df85a40f 18:08:07 Removing intermediate container 75b7df85a40f 18:08:07 ---> 04ee80b0ff15 18:08:07 Step 15/26 : EXPOSE $APP_PORT 18:08:08 ---> Running in 50f6e8035468 18:08:09 Removing intermediate container 50f6e8035468 18:08:09 ---> 9bf6af28c35a 18:08:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:08:11 ---> 5e0ab1cff2bd 18:08:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:08:13 ---> a64c5f4fbe23 18:08:13 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:08:14 ---> 5a84f2cfa874 18:08:14 Step 19/26 : RUN apk --no-cache add py3-pip 18:08:15 ---> Running in 66686f36c5ac 18:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:17 (1/33) Installing libbz2 (1.0.8-r1) 18:08:17 (2/33) Installing expat (2.2.9-r1) 18:08:17 (3/33) Installing libffi (3.3-r2) 18:08:17 (4/33) Installing gdbm (1.13-r1) 18:08:17 (5/33) Installing xz-libs (5.2.5-r0) 18:08:17 (6/33) Installing sqlite-libs (3.32.1-r0) 18:08:17 (7/33) Installing python3 (3.8.5-r0) 18:08:18 (8/33) Installing py3-appdirs (1.4.4-r1) 18:08:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:08:18 (10/33) Installing py3-parsing (2.4.7-r0) 18:08:18 (11/33) Installing py3-six (1.15.0-r0) 18:08:18 (12/33) Installing py3-packaging (20.4-r0) 18:08:18 (13/33) Installing py3-setuptools (47.0.0-r0) 18:08:18 (14/33) Installing py3-chardet (3.0.4-r4) 18:08:19 (15/33) Installing py3-idna (2.9-r0) 18:08:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:08:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:08:19 (18/33) Installing py3-requests (2.23.0-r0) 18:08:19 (19/33) Installing py3-msgpack (1.0.0-r0) 18:08:19 (20/33) Installing py3-lockfile (0.12.2-r3) 18:08:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:08:19 (22/33) Installing py3-colorama (0.4.3-r0) 18:08:19 (23/33) Installing py3-distlib (0.3.0-r0) 18:08:19 (24/33) Installing py3-distro (1.5.0-r1) 18:08:19 (25/33) Installing py3-webencodings (0.5.1-r3) 18:08:19 (26/33) Installing py3-html5lib (1.0.1-r4) 18:08:19 (27/33) Installing py3-pytoml (0.1.21-r0) 18:08:19 (28/33) Installing py3-pep517 (0.8.2-r0) 18:08:19 (29/33) Installing py3-progress (1.5-r0) 18:08:19 (30/33) Installing py3-toml (0.10.1-r0) 18:08:19 (31/33) Installing py3-retrying (1.3.3-r0) 18:08:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:08:19 (33/33) Installing py3-pip (20.1.1-r0) 18:08:19 Executing busybox-1.31.1-r19.trigger 18:08:19 OK: 71 MiB in 55 packages 18:08:29 Removing intermediate container 66686f36c5ac 18:08:29 ---> 4c4b1c981ee3 18:08:29 Step 20/26 : RUN pip install docker-compose==1.23.2 18:08:30 ---> Running in b92226e2cd34 18:08:37 Collecting docker-compose==1.23.2 18:08:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:08:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:08:37 ---> e826081dac96 18:08:37 Step 3/22 : WORKDIR /edgex-go 18:08:37 ---> Using cache 18:08:37 ---> b2c91e7296cd 18:08:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:37 ---> Using cache 18:08:37 ---> 5ea812808b30 18:08:37 Step 5/22 : RUN apk add --update --no-cache make git 18:08:37 ---> Using cache 18:08:37 ---> 505169ab5e97 18:08:37 Step 6/22 : COPY go.mod . 18:08:37 ---> Using cache 18:08:37 ---> 3b1716f4d4b2 18:08:37 Step 7/22 : RUN go mod download 18:08:37 ---> Using cache 18:08:37 ---> 2ee3568e72ff 18:08:37 Step 8/22 : COPY . . 18:08:37 ---> Using cache 18:08:37 ---> b83d547eef8c 18:08:37 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 18:08:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:08:38 Collecting dockerpty<0.5,>=0.4.1 18:08:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:08:38 ---> Running in e2b4ca8e8090 18:08:40 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 18:08:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:08:41 Collecting websocket-client<1.0,>=0.32.0 18:08:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:08:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:08:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:08:44 Collecting PyYAML<4,>=3.10 18:08:44 Downloading PyYAML-3.13.tar.gz (270 kB) 18:08:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:08:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:08:48 ---> e826081dac96 18:08:48 Step 3/24 : WORKDIR /edgex-go 18:08:48 ---> Using cache 18:08:48 ---> b2c91e7296cd 18:08:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:48 ---> Using cache 18:08:48 ---> 5ea812808b30 18:08:48 Step 5/24 : RUN apk add --update --no-cache make git 18:08:48 ---> Using cache 18:08:48 ---> 505169ab5e97 18:08:48 Step 6/24 : COPY go.mod . 18:08:48 ---> Using cache 18:08:48 ---> 3b1716f4d4b2 18:08:48 Step 7/24 : RUN go mod download 18:08:48 ---> Using cache 18:08:48 ---> 2ee3568e72ff 18:08:48 Step 8/24 : COPY . . 18:08:48 ---> Using cache 18:08:48 ---> b83d547eef8c 18:08:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:08:48 Collecting docker<4.0,>=3.6.0 18:08:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:08:49 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:08:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:08:49 ---> e826081dac96 18:08:49 Step 3/21 : WORKDIR /edgex-go 18:08:49 ---> Using cache 18:08:49 ---> b2c91e7296cd 18:08:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:49 ---> Using cache 18:08:49 ---> 5ea812808b30 18:08:49 Step 5/21 : RUN apk add --update --no-cache make git 18:08:49 ---> Using cache 18:08:49 ---> 505169ab5e97 18:08:49 Step 6/21 : COPY go.mod . 18:08:49 ---> Using cache 18:08:49 ---> 3b1716f4d4b2 18:08:49 Step 7/21 : RUN go mod download 18:08:49 ---> Using cache 18:08:49 ---> 2ee3568e72ff 18:08:49 Step 8/21 : COPY . . 18:08:49 ---> Using cache 18:08:49 ---> b83d547eef8c 18:08:49 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:08:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:08:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:08:50 ---> e826081dac96 18:08:50 Step 3/23 : WORKDIR /edgex-go 18:08:50 ---> Using cache 18:08:50 ---> b2c91e7296cd 18:08:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:08:50 ---> Using cache 18:08:50 ---> 5ea812808b30 18:08:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:08:50 Collecting docopt<0.7,>=0.6.1 18:08:50 Downloading docopt-0.6.2.tar.gz (25 kB) 18:08:50 ---> Running in 63ea67187d76 18:08:50 ---> Running in 507d78a422c6 18:08:50 ---> Running in 8fc4ebd22bc2 18:08:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:53 Collecting texttable<0.10,>=0.9.0 18:08:53 Downloading texttable-0.9.1.tar.gz (11 kB) 18:08:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:08:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:08:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:55 OK: 217 MiB in 51 packages 18:08:56 Removing intermediate container 63ea67187d76 18:08:56 ---> 04e424fca3d9 18:08:56 Step 6/23 : COPY go.mod . 18:08:56 Collecting jsonschema<3,>=2.5.1 18:08:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:08:57 Collecting cached-property<2,>=1.2.0 18:08:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:08:57 ---> d7cb2cee22ad 18:08:57 Step 7/23 : RUN go mod download 18:08:57 ---> Running in 9f82cd318347 18:08:58 Collecting urllib3<1.25,>=1.21.1 18:08:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:08:59 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:08:59 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:08:59 Collecting idna<2.8,>=2.5 18:08:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:09:00 Collecting docker-pycreds>=0.4.0 18:09:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:09:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:09:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:09:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:09:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:09:01 Installing collected packages: dockerpty, websocket-client, urllib3, idna, requests, PyYAML, docker-pycreds, docker, docopt, texttable, jsonschema, cached-property, docker-compose 18:09:01 Running setup.py install for dockerpty: started 18:09:02 Removing intermediate container 9f82cd318347 18:09:02 ---> 538474f2b951 18:09:02 Step 8/23 : COPY . . 18:09:05 Running setup.py install for dockerpty: finished with status 'done' 18:09:05 Attempting uninstall: urllib3 18:09:05 Found existing installation: urllib3 1.25.9 18:09:05 Uninstalling urllib3-1.25.9: 18:09:05 Successfully uninstalled urllib3-1.25.9 18:09:06 Attempting uninstall: idna 18:09:06 Found existing installation: idna 2.9 18:09:06 Uninstalling idna-2.9: 18:09:06 Successfully uninstalled idna-2.9 18:09:08 Attempting uninstall: requests 18:09:08 Found existing installation: requests 2.23.0 18:09:08 Uninstalling requests-2.23.0: 18:09:08 Successfully uninstalled requests-2.23.0 18:09:09 Running setup.py install for PyYAML: started 18:09:12 Running setup.py install for PyYAML: finished with status 'done' 18:09:14 Running setup.py install for docopt: started 18:09:17 Running setup.py install for docopt: finished with status 'done' 18:09:17 Running setup.py install for texttable: started 18:09:20 Running setup.py install for texttable: finished with status 'done' 18:09:21 ---> 1dfdee40d03b 18:09:21 Step 9/23 : RUN make cmd/core-data/core-data 18:09:21 ---> Running in f136925cb26a 18:09:22 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 18:09:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:09:27 Removing intermediate container b92226e2cd34 18:09:27 ---> 7a94b40eaaba 18:09:27 Step 21/26 : RUN apk --no-cache add curl 18:09:27 ---> Running in ea15b148b016 18:09:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:09:30 (2/3) Installing libcurl (7.69.1-r3) 18:09:30 (3/3) Installing curl (7.69.1-r3) 18:09:30 Executing busybox-1.31.1-r19.trigger 18:09:30 OK: 71 MiB in 58 packages 18:09:32 Removing intermediate container ea15b148b016 18:09:32 ---> 3056ab6ed2e4 18:09:32 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:09:32 ---> Running in 9146a40c5f98 18:09:33 Removing intermediate container 9146a40c5f98 18:09:33 ---> 5358057d7c6f 18:09:33 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:09:33 ---> Running in 98cd2a4f8497 18:09:34 Removing intermediate container 98cd2a4f8497 18:09:34 ---> a8d6389ae8f5 18:09:34 Step 24/26 : LABEL arch=arm64 18:09:34 ---> Running in 60f09a43a361 18:09:34 Removing intermediate container 60f09a43a361 18:09:34 ---> 8071ef54c6ff 18:09:34 Step 25/26 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 18:09:35 ---> Running in bd5af59d7c16 18:09:35 Removing intermediate container bd5af59d7c16 18:09:35 ---> 19723badac07 18:09:35 Step 26/26 : LABEL version=0.0.0 18:09:35 ---> Running in 72d2c7469eb8 18:09:36 Removing intermediate container 72d2c7469eb8 18:09:36 ---> a3299fb5565b 18:09:36 18:09:37 Successfully built a3299fb5565b 18:09:37 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:09:59  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e2b4ca8e8090 18:09:59 ---> 008e778822b6 18:09:59 18:09:59 Step 10/22 : FROM alpine:3.12 18:09:59 ---> afeebe901d6b 18:09:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:09:59 ---> Running in 52715a98ec40 18:10:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:10:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:10:01 (1/5) Installing ca-certificates (20191127-r4) 18:10:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:10:01 (3/5) Installing libcurl (7.69.1-r3) 18:10:01 (4/5) Installing curl (7.69.1-r3) 18:10:01 (5/5) Installing dumb-init (1.2.2-r1) 18:10:01 Executing busybox-1.31.1-r19.trigger 18:10:01 Executing ca-certificates-20191127-r4.trigger 18:10:01 OK: 7 MiB in 19 packages 18:10:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:10:04 Removing intermediate container 52715a98ec40 18:10:04 ---> d2916a2f5c46 18:10:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:10:04 ---> Running in eae60267548e 18:10:05 Removing intermediate container eae60267548e 18:10:05 ---> 71c568696b61 18:10:05 Step 13/22 : WORKDIR / 18:10:05 ---> Running in 830b64156b59 18:10:05 Removing intermediate container 830b64156b59 18:10:05 ---> d1eb97ed66c9 18:10:05 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:07 ---> 4a1be0d3497d 18:10:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:10:08 ---> 6f9474893126 18:10:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:10:09 ---> c2f5de76dc9a 18:10:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:10:11 ---> 0170cff90c21 18:10:11 Step 18/22 : RUN chmod +x entrypoint.sh 18:10:11 ---> Running in 656897945d01 18:10:14 Removing intermediate container 656897945d01 18:10:14 ---> 2aeeff284af1 18:10:14 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:10:15 ---> Running in 5cd6395429f2 18:10:16 Removing intermediate container 5cd6395429f2 18:10:16 ---> 0035cbc03ff7 18:10:16 Step 20/22 : LABEL arch=arm64 18:10:17 ---> Running in b128fcaf8f5b 18:10:18 Removing intermediate container b128fcaf8f5b 18:10:18 ---> 45d690806e57 18:10:18 Step 21/22 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 18:10:18 ---> Running in 94e991f8a39f 18:10:19 Removing intermediate container 8fc4ebd22bc2 18:10:19 ---> 80baa49da21c 18:10:19 18:10:19 Step 10/24 : FROM alpine:3.12 18:10:19 ---> afeebe901d6b 18:10:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:10:19 ---> Using cache 18:10:19 ---> d2916a2f5c46 18:10:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:10:19 ---> Running in 6f290fba32c0 18:10:19 Removing intermediate container 94e991f8a39f 18:10:19 ---> 8d9a5b690e7f 18:10:19 Step 22/22 : LABEL version=0.0.0 18:10:20 ---> Running in 818b12462c32 18:10:20 Removing intermediate container 507d78a422c6 18:10:20 ---> 1f4b87110c9c 18:10:20 18:10:20 Step 10/21 : FROM scratch 18:10:20 ---> 18:10:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:10:20 Removing intermediate container 6f290fba32c0 18:10:20 ---> 6ebb08aa399c 18:10:20 Step 13/24 : WORKDIR / 18:10:20 ---> Running in 54905b7bc4f5 18:10:20 ---> Using cache 18:10:20 ---> 168c82ac94bc 18:10:20 Step 12/21 : ENV APP_PORT=48085 18:10:20 ---> Running in 596150800e55 18:10:20 Removing intermediate container 818b12462c32 18:10:20 ---> 833f8bc349af 18:10:20 18:10:21 Successfully built 833f8bc349af 18:10:21 Removing intermediate container 54905b7bc4f5 18:10:21 ---> a257f44f3cf9 18:10:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:10:21 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 18:10:21  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 596150800e55 18:10:21 ---> fe9cc1779713 18:10:21 Step 13/21 : EXPOSE $APP_PORT 18:10:22 ---> Running in 6ea6ddd8f574 18:10:23 Removing intermediate container 6ea6ddd8f574 18:10:23 ---> a87fb8a1e820 18:10:23 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:23 ---> bef5a3148d19 18:10:23 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:10:24 ---> 1c6f02cb1999 18:10:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:10:24 ---> 98250d681101 18:10:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:10:26 ---> 9753c40a0f63 18:10:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:10:26 ---> ff517cdc3bd1 18:10:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:10:27 ---> ff72bf65db3f 18:10:27 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:10:28 ---> ea90240dac5d 18:10:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:10:28 ---> Running in 557b63ada933 18:10:28 Removing intermediate container 557b63ada933 18:10:28 ---> 8f55cfdc0ad8 18:10:28 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:10:29 ---> Running in 39b23891f770 18:10:29 ---> fd2dee15ffa0 18:10:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:10:30 Removing intermediate container 39b23891f770 18:10:30 ---> f56e87dcce7f 18:10:30 Step 19/21 : LABEL arch=arm64 18:10:30 ---> Running in 36cd13c1140a 18:10:31 Removing intermediate container 36cd13c1140a 18:10:31 ---> 80b6ace20742 18:10:31 Step 20/21 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 18:10:31 ---> 34e27c762752 18:10:31 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:10:31 ---> Running in 2742bb04e1dc 18:10:31 ---> Running in 4ca3bec04d57 18:10:32 Removing intermediate container 2742bb04e1dc 18:10:32 ---> ade0cb2aa025 18:10:32 Step 21/21 : LABEL version=0.0.0 18:10:32 ---> Running in 9e2dcccf7f2e 18:10:32 Removing intermediate container 9e2dcccf7f2e 18:10:32 ---> 02bf66318e56 18:10:32 18:10:33 Successfully built 02bf66318e56 18:10:33 Successfully tagged docker-support-scheduler-go-arm64:latest 18:10:34  Building docker-support-scheduler-go ... done Removing intermediate container 4ca3bec04d57 18:10:34 ---> cfca77783449 18:10:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:10:34 ---> Running in 4102fbdd1c6b 18:10:34 Removing intermediate container 4102fbdd1c6b 18:10:34 ---> fa56873f7a51 18:10:34 Step 22/24 : LABEL arch=arm64 18:10:34 ---> Running in fe0bc519d3e0 18:10:35 Removing intermediate container fe0bc519d3e0 18:10:35 ---> 829e9d65d6ed 18:10:35 Step 23/24 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 18:10:35 ---> Running in 112cdb2101cc 18:10:36 Removing intermediate container 112cdb2101cc 18:10:36 ---> 309d173ed813 18:10:36 Step 24/24 : LABEL version=0.0.0 18:10:36 ---> Running in 2fff1afa233a 18:10:37 Removing intermediate container 2fff1afa233a 18:10:37 ---> 3db3ab3efbf0 18:10:37 18:10:37 Successfully built 3db3ab3efbf0 18:10:37 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:10:44  Building docker-security-secretstore-setup-go ... done Removing intermediate container f136925cb26a 18:10:44 ---> 1741538c3f8d 18:10:44 18:10:44 Step 10/23 : FROM alpine:3.12 18:10:44 ---> afeebe901d6b 18:10:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:10:44 ---> Running in 418055219ba0 18:10:44 Removing intermediate container 418055219ba0 18:10:44 ---> 979d55eded79 18:10:44 Step 12/23 : ENV APP_PORT=48080 18:10:44 ---> Running in 57557c4278c3 18:10:45 Removing intermediate container 57557c4278c3 18:10:45 ---> 91a513b0d801 18:10:45 Step 13/23 : EXPOSE $APP_PORT 18:10:45 ---> Running in 4b9fdeb18a7e 18:10:45 Removing intermediate container 4b9fdeb18a7e 18:10:45 ---> d05d06fa4b27 18:10:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:10:46 ---> Running in 649f3d09012c 18:10:48 Removing intermediate container 649f3d09012c 18:10:48 ---> 3c710e6a1a1a 18:10:48 Step 15/23 : RUN apk add --update --no-cache zeromq 18:10:48 ---> Running in 5f30736e5241 18:10:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:10:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:10:50 (1/5) Installing libgcc (9.3.0-r2) 18:10:50 (2/5) Installing libsodium (1.0.18-r0) 18:10:50 (3/5) Installing libstdc++ (9.3.0-r2) 18:10:50 (4/5) Installing libzmq (4.3.3-r0) 18:10:50 (5/5) Installing zeromq (4.3.3-r0) 18:10:51 Executing busybox-1.31.1-r19.trigger 18:10:51 OK: 8 MiB in 19 packages 18:10:52 Removing intermediate container 5f30736e5241 18:10:52 ---> 3c646861e87a 18:10:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:10:53 ---> d2593b69b708 18:10:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:10:54 ---> 635620125415 18:10:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:10:55 ---> dc54bf93371b 18:10:55 Step 19/23 : ENTRYPOINT ["/core-data"] 18:10:55 ---> Running in f8bf6bacca9c 18:10:55 Removing intermediate container f8bf6bacca9c 18:10:55 ---> 6976ad9eb843 18:10:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:10:55 ---> Running in cd1873abfed7 18:10:56 Removing intermediate container cd1873abfed7 18:10:56 ---> 80d57a190049 18:10:56 Step 21/23 : LABEL arch=arm64 18:10:56 ---> Running in e2bf9cdcd6b0 18:10:56 Removing intermediate container e2bf9cdcd6b0 18:10:56 ---> 2d79e94ee6d0 18:10:56 Step 22/23 : LABEL git_sha=d34f2bb1477c58f0643b4c73d8737372279ff9e1 18:10:56 ---> Running in e56ec7ded5bd 18:10:57 Removing intermediate container e56ec7ded5bd 18:10:57 ---> d49fea25218f 18:10:57 Step 23/23 : LABEL version=0.0.0 18:10:57 ---> Running in 7cc12a5dee26 18:10:57 Removing intermediate container 7cc12a5dee26 18:10:57 ---> 8a623b4da588 18:10:57 18:10:58 Successfully built 8a623b4da588 18:10:58 Successfully tagged docker-core-data-go-arm64:latest 18:10:58  Building docker-core-data-go ... done  [Pipeline] } 18:10:58 $ docker stop --time=1 8b7aa2295593e398502b235fed266cde79b2ca6d6316f9ddca696d8c2f54d8bc 18:11:00 $ docker rm -f 8b7aa2295593e398502b235fed266cde79b2ca6d6316f9ddca696d8c2f54d8bc [Pipeline] // withDockerContainer [Pipeline] sh 18:11:01 + grep docker 18:11:01 + docker images 18:11:01 docker-core-data-go-arm64 latest 8a623b4da588 4 seconds ago 21MB 18:11:01 docker-security-secretstore-setup-go-arm64 latest 3db3ab3efbf0 25 seconds ago 23.4MB 18:11:01 docker-support-scheduler-go-arm64 latest 02bf66318e56 29 seconds ago 10MB 18:11:01 docker-security-bootstrap-redis-go-arm64 latest 833f8bc349af 41 seconds ago 15.1MB 18:11:01 docker-sys-mgmt-agent-go-arm64 latest a3299fb5565b About a minute ago 300MB 18:11:01 docker-core-metadata-go-arm64 latest c026e6233f0b 2 minutes ago 12.3MB 18:11:01 docker-security-proxy-setup-go-arm64 latest bd2e65749ac2 2 minutes ago 23.2MB 18:11:01 docker-support-notifications-go-arm64 latest 78d1fc074040 3 minutes ago 11.4MB 18:11:01 docker-core-command-go-arm64 latest d48e6916a5cb 3 minutes ago 9.98MB 18:11:01 docker 20.10.0 eeaf43b92773 5 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 18:11:02 provisioning config files... 18:11:02 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/12@tmp/config542617300881410586tmp [Pipeline] { [Pipeline] sh 18:11:03 + set +x 18:11:03 + curl -s https://codecov.io/bash 18:11:03 + bash -s -- 18:11:03 18:11:03 _____ _ 18:11:03 / ____| | | 18:11:03 | | ___ __| | ___ ___ _____ __ 18:11:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:11:03 | |___| (_) | (_| | __/ (_| (_) \ V / 18:11:03 \_____\___/ \__,_|\___|\___\___/ \_/ 18:11:03 Bash-20210115-cec3c92 18:11:03 18:11:03 18:11:03 ==> git version 2.24.3 found 18:11:03 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:11:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:11:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:11:03 ==> Jenkins CI detected. 18:11:03 project root: . 18:11:03 --> token set from env 18:11:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:11:03 ==> Running gcov in . (disable via -X gcov) 18:11:03 ==> Python coveragepy not found 18:11:03 ==> Searching for coverage reports in: 18:11:03 + . 18:11:03 -> Found 1 reports 18:11:03 ==> Detecting git/mercurial file structure 18:11:03 ==> Reading reports 18:11:03 + ./coverage.out bytes=550280 18:11:03 ==> Appending adjustments 18:11:03 https://docs.codecov.io/docs/fixing-reports 18:11:07 + Found adjustments 18:11:07 ==> Gzipping contents 18:11:07 84K /tmp/codecov.R9NxoK.gz 18:11:07 ==> Uploading reports 18:11:07 url: https://codecov.io 18:11:07 query: branch=PR-3027&commit=d34f2bb1477c58f0643b4c73d8737372279ff9e1&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 18:11:07 -> Pinging Codecov 18:11:07 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3027&commit=d34f2bb1477c58f0643b4c73d8737372279ff9e1&build=12&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F12%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 18:11:08 -> Uploading to 18:11:08 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/d34f2bb1477c58f0643b4c73d8737372279ff9e1/d6483153-f047-45db-8271-a54dc71f536b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T181108Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a1455232632f874fae15e8d197de784ae5b75ca8942210efd2940af7230cc579 18:11:08 % Total % Received % Xferd Average Speed Time Time Time Current 18:11:08 Dload Upload Total Spent Left Speed 18:11:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83389 0 0 100 83389 0 141k --:--:-- --:--:-- --:--:-- 141k 100 83389 0 0 100 83389 0 141k --:--:-- --:--:-- --:--:-- 141k 18:11:09 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d34f2bb1477c58f0643b4c73d8737372279ff9e1 [Pipeline] } 18:11:09 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 18:11:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:11:12 ---> package-listing.sh 18:11:12 ++ facter osfamily 18:11:12 ++ tr '[:upper:]' '[:lower:]' 18:11:12 + OS_FAMILY=redhat 18:11:12 + workspace=/w/workspace/edgex-go/12 18:11:12 + START_PACKAGES=/tmp/packages_start.txt 18:11:12 + END_PACKAGES=/tmp/packages_end.txt 18:11:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:11:12 + PACKAGES=/tmp/packages_start.txt 18:11:12 + '[' /w/workspace/edgex-go/12 ']' 18:11:12 + PACKAGES=/tmp/packages_end.txt 18:11:12 + case "${OS_FAMILY}" in 18:11:12 + rpm -qa 18:11:12 + sort 18:11:17 + '[' -f /tmp/packages_start.txt ']' 18:11:17 + '[' -f /tmp/packages_end.txt ']' 18:11:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:11:17 + '[' /w/workspace/edgex-go/12 ']' 18:11:17 + mkdir -p /w/workspace/edgex-go/12/archives/ 18:11:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo 18:11:17 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:11:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:11:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:11:18 18:11:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:11:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:11:18 alpine: Pulling from edgex-lftools-log-publisher 18:11:18 df20fa9351a1: Pulling fs layer 18:11:18 36b3adc4ff6f: Pulling fs layer 18:11:18 8ad3a11d3b57: Pulling fs layer 18:11:18 46f8f816bc3b: Pulling fs layer 18:11:18 93b61091891f: Pulling fs layer 18:11:18 93b9cdb0e59b: Pulling fs layer 18:11:18 5e14af77c1be: Pulling fs layer 18:11:18 01666e4c0597: Pulling fs layer 18:11:18 aa168da1d23b: Pulling fs layer 18:11:18 93b61091891f: Waiting 18:11:18 93b9cdb0e59b: Waiting 18:11:18 5e14af77c1be: Waiting 18:11:18 01666e4c0597: Waiting 18:11:18 46f8f816bc3b: Waiting 18:11:18 aa168da1d23b: Waiting 18:11:18 36b3adc4ff6f: Download complete 18:11:18 46f8f816bc3b: Verifying Checksum 18:11:18 46f8f816bc3b: Download complete 18:11:18 df20fa9351a1: Verifying Checksum 18:11:18 df20fa9351a1: Download complete 18:11:18 93b9cdb0e59b: Verifying Checksum 18:11:18 93b9cdb0e59b: Download complete 18:11:19 93b61091891f: Verifying Checksum 18:11:19 93b61091891f: Download complete 18:11:19 5e14af77c1be: Verifying Checksum 18:11:19 5e14af77c1be: Download complete 18:11:19 01666e4c0597: Verifying Checksum 18:11:19 01666e4c0597: Download complete 18:11:19 df20fa9351a1: Pull complete 18:11:19 36b3adc4ff6f: Pull complete 18:11:19 8ad3a11d3b57: Verifying Checksum 18:11:19 8ad3a11d3b57: Download complete 18:11:20 8ad3a11d3b57: Pull complete 18:11:21 aa168da1d23b: Verifying Checksum 18:11:21 aa168da1d23b: Download complete 18:11:22 46f8f816bc3b: Pull complete 18:11:23 93b61091891f: Pull complete 18:11:23 93b9cdb0e59b: Pull complete 18:11:23 5e14af77c1be: Pull complete 18:11:23 01666e4c0597: Pull complete 18:11:31 aa168da1d23b: Pull complete 18:11:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:11:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:11:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:11:31 prd-centos7-docker-4c-2g-21245 does not seem to be running inside a container 18:11:32 $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:11:35 $ docker top 230d8fb204e5a99937ac3f182926f753eac074219144843249745e8cb15fcd41 -eo pid,comm [Pipeline] { [Pipeline] sh 18:11:36 + touch /tmp/pre-build-complete [Pipeline] sh 18:11:36 + mkdir -p /var/log/sa [Pipeline] sh 18:11:36 + ls /var/log/sa-host 18:11:36 + sadf -c /var/log/sa-host/sa19 18:11:36 file_magic: OK 18:11:36 HZ: Using current value: 100 18:11:36 file_header: OK 18:11:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:11:36 Statistics: 18:11:36 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... 18:11:36 File successfully converted to sysstat format version 12.2.1 18:11:36 + sadf -c /var/log/sa-host/sa23 18:11:36 file_magic: OK 18:11:36 HZ: Using current value: 100 18:11:36 file_header: OK 18:11:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:11:36 Statistics: 18:11:36 Hnuu...uuuununununu... 18:11:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:11:37 provisioning config files... 18:11:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config3417749795275058693tmp [Pipeline] { [Pipeline] echo 18:11:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:11:37 ---> create-netrc.sh [Pipeline] } 18:11:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:11:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:11:38 ---> python-tools-install.sh [Pipeline] echo 18:11:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:11:38 ---> sudo-logs.sh 18:11:38 Archiving 'sudo' log.. [Pipeline] echo 18:11:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:11:38 ---> job-cost.sh 18:11:38 lf-activate-venv: SKIPPING 18:11:38 INFO: No Stack... 18:11:39 INFO: Retrieving Pricing Info for: v1-standard-2 18:11:40 INFO: Archiving Costs [Pipeline] echo 18:11:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:11:40 ---> logs-deploy.sh 18:11:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/12 18:11:40 INFO: archiving workspace using pattern(s): 18:11:42 Archives upload complete. 18:11:42 INFO: archiving logs to Nexus 18:11:42 ---> uname -a: 18:11:42 Linux prd-centos7-docker-4c-2g-21245.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:11:42 18:11:42 18:11:42 ---> lscpu: 18:11:42 Architecture: x86_64 18:11:42 CPU op-mode(s): 32-bit, 64-bit 18:11:42 Byte Order: Little Endian 18:11:42 Address sizes: 40 bits physical, 48 bits virtual 18:11:42 CPU(s): 4 18:11:42 On-line CPU(s) list: 0-3 18:11:42 Thread(s) per core: 1 18:11:42 Core(s) per socket: 1 18:11:42 Socket(s): 4 18:11:42 NUMA node(s): 1 18:11:42 Vendor ID: GenuineIntel 18:11:42 CPU family: 6 18:11:42 Model: 44 18:11:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:11:42 Stepping: 1 18:11:42 CPU MHz: 2933.442 18:11:42 BogoMIPS: 5866.88 18:11:42 Virtualization: VT-x 18:11:42 Hypervisor vendor: KVM 18:11:42 Virtualization type: full 18:11:42 L1d cache: 128 KiB 18:11:42 L1i cache: 128 KiB 18:11:42 L2 cache: 16 MiB 18:11:42 L3 cache: 64 MiB 18:11:42 NUMA node0 CPU(s): 0-3 18:11:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:11:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:11:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:11:42 Vulnerability Meltdown: Mitigation; PTI 18:11:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:11:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:11:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:11:42 Vulnerability Srbds: Not affected 18:11:42 Vulnerability Tsx async abort: Not affected 18:11:42 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:11:42 18:11:42 18:11:42 ---> nproc: 18:11:42 4 18:11:42 18:11:42 18:11:42 ---> df -h: 18:11:42 Filesystem Size Used Available Use% Mounted on 18:11:42 overlay 50.0G 11.6G 38.4G 23% / 18:11:42 tmpfs 64.0M 0 64.0M 0% /dev 18:11:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:11:42 shm 64.0M 0 64.0M 0% /dev/shm 18:11:42 /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os 18:11:42 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf 18:11:42 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname 18:11:42 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts 18:11:42 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log 18:11:42 /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json 18:11:42 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host 18:11:42 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure 18:11:42 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/12 18:11:42 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/12@tmp 18:11:42 18:11:42 18:11:42 ---> free -m: 18:11:42 total used free shared buff/cache available 18:11:42 Mem: 1837 724 150 0 963 1030 18:11:42 Swap: 1023 67 956 18:11:42 18:11:42 18:11:42 ---> ip addr: 18:11:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:11:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:11:42 inet 127.0.0.1/8 scope host lo 18:11:42 valid_lft forever preferred_lft forever 18:11:42 inet6 ::1/128 scope host 18:11:42 valid_lft forever preferred_lft forever 18:11:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:11:42 link/ether fa:16:3e:cf:e1:4b brd ff:ff:ff:ff:ff:ff 18:11:42 inet 10.30.122.85/23 brd 10.30.123.255 scope global dynamic eth0 18:11:42 valid_lft 85160sec preferred_lft 85160sec 18:11:42 inet6 fe80::f816:3eff:fecf:e14b/64 scope link 18:11:42 valid_lft forever preferred_lft forever 18:11:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:11:42 link/ether 02:42:a4:61:e1:a9 brd ff:ff:ff:ff:ff:ff 18:11:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:11:42 valid_lft forever preferred_lft forever 18:11:42 inet6 fe80::42:a4ff:fe61:e1a9/64 scope link 18:11:42 valid_lft forever preferred_lft forever 18:11:42 18:11:42 18:11:42 ---> sar -b -r -n DEV: 18:11:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 18:11:42 18:11:42 17:50:50 LINUX RESTART (4 CPU) 18:11:42 18:11:42 17:52:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:11:42 17:53:01 160.78 78.67 82.11 0.00 10201.00 36791.38 0.00 18:11:42 17:54:01 281.17 121.46 159.71 0.00 5033.17 27406.45 0.00 18:11:42 17:55:01 200.93 88.00 112.93 0.00 3169.52 13054.69 0.00 18:11:42 17:56:02 272.21 106.20 166.01 0.00 23918.04 95150.83 0.00 18:11:42 17:57:01 3231.65 2839.69 391.96 0.00 208967.46 223895.67 0.00 18:11:42 17:58:02 538.16 263.89 274.27 0.00 70932.12 96213.76 0.00 18:11:42 17:59:02 2639.06 2299.36 339.70 0.00 157353.62 166070.53 0.00 18:11:42 18:00:01 268.48 26.39 242.10 0.00 4272.85 38600.29 0.00 18:11:42 18:01:01 21.31 10.12 11.19 0.00 2824.38 325.87 0.00 18:11:42 18:02:01 1.10 0.82 0.28 0.00 39.68 5.49 0.00 18:11:42 18:03:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 18:11:42 18:04:01 0.18 0.00 0.18 0.00 0.00 1.78 0.00 18:11:42 18:05:01 0.28 0.05 0.23 0.00 0.53 2.23 0.00 18:11:42 18:06:01 0.45 0.17 0.28 0.00 7.19 3.36 0.00 18:11:42 18:07:01 2.13 1.35 0.78 0.00 48.77 14.97 0.00 18:11:42 18:08:01 0.23 0.03 0.20 0.00 0.40 2.12 0.00 18:11:42 18:09:01 0.23 0.02 0.22 0.00 0.13 2.07 0.00 18:11:42 18:10:01 0.67 0.02 0.65 0.00 0.27 7.63 0.00 18:11:42 18:11:01 0.18 0.00 0.18 0.00 0.00 1.53 0.00 18:11:42 Average: 398.25 304.59 93.66 0.00 25502.69 36619.33 0.00 18:11:42 18:11:42 17:52:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:11:42 17:53:01 65844 0 707656 37.61 2244 1105800 1542688 52.65 727124 877628 14704 18:11:42 17:54:01 185704 0 769540 40.90 1492 924808 1641284 56.01 583344 841636 46488 18:11:42 17:55:01 279248 0 785732 41.76 632 815932 1805404 61.62 616608 698124 63860 18:11:42 17:56:02 70692 0 850696 45.21 0 960156 2247612 76.71 764300 822300 79900 18:11:42 17:57:01 202420 0 690200 36.68 0 988924 1349456 46.05 654164 798456 32 18:11:42 17:58:02 52412 0 748312 39.77 0 1080820 1744600 59.54 784656 820464 99840 18:11:42 17:59:02 227104 0 1193604 63.44 0 460836 3299704 112.61 904168 503480 22712 18:11:42 18:00:01 153636 0 686932 36.51 0 1040976 1342444 45.82 570784 907024 956 18:11:42 18:01:01 142044 0 641020 34.07 0 1098480 1183216 40.38 547068 946200 12 18:11:42 18:02:01 142844 0 639048 33.96 0 1099652 1164000 39.73 546388 946736 16 18:11:42 18:03:01 142936 0 638948 33.96 0 1099660 1164024 39.73 546416 946740 16 18:11:42 18:04:01 143432 0 638444 33.93 0 1099668 1163892 39.72 545800 946740 12 18:11:42 18:05:01 142700 0 639176 33.97 0 1099668 1164000 39.73 546136 946748 8 18:11:42 18:06:01 143164 0 638512 33.94 0 1099868 1164340 39.74 545932 946884 8 18:11:42 18:07:01 141432 0 639444 33.99 0 1100668 1163964 39.72 545832 947672 8 18:11:42 18:08:01 141916 0 638952 33.96 0 1100676 1163892 39.72 545764 947684 8 18:11:42 18:09:01 141824 0 639040 33.96 0 1100680 1163892 39.72 545784 947684 8 18:11:42 18:10:01 141956 0 638904 33.96 0 1100684 1163892 39.72 545664 947688 8 18:11:42 18:11:01 142080 0 638760 33.95 0 1100704 1163892 39.72 545796 947696 8 18:11:42 Average: 147547 0 708575 37.66 230 1025193 1462958 49.93 611144 878294 17295 18:11:42 18:11:42 17:52:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:11:42 17:53:01 eth0 1205.42 1438.60 5839.24 157.60 0.00 0.00 0.00 0.00 18:11:42 17:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 17:53:01 docker0 1068.84 766.47 80.16 2668.81 0.00 0.00 0.00 0.00 18:11:42 17:54:01 vethb2bdd8e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 18:11:42 17:54:01 eth0 219.61 166.25 860.79 25.12 0.00 0.00 0.00 0.00 18:11:42 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 17:54:01 docker0 145.67 184.35 10.26 829.16 0.00 0.00 0.00 0.00 18:11:42 17:55:01 vethb2bdd8e 0.33 0.35 0.03 0.03 0.00 0.00 0.00 0.00 18:11:42 17:55:01 eth0 34.33 21.88 22.75 78.02 0.00 0.00 0.00 0.00 18:11:42 17:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 17:55:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 18:11:42 17:56:02 veth84e39ac 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:11:42 17:56:02 eth0 233.46 182.78 1698.37 71.33 0.00 0.00 0.00 0.00 18:11:42 17:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 17:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 17:57:01 veth84e39ac 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 18:11:42 17:57:01 eth0 53.93 40.28 164.99 10.86 0.00 0.00 0.00 0.00 18:11:42 17:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 17:57:01 docker0 30.05 34.66 2.00 149.22 0.00 0.00 0.00 0.00 18:11:42 17:58:02 veth84e39ac 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 17:58:02 eth0 37.30 20.93 104.40 11.77 0.00 0.00 0.00 0.00 18:11:42 17:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 17:58:02 docker0 3.14 6.58 0.17 38.01 0.00 0.00 0.00 0.00 18:11:42 17:59:02 veth84e39ac 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 18:11:42 17:59:02 veth269c285 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:11:42 17:59:02 vetheb3c1bd 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 18:11:42 17:59:02 eth0 73.61 50.67 146.81 88.87 0.00 0.00 0.00 0.00 18:11:42 18:00:01 veth84e39ac 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 18:11:42 18:00:01 eth0 271.28 184.16 1768.50 86.53 0.00 0.00 0.00 0.00 18:11:42 18:00:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:11:42 18:00:01 docker0 1312.02 1110.88 96.78 4358.84 0.00 0.00 0.00 0.00 18:11:42 18:01:01 eth0 6.11 3.63 5.47 2.23 0.00 0.00 0.00 0.00 18:11:42 18:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:02:01 eth0 1.23 0.42 0.46 0.27 0.00 0.00 0.00 0.00 18:11:42 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:03:01 eth0 1.52 0.62 0.62 0.40 0.00 0.00 0.00 0.00 18:11:42 18:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:04:01 eth0 0.67 0.08 0.07 0.01 0.00 0.00 0.00 0.00 18:11:42 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:05:01 eth0 0.55 0.30 0.27 0.20 0.00 0.00 0.00 0.00 18:11:42 18:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:06:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:11:42 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:07:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 18:11:42 18:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:08:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:11:42 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:09:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:10:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 18:11:42 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:11:01 eth0 0.15 0.05 0.01 0.00 0.00 0.00 0.00 0.00 18:11:42 18:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 Average: eth0 112.56 111.11 558.21 28.00 0.00 0.00 0.00 0.00 18:11:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:11:42 Average: docker0 67.96 57.54 5.01 225.79 0.00 0.00 0.00 0.00 18:11:42 18:11:42 18:11:42 ---> sar -P ALL: 18:11:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 18:11:42 18:11:42 17:50:50 LINUX RESTART (4 CPU) 18:11:42 18:11:42 17:52:01 CPU %user %nice %system %iowait %steal %idle 18:11:42 17:53:01 all 14.15 0.00 6.18 1.67 0.18 77.81 18:11:42 17:53:01 0 12.67 0.00 7.00 2.52 0.17 77.64 18:11:42 17:53:01 1 14.40 0.00 5.31 1.39 0.22 78.68 18:11:42 17:53:01 2 12.87 0.00 6.21 2.14 0.19 78.58 18:11:42 17:53:01 3 16.63 0.00 6.22 0.65 0.15 76.35 18:11:42 17:54:01 all 12.76 0.00 6.33 5.70 0.11 75.09 18:11:42 17:54:01 0 13.00 0.00 5.87 5.94 0.17 75.01 18:11:42 17:54:01 1 13.60 0.00 6.95 5.13 0.07 74.26 18:11:42 17:54:01 2 11.70 0.00 6.11 6.04 0.09 76.06 18:11:42 17:54:01 3 12.73 0.00 6.40 5.72 0.12 75.04 18:11:42 17:55:01 all 64.41 0.00 13.15 5.46 0.07 16.91 18:11:42 17:55:01 0 64.48 0.00 13.17 5.69 0.07 16.60 18:11:42 17:55:01 1 65.00 0.00 13.07 5.20 0.07 16.66 18:11:42 17:55:01 2 64.15 0.00 12.95 5.59 0.07 17.23 18:11:42 17:55:01 3 64.01 0.00 13.43 5.35 0.05 17.17 18:11:42 17:56:02 all 26.90 0.00 11.72 7.54 0.04 53.79 18:11:42 17:56:02 0 25.20 0.00 11.09 8.08 0.05 55.59 18:11:42 17:56:02 1 27.43 0.00 11.99 5.55 0.03 54.99 18:11:42 17:56:02 2 26.58 0.00 12.37 10.22 0.03 50.79 18:11:42 17:56:02 3 28.41 0.00 11.43 6.31 0.03 53.81 18:11:42 17:57:01 all 23.04 0.00 21.96 29.78 0.11 25.11 18:11:42 17:57:01 0 21.74 0.00 22.26 28.72 0.12 27.15 18:11:42 17:57:01 1 23.28 0.00 21.83 30.49 0.07 24.33 18:11:42 17:57:01 2 22.68 0.00 21.83 31.54 0.12 23.83 18:11:42 17:57:01 3 24.47 0.00 21.94 28.38 0.11 25.11 18:11:42 17:58:02 all 47.52 0.00 15.28 19.40 0.04 17.75 18:11:42 17:58:02 0 47.02 0.00 14.74 20.49 0.05 17.70 18:11:42 17:58:02 1 47.08 0.00 16.67 20.17 0.03 16.04 18:11:42 17:58:02 2 47.73 0.00 15.53 17.05 0.03 19.65 18:11:42 17:58:02 3 48.27 0.00 14.18 19.92 0.05 17.58 18:11:42 17:59:02 all 26.48 0.00 18.13 27.58 0.08 27.72 18:11:42 17:59:02 0 26.02 0.00 16.99 28.32 0.09 28.58 18:11:42 17:59:02 1 27.19 0.00 17.70 27.67 0.05 27.39 18:11:42 17:59:02 2 26.71 0.00 18.41 27.61 0.12 27.14 18:11:42 17:59:02 3 25.97 0.00 19.45 26.72 0.07 27.79 18:11:42 18:00:01 all 31.98 0.00 10.36 12.58 0.04 45.03 18:11:42 18:00:01 0 33.40 0.00 10.43 12.28 0.04 43.86 18:11:42 18:00:01 1 29.73 0.00 10.31 15.33 0.05 44.58 18:11:42 18:00:01 2 33.45 0.00 10.89 9.64 0.05 45.96 18:11:42 18:00:01 3 31.33 0.00 9.82 13.10 0.04 45.72 18:11:42 18:01:01 all 0.49 0.00 0.52 0.25 0.00 98.74 18:11:42 18:01:01 0 0.32 0.00 0.43 0.27 0.02 98.97 18:11:42 18:01:01 1 0.35 0.00 0.63 0.05 0.00 98.97 18:11:42 18:01:01 2 0.42 0.00 0.43 0.37 0.00 98.78 18:11:42 18:01:01 3 0.88 0.00 0.57 0.32 0.00 98.24 18:11:42 18:02:01 all 0.16 0.00 0.04 0.01 0.00 99.79 18:11:42 18:02:01 0 0.07 0.00 0.07 0.02 0.00 99.85 18:11:42 18:02:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:11:42 18:02:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:11:42 18:02:01 3 0.52 0.00 0.05 0.02 0.00 99.42 18:11:42 18:03:01 all 0.16 0.00 0.03 0.00 0.00 99.82 18:11:42 18:03:01 0 0.05 0.00 0.05 0.00 0.00 99.90 18:11:42 18:03:01 1 0.50 0.00 0.02 0.00 0.00 99.48 18:11:42 18:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:11:42 18:03:01 3 0.05 0.00 0.02 0.00 0.00 99.93 18:11:42 18:11:42 18:03:01 CPU %user %nice %system %iowait %steal %idle 18:11:42 18:04:01 all 0.11 0.00 0.03 0.00 0.00 99.86 18:11:42 18:04:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:11:42 18:04:01 1 0.33 0.00 0.05 0.00 0.00 99.62 18:11:42 18:04:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:11:42 18:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:11:42 18:05:01 all 0.04 0.00 0.03 0.00 0.00 99.93 18:11:42 18:05:01 0 0.07 0.00 0.03 0.00 0.00 99.90 18:11:42 18:05:01 1 0.02 0.00 0.02 0.02 0.00 99.95 18:11:42 18:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:11:42 18:05:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:11:42 18:06:01 all 0.09 0.00 0.03 0.00 0.00 99.87 18:11:42 18:06:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:11:42 18:06:01 1 0.30 0.00 0.05 0.00 0.00 99.65 18:11:42 18:06:01 2 0.05 0.00 0.03 0.02 0.02 99.88 18:11:42 18:06:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:11:42 18:07:01 all 0.16 0.00 0.03 0.02 0.00 99.79 18:11:42 18:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:11:42 18:07:01 1 0.53 0.00 0.02 0.00 0.00 99.45 18:11:42 18:07:01 2 0.03 0.00 0.05 0.07 0.00 99.85 18:11:42 18:07:01 3 0.05 0.00 0.03 0.00 0.02 99.90 18:11:42 18:08:01 all 0.15 0.00 0.02 0.00 0.00 99.82 18:11:42 18:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:11:42 18:08:01 1 0.53 0.00 0.02 0.00 0.00 99.45 18:11:42 18:08:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:11:42 18:08:01 3 0.05 0.00 0.03 0.00 0.00 99.92 18:11:42 18:09:01 all 0.15 0.00 0.02 0.00 0.00 99.83 18:11:42 18:09:01 0 0.02 0.00 0.02 0.02 0.00 99.95 18:11:42 18:09:01 1 0.52 0.00 0.02 0.00 0.00 99.47 18:11:42 18:09:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:11:42 18:09:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:11:42 18:10:01 all 0.15 0.00 0.01 0.00 0.00 99.84 18:11:42 18:10:01 0 0.03 0.00 0.00 0.00 0.00 99.97 18:11:42 18:10:01 1 0.52 0.00 0.02 0.00 0.00 99.47 18:11:42 18:10:01 2 0.00 0.00 0.02 0.00 0.00 99.98 18:11:42 18:10:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:11:42 18:11:01 all 0.16 0.00 0.02 0.00 0.00 99.83 18:11:42 18:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:11:42 18:11:01 1 0.53 0.00 0.02 0.00 0.00 99.45 18:11:42 18:11:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:11:42 18:11:01 3 0.05 0.00 0.02 0.00 0.00 99.93 18:11:42 Average: all 12.82 0.00 5.33 5.62 0.04 76.19 18:11:42 Average: 0 12.62 0.00 5.26 5.76 0.04 76.32 18:11:42 Average: 1 12.96 0.00 5.37 5.67 0.03 75.97 18:11:42 Average: 2 12.70 0.00 5.39 5.64 0.04 76.24 18:11:42 Average: 3 13.03 0.00 5.29 5.41 0.03 76.24 18:11:42 18:11:42 18:11:42