Pull request #2964 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf+68a8f910767166238b38b7946bcb5bba3869a893 (3af9efce01c592cf48bd65612aa8cf2b7d74c8ef) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-18140 in /w/workspace/edgexfoundry_edgex-go_PR-2964 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf > 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/2964/head:refs/remotes/origin/PR-2964 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf # timeout=10 Merge succeeded, producing 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf Checking out Revision 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf (PR-2964) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf # timeout=10 Commit message: "feat(data): Implement GET /reading/start/{start}/end/{end} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:26:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:26:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:26:03 ========================================================= 06:26:03 EdgeX Global Pipelines Version Info 06:26:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5c5702846e24ba6345692a16b2a526b8b34a0b93 # timeout=10 06:26:05 ------------------- 06:26:05 stable info: 06:26:05 ------------------- 06:26:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:26:05 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:26:05 Message: update stable to v1.0.173 06:26:05 ------------------- 06:26:05 experimental info: 06:26:05 ------------------- 06:26:05 Commited By: **** collab-it+edgex@linuxfoundation.org 06:26:05 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 06:26:05 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:26:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:26:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:26:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:26:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:26:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:26:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:26:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:26:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:26:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:26:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:26:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:26:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:26:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:26:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:26:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:26:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:26:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:26:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:26:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:26:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:26:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:26:08 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:26:08 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:26:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2964 [Pipeline] echo 06:26:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2964 [Pipeline] echo 06:26:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2964 [Pipeline] echo 06:26:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [Pipeline] echo 06:26:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 716bbf5 [Pipeline] echo 06:26:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:26:09 provisioning config files... 06:26:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8729825453153686445tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:26:09 ---> docker-login.sh 06:26:09 nexus3.edgexfoundry.org:10001 06:26:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:26:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:26:09 Configure a credential helper to remove this warning. See 06:26:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:26:09 06:26:09 Login Succeeded 06:26:09 nexus3.edgexfoundry.org:10002 06:26:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:26:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:26:09 Configure a credential helper to remove this warning. See 06:26:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:26:09 06:26:09 Login Succeeded 06:26:09 nexus3.edgexfoundry.org:10003 06:26:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:26:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:26:10 Configure a credential helper to remove this warning. See 06:26:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:26:10 06:26:10 Login Succeeded 06:26:10 nexus3.edgexfoundry.org:10004 06:26:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:26:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:26:10 Configure a credential helper to remove this warning. See 06:26:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:26:10 06:26:10 Login Succeeded 06:26:10 docker.io 06:26:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:26:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:26:11 Configure a credential helper to remove this warning. See 06:26:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:26:11 06:26:11 Login Succeeded 06:26:11 ---> docker-login.sh ends [Pipeline] } 06:26:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:26:11 ++ 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 06:26:11 + for file in '`ls cmd/**/Dockerfile`' 06:26:11 ++ dirname cmd/core-command/Dockerfile 06:26:11 ++ cut -d/ -f2 06:26:11 + echo core-command,cmd/core-command/Dockerfile 06:26:11 + for file in '`ls cmd/**/Dockerfile`' 06:26:11 ++ dirname cmd/core-data/Dockerfile 06:26:11 ++ cut -d/ -f2 06:26:11 + echo core-data,cmd/core-data/Dockerfile 06:26:11 + for file in '`ls cmd/**/Dockerfile`' 06:26:11 ++ dirname cmd/core-metadata/Dockerfile 06:26:11 ++ cut -d/ -f2 06:26:11 + echo core-metadata,cmd/core-metadata/Dockerfile 06:26:11 + for file in '`ls cmd/**/Dockerfile`' 06:26:11 ++ dirname cmd/security-bootstrap-redis/Dockerfile 06:26:11 ++ cut -d/ -f2 06:26:11 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 06:26:11 + for file in '`ls cmd/**/Dockerfile`' 06:26:11 ++ dirname cmd/security-proxy-setup/Dockerfile 06:26:11 ++ cut -d/ -f2 06:26:11 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:26:11 + for file in '`ls cmd/**/Dockerfile`' 06:26:11 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:26:11 ++ cut -d/ -f2 06:26:11 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:26:11 + for file in '`ls cmd/**/Dockerfile`' 06:26:11 ++ dirname cmd/support-notifications/Dockerfile 06:26:11 ++ cut -d/ -f2 06:26:11 + echo support-notifications,cmd/support-notifications/Dockerfile 06:26:11 + for file in '`ls cmd/**/Dockerfile`' 06:26:11 ++ dirname cmd/support-scheduler/Dockerfile 06:26:11 ++ cut -d/ -f2 06:26:11 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:26:11 + for file in '`ls cmd/**/Dockerfile`' 06:26:11 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:26:11 ++ cut -d/ -f2 06:26:11 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:26:11 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 06:26:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:26:12 06:26:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:26:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:26:13 latest: Pulling from edgex-devops/git-semver 06:26:13 31603596830f: Pulling fs layer 06:26:13 2a8b12db71e7: Pulling fs layer 06:26:13 6ca5941a6612: Pulling fs layer 06:26:13 ecc8261a40a4: Pulling fs layer 06:26:13 ecc8261a40a4: Waiting 06:26:13 2a8b12db71e7: Verifying Checksum 06:26:13 2a8b12db71e7: Download complete 06:26:13 31603596830f: Verifying Checksum 06:26:13 31603596830f: Download complete 06:26:13 ecc8261a40a4: Verifying Checksum 06:26:13 ecc8261a40a4: Download complete 06:26:13 6ca5941a6612: Verifying Checksum 06:26:13 6ca5941a6612: Download complete 06:26:13 31603596830f: Pull complete 06:26:13 2a8b12db71e7: Pull complete 06:26:14 6ca5941a6612: Pull complete 06:26:14 ecc8261a40a4: Pull complete 06:26:14 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:26:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:26:14 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:26:15 prd-centos7-docker-4c-2g-18140 does not seem to be running inside a container 06:26:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:26:17 $ docker top e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:26:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:26:18 [ssh-agent] Looking for ssh-agent implementation... 06:26:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:26:18 $ docker exec e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf ssh-agent 06:26:18 SSH_AUTH_SOCK=/tmp/ssh-DjnarHnIdsq1/agent.12 06:26:18 SSH_AGENT_PID=17 06:26:18 Running ssh-add (command line suppressed) 06:26:18 Identity added: /w/workspace/edgex-go/7@tmp/private_key_8983541784063360969.key (/w/workspace/edgex-go/7@tmp/private_key_8983541784063360969.key) 06:26:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:26:19 + git tag --points-at HEAD [Pipeline] } 06:26:19 $ docker exec --env ******** --env ******** e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf ssh-agent -k 06:26:19 unset SSH_AUTH_SOCK; 06:26:19 unset SSH_AGENT_PID; 06:26:19 echo Agent pid 17 killed; 06:26:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:26:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:26:19 [ssh-agent] Looking for ssh-agent implementation... 06:26:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:26:19 $ docker exec e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf ssh-agent 06:26:19 SSH_AUTH_SOCK=/tmp/ssh-VGdGRvlVLbTZ/agent.47 06:26:19 SSH_AGENT_PID=53 06:26:19 Running ssh-add (command line suppressed) 06:26:19 Identity added: /w/workspace/edgex-go/7@tmp/private_key_8828377706520032290.key (/w/workspace/edgex-go/7@tmp/private_key_8828377706520032290.key) 06:26:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:26:20 + git semver init 06:26:20 # -> Open(): unable to determine branch for HEAD 06:26:20 # $GIT_DIR = /w/workspace/edgex-go/7/.git 06:26:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 06:26:20 # $SEMVER_REMOTE_NAME = origin 06:26:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:26:20 # $SEMVER_USER_NAME = edgex-jenkins 06:26:20 # $SEMVER_BRANCH = PR-2964 06:26:20 # $SEMVER_TEMP = /tmp/semver-463652214 06:26:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:26:38 # '/tmp/semver-463652214' -> '/w/workspace/edgex-go/7/.semver' 06:26:38 # -> Force: false 06:26:38 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 06:26:38 $ docker exec --env ******** --env ******** e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf ssh-agent -k 06:26:38 unset SSH_AUTH_SOCK; 06:26:38 unset SSH_AGENT_PID; 06:26:38 echo Agent pid 53 killed; 06:26:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:26:39 + git semver [Pipeline] } 06:26:39 $ docker stop --time=1 e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf 06:26:40 $ docker rm -f e8e40fdb9d788655ab1111038da67dea232b2453d1e02d058ffcf5d445f32baf [Pipeline] // withDockerContainer [Pipeline] sh 06:26:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:26:41 Stashed 1 file(s) [Pipeline] echo 06:26:41 [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 06:26:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:26:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:26:43 + sudo service docker restart 06:26:43 + true 06:26:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:26:44 ========================================================= 06:26:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:26:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:26:44 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:26:47 Sending build context to Docker daemon 326.3MB 06:26:47 Step 1/7 : ARG BASE=golang:1.15-alpine 06:26:47 Step 2/7 : FROM ${BASE} 06:26:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:26:47 188c0c94c7c5: Pulling fs layer 06:26:47 0ef7d3d256c8: Pulling fs layer 06:26:47 de9db76c5a1d: Pulling fs layer 06:26:47 bca2f99d35d6: Pulling fs layer 06:26:47 93359f2a8cfa: Pulling fs layer 06:26:47 7c6f9722023f: Pulling fs layer 06:26:47 a35cf1a2eb13: Pulling fs layer 06:26:47 93359f2a8cfa: Waiting 06:26:47 7c6f9722023f: Waiting 06:26:47 a35cf1a2eb13: Waiting 06:26:47 bca2f99d35d6: Waiting 06:26:47 de9db76c5a1d: Verifying Checksum 06:26:47 de9db76c5a1d: Download complete 06:26:47 0ef7d3d256c8: Download complete 06:26:47 93359f2a8cfa: Verifying Checksum 06:26:47 93359f2a8cfa: Download complete 06:26:47 188c0c94c7c5: Verifying Checksum 06:26:47 188c0c94c7c5: Download complete 06:26:47 7c6f9722023f: Verifying Checksum 06:26:47 7c6f9722023f: Download complete 06:26:47 188c0c94c7c5: Pull complete 06:26:48 0ef7d3d256c8: Pull complete 06:26:48 de9db76c5a1d: Pull complete 06:26:49 a35cf1a2eb13: Verifying Checksum 06:26:49 a35cf1a2eb13: Download complete 06:26:49 bca2f99d35d6: Verifying Checksum 06:26:49 bca2f99d35d6: Download complete 06:26:55 bca2f99d35d6: Pull complete 06:26:55 93359f2a8cfa: Pull complete 06:26:55 7c6f9722023f: Pull complete 06:26:57 Still waiting to schedule task 06:26:57 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:26:59 a35cf1a2eb13: Pull complete 06:26:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:26:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:26:59 ---> a62c8e92a672 06:26:59 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 06:26:59 ---> Running in 71eccf35d1c5 06:27:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:01 (1/12) Installing libmagic (5.38-r0) 06:27:01 (2/12) Installing file (5.38-r0) 06:27:02 (3/12) Installing libc-dev (0.7.2-r3) 06:27:02 (4/12) Installing g++ (9.3.0-r2) 06:27:10 (5/12) Installing fortify-headers (1.1-r0) 06:27:10 (6/12) Installing patch (2.7.6-r6) 06:27:10 (7/12) Installing build-base (0.5-r2) 06:27:10 (8/12) Installing libsodium (1.0.18-r0) 06:27:10 (9/12) Installing pkgconf (1.7.2-r0) 06:27:10 (10/12) Installing libsodium-dev (1.0.18-r0) 06:27:10 (11/12) Installing libzmq (4.3.3-r0) 06:27:10 (12/12) Installing zeromq-dev (4.3.3-r0) 06:27:10 Executing busybox-1.31.1-r19.trigger 06:27:10 OK: 233 MiB in 51 packages 06:27:14 Removing intermediate container 71eccf35d1c5 06:27:14 ---> 2e74e247f2ca 06:27:14 Step 4/7 : WORKDIR /edgex-go 06:27:14 ---> Running in 11bd0feadf52 06:27:14 Removing intermediate container 11bd0feadf52 06:27:14 ---> 1c082beafbcc 06:27:14 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:27:15 latest: Pulling from library/docker 06:27:15 801bfaa63ef2: Pulling fs layer 06:27:15 4f7dc993c79e: Pulling fs layer 06:27:15 d39d95e4997f: Pulling fs layer 06:27:15 1cda4b703d87: Pulling fs layer 06:27:15 54e5375350ea: Pulling fs layer 06:27:15 f08cd1b3bb1b: Pulling fs layer 06:27:15 8e17d04e0c68: Pulling fs layer 06:27:15 54e5375350ea: Waiting 06:27:15 f08cd1b3bb1b: Waiting 06:27:15 8e17d04e0c68: Waiting 06:27:15 1cda4b703d87: Waiting 06:27:15 d39d95e4997f: Verifying Checksum 06:27:15 d39d95e4997f: Download complete 06:27:15 4f7dc993c79e: Verifying Checksum 06:27:15 4f7dc993c79e: Download complete 06:27:15 801bfaa63ef2: Verifying Checksum 06:27:15 801bfaa63ef2: Download complete 06:27:15 54e5375350ea: Verifying Checksum 06:27:15 54e5375350ea: Download complete 06:27:15 f08cd1b3bb1b: Verifying Checksum 06:27:15 f08cd1b3bb1b: Download complete 06:27:15 8e17d04e0c68: Verifying Checksum 06:27:15 8e17d04e0c68: Download complete 06:27:16 801bfaa63ef2: Pull complete 06:27:16 4f7dc993c79e: Pull complete 06:27:16 1cda4b703d87: Retrying in 5 seconds 06:27:16 d39d95e4997f: Pull complete 06:27:17 1cda4b703d87: Retrying in 4 seconds 06:27:18 1cda4b703d87: Retrying in 3 seconds 06:27:19 1cda4b703d87: Retrying in 2 seconds 06:27:20 1cda4b703d87: Retrying in 1 second 06:27:21 1cda4b703d87: Verifying Checksum 06:27:21 1cda4b703d87: Download complete 06:27:24 1cda4b703d87: Pull complete 06:27:24 54e5375350ea: Pull complete 06:27:24 f08cd1b3bb1b: Pull complete 06:27:24 8e17d04e0c68: Pull complete 06:27:24 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 06:27:24 Status: Downloaded newer image for docker:latest 06:27:26 ---> d71da3acacdb 06:27:26 Step 6/7 : COPY go.mod . 06:27:26 ---> 9e615dc65b0c 06:27:26 Step 7/7 : RUN go mod download 06:27:26 ---> Running in 1584997b326d 06:27:48 Removing intermediate container 1584997b326d 06:27:48 ---> 320f3bd694ae 06:27:48 Successfully built 320f3bd694ae 06:27:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:27:49 + docker inspect -f . ci-base-image-x86_64 06:27:49 . [Pipeline] withDockerContainer 06:27:49 prd-centos7-docker-4c-2g-18140 does not seem to be running inside a container 06:27:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:27:49 $ docker top 09bdaea3117e582d0552194b88a0fa9d51082c77139310ec71728498b4f5d5fd -eo pid,comm [Pipeline] { [Pipeline] sh 06:27:50 + go version 06:27:50 go version go1.15.5 linux/amd64 [Pipeline] } 06:27:50 $ docker stop --time=1 09bdaea3117e582d0552194b88a0fa9d51082c77139310ec71728498b4f5d5fd 06:27:51 $ docker rm -f 09bdaea3117e582d0552194b88a0fa9d51082c77139310ec71728498b4f5d5fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:27:52 + docker inspect -f . ci-base-image-x86_64 06:27:52 . [Pipeline] withDockerContainer 06:27:52 prd-centos7-docker-4c-2g-18140 does not seem to be running inside a container 06:27:52 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:27:53 $ docker top 77fee9af01b5614e262da5be51e60717c52d93494dba4f7c0887d2b8f4e80e4a -eo pid,comm [Pipeline] { [Pipeline] echo 06:27:53 ========================================================= 06:27:53 [edgeXBuildGoParallel] Running Tests and Build... 06:27:53 ========================================================= [Pipeline] sh 06:27:54 + make test 06:27:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:28:02 ? github.com/edgexfoundry/edgex-go [no test files] 06:28:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:28:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:28:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:28:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:28:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:28:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:28:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:28:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:28:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:28:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:28:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:28:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:28:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:28:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.073s coverage: 46.6% of statements 06:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:28:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:28:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.0% of statements 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:28:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:28:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:28:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.389s coverage: 75.7% of statements 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:28:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.108s coverage: 82.9% of statements 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:28:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:28:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.358s coverage: 28.6% of statements 06:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:28:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 06:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:28:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 06:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:28:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements 06:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:28:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.092s coverage: 97.5% of statements 06:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:28:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 78.3% of statements 06:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:28:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:28:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.380s coverage: 93.8% of statements 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:28:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:28:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:28:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:28:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements 06:28:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.8% of statements 06:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements 06:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.2% of statements 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.214s coverage: 63.5% of statements 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:28:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.060s coverage: 91.3% of statements 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 06:28:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 06:28:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements 06:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.335s coverage: 55.9% of statements 06:28:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:28:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:28:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:28:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:28:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements 06:28:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:28:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.301s coverage: 84.0% of statements 06:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements 06:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.101s coverage: 47.1% of statements 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.713s coverage: 29.1% of statements 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:28:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:28:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:28:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:28:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 06:28:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:28:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:28:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 06:28:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 06:28:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 06:28:45 GO111MODULE=on go vet ./... 06:29:07 gofmt -l . 06:29:07 [ "`gofmt -l .`" = "" ] 06:29:07 ./bin/test-go-mod-tidy.sh 06:29:08 ./bin/test-attribution-txt.sh [Pipeline] sh 06:29:10 + ls -al . 06:29:10 total 636 06:29:10 drwxrwxr-x 10 1001 1001 4096 Jan 4 06:29 . 06:29:10 drwxr-xr-x 4 root root 28 Jan 4 06:27 .. 06:29:10 -rw-rw-r-- 1 1001 1001 11 Jan 4 06:25 .dockerignore 06:29:10 drwxrwxr-x 8 1001 1001 179 Jan 4 06:26 .git 06:29:10 drwxrwxr-x 3 1001 1001 125 Jan 4 06:25 .github 06:29:10 -rw-rw-r-- 1 1001 1001 824 Jan 4 06:25 .gitignore 06:29:10 drwx------ 3 1001 1001 47 Jan 4 06:26 .semver 06:29:10 -rw-rw-r-- 1 1001 1001 166 Jan 4 06:25 .sonarcloud.properties 06:29:10 -rw-rw-r-- 1 1001 1001 3804 Jan 4 06:25 CONTRIBUTING.md 06:29:10 -rw-rw-r-- 1 1001 1001 1035 Jan 4 06:25 Dockerfile.build 06:29:10 -rw-rw-r-- 1 1001 1001 863 Jan 4 06:25 Jenkinsfile 06:29:10 -rw-rw-r-- 1 1001 1001 10775 Jan 4 06:25 LICENSE 06:29:10 -rw-rw-r-- 1 1001 1001 5750 Jan 4 06:25 Makefile 06:29:10 -rw-rw-r-- 1 1001 1001 6511 Jan 4 06:25 README.md 06:29:10 -rw-rw-r-- 1 1001 1001 6744 Jan 4 06:25 SECURITY.md 06:29:10 -rw-rw-r-- 1 1001 1001 5 Jan 4 06:26 VERSION 06:29:10 -rw-rw-r-- 1 1001 1001 4131 Jan 4 06:25 ZMQWindows.md 06:29:10 drwxrwxr-x 2 1001 1001 117 Jan 4 06:25 bin 06:29:10 drwxrwxr-x 14 1001 1001 4096 Jan 4 06:25 cmd 06:29:10 -rw-r--r-- 1 root root 538204 Jan 4 06:28 coverage.out 06:29:10 -rw-r--r-- 1 root root 979 Jan 4 06:29 go.mod 06:29:10 -rw-r--r-- 1 root root 18739 Jan 4 06:29 go.sum 06:29:10 drwxrwxr-x 8 1001 1001 127 Jan 4 06:25 internal 06:29:10 drwxrwxr-x 4 1001 1001 26 Jan 4 06:25 openapi 06:29:10 drwxrwxr-x 4 1001 1001 71 Jan 4 06:25 snap 06:29:10 -rw-rw-r-- 1 1001 1001 168 Jan 4 06:25 version.go [Pipeline] sh 06:29:10 + '[' -e coverage.out ] 06:29:10 + chown 1001:1001 coverage.out [Pipeline] stash 06:29:10 Stashed 1 file(s) [Pipeline] sh 06:29:10 + make build 06:29:10 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 06:29:14 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 06:29:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:29:22 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 06:29:24 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 06:29:24 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 06:29:26 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 06:29:27 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 06:29:28 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 06:29:29 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 06:29:30 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 06:29:32 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] } 06:29:32 $ docker stop --time=1 77fee9af01b5614e262da5be51e60717c52d93494dba4f7c0887d2b8f4e80e4a 06:29:34 $ docker rm -f 77fee9af01b5614e262da5be51e60717c52d93494dba4f7c0887d2b8f4e80e4a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:29:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:29:36 06:29:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:29:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:29:36 latest: Pulling from edgex-devops/edgex-compose 06:29:36 cbdbe7a5bc2a: Pulling fs layer 06:29:36 ca9280d653b3: Pulling fs layer 06:29:36 7e9c9ca2126c: Pulling fs layer 06:29:37 cbdbe7a5bc2a: Verifying Checksum 06:29:37 cbdbe7a5bc2a: Pull complete 06:29:37 ca9280d653b3: Verifying Checksum 06:29:37 ca9280d653b3: Download complete 06:29:38 7e9c9ca2126c: Download complete 06:29:39 ca9280d653b3: Pull complete 06:29:44 7e9c9ca2126c: Pull complete 06:29:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:29:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:29:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:29:44 prd-centos7-docker-4c-2g-18140 does not seem to be running inside a container 06:29:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:29:47 $ docker top 9adcd4fd89a15d3888a43c4acb44853d511b5b2bf4170918be6375f985070a20 -eo pid,comm [Pipeline] { [Pipeline] sh 06:29:47 + docker-compose build --help 06:29:47 + grep parallel 06:29:48 --parallel Build images in parallel. [Pipeline] } 06:29:48 $ docker stop --time=1 9adcd4fd89a15d3888a43c4acb44853d511b5b2bf4170918be6375f985070a20 06:29:50 $ docker rm -f 9adcd4fd89a15d3888a43c4acb44853d511b5b2bf4170918be6375f985070a20 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:29:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:29:50 . [Pipeline] withDockerContainer 06:29:50 prd-centos7-docker-4c-2g-18140 does not seem to be running inside a container 06:29:51 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:29:51 $ docker top 4a2141f0a48e032dee8c81de78802d9b61a1e1c19d1389db901246ee338100d3 -eo pid,comm [Pipeline] { [Pipeline] sh 06:29:52 + docker-compose -f ./docker-compose-build.yml build --parallel 06:29:53 Building docker-core-command-go ... 06:29:53 Building docker-core-data-go ... 06:29:53 Building docker-core-metadata-go ... 06:29:53 Building docker-security-bootstrap-redis-go ... 06:29:53 Building docker-security-proxy-setup-go ... 06:29:53 Building docker-security-secretstore-setup-go ... 06:29:53 Building docker-support-notifications-go ... 06:29:53 Building docker-support-scheduler-go ... 06:29:53 Building docker-sys-mgmt-agent-go ... 06:29:53 Building docker-security-proxy-setup-go 06:29:53 Building docker-security-secretstore-setup-go 06:29:53 Building docker-support-scheduler-go 06:29:53 Building docker-core-metadata-go 06:29:53 Building docker-core-command-go 06:29:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18142 in /w/workspace/edgexfoundry_edgex-go_PR-2964 [Pipeline] { [Pipeline] ws 06:29:56 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 06:30:02 using credential edgex-jenkins-ssh 06:30:02 Cloning the remote Git repository 06:30:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:30:02 > git init /w/workspace/edgex-go/7 # timeout=10 06:30:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:30:02 > git --version # timeout=10 06:30:02 > git --version # 'git version 2.17.1' 06:30:02 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:30:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:30:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:30:25 ---> 320f3bd694ae 06:30:25 Step 3/21 : WORKDIR /edgex-go 06:30:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:30:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:30:25 ---> 320f3bd694ae 06:30:25 Step 3/24 : WORKDIR /edgex-go 06:30:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:30:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:30:25 ---> 320f3bd694ae 06:30:25 Step 3/22 : WORKDIR /edgex-go 06:30:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:30:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:30:25 ---> 320f3bd694ae 06:30:25 Step 3/22 : WORKDIR /edgex-go 06:30:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:30:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:30:25 ---> 320f3bd694ae 06:30:25 Step 3/21 : WORKDIR /edgex-go 06:30:25 ---> Running in 1fadce9aea7a 06:30:25 ---> Running in 7a432a510c27 06:30:25 ---> Running in d119b4796418 06:30:25 ---> Running in 5f353f784520 06:30:25 ---> Running in fb423f051151 06:30:25 Removing intermediate container d119b4796418 06:30:25 ---> 89cc7300df4d 06:30:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:30:25 Removing intermediate container fb423f051151 06:30:25 ---> 25d77d31b348 06:30:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:30:25 Removing intermediate container 5f353f784520 06:30:25 ---> e03d7aaa8994 06:30:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:30:25 Removing intermediate container 1fadce9aea7a 06:30:25 ---> 36409f091efc 06:30:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:30:25 Removing intermediate container 7a432a510c27 06:30:25 ---> 5575e5320fa4 06:30:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:30:25 ---> Running in 713036a3f834 06:30:25 ---> Running in 774c4fc82bd5 06:30:25 ---> Running in e3632ebff8b8 06:30:25 ---> Running in 698f04fcd012 06:30:25 ---> Running in 424e4aeb80d7 06:30:25 Removing intermediate container e3632ebff8b8 06:30:25 ---> d59202642c4b 06:30:25 Step 5/24 : RUN apk update && apk add make git 06:30:26 ---> Running in 9d5162d481e3 06:30:26 Removing intermediate container 713036a3f834 06:30:26 ---> 8683e9942ae1 06:30:26 Step 5/22 : RUN apk update && apk add make git 06:30:26 Removing intermediate container 774c4fc82bd5 06:30:26 ---> 604021f8bd71 06:30:26 Step 5/21 : RUN apk update && apk add make git 06:30:26 Removing intermediate container 424e4aeb80d7 06:30:26 ---> 9b53331c9a8f 06:30:26 Step 5/22 : RUN apk update && apk add make git 06:30:26 ---> Running in 7a3d67e26b36 06:30:26 ---> Running in dd5f21193b2e 06:30:26 Removing intermediate container 698f04fcd012 06:30:26 ---> a9318e87b791 06:30:26 Step 5/21 : RUN apk update && apk add make git 06:30:26 ---> Running in 882d9c9f2966 06:30:26 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:30:26 ---> Running in 62953d278229 06:30:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:27 Merge succeeded, producing 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:30:27 Checking out Revision 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf (PR-2964) 06:30:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:30:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:30:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:30:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:30:25 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2964/head:refs/remotes/origin/PR-2964 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:30:26 > git config core.sparsecheckout # timeout=10 06:30:26 > git checkout -f 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf # timeout=10 06:30:27 > git remote # timeout=10 06:30:27 > git config --get remote.origin.url # timeout=10 06:30:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:27 > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 06:30:27 > git rev-parse HEAD^{commit} # timeout=10 06:30:27 > git config core.sparsecheckout # timeout=10 06:30:27 > git checkout -f 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf # timeout=10 06:30:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:30:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:30:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:30:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:30:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:30:28 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:30:28 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:30:28 OK: 12750 distinct packages available 06:30:28 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:30:28 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:30:28 OK: 12750 distinct packages available 06:30:28 OK: 233 MiB in 51 packages 06:30:29 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:30:29 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:30:29 OK: 12750 distinct packages available 06:30:29 OK: 233 MiB in 51 packages 06:30:29 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:30:29 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:30:29 OK: 12750 distinct packages available 06:30:29 OK: 233 MiB in 51 packages 06:30:29 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:30:29 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:30:29 OK: 12750 distinct packages available 06:30:29 OK: 233 MiB in 51 packages 06:30:29 Removing intermediate container 9d5162d481e3 06:30:29 ---> 12ba57ad07eb 06:30:29 Step 6/24 : COPY go.mod . 06:30:29 OK: 233 MiB in 51 packages 06:30:29 Removing intermediate container 7a3d67e26b36 06:30:29 ---> c41150f82e92 06:30:29 Step 6/22 : COPY go.mod . 06:30:30 ---> 9847b85d66d5 06:30:30 Step 7/24 : RUN go mod download 06:30:30 Removing intermediate container dd5f21193b2e 06:30:30 ---> 4c0e51775a67 06:30:30 Step 6/21 : COPY go.mod . 06:30:30 ---> Running in 98550bb74aa4 06:30:30 ---> a1723527a88c 06:30:30 Step 7/22 : RUN go mod download 06:30:30 ---> Running in 79f208dc31d3 06:30:30 Removing intermediate container 62953d278229 06:30:30 ---> d822e9b930b0 06:30:30 Step 6/21 : COPY go.mod . 06:30:30 Removing intermediate container 882d9c9f2966 06:30:30 ---> 974029f72ebd 06:30:30 Step 6/22 : COPY go.mod . 06:30:30 ---> 7794dedabed3 06:30:30 Step 7/21 : RUN go mod download 06:30:30 ---> Running in a132e817c1b1 06:30:31 ---> f95fe2a97fd3 06:30:31 Step 7/21 : RUN go mod download 06:30:31 ---> de5b3fd3ef1d 06:30:31 Step 7/22 : RUN go mod download 06:30:31 ---> Running in e8ec072e1e9b 06:30:31 ---> Running in 3848f3ea26b2 06:30:31 Commit message: "feat(data): Implement GET /reading/start/{start}/end/{end} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:30:32 Removing intermediate container 98550bb74aa4 06:30:32 ---> e3b764004770 06:30:32 Step 8/24 : COPY . . 06:30:32 Removing intermediate container 79f208dc31d3 06:30:32 ---> 633adafe4a28 06:30:32 Step 8/22 : COPY . . 06:30:32 Removing intermediate container a132e817c1b1 06:30:32 ---> 12d60f667f0a 06:30:32 Step 8/21 : COPY . . 06:30:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:30:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:30:34 + true 06:30:34 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:30:36 provisioning config files... 06:30:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config3020432981213072921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:30:36 ---> docker-login.sh 06:30:36 nexus3.edgexfoundry.org:10001 06:30:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:30:38 Configure a credential helper to remove this warning. See 06:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:30:38 06:30:38 Login Succeeded 06:30:38 nexus3.edgexfoundry.org:10002 06:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:30:38 Configure a credential helper to remove this warning. See 06:30:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:30:38 06:30:38 Login Succeeded 06:30:38 nexus3.edgexfoundry.org:10003 06:30:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:30:39 Configure a credential helper to remove this warning. See 06:30:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:30:39 06:30:39 Login Succeeded 06:30:39 nexus3.edgexfoundry.org:10004 06:30:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:39 Removing intermediate container e8ec072e1e9b 06:30:39 ---> 7ee8d56d7c5d 06:30:39 Step 8/21 : COPY . . 06:30:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:30:39 Configure a credential helper to remove this warning. See 06:30:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:30:39 06:30:39 Login Succeeded 06:30:39 docker.io 06:30:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:30:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:30:40 Configure a credential helper to remove this warning. See 06:30:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:30:40 06:30:40 Login Succeeded 06:30:40 ---> docker-login.sh ends [Pipeline] } 06:30:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:30:40 ========================================================= 06:30:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:30:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:30:41 + 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 . 06:30:43 Sending build context to Docker daemon 165.4MB 06:30:43 Step 1/7 : ARG BASE=golang:1.15-alpine 06:30:43 Step 2/7 : FROM ${BASE} 06:30:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:30:43 5f621e34cdf4: Pulling fs layer 06:30:43 a4357932f1b6: Pulling fs layer 06:30:43 18c013af1878: Pulling fs layer 06:30:43 00ac8860ef70: Pulling fs layer 06:30:43 63d7cb157983: Pulling fs layer 06:30:43 b116817d02f9: Pulling fs layer 06:30:43 745a02a5169b: Pulling fs layer 06:30:43 00ac8860ef70: Waiting 06:30:43 63d7cb157983: Waiting 06:30:43 b116817d02f9: Waiting 06:30:43 745a02a5169b: Waiting 06:30:43 18c013af1878: Download complete 06:30:43 a4357932f1b6: Download complete 06:30:43 63d7cb157983: Verifying Checksum 06:30:43 63d7cb157983: Download complete 06:30:43 b116817d02f9: Verifying Checksum 06:30:43 b116817d02f9: Download complete 06:30:43 5f621e34cdf4: Download complete 06:30:44 5f621e34cdf4: Pull complete 06:30:44 a4357932f1b6: Pull complete 06:30:45 Removing intermediate container 3848f3ea26b2 06:30:45 ---> 922f74645274 06:30:45 Step 8/22 : COPY . . 06:30:45 18c013af1878: Pull complete 06:30:45 745a02a5169b: Verifying Checksum 06:30:45 745a02a5169b: Download complete 06:30:47 00ac8860ef70: Verifying Checksum 06:30:47 00ac8860ef70: Download complete 06:30:57 00ac8860ef70: Pull complete 06:30:57 63d7cb157983: Pull complete 06:30:57 b116817d02f9: Pull complete 06:31:02 745a02a5169b: Pull complete 06:31:02 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:31:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:31:02 ---> b7e6874047d6 06:31:02 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 06:31:05 ---> Running in c6b12a6a6269 06:31:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:31:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:31:08 (1/12) Installing libmagic (5.38-r0) 06:31:08 (2/12) Installing file (5.38-r0) 06:31:08 (3/12) Installing libc-dev (0.7.2-r3) 06:31:08 (4/12) Installing g++ (9.3.0-r2) 06:31:11 (5/12) Installing fortify-headers (1.1-r0) 06:31:11 (6/12) Installing patch (2.7.6-r6) 06:31:11 (7/12) Installing build-base (0.5-r2) 06:31:11 (8/12) Installing libsodium (1.0.18-r0) 06:31:12 ---> c132bea9a908 06:31:12 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:31:12 ---> 08cd9bb10f7d 06:31:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:31:12 ---> af164bb1cf90 06:31:12 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:31:12 ---> 45906a0cd8f2 06:31:12 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:31:12 ---> Running in 3edb8b4f1eff 06:31:12 ---> Running in 35abf00c5a6a 06:31:12 ---> Running in 4c1a930d2e0d 06:31:12 ---> Running in 4f89904c1a47 06:31:12 (9/12) Installing pkgconf (1.7.2-r0) 06:31:12 (10/12) Installing libsodium-dev (1.0.18-r0) 06:31:12 ---> 07fc2b4d559f 06:31:12 Step 9/22 : RUN make cmd/core-command/core-command 06:31:12 (11/12) Installing libzmq (4.3.3-r0) 06:31:12 (12/12) Installing zeromq-dev (4.3.3-r0) 06:31:12 Executing busybox-1.31.1-r19.trigger 06:31:12 OK: 217 MiB in 51 packages 06:31:12 ---> Running in bb783fdb6dec 06:31:13 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 06:31:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:31:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:31:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:31:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:31:16 Removing intermediate container c6b12a6a6269 06:31:16 ---> c8b6d587ebde 06:31:16 Step 4/7 : WORKDIR /edgex-go 06:31:16 ---> Running in afae50858c4f 06:31:16 Removing intermediate container afae50858c4f 06:31:16 ---> 69d7fcc6db7b 06:31:16 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:31:17 latest: Pulling from library/docker 06:31:17 159e5727ea61: Pulling fs layer 06:31:17 687389c36290: Pulling fs layer 06:31:17 94e28978939c: Pulling fs layer 06:31:17 ea42096754a7: Pulling fs layer 06:31:17 bd61cee6920e: Pulling fs layer 06:31:17 87c4ece4675c: Pulling fs layer 06:31:17 90ca8b2ff088: Pulling fs layer 06:31:17 ea42096754a7: Waiting 06:31:17 bd61cee6920e: Waiting 06:31:17 87c4ece4675c: Waiting 06:31:17 90ca8b2ff088: Waiting 06:31:17 94e28978939c: Verifying Checksum 06:31:17 94e28978939c: Download complete 06:31:17 687389c36290: Verifying Checksum 06:31:17 687389c36290: Download complete 06:31:17 159e5727ea61: Download complete 06:31:17 bd61cee6920e: Verifying Checksum 06:31:17 87c4ece4675c: Verifying Checksum 06:31:17 bd61cee6920e: Download complete 06:31:17 87c4ece4675c: Download complete 06:31:18 90ca8b2ff088: Verifying Checksum 06:31:18 90ca8b2ff088: Download complete 06:31:18 159e5727ea61: Pull complete 06:31:19 687389c36290: Pull complete 06:31:19 ea42096754a7: Verifying Checksum 06:31:19 ea42096754a7: Download complete 06:31:19 94e28978939c: Pull complete 06:31:24 ea42096754a7: Pull complete 06:31:24 bd61cee6920e: Pull complete 06:31:24 87c4ece4675c: Pull complete 06:31:24 90ca8b2ff088: Pull complete 06:31:24 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 06:31:24 Status: Downloaded newer image for docker:latest 06:31:27 ---> 5002bb2937df 06:31:27 Step 6/7 : COPY go.mod . 06:31:28 ---> 5ee679c2fa71 06:31:28 Step 7/7 : RUN go mod download 06:31:28 ---> Running in acf4f696a405 06:31:40 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 06:31:40 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 06:31:46 Removing intermediate container 4c1a930d2e0d 06:31:46 ---> 5d9c125a52ed 06:31:46 06:31:46 Step 10/24 : FROM alpine:3.10 06:31:46 3.10: Pulling from library/alpine 06:31:46 Removing intermediate container bb783fdb6dec 06:31:46 ---> 4e7bde5a5e77 06:31:46 06:31:46 Step 10/22 : FROM scratch 06:31:46 ---> 06:31:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:31:46 Removing intermediate container 4f89904c1a47 06:31:46 ---> 5d961193273c 06:31:46 06:31:46 Step 10/21 : FROM scratch 06:31:46 ---> 06:31:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:31:46 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:31:47 Status: Downloaded newer image for alpine:3.10 06:31:47 ---> be4e4bea2c2e 06:31:47 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:31:47 ---> Running in 9d43c967f702 06:31:47 ---> Running in 4d35d6e042e2 06:31:47 Removing intermediate container 3edb8b4f1eff 06:31:47 ---> 9a1ad272df9b 06:31:47 06:31:47 Step 10/21 : FROM alpine 06:31:47 ---> Running in 28e9df3bd217 06:31:47 latest: Pulling from library/alpine 06:31:47 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:31:47 Status: Downloaded newer image for alpine:latest 06:31:47 ---> 389fef711851 06:31:47 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:31:47 Removing intermediate container 9d43c967f702 06:31:47 ---> 373810bdbcd1 06:31:47 Step 12/22 : ENV APP_PORT=48082 06:31:47 Removing intermediate container 4d35d6e042e2 06:31:47 ---> c0201daadf3d 06:31:47 Step 12/21 : ENV APP_PORT=48085 06:31:47 ---> Running in ac84be62833c 06:31:48 ---> Running in 725baed5a724 06:31:48 ---> Running in 611812d18133 06:31:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 06:31:48 Removing intermediate container 725baed5a724 06:31:48 ---> e8ee13fdcd23 06:31:48 Step 13/21 : EXPOSE $APP_PORT 06:31:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 06:31:48 Removing intermediate container ac84be62833c 06:31:48 ---> 98fa839d7cb4 06:31:48 Step 13/22 : EXPOSE $APP_PORT 06:31:49 ---> Running in 9c2543960830 06:31:49 v3.10.5-176-g3d010a76e3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:31:49 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:31:49 OK: 10350 distinct packages available 06:31:49 ---> Running in 7699f0690fb6 06:31:49 (1/5) Installing ca-certificates (20191127-r2) 06:31:49 Removing intermediate container 7699f0690fb6 06:31:49 ---> 68d09ae53b53 06:31:49 Step 14/22 : WORKDIR / 06:31:49 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:31:49 (3/5) Installing libcurl (7.66.0-r3) 06:31:49 (4/5) Installing curl (7.66.0-r3) 06:31:49 (5/5) Installing dumb-init (1.2.2-r1) 06:31:49 Executing busybox-1.30.1-r3.trigger 06:31:49 Executing ca-certificates-20191127-r2.trigger 06:31:49 OK: 7 MiB in 19 packages 06:31:49 Removing intermediate container 9c2543960830 06:31:49 ---> 14b489049e2e 06:31:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:31:49 ---> Running in bcc6094de547 06:31:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:31:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:31:50 v3.12.3-36-ge8f315da3c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:31:50 v3.12.3-37-gc0e4f2aff0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:31:50 OK: 12745 distinct packages available 06:31:50 (1/4) Installing ca-certificates (20191127-r4) 06:31:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:31:50 (3/4) Installing libcurl (7.69.1-r3) 06:31:50 (4/4) Installing curl (7.69.1-r3) 06:31:50 Executing busybox-1.31.1-r19.trigger 06:31:50 Executing ca-certificates-20191127-r4.trigger 06:31:50 OK: 7 MiB in 18 packages 06:31:51 ---> d02c24994ccc 06:31:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:31:53 Removing intermediate container bcc6094de547 06:31:53 ---> 358d3648893b 06:31:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:31:53 Removing intermediate container 35abf00c5a6a 06:31:53 ---> 5703b8d056c5 06:31:53 06:31:53 Step 10/22 : FROM scratch 06:31:53 ---> 06:31:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:31:53 ---> Using cache 06:31:53 ---> c0201daadf3d 06:31:53 Step 12/22 : ENV APP_PORT=48081 06:31:53 ---> b1bda9021893 06:31:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:31:53 Removing intermediate container 28e9df3bd217 06:31:53 ---> bed4f31a39f3 06:31:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:31:53 ---> Running in 72b3d62f99c5 06:31:53 ---> Running in 71822f6295d1 06:31:53 ---> b2093bf5d5bc 06:31:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:31:54 Removing intermediate container 611812d18133 06:31:54 ---> c4d07229d2e3 06:31:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:31:54 Removing intermediate container 72b3d62f99c5 06:31:54 ---> dea927b23894 06:31:54 Step 13/22 : EXPOSE $APP_PORT 06:31:54 ---> 0b43242d9499 06:31:54 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:31:54 ---> Running in 0ded49d8c9cf 06:31:54 ---> Running in f71751759dac 06:31:54 ---> Running in ceddcefa18fb 06:31:54 Removing intermediate container 71822f6295d1 06:31:54 ---> 3279f7b2023b 06:31:54 Step 13/24 : WORKDIR / 06:31:54 ---> 51ca9f9140eb 06:31:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:31:54 ---> Running in f9f2f765d91b 06:31:54 Removing intermediate container 0ded49d8c9cf 06:31:54 ---> e5492d6c47bc 06:31:54 Step 14/22 : WORKDIR / 06:31:54 Removing intermediate container f71751759dac 06:31:54 ---> ceb2312f4507 06:31:54 Step 13/21 : WORKDIR /edgex 06:31:55 ---> Running in 85099e2f5b42 06:31:55 Removing intermediate container ceddcefa18fb 06:31:55 ---> 02326fec14e0 06:31:55 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:31:55 ---> 6e1286400718 06:31:55 Step 18/22 : ENTRYPOINT ["/core-command"] 06:31:55 ---> Running in 0f30316e9259 06:31:55 Removing intermediate container f9f2f765d91b 06:31:55 ---> 937a46a5e3f8 06:31:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:31:55 ---> Running in 5606c7e8852b 06:31:55 ---> Running in dbedc511ed04 06:31:55 Removing intermediate container 85099e2f5b42 06:31:55 ---> 3523675e6539 06:31:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:31:55 Removing intermediate container acf4f696a405 06:31:55 ---> 8e9dca2f13e2 06:31:55 Successfully built 8e9dca2f13e2 06:31:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:31:55 Removing intermediate container 0f30316e9259 06:31:55 ---> 3d0fc4e6155a 06:31:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:31:55 Removing intermediate container 5606c7e8852b 06:31:55 ---> 0fdafba238b9 06:31:55 Step 19/21 : LABEL arch=x86_64 06:31:55 Removing intermediate container dbedc511ed04 06:31:55 ---> 52c1da8fbdd3 06:31:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:31:55 ---> 6a49b2696b7b 06:31:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:31:55 ---> Running in 65aeacb97af1 06:31:55 + docker inspect -f . ci-base-image-arm64 06:31:55 . [Pipeline] withDockerContainer 06:31:56 ---> Running in 98bc3e3e5fc1 06:31:56 ---> a097ea063e48 06:31:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:31:56 ---> 8273c688540b 06:31:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:31:56 prd-ubuntu18.04-docker-arm64-4c-16g-18142 does not seem to be running inside a container 06:31:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:31:56 Removing intermediate container 65aeacb97af1 06:31:56 ---> d9ff32ca4221 06:31:56 Step 20/21 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:31:56 ---> 2603b0cd9575 06:31:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:31:56 Removing intermediate container 98bc3e3e5fc1 06:31:56 ---> 2986fecf27b3 06:31:56 Step 20/22 : LABEL arch=x86_64 06:31:56 ---> Running in 62c0501b1a5a 06:31:56 ---> Running in b210e4d0fb80 06:31:56 ---> 6eba264189bb 06:31:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:31:56 ---> 5be7a23acd06 06:31:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:31:57 Removing intermediate container 62c0501b1a5a 06:31:57 ---> 5c01ccb5542a 06:31:57 Step 21/21 : LABEL version=0.0.0 06:31:57 ---> a0fef44d8796 06:31:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:31:57 Removing intermediate container b210e4d0fb80 06:31:57 ---> 5fef51756318 06:31:57 Step 21/22 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:31:57 ---> Running in 41dfbf6bacf4 06:31:57 ---> c6ff8c25d1f9 06:31:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:31:57 ---> e78ac3fcc5ae 06:31:57 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:31:57 $ docker top dad1737a12c5ee9c6d0719014c75b87627a7922c3afa65d9f4abeed91777a056 -eo pid,comm 06:31:57 ---> Running in 3bcd118fcd50 06:31:57 ---> Running in 15c62dbd398f 06:31:57 ---> Running in a7b2a17ee378 [Pipeline] { [Pipeline] sh 06:31:58 Removing intermediate container 41dfbf6bacf4 06:31:58 ---> 240ec0cee42b 06:31:58 06:31:58 ---> bc77b414bdc0 06:31:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:31:58 Removing intermediate container 3bcd118fcd50 06:31:58 ---> cf2c169d5cbc 06:31:58 Step 22/22 : LABEL version=0.0.0 06:31:58 Removing intermediate container a7b2a17ee378 06:31:58 ---> 54a63827bf8f 06:31:58 Step 18/21 : CMD ["--init=true"] 06:31:58 Successfully built 240ec0cee42b 06:31:58 Removing intermediate container 15c62dbd398f 06:31:58 ---> 06bcd851cf73 06:31:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:31:58 Successfully tagged docker-support-scheduler-go:latest 06:31:58  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 06:31:58 ---> Running in ece8fbad3a69 06:31:58 ---> Running in 15c0e90b8454 06:31:58 ---> Running in fc5f61743042 06:31:58 ---> 211b6f6ea007 06:31:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:31:58 + go version 06:31:58 go version go1.15.5 linux/arm64 [Pipeline] } 06:31:58 $ docker stop --time=1 dad1737a12c5ee9c6d0719014c75b87627a7922c3afa65d9f4abeed91777a056 06:31:59 Removing intermediate container ece8fbad3a69 06:31:59 ---> e8763407d4fe 06:31:59 Step 19/21 : LABEL arch=x86_64 06:31:59 Removing intermediate container 15c0e90b8454 06:31:59 ---> 4e1db7a0da85 06:31:59 06:32:00 Removing intermediate container fc5f61743042 06:32:00 ---> e2d237ff6cd8 06:32:00 Step 20/22 : LABEL arch=x86_64 06:32:00 Successfully built 4e1db7a0da85 06:32:00 Successfully tagged docker-core-command-go:latest 06:32:00 Building docker-sys-mgmt-agent-go 06:32:00 $ docker rm -f dad1737a12c5ee9c6d0719014c75b87627a7922c3afa65d9f4abeed91777a056 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:32:01 + docker inspect -f . ci-base-image-arm64 06:32:01 . [Pipeline] withDockerContainer 06:32:02 prd-ubuntu18.04-docker-arm64-4c-16g-18142 does not seem to be running inside a container 06:32:02 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:32:02  Building docker-core-command-go ... done  ---> Running in c0b7ea3e2ffa 06:32:02 ---> cbc9dc0d2d3a 06:32:02 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:32:03 $ docker top ef19e7c2b6bdb6f7d69148324d24e5481ede7c300fd29f9d587718705c77b9ec -eo pid,comm [Pipeline] { [Pipeline] echo 06:32:04 ========================================================= 06:32:04 [edgeXBuildGoParallel] Running Tests and Build... 06:32:04 ========================================================= [Pipeline] sh 06:32:04 + make test 06:32:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:32:05 ---> Running in 704e4f8cd3e8 06:32:05 ---> Running in 1011157aa9e6 06:32:05 Removing intermediate container c0b7ea3e2ffa 06:32:05 ---> 125c4a0f0690 06:32:05 Step 20/21 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:32:06 ---> Running in 8d30fc76c17b 06:32:06 Removing intermediate container 1011157aa9e6 06:32:06 ---> 8ef51fd34d3b 06:32:06 Step 21/22 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:32:09 ---> Running in b6d4c96fc4e1 06:32:09 Removing intermediate container 8d30fc76c17b 06:32:09 ---> 5d86c05a9cea 06:32:09 Step 21/21 : LABEL version=0.0.0 06:32:10 ---> Running in 286f2991eef5 06:32:12 Removing intermediate container b6d4c96fc4e1 06:32:12 ---> 934d29f8fccd 06:32:12 Step 22/22 : LABEL version=0.0.0 06:32:13 Removing intermediate container 286f2991eef5 06:32:13 ---> 5840148553f8 06:32:13 06:32:13 ---> Running in 1f4fa71a8b5b 06:32:13 Removing intermediate container 704e4f8cd3e8 06:32:13 ---> 60513af895fc 06:32:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:32:13 Successfully built 5840148553f8 06:32:15 Successfully tagged docker-security-proxy-setup-go:latest 06:32:15  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 06:32:16 ---> Running in 0c635a83f2dc 06:32:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:32:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:32:16 ---> 320f3bd694ae 06:32:16 Step 3/22 : WORKDIR /edgex-go 06:32:16 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:32:16 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:32:16 ---> 320f3bd694ae 06:32:16 Step 3/27 : WORKDIR /edgex-go 06:32:16 ---> Using cache 06:32:16 ---> Using cache 06:32:16 ---> 5575e5320fa4 06:32:16 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:16 ---> 5575e5320fa4 06:32:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:16 ---> Using cache 06:32:16 ---> 9b53331c9a8f 06:32:16 Step 5/27 : RUN apk update && apk add make bash git 06:32:16 ---> Using cache 06:32:16 ---> 9b53331c9a8f 06:32:16 Step 5/22 : RUN apk update && apk add make git 06:32:16 ---> Using cache 06:32:16 ---> 974029f72ebd 06:32:16 Step 6/22 : COPY go.mod . 06:32:16 ---> Using cache 06:32:16 ---> de5b3fd3ef1d 06:32:16 Step 7/22 : RUN go mod download 06:32:16 ---> Using cache 06:32:16 ---> 922f74645274 06:32:16 Step 8/22 : COPY . . 06:32:16 ---> Using cache 06:32:16 ---> 07fc2b4d559f 06:32:16 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 06:32:17 Removing intermediate container 1f4fa71a8b5b 06:32:17 ---> 4d36b259e863 06:32:17 06:32:18 ---> Running in 344f4f11c350 06:32:18 ---> Running in c67dc03351ea 06:32:18 Removing intermediate container 0c635a83f2dc 06:32:18 ---> e487bd43ef7e 06:32:18 Step 22/24 : LABEL arch=x86_64 06:32:18 Successfully built 4d36b259e863 06:32:18 Successfully tagged docker-core-metadata-go:latest 06:32:18  Building docker-core-metadata-go ... done Building docker-core-data-go 06:32:18 ---> Running in bd7a7103e792 06:32:20 Removing intermediate container bd7a7103e792 06:32:20 ---> e03ef6eacb1e 06:32:20 Step 23/24 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:32:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 06:32:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:32:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:32:22 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:32:22 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:32:22 OK: 12750 distinct packages available 06:32:23 OK: 233 MiB in 51 packages 06:32:25 ---> Running in a0d709399ac9 06:32:26 ? github.com/edgexfoundry/edgex-go [no test files] 06:32:27 Removing intermediate container a0d709399ac9 06:32:27 ---> eccb6f7a7823 06:32:27 Step 24/24 : LABEL version=0.0.0 06:32:27 ---> Running in 8a256da3a7cf 06:32:27 Removing intermediate container 344f4f11c350 06:32:27 ---> b893df55f403 06:32:27 Step 6/27 : COPY go.mod . 06:32:28 Removing intermediate container 8a256da3a7cf 06:32:28 ---> fe3d784327cf 06:32:28 06:32:28 Successfully built fe3d784327cf 06:32:28 Successfully tagged docker-security-secretstore-setup-go:latest 06:32:28  Building docker-security-secretstore-setup-go ... done  ---> 3120b271dbe5 06:32:28 Step 7/27 : RUN go mod download 06:32:28 ---> Running in d560c3dfccc7 06:32:33 Removing intermediate container d560c3dfccc7 06:32:33 ---> ae909a9c2e18 06:32:33 Step 8/27 : COPY . . 06:32:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:32:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:32:33 ---> 320f3bd694ae 06:32:33 Step 3/24 : WORKDIR /edgex-go 06:32:33 ---> Using cache 06:32:33 ---> 5575e5320fa4 06:32:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:33 ---> Using cache 06:32:33 ---> 9b53331c9a8f 06:32:33 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:32:33 ---> Running in fdc35f74be03 06:32:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:32:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:32:37 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:32:37 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:32:37 OK: 12750 distinct packages available 06:32:38 OK: 233 MiB in 51 packages 06:32:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:32:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:32:38 ---> 320f3bd694ae 06:32:38 Step 3/23 : WORKDIR /edgex-go 06:32:38 ---> Using cache 06:32:38 ---> 5575e5320fa4 06:32:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:38 ---> Using cache 06:32:38 ---> 9b53331c9a8f 06:32:38 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:32:40 ---> Running in 77045898c2b9 06:32:44 Removing intermediate container fdc35f74be03 06:32:44 ---> 64d4f2225e07 06:32:44 Step 6/24 : COPY go.mod . 06:32:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:32:45 ---> 248a4cd1debe 06:32:45 Step 7/24 : RUN go mod download 06:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:32:45 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:32:45 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:32:45 OK: 12750 distinct packages available 06:32:45 ---> Running in cb930b76565f 06:32:46 OK: 233 MiB in 51 packages 06:32:48 Removing intermediate container c67dc03351ea 06:32:48 ---> 8df547e5eebf 06:32:48 06:32:48 Step 10/22 : FROM alpine:3.10 06:32:48 ---> be4e4bea2c2e 06:32:48 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:32:48 ---> Using cache 06:32:48 ---> bed4f31a39f3 06:32:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 06:32:48 Removing intermediate container 77045898c2b9 06:32:48 ---> 72359d2abc8b 06:32:48 Step 6/23 : COPY go.mod . 06:32:49 ---> Running in 1e12ac12b07b 06:32:50 ---> b40432d740a9 06:32:50 Step 7/23 : RUN go mod download 06:32:50 Removing intermediate container 1e12ac12b07b 06:32:50 ---> 95d2882bc7cb 06:32:50 Step 13/22 : WORKDIR / 06:32:50 ---> Running in b9cac2b26d64 06:32:50 Removing intermediate container cb930b76565f 06:32:50 ---> 5bc17bd1f535 06:32:50 Step 8/24 : COPY . . 06:32:51 ---> 55cca0507754 06:32:51 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:32:51 ---> Running in 2f3da1a6e7eb 06:32:51 ---> Running in 95780f999809 06:32:53 Removing intermediate container 2f3da1a6e7eb 06:32:53 ---> 201f8a709264 06:32:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 06:32:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:32:56 ---> cbb6f09921c9 06:32:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 06:32:58 Removing intermediate container b9cac2b26d64 06:32:58 ---> f28109c37f86 06:32:58 Step 8/23 : COPY . . 06:33:00 ---> 4a0fa96aed56 06:33:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 06:33:03 ---> 6e83a44028b1 06:33:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 06:33:04 ---> 47922df44854 06:33:04 Step 18/22 : RUN chmod +x entrypoint.sh 06:33:04 ---> Running in 9e3088b0ac92 06:33:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:33:13 Removing intermediate container 9e3088b0ac92 06:33:13 ---> 9f694ca753ce 06:33:13 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 06:33:13 ---> Running in c4d2842c32b7 06:33:15 Removing intermediate container c4d2842c32b7 06:33:15 ---> a1b7c5d5e2b8 06:33:15 Step 20/22 : LABEL arch=x86_64 06:33:16 ---> Running in 588efb87f61f 06:33:16 ---> 9a88c828d37e 06:33:16 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:33:18 ---> Running in 26d5274c47d4 06:33:18 Removing intermediate container 588efb87f61f 06:33:18 ---> 6d4d6bbf6e94 06:33:18 Step 21/22 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:33:18 ---> Running in 5f101be2e980 06:33:18 Removing intermediate container 95780f999809 06:33:18 ---> a35f689ee040 06:33:18 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:33:18 ---> 515c833aee91 06:33:18 Step 9/23 : RUN make cmd/core-data/core-data 06:33:18 ---> Running in a21e38ae997f 06:33:18 Removing intermediate container 5f101be2e980 06:33:18 ---> 95ac7b16253d 06:33:18 Step 22/22 : LABEL version=0.0.0 06:33:18 ---> Running in 0c34a10023f4 06:33:19 ---> Running in 42e16339e7b2 06:33:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:33:19 Removing intermediate container 42e16339e7b2 06:33:19 ---> b1d51f0f00f8 06:33:19 06:33:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:33:19 Successfully built b1d51f0f00f8 06:33:19 Successfully tagged docker-security-bootstrap-redis-go:latest 06:33:19  Building docker-security-bootstrap-redis-go ... done 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 06:33:22 Removing intermediate container a21e38ae997f 06:33:22 ---> 54a4d1e2abaa 06:33:22 06:33:22 Step 11/27 : FROM docker:latest 06:33:22 ---> 0040bc98e531 06:33:22 Step 12/27 : RUN apk add --no-cache bash 06:33:22 ---> Running in 9ad964de391e 06:33:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:33:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:33:23 (1/2) Installing readline (8.0.4-r0) 06:33:23 (2/2) Installing bash (5.0.17-r0) 06:33:23 Executing bash-5.0.17-r0.post-install 06:33:23 Executing busybox-1.31.1-r19.trigger 06:33:23 OK: 12 MiB in 22 packages 06:33:25 Removing intermediate container 9ad964de391e 06:33:25 ---> fb5f948f5742 06:33:25 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:33:25 ---> Running in 2f10f5b61cce 06:33:28 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:33:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:33:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:33:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:33:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:33:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:33:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:33:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:33:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:33:28 Removing intermediate container 2f10f5b61cce 06:33:28 ---> d7a07a791338 06:33:28 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:33:28 ---> Running in c459c7cd59ce 06:33:28 Removing intermediate container c459c7cd59ce 06:33:28 ---> dff7dcda0c48 06:33:28 Step 15/27 : ENV APP_PORT=48090 06:33:29 ---> Running in faf374ddc706 06:33:29 Removing intermediate container faf374ddc706 06:33:29 ---> 0bf87e2bfe48 06:33:29 Step 16/27 : EXPOSE $APP_PORT 06:33:29 ---> Running in ba63b3d060ac 06:33:29 Removing intermediate container ba63b3d060ac 06:33:29 ---> 59a4a631a9ce 06:33:29 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:33:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:33:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:33:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:33:30 ---> 608690d59e14 06:33:30 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:33:31 ---> 4ce4c7a6baff 06:33:31 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:33:32 ---> f01c007b752e 06:33:32 Step 20/27 : RUN apk --no-cache add py3-pip 06:33:32 ---> Running in 80c07e142080 06:33:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:33:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:33:33 (1/33) Installing libbz2 (1.0.8-r1) 06:33:33 (2/33) Installing expat (2.2.9-r1) 06:33:33 (3/33) Installing libffi (3.3-r2) 06:33:33 (4/33) Installing gdbm (1.13-r1) 06:33:33 (5/33) Installing xz-libs (5.2.5-r0) 06:33:33 (6/33) Installing sqlite-libs (3.32.1-r0) 06:33:33 (7/33) Installing python3 (3.8.5-r0) 06:33:34 (8/33) Installing py3-appdirs (1.4.4-r1) 06:33:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:33:34 (10/33) Installing py3-parsing (2.4.7-r0) 06:33:34 (11/33) Installing py3-six (1.15.0-r0) 06:33:34 (12/33) Installing py3-packaging (20.4-r0) 06:33:34 (13/33) Installing py3-setuptools (47.0.0-r0) 06:33:34 (14/33) Installing py3-chardet (3.0.4-r4) 06:33:34 (15/33) Installing py3-idna (2.9-r0) 06:33:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:33:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:33:34 (18/33) Installing py3-requests (2.23.0-r0) 06:33:34 (19/33) Installing py3-msgpack (1.0.0-r0) 06:33:34 (20/33) Installing py3-lockfile (0.12.2-r3) 06:33:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:33:34 (22/33) Installing py3-colorama (0.4.3-r0) 06:33:34 (23/33) Installing py3-distlib (0.3.0-r0) 06:33:34 (24/33) Installing py3-distro (1.5.0-r1) 06:33:34 (25/33) Installing py3-webencodings (0.5.1-r3) 06:33:34 (26/33) Installing py3-html5lib (1.0.1-r4) 06:33:35 (27/33) Installing py3-pytoml (0.1.21-r0) 06:33:35 (28/33) Installing py3-pep517 (0.8.2-r0) 06:33:35 (29/33) Installing py3-progress (1.5-r0) 06:33:35 (30/33) Installing py3-toml (0.10.1-r0) 06:33:35 (31/33) Installing py3-retrying (1.3.3-r0) 06:33:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:33:35 (33/33) Installing py3-pip (20.1.1-r0) 06:33:35 Executing busybox-1.31.1-r19.trigger 06:33:35 OK: 71 MiB in 55 packages 06:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.263s coverage: 46.6% of statements 06:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:33:44 Removing intermediate container 26d5274c47d4 06:33:44 ---> 255b6bf5a637 06:33:44 06:33:44 Step 10/24 : FROM scratch 06:33:44 ---> 06:33:44 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:33:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.470s coverage: 27.0% of statements 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:33:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:33:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:33:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.557s coverage: 75.7% of statements 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:33:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.463s coverage: 82.9% of statements 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:33:45 ---> Running in 18729cd5c337 06:33:45 Removing intermediate container 80c07e142080 06:33:45 ---> 7b43bd8b6831 06:33:45 Step 21/27 : RUN pip install docker-compose==1.23.2 06:33:45 ---> Running in 7174e380aa19 06:33:45 Removing intermediate container 18729cd5c337 06:33:45 ---> 5552250afb0a 06:33:45 Step 12/24 : ENV APP_PORT=48060 06:33:45 ---> Running in 8e66ba7673f3 06:33:46 Removing intermediate container 8e66ba7673f3 06:33:46 ---> 29041ed3328f 06:33:46 Step 13/24 : EXPOSE $APP_PORT 06:33:46 ---> Running in ffa8feac0296 06:33:47 Removing intermediate container 0c34a10023f4 06:33:47 ---> 837e7af70a77 06:33:47 06:33:47 Step 10/23 : FROM alpine 06:33:47 ---> 389fef711851 06:33:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:33:47 Removing intermediate container ffa8feac0296 06:33:47 ---> 348e3186fead 06:33:47 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:33:48 ---> Running in 3014357d7eba 06:33:48 Collecting docker-compose==1.23.2 06:33:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:33:48 Removing intermediate container 3014357d7eba 06:33:48 ---> aaaeb3353acc 06:33:48 Step 12/23 : ENV APP_PORT=48080 06:33:48 Collecting dockerpty<0.5,>=0.4.1 06:33:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:33:48 ---> e8b096583f83 06:33:48 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:33:48 ---> Running in c258c3d4d77b 06:33:48 Removing intermediate container c258c3d4d77b 06:33:48 ---> 4da1d4fa336a 06:33:48 Step 13/23 : EXPOSE $APP_PORT 06:33:48 ---> Running in 115eade79150 06:33:49 Removing intermediate container 115eade79150 06:33:49 ---> cbe5fe826b7b 06:33:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:33:49 Collecting websocket-client<1.0,>=0.32.0 06:33:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:33:49 ---> Running in f053be87cd9a 06:33:49 ---> 92aa63ca0161 06:33:49 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:33:49 Collecting docker<4.0,>=3.6.0 06:33:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:33:50 Collecting docopt<0.7,>=0.6.1 06:33:50 Downloading docopt-0.6.2.tar.gz (25 kB) 06:33:50 ---> d2de5d48388b 06:33:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:33:50 Collecting PyYAML<4,>=3.10 06:33:50 Downloading PyYAML-3.13.tar.gz (270 kB) 06:33:51 ---> adb9f589bbb1 06:33:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:33:51 Collecting cached-property<2,>=1.2.0 06:33:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:33:52 Removing intermediate container f053be87cd9a 06:33:52 ---> a5044e14a081 06:33:52 Step 15/23 : RUN apk --no-cache add zeromq 06:33:52 Collecting texttable<0.10,>=0.9.0 06:33:52 Downloading texttable-0.9.1.tar.gz (11 kB) 06:33:52 ---> Running in 4bae5228f1d0 06:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.109s coverage: 28.6% of statements 06:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements 06:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.132s coverage: 100.0% of statements 06:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.376s coverage: 86.7% of statements 06:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.342s coverage: 97.5% of statements 06:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:33:52 ---> 9347e704343a 06:33:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:33:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:33:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:33:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:33: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) 06:33:52 ---> 01004b7c5140 06:33:52 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:33:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:33:53 Collecting jsonschema<3,>=2.5.1 06:33:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:33:53 ---> Running in 8e8119b10063 06:33:53 Collecting docker-pycreds>=0.4.0 06:33:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:33:53 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) 06:33:53 Collecting idna<2.8,>=2.5 06:33:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements 06:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:33:53 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) 06:33:53 (1/5) Installing libgcc (9.3.0-r2) 06:33:53 Removing intermediate container 8e8119b10063 06:33:53 ---> 0486dbcfbe88 06:33:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:33:53 ---> Running in a8084eeccd9c 06:33:53 (2/5) Installing libsodium (1.0.18-r0) 06:33:53 Collecting urllib3<1.25,>=1.21.1 06:33:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:33:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:33:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:33:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:33:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:33:53 (3/5) Installing libstdc++ (9.3.0-r2) 06:33:53 Removing intermediate container a8084eeccd9c 06:33:53 ---> 2037101d29a0 06:33:53 Step 22/24 : LABEL arch=x86_64 06:33:53 ---> Running in 634604b242c1 06:33:53 Installing collected packages: dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, docopt, PyYAML, cached-property, texttable, jsonschema, docker-compose 06:33:53 Running setup.py install for dockerpty: started 06:33:53 (4/5) Installing libzmq (4.3.3-r0) 06:33:53 Removing intermediate container 634604b242c1 06:33:53 ---> bebbb1180d22 06:33:53 Step 23/24 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:33:53 (5/5) Installing zeromq (4.3.3-r0) 06:33:54 ---> Running in c8670919063a 06:33:54 Executing busybox-1.31.1-r19.trigger 06:33:54 OK: 8 MiB in 19 packages 06:33:54 Removing intermediate container c8670919063a 06:33:54 ---> c6ce9e4a92df 06:33:54 Step 24/24 : LABEL version=0.0.0 06:33:54 ---> Running in ae1bdb141a72 06:33:54 Running setup.py install for dockerpty: finished with status 'done' 06:33:54 Removing intermediate container ae1bdb141a72 06:33:54 ---> 27ca7a8ce85e 06:33:54 06:33:54 Attempting uninstall: idna 06:33:54 Found existing installation: idna 2.9 06:33:54 Uninstalling idna-2.9: 06:33:54 Successfully uninstalled idna-2.9 06:33:55 Removing intermediate container 4bae5228f1d0 06:33:55 ---> 04792b6473ca 06:33:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:33:55 Successfully built 27ca7a8ce85e 06:33:55 Successfully tagged docker-support-notifications-go:latest 06:33:55  Building docker-support-notifications-go ... done  Attempting uninstall: urllib3 06:33:55 Found existing installation: urllib3 1.25.9 06:33:55 Uninstalling urllib3-1.25.9: 06:33:55 Successfully uninstalled urllib3-1.25.9 06:33:55 ---> 609978b090ba 06:33:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:33:55 Attempting uninstall: requests 06:33:55 Found existing installation: requests 2.23.0 06:33:55 Uninstalling requests-2.23.0: 06:33:55 Successfully uninstalled requests-2.23.0 06:33:56 Running setup.py install for docopt: started 06:33:56 Running setup.py install for docopt: finished with status 'done' 06:33:56 Running setup.py install for PyYAML: started 06:33:56 ---> 0848e7c4b952 06:33:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:33:56 ---> 6fa19916b147 06:33:56 Step 19/23 : ENTRYPOINT ["/core-data"] 06:33:57 Running setup.py install for PyYAML: finished with status 'done' 06:33:57 ---> Running in 6f0eead26d08 06:33:57 Running setup.py install for texttable: started 06:33:57 Removing intermediate container 6f0eead26d08 06:33:57 ---> ab83d2a9bc33 06:33:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:33:57 ---> Running in 2f7d3b523e14 06:33:57 Removing intermediate container 2f7d3b523e14 06:33:57 ---> 89277a426f7f 06:33:57 Step 21/23 : LABEL arch=x86_64 06:33:57 Running setup.py install for texttable: finished with status 'done' 06:33:57 ---> Running in 0932e75c6949 06:33:58 Removing intermediate container 0932e75c6949 06:33:58 ---> 1c306ed9e083 06:33:58 Step 22/23 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:33:58 ---> Running in d849ce90a32c 06:33:58 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 06:33:58 Removing intermediate container d849ce90a32c 06:33:58 ---> 1b8462e45b1d 06:33:58 Step 23/23 : LABEL version=0.0.0 06:33:58 ---> Running in 679ab086c123 06:33:59 Removing intermediate container 679ab086c123 06:33:59 ---> 9518dc6a69da 06:33:59 06:33:59 Successfully built 9518dc6a69da 06:33:59 Successfully tagged docker-core-data-go:latest 06:34:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.050s coverage: 93.8% of statements 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:34:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:34:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.196s coverage: 0.1% of statements 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.110s coverage: 75.5% of statements 06:34:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 06:34:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.162s coverage: 87.2% of statements 06:34:01  Building docker-core-data-go ... done Removing intermediate container 7174e380aa19 06:34:01 ---> 53ae9004ff41 06:34:01 Step 22/27 : RUN apk --no-cache add curl 06:34:01 ---> Running in 5c7f21f583df 06:34:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:34:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:34:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:34:02 (2/3) Installing libcurl (7.69.1-r3) 06:34:02 (3/3) Installing curl (7.69.1-r3) 06:34:02 Executing busybox-1.31.1-r19.trigger 06:34:02 OK: 72 MiB in 58 packages 06:34:02 Removing intermediate container 5c7f21f583df 06:34:02 ---> 14f759ac4605 06:34:02 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:34:02 ---> Running in b502153bbe7c 06:34:02 Removing intermediate container b502153bbe7c 06:34:02 ---> 8d6df9b81ca7 06:34:02 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:34:02 ---> Running in 339034d9ab10 06:34:02 Removing intermediate container 339034d9ab10 06:34:02 ---> 31cbe26b25ea 06:34:02 Step 25/27 : LABEL arch=x86_64 06:34:02 ---> Running in 62eb7713d0da 06:34:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.198s coverage: 84.2% of statements 06:34:03 Removing intermediate container 62eb7713d0da 06:34:03 ---> 1a69f6ba7763 06:34:03 Step 26/27 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:34:03 ---> Running in 93606f38a751 06:34:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.187s coverage: 91.4% of statements 06:34:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:34:03 Removing intermediate container 93606f38a751 06:34:03 ---> e3d632590884 06:34:03 Step 27/27 : LABEL version=0.0.0 06:34:03 ---> Running in 0af64a01e346 06:34:03 Removing intermediate container 0af64a01e346 06:34:03 ---> 5a53078895bc 06:34:03 06:34:03 Successfully built 5a53078895bc 06:34:03 Successfully tagged docker-sys-mgmt-agent-go:latest 06:34:04  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:34:04 $ docker stop --time=1 4a2141f0a48e032dee8c81de78802d9b61a1e1c19d1389db901246ee338100d3 06:34:05 $ docker rm -f 4a2141f0a48e032dee8c81de78802d9b61a1e1c19d1389db901246ee338100d3 [Pipeline] // withDockerContainer [Pipeline] sh 06:34:06 + docker images 06:34:06 + grep docker 06:34:06 docker-sys-mgmt-agent-go latest 5a53078895bc 3 seconds ago 313MB 06:34:06 docker-core-data-go latest 9518dc6a69da 8 seconds ago 22.2MB 06:34:06 docker-support-notifications-go latest 27ca7a8ce85e 12 seconds ago 12MB 06:34:06 docker-security-bootstrap-redis-go latest b1d51f0f00f8 47 seconds ago 15.8MB 06:34:06 docker-security-secretstore-setup-go latest fe3d784327cf About a minute ago 24.6MB 06:34:06 docker-core-metadata-go latest 4d36b259e863 About a minute ago 13MB 06:34:06 docker-security-proxy-setup-go latest 5840148553f8 About a minute ago 24.5MB 06:34:06 docker-core-command-go latest 4e1db7a0da85 2 minutes ago 10.6MB 06:34:06 docker-support-scheduler-go latest 240ec0cee42b 2 minutes ago 10.7MB 06:34:06 docker latest 0040bc98e531 2 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 06:34:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.722s coverage: 63.5% of statements 06:34:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:34:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:34:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements 06:34:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 06:34:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [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 06:34:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.096s coverage: 73.7% of statements 06:34:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 06:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.767s coverage: 55.9% of statements 06:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.403s coverage: 37.0% of statements 06:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:34:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.682s coverage: 84.0% of statements 06:34:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements 06:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.394s coverage: 47.1% of statements 06:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements 06:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:34:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.087s coverage: 100.0% of statements 06:34:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:34:22 Still waiting to schedule task 06:34:22 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 06:34:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.063s coverage: 29.1% of statements 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:34:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.170s coverage: 99.0% of statements 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:34:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:34:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:34:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:34:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:34:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:34:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 06:34:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 06:34:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 06:34:28 GO111MODULE=on go vet ./... 06:35:05 Running on prd-ubuntu18.04-docker-8c-8g-18144 in /w/workspace/edgexfoundry_edgex-go_PR-2964 [Pipeline] { [Pipeline] ws 06:35:05 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 06:35:07 using credential edgex-jenkins-ssh 06:35:07 Cloning the remote Git repository 06:35:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:35:08 > git init /w/workspace/edgex-go/7 # timeout=10 06:35:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:35:08 > git --version # timeout=10 06:35:08 > git --version # 'git version 2.17.1' 06:35:08 using GIT_SSH to set credentials SSH Credentials for GitHub 06:35:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:35:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:35:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:35:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:35:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:35:15 using GIT_SSH to set credentials SSH Credentials for GitHub 06:35:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2964/head:refs/remotes/origin/PR-2964 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:35:15 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:35:15 Merge succeeded, producing 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:35:15 Checking out Revision 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf (PR-2964) 06:35:15 > git config core.sparsecheckout # timeout=10 06:35:15 > git checkout -f 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf # timeout=10 06:35:15 > git remote # timeout=10 06:35:15 > git config --get remote.origin.url # timeout=10 06:35:15 using GIT_SSH to set credentials SSH Credentials for GitHub 06:35:15 > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 06:35:15 > git rev-parse HEAD^{commit} # timeout=10 06:35:15 > git config core.sparsecheckout # timeout=10 06:35:15 > git checkout -f 716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf # timeout=10 06:35:19 Commit message: "feat(data): Implement GET /reading/start/{start}/end/{end} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:35:21 + echo snap-build.sh 06:35:21 snap-build.sh 06:35:21 + SNAP_BASE_DIR=. 06:35:21 + '[' '!' -z /w/workspace/edgex-go/7 ']' 06:35:21 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 06:35:21 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 06:35:21 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 06:35:21 + cd /w/workspace/edgex-go/7 06:35:21 + sudo apt-get remove -qy --purge lxd lxd-client 06:35:21 Reading package lists... 06:35:21 Building dependency tree... 06:35:21 Reading state information... 06:35:21 The following packages were automatically installed and are no longer required: 06:35:21 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 06:35:21 uidmap xdelta3 06:35:21 Use 'sudo apt autoremove' to remove them. 06:35:21 The following packages will be REMOVED: 06:35:21 lxd* lxd-client* 06:35:22 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 06:35:22 After this operation, 31.7 MB disk space will be freed. 06:35:23 (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.) 06:35:23 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 06:35:24 Removing lxd dnsmasq configuration 06:35:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 06:35:24 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 06:35:24 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 06:35:25 (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.) 06:35:25 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 06:35:26 Processing triggers for systemd (237-3ubuntu10.42) ... 06:35:26 Processing triggers for ureadahead (0.100.0-21) ... 06:35:28 + sudo snap remove --purge lxd 06:35:28 snap "lxd" is not installed 06:35:28 + sudo groupadd --force --system lxd 06:35:28 ++ whoami 06:35:28 + sudo /usr/sbin/usermod -G lxd -a jenkins 06:35:28 + newgrp - lxd 06:35:28 + sudo snap install lxd 06:35:36 gofmt -l . 06:35:36 [ "`gofmt -l .`" = "" ] 06:35:36 ./bin/test-go-mod-tidy.sh 06:35:36 ./bin/test-attribution-txt.sh 06:35:36 2021-01-04T06:35:34Z INFO Waiting for automatic snapd restart... [Pipeline] sh 06:35:41 + ls -al . 06:35:41 total 664 06:35:41 drwxrwxr-x 9 1001 1001 4096 Jan 4 06:35 . 06:35:41 drwxr-xr-x 4 root root 4096 Jan 4 06:32 .. 06:35:41 -rw-rw-r-- 1 1001 1001 11 Jan 4 06:30 .dockerignore 06:35:41 drwxrwxr-x 8 1001 1001 4096 Jan 4 06:30 .git 06:35:41 drwxrwxr-x 3 1001 1001 4096 Jan 4 06:30 .github 06:35:41 -rw-rw-r-- 1 1001 1001 824 Jan 4 06:30 .gitignore 06:35:41 -rw-rw-r-- 1 1001 1001 166 Jan 4 06:30 .sonarcloud.properties 06:35:41 -rw-rw-r-- 1 1001 1001 3804 Jan 4 06:30 CONTRIBUTING.md 06:35:41 -rw-rw-r-- 1 1001 1001 1035 Jan 4 06:30 Dockerfile.build 06:35:41 -rw-rw-r-- 1 1001 1001 863 Jan 4 06:30 Jenkinsfile 06:35:41 -rw-rw-r-- 1 1001 1001 10775 Jan 4 06:30 LICENSE 06:35:41 -rw-rw-r-- 1 1001 1001 5750 Jan 4 06:30 Makefile 06:35:41 -rw-rw-r-- 1 1001 1001 6511 Jan 4 06:30 README.md 06:35:41 -rw-rw-r-- 1 1001 1001 6744 Jan 4 06:30 SECURITY.md 06:35:41 -rw-rw-r-- 1 1001 1001 5 Jan 4 06:26 VERSION 06:35:41 -rw-rw-r-- 1 1001 1001 4131 Jan 4 06:30 ZMQWindows.md 06:35:41 drwxrwxr-x 2 1001 1001 4096 Jan 4 06:30 bin 06:35:41 drwxrwxr-x 14 1001 1001 4096 Jan 4 06:30 cmd 06:35:41 -rw-r--r-- 1 root root 538204 Jan 4 06:34 coverage.out 06:35:41 -rw-r--r-- 1 root root 979 Jan 4 06:35 go.mod 06:35:41 -rw-r--r-- 1 root root 18739 Jan 4 06:35 go.sum 06:35:41 drwxrwxr-x 8 1001 1001 4096 Jan 4 06:30 internal 06:35:41 drwxrwxr-x 4 1001 1001 4096 Jan 4 06:30 openapi 06:35:41 drwxrwxr-x 4 1001 1001 4096 Jan 4 06:30 snap 06:35:41 -rw-rw-r-- 1 1001 1001 168 Jan 4 06:30 version.go [Pipeline] sh 06:35:42 + '[' -e coverage.out ] 06:35:42 + chown 1001:1001 coverage.out [Pipeline] stash 06:35:42 Warning: overwriting stash ‘coverage-report’ 06:35:43 Stashed 1 file(s) [Pipeline] sh 06:35:44 + make build 06:35:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:35:51 lxd 4.9 from Canonical* installed 06:35:51 + sudo lxd init --auto 06:35:54 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 06:35:58 + sudo snap install --classic snapcraft 06:36:03 snapcraft 4.4.4 from Canonical* installed 06:36:03 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 06:36:03 + patch --verbose -p1 06:36:03 Hmm... Looks like a unified diff to me... 06:36:03 The text leading up to this was: 06:36:03 -------------------------- 06:36:03 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 06:36:03 |From: Tony Espy 06:36:03 |Date: Wed, 16 Dec 2020 16:34:55 -0500 06:36:03 |Subject: [PATCH] optimize snap build for pipeline CI check 06:36:03 | 06:36:03 |This patch is used by the EdgeX CI pipeline builds to 06:36:03 |optimize the snap CI check run for pull requests. When 06:36:03 |applied, it essentially strips out everything (apps and 06:36:03 |parts) from the snapcraft.yaml file except those required 06:36:03 |to build edgex-go, as the whole idea of the CI check is to 06:36:03 |catch changes to edgex-go that break the snap build. 06:36:03 | 06:36:03 |In general, anyone updating snapcraft.yaml will also need 06:36:03 |to update this patch file, otherwise it may fail to apply, 06:36:03 |resulting in a failed snap build CI check in the associated 06:36:03 |pull request. 06:36:03 | 06:36:03 |Note - in addition to applying this patch, the pipeline also 06:36:03 |only primes the snap (e.g. `snapcraft prime`), as there's no 06:36:03 |need to build the finally binary .snap file (and it won't 06:36:03 |work with the patch applied). This further reduces the build 06:36:03 |time. 06:36:03 |--- 06:36:03 | snap/snapcraft.yaml | 461 +------------------------------------------- 06:36:03 | 1 file changed, 2 insertions(+), 459 deletions(-) 06:36:03 | 06:36:03 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 06:36:03 |index 1e537489..faf42425 100644 06:36:03 |--- a/snap/snapcraft.yaml 06:36:03 |+++ b/snap/snapcraft.yaml 06:36:03 -------------------------- 06:36:03 patching file snap/snapcraft.yaml 06:36:03 Using Plan A... 06:36:03 Hunk #1 succeeded at 73. 06:36:03 Hunk #2 succeeded at 202. 06:36:03 Hunk #3 succeeded at 214. 06:36:03 Hunk #4 succeeded at 222. 06:36:03 Hunk #5 succeeded at 229. 06:36:03 Hunk #6 succeeded at 256. 06:36:03 Hunk #7 succeeded at 290. 06:36:03 Hunk #8 succeeded at 341. 06:36:03 Hmm... Ignoring the trailing garbage. 06:36:03 done 06:36:03 + sudo snapcraft prime --use-lxd 06:36:05 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 06:36:05 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: 06:36:05 - README.md 06:36:05 06:36:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:36:06 Launching a container. 06:36:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:36:18 Waiting for container to be ready 06:36:18 To start your first instance, try: lxc launch ubuntu:18.04 06:36:18 06:36:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:36:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 06:36:21 Waiting for network to be ready... 06:36:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:36:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 06:36:22 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:36:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 06:36:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 06:36:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 06:36:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 06:36:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 06:36:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 06:36:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 06:36:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:36:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:36:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:36:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:36:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:36:23 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:36:23 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:36:23 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:36:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:36:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 06:36:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 06:36:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 06:36:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 06:36:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 06:36:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 06:36:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 06:36:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 06:36:25 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 06:36:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:36:28 Fetched 23.5 MB in 5s (4588 kB/s) 06:36:28 Reading package lists... 06:36:28 Reading package lists... 06:36:29 Building dependency tree... 06:36:29 Reading state information... 06:36:29 The following additional packages will be installed: 06:36:29 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:36:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:36:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:36:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 06:36:29 Suggested packages: 06:36:29 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 06:36:29 Recommended packages: 06:36:29 gnupg libsasl2-modules 06:36:29 The following NEW packages will be installed: 06:36:29 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:36:29 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:36:29 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:36:29 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 06:36:29 The following packages will be upgraded: 06:36:29 gpg gpg-agent gpgconf libudev1 06:36:29 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 06:36:29 Need to get 3531 kB of archives. 06:36:29 After this operation, 13.3 MB of additional disk space will be used. 06:36:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 06:36:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 06:36:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 06:36:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 06:36:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 06:36:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 06:36:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 06:36:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 06:36:29 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 06:36:29 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 06:36:30 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 06:36:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 06:36:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 06:36:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 06:36:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 06:36:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 06:36:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 06:36:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 06:36:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 06:36:30 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 06:36:30 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 06:36:30 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 06:36:30 debconf: delaying package configuration, since apt-utils is not installed 06:36:30 Fetched 3531 kB in 1s (3132 kB/s) 06:36:30 (Reading database ... 12511 files and directories currently installed.) 06:36:30 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 06:36:30 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:36:30 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 06:36:30 Selecting previously unselected package udev. 06:36:30 (Reading database ... 12511 files and directories currently installed.) 06:36:30 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 06:36:31 Unpacking udev (237-3ubuntu10.43) ... 06:36:31 Selecting previously unselected package libfuse2:amd64. 06:36:31 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 06:36:31 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:36:31 Selecting previously unselected package fuse. 06:36:31 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 06:36:31 Unpacking fuse (2.9.7-1ubuntu1) ... 06:36:31 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 06:36:31 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:36:31 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 06:36:31 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:36:31 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 06:36:31 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:36:31 Selecting previously unselected package libksba8:amd64. 06:36:31 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 06:36:31 Unpacking libksba8:amd64 (1.3.5-2) ... 06:36:31 Selecting previously unselected package libroken18-heimdal:amd64. 06:36:32 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 06:36:32 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:36:32 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:32 Selecting previously unselected package libasn1-8-heimdal:amd64. 06:36:32 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:36:32 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:32 Selecting previously unselected package libheimbase1-heimdal:amd64. 06:36:32 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:36:32 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:32 Selecting previously unselected package libhcrypto4-heimdal:amd64. 06:36:32 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:36:32 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:32 Selecting previously unselected package libwind0-heimdal:amd64. 06:36:32 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:36:32 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:32 Selecting previously unselected package libhx509-5-heimdal:amd64. 06:36:32 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:36:32 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:32 Selecting previously unselected package libkrb5-26-heimdal:amd64. 06:36:32 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:36:32 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:32 Selecting previously unselected package libheimntlm0-heimdal:amd64. 06:36:32 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:36:32 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:32 Selecting previously unselected package libgssapi3-heimdal:amd64. 06:36:32 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:36:32 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:32 Selecting previously unselected package libsasl2-modules-db:amd64. 06:36:32 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 06:36:32 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 06:36:32 Selecting previously unselected package libsasl2-2:amd64. 06:36:32 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 06:36:32 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 06:36:32 Selecting previously unselected package libldap-common. 06:36:32 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 06:36:32 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:36:33 Selecting previously unselected package libldap-2.4-2:amd64. 06:36:33 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 06:36:33 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:36:33 Selecting previously unselected package dirmngr. 06:36:33 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 06:36:33 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 06:36:33 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:36:33 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 06:36:33 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:36:33 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 06:36:33 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 06:36:33 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 06:36:33 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:33 Setting up libksba8:amd64 (1.3.5-2) ... 06:36:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:36:33 Setting up udev (237-3ubuntu10.43) ... 06:36:34 invoke-rc.d: policy-rc.d denied execution of start. 06:36:34 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:34 Processing triggers for systemd (237-3ubuntu10) ... 06:36:34 Setting up fuse (2.9.7-1ubuntu1) ... 06:36:34 Setting up gpg (2.2.4-1ubuntu1.3) ... 06:36:34 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:34 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:34 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:34 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:34 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:34 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:34 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:36:34 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:36:34 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 06:36:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:36:35 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 06:36:35 settings in the [Install] section, and DefaultInstance for template units). 06:36:35 This means they are not meant to be enabled using systemctl. 06:36:35 Possible reasons for having this kind of units are: 06:36:35 1) A unit may be statically enabled by being symlinked from another unit's 06:36:35 .wants/ or .requires/ directory. 06:36:35 2) A unit's purpose may be to act as a helper for some other unit which has 06:36:35 a requirement dependency on it. 06:36:35 3) A unit may be started when needed via activation (socket, path, timer, 06:36:35 D-Bus, udev, scripted systemctl call, ...). 06:36:35 4) In case of template units, the unit is meant to be enabled with some 06:36:35 instance name specified. 06:36:35 Reading package lists... 06:36:35 Building dependency tree... 06:36:35 Reading state information... 06:36:35 The following additional packages will be installed: 06:36:35 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 06:36:35 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 06:36:35 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 06:36:35 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 06:36:35 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 06:36:35 Suggested packages: 06:36:35 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 06:36:35 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 06:36:35 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 06:36:35 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 06:36:35 systemd-container policykit-1 06:36:35 Recommended packages: 06:36:35 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 06:36:35 The following NEW packages will be installed: 06:36:35 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 06:36:35 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 06:36:35 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 06:36:35 multiarch-support openssh-client python3 python3-minimal python3.6 06:36:35 python3.6-minimal snapd squashfs-tools sudo 06:36:35 The following packages will be upgraded: 06:36:35 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 06:36:36 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 06:36:36 Need to get 35.2 MB of archives. 06:36:36 After this operation, 141 MB of additional disk space will be used. 06:36:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 06:36:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 06:36:36 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 06:36:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 06:36:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 06:36:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 06:36:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 06:36:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 06:36:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 06:36:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 06:36:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 06:36:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 06:36:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 06:36:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 06:36:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 06:36:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 06:36:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 06:36:37 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 06:36:37 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 06:36:37 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 06:36:37 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 06:36:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 06:36:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 06:36:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 06:36:37 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 06:36:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 06:36:37 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 06:36:37 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 06:36:37 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 06:36:37 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 06:36:37 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 06:36:38 debconf: delaying package configuration, since apt-utils is not installed 06:36:38 Fetched 35.2 MB in 2s (16.7 MB/s) 06:36:38 (Reading database ... 12757 files and directories currently installed.) 06:36:38 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 06:36:38 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:36:39 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 06:36:39 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:36:39 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 06:36:39 (Reading database ... 12757 files and directories currently installed.) 06:36:39 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 06:36:39 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 06:36:39 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 06:36:39 (Reading database ... 12757 files and directories currently installed.) 06:36:39 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 06:36:39 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 06:36:40 Setting up apt (1.6.12ubuntu0.2) ... 06:36:40 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 06:36:40 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 06:36:40 (Reading database ... 12764 files and directories currently installed.) 06:36:40 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:36:40 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:36:41 Selecting previously unselected package libpython3.6-minimal:amd64. 06:36:41 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:36:41 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:36:41 Selecting previously unselected package libexpat1:amd64. 06:36:41 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 06:36:41 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:36:41 Selecting previously unselected package python3.6-minimal. 06:36:41 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:36:41 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 06:36:41 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 06:36:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:36:42 Checking for services that may need to be restarted...done. 06:36:42 Checking for services that may need to be restarted...done. 06:36:42 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:36:42 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:36:42 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 06:36:42 Selecting previously unselected package python3-minimal. 06:36:42 (Reading database ... 13012 files and directories currently installed.) 06:36:42 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 06:36:42 Unpacking python3-minimal (3.6.7-1~18.04) ... 06:36:42 Selecting previously unselected package mime-support. 06:36:42 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 06:36:42 Unpacking mime-support (3.60ubuntu1) ... 06:36:42 Selecting previously unselected package libmpdec2:amd64. 06:36:42 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 06:36:42 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:36:42 Selecting previously unselected package libpython3.6-stdlib:amd64. 06:36:42 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:36:42 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:36:43 Selecting previously unselected package python3.6. 06:36:43 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:36:43 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:36:43 Selecting previously unselected package libpython3-stdlib:amd64. 06:36:43 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 06:36:43 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:36:43 Setting up python3-minimal (3.6.7-1~18.04) ... 06:36:43 Selecting previously unselected package python3. 06:36:43 (Reading database ... 13442 files and directories currently installed.) 06:36:43 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 06:36:43 Unpacking python3 (3.6.7-1~18.04) ... 06:36:43 Selecting previously unselected package multiarch-support. 06:36:43 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 06:36:43 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 06:36:43 Setting up multiarch-support (2.27-3ubuntu1.4) ... 06:36:43 Selecting previously unselected package liblzo2-2:amd64. 06:36:43 (Reading database ... 13479 files and directories currently installed.) 06:36:43 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 06:36:43 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 06:36:43 Selecting previously unselected package libbsd0:amd64. 06:36:43 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 06:36:43 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:36:43 Selecting previously unselected package sudo. 06:36:43 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 06:36:43 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 06:36:44 Selecting previously unselected package apparmor. 06:36:44 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 06:36:44 Unpacking apparmor (2.12-4ubuntu5.1) ... 06:36:44 Selecting previously unselected package libedit2:amd64. 06:36:44 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 06:36:44 Unpacking libedit2:amd64 (3.1-20170329-1) ... 06:36:44 Selecting previously unselected package libkrb5support0:amd64. 06:36:44 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 06:36:44 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:36:44 Selecting previously unselected package libk5crypto3:amd64. 06:36:44 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 06:36:44 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:36:44 Selecting previously unselected package libkeyutils1:amd64. 06:36:44 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 06:36:44 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:36:44 Selecting previously unselected package libkrb5-3:amd64. 06:36:44 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 06:36:44 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:36:44 Selecting previously unselected package libgssapi-krb5-2:amd64. 06:36:44 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 06:36:44 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:36:44 Selecting previously unselected package libssl1.0.0:amd64. 06:36:44 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 06:36:44 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:36:45 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 06:36:45 Selecting previously unselected package openssh-client. 06:36:45 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 06:36:45 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 06:36:45 Selecting previously unselected package squashfs-tools. 06:36:45 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 06:36:45 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:36:46 Selecting previously unselected package snapd. 06:36:46 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 06:36:46 Unpacking snapd (2.48+18.04) ... 06:36: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 06:36:49 Setting up libedit2:amd64 (3.1-20170329-1) ... 06:36:49 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:36:49 Setting up mime-support (3.60ubuntu1) ... 06:36:49 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 06:36:49 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:36:49 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:36:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:36:49 Setting up systemd (237-3ubuntu10.43) ... 06:36:49 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 06:36:50 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:36:50 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:36:50 Setting up liblzo2-2:amd64 (2.08-1.2) ... 06:36:50 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:36:50 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:36:50 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:36:50 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:36:50 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:36:50 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:36:50 Setting up python3 (3.6.7-1~18.04) ... 06:36:50 running python rtupdate hooks for python3.6... 06:36:50 running python post-rtupdate hooks for python3.6... 06:36:50 Setting up apparmor (2.12-4ubuntu5.1) ... 06:36:51 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 06:36:52 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 06:36:52 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:36:52 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 06:36:52 Setting up snapd (2.48+18.04) ... 06:36:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 06:36:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 06:36:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 06:36:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 06:36:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:36:54 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:36:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 06:36:54 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 06:36:54 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 06:36:55 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 06:36:55 /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' 06:36:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:36:55 Processing triggers for systemd (237-3ubuntu10.43) ... [Pipeline] } 06:36:55 $ docker stop --time=1 ef19e7c2b6bdb6f7d69148324d24e5481ede7c300fd29f9d587718705c77b9ec 06:36:56 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:36:56 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:36:56 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:36:57 $ docker rm -f ef19e7c2b6bdb6f7d69148324d24e5481ede7c300fd29f9d587718705c77b9ec 06:36:58 Reading package lists... 06:36:58 Reading package lists... 06:36:58 Building dependency tree... 06:36:58 Reading state information... 06:36:58 Calculating upgrade... [Pipeline] // withDockerContainer [Pipeline] } 06:36:58 The following packages will be upgraded: 06:36:58 advancecomp base-files bash binutils binutils-common 06:36:58 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 06:36:58 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 06:36:58 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 06:36:58 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 06:36:58 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 06:36:58 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 06:36:58 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 06:36:58 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 06:36:58 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 06:36:58 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 06:36:58 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 06:36:58 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 06:36:58 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 06:36:59 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 06:36:59 Need to get 63.5 MB of archives. 06:36:59 After this operation, 5191 kB of additional disk space will be used. 06:36:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 06:36:59 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:36:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:36:59 06:36:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:36:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 06:36:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 06:36:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 06:36:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 06:36:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 06:36:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 06:36:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 06:36:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 06:36:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 06:36:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 06:36:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 06:36:59 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 06:36:59 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 06:36:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 06:36:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 06:36:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 06:36:59 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [Pipeline] isUnix [Pipeline] sh 06:37:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 06:37:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 06:37:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 06:37:00 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 06:37:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 06:37:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 06:37:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 06:37:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 06:37:00 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 06:37:00 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 06:37:00 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 06:37:00 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 06:37:00 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 06:37:00 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 06:37:00 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 06:37:00 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 06:37:00 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 06:37:00 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] 06:37:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:37:00 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 06:37:00 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 06:37:00 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 06:37:00 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 06:37:00 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 06:37:00 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 06:37:00 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 06:37:00 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 06:37:00 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 06:37:00 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 06:37:00 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 06:37:00 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 06:37:00 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 06:37:00 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 06:37:00 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 06:37:00 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 06:37:00 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 06:37:00 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 06:37:00 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 06:37:00 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 06:37:00 latest: Pulling from edgex-devops/edgex-compose-arm64 06:37:00 29e5d40040c1: Pulling fs layer 06:37:00 1ce36da41761: Pulling fs layer 06:37:00 25b303627fd3: Pulling fs layer 06:37:00 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 06:37:00 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 06:37:00 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 06:37:00 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 06:37:00 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 06:37:00 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 06:37:00 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 06:37:00 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 06:37:00 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 06:37:00 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 06:37:00 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 06:37:00 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 06:37:00 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 06:37:00 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 06:37:00 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 06:37:00 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 06:37:00 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 06:37:00 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 06:37:00 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 06:37:00 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 06:37:00 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 06:37:00 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 06:37:00 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 06:37:00 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 06:37:00 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 06:37:00 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 06:37:00 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 06:37:00 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 06:37:00 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 06:37:00 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 06:37:01 29e5d40040c1: Verifying Checksum 06:37:01 29e5d40040c1: Download complete 06:37:01 1ce36da41761: Verifying Checksum 06:37:01 1ce36da41761: Download complete 06:37:01 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 06:37:02 29e5d40040c1: Pull complete 06:37:02 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 06:37:02 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 06:37:02 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 06:37:02 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 06:37:02 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 06:37:02 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 06:37:02 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 06:37:02 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 06:37:02 debconf: delaying package configuration, since apt-utils is not installed 06:37:02 Fetched 63.5 MB in 4s (16.4 MB/s) 06:37:03 (Reading database ... 13912 files and directories currently installed.) 06:37:03 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 06:37:03 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:37:03 25b303627fd3: Verifying Checksum 06:37:03 25b303627fd3: Download complete 06:37:03 1ce36da41761: Pull complete 06:37:03 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 06:37:03 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:37:03 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 06:37:03 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 06:37:04 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:37:04 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:37:04 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:37:04 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:37:04 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:37:04 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:37:05 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:37:05 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:37:05 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:37:05 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:37:05 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:37:05 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:37:05 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:37:05 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:37:05 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 06:37:05 (Reading database ... 13911 files and directories currently installed.) 06:37:05 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 06:37:05 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 06:37:05 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 06:37:05 (Reading database ... 13911 files and directories currently installed.) 06:37:05 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:37:05 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:37:06 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:37:06 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:37:06 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:37:06 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:37:06 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 06:37:06 (Reading database ... 13911 files and directories currently installed.) 06:37:06 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 06:37:06 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:37:07 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 06:37:07 (Reading database ... 13911 files and directories currently installed.) 06:37:07 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 06:37:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 06:37:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 06:37:07 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 06:37:07 Setting up base-files (10.1ubuntu2.10) ... 06:37:07 Installing new version of config file /etc/issue ... 06:37:07 Installing new version of config file /etc/issue.net ... 06:37:07 Installing new version of config file /etc/lsb-release ... 06:37:07 Installing new version of config file /etc/update-motd.d/50-motd-news ... 06:37:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 06:37:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 06:37:08 Removing obsolete conffile /etc/default/motd-news ... 06:37:08 (Reading database ... 13912 files and directories currently installed.) 06:37:08 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 06:37:08 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 06:37:08 Setting up bash (4.4.18-2ubuntu1.2) ... 06:37:08 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 06:37:08 (Reading database ... 13912 files and directories currently installed.) 06:37:08 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 06:37:08 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 06:37:08 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 06:37:08 (Reading database ... 13912 files and directories currently installed.) 06:37:08 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 06:37:08 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 06:37:08 Setting up tar (1.29b-2ubuntu0.1) ... 06:37:09 (Reading database ... 13912 files and directories currently installed.) 06:37:09 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 06:37:09 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:37:09 Setting up dpkg (1.19.0.5ubuntu2.3) ... 06:37:09 (Reading database ... 13912 files and directories currently installed.) 06:37:09 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 06:37:09 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:37:09 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 06:37:09 (Reading database ... 13912 files and directories currently installed.) 06:37:09 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 06:37:09 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:37:09 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 06:37:09 (Reading database ... 13912 files and directories currently installed.) 06:37:09 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 06:37:09 Unpacking grep (3.1-2build1) over (3.1-2) ... 06:37:10 Setting up grep (3.1-2build1) ... 06:37:10 (Reading database ... 13912 files and directories currently installed.) 06:37:10 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 06:37:10 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:37:10 Setting up login (1:4.5-1ubuntu2) ... 06:37:10 (Reading database ... 13912 files and directories currently installed.) 06:37:10 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 06:37:10 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:37:10 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 06:37:10 (Reading database ... 13912 files and directories currently installed.) 06:37:10 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 06:37:10 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:37:11 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 06:37:11 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:37:11 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 06:37:11 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:37:11 Setting up perl-base (5.26.1-6ubuntu0.5) ... 06:37:12 (Reading database ... 13912 files and directories currently installed.) 06:37:12 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 06:37:12 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:37:13 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:37:13 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:37:13 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:37:13 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:37:13 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 06:37:13 (Reading database ... 13912 files and directories currently installed.) 06:37:13 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 06:37:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 06:37:13 25b303627fd3: Pull complete 06:37:13 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:37:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:37:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:37:13 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 06:37:13 prd-ubuntu18.04-docker-arm64-4c-16g-18142 does not seem to be running inside a container 06:37:13 (Reading database ... 13912 files and directories currently installed.) 06:37:13 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:37:13 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:37:13 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:37:13 (Reading database ... 13912 files and directories currently installed.) 06:37:13 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:37:13 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:37:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:37:14 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:37:14 (Reading database ... 13912 files and directories currently installed.) 06:37:14 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:37:14 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:37:14 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:37:14 (Reading database ... 13912 files and directories currently installed.) 06:37:14 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:37:14 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:37:14 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:37:14 (Reading database ... 13912 files and directories currently installed.) 06:37:14 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 06:37:14 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:37:14 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 06:37:14 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:37:14 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 06:37:14 (Reading database ... 13912 files and directories currently installed.) 06:37:14 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 06:37:15 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:37:15 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 06:37:15 (Reading database ... 13912 files and directories currently installed.) 06:37:15 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:37:15 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:37:15 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:37:15 (Reading database ... 13912 files and directories currently installed.) 06:37:15 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:37:15 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:37:15 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 06:37:15 (Reading database ... 13912 files and directories currently installed.) 06:37:15 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:37:15 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:37:16 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 06:37:16 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 06:37:16 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 06:37:16 (Reading database ... 13912 files and directories currently installed.) 06:37:16 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 06:37:16 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:37:17 Setting up libc-bin (2.27-3ubuntu1.4) ... 06:37:17 $ docker top 174aeced89c7c5953feae0bef6e61c7edfb421c2e989b7a329cf11401c70e2e3 -eo pid,comm 06:37:17 (Reading database ... 13912 files and directories currently installed.) 06:37:17 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 06:37:17 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [Pipeline] { [Pipeline] sh 06:37:17 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 06:37:17 (Reading database ... 13914 files and directories currently installed.) 06:37:17 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 06:37:17 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 06:37:17 Setting up debconf (1.5.66ubuntu1) ... 06:37:18 + docker-compose build --help 06:37:18 + grep parallel 06:37:18 (Reading database ... 13914 files and directories currently installed.) 06:37:18 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:37:18 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:37:18 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:37:18 (Reading database ... 13914 files and directories currently installed.) 06:37:18 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:37:18 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:37:18 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 06:37:18 (Reading database ... 13914 files and directories currently installed.) 06:37:18 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:37:18 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:37:18 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:37:19 (Reading database ... 13914 files and directories currently installed.) 06:37:19 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:37:19 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:37:19 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 06:37:19 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 06:37:19 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 06:37:19 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:37:19 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 06:37:19 (Reading database ... 13914 files and directories currently installed.) 06:37:19 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 06:37:19 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 06:37:20 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 06:37:20 (Reading database ... 13914 files and directories currently installed.) 06:37:20 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 06:37:20 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:37:20 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 06:37:20 (Reading database ... 13914 files and directories currently installed.) 06:37:20 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 06:37:20 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:37:20 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 06:37:20 (Reading database ... 13914 files and directories currently installed.) 06:37:20 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 06:37:20 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 06:37:20 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 06:37:21 (Reading database ... 13914 files and directories currently installed.) 06:37:21 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 06:37:21 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:37:21 Setting up passwd (1:4.5-1ubuntu2) ... 06:37:21 (Reading database ... 13914 files and directories currently installed.) 06:37:21 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 06:37:21 --parallel Build images in parallel. 06:37:21 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:37:21 Setting up gpgv (2.2.4-1ubuntu1.3) ... 06:37:21 (Reading database ... 13914 files and directories currently installed.) 06:37:21 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [Pipeline] } 06:37:21 $ docker stop --time=1 174aeced89c7c5953feae0bef6e61c7edfb421c2e989b7a329cf11401c70e2e3 06:37:21 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 06:37:21 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 06:37:22 (Reading database ... 13914 files and directories currently installed.) 06:37:22 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 06:37:22 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 06:37:22 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 06:37:22 (Reading database ... 13914 files and directories currently installed.) 06:37:22 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 06:37:22 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 06:37:22 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 06:37:22 (Reading database ... 13914 files and directories currently installed.) 06:37:22 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 06:37:22 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 06:37:23 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 06:37:23 (Reading database ... 13914 files and directories currently installed.) 06:37:23 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 06:37:23 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 06:37:23 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 06:37:23 (Reading database ... 13915 files and directories currently installed.) 06:37:23 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:37:23 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:37:23 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:37:23 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:37:23 $ docker rm -f 174aeced89c7c5953feae0bef6e61c7edfb421c2e989b7a329cf11401c70e2e3 06:37:23 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:37:23 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:37:24 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 06:37:24 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:37:24 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 06:37:24 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 06:37:24 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 06:37:24 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 06:37:24 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 06:37:24 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 06:37:24 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 06:37:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:37:24 . [Pipeline] withDockerContainer 06:37:24 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 06:37:24 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 06:37:24 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 06:37:24 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 06:37:24 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 06:37:24 prd-ubuntu18.04-docker-arm64-4c-16g-18142 does not seem to be running inside a container 06:37:24 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:37:25 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 06:37:25 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 06:37:25 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 06:37:25 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 06:37:26 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 06:37:26 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 06:37:26 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 06:37:26 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 06:37:26 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:37:26 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:37:26 $ docker top 52bf8769c477a04722ec7fac17db4318c03ad47249a477269750b712de604a03 -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:26 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:37:26 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:37:26 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:37:26 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:37:26 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:37:27 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:37:27 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:37:27 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:37:27 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:37:27 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:37:27 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:37:27 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:37:27 + docker-compose -f ./docker-compose-build.yml build --parallel 06:37:27 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:37:27 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:37:28 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:37:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:37:29 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:37:29 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:37:30 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:37:30 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:37:30 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:37:30 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:37:31 Building docker-core-command-go ... 06:37:31 Building docker-core-data-go ... 06:37:31 Building docker-core-metadata-go ... 06:37:31 Building docker-security-bootstrap-redis-go ... 06:37:31 Building docker-security-proxy-setup-go ... 06:37:31 Building docker-security-secretstore-setup-go ... 06:37:31 Building docker-support-notifications-go ... 06:37:31 Building docker-support-scheduler-go ... 06:37:31 Building docker-sys-mgmt-agent-go ... 06:37:31 Building docker-core-data-go 06:37:31 Building docker-security-bootstrap-redis-go 06:37:31 Building docker-security-secretstore-setup-go 06:37:31 Building docker-security-proxy-setup-go 06:37:31 Building docker-core-metadata-go 06:37:31 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:37:31 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:37:31 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:37:31 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:37:31 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 06:37:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:37:32 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 06:37:32 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:37:32 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 06:37:32 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 06:37:32 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:37:32 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:37:32 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:37:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:37:32 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 06:37:32 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 06:37:33 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:37:33 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 06:37:33 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:37:33 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:37:33 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:37:33 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 06:37:33 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 06:37:33 Setting up tzdata (2020d-0ubuntu0.18.04) ... 06:37:33 06:37:33 Current default time zone: 'Etc/UTC' 06:37:33 Local time is now: Mon Jan 4 06:37:33 UTC 2021. 06:37:33 Universal Time is now: Mon Jan 4 06:37:33 UTC 2021. 06:37:33 Run 'dpkg-reconfigure tzdata' if you wish to change it. 06:37:33 06:37:33 Setting up systemd-sysv (237-3ubuntu10.43) ... 06:37:33 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:37:33 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 06:37:33 Setting up mount (2.31.1-0.4ubuntu3.7) ... 06:37:33 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 06:37:33 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 06:37:33 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 06:37:33 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 06:37:33 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 06:37:34 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 06:37:34 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:37:34 Setting up procps (2:3.3.12-3ubuntu1.2) ... 06:37:34 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 06:37:34 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 06:37:34 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 06:37:34 Setting up patch (2.7.6-2ubuntu1.1) ... 06:37:34 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 06:37:34 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 06:37:34 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 06:37:34 Installing new version of config file /etc/ssl/openssl.cnf ... 06:37:34 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 06:37:34 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 06:37:34 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 06:37:36 Updating certificates in /etc/ssl/certs... 06:37:36 22 added, 17 removed; done. 06:37:36 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 06:37:36 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:37:36 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 06:37:36 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 06:37:36 Setting up pkgbinarymangler (138.18.04.1) ... 06:37:36 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 06:37:36 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 06:37:36 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 06:37:37 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 06:37:37 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:37:37 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 06:37:37 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:37:37 Setting up perl (5.26.1-6ubuntu0.5) ... 06:37:37 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 06:37:37 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 06:37:37 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 06:37:37 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 06:37:37 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 06:37:37 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 06:37:37 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 06:37:37 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 06:37:37 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 06:37:37 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:37:37 Processing triggers for systemd (237-3ubuntu10.43) ... 06:37:37 Processing triggers for mime-support (3.60ubuntu1) ... 06:37:37 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 06:37:37 Updating certificates in /etc/ssl/certs... 06:37:38 0 added, 0 removed; done. 06:37:38 Running hooks in /etc/ca-certificates/update.d... 06:37:38 done. 06:37:38 Reading package lists... 06:37:39 Building dependency tree... 06:37:39 Reading state information... 06:37:39 The following NEW packages will be installed: 06:37:39 apt-transport-https 06:37:39 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 06:37:39 Need to get 1696 B of archives. 06:37:39 After this operation, 153 kB of additional disk space will be used. 06:37:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 06:37:39 debconf: delaying package configuration, since apt-utils is not installed 06:37:39 Fetched 1696 B in 0s (8502 B/s) 06:37:39 Selecting previously unselected package apt-transport-https. 06:37:39 (Reading database ... 13929 files and directories currently installed.) 06:37:39 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 06:37:39 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 06:37:39 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 06:37:40 Waiting for network to be ready... 06:37:46 2021-01-04T06:37:43Z INFO Waiting for automatic snapd restart... 06:37:46 snapd 2.48.1 from Canonical* installed 06:37:47 "snapd" switched to the "latest/stable" channel 06:37:47 06:37:51 core18 20201210 from Canonical* installed 06:37:51 "core18" switched to the "latest/stable" channel 06:37:51 06:37:57 snapcraft 4.4.4 from Canonical* installed 06:37:57 "snapcraft" switched to the "latest/stable" channel 06:37:57 06:38:00 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: 06:38:00 - README.md 06:38:00 06:38:00 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:38:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:38:07 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:38:07 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:38:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:38:09 Reading package lists... 06:38:09 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 06:38:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:38:16 Reading package lists... 06:38:16 Building dependency tree... 06:38:16 Reading state information... 06:38:16 Suggested packages: 06:38:16 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 06:38:16 git-gui gitk gitweb git-cvs git-mediawiki git-svn 06:38:16 Recommended packages: 06:38:16 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 06:38:16 The following NEW packages will be installed: 06:38:16 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 06:38:16 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 06:38:16 pkg-config zip 06:38:16 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 06:38:16 Need to get 7655 kB of archives. 06:38:16 After this operation, 43.7 MB of additional disk space will be used. 06:38:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 06:38:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 06:38:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 06:38:16 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 06:38:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 06:38:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 06:38:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 06:38:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 06:38:16 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 06:38:16 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 06:38:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 06:38:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 06:38:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 06:38:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 06:38:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 06:38:17 debconf: delaying package configuration, since apt-utils is not installed 06:38:17 Fetched 7655 kB in 1s (10.4 MB/s) 06:38:17 Selecting previously unselected package libglib2.0-0:amd64. 06:38:17 (Reading database ... 13933 files and directories currently installed.) 06:38:17 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 06:38:17 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:38:17 Selecting previously unselected package libpsl5:amd64. 06:38:17 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 06:38:17 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 06:38:17 Selecting previously unselected package libnghttp2-14:amd64. 06:38:17 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 06:38:17 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:38:17 Selecting previously unselected package librtmp1:amd64. 06:38:17 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 06:38:17 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:38:17 Selecting previously unselected package libcurl3-gnutls:amd64. 06:38:17 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 06:38:17 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:38:17 Selecting previously unselected package liberror-perl. 06:38:17 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 06:38:17 Unpacking liberror-perl (0.17025-1) ... 06:38:17 Selecting previously unselected package git-man. 06:38:17 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 06:38:17 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 06:38:18 Selecting previously unselected package git. 06:38:18 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 06:38:18 Unpacking git (1:2.17.1-1ubuntu0.7) ... 06:38:19 Selecting previously unselected package libnorm1:amd64. 06:38:19 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 06:38:19 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:38:19 Selecting previously unselected package libpgm-5.2-0:amd64. 06:38:19 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 06:38:19 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:38:19 Selecting previously unselected package libsodium23:amd64. 06:38:19 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 06:38:19 Unpacking libsodium23:amd64 (1.0.16-2) ... 06:38:19 Selecting previously unselected package libzmq5:amd64. 06:38:19 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 06:38:19 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:38:19 Selecting previously unselected package libzmq3-dev:amd64. 06:38:19 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 06:38:19 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:38:19 Selecting previously unselected package pkg-config. 06:38:19 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 06:38:19 Unpacking pkg-config (0.29.1-0ubuntu2) ... 06:38:19 Selecting previously unselected package zip. 06:38:19 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 06:38:19 Unpacking zip (3.0-11build1) ... 06:38:19 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:38:19 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 06:38:19 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:38:19 Setting up liberror-perl (0.17025-1) ... 06:38:19 Setting up libpsl5:amd64 (0.19.1-5build1) ... 06:38:19 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:38:19 No schema files found: doing nothing. 06:38:19 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:38:19 Setting up zip (3.0-11build1) ... 06:38:20 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:38:20 Setting up libsodium23:amd64 (1.0.16-2) ... 06:38:20 Setting up pkg-config (0.29.1-0ubuntu2) ... 06:38:20 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:38:20 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:38:20 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:38:20 Setting up git (1:2.17.1-1ubuntu0.7) ... 06:38:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:38:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:38:27 git set to automatically installed. 06:38:27 git-man set to automatically installed. 06:38:27 libcurl3-gnutls set to automatically installed. 06:38:27 liberror-perl set to automatically installed. 06:38:27 libglib2.0-0 set to automatically installed. 06:38:27 libnghttp2-14 set to automatically installed. 06:38:27 libnorm1 set to automatically installed. 06:38:27 libpgm-5.2-0 set to automatically installed. 06:38:27 libpsl5 set to automatically installed. 06:38:27 librtmp1 set to automatically installed. 06:38:27 libsodium23 set to automatically installed. 06:38:27 libzmq3-dev set to automatically installed. 06:38:27 libzmq5 set to automatically installed. 06:38:27 pkg-config set to automatically installed. 06:38:27 zip set to automatically installed. 06:38:29 snapd is not logged in, snap install commands will use sudo 06:38:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:38:35 snap "core18" has no updates available 06:38:37 Pulling config-common 06:38:38 Pulling go-build-helper 06:38:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:38:39 ---> 8e9dca2f13e2 06:38:39 Step 3/22 : WORKDIR /edgex-go 06:38:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:38:39 ---> 8e9dca2f13e2 06:38:39 Step 3/22 : WORKDIR /edgex-go 06:38:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:38:39 ---> 8e9dca2f13e2 06:38:39 Step 3/24 : WORKDIR /edgex-go 06:38:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:38:39 ---> 8e9dca2f13e2 06:38:39 Step 3/21 : WORKDIR /edgex-go 06:38:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:38:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:38:40 ---> 8e9dca2f13e2 06:38:40 Step 3/23 : WORKDIR /edgex-go 06:38:44 ---> Running in d049ef2fac00 06:38:44 ---> Running in 45d975b95339 06:38:44 ---> Running in 9ee65265b112 06:38:44 ---> Running in 83032cccd91f 06:38:44 ---> Running in 0fb2621a7bbb 06:38:45 Removing intermediate container d049ef2fac00 06:38:45 ---> 5e95032e618f 06:38:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:45 Removing intermediate container 0fb2621a7bbb 06:38:45 ---> 740c1279fc7c 06:38:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:45 Removing intermediate container 45d975b95339 06:38:45 ---> bc4519f12fe1 06:38:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:45 Removing intermediate container 83032cccd91f 06:38:45 ---> 5c8ea3e3036e 06:38:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:45 Removing intermediate container 9ee65265b112 06:38:45 ---> 629c8a420357 06:38:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:45 ---> Running in e2d86afecfda 06:38:45 ---> Running in 8c50d7baa2e9 06:38:45 ---> Running in 92537db2febc 06:38:45 ---> Running in 8b3f4adeab20 06:38:45 ---> Running in 01401bade67e 06:38:49 Removing intermediate container e2d86afecfda 06:38:49 ---> bbd629dabdf2 06:38:49 Step 5/21 : RUN apk update && apk add make git 06:38:49 ---> Running in 5647b6bfd65f 06:38:49 Removing intermediate container 8c50d7baa2e9 06:38:49 ---> 37b6b4c5c564 06:38:49 Step 5/22 : RUN apk update && apk add make git 06:38:49 Removing intermediate container 01401bade67e 06:38:49 ---> 1e57013436cf 06:38:49 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:38:49 Removing intermediate container 8b3f4adeab20 06:38:49 ---> 59bcf9a83244 06:38:49 Step 5/22 : RUN apk update && apk add make git 06:38:49 ---> Running in 551375ce4a90 06:38:50 ---> Running in 7a47b9025e52 06:38:50 Removing intermediate container 92537db2febc 06:38:50 ---> 3932f6fbb6bf 06:38:50 Step 5/24 : RUN apk update && apk add make git 06:38:50 ---> Running in 8c22b86fc18b 06:38:50 ---> Running in 5521f401958a 06:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:38:52 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:38:52 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:38:52 OK: 12620 distinct packages available 06:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:38:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:38:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:38:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:38:53 OK: 217 MiB in 51 packages 06:38:53 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:38:53 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:38:53 OK: 12620 distinct packages available 06:38:53 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:38:53 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:38:53 OK: 12620 distinct packages available 06:38:54 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:38:54 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:38:54 OK: 12620 distinct packages available 06:38:54 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:38:54 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:38:54 OK: 12620 distinct packages available 06:38:54 OK: 217 MiB in 51 packages 06:38:54 OK: 217 MiB in 51 packages 06:38:55 Removing intermediate container 5647b6bfd65f 06:38:55 ---> 6273e20640b9 06:38:55 Step 6/21 : COPY go.mod . 06:38:55 OK: 217 MiB in 51 packages 06:38:55 OK: 217 MiB in 51 packages 06:38:56 ---> d30d4c26ceb5 06:38:56 Step 7/21 : RUN go mod download 06:38:56 ---> Running in 207aa18567b7 06:38:56 Removing intermediate container 7a47b9025e52 06:38:56 ---> 50359ae7022e 06:38:56 Step 6/23 : COPY go.mod . 06:38:56 Removing intermediate container 551375ce4a90 06:38:56 ---> 0c92ba6cdc3f 06:38:56 Step 6/22 : COPY go.mod . 06:38:57 Removing intermediate container 5521f401958a 06:38:57 ---> 41c60d317eb8 06:38:57 Step 6/24 : COPY go.mod . 06:38:57 Removing intermediate container 8c22b86fc18b 06:38:57 ---> 784a3d341fcf 06:38:57 Step 6/22 : COPY go.mod . 06:38:57 ---> 4166ae12fe99 06:38:57 Step 7/23 : RUN go mod download 06:38:58 ---> 2ca19ba65d96 06:38:58 Step 7/22 : RUN go mod download 06:38:58 ---> Running in 9ac17102998e 06:38:58 ---> Running in d6eb5ae983d6 06:38:58 ---> 72693a39382c 06:38:58 Step 7/22 : RUN go mod download 06:38:58 ---> b85eec6b50d5 06:38:58 Step 7/24 : RUN go mod download 06:38:58 ---> Running in 8e29d36c4a1c 06:38:58 ---> Running in 6f97437de1ed 06:39:00 Removing intermediate container 207aa18567b7 06:39:00 ---> 6f9b151857aa 06:39:00 Step 8/21 : COPY . . 06:39:03 Removing intermediate container 9ac17102998e 06:39:03 ---> 94b59a140c3e 06:39:03 Step 8/23 : COPY . . 06:39:03 Removing intermediate container d6eb5ae983d6 06:39:03 ---> 479df9d292df 06:39:03 Step 8/22 : COPY . . 06:39:04 Removing intermediate container 6f97437de1ed 06:39:04 ---> e7787144e03a 06:39:04 Step 8/24 : COPY . . 06:39:04 Removing intermediate container 8e29d36c4a1c 06:39:04 ---> 709c0171d673 06:39:04 Step 8/22 : COPY . . 06:39:05 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:39:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:39:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:39:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 06:39:05 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:39:05 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:39:05 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:39:05 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:39:05 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:39:05 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:39:05 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:39:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 06:39:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 06:39:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 06:39:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 06:39:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 06:39:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 06:39:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 06:39:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:39:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 06:39:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 06:39:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 06:39:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 06:39:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 06:39:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 06:39:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 06:39:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 06:39:05 Fetched 23.5 MB in 0s (0 B/s) 06:39:05 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 06:39:05 Fetched 96.5 kB in 0s (0 B/s) 06:39:05 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 06:39:05 Fetched 279 kB in 0s (0 B/s) 06:39:05 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 06:39:05 Fetched 122 kB in 0s (0 B/s) 06:39:05 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 06:39:05 Fetched 77.8 kB in 0s (0 B/s) 06:39:05 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 06:39:05 Fetched 8848 B in 0s (0 B/s) 06:39:05 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 06:39:05 Fetched 47.8 kB in 0s (0 B/s) 06:39:05 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 06:39:05 Fetched 45.6 kB in 0s (0 B/s) 06:39:05 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 06:39:05 Fetched 14.8 kB in 0s (0 B/s) 06:39:05 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 06:39:05 Fetched 214 kB in 0s (0 B/s) 06:39:05 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 06:39:05 Fetched 155 kB in 0s (0 B/s) 06:39:05 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 06:39:05 Fetched 50.6 kB in 0s (0 B/s) 06:39:05 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 06:39:05 Fetched 14.8 kB in 0s (0 B/s) 06:39:05 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 06:39:05 Fetched 41.8 kB in 0s (0 B/s) 06:39:05 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 06:39:05 Fetched 499 kB in 0s (0 B/s) 06:39:05 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 06:39:05 Fetched 111 kB in 0s (0 B/s) 06:39:05 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 06:39:05 Fetched 240 kB in 0s (0 B/s) 06:39:05 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 06:39:05 Fetched 29.3 kB in 0s (0 B/s) 06:39:05 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 06:39:05 Fetched 85.5 kB in 0s (0 B/s) 06:39:05 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 06:39:05 Fetched 24.5 kB in 0s (0 B/s) 06:39:05 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 06:39:05 Fetched 49.2 kB in 0s (0 B/s) 06:39:05 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 06:39:05 Fetched 54.2 kB in 0s (0 B/s) 06:39:05 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 06:39:05 Fetched 30.8 kB in 0s (0 B/s) 06:39:05 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 06:39:05 Fetched 17.0 kB in 0s (0 B/s) 06:39:05 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 06:39:05 Fetched 85.9 kB in 0s (0 B/s) 06:39:05 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 06:39:05 Fetched 8720 B in 0s (0 B/s) 06:39:05 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 06:39:05 Fetched 137 kB in 0s (0 B/s) 06:39:05 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 06:39:05 Fetched 119 kB in 0s (0 B/s) 06:39:05 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 06:39:05 Fetched 109 kB in 0s (0 B/s) 06:39:05 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 06:39:05 Fetched 11.1 kB in 0s (0 B/s) 06:39:05 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 06:39:05 Fetched 645 kB in 0s (0 B/s) 06:39:05 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 06:39:05 Fetched 41.3 kB in 0s (0 B/s) 06:39:05 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 06:39:05 Fetched 17.9 kB in 0s (0 B/s) 06:39:05 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 06:39:05 Fetched 368 kB in 0s (0 B/s) 06:39:05 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 06:39:05 Fetched 187 kB in 0s (0 B/s) 06:39:05 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 06:39:05 Fetched 175 kB in 0s (0 B/s) 06:39:05 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 06:39:06 Fetched 206 kB in 0s (0 B/s) 06:39:06 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 06:39:06 Fetched 1301 kB in 0s (0 B/s) 06:39:06 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 06:39:06 Fetched 36.2 kB in 0s (0 B/s) 06:39:06 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 06:39:06 Fetched 159 kB in 0s (0 B/s) 06:39:06 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 06:39:06 Fetched 107 kB in 0s (0 B/s) 06:39:06 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 06:39:06 Fetched 48.7 kB in 0s (0 B/s) 06:39:06 Pulling static-packages 06:39:07 'go115' has dependencies that need to be staged: go-build-helper static-packages 06:39:07 Skipping pull go-build-helper (already ran) 06:39:07 Skipping pull static-packages (already ran) 06:39:07 Building go-build-helper 06:39:11 Building static-packages 06:39:14 Staging go-build-helper 06:39:15 Staging static-packages 06:39:16 Pulling go115 06:39:18 'edgex-go' has dependencies that need to be staged: go115 06:39:18 Skipping pull go115 (already ran) 06:39:18 Building go115 06:39:18 % Total % Received % Xferd Average Speed Time Time Time Current 06:39:18 Dload Upload Total Spent Left Speed 06:39:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 115M 18 21.4M 0 0 26.3M 0 0:00:04 --:--:-- 0:00:04 26.2M 49 115M 49 57.3M 0 0 31.5M 0 0:00:03 0:00:01 0:00:02 31.5M 95 115M 95 109M 0 0 39.0M 0 0:00:02 0:00:02 --:--:-- 39.0M 100 115M 100 115M 0 0 38.2M 0 0:00:03 0:00:03 --:--:-- 38.2M 06:39:21 go1.15.2.linux-amd64.tar.gz: OK 06:39:26 ---> 057a6b24c759 06:39:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:39:26 ---> 72361c9c29e7 06:39:26 Step 9/23 : RUN make cmd/core-data/core-data 06:39:26 ---> Running in 97c9f145c417 06:39:26 ---> 4a9918df3823 06:39:26 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 06:39:26 Staging go115 06:39:27 ---> f3bca004ade7 06:39:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:39:27 ---> b155680b4cfc 06:39:27 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:39:27 ---> Running in 61b9075f3a85 06:39:27 ---> Running in 6b70225838d3 06:39:27 ---> Running in 1fb395ec9e82 06:39:27 ---> Running in d590fcaa45ec 06:39:28 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 06:39:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:39:29 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 06:39:29 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 06:39:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:39:33 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 06:39:33 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 06:39:33 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:39:33 Fetched 0 B in 0s (0 B/s) 06:39:33 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 06:39:33 Fetched 224 kB in 0s (0 B/s) 06:39:33 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 06:39:33 Fetched 157 kB in 0s (0 B/s) 06:39:33 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 06:39:33 Fetched 221 kB in 0s (0 B/s) 06:39:33 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 06:39:33 Fetched 143 kB in 0s (0 B/s) 06:39:33 Pulling edgex-go 06:39:34 Pulling version 06:39:36 Building config-common 06:39:38 Skipping build go-build-helper (already ran) 06:39:38 Skipping build static-packages (already ran) 06:39:38 Skipping build go115 (already ran) 06:39:38 Building edgex-go 06:39:39 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 06:39:40 go: downloading github.com/gorilla/mux v1.8.0 06:39:41 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 06:39:41 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.135 06:39:41 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 06:39:41 go: downloading github.com/google/uuid v1.1.2 06:39:41 go: downloading github.com/OneOfOne/xxhash v1.2.8 06:39:41 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 06:39:41 go: downloading github.com/imdario/mergo v0.3.11 06:39:41 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 06:39:41 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 06:39:41 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:39:41 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 06:39:41 go: downloading github.com/pelletier/go-toml v1.2.0 06:39:41 go: downloading github.com/pkg/errors v0.8.1 06:39:41 go: downloading github.com/go-kit/kit v0.8.0 06:39:41 go: downloading github.com/x448/float16 v0.8.4 06:39:41 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 06:39:41 go: downloading gopkg.in/yaml.v2 v2.4.0 06:39:41 go: downloading github.com/BurntSushi/toml v0.3.1 06:39:41 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 06:39:41 go: downloading github.com/hashicorp/consul/api v1.1.0 06:39:41 go: downloading github.com/go-redis/redis/v7 v7.2.0 06:39:41 go: downloading github.com/go-playground/validator/v10 v10.3.0 06:39:41 go: downloading github.com/pebbe/zmq4 v1.0.0 06:39:41 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:39:41 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:39:41 go: downloading github.com/mitchellh/mapstructure v1.1.2 06:39:41 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 06:39:41 go: downloading github.com/mitchellh/copystructure v1.0.0 06:39:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 06:39:41 go: downloading github.com/go-playground/universal-translator v0.17.0 06:39:41 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 06:39:41 go: downloading github.com/hashicorp/serf v0.8.2 06:39:41 go: downloading github.com/leodido/go-urn v1.2.0 06:39:41 go: downloading github.com/go-logfmt/logfmt v0.4.0 06:39:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 06:39:41 go: downloading github.com/go-playground/locales v0.13.0 06:39:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:39:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 06:39:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 06:39:49 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 06:39:55 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 06:39:56 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 06:39:57 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 06:39:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:39:57 go: downloading github.com/stretchr/testify v1.6.1 06:39:57 go: downloading github.com/pmezard/go-difflib v1.0.0 06:39:57 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 06:39:57 go: downloading github.com/davecgh/go-spew v1.1.1 06:39:59 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 06:39:59 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 06:39:59 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 06:40: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 06:40:01 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 06:40:01 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 06:40:01 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 06:40:03 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 06:40:04 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 06:40:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 06:40:08 Building version 06:40:11 Staging config-common 06:40:12 Skipping stage go-build-helper (already ran) 06:40:12 Skipping stage static-packages (already ran) 06:40:12 Skipping stage go115 (already ran) 06:40:12 Staging edgex-go 06:40:13 Staging version 06:40:14 Priming config-common 06:40:15 Priming go-build-helper 06:40:16 Priming static-packages 06:40:19 Priming go115 06:40:20 Priming edgex-go 06:40:21 Priming version 06:40:22 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] } 06:40:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:40:51 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 06:41:04 Removing intermediate container 6b70225838d3 06:41:04 ---> 79af7eeca3f5 06:41:04 06:41:04 Step 10/22 : FROM alpine:3.10 06:41:04 3.10: Pulling from library/alpine 06:41:04 Removing intermediate container d590fcaa45ec 06:41:04 ---> bed8a2ef68f9 06:41:04 06:41:04 Step 10/24 : FROM alpine:3.10 06:41:04 Removing intermediate container 97c9f145c417 06:41:04 ---> c8318807bb22 06:41:04 06:41:04 Step 10/21 : FROM alpine 06:41:04 3.10: Pulling from library/alpine 06:41:04 latest: Pulling from library/alpine 06:41:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:41:04 Status: Downloaded newer image for alpine:latest 06:41:04 ---> afeebe901d6b 06:41:04 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:41:04 ---> Running in 19885b3fb57d 06:41:05 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:41:05 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:41:05 Status: Downloaded newer image for alpine:3.10 06:41:05 ---> 536a684cf733 06:41:05 Status: Downloaded newer image for alpine:3.10 06:41:05 ---> 536a684cf733 06:41:05 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:41:05 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:41:06 ---> Running in 59f0f8d2e81d 06:41:06 ---> Running in d1f519bf36f0 06:41:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:41:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:41:08 v3.12.3-36-ge8f315da3c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:41:08 v3.12.3-37-gc0e4f2aff0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:41:08 OK: 12615 distinct packages available 06:41:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 06:41:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 06:41:08 (1/4) Installing ca-certificates (20191127-r4) 06:41:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 06:41:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 06:41:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:41:09 (3/4) Installing libcurl (7.69.1-r3) 06:41:09 (4/4) Installing curl (7.69.1-r3) 06:41:09 Executing busybox-1.31.1-r19.trigger 06:41:09 Executing ca-certificates-20191127-r4.trigger 06:41:09 v3.10.5-176-g3d010a76e3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:41:09 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:41:09 OK: 10171 distinct packages available 06:41:09 v3.10.5-176-g3d010a76e3 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:41:09 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:41:09 OK: 10171 distinct packages available 06:41:09 OK: 7 MiB in 18 packages 06:41:10 (1/5) Installing ca-certificates (20191127-r2) 06:41:10 (1/5) Installing ca-certificates (20191127-r2) 06:41:10 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:41:10 (3/5) Installing libcurl (7.66.0-r3) 06:41:10 (4/5) Installing curl (7.66.0-r3) 06:41:10 (5/5) Installing dumb-init (1.2.2-r1) 06:41:10 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:41:10 Executing busybox-1.30.1-r3.trigger 06:41:10 (3/5) Installing libcurl (7.66.0-r3) 06:41:10 Executing ca-certificates-20191127-r2.trigger 06:41:10 (4/5) Installing curl (7.66.0-r3) 06:41:10 (5/5) Installing dumb-init (1.2.2-r1) 06:41:10 Executing busybox-1.30.1-r3.trigger 06:41:10 Executing ca-certificates-20191127-r2.trigger 06:41:10 OK: 7 MiB in 19 packages 06:41:11 OK: 7 MiB in 19 packages 06:41:13 Removing intermediate container 19885b3fb57d 06:41:13 ---> 78f96c2fc232 06:41:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:41:13 ---> Running in 45118403c0ef 06:41:15 Removing intermediate container 45118403c0ef 06:41:15 ---> 78ae84d9d51a 06:41:15 Step 13/21 : WORKDIR /edgex 06:41:15 Removing intermediate container 59f0f8d2e81d 06:41:15 ---> 762c8cfec7b0 06:41:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 06:41:15 ---> Running in e83f674cc274 06:41:15 ---> Running in 89dfd84a7cc0 06:41:16 Removing intermediate container d1f519bf36f0 06:41:16 ---> 9f06d95899ee 06:41:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:41:16 ---> Running in d31f43beba86 06:41:16 Removing intermediate container e83f674cc274 06:41:16 ---> 118139f337d0 06:41:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:41:16 Removing intermediate container 89dfd84a7cc0 06:41:16 ---> 858b262c9550 06:41:16 Step 13/22 : WORKDIR / 06:41:16 Removing intermediate container d31f43beba86 06:41:16 ---> 9a0889fdc4c4 06:41:16 Step 13/24 : WORKDIR / 06:41:17 ---> Running in 6e3cb04182d6 06:41:17 ---> Running in 329b3bd3dc1e 06:41:17 ---> 443eb4a3d241 06:41:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:41:17 Removing intermediate container 6e3cb04182d6 06:41:18 ---> 3a32f1d6869d 06:41:18 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 06:41:18 Removing intermediate container 329b3bd3dc1e 06:41:18 ---> 1b6ee73c3b5e 06:41:18 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:41:19 ---> e66482a70151 06:41:19 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:41:19 ---> 7ca0867968c6 06:41:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 06:41:19 ---> e1fee06393de 06:41:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:41:21 ---> 1bacf1af06c2 06:41:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:41:22 ---> 46c434356d0b 06:41:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:41:22 ---> 08e6b394085f 06:41:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 06:41:22 ---> Running in 5709267e12cb 06:41:22 ---> 49081bd81791 06:41:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:41:22 Removing intermediate container 1fb395ec9e82 06:41:22 ---> cc16ab470d0b 06:41:22 06:41:22 Step 10/22 : FROM scratch 06:41:22 ---> 06:41:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:41:23 Removing intermediate container 5709267e12cb 06:41:23 ---> 99cc6a868aac 06:41:23 Step 18/21 : CMD ["--init=true"] 06:41:23 ---> Running in 56ff4e5bacb4 06:41:23 ---> ef40a9edb3f5 06:41:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 06:41:23 ---> Running in c99b1b8628b6 06:41:24 ---> 8bdea6ec6e84 06:41:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:41:24 Removing intermediate container 56ff4e5bacb4 06:41:24 ---> 6907d3a970f5 06:41:24 Step 12/22 : ENV APP_PORT=48081 06:41:24 ---> Running in 294263df7b6a 06:41:24 Removing intermediate container c99b1b8628b6 06:41:24 ---> eeb3d8f68a04 06:41:24 Step 19/21 : LABEL arch=arm64 06:41:24 ---> c2ff10ff6a73 06:41:24 Step 18/22 : RUN chmod +x entrypoint.sh 06:41:24 ---> Running in 69a07f5a7b82 06:41:24 ---> Running in cf147a5bdedb 06:41:24 Removing intermediate container 294263df7b6a 06:41:24 ---> cc8c99098f68 06:41:24 Step 13/22 : EXPOSE $APP_PORT 06:41:25 ---> Running in d634909fc2a1 06:41:25 Removing intermediate container 69a07f5a7b82 06:41:25 ---> fe57bbcddbfa 06:41:25 Step 20/21 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:41:25 ---> 3efc5e531016 06:41:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:41:26 ---> Running in 12c9889494ec 06:41:26 Removing intermediate container d634909fc2a1 06:41:26 ---> a994e8bd99ff 06:41:26 Step 14/22 : WORKDIR / 06:41:26 ---> Running in 53a223a22bfe 06:41:26 ---> 32f5d6db6d8a 06:41:26 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:41:26 Removing intermediate container 12c9889494ec 06:41:26 ---> 5278b7a7ab24 06:41:26 Step 21/21 : LABEL version=0.0.0 06:41:26 Removing intermediate container 53a223a22bfe 06:41:26 ---> 22c3b9655f4b 06:41:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:41:26 ---> Running in cbdce402eeec 06:41:27 ---> Running in aeb6cd512dc8 06:41:28 Removing intermediate container aeb6cd512dc8 06:41:28 ---> 927dfde20dba 06:41:28 06:41:28 ---> 26f19016a614 06:41:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:41:28 Removing intermediate container cf147a5bdedb 06:41:28 ---> 4f19d75477fb 06:41:28 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 06:41:28 Successfully built 927dfde20dba 06:41:28 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:41:28 Building docker-support-scheduler-go 06:41:29  Building docker-security-proxy-setup-go ... done  ---> Running in c8122eedecba 06:41:30 Removing intermediate container c8122eedecba 06:41:30 ---> a87762671c34 06:41:30 Step 20/22 : LABEL arch=arm64 06:41:30 ---> 613d92ea0241 06:41:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:41:30 ---> Running in a532e82ef5fc 06:41:30 Removing intermediate container cbdce402eeec 06:41:30 ---> ba4b79f9ef4b 06:41:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:41:31 Removing intermediate container 61b9075f3a85 06:41:31 ---> 2b4e736be428 06:41:31 06:41:31 Step 10/23 : FROM alpine 06:41:31 ---> afeebe901d6b 06:41:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:41:31 ---> Running in 75a52d22f649 06:41:32 ---> Running in 825fdc4eba29 06:41:32 ---> bfe1fc73a4af 06:41:32 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:41:32 Removing intermediate container a532e82ef5fc 06:41:32 ---> 5451740727ac 06:41:32 Step 21/22 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:41:32 ---> Running in bb848668f790 06:41:32 ---> Running in ebda64922751 06:41:32 Removing intermediate container 75a52d22f649 06:41:32 ---> aa83d0f2cf57 06:41:32 Step 22/24 : LABEL arch=arm64 06:41:32 ---> Running in 8086b05d1e46 06:41:32 Removing intermediate container 825fdc4eba29 06:41:32 ---> 68dcd5fa412a 06:41:32 Step 12/23 : ENV APP_PORT=48080 06:41:33 Removing intermediate container bb848668f790 06:41:33 ---> 5e12d5d26f02 06:41:33 Step 22/22 : LABEL version=0.0.0 06:41:33 Removing intermediate container ebda64922751 06:41:33 ---> 5ddc35417648 06:41:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:41:33 ---> Running in 0481c2e7f560 06:41:33 ---> Running in b3b77cc37a47 06:41:33 ---> Running in 336865507d18 06:41:33 Removing intermediate container 8086b05d1e46 06:41:33 ---> bc69b4613eef 06:41:33 Step 23/24 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:41:34 ---> Running in d182617206e8 06:41:34 Removing intermediate container 0481c2e7f560 06:41:34 ---> ddae6ac18227 06:41:34 Step 13/23 : EXPOSE $APP_PORT 06:41:34 Removing intermediate container b3b77cc37a47 06:41:34 ---> 382a7969a82b 06:41:34 06:41:34 Removing intermediate container 336865507d18 06:41:34 ---> a8dfa54c39b8 06:41:34 Step 20/22 : LABEL arch=arm64 06:41:34 ---> Running in 73ba8e9681ba 06:41:34 ---> Running in 647e601ee554 06:41:34 Removing intermediate container d182617206e8 06:41:34 ---> 6b01dde285c6 06:41:34 Step 24/24 : LABEL version=0.0.0 06:41:35 Successfully built 382a7969a82b 06:41:35 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 06:41:35  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go 06:41:35 ---> Running in 967b6ee0fe6c 06:41:35 Removing intermediate container 73ba8e9681ba 06:41:35 ---> 47054e8dab24 06:41:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:41:35 Removing intermediate container 647e601ee554 06:41:35 ---> 7f3641ffdc62 06:41:35 Step 21/22 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:41:35 ---> Running in 795dd0eed0b7 06:41:35 ---> Running in 2df4be763d24 06:41:35 Removing intermediate container 967b6ee0fe6c 06:41:35 ---> ac84fa179b5b 06:41:35 06:41:36 Removing intermediate container 2df4be763d24 06:41:36 ---> 3348c5514930 06:41:36 Step 22/22 : LABEL version=0.0.0 06:41:36 Successfully built ac84fa179b5b 06:41:36 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:41:36  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 06:41:36 ---> Running in 8dc88e46d84d 06:41:37 Removing intermediate container 8dc88e46d84d 06:41:37 ---> ec842091d2e6 06:41:37 06:41:37 Successfully built ec842091d2e6 06:41:37 Successfully tagged docker-core-metadata-go-arm64:latest 06:41:37  Building docker-core-metadata-go ... done Building docker-core-command-go 06:41:38 Removing intermediate container 795dd0eed0b7 06:41:38 ---> 193484776fcf 06:41:38 Step 15/23 : RUN apk --no-cache add zeromq 06:41:38 ---> Running in 5c69fc49b377 06:41:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:41:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:41:41 (1/5) Installing libgcc (9.3.0-r2) 06:41:41 (2/5) Installing libsodium (1.0.18-r0) 06:41:41 (3/5) Installing libstdc++ (9.3.0-r2) 06:41:41 (4/5) Installing libzmq (4.3.3-r0) 06:41:41 (5/5) Installing zeromq (4.3.3-r0) 06:41:41 Executing busybox-1.31.1-r19.trigger 06:41:41 OK: 8 MiB in 19 packages 06:41:45 Removing intermediate container 5c69fc49b377 06:41:45 ---> 4e1dfe5a5392 06:41:45 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:41:45 ---> a9cf816c3ffb 06:41:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:41:47 ---> 6ab5a8530472 06:41:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:41:48 ---> 798cba064d80 06:41:48 Step 19/23 : ENTRYPOINT ["/core-data"] 06:41:48 ---> Running in ca428f622d84 06:41:49 Removing intermediate container ca428f622d84 06:41:49 ---> 93556a43a324 06:41:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:41:49 ---> Running in f8909ec87e76 06:41:50 Removing intermediate container f8909ec87e76 06:41:50 ---> 147209ac67e6 06:41:50 Step 21/23 : LABEL arch=arm64 06:41:51 ---> Running in 3cd86c3af1db 06:41:51 Removing intermediate container 3cd86c3af1db 06:41:51 ---> 20c8e950f812 06:41:51 Step 22/23 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:41:51 ---> Running in 53ca06433aed 06:41:52 Removing intermediate container 53ca06433aed 06:41:52 ---> 45f6c812e455 06:41:52 Step 23/23 : LABEL version=0.0.0 06:41:52 ---> Running in 0351d11fc1a7 06:41:53 Removing intermediate container 0351d11fc1a7 06:41:53 ---> cd774123e584 06:41:53 06:41:53 Successfully built cd774123e584 06:41:53 Successfully tagged docker-core-data-go-arm64:latest 06:42:12  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:42:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:42:12 ---> 8e9dca2f13e2 06:42:12 Step 3/21 : WORKDIR /edgex-go 06:42:12 ---> Using cache 06:42:12 ---> 5c8ea3e3036e 06:42:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:42:12 ---> Using cache 06:42:12 ---> 59bcf9a83244 06:42:12 Step 5/21 : RUN apk update && apk add make git 06:42:12 ---> Using cache 06:42:12 ---> 784a3d341fcf 06:42:12 Step 6/21 : COPY go.mod . 06:42:12 ---> Using cache 06:42:12 ---> 72693a39382c 06:42:12 Step 7/21 : RUN go mod download 06:42:12 ---> Using cache 06:42:12 ---> 709c0171d673 06:42:12 Step 8/21 : COPY . . 06:42:12 ---> Using cache 06:42:12 ---> 4a9918df3823 06:42:12 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:42:16 ---> Running in 6707cbb91e3a 06:42:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:42:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:42:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:42:24 ---> 8e9dca2f13e2 06:42:24 Step 3/24 : WORKDIR /edgex-go 06:42:24 ---> Using cache 06:42:24 ---> 5c8ea3e3036e 06:42:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:42:24 ---> Using cache 06:42:24 ---> 59bcf9a83244 06:42:24 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:42:24 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:42:24 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:42:24 ---> 8e9dca2f13e2 06:42:24 Step 3/27 : WORKDIR /edgex-go 06:42:24 ---> Using cache 06:42:24 ---> 5c8ea3e3036e 06:42:24 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:42:24 ---> Using cache 06:42:24 ---> 59bcf9a83244 06:42:24 Step 5/27 : RUN apk update && apk add make bash git 06:42:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:42:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:42:24 ---> 8e9dca2f13e2 06:42:24 Step 3/22 : WORKDIR /edgex-go 06:42:24 ---> Using cache 06:42:24 ---> 5c8ea3e3036e 06:42:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:42:24 ---> Using cache 06:42:24 ---> 59bcf9a83244 06:42:24 Step 5/22 : RUN apk update && apk add make git 06:42:24 ---> Using cache 06:42:24 ---> 784a3d341fcf 06:42:24 Step 6/22 : COPY go.mod . 06:42:24 ---> Using cache 06:42:24 ---> 72693a39382c 06:42:24 Step 7/22 : RUN go mod download 06:42:24 ---> Using cache 06:42:24 ---> 709c0171d673 06:42:24 Step 8/22 : COPY . . 06:42:24 ---> Using cache 06:42:24 ---> 4a9918df3823 06:42:24 Step 9/22 : RUN make cmd/core-command/core-command 06:42:25 ---> Running in 8d46dd0dc0bc 06:42:25 ---> Running in 0959483f0177 06:42:25 ---> Running in d150a4a2a13b 06:42:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:42:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:42:28 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 06:42:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:42:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:42:29 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:42:29 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:42:29 OK: 12620 distinct packages available 06:42:29 v3.12.3-36-ge8f315da3c [http://nl.alpinelinux.org/alpine/v3.12/main] 06:42:29 v3.12.3-37-gc0e4f2aff0 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:42:29 OK: 12620 distinct packages available 06:42:30 OK: 217 MiB in 51 packages 06:42:30 OK: 217 MiB in 51 packages 06:42:32 Removing intermediate container d150a4a2a13b 06:42:32 ---> 549b44e8f513 06:42:32 Step 6/27 : COPY go.mod . 06:42:32 Removing intermediate container 8d46dd0dc0bc 06:42:32 ---> 753c03b498ea 06:42:32 Step 6/24 : COPY go.mod . 06:42:33 ---> 23eb00ac9c44 06:42:33 Step 7/27 : RUN go mod download 06:42:33 ---> 64541c5c8761 06:42:33 Step 7/24 : RUN go mod download 06:42:34 ---> Running in 556506e6279c 06:42:34 ---> Running in 81becd4b0ff9 06:42:39 Removing intermediate container 556506e6279c 06:42:39 ---> c569423a3ff7 06:42:39 Step 8/27 : COPY . . 06:42:39 Removing intermediate container 81becd4b0ff9 06:42:39 ---> de39d870e793 06:42:39 Step 8/24 : COPY . . 06:43:11 ---> 7aba22f2b7e9 06:43:11 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:43:11 ---> faa43f4ee0d9 06:43:11 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:43:11 ---> Running in 30c6449641c3 06:43:11 ---> Running in dd3a418dc65e 06:43:11 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 06:43:11 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 06:43:12 Removing intermediate container 6707cbb91e3a 06:43:12 ---> a369b70d92cc 06:43:12 06:43:12 Step 10/21 : FROM scratch 06:43:12 ---> 06:43:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:43:13 ---> Using cache 06:43:13 ---> 6907d3a970f5 06:43:13 Step 12/21 : ENV APP_PORT=48085 06:43:13 ---> Running in adb7e03f4d5b 06:43:13 Removing intermediate container adb7e03f4d5b 06:43:13 ---> 77d2b8d0a453 06:43:13 Step 13/21 : EXPOSE $APP_PORT 06:43:14 ---> Running in d4b15fd451d7 06:43:14 Removing intermediate container d4b15fd451d7 06:43:14 ---> 61cc16779759 06:43:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:43:15 ---> fff2036e93fb 06:43:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:43:17 ---> c8431c26adff 06:43:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:43:19 ---> b53ab8cd94aa 06:43:19 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:43:19 ---> Running in 7e4f0a436972 06:43:20 Removing intermediate container 7e4f0a436972 06:43:20 ---> a0bd206c612a 06:43:20 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:43:20 ---> Running in a5e1691cfa8e 06:43:22 Removing intermediate container a5e1691cfa8e 06:43:22 ---> 4532462a1741 06:43:22 Step 19/21 : LABEL arch=arm64 06:43:22 ---> Running in a812783d0fff 06:43:22 Removing intermediate container 0959483f0177 06:43:22 ---> 24e1a5286851 06:43:22 06:43:22 Step 10/22 : FROM scratch 06:43:22 ---> 06:43:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:43:22 ---> Using cache 06:43:22 ---> 6907d3a970f5 06:43:22 Step 12/22 : ENV APP_PORT=48082 06:43:23 ---> Running in aefc2d8e0f44 06:43:23 Removing intermediate container a812783d0fff 06:43:23 ---> 2c77b0563233 06:43:23 Step 20/21 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:43:23 ---> Running in 8e9cfc7db95e 06:43:24 Removing intermediate container aefc2d8e0f44 06:43:24 ---> ee2c2bc8e8ca 06:43:24 Step 13/22 : EXPOSE $APP_PORT 06:43:24 ---> Running in c5e98ba6aee5 06:43:24 Removing intermediate container 8e9cfc7db95e 06:43:24 ---> 6b0c97bbb837 06:43:24 Step 21/21 : LABEL version=0.0.0 06:43:24 ---> Running in 53036153af10 06:43:24 Removing intermediate container c5e98ba6aee5 06:43:24 ---> 0f0c6f711967 06:43:24 Step 14/22 : WORKDIR / 06:43:24 ---> Running in bcb33285ae0b 06:43:25 Removing intermediate container 53036153af10 06:43:25 ---> 5e74ace94512 06:43:25 06:43:25 Removing intermediate container bcb33285ae0b 06:43:25 ---> 5ae6fd85f8a3 06:43:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:43:26 Successfully built 5e74ace94512 06:43:26 Successfully tagged docker-support-scheduler-go-arm64:latest 06:43:27  Building docker-support-scheduler-go ... done  ---> 9b48a05cfd97 06:43:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:43:29 ---> 3b7c18f6f601 06:43:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:43:30 ---> 6e92ef017d8d 06:43:30 Step 18/22 : ENTRYPOINT ["/core-command"] 06:43:30 ---> Running in 76975f22865b 06:43:30 Removing intermediate container 76975f22865b 06:43:30 ---> 01bf0ae84351 06:43:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:43:30 ---> Running in 052878b9d438 06:43:31 Removing intermediate container 052878b9d438 06:43:31 ---> fd315301cf26 06:43:31 Step 20/22 : LABEL arch=arm64 06:43:31 ---> Running in 75a4f659fee5 06:43:32 Removing intermediate container 75a4f659fee5 06:43:32 ---> 7a7b4b2cbf23 06:43:32 Step 21/22 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:43:32 ---> Running in 0cac468e40c6 06:43:33 Removing intermediate container 0cac468e40c6 06:43:33 ---> 2d1af0b157c5 06:43:33 Step 22/22 : LABEL version=0.0.0 06:43:33 ---> Running in 44be8e955778 06:43:34 Removing intermediate container 44be8e955778 06:43:34 ---> 29718600740d 06:43:34 06:43:34 Successfully built 29718600740d 06:43:34 Successfully tagged docker-core-command-go-arm64:latest 06:44:01  Building docker-core-command-go ... done Removing intermediate container 30c6449641c3 06:44:01 ---> 0f9db2dc3a08 06:44:01 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:44:01 Removing intermediate container dd3a418dc65e 06:44:01 ---> ed29b9e9c79a 06:44:01 06:44:01 Step 10/24 : FROM scratch 06:44:01 ---> 06:44:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:44:01 ---> Running in decad33e4f90 06:44:01 ---> Running in 4cca38c09c67 06:44:01 Removing intermediate container 4cca38c09c67 06:44:01 ---> 048b9ce5ffaf 06:44:01 Step 12/24 : ENV APP_PORT=48060 06:44:01 ---> Running in 8e34c2edef50 06:44:01 Removing intermediate container 8e34c2edef50 06:44:01 ---> 82ba8278ab0e 06:44:01 Step 13/24 : EXPOSE $APP_PORT 06:44:01 ---> Running in a3ec44cfb2a4 06:44:01 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 06:44:01 Removing intermediate container a3ec44cfb2a4 06:44:01 ---> 4f21c475fc0f 06:44:01 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:44:01 ---> 84012d3a80c2 06:44:01 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:44:03 ---> 57c632ead692 06:44:03 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:44:03 Removing intermediate container decad33e4f90 06:44:03 ---> 8e6e5df2d188 06:44:03 06:44:03 Step 11/27 : FROM docker:latest 06:44:03 ---> f66387bf908a 06:44:03 Step 12/27 : RUN apk add --no-cache bash 06:44:04 ---> Running in 038b93a2dc13 06:44:04 ---> 46006345150e 06:44:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:44:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:44:05 ---> b510dac42cc0 06:44:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:44:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:44:05 (1/2) Installing readline (8.0.4-r0) 06:44:05 (2/2) Installing bash (5.0.17-r0) 06:44:06 Executing bash-5.0.17-r0.post-install 06:44:06 Executing busybox-1.31.1-r19.trigger 06:44:06 OK: 12 MiB in 22 packages 06:44:06 ---> 0a8135992d2d 06:44:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:44:07 ---> 47796e698970 06:44:07 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:44:07 Removing intermediate container 038b93a2dc13 06:44:07 ---> 488f6571497e 06:44:07 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:44:07 ---> Running in b3bfc8724691 06:44:07 ---> Running in cdb858826a35 06:44:08 Removing intermediate container b3bfc8724691 06:44:08 ---> 8f25d3865ed8 06:44:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:44:08 ---> Running in fd828ab919d1 06:44:08 Removing intermediate container fd828ab919d1 06:44:08 ---> 8dcb4981641b 06:44:08 Step 22/24 : LABEL arch=arm64 06:44:08 ---> Running in 0c1a7430a657 06:44:09 Removing intermediate container 0c1a7430a657 06:44:09 ---> b8158f214274 06:44:09 Step 23/24 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:44:09 ---> Running in 261f22e7870a 06:44:09 Removing intermediate container cdb858826a35 06:44:09 ---> 11dcec1de9dd 06:44:09 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:44:10 ---> Running in d6291cbca7b6 06:44:10 Removing intermediate container 261f22e7870a 06:44:10 ---> 70b5347c2a7c 06:44:10 Step 24/24 : LABEL version=0.0.0 06:44:10 ---> Running in b05718f49eda 06:44:10 Removing intermediate container d6291cbca7b6 06:44:10 ---> 04f39b16b8ca 06:44:10 Step 15/27 : ENV APP_PORT=48090 06:44:10 ---> Running in 55499761bd9c 06:44:10 Removing intermediate container b05718f49eda 06:44:10 ---> a195e6edc43b 06:44:10 06:44:11 Successfully built a195e6edc43b 06:44:11 Successfully tagged docker-support-notifications-go-arm64:latest 06:44:11  Building docker-support-notifications-go ... done Removing intermediate container 55499761bd9c 06:44:11 ---> 16d0bda43efe 06:44:11 Step 16/27 : EXPOSE $APP_PORT 06:44:11 ---> Running in 453ce9a35e08 06:44:11 Removing intermediate container 453ce9a35e08 06:44:11 ---> 977dd3bde9f1 06:44:11 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:44:13 ---> 8cf9972c5fe8 06:44:13 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:44:14 ---> c2f5daefb4b8 06:44:14 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:44:14 ---> 503da4f1eb5d 06:44:14 Step 20/27 : RUN apk --no-cache add py3-pip 06:44:14 ---> Running in aaf5b384787e 06:44:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:44:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:44:17 (1/33) Installing libbz2 (1.0.8-r1) 06:44:17 (2/33) Installing expat (2.2.9-r1) 06:44:17 (3/33) Installing libffi (3.3-r2) 06:44:17 (4/33) Installing gdbm (1.13-r1) 06:44:17 (5/33) Installing xz-libs (5.2.5-r0) 06:44:17 (6/33) Installing sqlite-libs (3.32.1-r0) 06:44:17 (7/33) Installing python3 (3.8.5-r0) 06:44:18 (8/33) Installing py3-appdirs (1.4.4-r1) 06:44:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:44:18 (10/33) Installing py3-parsing (2.4.7-r0) 06:44:18 (11/33) Installing py3-six (1.15.0-r0) 06:44:18 (12/33) Installing py3-packaging (20.4-r0) 06:44:18 (13/33) Installing py3-setuptools (47.0.0-r0) 06:44:18 (14/33) Installing py3-chardet (3.0.4-r4) 06:44:18 (15/33) Installing py3-idna (2.9-r0) 06:44:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:44:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:44:18 (18/33) Installing py3-requests (2.23.0-r0) 06:44:19 (19/33) Installing py3-msgpack (1.0.0-r0) 06:44:19 (20/33) Installing py3-lockfile (0.12.2-r3) 06:44:19 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:44:19 (22/33) Installing py3-colorama (0.4.3-r0) 06:44:19 (23/33) Installing py3-distlib (0.3.0-r0) 06:44:19 (24/33) Installing py3-distro (1.5.0-r1) 06:44:19 (25/33) Installing py3-webencodings (0.5.1-r3) 06:44:19 (26/33) Installing py3-html5lib (1.0.1-r4) 06:44:19 (27/33) Installing py3-pytoml (0.1.21-r0) 06:44:19 (28/33) Installing py3-pep517 (0.8.2-r0) 06:44:19 (29/33) Installing py3-progress (1.5-r0) 06:44:19 (30/33) Installing py3-toml (0.10.1-r0) 06:44:19 (31/33) Installing py3-retrying (1.3.3-r0) 06:44:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:44:19 (33/33) Installing py3-pip (20.1.1-r0) 06:44:19 Executing busybox-1.31.1-r19.trigger 06:44:19 OK: 71 MiB in 55 packages 06:44:26 Removing intermediate container aaf5b384787e 06:44:26 ---> d33b883c7f2f 06:44:26 Step 21/27 : RUN pip install docker-compose==1.23.2 06:44:26 ---> Running in 8535a75605c6 06:44:31 Collecting docker-compose==1.23.2 06:44:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:44:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:44:31 Collecting docopt<0.7,>=0.6.1 06:44:31 Downloading docopt-0.6.2.tar.gz (25 kB) 06:44:33 Collecting PyYAML<4,>=3.10 06:44:33 Downloading PyYAML-3.13.tar.gz (270 kB) 06:44:36 Collecting texttable<0.10,>=0.9.0 06:44:36 Downloading texttable-0.9.1.tar.gz (11 kB) 06:44:38 Collecting websocket-client<1.0,>=0.32.0 06:44:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:44:39 Collecting docker<4.0,>=3.6.0 06:44:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:44:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:44:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:44:40 Collecting dockerpty<0.5,>=0.4.1 06:44:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:44:43 Collecting jsonschema<3,>=2.5.1 06:44:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:44:43 Collecting cached-property<2,>=1.2.0 06:44:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:44:44 Collecting docker-pycreds>=0.4.0 06:44:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:44:44 Collecting urllib3<1.25,>=1.21.1 06:44:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:44:44 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) 06:44:44 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) 06:44:45 Collecting idna<2.8,>=2.5 06:44:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:44:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:44:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:44:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:44:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:44:46 Installing collected packages: docopt, PyYAML, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, jsonschema, cached-property, docker-compose 06:44:46 Running setup.py install for docopt: started 06:44:48 Running setup.py install for docopt: finished with status 'done' 06:44:48 Running setup.py install for PyYAML: started 06:44:50 Running setup.py install for PyYAML: finished with status 'done' 06:44:50 Running setup.py install for texttable: started 06:44:52 Running setup.py install for texttable: finished with status 'done' 06:44:52 Attempting uninstall: urllib3 06:44:52 Found existing installation: urllib3 1.25.9 06:44:52 Uninstalling urllib3-1.25.9: 06:44:52 Successfully uninstalled urllib3-1.25.9 06:44:53 Attempting uninstall: idna 06:44:53 Found existing installation: idna 2.9 06:44:53 Uninstalling idna-2.9: 06:44:53 Successfully uninstalled idna-2.9 06:44:53 Attempting uninstall: requests 06:44:53 Found existing installation: requests 2.23.0 06:44:53 Uninstalling requests-2.23.0: 06:44:53 Successfully uninstalled requests-2.23.0 06:44:55 Running setup.py install for dockerpty: started 06:44:56 Running setup.py install for dockerpty: finished with status 'done' 06:44: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 06:45:01 Removing intermediate container 8535a75605c6 06:45:01 ---> 12f4756110c4 06:45:01 Step 22/27 : RUN apk --no-cache add curl 06:45:01 ---> Running in 252a4d56c0cd 06:45:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:45:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:45:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:45:03 (2/3) Installing libcurl (7.69.1-r3) 06:45:03 (3/3) Installing curl (7.69.1-r3) 06:45:03 Executing busybox-1.31.1-r19.trigger 06:45:03 OK: 71 MiB in 58 packages 06:45:04 Removing intermediate container 252a4d56c0cd 06:45:04 ---> 23ecfe66bebc 06:45:04 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:45:04 ---> Running in 355a2a3a1727 06:45:05 Removing intermediate container 355a2a3a1727 06:45:05 ---> 27358e09e2e9 06:45:05 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:45:05 ---> Running in a7748018d38d 06:45:05 Removing intermediate container a7748018d38d 06:45:05 ---> 8bc9cf4921fa 06:45:05 Step 25/27 : LABEL arch=arm64 06:45:05 ---> Running in 93bcc32e5913 06:45:06 Removing intermediate container 93bcc32e5913 06:45:06 ---> 100c5588ba04 06:45:06 Step 26/27 : LABEL git_sha=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf 06:45:06 ---> Running in 875114a3c9c6 06:45:06 Removing intermediate container 875114a3c9c6 06:45:06 ---> eed963725d66 06:45:06 Step 27/27 : LABEL version=0.0.0 06:45:06 ---> Running in 6d2de82f4ff9 06:45:07 Removing intermediate container 6d2de82f4ff9 06:45:07 ---> 8bac04f09ed2 06:45:07 06:45:07 Successfully built 8bac04f09ed2 06:45:07 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:45:07  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:45:07 $ docker stop --time=1 52bf8769c477a04722ec7fac17db4318c03ad47249a477269750b712de604a03 06:45:09 $ docker rm -f 52bf8769c477a04722ec7fac17db4318c03ad47249a477269750b712de604a03 [Pipeline] // withDockerContainer [Pipeline] sh 06:45:10 + grep docker 06:45:10 + docker images 06:45:10 docker-sys-mgmt-agent-go-arm64 latest 8bac04f09ed2 3 seconds ago 300MB 06:45:10 docker-support-notifications-go-arm64 latest a195e6edc43b About a minute ago 11.4MB 06:45:10 docker-core-command-go-arm64 latest 29718600740d About a minute ago 9.98MB 06:45:10 docker-support-scheduler-go-arm64 latest 5e74ace94512 About a minute ago 10MB 06:45:10 docker-core-data-go-arm64 latest cd774123e584 3 minutes ago 21MB 06:45:10 docker-core-metadata-go-arm64 latest ec842091d2e6 3 minutes ago 12.2MB 06:45:10 docker-security-secretstore-setup-go-arm64 latest ac84fa179b5b 3 minutes ago 23.5MB 06:45:10 docker-security-bootstrap-redis-go-arm64 latest 382a7969a82b 3 minutes ago 15.1MB 06:45:10 docker-security-proxy-setup-go-arm64 latest 927dfde20dba 3 minutes ago 23.3MB 06:45:10 docker latest f66387bf908a 2 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 06:45:13 provisioning config files... 06:45:13 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8855031012249581158tmp [Pipeline] { [Pipeline] sh 06:45:13 + set +x 06:45:13 + curl -s https://codecov.io/bash 06:45:13 + bash -s -- 06:45:14 06:45:14 _____ _ 06:45:14 / ____| | | 06:45:14 | | ___ __| | ___ ___ _____ __ 06:45:14 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:45:14 | |___| (_) | (_| | __/ (_| (_) \ V / 06:45:14 \_____\___/ \__,_|\___|\___\___/ \_/ 06:45:14 Bash-20201231-23d4836 06:45:14 06:45:14 06:45:14 ==> git version 2.24.3 found 06:45:14 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 06:45:14 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:45:14 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:45:14 ==> Jenkins CI detected. 06:45:14 project root: . 06:45:14 --> token set from env 06:45:14 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:45:14 ==> Running gcov in . (disable via -X gcov) 06:45:14 ==> Python coveragepy not found 06:45:14 ==> Searching for coverage reports in: 06:45:14 + . 06:45:14 -> Found 1 reports 06:45:14 ==> Detecting git/mercurial file structure 06:45:14 ==> Reading reports 06:45:14 + ./coverage.out bytes=538204 06:45:14 ==> Appending adjustments 06:45:14 https://docs.codecov.io/docs/fixing-reports 06:45:17 + Found adjustments 06:45:17 ==> Gzipping contents 06:45:17 84K /tmp/codecov.ol5tYO.gz 06:45:17 ==> Uploading reports 06:45:17 url: https://codecov.io 06:45:17 query: branch=PR-2964&commit=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2964%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2964&job=&cmd_args= 06:45:17 -> Pinging Codecov 06:45:17 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2964&commit=716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2964%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2964&job=&cmd_args= 06:45:17 -> Uploading to 06:45:17 https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf/474c641a-4005-440d-9fe1-7a70cdcb0dd5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T064517Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1a833d0095aad2037f8b870f3f0f36457e6b0ef8bfbc85f953365ad095a0a482 06:45:17 % Total % Received % Xferd Average Speed Time Time Time Current 06:45:17 Dload Upload Total Spent Left Speed 06:45:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82006 0 0 100 82006 0 129k --:--:-- --:--:-- --:--:-- 129k 06:45:18 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/716bbf54ead6dfb3d5bdea1c3821c47d9dd4dccf [Pipeline] } 06:45:18 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 06:45:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:45:22 ---> package-listing.sh 06:45:22 ++ tr '[:upper:]' '[:lower:]' 06:45:22 ++ facter osfamily 06:45:22 + OS_FAMILY=redhat 06:45:22 + workspace=/w/workspace/edgex-go/7 06:45:22 + START_PACKAGES=/tmp/packages_start.txt 06:45:22 + END_PACKAGES=/tmp/packages_end.txt 06:45:22 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:45:22 + PACKAGES=/tmp/packages_start.txt 06:45:22 + '[' /w/workspace/edgex-go/7 ']' 06:45:22 + PACKAGES=/tmp/packages_end.txt 06:45:22 + case "${OS_FAMILY}" in 06:45:22 + rpm -qa 06:45:22 + sort 06:45:27 + '[' -f /tmp/packages_start.txt ']' 06:45:27 + '[' -f /tmp/packages_end.txt ']' 06:45:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:45:27 + '[' /w/workspace/edgex-go/7 ']' 06:45:27 + mkdir -p /w/workspace/edgex-go/7/archives/ 06:45:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 06:45:27 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:45:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:45:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:45:28 06:45:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:45:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:45:28 alpine: Pulling from edgex-lftools-log-publisher 06:45:28 df20fa9351a1: Pulling fs layer 06:45:28 36b3adc4ff6f: Pulling fs layer 06:45:28 8ad3a11d3b57: Pulling fs layer 06:45:28 46f8f816bc3b: Pulling fs layer 06:45:28 93b61091891f: Pulling fs layer 06:45:28 93b9cdb0e59b: Pulling fs layer 06:45:28 5e14af77c1be: Pulling fs layer 06:45:28 01666e4c0597: Pulling fs layer 06:45:28 aa168da1d23b: Pulling fs layer 06:45:28 46f8f816bc3b: Waiting 06:45:28 93b61091891f: Waiting 06:45:28 93b9cdb0e59b: Waiting 06:45:28 5e14af77c1be: Waiting 06:45:28 01666e4c0597: Waiting 06:45:28 aa168da1d23b: Waiting 06:45:28 36b3adc4ff6f: Verifying Checksum 06:45:28 36b3adc4ff6f: Download complete 06:45:28 46f8f816bc3b: Verifying Checksum 06:45:28 46f8f816bc3b: Download complete 06:45:28 df20fa9351a1: Verifying Checksum 06:45:28 df20fa9351a1: Download complete 06:45:28 93b9cdb0e59b: Download complete 06:45:28 5e14af77c1be: Download complete 06:45:28 93b61091891f: Verifying Checksum 06:45:28 93b61091891f: Download complete 06:45:28 01666e4c0597: Verifying Checksum 06:45:28 01666e4c0597: Download complete 06:45:28 8ad3a11d3b57: Verifying Checksum 06:45:28 8ad3a11d3b57: Download complete 06:45:29 df20fa9351a1: Pull complete 06:45:29 36b3adc4ff6f: Pull complete 06:45:30 8ad3a11d3b57: Pull complete 06:45:30 46f8f816bc3b: Pull complete 06:45:30 aa168da1d23b: Verifying Checksum 06:45:30 aa168da1d23b: Download complete 06:45:31 93b61091891f: Pull complete 06:45:32 93b9cdb0e59b: Pull complete 06:45:32 5e14af77c1be: Pull complete 06:45:32 01666e4c0597: Pull complete 06:45:47 aa168da1d23b: Pull complete 06:45:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:45:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:45:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:45:47 prd-centos7-docker-4c-2g-18140 does not seem to be running inside a container 06:45:47 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:45:50 $ docker top 255947ae72769740239bfe3b0acb396bcb166aab5c86b7f2f5beda159187b896 -eo pid,comm [Pipeline] { [Pipeline] sh 06:45:51 + touch /tmp/pre-build-complete [Pipeline] sh 06:45:51 + mkdir -p /var/log/sa [Pipeline] sh 06:45:52 + ls /var/log/sa-host 06:45:52 + sadf -c /var/log/sa-host/sa04 06:45:52 file_magic: OK 06:45:52 HZ: Using current value: 100 06:45:52 file_header: OK 06:45:52 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 06:45:52 Statistics: 06:45:52 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... 06:45:52 File successfully converted to sysstat format version 12.2.1 06:45:52 + sadf -c /var/log/sa-host/sa23 06:45:52 file_magic: OK 06:45:52 HZ: Using current value: 100 06:45:52 file_header: OK 06:45:52 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 06:45:52 Statistics: 06:45:52 Hnuu...uuuununununu... 06:45:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:45:52 provisioning config files... 06:45:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config773359484093968861tmp [Pipeline] { [Pipeline] echo 06:45:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:45:53 ---> create-netrc.sh [Pipeline] } 06:45:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:45:53 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:45:53 ---> python-tools-install.sh [Pipeline] echo 06:45:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:45:54 ---> sudo-logs.sh 06:45:54 Archiving 'sudo' log.. [Pipeline] echo 06:45:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:45:54 ---> job-cost.sh 06:45:54 lf-activate-venv: SKIPPING 06:45:54 INFO: No Stack... 06:45:54 INFO: Retrieving Pricing Info for: v1-standard-2 06:45:55 INFO: Archiving Costs [Pipeline] echo 06:45:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:45:55 ---> logs-deploy.sh 06:45:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2964/7 06:45:55 INFO: archiving workspace using pattern(s): 06:45:57 Archives upload complete. 06:45:57 INFO: archiving logs to Nexus 06:45:58 ---> uname -a: 06:45:58 Linux prd-centos7-docker-4c-2g-18140.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:45:58 06:45:58 06:45:58 ---> lscpu: 06:45:58 Architecture: x86_64 06:45:58 CPU op-mode(s): 32-bit, 64-bit 06:45:58 Byte Order: Little Endian 06:45:58 Address sizes: 40 bits physical, 48 bits virtual 06:45:58 CPU(s): 4 06:45:58 On-line CPU(s) list: 0-3 06:45:58 Thread(s) per core: 1 06:45:58 Core(s) per socket: 1 06:45:58 Socket(s): 4 06:45:58 NUMA node(s): 1 06:45:58 Vendor ID: GenuineIntel 06:45:58 CPU family: 6 06:45:58 Model: 44 06:45:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:45:58 Stepping: 1 06:45:58 CPU MHz: 2933.438 06:45:58 BogoMIPS: 5866.87 06:45:58 Virtualization: VT-x 06:45:58 Hypervisor vendor: KVM 06:45:58 Virtualization type: full 06:45:58 L1d cache: 128 KiB 06:45:58 L1i cache: 128 KiB 06:45:58 L2 cache: 16 MiB 06:45:58 L3 cache: 64 MiB 06:45:58 NUMA node0 CPU(s): 0-3 06:45:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:45:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:45:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:45:58 Vulnerability Meltdown: Mitigation; PTI 06:45:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:45:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:45:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:45:58 Vulnerability Srbds: Not affected 06:45:58 Vulnerability Tsx async abort: Not affected 06:45:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 06:45:58 06:45:58 06:45:58 ---> nproc: 06:45:58 4 06:45:58 06:45:58 06:45:58 ---> df -h: 06:45:58 Filesystem Size Used Available Use% Mounted on 06:45:58 overlay 50.0G 12.5G 37.5G 25% / 06:45:58 tmpfs 64.0M 0 64.0M 0% /dev 06:45:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:45:58 shm 64.0M 0 64.0M 0% /dev/shm 06:45:58 /dev/vda1 50.0G 12.5G 37.5G 25% /facter-os 06:45:58 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/resolv.conf 06:45:58 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hostname 06:45:58 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hosts 06:45:58 /dev/vda1 50.0G 12.5G 37.5G 25% /run/cloud-init/result.json 06:45:58 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/sa-host 06:45:58 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/secure 06:45:58 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/auth.log 06:45:58 /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/7 06:45:58 /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/7@tmp 06:45:58 06:45:58 06:45:58 ---> free -m: 06:45:58 total used free shared buff/cache available 06:45:58 Mem: 1837 691 213 0 932 1062 06:45:58 Swap: 1023 86 937 06:45:58 06:45:58 06:45:58 ---> ip addr: 06:45:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:45:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:45:58 inet 127.0.0.1/8 scope host lo 06:45:58 valid_lft forever preferred_lft forever 06:45:58 inet6 ::1/128 scope host 06:45:58 valid_lft forever preferred_lft forever 06:45:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:45:58 link/ether fa:16:3e:e4:41:a2 brd ff:ff:ff:ff:ff:ff 06:45:58 inet 10.30.123.71/23 brd 10.30.123.255 scope global dynamic eth0 06:45:58 valid_lft 85161sec preferred_lft 85161sec 06:45:58 inet6 fe80::f816:3eff:fee4:41a2/64 scope link 06:45:58 valid_lft forever preferred_lft forever 06:45:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:45:58 link/ether 02:42:aa:e6:a8:c0 brd ff:ff:ff:ff:ff:ff 06:45:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:45:58 valid_lft forever preferred_lft forever 06:45:58 inet6 fe80::42:aaff:fee6:a8c0/64 scope link 06:45:58 valid_lft forever preferred_lft forever 06:45:58 06:45:58 06:45:58 ---> sar -b -r -n DEV: 06:45:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 06:45:58 06:45:58 06:25:07 LINUX RESTART (4 CPU) 06:45:58 06:45:58 06:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:45:58 06:27:01 204.58 87.02 117.55 0.00 9834.94 46351.48 0.00 06:45:58 06:28:01 255.42 110.35 145.07 0.00 5352.05 31693.73 0.00 06:45:58 06:29:02 202.39 90.06 112.33 0.00 3334.64 12783.85 0.00 06:45:58 06:30:01 196.32 59.47 136.85 0.00 12856.77 67502.15 0.00 06:45:58 06:31:02 2229.09 1854.36 374.73 0.00 201573.32 225325.96 0.00 06:45:58 06:32:02 697.07 455.99 241.08 0.00 44008.61 59611.45 0.00 06:45:58 06:33:02 1787.73 1407.99 379.73 0.00 151127.89 165648.75 0.00 06:45:58 06:34:01 822.53 518.52 304.01 0.00 42241.03 59434.70 0.00 06:45:58 06:35:01 25.34 12.45 12.88 0.00 3020.08 394.51 0.00 06:45:58 06:36:01 1.15 0.97 0.18 0.00 19.72 2.43 0.00 06:45:58 06:37:01 0.32 0.02 0.30 0.00 0.13 3.28 0.00 06:45:58 06:38:01 0.42 0.00 0.42 0.00 0.00 4.10 0.00 06:45:58 06:39:01 0.40 0.02 0.38 0.00 0.27 5.48 0.00 06:45:58 06:40:01 0.65 0.47 0.18 0.00 7.86 1.50 0.00 06:45:58 06:41:01 2.20 1.40 0.80 0.00 52.36 15.32 0.00 06:45:58 06:42:01 0.63 0.02 0.62 0.00 0.27 6.86 0.00 06:45:58 06:43:01 1.22 0.68 0.53 0.00 8.79 5.83 0.00 06:45:58 06:44:01 0.37 0.00 0.37 0.00 0.00 5.90 0.00 06:45:58 06:45:01 0.25 0.05 0.20 0.00 0.93 2.08 0.00 06:45:58 Average: 339.17 242.96 96.21 0.00 25014.97 35270.75 0.00 06:45:58 06:45:58 06:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:45:58 06:27:01 142876 0 727440 38.66 2004 1009224 1446628 49.37 566116 933148 7612 06:45:58 06:28:01 158472 0 749796 39.85 916 972360 1635764 55.83 599200 845580 48312 06:45:58 06:29:02 198520 0 833372 44.29 480 849172 1740020 59.38 694344 700688 60260 06:45:58 06:30:01 74520 0 715840 38.05 260 1090924 1245908 42.52 733096 818948 98092 06:45:58 06:31:02 73892 0 846720 45.00 0 960932 2303200 78.60 740236 844360 80288 06:45:58 06:32:02 63684 0 701876 37.30 0 1115984 1331516 45.44 631916 938644 86524 06:45:58 06:33:02 79344 0 847892 45.06 0 954308 2456696 83.84 627800 951556 76512 06:45:58 06:34:01 446332 0 692892 36.83 0 742320 1906904 65.08 542268 645324 36 06:45:58 06:35:01 442208 0 606724 32.25 0 832612 1173256 40.04 502896 694528 12 06:45:58 06:36:01 442988 0 605516 32.18 0 833040 1158984 39.55 503404 693936 12 06:45:58 06:37:01 443880 0 604620 32.13 0 833044 1154776 39.41 502740 693824 12 06:45:58 06:38:01 444356 0 604132 32.11 0 833056 1154740 39.41 502568 693828 8 06:45:58 06:39:01 444400 0 604080 32.11 0 833064 1154740 39.41 502448 693836 8 06:45:58 06:40:01 444260 0 603844 32.09 0 833440 1154876 39.41 502700 693968 8 06:45:58 06:41:01 442024 0 605380 32.17 0 834140 1154812 39.41 503764 694092 12 06:45:58 06:42:01 442056 0 605336 32.17 0 834152 1154800 39.41 503596 694104 8 06:45:58 06:43:01 441412 0 605992 32.21 0 834140 1154904 39.41 503768 694332 20 06:45:58 06:44:01 442068 0 605312 32.17 0 834164 1154808 39.41 503360 694364 12 06:45:58 06:45:01 442440 0 604932 32.15 0 834172 1154808 39.41 503492 694388 8 06:45:58 Average: 321565 0 672195 35.73 193 887592 1410113 48.12 561564 753339 24092 06:45:58 06:45:58 06:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:45:58 06:27:01 eth0 1120.78 1335.96 5974.98 159.88 0.00 0.00 0.00 0.00 06:45:58 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:27:01 vethf678f75 2.91 5.36 0.20 35.40 0.00 0.00 0.00 0.00 06:45:58 06:27:01 docker0 982.98 688.69 76.49 2697.96 0.00 0.00 0.00 0.00 06:45:58 06:28:01 veth28b64e9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 06:45:58 06:28:01 eth0 430.58 293.76 2087.88 85.45 0.00 0.00 0.00 0.00 06:45:58 06:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:28:01 docker0 126.15 157.15 9.01 788.48 0.00 0.00 0.00 0.00 06:45:58 06:29:02 veth28b64e9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:29:02 eth0 31.22 15.12 25.00 12.27 0.00 0.00 0.00 0.00 06:45:58 06:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:30:01 eth0 251.21 209.65 1738.46 84.13 0.00 0.00 0.00 0.00 06:45:58 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:30:01 vetha35d73d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 06:45:58 06:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:31:02 eth0 50.71 35.12 160.60 48.62 0.00 0.00 0.00 0.00 06:45:58 06:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:31:02 vetha35d73d 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 06:45:58 06:31:02 docker0 13.19 20.50 0.73 144.32 0.00 0.00 0.00 0.00 06:45:58 06:32:02 eth0 40.86 26.95 137.55 11.67 0.00 0.00 0.00 0.00 06:45:58 06:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:32:02 vetha35d73d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:45:58 06:32:02 docker0 8.56 9.89 0.46 71.11 0.00 0.00 0.00 0.00 06:45:58 06:33:02 vethe68a510 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:45:58 06:33:02 eth0 98.03 76.17 126.99 82.01 0.00 0.00 0.00 0.00 06:45:58 06:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:33:02 vetha35d73d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:45:58 06:34:01 veth6c9efe4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:34:01 eth0 124.79 75.90 451.76 70.39 0.00 0.00 0.00 0.00 06:45:58 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:34:01 vetha35d73d 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:35:01 eth0 11.57 7.14 41.70 2.70 0.00 0.00 0.00 0.00 06:45:58 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:35:01 docker0 1186.77 963.11 90.31 4238.94 0.00 0.00 0.00 0.00 06:45:58 06:36:01 eth0 0.67 0.55 0.35 0.28 0.00 0.00 0.00 0.00 06:45:58 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:37:01 eth0 0.22 0.17 0.07 0.01 0.00 0.00 0.00 0.00 06:45:58 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:38:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:45:58 06:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:39:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:45:58 06:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:40:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:45:58 06:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:41:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 06:45:58 06:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:42:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 06:45:58 06:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:43:01 eth0 0.45 0.30 0.27 0.17 0.00 0.00 0.00 0.00 06:45:58 06:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:44:01 eth0 0.03 0.03 0.00 0.03 0.00 0.00 0.00 0.00 06:45:58 06:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:45:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 06:45:58 06:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 06:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 Average: eth0 113.67 109.28 564.75 29.29 0.00 0.00 0.00 0.00 06:45:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:45:58 Average: docker0 62.52 50.74 4.76 223.32 0.00 0.00 0.00 0.00 06:45:58 06:45:58 06:45:58 ---> sar -P ALL: 06:45:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/04/21 _x86_64_ (4 CPU) 06:45:58 06:45:58 06:25:07 LINUX RESTART (4 CPU) 06:45:58 06:45:58 06:26:01 CPU %user %nice %system %iowait %steal %idle 06:45:58 06:27:01 all 16.65 0.00 7.75 2.09 0.22 73.29 06:45:58 06:27:01 0 16.53 0.00 9.86 2.16 0.21 71.24 06:45:58 06:27:01 1 14.02 0.00 6.33 0.94 0.26 78.46 06:45:58 06:27:01 2 19.16 0.00 7.13 2.60 0.19 70.92 06:45:58 06:27:01 3 16.90 0.00 7.71 2.66 0.22 72.51 06:45:58 06:28:01 all 13.08 0.00 6.82 5.57 0.13 74.40 06:45:58 06:28:01 0 12.33 0.00 7.25 3.27 0.15 76.99 06:45:58 06:28:01 1 14.39 0.00 6.66 7.97 0.14 70.84 06:45:58 06:28:01 2 11.98 0.00 6.60 6.78 0.12 74.52 06:45:58 06:28:01 3 13.62 0.00 6.78 4.23 0.12 75.25 06:45:58 06:29:02 all 64.27 0.00 13.71 6.28 0.18 15.56 06:45:58 06:29:02 0 61.53 0.00 13.24 6.73 0.16 18.34 06:45:58 06:29:02 1 65.33 0.00 14.22 7.55 0.21 12.69 06:45:58 06:29:02 2 65.55 0.00 13.29 3.82 0.14 17.20 06:45:58 06:29:02 3 64.66 0.00 14.10 7.03 0.19 14.01 06:45:58 06:30:01 all 28.30 0.00 11.99 5.70 0.24 53.78 06:45:58 06:30:01 0 26.65 0.00 12.23 5.36 0.19 55.57 06:45:58 06:30:01 1 30.21 0.00 11.75 5.54 0.25 52.25 06:45:58 06:30:01 2 28.86 0.00 12.00 5.86 0.25 53.04 06:45:58 06:30:01 3 27.47 0.00 11.98 6.04 0.26 54.25 06:45:58 06:31:02 all 24.58 0.00 26.02 21.97 0.37 27.06 06:45:58 06:31:02 0 23.53 0.00 25.64 20.81 0.40 29.62 06:45:58 06:31:02 1 24.65 0.00 26.15 21.79 0.35 27.06 06:45:58 06:31:02 2 24.67 0.00 25.20 19.86 0.37 29.89 06:45:58 06:31:02 3 25.47 0.00 27.10 25.45 0.35 21.63 06:45:58 06:32:02 all 49.98 0.00 14.94 15.30 0.33 19.45 06:45:58 06:32:02 0 49.24 0.00 14.74 13.60 0.35 22.07 06:45:58 06:32:02 1 50.23 0.00 14.33 15.24 0.33 19.87 06:45:58 06:32:02 2 50.41 0.00 15.11 16.76 0.30 17.42 06:45:58 06:32:02 3 50.05 0.00 15.60 15.62 0.32 18.41 06:45:58 06:33:02 all 29.74 0.00 21.87 25.81 0.63 21.95 06:45:58 06:33:02 0 27.63 0.00 19.98 26.83 0.83 24.74 06:45:58 06:33:02 1 30.12 0.00 22.54 25.78 0.60 20.96 06:45:58 06:33:02 2 31.40 0.00 23.35 26.76 0.57 17.93 06:45:58 06:33:02 3 29.84 0.00 21.61 23.86 0.52 24.17 06:45:58 06:34:01 all 37.07 0.00 14.41 19.01 0.15 29.36 06:45:58 06:34:01 0 35.60 0.00 15.38 22.74 0.19 26.08 06:45:58 06:34:01 1 36.68 0.00 14.21 20.46 0.12 28.52 06:45:58 06:34:01 2 39.46 0.00 14.32 15.04 0.12 31.05 06:45:58 06:34:01 3 36.52 0.00 13.74 17.81 0.14 31.78 06:45:58 06:35:01 all 0.52 0.00 0.46 0.35 0.00 98.67 06:45:58 06:35:01 0 0.35 0.00 0.33 0.13 0.00 99.18 06:45:58 06:35:01 1 0.40 0.00 0.57 0.37 0.02 98.65 06:45:58 06:35:01 2 0.80 0.00 0.32 0.30 0.00 98.58 06:45:58 06:35:01 3 0.53 0.00 0.60 0.60 0.00 98.26 06:45:58 06:36:01 all 0.08 0.00 0.03 0.01 0.00 99.88 06:45:58 06:36:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:45:58 06:36:01 1 0.03 0.00 0.02 0.02 0.00 99.93 06:45:58 06:36:01 2 0.23 0.00 0.03 0.02 0.00 99.72 06:45:58 06:36:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:45:58 06:37:01 all 0.15 0.00 0.02 0.00 0.01 99.81 06:45:58 06:37:01 0 0.03 0.00 0.00 0.00 0.00 99.97 06:45:58 06:37:01 1 0.05 0.00 0.03 0.00 0.00 99.92 06:45:58 06:37:01 2 0.50 0.00 0.02 0.00 0.02 99.47 06:45:58 06:37:01 3 0.03 0.00 0.03 0.02 0.02 99.90 06:45:58 06:45:58 06:37:01 CPU %user %nice %system %iowait %steal %idle 06:45:58 06:38:01 all 0.15 0.00 0.03 0.00 0.00 99.82 06:45:58 06:38:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:45:58 06:38:01 1 0.00 0.00 0.02 0.00 0.00 99.98 06:45:58 06:38:01 2 0.53 0.00 0.03 0.00 0.00 99.43 06:45:58 06:38:01 3 0.03 0.00 0.05 0.00 0.00 99.92 06:45:58 06:39:01 all 0.15 0.00 0.02 0.00 0.00 99.83 06:45:58 06:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:45:58 06:39:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:45:58 06:39:01 2 0.52 0.00 0.02 0.00 0.00 99.47 06:45:58 06:39:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:45:58 06:40:01 all 0.14 0.00 0.03 0.00 0.00 99.83 06:45:58 06:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:45:58 06:40:01 1 0.02 0.00 0.03 0.02 0.00 99.93 06:45:58 06:40:01 2 0.53 0.00 0.03 0.00 0.00 99.43 06:45:58 06:40:01 3 0.00 0.00 0.03 0.00 0.00 99.97 06:45:58 06:41:01 all 0.16 0.00 0.04 0.02 0.00 99.78 06:45:58 06:41:01 0 0.03 0.00 0.07 0.07 0.00 99.83 06:45:58 06:41:01 1 0.03 0.00 0.03 0.00 0.00 99.93 06:45:58 06:41:01 2 0.03 0.00 0.02 0.00 0.00 99.95 06:45:58 06:41:01 3 0.53 0.00 0.03 0.03 0.00 99.40 06:45:58 06:42:01 all 0.15 0.00 0.02 0.00 0.00 99.83 06:45:58 06:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:45:58 06:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 06:45:58 06:42:01 2 0.02 0.00 0.02 0.00 0.02 99.95 06:45:58 06:42:01 3 0.52 0.00 0.02 0.00 0.00 99.47 06:45:58 06:43:01 all 0.18 0.00 0.02 0.02 0.01 99.77 06:45:58 06:43:01 0 0.05 0.00 0.03 0.07 0.02 99.83 06:45:58 06:43:01 1 0.05 0.00 0.02 0.00 0.02 99.92 06:45:58 06:43:01 2 0.05 0.00 0.03 0.00 0.00 99.92 06:45:58 06:43:01 3 0.58 0.00 0.02 0.00 0.00 99.40 06:45:58 06:44:01 all 0.13 0.00 0.02 0.00 0.00 99.85 06:45:58 06:44:01 0 0.00 0.00 0.02 0.00 0.00 99.98 06:45:58 06:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 06:45:58 06:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 06:45:58 06:44:01 3 0.47 0.00 0.02 0.00 0.00 99.52 06:45:58 06:45:01 all 0.05 0.00 0.02 0.00 0.00 99.92 06:45:58 06:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:45:58 06:45:01 1 0.03 0.00 0.00 0.02 0.00 99.95 06:45:58 06:45:01 2 0.05 0.00 0.02 0.00 0.00 99.93 06:45:58 06:45:01 3 0.12 0.00 0.05 0.00 0.00 99.83 06:45:58 Average: all 13.53 0.00 6.02 5.19 0.12 75.14 06:45:58 Average: 0 12.92 0.00 6.07 5.18 0.13 75.71 06:45:58 Average: 1 13.58 0.00 5.97 5.38 0.12 74.96 06:45:58 Average: 2 14.01 0.00 5.99 4.98 0.11 74.91 06:45:58 Average: 3 13.59 0.00 6.07 5.24 0.11 74.99 06:45:58 06:45:58 06:45:58