Pull request #2942 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 6b29634e9f7c352df05c5c8ed406ba629501e1e9+bbb161aa59ef099937232867751a09afbb087fa9 (ae5cff47b2bc4d220c5089e0a7cc1d4432e59c56) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16948 in /w/workspace/edgexfoundry_edgex-go_PR-2942 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2942/head:refs/remotes/origin/PR-2942 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 6b29634e9f7c352df05c5c8ed406ba629501e1e9 Merge succeeded, producing 6b29634e9f7c352df05c5c8ed406ba629501e1e9 Checking out Revision 6b29634e9f7c352df05c5c8ed406ba629501e1e9 (PR-2942) > git config core.sparsecheckout # timeout=10 > git checkout -f 6b29634e9f7c352df05c5c8ed406ba629501e1e9 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6b29634e9f7c352df05c5c8ed406ba629501e1e9 # timeout=10 Commit message: "fix: Fix attribution file to include go-yaml V3" > git rev-list --no-walk df695e162577a4eb0e37869e2236c0dac3805389 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:02:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:02:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:02:07 ========================================================= 23:02:07 EdgeX Global Pipelines Version Info 23:02:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:02:09 ------------------- 23:02:09 stable info: 23:02:09 ------------------- 23:02:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:02:09 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:02:09 Message: update stable to v1.0.173 23:02:10 ------------------- 23:02:10 experimental info: 23:02:10 ------------------- 23:02:10 Commited By: **** collab-it+edgex@linuxfoundation.org 23:02:10 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 23:02:10 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:02:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:02:10 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:02:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:02:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:02:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:02:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:02:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:02:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:02:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:02:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:02:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 23:02:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:02:12 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:02:12 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 23:02:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2942 [Pipeline] echo 23:02:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2942 [Pipeline] echo 23:02:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2942 [Pipeline] echo 23:02:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6b29634e9f7c352df05c5c8ed406ba629501e1e9 [Pipeline] echo 23:02:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6b29634 [Pipeline] echo 23:02:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:02:13 provisioning config files... 23:02:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config2546608542552598302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:02:13 ---> docker-login.sh 23:02:13 nexus3.edgexfoundry.org:10001 23:02:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:14 Configure a credential helper to remove this warning. See 23:02:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:14 23:02:14 Login Succeeded 23:02:14 nexus3.edgexfoundry.org:10002 23:02:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:14 Configure a credential helper to remove this warning. See 23:02:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:14 23:02:14 Login Succeeded 23:02:14 nexus3.edgexfoundry.org:10003 23:02:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:14 Configure a credential helper to remove this warning. See 23:02:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:14 23:02:14 Login Succeeded 23:02:14 nexus3.edgexfoundry.org:10004 23:02:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:15 Configure a credential helper to remove this warning. See 23:02:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:15 23:02:15 Login Succeeded 23:02:15 docker.io 23:02:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:02:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:02:15 Configure a credential helper to remove this warning. See 23:02:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:02:15 23:02:15 Login Succeeded 23:02:15 ---> docker-login.sh ends [Pipeline] } 23:02:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:15 ++ 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 23:02:15 + for file in '`ls cmd/**/Dockerfile`' 23:02:15 ++ dirname cmd/core-command/Dockerfile 23:02:15 ++ cut -d/ -f2 23:02:15 + echo core-command,cmd/core-command/Dockerfile 23:02:15 + for file in '`ls cmd/**/Dockerfile`' 23:02:15 ++ dirname cmd/core-data/Dockerfile 23:02:15 ++ cut -d/ -f2 23:02:15 + echo core-data,cmd/core-data/Dockerfile 23:02:15 + for file in '`ls cmd/**/Dockerfile`' 23:02:15 ++ dirname cmd/core-metadata/Dockerfile 23:02:15 ++ cut -d/ -f2 23:02:15 + echo core-metadata,cmd/core-metadata/Dockerfile 23:02:15 + for file in '`ls cmd/**/Dockerfile`' 23:02:15 ++ dirname cmd/security-bootstrap-redis/Dockerfile 23:02:15 ++ cut -d/ -f2 23:02:15 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 23:02:15 + for file in '`ls cmd/**/Dockerfile`' 23:02:15 ++ dirname cmd/security-proxy-setup/Dockerfile 23:02:15 ++ cut -d/ -f2 23:02:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:02:15 + for file in '`ls cmd/**/Dockerfile`' 23:02:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 23:02:15 ++ cut -d/ -f2 23:02:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:02:15 + for file in '`ls cmd/**/Dockerfile`' 23:02:15 ++ dirname cmd/support-notifications/Dockerfile 23:02:15 ++ cut -d/ -f2 23:02:15 + echo support-notifications,cmd/support-notifications/Dockerfile 23:02:15 + for file in '`ls cmd/**/Dockerfile`' 23:02:15 ++ dirname cmd/support-scheduler/Dockerfile 23:02:15 ++ cut -d/ -f2 23:02:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 23:02:15 + for file in '`ls cmd/**/Dockerfile`' 23:02:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 23:02:15 ++ cut -d/ -f2 23:02:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 23:02:15 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 23:02:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:17 23:02:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:02:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:17 latest: Pulling from edgex-devops/git-semver 23:02:17 31603596830f: Pulling fs layer 23:02:17 2a8b12db71e7: Pulling fs layer 23:02:17 6ca5941a6612: Pulling fs layer 23:02:17 ecc8261a40a4: Pulling fs layer 23:02:17 ecc8261a40a4: Waiting 23:02:17 2a8b12db71e7: Verifying Checksum 23:02:17 2a8b12db71e7: Download complete 23:02:18 31603596830f: Verifying Checksum 23:02:18 31603596830f: Download complete 23:02:18 ecc8261a40a4: Verifying Checksum 23:02:18 ecc8261a40a4: Download complete 23:02:18 6ca5941a6612: Verifying Checksum 23:02:18 6ca5941a6612: Download complete 23:02:18 31603596830f: Pull complete 23:02:18 2a8b12db71e7: Pull complete 23:02:19 6ca5941a6612: Pull complete 23:02:19 ecc8261a40a4: Pull complete 23:02:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:02:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:02:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:02:19 prd-centos7-docker-4c-2g-16948 does not seem to be running inside a container 23:02:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:02:22 $ docker top 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:02:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:22 [ssh-agent] Looking for ssh-agent implementation... 23:02:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:22 $ docker exec 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c ssh-agent 23:02:23 SSH_AUTH_SOCK=/tmp/ssh-wzdzR7F3azWQ/agent.12 23:02:23 SSH_AGENT_PID=17 23:02:23 Running ssh-add (command line suppressed) 23:02:23 Identity added: /w/workspace/edgex-go/19@tmp/private_key_2866090918365172174.key (/w/workspace/edgex-go/19@tmp/private_key_2866090918365172174.key) 23:02:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:23 + git tag --points-at HEAD [Pipeline] } 23:02:23 $ docker exec --env ******** --env ******** 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c ssh-agent -k 23:02:23 unset SSH_AUTH_SOCK; 23:02:23 unset SSH_AGENT_PID; 23:02:23 echo Agent pid 17 killed; 23:02:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:02:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:02:23 [ssh-agent] Looking for ssh-agent implementation... 23:02:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:02:24 $ docker exec 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c ssh-agent 23:02:24 SSH_AUTH_SOCK=/tmp/ssh-bNbNhL7VDdpl/agent.48 23:02:24 SSH_AGENT_PID=53 23:02:24 Running ssh-add (command line suppressed) 23:02:24 Identity added: /w/workspace/edgex-go/19@tmp/private_key_7061112124806474880.key (/w/workspace/edgex-go/19@tmp/private_key_7061112124806474880.key) 23:02:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:02:24 + git semver init 23:02:24 # -> Open(): unable to determine branch for HEAD 23:02:24 # $GIT_DIR = /w/workspace/edgex-go/19/.git 23:02:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/19 23:02:24 # $SEMVER_REMOTE_NAME = origin 23:02:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:02:24 # $SEMVER_USER_NAME = edgex-jenkins 23:02:24 # $SEMVER_BRANCH = PR-2942 23:02:24 # $SEMVER_TEMP = /tmp/semver-883321887 23:02:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 23:02:56 # '/tmp/semver-883321887' -> '/w/workspace/edgex-go/19/.semver' 23:02:56 # -> Force: false 23:02:56 # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } 23:02:56 $ docker exec --env ******** --env ******** 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c ssh-agent -k 23:02:57 unset SSH_AUTH_SOCK; 23:02:57 unset SSH_AGENT_PID; 23:02:57 echo Agent pid 53 killed; 23:02:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:02:57 + git semver [Pipeline] } 23:02:57 $ docker stop --time=1 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c 23:02:59 $ docker rm -f 6e71ad852566a456ec47acf05da332fa61bde97924c7951d446ffbe10b51f47c [Pipeline] // withDockerContainer [Pipeline] sh 23:02:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:03:00 Stashed 1 file(s) [Pipeline] echo 23:03:00 [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 23:03:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:03:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:03:01 + sudo service docker restart 23:03:01 + true 23:03:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 23:03:02 ========================================================= 23:03:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:03:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:03:02 + 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 . 23:03:06 Sending build context to Docker daemon 330.8MB 23:03:06 Step 1/7 : ARG BASE=golang:1.15-alpine 23:03:06 Step 2/7 : FROM ${BASE} 23:03:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:03:06 188c0c94c7c5: Pulling fs layer 23:03:06 0ef7d3d256c8: Pulling fs layer 23:03:06 de9db76c5a1d: Pulling fs layer 23:03:06 bca2f99d35d6: Pulling fs layer 23:03:06 93359f2a8cfa: Pulling fs layer 23:03:06 7c6f9722023f: Pulling fs layer 23:03:06 a35cf1a2eb13: Pulling fs layer 23:03:06 bca2f99d35d6: Waiting 23:03:06 93359f2a8cfa: Waiting 23:03:06 7c6f9722023f: Waiting 23:03:06 a35cf1a2eb13: Waiting 23:03:06 de9db76c5a1d: Download complete 23:03:06 0ef7d3d256c8: Verifying Checksum 23:03:06 0ef7d3d256c8: Download complete 23:03:06 93359f2a8cfa: Verifying Checksum 23:03:06 93359f2a8cfa: Download complete 23:03:06 188c0c94c7c5: Verifying Checksum 23:03:06 188c0c94c7c5: Download complete 23:03:06 7c6f9722023f: Verifying Checksum 23:03:06 7c6f9722023f: Download complete 23:03:06 188c0c94c7c5: Pull complete 23:03:07 0ef7d3d256c8: Pull complete 23:03:07 de9db76c5a1d: Pull complete 23:03:08 a35cf1a2eb13: Verifying Checksum 23:03:08 a35cf1a2eb13: Download complete 23:03:09 bca2f99d35d6: Verifying Checksum 23:03:09 bca2f99d35d6: Download complete 23:03:14 bca2f99d35d6: Pull complete 23:03:14 93359f2a8cfa: Pull complete 23:03:14 7c6f9722023f: Pull complete 23:03:15 Still waiting to schedule task 23:03:15 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:03:20 a35cf1a2eb13: Pull complete 23:03:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:03:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:03:20 ---> a62c8e92a672 23:03:20 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 23:03:20 ---> Running in 14cebf4fb5a8 23:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:03:22 (1/12) Installing libmagic (5.38-r0) 23:03:23 (2/12) Installing file (5.38-r0) 23:03:23 (3/12) Installing libc-dev (0.7.2-r3) 23:03:23 (4/12) Installing g++ (9.3.0-r2) 23:03:28 (5/12) Installing fortify-headers (1.1-r0) 23:03:28 (6/12) Installing patch (2.7.6-r6) 23:03:28 (7/12) Installing build-base (0.5-r2) 23:03:28 (8/12) Installing libsodium (1.0.18-r0) 23:03:28 (9/12) Installing pkgconf (1.7.2-r0) 23:03:28 (10/12) Installing libsodium-dev (1.0.18-r0) 23:03:29 (11/12) Installing libzmq (4.3.3-r0) 23:03:29 (12/12) Installing zeromq-dev (4.3.3-r0) 23:03:29 Executing busybox-1.31.1-r19.trigger 23:03:29 OK: 233 MiB in 51 packages 23:03:33 Removing intermediate container 14cebf4fb5a8 23:03:33 ---> 078f80e149f6 23:03:33 Step 4/7 : WORKDIR /edgex-go 23:03:33 ---> Running in 25ca37c5bbc0 23:03:33 Removing intermediate container 25ca37c5bbc0 23:03:33 ---> e7d975fda49b 23:03:33 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:03:33 latest: Pulling from library/docker 23:03:33 801bfaa63ef2: Pulling fs layer 23:03:33 4f7dc993c79e: Pulling fs layer 23:03:33 d39d95e4997f: Pulling fs layer 23:03:33 1cda4b703d87: Pulling fs layer 23:03:33 54e5375350ea: Pulling fs layer 23:03:33 f08cd1b3bb1b: Pulling fs layer 23:03:33 8e17d04e0c68: Pulling fs layer 23:03:33 54e5375350ea: Waiting 23:03:33 f08cd1b3bb1b: Waiting 23:03:33 8e17d04e0c68: Waiting 23:03:33 1cda4b703d87: Waiting 23:03:33 d39d95e4997f: Verifying Checksum 23:03:33 d39d95e4997f: Download complete 23:03:33 4f7dc993c79e: Verifying Checksum 23:03:33 4f7dc993c79e: Download complete 23:03:33 801bfaa63ef2: Verifying Checksum 23:03:33 801bfaa63ef2: Download complete 23:03:33 54e5375350ea: Verifying Checksum 23:03:33 54e5375350ea: Download complete 23:03:34 f08cd1b3bb1b: Verifying Checksum 23:03:34 f08cd1b3bb1b: Download complete 23:03:34 8e17d04e0c68: Verifying Checksum 23:03:34 8e17d04e0c68: Download complete 23:03:34 801bfaa63ef2: Pull complete 23:03:34 4f7dc993c79e: Pull complete 23:03:34 d39d95e4997f: Pull complete 23:03:35 1cda4b703d87: Verifying Checksum 23:03:35 1cda4b703d87: Download complete 23:03:38 1cda4b703d87: Pull complete 23:03:38 54e5375350ea: Pull complete 23:03:38 f08cd1b3bb1b: Pull complete 23:03:38 8e17d04e0c68: Pull complete 23:03:38 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 23:03:38 Status: Downloaded newer image for docker:latest 23:03:39 ---> 3e5561c731ea 23:03:39 Step 6/7 : COPY go.mod . 23:03:39 ---> a96afc045171 23:03:39 Step 7/7 : RUN go mod download 23:03:40 ---> Running in a18e6ea0bc35 23:04:02 Removing intermediate container a18e6ea0bc35 23:04:02 ---> 7f3c7a0941ab 23:04:02 Successfully built 7f3c7a0941ab 23:04:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:04:02 + docker inspect -f . ci-base-image-x86_64 23:04:02 . [Pipeline] withDockerContainer 23:04:02 prd-centos7-docker-4c-2g-16948 does not seem to be running inside a container 23:04:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:04:03 $ docker top 95cb65dabb5b3d9021713314b7a4351af941af6fb9733403d8aed628c356eae3 -eo pid,comm [Pipeline] { [Pipeline] sh 23:04:04 + go version 23:04:04 go version go1.15.5 linux/amd64 [Pipeline] } 23:04:04 $ docker stop --time=1 95cb65dabb5b3d9021713314b7a4351af941af6fb9733403d8aed628c356eae3 23:04:05 $ docker rm -f 95cb65dabb5b3d9021713314b7a4351af941af6fb9733403d8aed628c356eae3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:04:06 + docker inspect -f . ci-base-image-x86_64 23:04:06 . [Pipeline] withDockerContainer 23:04:06 prd-centos7-docker-4c-2g-16948 does not seem to be running inside a container 23:04:06 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:04:07 $ docker top d1bb4c8cf29a330c7a9a3273a9357d0ad157214f73f2f7eb11d843170e585572 -eo pid,comm [Pipeline] { [Pipeline] echo 23:04:07 ========================================================= 23:04:07 [edgeXBuildGoParallel] Running Tests and Build... 23:04:07 ========================================================= [Pipeline] sh 23:04:07 + make test 23:04:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:04:17 ? github.com/edgexfoundry/edgex-go [no test files] 23:04:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:04:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:04:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:04:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:04:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:04:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:04:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:04:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:04:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:04:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements 23:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:04:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.0% of statements 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:04:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:04:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:04:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 72.0% of statements 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:04:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.143s coverage: 83.3% of statements 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:04:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:04:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.397s coverage: 28.6% of statements 23:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:04:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements 23:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:04:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 23:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:04:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements 23:04:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:04:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements 23:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:04:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 23:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:04:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:04:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.297s coverage: 93.8% of statements 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:04:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:04:51 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:04:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:04:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 75.5% of statements 23:04:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:04:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.029s coverage: 80.8% of statements 23:04:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.092s coverage: 87.2% of statements 23:04:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.2% of statements 23:04:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 23:04:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 63.5% of statements 23:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:04:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 23:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 23:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 23:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements 23:04:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 23:04:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 55.9% of statements 23:04:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:04:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:04:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:04:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:04:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:04:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.136s coverage: 37.0% of statements 23:04:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:04:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:04:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.328s coverage: 84.0% of statements 23:04:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.060s coverage: 100.0% of statements 23:04:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.120s coverage: 47.1% of statements 23:04:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:04:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:04:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:04:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:04:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:04:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 23:04:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:04:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 23:04:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:04:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.703s coverage: 29.1% of statements 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:04:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:04:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:04:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:04:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:04:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:04:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 23:04:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 23:04:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 23:04:59 GO111MODULE=on go vet ./... 23:05:21 gofmt -l . 23:05:21 [ "`gofmt -l .`" = "" ] 23:05:22 ./bin/test-go-mod-tidy.sh 23:05:22 ./bin/test-attribution-txt.sh [Pipeline] sh 23:05:24 + ls -al . 23:05:24 total 636 23:05:24 drwxrwxr-x 10 1001 1001 4096 Dec 20 23:05 . 23:05:24 drwxr-xr-x 4 root root 30 Dec 20 23:04 .. 23:05:24 -rw-rw-r-- 1 1001 1001 11 Dec 20 23:02 .dockerignore 23:05:24 drwxrwxr-x 8 1001 1001 179 Dec 20 23:02 .git 23:05:24 drwxrwxr-x 3 1001 1001 125 Dec 20 23:02 .github 23:05:24 -rw-rw-r-- 1 1001 1001 824 Dec 20 23:02 .gitignore 23:05:24 drwx------ 3 1001 1001 47 Dec 20 23:02 .semver 23:05:24 -rw-rw-r-- 1 1001 1001 166 Dec 20 23:02 .sonarcloud.properties 23:05:24 -rw-rw-r-- 1 1001 1001 3804 Dec 20 23:02 CONTRIBUTING.md 23:05:24 -rw-rw-r-- 1 1001 1001 1035 Dec 20 23:02 Dockerfile.build 23:05:24 -rw-rw-r-- 1 1001 1001 863 Dec 20 23:02 Jenkinsfile 23:05:24 -rw-rw-r-- 1 1001 1001 10775 Dec 20 23:02 LICENSE 23:05:24 -rw-rw-r-- 1 1001 1001 5750 Dec 20 23:02 Makefile 23:05:24 -rw-rw-r-- 1 1001 1001 6511 Dec 20 23:02 README.md 23:05:24 -rw-rw-r-- 1 1001 1001 6744 Dec 20 23:02 SECURITY.md 23:05:24 -rw-rw-r-- 1 1001 1001 5 Dec 20 23:02 VERSION 23:05:24 -rw-rw-r-- 1 1001 1001 4131 Dec 20 23:02 ZMQWindows.md 23:05:24 drwxrwxr-x 2 1001 1001 117 Dec 20 23:02 bin 23:05:24 drwxrwxr-x 14 1001 1001 4096 Dec 20 23:02 cmd 23:05:24 -rw-r--r-- 1 root root 537098 Dec 20 23:04 coverage.out 23:05:24 -rw-r--r-- 1 root root 979 Dec 20 23:05 go.mod 23:05:24 -rw-r--r-- 1 root root 18739 Dec 20 23:05 go.sum 23:05:24 drwxrwxr-x 8 1001 1001 127 Dec 20 23:02 internal 23:05:24 drwxrwxr-x 4 1001 1001 26 Dec 20 23:02 openapi 23:05:24 drwxrwxr-x 4 1001 1001 71 Dec 20 23:02 snap 23:05:24 -rw-rw-r-- 1 1001 1001 168 Dec 20 23:02 version.go [Pipeline] sh 23:05:24 + '[' -e coverage.out ] 23:05:24 + chown 1001:1001 coverage.out [Pipeline] stash 23:05:24 Stashed 1 file(s) [Pipeline] sh 23:05:25 + make build 23:05:25 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 23:05:28 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 23:05:36 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 23:05:36 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 23:05:38 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 23:05:38 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 23:05:40 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 23:05:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:05:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:05:43 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 23:05:44 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 23:05:45 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] } 23:05:46 $ docker stop --time=1 d1bb4c8cf29a330c7a9a3273a9357d0ad157214f73f2f7eb11d843170e585572 23:05:48 $ docker rm -f d1bb4c8cf29a330c7a9a3273a9357d0ad157214f73f2f7eb11d843170e585572 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:05:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:05:51 23:05:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 23:05:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:05:52 latest: Pulling from edgex-devops/edgex-compose 23:05:52 cbdbe7a5bc2a: Pulling fs layer 23:05:52 ca9280d653b3: Pulling fs layer 23:05:52 7e9c9ca2126c: Pulling fs layer 23:05:52 cbdbe7a5bc2a: Verifying Checksum 23:05:52 cbdbe7a5bc2a: Download complete 23:05:52 cbdbe7a5bc2a: Pull complete 23:05:53 ca9280d653b3: Verifying Checksum 23:05:53 ca9280d653b3: Download complete 23:05:53 7e9c9ca2126c: Download complete 23:05:54 ca9280d653b3: Pull complete 23:06:01 7e9c9ca2126c: Pull complete 23:06:01 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 23:06:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:06:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 23:06:01 prd-centos7-docker-4c-2g-16948 does not seem to be running inside a container 23:06:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 23:06:03 $ docker top 09ff79e7c3299b2959b8f51cc2ed80d316034fe1f0f967599ce3a300cc906db3 -eo pid,comm [Pipeline] { [Pipeline] sh 23:06:04 + docker-compose build --help 23:06:04 + grep parallel 23:06:05 --parallel Build images in parallel. [Pipeline] } 23:06:05 $ docker stop --time=1 09ff79e7c3299b2959b8f51cc2ed80d316034fe1f0f967599ce3a300cc906db3 23:06:06 $ docker rm -f 09ff79e7c3299b2959b8f51cc2ed80d316034fe1f0f967599ce3a300cc906db3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:06:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 23:06:07 . [Pipeline] withDockerContainer 23:06:07 prd-centos7-docker-4c-2g-16948 does not seem to be running inside a container 23:06:07 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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:latest cat 23:06:08 $ docker top 75c677096acf11afa454dc2d3144b7c5b50f64d4861acfd422188f3245847350 -eo pid,comm [Pipeline] { [Pipeline] sh 23:06:08 + docker-compose -f ./docker-compose-build.yml build --parallel 23:06:09 Building docker-core-command-go ... 23:06:09 Building docker-core-data-go ... 23:06:09 Building docker-core-metadata-go ... 23:06:09 Building docker-security-bootstrap-redis-go ... 23:06:09 Building docker-security-proxy-setup-go ... 23:06:09 Building docker-security-secretstore-setup-go ... 23:06:09 Building docker-support-notifications-go ... 23:06:09 Building docker-support-scheduler-go ... 23:06:09 Building docker-sys-mgmt-agent-go ... 23:06:09 Building docker-core-metadata-go 23:06:09 Building docker-sys-mgmt-agent-go 23:06:09 Building docker-security-proxy-setup-go 23:06:09 Building docker-security-bootstrap-redis-go 23:06:09 Building docker-core-command-go 23:06:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:06:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:06:41 ---> 7f3c7a0941ab 23:06:41 Step 3/21 : WORKDIR /edgex-go 23:06:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:06:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:06:41 ---> 7f3c7a0941ab 23:06:41 Step 3/22 : WORKDIR /edgex-go 23:06:41 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 23:06:41 Step 2/27 : FROM ${BUILDER_BASE} AS builder 23:06:41 ---> 7f3c7a0941ab 23:06:41 Step 3/27 : WORKDIR /edgex-go 23:06:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:06:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:06:41 ---> 7f3c7a0941ab 23:06:41 Step 3/22 : WORKDIR /edgex-go 23:06:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:06:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:06:41 ---> 7f3c7a0941ab 23:06:41 Step 3/22 : WORKDIR /edgex-go 23:06:41 ---> Running in 756613870b01 23:06:41 ---> Running in f17cb747645d 23:06:41 ---> Running in 07d51e490bc6 23:06:41 ---> Running in f78118caf07f 23:06:41 ---> Running in ff0349477969 23:06:41 Removing intermediate container f78118caf07f 23:06:41 ---> 5d1de1a6f1c9 23:06:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:41 Removing intermediate container 07d51e490bc6 23:06:41 ---> 54eee8e110eb 23:06:41 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:41 Removing intermediate container f17cb747645d 23:06:41 ---> 0ba10fc85fd6 23:06:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:41 Removing intermediate container ff0349477969 23:06:41 ---> f25aab472491 23:06:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:41 Removing intermediate container 756613870b01 23:06:41 ---> bc8f68f0a23a 23:06:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:06:41 ---> Running in 0148d95663e5 23:06:41 ---> Running in 4ff320c9890d 23:06:41 ---> Running in 197501aa58d6 23:06:41 ---> Running in 2c72b0e24565 23:06:41 ---> Running in 15867a595089 23:06:43 Removing intermediate container 197501aa58d6 23:06:43 ---> d3b8e49ce655 23:06:43 Step 5/22 : RUN apk update && apk add make git 23:06:43 ---> Running in 1d8df4bc19e2 23:06:43 Removing intermediate container 4ff320c9890d 23:06:43 ---> 2bd0e233bbd2 23:06:43 Step 5/27 : RUN apk update && apk add make bash git 23:06:43 Removing intermediate container 0148d95663e5 23:06:43 ---> 1dd6168c49db 23:06:43 Step 5/21 : RUN apk update && apk add make git 23:06:43 Removing intermediate container 2c72b0e24565 23:06:43 ---> 7ae440d44859 23:06:43 Step 5/22 : RUN apk update && apk add make git 23:06:43 ---> Running in c4bcdd54cda0 23:06:43 ---> Running in 45e2cbcdd65e 23:06:44 ---> Running in 29e32d4bdb55 23:06:44 Removing intermediate container 15867a595089 23:06:44 ---> bc03fd6cc860 23:06:44 Step 5/22 : RUN apk update && apk add make git 23:06:44 ---> Running in f5810eeab760 23:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:45 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:06:45 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:06:45 OK: 12750 distinct packages available 23:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:45 OK: 233 MiB in 51 packages 23:06:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:06:46 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:06:46 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:06:46 OK: 12750 distinct packages available 23:06:46 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:06:46 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:06:46 OK: 12750 distinct packages available 23:06:46 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:06:46 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:06:46 OK: 12750 distinct packages available 23:06:46 OK: 233 MiB in 51 packages 23:06:46 Removing intermediate container 1d8df4bc19e2 23:06:46 ---> dd8a8bc0840b 23:06:46 Step 6/22 : COPY go.mod . 23:06:46 OK: 233 MiB in 51 packages 23:06:46 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:06:46 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:06:46 OK: 12750 distinct packages available 23:06:46 OK: 233 MiB in 51 packages 23:06:46 ---> 9d1c482b3756 23:06:46 Step 7/22 : RUN go mod download 23:06:46 OK: 233 MiB in 51 packages 23:06:46 ---> Running in bbfa7b8954ff 23:06:47 Removing intermediate container 45e2cbcdd65e 23:06:47 ---> 69ce2e620f99 23:06:47 Step 6/21 : COPY go.mod . 23:06:47 Removing intermediate container f5810eeab760 23:06:47 ---> 82d9d7879247 23:06:47 Step 6/22 : COPY go.mod . 23:06:47 Removing intermediate container 29e32d4bdb55 23:06:47 ---> ffdecf346447 23:06:47 Step 6/22 : COPY go.mod . 23:06:47 ---> 89399dffa83b 23:06:47 Step 7/21 : RUN go mod download 23:06:47 ---> Running in 758ced4bb97f 23:06:47 Removing intermediate container c4bcdd54cda0 23:06:47 ---> 12e04ef1c095 23:06:47 Step 6/27 : COPY go.mod . 23:06:47 ---> dba1cdfd1d53 23:06:47 Step 7/22 : RUN go mod download 23:06:48 ---> c58a2f36be17 23:06:48 Step 7/22 : RUN go mod download 23:06:48 ---> Running in 286e65e40e8d 23:06:48 ---> Running in 809a779b178b 23:06:48 ---> ce383ac4f480 23:06:48 Step 7/27 : RUN go mod download 23:06:48 ---> Running in afef6676944d 23:06:49 Removing intermediate container bbfa7b8954ff 23:06:49 ---> e1e5d1ee1aaf 23:06:49 Step 8/22 : COPY . . 23:06:49 Removing intermediate container 758ced4bb97f 23:06:49 ---> a2b0783c8ad2 23:06:49 Step 8/21 : COPY . . 23:06:54 Removing intermediate container 286e65e40e8d 23:06:54 ---> f563a7ca7a0c 23:06:54 Step 8/22 : COPY . . 23:07:03 Removing intermediate container 809a779b178b 23:07:03 ---> 648cde11ca1d 23:07:03 Step 8/22 : COPY . . 23:07:03 Removing intermediate container afef6676944d 23:07:03 ---> eff45cb4e0b9 23:07:03 Step 8/27 : COPY . . 23:07:26 ---> d7e34a2aa51f 23:07:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:07:26 ---> 31b2495ae1be 23:07:26 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 23:07:26 ---> Running in 37937b9c38d4 23:07:26 ---> Running in 516a3af99005 23:07:26 ---> ed21dc62ced0 23:07:26 Step 9/22 : RUN make cmd/core-command/core-command 23:07:27 ---> Running in aa48fd6c6a6d 23:07:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:07: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 23:07:29 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 23:07:34 ---> 527a1c65e6f1 23:07:34 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:07:35 ---> Running in 7b49cf62c59f 23:07:35 ---> 1982214ceb8d 23:07:35 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:07:36 ---> Running in 80f05211cf21 23:07:37 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 23:07:37 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 23:07:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16950 in /w/workspace/edgexfoundry_edgex-go_PR-2942 [Pipeline] { [Pipeline] ws 23:07:47 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 23:07:53 using credential edgex-jenkins-ssh 23:07:53 Cloning the remote Git repository 23:07:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:07:53 > git init /w/workspace/edgex-go/19 # timeout=10 23:07:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:07:53 > git --version # timeout=10 23:07:53 > git --version # 'git version 2.17.1' 23:07:53 using GIT_SSH to set credentials SSH Credentials for GitHub 23:07:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:07:55 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 23:07:56 Removing intermediate container 516a3af99005 23:07:56 ---> 01d4a6ac9cc0 23:07:56 23:07:56 Step 10/22 : FROM alpine:3.10 23:07:57 3.10: Pulling from library/alpine 23:07:58 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 23:07:59 Status: Downloaded newer image for alpine:3.10 23:07:59 ---> be4e4bea2c2e 23:07:59 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:07:59 Removing intermediate container aa48fd6c6a6d 23:07:59 ---> 239cd55c2814 23:07:59 23:07:59 Step 10/22 : FROM scratch 23:07:59 ---> 23:07:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:07:59 ---> Running in 0b0c0c860f5f 23:08:00 ---> Running in bca166fbe399 23:08:00 Removing intermediate container bca166fbe399 23:08:00 ---> fb7c11650938 23:08:00 Step 12/22 : ENV APP_PORT=48082 23:08:00 ---> Running in 9a24046fe85b 23:08:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 23:08:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 23:08:02 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 23:08:02 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 23:08:02 OK: 10350 distinct packages available 23:08:02 (1/5) Installing ca-certificates (20191127-r2) 23:08:02 (2/5) Installing nghttp2-libs (1.39.2-r1) 23:08:02 (3/5) Installing libcurl (7.66.0-r3) 23:08:02 (4/5) Installing curl (7.66.0-r3) 23:08:02 (5/5) Installing dumb-init (1.2.2-r1) 23:08:02 Executing busybox-1.30.1-r3.trigger 23:08:02 Executing ca-certificates-20191127-r2.trigger 23:08:02 OK: 7 MiB in 19 packages 23:08:04 Removing intermediate container 9a24046fe85b 23:08:04 ---> a6c2b2ffa287 23:08:04 Step 13/22 : EXPOSE $APP_PORT 23:08:04 Removing intermediate container 37937b9c38d4 23:08:04 ---> 216c018ad96d 23:08:04 23:08:04 Step 10/21 : FROM alpine 23:08:04 ---> Running in 7cae83dda4ae 23:08:04 latest: Pulling from library/alpine 23:08:04 Removing intermediate container 7cae83dda4ae 23:08:04 ---> 79baa9ea08cb 23:08:04 Step 14/22 : WORKDIR / 23:08:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:08:04 Status: Downloaded newer image for alpine:latest 23:08:04 ---> 389fef711851 23:08:04 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 23:08:05 ---> Running in dc143046e72e 23:08:06 ---> Running in 2d3b1921d3d1 23:08:06 Removing intermediate container 0b0c0c860f5f 23:08:06 ---> 39801e10899d 23:08:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 23:08:07 Removing intermediate container 7b49cf62c59f 23:08:07 ---> 21768b2d84cf 23:08:07 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:08:07 ---> Running in ac0ccaab285f 23:08:07 Removing intermediate container dc143046e72e 23:08:07 ---> 421e3cbb22db 23:08:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 23:08:07 ---> Running in 0b4329d1d18e 23:08:07 Removing intermediate container ac0ccaab285f 23:08:07 ---> 04d941c260e6 23:08:07 Step 13/22 : WORKDIR / 23:08:07 ---> e0bcbf399493 23:08:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:08:07 ---> Running in 7e354cebcca2 23:08:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:07 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 23:08:07 Removing intermediate container 7e354cebcca2 23:08:07 ---> 0fe349e5b765 23:08:07 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 23:08:08 v3.12.3-13-ga43a0bc1d0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 23:08:08 v3.12.3-15-ge843fbbe95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 23:08:08 OK: 12745 distinct packages available 23:08:08 ---> 83870bda6031 23:08:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:08:08 ---> 7c7f14bb0e62 23:08:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 23:08:08 (1/4) Installing ca-certificates (20191127-r4) 23:08:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:08:08 (3/4) Installing libcurl (7.69.1-r3) 23:08:08 (4/4) Installing curl (7.69.1-r3) 23:08:08 Executing busybox-1.31.1-r19.trigger 23:08:08 Executing ca-certificates-20191127-r4.trigger 23:08:08 OK: 7 MiB in 18 packages 23:08:09 ---> 509d8c21cf54 23:08:09 Step 18/22 : ENTRYPOINT ["/core-command"] 23:08:09 ---> eed1e6b65797 23:08:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 23:08:09 ---> Running in 777197265c68 23:08:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:08:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:08:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:08:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:08:09 using GIT_SSH to set credentials SSH Credentials for GitHub 23:08:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2942/head:refs/remotes/origin/PR-2942 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:08:10 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:08:11 Merge succeeded, producing 6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:08:11 Checking out Revision 6b29634e9f7c352df05c5c8ed406ba629501e1e9 (PR-2942) 23:08:10 > git config core.sparsecheckout # timeout=10 23:08:10 > git checkout -f 6b29634e9f7c352df05c5c8ed406ba629501e1e9 # timeout=10 23:08:10 > git remote # timeout=10 23:08:11 > git config --get remote.origin.url # timeout=10 23:08:11 using GIT_SSH to set credentials SSH Credentials for GitHub 23:08:11 > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 23:08:11 > git rev-parse HEAD^{commit} # timeout=10 23:08:11 > git config core.sparsecheckout # timeout=10 23:08:11 > git checkout -f 6b29634e9f7c352df05c5c8ed406ba629501e1e9 # timeout=10 23:08:12 Removing intermediate container 777197265c68 23:08:12 ---> 2392110b109a 23:08:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:08:12 ---> 1d74105e9977 23:08:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 23:08:12 ---> Running in 88a83f23b22c 23:08:12 Removing intermediate container 2d3b1921d3d1 23:08:12 ---> a22c5f927666 23:08:12 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:08:12 ---> Running in d51c4b8e9ea6 23:08:12 Removing intermediate container 0b4329d1d18e 23:08:12 ---> 1dd291c3ee61 23:08:12 23:08:12 Step 11/27 : FROM docker:latest 23:08:12 ---> 0040bc98e531 23:08:12 Step 12/27 : RUN apk add --no-cache bash 23:08:13 ---> 2cd4331e4ae7 23:08:13 Step 18/22 : RUN chmod +x entrypoint.sh 23:08:13 Removing intermediate container 88a83f23b22c 23:08:13 ---> 29accb0bd41d 23:08:13 Step 20/22 : LABEL arch=x86_64 23:08:13 ---> Running in 21676a7e09eb 23:08:13 ---> Running in d644474a66b6 23:08:13 Removing intermediate container d51c4b8e9ea6 23:08:13 ---> 19d967d0ef3b 23:08:13 Step 13/21 : WORKDIR /edgex 23:08:14 Removing intermediate container 80f05211cf21 23:08:14 ---> 1ab3b7c859dc 23:08:14 23:08:14 Step 10/22 : FROM scratch 23:08:14 ---> 23:08:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:08:14 ---> Using cache 23:08:14 ---> fb7c11650938 23:08:14 Step 12/22 : ENV APP_PORT=48081 23:08:14 ---> Running in 8e6cec24ecc2 23:08:14 ---> Running in d723930add30 23:08:14 ---> Running in 28437c7d749f 23:08:14 Removing intermediate container 8e6cec24ecc2 23:08:14 ---> 5c8854e011c2 23:08:14 Step 21/22 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:08:14 Removing intermediate container 28437c7d749f 23:08:14 ---> 2e58029798ee 23:08:14 Step 13/22 : EXPOSE $APP_PORT 23:08:14 Removing intermediate container d723930add30 23:08:14 ---> 099d1511cea2 23:08:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:08:14 ---> Running in 97e1e4580efe 23:08:14 ---> Running in bd86eec83aac 23:08:14 Removing intermediate container bd86eec83aac 23:08:14 ---> ba7843bc5266 23:08:14 Step 22/22 : LABEL version=0.0.0 23:08:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:14 ---> f9c995411da3 23:08:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:08:14 Removing intermediate container 97e1e4580efe 23:08:14 ---> f66d6e1a79cf 23:08:14 Step 14/22 : WORKDIR / 23:08:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:15 ---> Running in 79a10212e734 23:08:15 ---> Running in 5f4a324a7d69 23:08:15 (1/2) Installing readline (8.0.4-r0) 23:08:15 (2/2) Installing bash (5.0.17-r0) 23:08:15 Executing bash-5.0.17-r0.post-install 23:08:15 Executing busybox-1.31.1-r19.trigger 23:08:15 OK: 12 MiB in 22 packages 23:08:15 Removing intermediate container 79a10212e734 23:08:15 ---> 6cac61023cde 23:08:15 23:08:15 Removing intermediate container 5f4a324a7d69 23:08:15 ---> 6de643d9e471 23:08:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 23:08:16 Successfully built 6cac61023cde 23:08:16 Removing intermediate container d644474a66b6 23:08:16 ---> 805211b8f897 23:08:16 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 23:08:16 Successfully tagged docker-core-command-go:latest 23:08:16  Building docker-core-command-go ... done Building docker-core-data-go 23:08:16 ---> ec32e6b22d7b 23:08:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:08:16 ---> Running in be1827c99970 23:08:16 ---> 535d4b818815 23:08:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:08:16 Removing intermediate container be1827c99970 23:08:16 ---> 96dd473c8a59 23:08:16 Step 20/22 : LABEL arch=x86_64 23:08:16 Removing intermediate container 21676a7e09eb 23:08:16 ---> 48764557696a 23:08:16 Step 13/27 : RUN rm -rf /var/cache/apk/* 23:08:16 ---> Running in 756276e107ef 23:08:16 ---> Running in 741d63d9ebe7 23:08:17 Commit message: "fix: Fix attribution file to include go-yaml V3" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:08:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:08:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:08:19 + sudo service docker restart 23:08:19 + true 23:08:20 ---> 6856c0c88b1f 23:08:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:08:21 ---> Running in e1946e7e5146 23:08:21 ---> 9b1b76cb5dbf 23:08:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:08:21 Removing intermediate container 741d63d9ebe7 23:08:21 ---> 6cc2a82f3d97 23:08:21 Step 21/22 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:08:21 ---> Running in 6615732a764d 23:08:21 Removing intermediate container e1946e7e5146 23:08:21 ---> f9337f2cddaa 23:08:21 Step 18/21 : CMD ["--init=true"] 23:08:21 ---> Running in ee652f4b6d6b 23:08:21 Removing intermediate container 6615732a764d 23:08:21 ---> 539dd5781c0a 23:08:21 Step 22/22 : LABEL version=0.0.0 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:08:21 provisioning config files... 23:08:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config4485740788037556520tmp [Pipeline] { 23:08:22 ---> 4c011584d189 23:08:22 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:08:22 ---> Running in 50108cbc150c [Pipeline] libraryResource [Pipeline] sh 23:08:22 ---> docker-login.sh 23:08:22 nexus3.edgexfoundry.org:10001 23:08:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:23 ---> Running in 8e436d6aecc2 23:08:23 Removing intermediate container ee652f4b6d6b 23:08:23 ---> f9c77269cfdd 23:08:23 Step 19/21 : LABEL arch=x86_64 23:08:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:23 Configure a credential helper to remove this warning. See 23:08:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:23 23:08:23 Login Succeeded 23:08:23 nexus3.edgexfoundry.org:10002 23:08:23 Removing intermediate container 756276e107ef 23:08:23 ---> 55d72ffc4576 23:08:23 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:08:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:24 ---> Running in bc3259601434 23:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:24 Configure a credential helper to remove this warning. See 23:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:24 23:08:24 Login Succeeded 23:08:24 nexus3.edgexfoundry.org:10003 23:08:24 Removing intermediate container 50108cbc150c 23:08:24 ---> 3471b1d6ecde 23:08:24 23:08:24 Successfully built 3471b1d6ecde 23:08:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:24 Configure a credential helper to remove this warning. See 23:08:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:24 23:08:24 Login Succeeded 23:08:24 nexus3.edgexfoundry.org:10004 23:08:25 Successfully tagged docker-security-bootstrap-redis-go:latest 23:08:25  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go 23:08:25 Removing intermediate container 8e436d6aecc2 23:08:25 ---> 33dd26951b5a 23:08:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:08:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:25 Configure a credential helper to remove this warning. See 23:08:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:25 23:08:25 Login Succeeded 23:08:25 docker.io 23:08:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:08:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:08:26 Configure a credential helper to remove this warning. See 23:08:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:08:26 23:08:26 Login Succeeded 23:08:26 ---> docker-login.sh ends [Pipeline] } 23:08:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:08:26 ========================================================= 23:08:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:08:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:08:27 + 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 . 23:08:28 ---> Running in 985602ff709c 23:08:28 Removing intermediate container bc3259601434 23:08:28 ---> 38c37c9283b8 23:08:28 Step 20/21 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:08:29 ---> Running in 3b41dc9e6da3 23:08:29 Sending build context to Docker daemon 170MB 23:08:29 Step 1/7 : ARG BASE=golang:1.15-alpine 23:08:29 Step 2/7 : FROM ${BASE} 23:08:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:08:29 5f621e34cdf4: Pulling fs layer 23:08:29 a4357932f1b6: Pulling fs layer 23:08:29 18c013af1878: Pulling fs layer 23:08:29 00ac8860ef70: Pulling fs layer 23:08:29 63d7cb157983: Pulling fs layer 23:08:29 b116817d02f9: Pulling fs layer 23:08:29 745a02a5169b: Pulling fs layer 23:08:29 00ac8860ef70: Waiting 23:08:29 b116817d02f9: Waiting 23:08:29 745a02a5169b: Waiting 23:08:29 63d7cb157983: Waiting 23:08:29 18c013af1878: Verifying Checksum 23:08:29 18c013af1878: Download complete 23:08:29 a4357932f1b6: Verifying Checksum 23:08:29 a4357932f1b6: Download complete 23:08:29 63d7cb157983: Verifying Checksum 23:08:29 63d7cb157983: Download complete 23:08:29 b116817d02f9: Download complete 23:08:29 5f621e34cdf4: Verifying Checksum 23:08:29 5f621e34cdf4: Download complete 23:08:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 23:08:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:08:30 ---> 7f3c7a0941ab 23:08:30 Step 3/23 : WORKDIR /edgex-go 23:08:30 ---> Using cache 23:08:30 ---> bc8f68f0a23a 23:08:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:30 ---> Using cache 23:08:30 ---> bc03fd6cc860 23:08:30 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 23:08:30 5f621e34cdf4: Pull complete 23:08:30 a4357932f1b6: Pull complete 23:08:31 18c013af1878: Pull complete 23:08:31 ---> Running in 2e447c44998c 23:08:31 Removing intermediate container 985602ff709c 23:08:31 ---> 179094ae6127 23:08:31 Step 15/27 : ENV APP_PORT=48090 23:08:32 ---> Running in 68946f773f31 23:08:32 Removing intermediate container 3b41dc9e6da3 23:08:32 ---> b4abc4350a2a 23:08:32 Step 20/22 : LABEL arch=x86_64 23:08:32 Removing intermediate container 2e447c44998c 23:08:32 ---> 538e55b65b55 23:08:32 Step 21/21 : LABEL version=0.0.0 23:08:32 ---> Running in 1151a6fc493e 23:08:32 745a02a5169b: Verifying Checksum 23:08:32 745a02a5169b: Download complete 23:08:32 ---> Running in b646f47d4187 23:08:33 ---> Running in d9424653ee14 23:08:34 Removing intermediate container 1151a6fc493e 23:08:34 ---> d666da09c680 23:08:34 Step 16/27 : EXPOSE $APP_PORT 23:08:34 Removing intermediate container b646f47d4187 23:08:34 ---> e9173c06f948 23:08:34 Step 21/22 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:08:34 00ac8860ef70: Verifying Checksum 23:08:34 00ac8860ef70: Download complete 23:08:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:35 ---> Running in af6f69926a8b 23:08:35 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:08:35 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:08:35 OK: 12750 distinct packages available 23:08:36 Removing intermediate container d9424653ee14 23:08:36 ---> Running in 5a703d95293e 23:08:36 ---> 02c91534efa3 23:08:36 23:08:36 Successfully built 02c91534efa3 23:08:36 OK: 233 MiB in 51 packages 23:08:36 Successfully tagged docker-security-proxy-setup-go:latest 23:08:36  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 23:08:36 Removing intermediate container af6f69926a8b 23:08:36 ---> 848850d7f84d 23:08:36 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:08:37 Removing intermediate container 5a703d95293e 23:08:37 ---> c3b2aea0ba98 23:08:37 Step 22/22 : LABEL version=0.0.0 23:08:40 ---> Running in 542083454e23 23:08:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:08:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:08:40 ---> 7f3c7a0941ab 23:08:40 Step 3/24 : WORKDIR /edgex-go 23:08:40 ---> Using cache 23:08:40 ---> bc8f68f0a23a 23:08:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:08:40 ---> Using cache 23:08:40 ---> bc03fd6cc860 23:08:40 Step 5/24 : RUN apk update && apk add make git 23:08:40 ---> Using cache 23:08:40 ---> 82d9d7879247 23:08:40 Step 6/24 : COPY go.mod . 23:08:40 ---> Using cache 23:08:40 ---> dba1cdfd1d53 23:08:40 Step 7/24 : RUN go mod download 23:08:40 ---> Using cache 23:08:40 ---> f563a7ca7a0c 23:08:40 Step 8/24 : COPY . . 23:08:40 ---> Using cache 23:08:40 ---> ed21dc62ced0 23:08:40 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:08:42 ---> 1ee65ad5726b 23:08:42 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:08:42 ---> Running in 428579eb6850 23:08:42 Removing intermediate container 68946f773f31 23:08:42 ---> 08e0cb772a59 23:08:42 Step 6/23 : COPY go.mod . 23:08:42 Removing intermediate container 542083454e23 23:08:42 ---> 719928d8b3df 23:08:42 23:08:42 Successfully built 719928d8b3df 23:08:42 Successfully tagged docker-core-metadata-go:latest 23:08:42 Building docker-support-notifications-go 23:08:42  Building docker-core-metadata-go ... done  ---> 6fbd2957af27 23:08:42 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:08:42 ---> e9eee1ddff92 23:08:42 Step 7/23 : RUN go mod download 23:08:42 ---> Running in 014c50c89dec 23:08:43 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 23:08:44 ---> c8c09d8a82fd 23:08:44 Step 20/27 : RUN apk --no-cache add py3-pip 23:08:45 ---> Running in fa48b48d0b51 23:08:46 00ac8860ef70: Pull complete 23:08:46 63d7cb157983: Pull complete 23:08:46 b116817d02f9: Pull complete 23:08:49 745a02a5169b: Pull complete 23:08:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:08:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:08:49 ---> b7e6874047d6 23:08:49 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 23:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:49 Removing intermediate container 014c50c89dec 23:08:49 ---> b68567ca16af 23:08:49 Step 8/23 : COPY . . 23:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:49 (1/33) Installing libbz2 (1.0.8-r1) 23:08:49 (2/33) Installing expat (2.2.9-r1) 23:08:49 (3/33) Installing libffi (3.3-r2) 23:08:49 (4/33) Installing gdbm (1.13-r1) 23:08:49 (5/33) Installing xz-libs (5.2.5-r0) 23:08:49 (6/33) Installing sqlite-libs (3.32.1-r0) 23:08:49 (7/33) Installing python3 (3.8.5-r0) 23:08:52 ---> Running in 2b22d49c5828 23:08:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:08:54 (8/33) Installing py3-appdirs (1.4.4-r1) 23:08:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:08:54 (10/33) Installing py3-parsing (2.4.7-r0) 23:08:54 (11/33) Installing py3-six (1.15.0-r0) 23:08:54 (12/33) Installing py3-packaging (20.4-r0) 23:08:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:08:55 (13/33) Installing py3-setuptools (47.0.0-r0) 23:08:55 (14/33) Installing py3-chardet (3.0.4-r4) 23:08:55 (1/12) Installing libmagic (5.38-r0) 23:08:56 (2/12) Installing file (5.38-r0) 23:08:56 (3/12) Installing libc-dev (0.7.2-r3) 23:08:56 (4/12) Installing g++ (9.3.0-r2) 23:08:56 (15/33) Installing py3-idna (2.9-r0) 23:08:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:08:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:08:57 (18/33) Installing py3-requests (2.23.0-r0) 23:08:57 (19/33) Installing py3-msgpack (1.0.0-r0) 23:08:58 (20/33) Installing py3-lockfile (0.12.2-r3) 23:08:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:08:59 (22/33) Installing py3-colorama (0.4.3-r0) 23:09:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:09:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:09:00 ---> 7f3c7a0941ab 23:09:00 Step 3/21 : WORKDIR /edgex-go 23:09:00 ---> Using cache 23:09:00 ---> bc8f68f0a23a 23:09:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:09:00 ---> Using cache 23:09:00 ---> bc03fd6cc860 23:09:00 Step 5/21 : RUN apk update && apk add make git 23:09:00 ---> Using cache 23:09:00 ---> 82d9d7879247 23:09:00 Step 6/21 : COPY go.mod . 23:09:00 ---> Using cache 23:09:00 ---> dba1cdfd1d53 23:09:00 Step 7/21 : RUN go mod download 23:09:00 ---> Using cache 23:09:00 ---> f563a7ca7a0c 23:09:00 Step 8/21 : COPY . . 23:09:00 ---> Using cache 23:09:00 ---> ed21dc62ced0 23:09:00 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:09:01 (23/33) Installing py3-distlib (0.3.0-r0) 23:09:01 (5/12) Installing fortify-headers (1.1-r0) 23:09:01 (6/12) Installing patch (2.7.6-r6) 23:09:01 (7/12) Installing build-base (0.5-r2) 23:09:01 (8/12) Installing libsodium (1.0.18-r0) 23:09:01 (9/12) Installing pkgconf (1.7.2-r0) 23:09:01 (10/12) Installing libsodium-dev (1.0.18-r0) 23:09:01 (11/12) Installing libzmq (4.3.3-r0) 23:09:01 (12/12) Installing zeromq-dev (4.3.3-r0) 23:09:01 Executing busybox-1.31.1-r19.trigger 23:09:01 OK: 217 MiB in 51 packages 23:09:02 (24/33) Installing py3-distro (1.5.0-r1) 23:09:02 (25/33) Installing py3-webencodings (0.5.1-r3) 23:09:03 (26/33) Installing py3-html5lib (1.0.1-r4) 23:09:04 (27/33) Installing py3-pytoml (0.1.21-r0) 23:09:04 ---> Running in c9181ae33733 23:09:04 (28/33) Installing py3-pep517 (0.8.2-r0) 23:09:04 (29/33) Installing py3-progress (1.5-r0) 23:09:04 (30/33) Installing py3-toml (0.10.1-r0) 23:09:05 (31/33) Installing py3-retrying (1.3.3-r0) 23:09:05 Removing intermediate container 2b22d49c5828 23:09:05 ---> 53d938404ed7 23:09:05 Step 4/7 : WORKDIR /edgex-go 23:09:05 ---> Running in a69d2b8558ab 23:09:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:09:05 (33/33) Installing py3-pip (20.1.1-r0) 23:09:06 Removing intermediate container a69d2b8558ab 23:09:06 ---> f6728bd97b83 23:09:06 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:09:06 latest: Pulling from library/docker 23:09:06 159e5727ea61: Pulling fs layer 23:09:06 687389c36290: Pulling fs layer 23:09:06 94e28978939c: Pulling fs layer 23:09:06 ea42096754a7: Pulling fs layer 23:09:06 bd61cee6920e: Pulling fs layer 23:09:06 87c4ece4675c: Pulling fs layer 23:09:06 90ca8b2ff088: Pulling fs layer 23:09:06 bd61cee6920e: Waiting 23:09:06 87c4ece4675c: Waiting 23:09:06 90ca8b2ff088: Waiting 23:09:06 ea42096754a7: Waiting 23:09:07 94e28978939c: Download complete 23:09:07 687389c36290: Verifying Checksum 23:09:07 687389c36290: Download complete 23:09:07 159e5727ea61: Download complete 23:09:07 87c4ece4675c: Download complete 23:09:07 90ca8b2ff088: Verifying Checksum 23:09:07 90ca8b2ff088: Download complete 23:09:07 159e5727ea61: Pull complete 23:09:08 Executing busybox-1.31.1-r19.trigger 23:09:08 OK: 71 MiB in 55 packages 23:09:08 687389c36290: Pull complete 23:09:08 ea42096754a7: Verifying Checksum 23:09:08 ea42096754a7: Download complete 23:09:08 94e28978939c: Pull complete 23:09:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:09:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:09:09 ---> 7f3c7a0941ab 23:09:09 Step 3/24 : WORKDIR /edgex-go 23:09:09 ---> Using cache 23:09:09 ---> bc8f68f0a23a 23:09:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:09:09 ---> Using cache 23:09:09 ---> bc03fd6cc860 23:09:09 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 23:09:10 ---> Running in ef437414d123 23:09:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:09:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:09:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:09:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:09:13 ea42096754a7: Pull complete 23:09:13 bd61cee6920e: Pull complete 23:09:13 87c4ece4675c: Pull complete 23:09:13 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:09:13 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:09:13 OK: 12750 distinct packages available 23:09:13 90ca8b2ff088: Pull complete 23:09:13 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 23:09:13 Status: Downloaded newer image for docker:latest 23:09:13 OK: 233 MiB in 51 packages 23:09:17 ---> ed335dc0e24e 23:09:17 Step 6/7 : COPY go.mod . 23:09:17 ---> 5ac2ee5f00e8 23:09:17 Step 7/7 : RUN go mod download 23:09:17 ---> Running in 4b2c84281b5a 23:09:19 Removing intermediate container ef437414d123 23:09:19 ---> e0e64708e0f1 23:09:19 Step 6/24 : COPY go.mod . 23:09:19 ---> dd60848a73d5 23:09:19 Step 9/23 : RUN make cmd/core-data/core-data 23:09:20 ---> Running in fdc58199c6e5 23:09:21 ---> 31fc6beca813 23:09:21 Step 7/24 : RUN go mod download 23:09:23 ---> Running in 0c298ba41482 23:09:23 Removing intermediate container 428579eb6850 23:09:23 ---> a2fb299981a7 23:09:23 23:09:23 Step 10/24 : FROM alpine:3.10 23:09:23 ---> be4e4bea2c2e 23:09:23 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:09:23 ---> Using cache 23:09:23 ---> 39801e10899d 23:09:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:09:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:09:23 ---> Running in 2e263a0d097a 23:09:24 Removing intermediate container fa48b48d0b51 23:09:24 ---> f6e3377ee578 23:09:24 Step 21/27 : RUN pip install docker-compose==1.23.2 23:09:24 Removing intermediate container 2e263a0d097a 23:09:24 ---> 2f0146825433 23:09:24 Step 13/24 : WORKDIR / 23:09:24 ---> Running in 8c26ddebea58 23:09:25 ---> Running in d737863052ec 23:09:26 Removing intermediate container d737863052ec 23:09:26 ---> 0500845ae8e9 23:09:26 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:09:26 Removing intermediate container 0c298ba41482 23:09:26 ---> 9d1d878c1c27 23:09:26 Step 8/24 : COPY . . 23:09:26 ---> 8f33385477f9 23:09:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:09:28 Collecting docker-compose==1.23.2 23:09:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:09:29 ---> 68751587e999 23:09:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:09:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:09:31 Collecting jsonschema<3,>=2.5.1 23:09:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:09:33 Collecting texttable<0.10,>=0.9.0 23:09:33 Downloading texttable-0.9.1.tar.gz (11 kB) 23:09:35 ---> 8e23fb8b0727 23:09:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:09:35 Collecting websocket-client<1.0,>=0.32.0 23:09:35 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:09:35 Collecting cached-property<2,>=1.2.0 23:09:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:09:36 Collecting docopt<0.7,>=0.6.1 23:09:36 Downloading docopt-0.6.2.tar.gz (25 kB) 23:09:37 Collecting dockerpty<0.5,>=0.4.1 23:09:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:09:38 ---> 79c838a2427c 23:09:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:09:39 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:09:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:09:40 Removing intermediate container c9181ae33733 23:09:40 ---> 1089ca87c29f 23:09:40 23:09:40 Step 10/21 : FROM scratch 23:09:40 ---> 23:09:40 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:09:40 Collecting docker<4.0,>=3.6.0 23:09:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:09:41 Collecting PyYAML<4,>=3.10 23:09:41 Downloading PyYAML-3.13.tar.gz (270 kB) 23:09:42 ---> Using cache 23:09:42 ---> fb7c11650938 23:09:42 Step 12/21 : ENV APP_PORT=48085 23:09:42 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) 23:09:42 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) 23:09:42 Collecting urllib3<1.25,>=1.21.1 23:09:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:09:44 Removing intermediate container 4b2c84281b5a 23:09:44 ---> 416ce9325355 23:09:44 Successfully built 416ce9325355 23:09:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:09:45 + docker inspect -f . ci-base-image-arm64 23:09:45 . [Pipeline] withDockerContainer 23:09:45 ---> 5d2a611bcc30 23:09:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:09:45 ---> Running in e99350d37ca6 23:09:45 Collecting idna<2.8,>=2.5 23:09:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:09:45 Collecting docker-pycreds>=0.4.0 23:09:45 prd-ubuntu18.04-docker-arm64-4c-16g-16950 does not seem to be running inside a container 23:09:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:09:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:09:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:09:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:09:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:09:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:09:46 Installing collected packages: jsonschema, texttable, websocket-client, cached-property, docopt, dockerpty, urllib3, idna, requests, docker-pycreds, docker, PyYAML, docker-compose 23:09:47 $ docker top 6404455a62ba8e1314344d288ddd8a7551ce6ea192b1bab8c060458f0a3ca7b6 -eo pid,comm [Pipeline] { [Pipeline] sh 23:09:48 + go version 23:09:48 go version go1.15.5 linux/arm64 [Pipeline] } 23:09:48 $ docker stop --time=1 6404455a62ba8e1314344d288ddd8a7551ce6ea192b1bab8c060458f0a3ca7b6 23:09:48 ---> 752d7685d6d6 23:09:48 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:09:48 Removing intermediate container e99350d37ca6 23:09:48 ---> 557b02521696 23:09:48 Step 13/21 : EXPOSE $APP_PORT 23:09:48 Running setup.py install for texttable: started 23:09:48 Running setup.py install for texttable: finished with status 'done' 23:09:50 $ docker rm -f 6404455a62ba8e1314344d288ddd8a7551ce6ea192b1bab8c060458f0a3ca7b6 23:09:50 ---> Running in 49629d190441 23:09:50 ---> Running in 1ae2f50e1ff2 23:09:50 Running setup.py install for docopt: started 23:09:50 ---> b599797f06ec 23:09:50 Step 9/24 : RUN make cmd/support-notifications/support-notifications [Pipeline] // withDockerContainer 23:09:50 Removing intermediate container 49629d190441 23:09:50 ---> 31225bc871c0 23:09:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 23:09:50 ---> Running in 7d42425a870f 23:09:50 Running setup.py install for docopt: finished with status 'done' 23:09:50 Running setup.py install for dockerpty: started [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 23:09:50 ---> 48d202b8f64f 23:09:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:09:51 + docker inspect -f . ci-base-image-arm64 23:09:51 . [Pipeline] withDockerContainer 23:09:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:09:51 Running setup.py install for dockerpty: finished with status 'done' 23:09:51 Attempting uninstall: urllib3 23:09:51 Found existing installation: urllib3 1.25.9 23:09:51 Uninstalling urllib3-1.25.9: 23:09:51 Successfully uninstalled urllib3-1.25.9 23:09:51 prd-ubuntu18.04-docker-arm64-4c-16g-16950 does not seem to be running inside a container 23:09:51 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:09:52 ---> 983c2dbb8744 23:09:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:09:52 Attempting uninstall: idna 23:09:52 Found existing installation: idna 2.9 23:09:52 Uninstalling idna-2.9: 23:09:52 Successfully uninstalled idna-2.9 23:09:52 Attempting uninstall: requests 23:09:52 Found existing installation: requests 2.23.0 23:09:52 Removing intermediate container 1ae2f50e1ff2 23:09:52 ---> 7ea228c438af 23:09:52 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:09:52 Uninstalling requests-2.23.0: 23:09:52 Successfully uninstalled requests-2.23.0 23:09:53 $ docker top 0d366a6da5a72fdbf9102b6bb3e289e3f17333670378ab83a8fcc5f3458bb9d3 -eo pid,comm [Pipeline] { [Pipeline] echo 23:09:53 ========================================================= 23:09:53 [edgeXBuildGoParallel] Running Tests and Build... 23:09:53 ========================================================= [Pipeline] sh 23:09:54 + make test 23:09:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:09:55 ---> Running in 250a46d0cd55 23:09:55 ---> 01c7acfaa65f 23:09:55 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:09:55 Running setup.py install for PyYAML: started 23:09:56 ---> Running in 8e7c80e34dc4 23:09:56 Removing intermediate container 250a46d0cd55 23:09:56 ---> fc86d14d03f2 23:09:56 Step 22/24 : LABEL arch=x86_64 23:09:56 Running setup.py install for PyYAML: finished with status 'done' 23:09:56 ---> Running in c14453a23da2 23:09:57 Removing intermediate container 8e7c80e34dc4 23:09:57 ---> cdadf8b773f2 23:09:57 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:09: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 23:09:58 ---> Running in 676767f647db 23:09:58 Removing intermediate container c14453a23da2 23:09:58 ---> 3043d12b8a79 23:09:58 Step 23/24 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:10:00 ---> Running in 6eaee5ac66f2 23:10:00 Removing intermediate container 676767f647db 23:10:00 ---> e300efe3dfc2 23:10:00 Step 19/21 : LABEL arch=x86_64 23:10:00 Removing intermediate container fdc58199c6e5 23:10:00 ---> cd7aa368b9b2 23:10:00 23:10:00 Step 10/23 : FROM alpine 23:10:00 ---> 389fef711851 23:10:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:10:02 Removing intermediate container 6eaee5ac66f2 23:10:02 ---> 6bc06e2eccd5 23:10:02 Step 24/24 : LABEL version=0.0.0 23:10:03 ---> Running in 59fa4a000157 23:10:04 ---> Running in 8bc41bef4acb 23:10:04 ---> Running in abb60d010827 23:10:04 Removing intermediate container 59fa4a000157 23:10:04 ---> 397deefe8a02 23:10:04 Step 20/21 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:10:04 Removing intermediate container 8c26ddebea58 23:10:04 ---> 9c6c7d9c40b3 23:10:04 Step 22/27 : RUN apk --no-cache add curl 23:10:04 ---> Running in 6f6bbf4878c1 23:10:04 ---> Running in f76a95a28c17 23:10:04 Removing intermediate container 8bc41bef4acb 23:10:04 ---> aad0a7b09a19 23:10:04 Step 12/23 : ENV APP_PORT=48080 23:10:04 Removing intermediate container abb60d010827 23:10:04 ---> 3425a03763a7 23:10:04 23:10:05 Successfully built 3425a03763a7 23:10:05 Successfully tagged docker-security-secretstore-setup-go:latest 23:10:05  Building docker-security-secretstore-setup-go ... done  ---> Running in c6471726cb19 23:10:05 Removing intermediate container 6f6bbf4878c1 23:10:05 ---> e79da5ce73c1 23:10:05 Step 21/21 : LABEL version=0.0.0 23:10:05 ---> Running in e3fed1b03892 23:10:05 Removing intermediate container c6471726cb19 23:10:05 ---> 9f3e9d53ea79 23:10:05 Step 13/23 : EXPOSE $APP_PORT 23:10:05 ---> Running in 26d5bd5d22e7 23:10:05 Removing intermediate container e3fed1b03892 23:10:05 ---> ed99e9ec47a7 23:10:05 23:10:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:10:05 Successfully built ed99e9ec47a7 23:10:05 Removing intermediate container 26d5bd5d22e7 23:10:05 ---> da6a27f69e92 23:10:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:10:05 Successfully tagged docker-support-scheduler-go:latest 23:10:05  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:10:05 ---> Running in d40639b53d92 23:10:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:10:05 (2/3) Installing libcurl (7.69.1-r3) 23:10:05 (3/3) Installing curl (7.69.1-r3) 23:10:05 Executing busybox-1.31.1-r19.trigger 23:10:05 OK: 72 MiB in 58 packages 23:10:06 Removing intermediate container f76a95a28c17 23:10:06 ---> 102c6ca5841b 23:10:06 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 23:10:06 ---> Running in d0936fdb40c9 23:10:07 Removing intermediate container d40639b53d92 23:10:07 ---> 47d1e7e44af2 23:10:07 Step 15/23 : RUN apk --no-cache add zeromq 23:10:07 Removing intermediate container d0936fdb40c9 23:10:07 ---> db77e77b7e6d 23:10:07 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:10:07 ---> Running in 852fc49e843e 23:10:07 ---> Running in 9f81cc375b9c 23:10:10 Removing intermediate container 9f81cc375b9c 23:10:10 ---> bedfa47dafd5 23:10:10 Step 25/27 : LABEL arch=x86_64 23:10:10 Removing intermediate container 7d42425a870f 23:10:10 ---> 0416996b3a38 23:10:10 23:10:10 Step 10/24 : FROM scratch 23:10:10 ---> 23:10:10 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:10:10 ---> Running in f5534d712014 23:10:10 ---> Running in fcd77b7d29cb 23:10:10 Removing intermediate container f5534d712014 23:10:10 ---> f922a08c2db9 23:10:10 Step 26/27 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:10:10 ---> Running in 4bc7889c600d 23:10:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:10:10 Removing intermediate container fcd77b7d29cb 23:10:10 ---> 97a9a3655295 23:10:10 Step 12/24 : ENV APP_PORT=48060 23:10:10 ---> Running in 15a525b9f60b 23:10:10 Removing intermediate container 4bc7889c600d 23:10:10 ---> c29d9f1a9ece 23:10:10 Step 27/27 : LABEL version=0.0.0 23:10:10 Removing intermediate container 15a525b9f60b 23:10:10 ---> f05c3b6bc20f 23:10:10 Step 13/24 : EXPOSE $APP_PORT 23:10:10 ---> Running in ce0389ac2a1f 23:10:10 ---> Running in f3851d446cb0 23:10:10 Removing intermediate container ce0389ac2a1f 23:10:10 ---> 5f733dc5ae40 23:10:10 23:10:10 Removing intermediate container f3851d446cb0 23:10:10 ---> c6cbdf2a787e 23:10:10 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 23:10:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:10:10 Successfully built 5f733dc5ae40 23:10:10 Successfully tagged docker-sys-mgmt-agent-go:latest 23:10:10  Building docker-sys-mgmt-agent-go ... done  ---> a80b5e364b3b 23:10:10 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 23:10:11 (1/5) Installing libgcc (9.3.0-r2) 23:10:11 (2/5) Installing libsodium (1.0.18-r0) 23:10:11 (3/5) Installing libstdc++ (9.3.0-r2) 23:10:11 (4/5) Installing libzmq (4.3.3-r0) 23:10:11 (5/5) Installing zeromq (4.3.3-r0) 23:10:11 ---> 95b3fc20458b 23:10:11 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 23:10:12 Executing busybox-1.31.1-r19.trigger 23:10:12 OK: 8 MiB in 19 packages 23:10:12 ---> 767ff8f23553 23:10:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 23:10:12 Removing intermediate container 852fc49e843e 23:10:12 ---> 093367ed0fc5 23:10:12 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 23:10:12 ---> 2c02e063afa8 23:10:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:10:13 ---> 38a13a6498dc 23:10:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:10:13 ---> b2b761e0da88 23:10:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:10:13 ---> 32c47ba99059 23:10:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:10:13 ---> 9477dbbec338 23:10:13 Step 20/24 : ENTRYPOINT ["/support-notifications"] 23:10:13 ---> Running in f601d01e9f36 23:10:13 ---> d37b1c5d8474 23:10:13 Step 19/23 : ENTRYPOINT ["/core-data"] 23:10:13 ---> Running in 0e5619e03191 23:10:13 Removing intermediate container f601d01e9f36 23:10:13 ---> 9311f2911b76 23:10:13 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:10:14 ---> Running in 1ddb631d1681 23:10:14 Removing intermediate container 0e5619e03191 23:10:14 ---> dd3bb6358b81 23:10:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:10:14 ---> Running in 402225c2d97b 23:10:14 Removing intermediate container 1ddb631d1681 23:10:14 ---> e8497df549b4 23:10:14 Step 22/24 : LABEL arch=x86_64 23:10:14 ---> Running in a595ac654ee4 23:10:14 Removing intermediate container 402225c2d97b 23:10:14 ---> f4f663fd170b 23:10:14 Step 21/23 : LABEL arch=x86_64 23:10:14 Removing intermediate container a595ac654ee4 23:10:14 ---> 228d2bf59b19 23:10:14 Step 23/24 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:10:14 ---> Running in e586a38bb62b 23:10:15 ---> Running in cebb74f93e8c 23:10:15 Removing intermediate container e586a38bb62b 23:10:15 ---> 56612100d012 23:10:15 Step 22/23 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:10:15 Removing intermediate container cebb74f93e8c 23:10:15 ---> ec215a95d4bd 23:10:15 Step 24/24 : LABEL version=0.0.0 23:10:15 ---> Running in bc8ee533bc38 23:10:15 ---> Running in e42d01907209 23:10:15 Removing intermediate container bc8ee533bc38 23:10:15 ---> 7d757ffa05c2 23:10:15 Step 23/23 : LABEL version=0.0.0 23:10:15 Removing intermediate container e42d01907209 23:10:15 ---> 6756f7bf315e 23:10:15 23:10:15 ---> Running in 1573f01f4343 23:10:15 Successfully built 6756f7bf315e 23:10:15 Successfully tagged docker-support-notifications-go:latest 23:10:15  Building docker-support-notifications-go ... done Removing intermediate container 1573f01f4343 23:10:15 ---> 8e725f80dad2 23:10:15 23:10:16 Successfully built 8e725f80dad2 23:10:16 Successfully tagged docker-core-data-go:latest 23:10:16  Building docker-core-data-go ... done  [Pipeline] } 23:10:16 $ docker stop --time=1 75c677096acf11afa454dc2d3144b7c5b50f64d4861acfd422188f3245847350 23:10:17 $ docker rm -f 75c677096acf11afa454dc2d3144b7c5b50f64d4861acfd422188f3245847350 [Pipeline] // withDockerContainer [Pipeline] sh 23:10:18 + docker images 23:10:18 + grep docker 23:10:18 docker-core-data-go latest 8e725f80dad2 3 seconds ago 22.2MB 23:10:18 docker-support-notifications-go latest 6756f7bf315e 3 seconds ago 12.1MB 23:10:18 docker-sys-mgmt-agent-go latest 5f733dc5ae40 8 seconds ago 313MB 23:10:18 docker-support-scheduler-go latest ed99e9ec47a7 13 seconds ago 10.8MB 23:10:18 docker-security-secretstore-setup-go latest 3425a03763a7 14 seconds ago 24.7MB 23:10:18 docker-core-metadata-go latest 719928d8b3df About a minute ago 13MB 23:10:18 docker-security-proxy-setup-go latest 02c91534efa3 About a minute ago 24.7MB 23:10:18 docker-security-bootstrap-redis-go latest 3471b1d6ecde About a minute ago 15.9MB 23:10:18 docker-core-command-go latest 6cac61023cde 2 minutes ago 10.6MB 23:10:18 docker latest 0040bc98e531 3 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 23:10:21 ? github.com/edgexfoundry/edgex-go [no test files] 23:10:34 Still waiting to schedule task 23:10:34 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 23:11:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:11:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:11:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:11:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:11:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:11:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:11:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:11:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:11:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:11:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:11:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:11:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:11:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:11:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.195s coverage: 46.6% of statements 23:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:11:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:11:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.477s coverage: 27.0% of statements 23:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:11:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 23:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:11:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 23:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:11:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.542s coverage: 72.7% of statements 23:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:11:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:11:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.664s coverage: 83.3% of statements 23:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:11:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.175s coverage: 28.6% of statements 23:11:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:11:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:11:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:11:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:11:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:11:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.150s coverage: 100.0% of statements 23:11:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:11:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.099s coverage: 100.0% of statements 23:11:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:11:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements 23:11:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:11:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.403s coverage: 97.5% of statements 23:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:11:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.128s coverage: 78.3% of statements 23:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:11:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:12:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.024s coverage: 93.8% of statements 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:12:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:12:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.152s coverage: 0.1% of statements 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:12:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:12:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements 23:12:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:12:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements 23:12:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.153s coverage: 87.2% of statements 23:12:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements 23:12:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.199s coverage: 91.4% of statements 23:12:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.539s coverage: 63.5% of statements 23:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:12:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.078s coverage: 100.0% of statements 23:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements 23:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.081s coverage: 100.0% of statements 23:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.136s coverage: 73.7% of statements 23:12:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 23:12:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.907s coverage: 55.9% of statements 23:12:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:12:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:12:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:12:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:12:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:12:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.413s coverage: 37.0% of statements 23:12:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:12:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:12:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.781s coverage: 84.0% of statements 23:12:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements 23:12:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.394s coverage: 47.1% of statements 23:12:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:12:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:12:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:12:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:12:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:12:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements 23:12:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:12:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 23:12:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:12:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.250s coverage: 29.1% of statements 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:12:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.249s coverage: 99.0% of statements 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:12:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:12:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:12:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.096s coverage: 100.0% of statements 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:12:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.127s coverage: 87.9% of statements 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:12:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:12:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements 23:12:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 23:12:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 23:12:26 GO111MODULE=on go vet ./... 23:13:34 gofmt -l . 23:13:34 [ "`gofmt -l .`" = "" ] 23:13:36 ./bin/test-go-mod-tidy.sh 23:13:37 ./bin/test-attribution-txt.sh [Pipeline] sh 23:13:41 + ls -al . 23:13:41 total 664 23:13:41 drwxrwxr-x 9 1001 1001 4096 Dec 20 23:13 . 23:13:41 drwxr-xr-x 4 root root 4096 Dec 20 23:09 .. 23:13:41 -rw-rw-r-- 1 1001 1001 11 Dec 20 23:08 .dockerignore 23:13:41 drwxrwxr-x 8 1001 1001 4096 Dec 20 23:08 .git 23:13:41 drwxrwxr-x 3 1001 1001 4096 Dec 20 23:08 .github 23:13:41 -rw-rw-r-- 1 1001 1001 824 Dec 20 23:08 .gitignore 23:13:41 -rw-rw-r-- 1 1001 1001 166 Dec 20 23:08 .sonarcloud.properties 23:13:41 -rw-rw-r-- 1 1001 1001 3804 Dec 20 23:08 CONTRIBUTING.md 23:13:41 -rw-rw-r-- 1 1001 1001 1035 Dec 20 23:08 Dockerfile.build 23:13:41 -rw-rw-r-- 1 1001 1001 863 Dec 20 23:08 Jenkinsfile 23:13:41 -rw-rw-r-- 1 1001 1001 10775 Dec 20 23:08 LICENSE 23:13:41 -rw-rw-r-- 1 1001 1001 5750 Dec 20 23:08 Makefile 23:13:41 -rw-rw-r-- 1 1001 1001 6511 Dec 20 23:08 README.md 23:13:41 -rw-rw-r-- 1 1001 1001 6744 Dec 20 23:08 SECURITY.md 23:13:41 -rw-rw-r-- 1 1001 1001 5 Dec 20 23:02 VERSION 23:13:41 -rw-rw-r-- 1 1001 1001 4131 Dec 20 23:08 ZMQWindows.md 23:13:41 drwxrwxr-x 2 1001 1001 4096 Dec 20 23:08 bin 23:13:41 drwxrwxr-x 14 1001 1001 4096 Dec 20 23:08 cmd 23:13:41 -rw-r--r-- 1 root root 537098 Dec 20 23:12 coverage.out 23:13:41 -rw-r--r-- 1 root root 979 Dec 20 23:13 go.mod 23:13:41 -rw-r--r-- 1 root root 18739 Dec 20 23:13 go.sum 23:13:41 drwxrwxr-x 8 1001 1001 4096 Dec 20 23:08 internal 23:13:41 drwxrwxr-x 4 1001 1001 4096 Dec 20 23:08 openapi 23:13:41 drwxrwxr-x 4 1001 1001 4096 Dec 20 23:08 snap 23:13:41 -rw-rw-r-- 1 1001 1001 168 Dec 20 23:08 version.go [Pipeline] sh 23:13:42 + '[' -e coverage.out ] 23:13:42 + chown 1001:1001 coverage.out [Pipeline] stash 23:13:42 Warning: overwriting stash ‘coverage-report’ 23:13:43 Stashed 1 file(s) [Pipeline] sh 23:13:43 + make build 23:13:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:13:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 23:14:18 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 23:14:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:14:30 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 23:14:31 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 23:14:38 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 23:14:43 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 23:14:47 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 23:14:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:14:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:15:02 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] } 23:15:06 $ docker stop --time=1 0d366a6da5a72fdbf9102b6bb3e289e3f17333670378ab83a8fcc5f3458bb9d3 23:15:08 $ docker rm -f 0d366a6da5a72fdbf9102b6bb3e289e3f17333670378ab83a8fcc5f3458bb9d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:15:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:15:11 23:15:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:15:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:15:12 latest: Pulling from edgex-devops/edgex-compose-arm64 23:15:12 29e5d40040c1: Pulling fs layer 23:15:12 1ce36da41761: Pulling fs layer 23:15:12 25b303627fd3: Pulling fs layer 23:15:12 29e5d40040c1: Verifying Checksum 23:15:12 29e5d40040c1: Download complete 23:15:12 1ce36da41761: Verifying Checksum 23:15:12 1ce36da41761: Download complete 23:15:12 29e5d40040c1: Pull complete 23:15:13 1ce36da41761: Pull complete 23:15:14 25b303627fd3: Verifying Checksum 23:15:14 25b303627fd3: Download complete 23:15:24 25b303627fd3: Pull complete 23:15:24 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 23:15:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:15:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 23:15:25 prd-ubuntu18.04-docker-arm64-4c-16g-16950 does not seem to be running inside a container 23:15:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 23:15:28 $ docker top aa76fe9ac790c419fac07853c46ada20e78d12d7c8cef4ec89c860e8a5a4fbcf -eo pid,comm [Pipeline] { [Pipeline] sh 23:15:29 + + docker-composegrep build parallel --help 23:15:29 23:15:33 --parallel Build images in parallel. [Pipeline] } 23:15:34 $ docker stop --time=1 aa76fe9ac790c419fac07853c46ada20e78d12d7c8cef4ec89c860e8a5a4fbcf 23:15:36 $ docker rm -f aa76fe9ac790c419fac07853c46ada20e78d12d7c8cef4ec89c860e8a5a4fbcf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:15:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 23:15:36 . [Pipeline] withDockerContainer 23:15:37 prd-ubuntu18.04-docker-arm64-4c-16g-16950 does not seem to be running inside a container 23:15:37 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 23:15:38 $ docker top 81aff947c449260c764be1e526fccc121c337f61e2cb758a12cc86cb243dde65 -eo pid,comm [Pipeline] { [Pipeline] sh 23:15:39 + docker-compose -f ./docker-compose-build.yml build --parallel 23:15:44 Building docker-core-command-go ... 23:15:44 Building docker-core-data-go ... 23:15:44 Building docker-core-metadata-go ... 23:15:44 Building docker-security-bootstrap-redis-go ... 23:15:44 Building docker-security-proxy-setup-go ... 23:15:44 Building docker-security-secretstore-setup-go ... 23:15:44 Building docker-support-notifications-go ... 23:15:44 Building docker-support-scheduler-go ... 23:15:44 Building docker-sys-mgmt-agent-go ... 23:15:44 Building docker-sys-mgmt-agent-go 23:15:44 Building docker-core-command-go 23:15:44 Building docker-security-proxy-setup-go 23:15:44 Building docker-core-metadata-go 23:15:44 Building docker-security-secretstore-setup-go 23:16:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:16:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:16:52 ---> 416ce9325355 23:16:52 Step 3/22 : WORKDIR /edgex-go 23:16:52 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 23:16:52 Step 2/27 : FROM ${BUILDER_BASE} AS builder 23:16:52 ---> 416ce9325355 23:16:52 Step 3/27 : WORKDIR /edgex-go 23:16:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:16:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:16:52 ---> 416ce9325355 23:16:52 Step 3/22 : WORKDIR /edgex-go 23:16:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:16:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:16:52 ---> 416ce9325355 23:16:52 Step 3/24 : WORKDIR /edgex-go 23:16:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:16:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:16:52 ---> 416ce9325355 23:16:52 Step 3/21 : WORKDIR /edgex-go 23:16:53 ---> Running in 244e3d9372a8 23:16:53 ---> Running in 5c9c8febf82f 23:16:53 ---> Running in 49e7339f0559 23:16:53 ---> Running in b26693a8c28d 23:16:53 ---> Running in 7e0a53a98536 23:16:54 Removing intermediate container 7e0a53a98536 23:16:54 Removing intermediate container 244e3d9372a8 23:16:54 ---> add6e1b5c860 23:16:54 ---> 770b02b5c916 23:16:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:16:54 23:16:54 Removing intermediate container 49e7339f0559 23:16:54 ---> 4bc60d2b3290 23:16:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:16:54 Removing intermediate container b26693a8c28d 23:16:54 ---> 46d2ce3817c2 23:16:54 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:16:54 Removing intermediate container 5c9c8febf82f 23:16:54 ---> b63be3a0b166 23:16:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:16:54 ---> Running in 6b293a62b99b 23:16:54 ---> Running in c30582b558a7 23:16:54 ---> Running in 4d8bcad3d311 23:16:54 ---> Running in df2943f361b8 23:16:54 ---> Running in bb7f7331357d 23:16:58 Removing intermediate container 6b293a62b99b 23:16:58 ---> ebffac50f6e7 23:16:58 Step 5/22 : RUN apk update && apk add make git 23:16:58 ---> Running in ec2826452768 23:16:58 Removing intermediate container c30582b558a7 23:16:58 ---> ac4e71fa8f4f 23:16:58 Step 5/24 : RUN apk update && apk add make git 23:16:58 Removing intermediate container df2943f361b8 23:16:58 ---> a081ae7bc6d9 23:16:58 Step 5/21 : RUN apk update && apk add make git 23:16:58 ---> Running in 8963dc051780 23:16:59 Removing intermediate container 4d8bcad3d311 23:16:59 ---> 2022d9d6cb92 23:16:59 Step 5/27 : RUN apk update && apk add make bash git 23:16:59 ---> Running in 674323b33c84 23:16:59 Removing intermediate container bb7f7331357d 23:16:59 ---> 26fc4d54cbb6 23:16:59 Step 5/22 : RUN apk update && apk add make git 23:16:59 ---> Running in 6625e07cc5da 23:16:59 ---> Running in 1cf682df15e9 23:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:17:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:02 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:17:02 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:17:02 OK: 12620 distinct packages available 23:17:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:17:02 OK: 217 MiB in 51 packages 23:17:02 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:17:02 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:17:02 OK: 12620 distinct packages available 23:17:02 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:17:02 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:17:02 OK: 12620 distinct packages available 23:17:03 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:17:03 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:17:03 OK: 12620 distinct packages available 23:17:03 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:17:03 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:17:03 OK: 12620 distinct packages available 23:17:03 OK: 217 MiB in 51 packages 23:17:04 OK: 217 MiB in 51 packages 23:17:04 OK: 217 MiB in 51 packages 23:17:04 OK: 217 MiB in 51 packages 23:17:04 Removing intermediate container ec2826452768 23:17:04 ---> 949582ae406a 23:17:04 Step 6/22 : COPY go.mod . 23:17:05 Removing intermediate container 8963dc051780 23:17:05 ---> 2f9bcda7a0af 23:17:05 Step 6/24 : COPY go.mod . 23:17:05 ---> d07e09b40100 23:17:05 Step 7/22 : RUN go mod download 23:17:06 Removing intermediate container 674323b33c84 23:17:06 ---> a13f71d7a500 23:17:06 Step 6/21 : COPY go.mod . 23:17:06 Removing intermediate container 6625e07cc5da 23:17:06 ---> ef933a657181 23:17:06 Step 6/27 : COPY go.mod . 23:17:06 Removing intermediate container 1cf682df15e9 23:17:06 ---> 40f610f8846e 23:17:06 Step 6/22 : COPY go.mod . 23:17:06 ---> Running in b445ffd1c509 23:17:06 ---> cd6b94cca1ec 23:17:06 Step 7/24 : RUN go mod download 23:17:06 ---> Running in 5a9ea0ab35fa 23:17:07 ---> 304e6d2ca732 23:17:07 Step 7/21 : RUN go mod download 23:17:07 ---> 857db8705d5f 23:17:07 Step 7/27 : RUN go mod download 23:17:07 ---> a3fcb6a37c2f 23:17:07 Step 7/22 : RUN go mod download 23:17:07 ---> Running in 8f0d6953020d 23:17:07 ---> Running in e48f030e4fb9 23:17:07 ---> Running in f3ab5c8f1d64 23:17:10 Removing intermediate container b445ffd1c509 23:17:10 ---> 67302c4f8489 23:17:10 Step 8/22 : COPY . . 23:17:12 Removing intermediate container 5a9ea0ab35fa 23:17:12 ---> bd65260fb3df 23:17:12 Step 8/24 : COPY . . 23:17:15 Removing intermediate container 8f0d6953020d 23:17:15 ---> a8a6c131ffba 23:17:15 Step 8/21 : COPY . . 23:17:17 Removing intermediate container f3ab5c8f1d64 23:17:17 ---> c7996c6c3dfb 23:17:17 Step 8/22 : COPY . . 23:17:17 Removing intermediate container e48f030e4fb9 23:17:17 ---> 864587ad1225 23:17:17 Step 8/27 : COPY . . 23:17:29 ---> 198b94b5792d 23:17:29 Step 9/22 : RUN make cmd/core-command/core-command 23:17:30 ---> Running in 69b5ba96acd6 23:17:30 ---> 8a71382b7e75 23:17:30 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:17:31 ---> Running in f9f5e02830a3 23:17:31 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 23:17:33 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 23:17:38 ---> 29d9e2fcb852 23:17:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 23:17:38 ---> Running in 8633ff809b03 23:17:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 23:17:42 ---> 842d205edf9b 23:17:42 Step 9/22 : RUN make cmd/core-metadata/core-metadata 23:17:42 ---> c8f46baab20a 23:17:42 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 23:17:42 ---> Running in af3778f9a5ee 23:17:42 ---> Running in f4123f547658 23:17:44 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 23:17:45 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 23:17:53 Running on prd-ubuntu18.04-docker-8c-8g-16962 in /w/workspace/edgexfoundry_edgex-go_PR-2942 [Pipeline] { [Pipeline] ws 23:17:53 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 23:17:55 using credential edgex-jenkins-ssh 23:17:55 Cloning the remote Git repository 23:17:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:17:55 > git init /w/workspace/edgex-go/19 # timeout=10 23:17:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:17:55 > git --version # timeout=10 23:17:55 > git --version # 'git version 2.17.1' 23:17:55 using GIT_SSH to set credentials SSH Credentials for GitHub 23:17:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:18:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:18:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:18:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:18:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:18:04 using GIT_SSH to set credentials SSH Credentials for GitHub 23:18:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2942/head:refs/remotes/origin/PR-2942 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:18:05 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:18:05 Merge succeeded, producing 6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:18:05 Checking out Revision 6b29634e9f7c352df05c5c8ed406ba629501e1e9 (PR-2942) 23:18:05 > git config core.sparsecheckout # timeout=10 23:18:05 > git checkout -f 6b29634e9f7c352df05c5c8ed406ba629501e1e9 # timeout=10 23:18:05 > git remote # timeout=10 23:18:05 > git config --get remote.origin.url # timeout=10 23:18:05 using GIT_SSH to set credentials SSH Credentials for GitHub 23:18:05 > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 23:18:05 > git rev-parse HEAD^{commit} # timeout=10 23:18:05 > git config core.sparsecheckout # timeout=10 23:18:05 > git checkout -f 6b29634e9f7c352df05c5c8ed406ba629501e1e9 # timeout=10 23:18:09 Commit message: "fix: Fix attribution file to include go-yaml V3" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:18:10 + echo snap-build.sh 23:18:10 snap-build.sh 23:18:10 + SNAP_BASE_DIR=. 23:18:10 + '[' '!' -z /w/workspace/edgex-go/19 ']' 23:18:10 + SNAP_BASE_DIR=/w/workspace/edgex-go/19 23:18:10 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' 23:18:10 [snap-build] Building snap in dir [/w/workspace/edgex-go/19] 23:18:10 + cd /w/workspace/edgex-go/19 23:18:10 + sudo apt-get remove -qy --purge lxd lxd-client 23:18:10 Reading package lists... 23:18:10 Building dependency tree... 23:18:10 Reading state information... 23:18:11 The following packages were automatically installed and are no longer required: 23:18:11 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 23:18:11 uidmap xdelta3 23:18:11 Use 'sudo apt autoremove' to remove them. 23:18:11 The following packages will be REMOVED: 23:18:11 lxd* lxd-client* 23:18:11 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 23:18:11 After this operation, 31.7 MB disk space will be freed. 23:18:13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 23:18:13 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 23:18:13 Removing lxd dnsmasq configuration 23:18:13 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 23:18:14 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 23:18:14 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 23:18:15 (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.) 23:18:15 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 23:18:16 Processing triggers for systemd (237-3ubuntu10.42) ... 23:18:16 Processing triggers for ureadahead (0.100.0-21) ... 23:18:18 + sudo snap remove --purge lxd 23:18:18 snap "lxd" is not installed 23:18:18 + sudo groupadd --force --system lxd 23:18:18 ++ whoami 23:18:18 + sudo /usr/sbin/usermod -G lxd -a jenkins 23:18:18 + newgrp - lxd 23:18:18 + sudo snap install lxd 23:18:28 2020-12-20T23:18:26Z INFO Waiting for automatic snapd restart... 23:18:43 lxd 4.9 from Canonical* installed 23:18:43 + sudo lxd init --auto 23:18:52 + sudo snap install --classic snapcraft 23:18:53 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 23:18:58 snapcraft 4.4.4 from Canonical* installed 23:18:58 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 23:18:58 + patch --verbose -p1 23:18:58 Hmm... Looks like a unified diff to me... 23:18:58 The text leading up to this was: 23:18:58 -------------------------- 23:18:58 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 23:18:58 |From: Tony Espy 23:18:58 |Date: Wed, 16 Dec 2020 16:34:55 -0500 23:18:58 |Subject: [PATCH] optimize snap build for pipeline CI check 23:18:58 | 23:18:58 |This patch is used by the EdgeX CI pipeline builds to 23:18:58 |optimize the snap CI check run for pull requests. When 23:18:58 |applied, it essentially strips out everything (apps and 23:18:58 |parts) from the snapcraft.yaml file except those required 23:18:58 |to build edgex-go, as the whole idea of the CI check is to 23:18:58 |catch changes to edgex-go that break the snap build. 23:18:58 | 23:18:58 |In general, anyone updating snapcraft.yaml will also need 23:18:58 |to update this patch file, otherwise it may fail to apply, 23:18:58 |resulting in a failed snap build CI check in the associated 23:18:58 |pull request. 23:18:58 | 23:18:58 |Note - in addition to applying this patch, the pipeline also 23:18:58 |only primes the snap (e.g. `snapcraft prime`), as there's no 23:18:58 |need to build the finally binary .snap file (and it won't 23:18:58 |work with the patch applied). This further reduces the build 23:18:58 |time. 23:18:58 |--- 23:18:58 | snap/snapcraft.yaml | 461 +------------------------------------------- 23:18:58 | 1 file changed, 2 insertions(+), 459 deletions(-) 23:18:58 | 23:18:58 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 23:18:58 |index 1e537489..faf42425 100644 23:18:58 |--- a/snap/snapcraft.yaml 23:18:58 |+++ b/snap/snapcraft.yaml 23:18:58 -------------------------- 23:18:58 patching file snap/snapcraft.yaml 23:18:58 Using Plan A... 23:18:58 Hunk #1 succeeded at 73. 23:18:58 Hunk #2 succeeded at 202. 23:18:58 Hunk #3 succeeded at 214. 23:18:58 Hunk #4 succeeded at 222. 23:18:58 Hunk #5 succeeded at 229. 23:18:58 Hunk #6 succeeded at 256. 23:18:58 Hunk #7 succeeded at 290. 23:18:58 Hunk #8 succeeded at 341. 23:18:58 Hmm... Ignoring the trailing garbage. 23:18:58 done 23:18:58 + sudo snapcraft prime --use-lxd 23:18:59 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 23:18:59 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: 23:18:59 - README.md 23:18:59 23:18:59 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:19:00 Launching a container. 23:19:01 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 23:19:03 Removing intermediate container f9f5e02830a3 23:19:03 ---> e1332a908a24 23:19:03 23:19:03 Step 10/24 : FROM alpine:3.10 23:19:03 3.10: Pulling from library/alpine 23:19:03 Removing intermediate container 69b5ba96acd6 23:19:03 ---> 1334d9f10fb9 23:19:03 23:19:03 Step 10/22 : FROM scratch 23:19:03 ---> 23:19:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:19:03 ---> Running in e57b01e79b12 23:19:04 Removing intermediate container e57b01e79b12 23:19:04 ---> f90faac1158a 23:19:04 Step 12/22 : ENV APP_PORT=48082 23:19:04 ---> Running in 8a8d46221324 23:19:05 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 23:19:05 Status: Downloaded newer image for alpine:3.10 23:19:05 ---> 536a684cf733 23:19:05 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:19:06 Removing intermediate container 8a8d46221324 23:19:06 ---> 57d85ae5b803 23:19:06 Step 13/22 : EXPOSE $APP_PORT 23:19:06 ---> Running in 7db77fe3debc 23:19:06 ---> Running in c11695549f83 23:19:07 Removing intermediate container 7db77fe3debc 23:19:07 ---> 656d619b40ab 23:19:07 Step 14/22 : WORKDIR / 23:19:07 ---> Running in 148ed50e677f 23:19:08 Removing intermediate container 148ed50e677f 23:19:08 ---> 52826bb32dae 23:19:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 23:19:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 23:19:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 23:19:09 ---> deae1aed31e7 23:19:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:19:09 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 23:19:09 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 23:19:09 OK: 10171 distinct packages available 23:19:10 (1/5) Installing ca-certificates (20191127-r2) 23:19:10 (2/5) Installing nghttp2-libs (1.39.2-r1) 23:19:10 (3/5) Installing libcurl (7.66.0-r3) 23:19:10 (4/5) Installing curl (7.66.0-r3) 23:19:10 (5/5) Installing dumb-init (1.2.2-r1) 23:19:10 Executing busybox-1.30.1-r3.trigger 23:19:10 Executing ca-certificates-20191127-r2.trigger 23:19:10 OK: 7 MiB in 19 packages 23:19:11 ---> 5ba3e9c69b81 23:19:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:19:12 Waiting for container to be ready 23:19:12 To start your first instance, try: lxc launch ubuntu:18.04 23:19:12 23:19:13 ---> 7ee29c412618 23:19:13 Step 18/22 : ENTRYPOINT ["/core-command"] 23:19:13 ---> Running in 8b5bfb215957 23:19:14 Removing intermediate container c11695549f83 23:19:14 ---> ac11f47d5ffb 23:19:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:19:14 Removing intermediate container 8b5bfb215957 23:19:14 ---> 805d75c02fc9 23:19:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:19:14 ---> Running in 5547f0a1b121 23:19:15 ---> Running in 82af35b7dc54 23:19:15 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 23:19:16 Waiting for network to be ready... 23:19:16 Removing intermediate container 5547f0a1b121 23:19:16 ---> bcde8afd1711 23:19:16 Step 13/24 : WORKDIR / 23:19:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:19:16 Removing intermediate container 82af35b7dc54 23:19:16 ---> 53622483f8c8 23:19:16 Step 20/22 : LABEL arch=arm64 23:19:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 23:19:16 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:19:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 23:19:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 23:19:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 23:19:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 23:19:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 23:19:16 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 23:19:17 ---> Running in 868e2c85942c 23:19:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 23:19:17 ---> Running in a1e8e38a817d 23:19:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:19:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:19:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:19:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:19:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:19:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:19:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:19:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:19:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:19:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 23:19:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 23:19:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 23:19:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 23:19:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 23:19:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 23:19:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 23:19:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 23:19:18 Removing intermediate container 868e2c85942c 23:19:18 ---> 045f01893cfa 23:19: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 23:19:18 Removing intermediate container a1e8e38a817d 23:19:18 ---> d79ee9c64aa7 23:19:18 Step 21/22 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:19:19 Removing intermediate container f4123f547658 23:19:19 ---> 0b1625af3281 23:19:19 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:19:19 Removing intermediate container 8633ff809b03 23:19:19 ---> 511a2acc1da5 23:19:19 23:19:19 Step 10/21 : FROM alpine 23:19:19 ---> Running in 84d9405a9745 23:19:19 latest: Pulling from library/alpine 23:19:19 ---> Running in 21ac94cf0eac 23:19:19 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 23:19:19 Status: Downloaded newer image for alpine:latest 23:19:19 ---> afeebe901d6b 23:19:19 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 23:19:19 ---> Running in 025fa691d055 23:19:20 ---> 4a8b2def6ab0 23:19:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:19:20 Removing intermediate container 84d9405a9745 23:19:20 ---> 357d9c554d61 23:19:20 Step 22/22 : LABEL version=0.0.0 23:19:20 ---> Running in 70ee369f0159 23:19:21 Removing intermediate container 70ee369f0159 23:19:21 ---> c376826ec7b7 23:19:21 23:19:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 23:19:21 ---> f6ef633aaec6 23:19:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:19:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:19:21 Fetched 23.5 MB in 5s (4639 kB/s) 23:19:22 Successfully built c376826ec7b7 23:19:22 Successfully tagged docker-core-command-go-arm64:latest 23:19:22 Building docker-support-notifications-go 23:19:22  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:19:22 ---> a3267a4fdbc9 23:19:22 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:19:22 v3.12.3-13-ga43a0bc1d0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 23:19:22 v3.12.3-15-ge843fbbe95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 23:19:22 OK: 12615 distinct packages available 23:19:23 Reading package lists... 23:19:23 Reading package lists... 23:19:23 Building dependency tree... 23:19:23 Reading state information... 23:19:23 The following additional packages will be installed: 23:19:23 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:19:23 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:19:23 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:19:23 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 23:19:23 Suggested packages: 23:19:23 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 23:19:23 Recommended packages: 23:19:23 gnupg libsasl2-modules 23:19:23 The following NEW packages will be installed: 23:19:23 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 23:19:23 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 23:19:23 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 23:19:23 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 23:19:23 The following packages will be upgraded: 23:19:23 gpg gpg-agent gpgconf libudev1 23:19:24 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 23:19:24 Need to get 3531 kB of archives. 23:19:24 After this operation, 13.3 MB of additional disk space will be used. 23:19:24 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 23:19:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 23:19:24 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 23:19:24 (1/4) Installing ca-certificates (20191127-r4) 23:19:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:19:24 (3/4) Installing libcurl (7.69.1-r3) 23:19:24 (4/4) Installing curl (7.69.1-r3) 23:19:24 Executing busybox-1.31.1-r19.trigger 23:19:24 Executing ca-certificates-20191127-r4.trigger 23:19:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 23:19:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 23:19:24 OK: 7 MiB in 18 packages 23:19:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 23:19:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 23:19:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 23:19:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 23:19:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 23:19:24 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 23:19:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 23:19:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 23:19:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 23:19:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 23:19:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 23:19:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 23:19:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 23:19:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 23:19:24 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 23:19:24 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 23:19:24 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 23:19:24 ---> 0208b58f02c7 23:19:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:19:25 debconf: delaying package configuration, since apt-utils is not installed 23:19:25 Fetched 3531 kB in 1s (3186 kB/s) 23:19:25 (Reading database ... 12511 files and directories currently installed.) 23:19:25 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 23:19:25 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:19:25 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 23:19:25 Selecting previously unselected package udev. 23:19:25 (Reading database ... 12511 files and directories currently installed.) 23:19:25 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 23:19:25 Unpacking udev (237-3ubuntu10.43) ... 23:19:25 Selecting previously unselected package libfuse2:amd64. 23:19:25 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 23:19:25 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:19:25 Selecting previously unselected package fuse. 23:19:25 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 23:19:25 Unpacking fuse (2.9.7-1ubuntu1) ... 23:19:25 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 23:19:25 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:19:25 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 23:19:25 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:19:26 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 23:19:26 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:19:26 Selecting previously unselected package libksba8:amd64. 23:19:26 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 23:19:26 Unpacking libksba8:amd64 (1.3.5-2) ... 23:19:26 Selecting previously unselected package libroken18-heimdal:amd64. 23:19:26 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:19:26 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:26 Selecting previously unselected package libasn1-8-heimdal:amd64. 23:19:26 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:19:26 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:26 Selecting previously unselected package libheimbase1-heimdal:amd64. 23:19:26 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:19:26 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:26 Selecting previously unselected package libhcrypto4-heimdal:amd64. 23:19:26 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:19:26 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:26 Selecting previously unselected package libwind0-heimdal:amd64. 23:19:26 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:19:26 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:26 Selecting previously unselected package libhx509-5-heimdal:amd64. 23:19:26 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:19:26 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:26 Selecting previously unselected package libkrb5-26-heimdal:amd64. 23:19:26 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:19:26 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:26 Selecting previously unselected package libheimntlm0-heimdal:amd64. 23:19:26 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:19:26 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:26 Selecting previously unselected package libgssapi3-heimdal:amd64. 23:19:26 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 23:19:26 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:27 Selecting previously unselected package libsasl2-modules-db:amd64. 23:19:27 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 23:19:27 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:19:27 Selecting previously unselected package libsasl2-2:amd64. 23:19:27 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 23:19:27 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:19:27 Selecting previously unselected package libldap-common. 23:19:27 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 23:19:27 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:19:27 Selecting previously unselected package libldap-2.4-2:amd64. 23:19:27 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 23:19:27 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:19:27 Selecting previously unselected package dirmngr. 23:19:27 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 23:19:27 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 23:19:27 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 23:19:27 ---> 12dfa286544d 23:19:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:19:27 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 23:19:27 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 23:19:27 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:19:27 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 23:19:27 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 23:19:27 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:27 Setting up libksba8:amd64 (1.3.5-2) ... 23:19:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:19:27 Setting up udev (237-3ubuntu10.43) ... 23:19:27 Removing intermediate container 21ac94cf0eac 23:19:27 ---> 86f79d935826 23:19:27 23:19:27 Step 11/27 : FROM docker:latest 23:19:27 ---> f66387bf908a 23:19:27 Step 12/27 : RUN apk add --no-cache bash 23:19:27 Removing intermediate container 025fa691d055 23:19:27 ---> d6f138d2e980 23:19:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:19:28 invoke-rc.d: policy-rc.d denied execution of start. 23:19:28 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:28 Processing triggers for systemd (237-3ubuntu10) ... 23:19:28 Setting up fuse (2.9.7-1ubuntu1) ... 23:19:28 Setting up gpg (2.2.4-1ubuntu1.3) ... 23:19:28 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:28 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:28 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:28 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:28 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:28 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:28 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 23:19:28 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 23:19:28 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 23:19:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:19:28 ---> Running in e312177278b8 23:19:28 ---> Running in 729f49c3ff25 23:19:28 ---> 4764f8d409c4 23:19:28 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 23:19:29 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 23:19:29 settings in the [Install] section, and DefaultInstance for template units). 23:19:29 This means they are not meant to be enabled using systemctl. 23:19:29 Possible reasons for having this kind of units are: 23:19:29 1) A unit may be statically enabled by being symlinked from another unit's 23:19:29 .wants/ or .requires/ directory. 23:19:29 2) A unit's purpose may be to act as a helper for some other unit which has 23:19:29 a requirement dependency on it. 23:19:29 3) A unit may be started when needed via activation (socket, path, timer, 23:19:29 D-Bus, udev, scripted systemctl call, ...). 23:19:29 4) In case of template units, the unit is meant to be enabled with some 23:19:29 instance name specified. 23:19:29 ---> Running in 1470f9700bc4 23:19:29 Reading package lists... 23:19:29 Building dependency tree... 23:19:29 Reading state information... 23:19:29 The following additional packages will be installed: 23:19:29 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 23:19:29 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 23:19:29 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 23:19:29 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 23:19:29 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 23:19:29 Suggested packages: 23:19:29 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 23:19:29 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 23:19:29 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 23:19:29 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 23:19:29 systemd-container policykit-1 23:19:29 Recommended packages: 23:19:29 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 23:19:29 The following NEW packages will be installed: 23:19:29 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 23:19:29 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 23:19:29 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 23:19:29 multiarch-support openssh-client python3 python3-minimal python3.6 23:19:29 python3.6-minimal snapd squashfs-tools sudo 23:19:29 The following packages will be upgraded: 23:19:29 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 23:19:29 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 23:19:29 Need to get 35.2 MB of archives. 23:19:29 After this operation, 141 MB of additional disk space will be used. 23:19:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 23:19:30 Removing intermediate container 729f49c3ff25 23:19:30 ---> 95cbdbfa11f8 23:19:30 Step 13/21 : WORKDIR /edgex 23:19:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 23:19:30 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 23:19:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 23:19:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 23:19:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 23:19:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 23:19:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 23:19:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 23:19:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 23:19:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 23:19:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 23:19:30 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 23:19:30 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 23:19:30 ---> Running in 3f71a34e9b15 23:19:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 23:19:30 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 23:19:30 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 23:19:30 Removing intermediate container af3778f9a5ee 23:19:30 ---> 4fa39ff8e8ab 23:19:30 23:19:30 Step 10/22 : FROM scratch 23:19:30 ---> 23:19:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:19:30 ---> Using cache 23:19:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:19:30 ---> f90faac1158a 23:19:30 Step 12/22 : ENV APP_PORT=48081 23:19:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:19:31 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 23:19:31 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 23:19:31 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 23:19:31 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 23:19:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 23:19:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 23:19:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 23:19:31 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 23:19:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 23:19:31 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 23:19:31 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 23:19:31 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 23:19:31 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 23:19:31 ---> Running in ceb66d61586f 23:19:31 Removing intermediate container 3f71a34e9b15 23:19:31 ---> ac0c56df8aa6 23:19:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:19:31 (1/2) Installing readline (8.0.4-r0) 23:19:31 (2/2) Installing bash (5.0.17-r0) 23:19:31 Executing bash-5.0.17-r0.post-install 23:19:31 Executing busybox-1.31.1-r19.trigger 23:19:31 OK: 12 MiB in 22 packages 23:19:31 Removing intermediate container ceb66d61586f 23:19:31 ---> 2c03716597d2 23:19:31 Step 13/22 : EXPOSE $APP_PORT 23:19:32 debconf: delaying package configuration, since apt-utils is not installed 23:19:32 Fetched 35.2 MB in 2s (16.1 MB/s) 23:19:32 (Reading database ... 12757 files and directories currently installed.) 23:19:32 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 23:19:32 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:19:32 ---> Running in 6cbe8c38a450 23:19:32 ---> 9be330c26eaf 23:19:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:19:33 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 23:19:33 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:19:33 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 23:19:33 Removing intermediate container 6cbe8c38a450 23:19:33 ---> 2062454fe095 23:19:33 Step 14/22 : WORKDIR / 23:19:33 Removing intermediate container 1470f9700bc4 23:19:33 ---> 887c0be7e812 23:19:33 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:19:33 (Reading database ... 12757 files and directories currently installed.) 23:19:33 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 23:19:33 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 23:19:33 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 23:19:33 (Reading database ... 12757 files and directories currently installed.) 23:19:33 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 23:19:33 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 23:19:34 ---> Running in 330531d1bd4b 23:19:34 Setting up apt (1.6.12ubuntu0.2) ... 23:19:34 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 23:19:34 ---> Running in 97d1961614c8 23:19:34 Removing intermediate container e312177278b8 23:19:34 ---> 9b5d22c40561 23:19:34 Step 13/27 : RUN rm -rf /var/cache/apk/* 23:19:34 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 23:19:34 ---> b0fe5e4779d7 23:19:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:19:34 (Reading database ... 12764 files and directories currently installed.) 23:19:34 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:19:34 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:19:35 ---> Running in 97a4cc1a54a9 23:19:35 Removing intermediate container 330531d1bd4b 23:19:35 ---> cc1d7464cc67 23:19:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 23:19:35 Selecting previously unselected package libpython3.6-minimal:amd64. 23:19:35 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:19:35 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:19:35 Removing intermediate container 97d1961614c8 23:19:35 ---> 5cb955317c70 23:19:35 Step 22/24 : LABEL arch=arm64 23:19:35 Selecting previously unselected package libexpat1:amd64. 23:19:35 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 23:19:35 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:19:35 Selecting previously unselected package python3.6-minimal. 23:19:35 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:19:35 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:19:35 ---> Running in 077674bc8501 23:19:35 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 23:19:35 Checking for services that may need to be restarted...done. 23:19:35 Checking for services that may need to be restarted...done. 23:19:36 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:19:36 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 23:19:36 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 23:19:36 Selecting previously unselected package python3-minimal. 23:19:36 (Reading database ... 13012 files and directories currently installed.) 23:19:36 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 23:19:36 Unpacking python3-minimal (3.6.7-1~18.04) ... 23:19:36 Selecting previously unselected package mime-support. 23:19:36 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 23:19:36 Unpacking mime-support (3.60ubuntu1) ... 23:19:36 Removing intermediate container 077674bc8501 23:19:36 ---> a32673ba68db 23:19:36 Step 23/24 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:19:36 Selecting previously unselected package libmpdec2:amd64. 23:19:36 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 23:19:36 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:19:36 Selecting previously unselected package libpython3.6-stdlib:amd64. 23:19:36 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:19:36 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:19:36 ---> 6ad0e4458168 23:19:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:19:37 Selecting previously unselected package python3.6. 23:19:37 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 23:19:37 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:19:37 Selecting previously unselected package libpython3-stdlib:amd64. 23:19:37 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 23:19:37 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:19:37 Setting up python3-minimal (3.6.7-1~18.04) ... 23:19:37 ---> Running in 9b31b02df624 23:19:37 ---> 4e1c4841f998 23:19:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:19:37 Selecting previously unselected package python3. 23:19:37 (Reading database ... 13442 files and directories currently installed.) 23:19:37 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 23:19:37 Unpacking python3 (3.6.7-1~18.04) ... 23:19:37 Selecting previously unselected package multiarch-support. 23:19:37 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 23:19:37 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 23:19:37 Setting up multiarch-support (2.27-3ubuntu1.4) ... 23:19:37 Selecting previously unselected package liblzo2-2:amd64. 23:19:37 (Reading database ... 13479 files and directories currently installed.) 23:19:37 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 23:19:37 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 23:19:37 Selecting previously unselected package libbsd0:amd64. 23:19:37 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 23:19:37 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:19:38 Selecting previously unselected package sudo. 23:19:38 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 23:19:38 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 23:19:38 Selecting previously unselected package apparmor. 23:19:38 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 23:19:38 Unpacking apparmor (2.12-4ubuntu5.1) ... 23:19:38 ---> Running in 8c3e5748f605 23:19:38 Removing intermediate container 9b31b02df624 23:19:38 ---> 2131b7d7bda2 23:19:38 Step 24/24 : LABEL version=0.0.0 23:19:38 Selecting previously unselected package libedit2:amd64. 23:19:38 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 23:19:38 Unpacking libedit2:amd64 (3.1-20170329-1) ... 23:19:39 Removing intermediate container 97a4cc1a54a9 23:19:39 ---> 2cba89a46109 23:19:39 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:19:39 ---> Running in cc4bd9a82a83 23:19:39 Selecting previously unselected package libkrb5support0:amd64. 23:19:39 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 23:19:39 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:19:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 23:19:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:19:39 ---> 416ce9325355 23:19:39 Step 3/24 : WORKDIR /edgex-go 23:19:39 ---> Using cache 23:19:39 ---> b63be3a0b166 23:19:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:19:39 ---> Using cache 23:19:39 ---> 26fc4d54cbb6 23:19:39 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 23:19:39 ---> Running in 8d6c8390e319 23:19:39 ---> 7dc85e4fc7d1 23:19:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:19:39 Removing intermediate container 8c3e5748f605 23:19:39 ---> 2cd76e117835 23:19:39 Step 18/21 : CMD ["--init=true"] 23:19:39 ---> Running in bb476b631458 23:19:39 Selecting previously unselected package libk5crypto3:amd64. 23:19:39 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 23:19:39 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:19:39 Selecting previously unselected package libkeyutils1:amd64. 23:19:39 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 23:19:39 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:19:39 Selecting previously unselected package libkrb5-3:amd64. 23:19:39 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 23:19:39 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:19:39 ---> Running in 267d032380fd 23:19:39 Selecting previously unselected package libgssapi-krb5-2:amd64. 23:19:39 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 23:19:39 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:19:39 Selecting previously unselected package libssl1.0.0:amd64. 23:19:39 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 23:19:39 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:19:39 Removing intermediate container cc4bd9a82a83 23:19:39 ---> 9f4e0043a60b 23:19:39 23:19:39 Removing intermediate container 8d6c8390e319 23:19:39 ---> 02723e955fc8 23:19:39 Step 15/27 : ENV APP_PORT=48090 23:19:40 Selecting previously unselected package openssh-client. 23:19:40 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 23:19:40 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 23:19:40 Removing intermediate container 267d032380fd 23:19:40 ---> 448527ae561c 23:19:40 Step 19/21 : LABEL arch=arm64 23:19:40 ---> Running in 91f7359d4700 23:19:40 Selecting previously unselected package squashfs-tools. 23:19:40 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 23:19:40 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:19:40 Selecting previously unselected package snapd. 23:19:40 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 23:19:40 Unpacking snapd (2.48+18.04) ... 23:19:40 ---> Running in 585447998f9f 23:19:40 ---> 418febe5eda4 23:19:40 Step 18/22 : ENTRYPOINT ["/core-metadata"] 23:19:40 Successfully built 9f4e0043a60b 23:19:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:19:40  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 23:19:40 ---> Running in 35ab955ffb89 23:19:40 Removing intermediate container 91f7359d4700 23:19:40 ---> 4d8af10a26c9 23:19:40 Step 16/27 : EXPOSE $APP_PORT 23:19:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:19:41 Removing intermediate container 585447998f9f 23:19:41 ---> b7d30ee74d57 23:19:41 Step 20/21 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:19:41 ---> Running in 2c83ad5fe0c8 23:19:41 ---> Running in 3fb6e354b7e6 23:19:41 Removing intermediate container 35ab955ffb89 23:19:41 ---> c1505e4817a3 23:19:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:19:41 ---> Running in 4d463937d5ff 23:19:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:19:41 Removing intermediate container 2c83ad5fe0c8 23:19:41 ---> c4b520c00be5 23:19:41 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:19:42 Removing intermediate container 3fb6e354b7e6 23:19:42 ---> 77493e4b6234 23:19:42 Step 21/21 : LABEL version=0.0.0 23:19:42 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:19:42 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:19:42 OK: 12620 distinct packages available 23:19:42 Removing intermediate container 4d463937d5ff 23:19:42 ---> a9316b63ccab 23:19:42 Step 20/22 : LABEL arch=arm64 23:19:42 Setting up libedit2:amd64 (3.1-20170329-1) ... 23:19:42 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 23:19:42 Setting up mime-support (3.60ubuntu1) ... 23:19:42 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 23:19:42 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 23:19:42 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 23:19:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:19:42 Setting up systemd (237-3ubuntu10.43) ... 23:19:42 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 23:19:43 OK: 217 MiB in 51 packages 23:19:43 ---> Running in 03e9f1bb2cdf 23:19:43 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 23:19:43 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 23:19:43 Setting up liblzo2-2:amd64 (2.08-1.2) ... 23:19:43 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 23:19:43 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 23:19:43 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 23:19:43 ---> Running in 2fef795b11e4 23:19:44 ---> cd289f9a60a6 23:19:44 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:19:44 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 23:19:44 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 23:19:44 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 23:19:44 Setting up python3 (3.6.7-1~18.04) ... 23:19:44 running python rtupdate hooks for python3.6... 23:19:44 running python post-rtupdate hooks for python3.6... 23:19:44 Setting up apparmor (2.12-4ubuntu5.1) ... 23:19:44 Removing intermediate container 03e9f1bb2cdf 23:19:44 ---> 68bc5d0db4f3 23:19:44 23:19:45 Successfully built 68bc5d0db4f3 23:19:45 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:19:45  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go 23:19:45 ---> 85550e9ef1cb 23:19:45 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:19:45 Removing intermediate container 2fef795b11e4 23:19:45 ---> 3df6a2621a71 23:19:45 Step 21/22 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:19:45 ---> Running in f8199955b5d6 23:19:45 Removing intermediate container bb476b631458 23:19:45 ---> 789570197fc1 23:19:45 Step 6/24 : COPY go.mod . 23:19:46 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 23:19:46 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 23:19:46 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 23:19:46 Setting up snapd (2.48+18.04) ... 23:19:46 Removing intermediate container f8199955b5d6 23:19:46 ---> efa0787ed139 23:19:46 Step 22/22 : LABEL version=0.0.0 23:19:46 ---> Running in c5ca6d1571f6 23:19:46 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 23:19:47 ---> 80174fec92bb 23:19:47 Step 7/24 : RUN go mod download 23:19:47 ---> b0ad2682d7de 23:19:47 Step 20/27 : RUN apk --no-cache add py3-pip 23:19:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 23:19:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 23:19:47 ---> Running in 1a039ea062ec 23:19:47 ---> Running in 37caef8b770e 23:19:47 Removing intermediate container c5ca6d1571f6 23:19:47 ---> 5780240dcad9 23:19:47 23:19:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 23:19:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:19:47 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 23:19:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 23:19:48 Successfully built 5780240dcad9 23:19:48 Successfully tagged docker-core-metadata-go-arm64:latest 23:19:48 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 23:19:48 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 23:19:48  Building docker-core-metadata-go ... done Building docker-core-data-go 23:19:48 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 23:19:48 /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' 23:19:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 23:19:48 Processing triggers for systemd (237-3ubuntu10.43) ... 23:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:19:49 (1/33) Installing libbz2 (1.0.8-r1) 23:19:50 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:19:50 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:19:50 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:19:50 (2/33) Installing expat (2.2.9-r1) 23:19:50 (3/33) Installing libffi (3.3-r2) 23:19:50 (4/33) Installing gdbm (1.13-r1) 23:19:50 (5/33) Installing xz-libs (5.2.5-r0) 23:19:50 (6/33) Installing sqlite-libs (3.32.1-r0) 23:19:50 (7/33) Installing python3 (3.8.5-r0) 23:19:51 Reading package lists... 23:19:51 Reading package lists... 23:19:52 Building dependency tree... 23:19:52 Reading state information... 23:19:52 Calculating upgrade... 23:19:52 (8/33) Installing py3-appdirs (1.4.4-r1) 23:19:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:19:52 (10/33) Installing py3-parsing (2.4.7-r0) 23:19:52 (11/33) Installing py3-six (1.15.0-r0) 23:19:52 (12/33) Installing py3-packaging (20.4-r0) 23:19:52 (13/33) Installing py3-setuptools (47.0.0-r0) 23:19:52 (14/33) Installing py3-chardet (3.0.4-r4) 23:19:52 The following packages will be upgraded: 23:19:52 advancecomp base-files bash binutils binutils-common 23:19:52 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 23:19:52 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 23:19:52 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 23:19:52 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 23:19:52 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 23:19:52 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 23:19:52 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 23:19:52 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 23:19:52 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 23:19:52 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 23:19:52 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 23:19:52 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 23:19:52 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 23:19:52 Removing intermediate container 1a039ea062ec 23:19:52 ---> 2c92255f2b3b 23:19:52 Step 8/24 : COPY . . 23:19:52 (15/33) Installing py3-idna (2.9-r0) 23:19:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:19:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:19:52 (18/33) Installing py3-requests (2.23.0-r0) 23:19:52 (19/33) Installing py3-msgpack (1.0.0-r0) 23:19:52 (20/33) Installing py3-lockfile (0.12.2-r3) 23:19:52 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:19:52 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 23:19:52 Need to get 63.5 MB of archives. 23:19:52 After this operation, 5191 kB of additional disk space will be used. 23:19:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 23:19:52 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 23:19:52 (22/33) Installing py3-colorama (0.4.3-r0) 23:19:52 (23/33) Installing py3-distlib (0.3.0-r0) 23:19:52 (24/33) Installing py3-distro (1.5.0-r1) 23:19:52 (25/33) Installing py3-webencodings (0.5.1-r3) 23:19:52 (26/33) Installing py3-html5lib (1.0.1-r4) 23:19:52 (27/33) Installing py3-pytoml (0.1.21-r0) 23:19:52 (28/33) Installing py3-pep517 (0.8.2-r0) 23:19:52 (29/33) Installing py3-progress (1.5-r0) 23:19:52 (30/33) Installing py3-toml (0.10.1-r0) 23:19:52 (31/33) Installing py3-retrying (1.3.3-r0) 23:19:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:19:53 (33/33) Installing py3-pip (20.1.1-r0) 23:19:53 Executing busybox-1.31.1-r19.trigger 23:19:53 OK: 71 MiB in 55 packages 23:19:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 23:19:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 23:19:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 23:19:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 23:19:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 23:19:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 23:19:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 23:19:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 23:19:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 23:19:53 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 23:19:53 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 23:19:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 23:19:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 23:19:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 23:19:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 23:19:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 23:19:53 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 23:19:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 23:19:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 23:19:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 23:19:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 23:19:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 23:19:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 23:19:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 23:19:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 23:19:53 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 23:19:53 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 23:19:53 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 23:19:53 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 23:19:53 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 23:19:53 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 23:19:53 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 23:19:53 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 23:19:53 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 23:19:53 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 23:19:53 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 23:19:53 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 23:19:53 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 23:19:53 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 23:19:53 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 23:19:53 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 23:19:53 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 23:19:53 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 23:19:53 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 23:19:53 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 23:19:53 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 23:19:53 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 23:19:53 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 23:19:53 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 23:19:53 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 23:19:53 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 23:19:53 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 23:19:53 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 23:19:53 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 23:19:53 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 23:19:53 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 23:19:53 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 23:19:53 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 23:19:53 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 23:19:53 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 23:19:53 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 23:19:53 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 23:19:53 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 23:19:53 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 23:19:53 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 23:19:53 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 23:19:53 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 23:19:53 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 23:19:53 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 23:19:53 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 23:19:53 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 23:19:53 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 23:19:53 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 23:19:53 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 23:19:54 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 23:19:54 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 23:19:54 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 23:19:54 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] 23:19:54 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 23:19:54 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 23:19:54 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 23:19:54 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 23:19:54 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 23:19:54 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 23:19:54 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 23:19:54 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 23:19:55 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 23:19:55 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 23:19:55 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 23:19:55 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 23:19:55 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 23:19:55 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 23:19:55 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 23:19:55 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 23:19:55 debconf: delaying package configuration, since apt-utils is not installed 23:19:55 Fetched 63.5 MB in 3s (19.0 MB/s) 23:19:55 (Reading database ... 13912 files and directories currently installed.) 23:19:55 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 23:19:56 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:19:56 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 23:19:56 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:19:57 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 23:19:57 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 23:19:57 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:19:57 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:19:57 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:19:57 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:19:58 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:19:58 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:19:58 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:19:58 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:19:58 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:19:58 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:19:58 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:19:58 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:19:58 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:19:58 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:19:58 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 23:19:58 (Reading database ... 13911 files and directories currently installed.) 23:19:58 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 23:19:58 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 23:19:58 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 23:19:58 (Reading database ... 13911 files and directories currently installed.) 23:19:58 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:19:58 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:19:58 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:19:58 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:19:59 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 23:19:59 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 23:19:59 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 23:19:59 (Reading database ... 13911 files and directories currently installed.) 23:19:59 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 23:19:59 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:20:00 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 23:20:00 (Reading database ... 13911 files and directories currently installed.) 23:20:00 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 23:20:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 23:20:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 23:20:00 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 23:20:00 Setting up base-files (10.1ubuntu2.10) ... 23:20:00 Installing new version of config file /etc/issue ... 23:20:00 Installing new version of config file /etc/issue.net ... 23:20:00 Installing new version of config file /etc/lsb-release ... 23:20:00 Installing new version of config file /etc/update-motd.d/50-motd-news ... 23:20:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 23:20:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 23:20:01 Removing obsolete conffile /etc/default/motd-news ... 23:20:01 (Reading database ... 13912 files and directories currently installed.) 23:20:01 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 23:20:01 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 23:20:01 Setting up bash (4.4.18-2ubuntu1.2) ... 23:20:01 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 23:20:01 (Reading database ... 13912 files and directories currently installed.) 23:20:01 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 23:20:01 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 23:20:01 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 23:20:01 (Reading database ... 13912 files and directories currently installed.) 23:20:01 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 23:20:01 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 23:20:01 Setting up tar (1.29b-2ubuntu0.1) ... 23:20:02 (Reading database ... 13912 files and directories currently installed.) 23:20:02 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 23:20:02 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:20:02 Setting up dpkg (1.19.0.5ubuntu2.3) ... 23:20:02 (Reading database ... 13912 files and directories currently installed.) 23:20:02 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 23:20:02 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:20:02 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 23:20:02 (Reading database ... 13912 files and directories currently installed.) 23:20:02 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 23:20:02 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:20:02 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 23:20:02 (Reading database ... 13912 files and directories currently installed.) 23:20:02 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 23:20:02 Unpacking grep (3.1-2build1) over (3.1-2) ... 23:20:02 Setting up grep (3.1-2build1) ... 23:20:03 (Reading database ... 13912 files and directories currently installed.) 23:20:03 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 23:20:03 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:20:03 Setting up login (1:4.5-1ubuntu2) ... 23:20:03 (Reading database ... 13912 files and directories currently installed.) 23:20:03 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 23:20:03 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:20:03 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 23:20:03 (Reading database ... 13912 files and directories currently installed.) 23:20:03 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 23:20:03 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:20:04 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 23:20:04 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:20:04 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 23:20:04 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:20:04 Setting up perl-base (5.26.1-6ubuntu0.5) ... 23:20:05 (Reading database ... 13912 files and directories currently installed.) 23:20:05 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 23:20:05 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 23:20:06 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:20:06 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:20:06 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 23:20:06 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 23:20:06 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 23:20:06 (Reading database ... 13912 files and directories currently installed.) 23:20:06 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 23:20:06 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 23:20:06 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 23:20:06 (Reading database ... 13912 files and directories currently installed.) 23:20:06 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:20:06 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:20:06 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:20:06 (Reading database ... 13912 files and directories currently installed.) 23:20:06 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:20:06 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:20:06 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:20:07 (Reading database ... 13912 files and directories currently installed.) 23:20:07 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:20:07 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:20:07 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:20:07 (Reading database ... 13912 files and directories currently installed.) 23:20:07 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:20:07 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:20:07 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:20:07 (Reading database ... 13912 files and directories currently installed.) 23:20:07 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 23:20:07 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:20:07 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 23:20:07 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:20:07 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 23:20:07 (Reading database ... 13912 files and directories currently installed.) 23:20:07 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 23:20:07 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:20:07 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 23:20:07 (Reading database ... 13912 files and directories currently installed.) 23:20:07 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:20:07 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:20:08 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 23:20:08 (Reading database ... 13912 files and directories currently installed.) 23:20:08 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:20:08 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:20:08 Removing intermediate container 37caef8b770e 23:20:08 ---> fe99b472c50e 23:20:08 Step 21/27 : RUN pip install docker-compose==1.23.2 23:20:08 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 23:20:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 23:20:08 ---> 416ce9325355 23:20:08 Step 3/21 : WORKDIR /edgex-go 23:20:08 ---> Using cache 23:20:08 ---> b63be3a0b166 23:20:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:20:08 ---> Using cache 23:20:08 ---> 26fc4d54cbb6 23:20:08 Step 5/21 : RUN apk update && apk add make git 23:20:08 ---> Using cache 23:20:08 ---> 40f610f8846e 23:20:08 Step 6/21 : COPY go.mod . 23:20:08 ---> Using cache 23:20:08 ---> a3fcb6a37c2f 23:20:08 Step 7/21 : RUN go mod download 23:20:08 ---> Using cache 23:20:08 ---> c7996c6c3dfb 23:20:08 Step 8/21 : COPY . . 23:20:08 ---> Using cache 23:20:08 ---> 842d205edf9b 23:20:08 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 23:20:08 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 23:20:08 (Reading database ... 13912 files and directories currently installed.) 23:20:08 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:20:08 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:20:08 ---> fad31e31ed01 23:20:08 Step 9/24 : RUN make cmd/support-notifications/support-notifications 23:20:08 ---> Running in e0fc74474479 23:20:09 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 23:20:09 ---> Running in 7fabaeaeb92b 23:20:09 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 23:20:09 ---> Running in dd6f3266173f 23:20:09 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 23:20:09 (Reading database ... 13912 files and directories currently installed.) 23:20:09 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 23:20:09 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 23:20:10 Setting up libc-bin (2.27-3ubuntu1.4) ... 23:20:10 (Reading database ... 13912 files and directories currently installed.) 23:20:10 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 23:20:10 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 23:20:10 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 23:20:10 (Reading database ... 13914 files and directories currently installed.) 23:20:10 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 23:20:10 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 23:20:10 Setting up debconf (1.5.66ubuntu1) ... 23:20:10 (Reading database ... 13914 files and directories currently installed.) 23:20:10 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:20:10 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:20:11 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:20:11 (Reading database ... 13914 files and directories currently installed.) 23:20:11 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:20:11 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:20:11 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 23:20:11 (Reading database ... 13914 files and directories currently installed.) 23:20:11 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 23:20:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 23:20: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 23:20:11 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:20:11 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 23:20:11 (Reading database ... 13914 files and directories currently installed.) 23:20:11 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 23:20:11 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 23:20:11 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 23:20:12 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 23:20:12 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 23:20:12 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:20:12 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 23:20:12 (Reading database ... 13914 files and directories currently installed.) 23:20:12 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 23:20:12 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 23:20:12 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 23:20:12 (Reading database ... 13914 files and directories currently installed.) 23:20:12 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 23:20:12 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 23:20:12 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 23:20:13 (Reading database ... 13914 files and directories currently installed.) 23:20:13 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 23:20:13 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 23:20:13 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 23:20:13 (Reading database ... 13914 files and directories currently installed.) 23:20:13 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 23:20:13 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 23:20:13 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 23:20:13 (Reading database ... 13914 files and directories currently installed.) 23:20:13 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 23:20:13 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 23:20:13 Setting up passwd (1:4.5-1ubuntu2) ... 23:20:14 (Reading database ... 13914 files and directories currently installed.) 23:20:14 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 23:20:14 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 23:20:14 Setting up gpgv (2.2.4-1ubuntu1.3) ... 23:20:14 (Reading database ... 13914 files and directories currently installed.) 23:20:14 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 23:20:14 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 23:20:14 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 23:20:14 (Reading database ... 13914 files and directories currently installed.) 23:20:14 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 23:20:14 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 23:20:14 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 23:20:14 (Reading database ... 13914 files and directories currently installed.) 23:20:14 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 23:20:14 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 23:20:15 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 23:20:15 (Reading database ... 13914 files and directories currently installed.) 23:20:15 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 23:20:15 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 23:20:15 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 23:20:15 (Reading database ... 13914 files and directories currently installed.) 23:20:15 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 23:20:15 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 23:20:15 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 23:20:15 (Reading database ... 13915 files and directories currently installed.) 23:20:15 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:20:15 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:20:15 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 23:20:15 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 23:20:16 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 23:20:16 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 23:20:16 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 23:20:16 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 23:20:16 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 23:20:16 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 23:20:16 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 23:20:16 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 23:20:16 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 23:20:16 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 23:20:16 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 23:20:16 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 23:20:16 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 23:20:16 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 23:20:16 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 23:20:16 Collecting docker-compose==1.23.2 23:20:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:20:17 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 23:20:17 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 23:20:17 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 23:20:17 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 23:20:17 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 23:20:17 Collecting texttable<0.10,>=0.9.0 23:20:17 Downloading texttable-0.9.1.tar.gz (11 kB) 23:20:18 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 23:20:18 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 23:20:18 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 23:20:18 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 23:20:18 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:20:18 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:20:18 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:20:19 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:20:19 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:20:19 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:20:19 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 23:20:19 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 23:20:19 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:20:19 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:20:19 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:20:19 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:20:19 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:20:19 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:20:19 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:20:19 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:20:21 Collecting cached-property<2,>=1.2.0 23:20:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:20:21 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:20:21 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:20:22 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:20:22 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:20:22 Collecting websocket-client<1.0,>=0.32.0 23:20:22 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 23:20:22 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:20:22 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:20:23 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:20:23 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:20:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 23:20:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 23:20:23 ---> 416ce9325355 23:20:23 Step 3/22 : WORKDIR /edgex-go 23:20:23 ---> Using cache 23:20:23 ---> b63be3a0b166 23:20:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:20:23 ---> Using cache 23:20:23 ---> 26fc4d54cbb6 23:20:23 Step 5/22 : RUN apk update && apk add make git 23:20:23 ---> Using cache 23:20:23 ---> 40f610f8846e 23:20:23 Step 6/22 : COPY go.mod . 23:20:23 ---> Using cache 23:20:23 ---> a3fcb6a37c2f 23:20:23 Step 7/22 : RUN go mod download 23:20:23 ---> Using cache 23:20:23 ---> c7996c6c3dfb 23:20:23 Step 8/22 : COPY . . 23:20:23 ---> Using cache 23:20:23 ---> 842d205edf9b 23:20:23 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 23:20:24 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 23:20:24 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 23:20:24 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:20:24 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:20:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:20:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:20:24 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 23:20:24 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:20:24 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 23:20:24 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 23:20:24 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 23:20:24 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 23:20:24 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:20:24 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:20:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 23:20:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:20:25 ---> 416ce9325355 23:20:25 Step 3/23 : WORKDIR /edgex-go 23:20:25 ---> Using cache 23:20:25 ---> b63be3a0b166 23:20:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:20:25 ---> Using cache 23:20:25 ---> 26fc4d54cbb6 23:20:25 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 23:20:25 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 23:20:25 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 23:20:25 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 23:20:25 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 23:20:25 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:20:25 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 23:20:25 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:20:25 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:20:25 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:20:25 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 23:20:25 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 23:20:25 Setting up tzdata (2020d-0ubuntu0.18.04) ... 23:20:25 23:20:25 Current default time zone: 'Etc/UTC' 23:20:25 Local time is now: Sun Dec 20 23:20:25 UTC 2020. 23:20:25 Universal Time is now: Sun Dec 20 23:20:25 UTC 2020. 23:20:25 Run 'dpkg-reconfigure tzdata' if you wish to change it. 23:20:25 23:20:25 Setting up systemd-sysv (237-3ubuntu10.43) ... 23:20:25 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:20:25 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 23:20:25 Setting up mount (2.31.1-0.4ubuntu3.7) ... 23:20:25 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 23:20:25 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 23:20:26 Collecting dockerpty<0.5,>=0.4.1 23:20:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:20:26 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 23:20:26 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 23:20:26 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 23:20:26 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 23:20:26 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 23:20:26 Setting up procps (2:3.3.12-3ubuntu1.2) ... 23:20:26 ---> Running in 0113140e9589 23:20:26 ---> Running in c2903dda9ce9 23:20:26 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 23:20:26 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 23:20:26 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 23:20:26 Setting up patch (2.7.6-2ubuntu1.1) ... 23:20:26 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 23:20:26 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 23:20:26 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 23:20:26 Installing new version of config file /etc/ssl/openssl.cnf ... 23:20:26 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 23:20:26 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 23:20:26 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 23:20:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:20:28 Updating certificates in /etc/ssl/certs... 23:20:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 23:20:29 22 added, 17 removed; done. 23:20:29 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 23:20:29 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 23:20:29 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 23:20:29 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 23:20:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:20:29 Setting up pkgbinarymangler (138.18.04.1) ... 23:20:29 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 23:20:29 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 23:20:29 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 23:20:29 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 23:20:29 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:20:29 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 23:20:29 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 23:20:29 Setting up perl (5.26.1-6ubuntu0.5) ... 23:20:29 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 23:20:29 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 23:20:29 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 23:20:29 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 23:20:29 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 23:20:29 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 23:20:29 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 23:20:29 Collecting PyYAML<4,>=3.10 23:20:29 Downloading PyYAML-3.13.tar.gz (270 kB) 23:20:30 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 23:20:30 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 23:20:30 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:20:30 Processing triggers for systemd (237-3ubuntu10.43) ... 23:20:30 Processing triggers for mime-support (3.60ubuntu1) ... 23:20:30 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 23:20:30 Updating certificates in /etc/ssl/certs... 23:20:30 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 23:20:30 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 23:20:30 OK: 12620 distinct packages available 23:20:30 0 added, 0 removed; done. 23:20:30 Running hooks in /etc/ca-certificates/update.d... 23:20:30 done. 23:20:31 OK: 217 MiB in 51 packages 23:20:31 Reading package lists... 23:20:31 Building dependency tree... 23:20:31 Reading state information... 23:20:32 The following NEW packages will be installed: 23:20:32 apt-transport-https 23:20:32 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 23:20:32 Need to get 1696 B of archives. 23:20:32 After this operation, 153 kB of additional disk space will be used. 23:20:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 23:20:32 debconf: delaying package configuration, since apt-utils is not installed 23:20:32 Fetched 1696 B in 0s (37.0 kB/s) 23:20:32 Selecting previously unselected package apt-transport-https. 23:20:32 (Reading database ... 13929 files and directories currently installed.) 23:20:32 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 23:20:32 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 23:20:32 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 23:20:32 Waiting for network to be ready... 23:20:33 Removing intermediate container 0113140e9589 23:20:33 ---> 60d65d864abb 23:20:33 Step 6/23 : COPY go.mod . 23:20:34 Collecting docopt<0.7,>=0.6.1 23:20:34 Downloading docopt-0.6.2.tar.gz (25 kB) 23:20:34 ---> 4a77738982a9 23:20:34 Step 7/23 : RUN go mod download 23:20:34 ---> Running in 2b996a810281 23:20:38 Collecting jsonschema<3,>=2.5.1 23:20:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:20:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:20:39 Collecting docker<4.0,>=3.6.0 23:20:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:20:39 Removing intermediate container 2b996a810281 23:20:39 ---> 4d1b2e006f66 23:20:39 Step 8/23 : COPY . . 23:20:39 2020-12-20T23:20:36Z INFO Waiting for automatic snapd restart... 23:20:39 snapd 2.48.1 from Canonical* installed 23:20:40 "snapd" switched to the "latest/stable" channel 23:20:40 23:20:40 Collecting idna<2.8,>=2.5 23:20:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:20:41 Collecting urllib3<1.25,>=1.21.1 23:20:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:20:41 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) 23:20:41 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) 23:20:42 Collecting docker-pycreds>=0.4.0 23:20:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:20:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:20:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:20:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:20:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:20:43 Installing collected packages: texttable, cached-property, websocket-client, idna, urllib3, requests, dockerpty, PyYAML, docopt, jsonschema, docker-pycreds, docker, docker-compose 23:20:43 Running setup.py install for texttable: started 23:20:44 core18 20201210 from Canonical* installed 23:20:44 "core18" switched to the "latest/stable" channel 23:20:44 23:20:46 Running setup.py install for texttable: finished with status 'done' 23:20:47 Attempting uninstall: idna 23:20:47 Found existing installation: idna 2.9 23:20:47 Uninstalling idna-2.9: 23:20:47 Successfully uninstalled idna-2.9 23:20:48 Attempting uninstall: urllib3 23:20:48 Found existing installation: urllib3 1.25.9 23:20:48 Uninstalling urllib3-1.25.9: 23:20:48 Successfully uninstalled urllib3-1.25.9 23:20:48 Attempting uninstall: requests 23:20:48 Found existing installation: requests 2.23.0 23:20:48 Uninstalling requests-2.23.0: 23:20:48 Successfully uninstalled requests-2.23.0 23:20:49 Running setup.py install for dockerpty: started 23:20:51 snapcraft 4.4.4 from Canonical* installed 23:20:51 "snapcraft" switched to the "latest/stable" channel 23:20:51 23:20:53 Running setup.py install for dockerpty: finished with status 'done' 23:20:53 Running setup.py install for PyYAML: started 23:20:54 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: 23:20:54 - README.md 23:20:54 23:20:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 23:20:56 Running setup.py install for PyYAML: finished with status 'done' 23:20:56 Running setup.py install for docopt: started 23:20:57 ---> e5970acbfd64 23:20:57 Step 9/23 : RUN make cmd/core-data/core-data 23:20:57 ---> Running in c789f7e3503f 23:20:58 Running setup.py install for docopt: finished with status 'done' 23:20:59 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 23:21:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:21:01 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 23:21:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 23:21:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:21:02 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 23:21:03 Reading package lists... 23:21:03 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 23:21:07 Removing intermediate container e0fc74474479 23:21:07 ---> c8a827d96712 23:21:07 Step 22/27 : RUN apk --no-cache add curl 23:21:07 ---> Running in c68c4cba8c59 23:21:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:21:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:21:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:21:09 Reading package lists... 23:21:09 Building dependency tree... 23:21:09 Reading state information... 23:21:09 Suggested packages: 23:21:09 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 23:21:09 git-gui gitk gitweb git-cvs git-mediawiki git-svn 23:21:09 Recommended packages: 23:21:09 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 23:21:09 The following NEW packages will be installed: 23:21:09 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 23:21:09 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 23:21:09 pkg-config zip 23:21:10 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 23:21:10 Need to get 7655 kB of archives. 23:21:10 After this operation, 43.7 MB of additional disk space will be used. 23:21:10 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 23:21:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 23:21:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:21:10 (2/3) Installing libcurl (7.69.1-r3) 23:21:10 (3/3) Installing curl (7.69.1-r3) 23:21:10 Executing busybox-1.31.1-r19.trigger 23:21:10 OK: 71 MiB in 58 packages 23:21:10 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 23:21:10 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 23:21:10 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 23:21:10 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 23:21:10 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 23:21:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 23:21:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 23:21:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 23:21:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 23:21:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 23:21:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 23:21:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 23:21:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 23:21:11 debconf: delaying package configuration, since apt-utils is not installed 23:21:11 Fetched 7655 kB in 1s (6854 kB/s) 23:21:11 Selecting previously unselected package libglib2.0-0:amd64. 23:21:11 (Reading database ... 13933 files and directories currently installed.) 23:21:11 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 23:21:11 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:21:11 Selecting previously unselected package libpsl5:amd64. 23:21:11 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 23:21:11 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 23:21:11 Selecting previously unselected package libnghttp2-14:amd64. 23:21:11 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 23:21:11 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:21:11 Selecting previously unselected package librtmp1:amd64. 23:21:11 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 23:21:11 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:21:11 Selecting previously unselected package libcurl3-gnutls:amd64. 23:21:11 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 23:21:11 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:21:11 Selecting previously unselected package liberror-perl. 23:21:11 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 23:21:11 Unpacking liberror-perl (0.17025-1) ... 23:21:11 Selecting previously unselected package git-man. 23:21:11 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 23:21:11 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 23:21:12 Removing intermediate container c68c4cba8c59 23:21:12 ---> 0be88d91b640 23:21:12 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 23:21:12 Selecting previously unselected package git. 23:21:12 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 23:21:12 Unpacking git (1:2.17.1-1ubuntu0.7) ... 23:21:12 ---> Running in ba9ee91a4dd7 23:21:13 Removing intermediate container ba9ee91a4dd7 23:21:13 ---> 59680552b0cd 23:21:13 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:21:13 Selecting previously unselected package libnorm1:amd64. 23:21:13 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 23:21:13 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:21:13 Selecting previously unselected package libpgm-5.2-0:amd64. 23:21:13 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 23:21:13 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:21:13 ---> Running in 02754386c7e7 23:21:13 Selecting previously unselected package libsodium23:amd64. 23:21:13 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 23:21:13 Unpacking libsodium23:amd64 (1.0.16-2) ... 23:21:13 Selecting previously unselected package libzmq5:amd64. 23:21:13 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 23:21:13 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:21:13 Selecting previously unselected package libzmq3-dev:amd64. 23:21:13 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 23:21:13 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:21:13 Selecting previously unselected package pkg-config. 23:21:13 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 23:21:13 Unpacking pkg-config (0.29.1-0ubuntu2) ... 23:21:13 Selecting previously unselected package zip. 23:21:13 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 23:21:13 Unpacking zip (3.0-11build1) ... 23:21:13 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 23:21:13 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 23:21:13 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 23:21:13 Setting up liberror-perl (0.17025-1) ... 23:21:13 Setting up libpsl5:amd64 (0.19.1-5build1) ... 23:21:13 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 23:21:13 No schema files found: doing nothing. 23:21:13 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 23:21:13 Setting up zip (3.0-11build1) ... 23:21:13 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 23:21:13 Setting up libsodium23:amd64 (1.0.16-2) ... 23:21:13 Removing intermediate container 02754386c7e7 23:21:13 ---> e735fc4ebf10 23:21:13 Step 25/27 : LABEL arch=arm64 23:21:14 Setting up pkg-config (0.29.1-0ubuntu2) ... 23:21:14 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 23:21:14 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 23:21:14 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 23:21:14 Setting up git (1:2.17.1-1ubuntu0.7) ... 23:21:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 23:21:14 ---> Running in 2cd8b094c5b3 23:21:14 Removing intermediate container 2cd8b094c5b3 23:21:14 ---> 3bac36bce91c 23:21:14 Step 26/27 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:21:15 ---> Running in 9183fc182e5c 23:21:16 Removing intermediate container 9183fc182e5c 23:21:16 ---> b5eb70faa043 23:21:16 Step 27/27 : LABEL version=0.0.0 23:21:16 ---> Running in b34180a38c52 23:21:16 Removing intermediate container b34180a38c52 23:21:16 ---> 445175a01d4a 23:21:16 23:21:17 Successfully built 445175a01d4a 23:21:17 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:21:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:21:21 git set to automatically installed. 23:21:21 git-man set to automatically installed. 23:21:21 libcurl3-gnutls set to automatically installed. 23:21:21 liberror-perl set to automatically installed. 23:21:21 libglib2.0-0 set to automatically installed. 23:21:21 libnghttp2-14 set to automatically installed. 23:21:21 libnorm1 set to automatically installed. 23:21:21 libpgm-5.2-0 set to automatically installed. 23:21:21 libpsl5 set to automatically installed. 23:21:21 librtmp1 set to automatically installed. 23:21:21 libsodium23 set to automatically installed. 23:21:21 libzmq3-dev set to automatically installed. 23:21:21 libzmq5 set to automatically installed. 23:21:21 pkg-config set to automatically installed. 23:21:21 zip set to automatically installed. 23:21:23 snapd is not logged in, snap install commands will use sudo 23:21:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 23:21:30 snap "core18" has no updates available 23:21:31 Pulling config-common 23:21:32 Pulling go-build-helper 23:21:44  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7fabaeaeb92b 23:21:44 ---> 3f131866cb0f 23:21:44 23:21:44 Step 10/21 : FROM scratch 23:21:44 ---> 23:21:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:21:44 ---> Using cache 23:21:44 ---> f90faac1158a 23:21:44 Step 12/21 : ENV APP_PORT=48085 23:21:44 ---> Running in 8c4c6a80d739 23:21:44 Removing intermediate container dd6f3266173f 23:21:44 ---> 8ec55891600b 23:21:44 23:21:44 Step 10/24 : FROM scratch 23:21:44 ---> 23:21:44 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 23:21:44 ---> Running in 2f001c9aca52 23:21:44 Removing intermediate container 8c4c6a80d739 23:21:44 ---> 806216ab7eeb 23:21:44 Step 13/21 : EXPOSE $APP_PORT 23:21:44 ---> Running in 8226a55819f6 23:21:45 Removing intermediate container 2f001c9aca52 23:21:45 ---> 6c487dfa96c7 23:21:45 Step 12/24 : ENV APP_PORT=48060 23:21:45 ---> Running in 31629a563320 23:21:45 Removing intermediate container 8226a55819f6 23:21:45 ---> c120756e71f5 23:21:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 23:21:46 Removing intermediate container 31629a563320 23:21:46 ---> b126e4e4b92d 23:21:46 Step 13/24 : EXPOSE $APP_PORT 23:21:46 ---> Running in d3ebb50b59bc 23:21:46 ---> b3998f39494e 23:21:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:21:47 Removing intermediate container d3ebb50b59bc 23:21:47 ---> f6a7650caaf0 23:21:47 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 23:21:49 ---> fe87e0df6498 23:21:49 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 23:21:49 ---> 140b86f3cff8 23:21:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:21:52 ---> a58f0707008f 23:21:52 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 23:21:52 ---> Running in ecea451a07fa 23:21:52 ---> 6150764ef63b 23:21:52 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 23:21:52 Removing intermediate container c2903dda9ce9 23:21:52 ---> 6e712e44dc9a 23:21:52 23:21:52 Step 10/22 : FROM alpine:3.10 23:21:52 ---> 536a684cf733 23:21:52 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 23:21:52 ---> Using cache 23:21:52 ---> ac11f47d5ffb 23:21:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 23:21:52 ---> Running in 37dfd93e65ad 23:21:52 Removing intermediate container ecea451a07fa 23:21:52 ---> 377b6aee58d7 23:21:52 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:21:52 ---> Running in 1fbfddc5d2b7 23:21:53 Removing intermediate container 37dfd93e65ad 23:21:53 ---> 23b00ee30816 23:21:53 Step 13/22 : WORKDIR / 23:21:53 ---> Running in 2ab7214ac1ac 23:21:53 Removing intermediate container 1fbfddc5d2b7 23:21:53 ---> 778b51840e7f 23:21:53 Step 19/21 : LABEL arch=arm64 23:21:54 ---> 3fbf8faa2388 23:21:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 23:21:54 ---> Running in cee25910b5a5 23:21:54 Removing intermediate container 2ab7214ac1ac 23:21:54 ---> 407ede6e0e8a 23:21:54 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 23:21:55 Removing intermediate container cee25910b5a5 23:21:55 ---> d07ffa58a3db 23:21:55 Step 20/21 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:21:55 ---> Running in 73a2fceb6926 23:21:55 ---> 18857f88886f 23:21:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:21:55 ---> 7677eff23a7a 23:21:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 23:21:56 Removing intermediate container 73a2fceb6926 23:21:56 ---> c1aac3ddeb26 23:21:56 Step 21/21 : LABEL version=0.0.0 23:21:56 ---> Running in 0424b6aecb14 23:21:57 Removing intermediate container 0424b6aecb14 23:21:57 ---> 4138ebf4b2e9 23:21:57 23:21:58 Successfully built 4138ebf4b2e9 23:21:58 Successfully tagged docker-support-scheduler-go-arm64:latest 23:21:58 ---> fe18676655fd 23:21:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:21:58 ---> 16282e10cddc 23:21:58  Building docker-support-scheduler-go ... done Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 23:21:58 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 23:21:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 23:21:58 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 23:21:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 23:21:58 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 23:21:58 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 23:21:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 23:21:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 23:21:58 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 23:21:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 23:21:58 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 23:21:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 23:21:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 23:21:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 23:21:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 23:21:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 23:21:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 23:21:58 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 23:21:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 23:21:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 23:21:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 23:21:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 23:21:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 23:21:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 23:21:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 23:21:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 23:21:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 23:21:58 Fetched 23.5 MB in 0s (0 B/s) 23:21:58 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 23:21:58 Fetched 96.5 kB in 0s (0 B/s) 23:21:58 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 23:21:58 Fetched 279 kB in 0s (0 B/s) 23:21:58 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 23:21:58 Fetched 122 kB in 0s (0 B/s) 23:21:58 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 23:21:58 Fetched 77.8 kB in 0s (0 B/s) 23:21:58 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 23:21:58 Fetched 8848 B in 0s (0 B/s) 23:21:58 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 23:21:58 Fetched 47.8 kB in 0s (0 B/s) 23:21:58 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 23:21:58 Fetched 45.6 kB in 0s (0 B/s) 23:21:58 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 23:21:58 Fetched 14.8 kB in 0s (0 B/s) 23:21:58 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 23:21:58 Fetched 214 kB in 0s (0 B/s) 23:21:58 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 23:21:58 Fetched 155 kB in 0s (0 B/s) 23:21:58 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 23:21:58 Fetched 50.6 kB in 0s (0 B/s) 23:21:58 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 23:21:58 Fetched 14.8 kB in 0s (0 B/s) 23:21:58 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 23:21:58 Fetched 41.8 kB in 0s (0 B/s) 23:21:58 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 23:21:58 Fetched 499 kB in 0s (0 B/s) 23:21:58 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 23:21:58 Fetched 111 kB in 0s (0 B/s) 23:21:58 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 23:21:58 Fetched 240 kB in 0s (0 B/s) 23:21:58 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 23:21:58 Fetched 29.3 kB in 0s (0 B/s) 23:21:58 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 23:21:58 Fetched 85.5 kB in 0s (0 B/s) 23:21:58 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 23:21:58 Fetched 24.5 kB in 0s (0 B/s) 23:21:58 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 23:21:58 Fetched 49.2 kB in 0s (0 B/s) 23:21:58 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 23:21:58 Fetched 54.2 kB in 0s (0 B/s) 23:21:58 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 23:21:58 Fetched 30.8 kB in 0s (0 B/s) 23:21:58 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 23:21:58 Fetched 17.0 kB in 0s (0 B/s) 23:21:58 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 23:21:58 Fetched 85.9 kB in 0s (0 B/s) 23:21:58 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 23:21:58 Fetched 8720 B in 0s (0 B/s) 23:21:58 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 23:21:58 Fetched 137 kB in 0s (0 B/s) 23:21:58 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 23:21:58 Fetched 119 kB in 0s (0 B/s) 23:21:58 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 23:21:58 Fetched 109 kB in 0s (0 B/s) 23:21:58 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 23:21:58 Fetched 11.1 kB in 0s (0 B/s) 23:21:58 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 23:21:58 Fetched 645 kB in 0s (0 B/s) 23:21:58 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 23:21:58 Fetched 41.3 kB in 0s (0 B/s) 23:21:58 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 23:21:58 Fetched 17.9 kB in 0s (0 B/s) 23:21:58 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 23:21:58 Fetched 368 kB in 0s (0 B/s) 23:21:58 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 23:21:58 Fetched 187 kB in 0s (0 B/s) 23:21:58 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 23:21:58 Fetched 175 kB in 0s (0 B/s) 23:21:58 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 23:21:59 Fetched 206 kB in 0s (0 B/s) 23:21:59 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 23:21:59 Fetched 1301 kB in 0s (0 B/s) 23:21:59 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 23:21:59 Fetched 36.2 kB in 0s (0 B/s) 23:21:59 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 23:21:59 Fetched 159 kB in 0s (0 B/s) 23:21:59 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 23:21:59 Fetched 107 kB in 0s (0 B/s) 23:21:59 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 23:21:59 Fetched 48.7 kB in 0s (0 B/s) 23:21:59 Pulling static-packages 23:21:59 ---> 705a8e98ee73 23:21:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 23:21:59 ---> 08c42d9823c5 23:21:59 Step 20/24 : ENTRYPOINT ["/support-notifications"] 23:22:00 ---> Running in 154c7bfb5020 23:22:00 'go115' has dependencies that need to be staged: go-build-helper static-packages 23:22:00 Skipping pull go-build-helper (already ran) 23:22:00 Skipping pull static-packages (already ran) 23:22:00 Building go-build-helper 23:22:01 Removing intermediate container 154c7bfb5020 23:22:01 ---> 5491f6c4b52d 23:22:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:22:01 ---> d76fedc38be7 23:22:01 Step 18/22 : RUN chmod +x entrypoint.sh 23:22:01 ---> Running in 72412f466447 23:22:01 ---> Running in c0846a3ba090 23:22:02 Removing intermediate container 72412f466447 23:22:02 ---> 9c3c57a5a72e 23:22:02 Step 22/24 : LABEL arch=arm64 23:22:02 ---> Running in 8aabd193b653 23:22:02 Removing intermediate container 8aabd193b653 23:22:02 ---> bce16d477d70 23:22:02 Step 23/24 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:22:03 ---> Running in 3dac6d43dc43 23:22:03 Removing intermediate container 3dac6d43dc43 23:22:03 ---> 33d2cde5a764 23:22:03 Step 24/24 : LABEL version=0.0.0 23:22:04 ---> Running in d74c5b904419 23:22:04 Removing intermediate container d74c5b904419 23:22:04 ---> 7722de4f5ba7 23:22:04 23:22:05 Building static-packages 23:22:05 Successfully built 7722de4f5ba7 23:22:05 Successfully tagged docker-support-notifications-go-arm64:latest 23:22:05 Removing intermediate container c0846a3ba090 23:22:05 ---> 98f77e383d1d 23:22:05 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 23:22:05  Building docker-support-notifications-go ... done  ---> Running in 7343982641c5 23:22:05 Removing intermediate container 7343982641c5 23:22:05 ---> 4a5b92471fb2 23:22:05 Step 20/22 : LABEL arch=arm64 23:22:06 ---> Running in 96d2a36942db 23:22:06 Removing intermediate container 96d2a36942db 23:22:06 ---> c99303db458d 23:22:06 Step 21/22 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:22:06 ---> Running in 54c41bfc981b 23:22:07 Removing intermediate container 54c41bfc981b 23:22:07 ---> b818bb90f2b6 23:22:07 Step 22/22 : LABEL version=0.0.0 23:22:07 ---> Running in 27d1e622301d 23:22:07 Staging go-build-helper 23:22:08 Removing intermediate container 27d1e622301d 23:22:08 ---> 968971ed7caf 23:22:08 23:22:08 Successfully built 968971ed7caf 23:22:08 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 23:22:09 Staging static-packages 23:22:10 Pulling go115 23:22:11 'edgex-go' has dependencies that need to be staged: go115 23:22:11 Skipping pull go115 (already ran) 23:22:11 Building go115 23:22:11 % Total % Received % Xferd Average Speed Time Time Time Current 23:22:11 Dload Upload Total Spent Left Speed 23:22:15 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.7M 0 0 18.5M 0 0:00:06 --:--:-- 0:00:06 18.5M 41 115M 41 48.0M 0 0 25.2M 0 0:00:04 0:00:01 0:00:03 25.2M 72 115M 72 83.9M 0 0 28.9M 0 0:00:03 0:00:02 0:00:01 28.9M 100 115M 100 115M 0 0 29.7M 0 0:00:03 0:00:03 --:--:-- 29.7M 23:22:16 go1.15.2.linux-amd64.tar.gz: OK 23:22:18  Building docker-security-bootstrap-redis-go ... done Removing intermediate container c789f7e3503f 23:22:18 ---> 2837c345f855 23:22:18 23:22:18 Step 10/23 : FROM alpine 23:22:18 ---> afeebe901d6b 23:22:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:22:18 ---> Running in 1a4df25a815f 23:22:18 Removing intermediate container 1a4df25a815f 23:22:18 ---> 4e47a6dfbd20 23:22:18 Step 12/23 : ENV APP_PORT=48080 23:22:19 ---> Running in 1375e79cb83f 23:22:19 Removing intermediate container 1375e79cb83f 23:22:19 ---> 4cedc109bfd0 23:22:19 Step 13/23 : EXPOSE $APP_PORT 23:22:19 ---> Running in 4720b74d38fa 23:22:20 Removing intermediate container 4720b74d38fa 23:22:20 ---> 24c18f18531a 23:22:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:22:20 ---> Running in 6c1e8cfca342 23:22:21 Staging go115 23:22:22 Removing intermediate container 6c1e8cfca342 23:22:22 ---> 837bd92d6bf2 23:22:22 Step 15/23 : RUN apk --no-cache add zeromq 23:22:22 ---> Running in 814514009daa 23:22:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:22:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:22:25 (1/5) Installing libgcc (9.3.0-r2) 23:22:25 (2/5) Installing libsodium (1.0.18-r0) 23:22:25 (3/5) Installing libstdc++ (9.3.0-r2) 23:22:25 (4/5) Installing libzmq (4.3.3-r0) 23:22:25 (5/5) Installing zeromq (4.3.3-r0) 23:22:25 Executing busybox-1.31.1-r19.trigger 23:22:25 OK: 8 MiB in 19 packages 23:22:26 Removing intermediate container 814514009daa 23:22:26 ---> f152d67de083 23:22:26 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 23:22:27 ---> 19968f6e4349 23:22:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:22:27 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 23:22:27 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 23:22:27 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 23:22:27 Fetched 0 B in 0s (0 B/s) 23:22:27 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 23:22:27 Fetched 224 kB in 0s (0 B/s) 23:22:27 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 23:22:27 Fetched 157 kB in 0s (0 B/s) 23:22:27 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 23:22:27 Fetched 221 kB in 0s (0 B/s) 23:22:27 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 23:22:27 Fetched 143 kB in 0s (0 B/s) 23:22:27 Pulling edgex-go 23:22:28 ---> 4998e45617b2 23:22:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:22:29 ---> 5df5793d8075 23:22:29 Step 19/23 : ENTRYPOINT ["/core-data"] 23:22:29 ---> Running in f32a15a0ef8d 23:22:29 Pulling version 23:22:30 Removing intermediate container f32a15a0ef8d 23:22:30 ---> 5b7a66c57476 23:22:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:22:30 ---> Running in c7b3c3b2b18d 23:22:30 Building config-common 23:22:31 Removing intermediate container c7b3c3b2b18d 23:22:31 ---> 0ad93b9b3d66 23:22:31 Step 21/23 : LABEL arch=arm64 23:22:31 ---> Running in 4004615380d1 23:22:31 Removing intermediate container 4004615380d1 23:22:31 ---> 74694c9b2893 23:22:31 Step 22/23 : LABEL git_sha=6b29634e9f7c352df05c5c8ed406ba629501e1e9 23:22:31 ---> Running in 5fb705ee1af8 23:22:32 Removing intermediate container 5fb705ee1af8 23:22:32 ---> ccdc45069b39 23:22:32 Step 23/23 : LABEL version=0.0.0 23:22:32 ---> Running in fe61c81de35e 23:22:32 Removing intermediate container fe61c81de35e 23:22:32 ---> c48b971a5ce1 23:22:32 23:22:33 Successfully built c48b971a5ce1 23:22:33 Successfully tagged docker-core-data-go-arm64:latest 23:22:33 Skipping build go-build-helper (already ran) 23:22:33 Skipping build static-packages (already ran) 23:22:33 Skipping build go115 (already ran) 23:22:33 Building edgex-go 23:22:33  Building docker-core-data-go ... done  [Pipeline] } 23:22:33 $ docker stop --time=1 81aff947c449260c764be1e526fccc121c337f61e2cb758a12cc86cb243dde65 23:22:33 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 23:22:35 $ docker rm -f 81aff947c449260c764be1e526fccc121c337f61e2cb758a12cc86cb243dde65 23:22:35 go: downloading github.com/gorilla/mux v1.8.0 23:22:35 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 23:22:35 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 23:22:35 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.64 23:22:35 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.131 23:22:35 go: downloading github.com/google/uuid v1.1.2 23:22:35 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 23:22:35 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 23:22:35 go: downloading github.com/pelletier/go-toml v1.2.0 23:22:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 23:22:35 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 23:22:35 go: downloading github.com/pkg/errors v0.8.1 23:22:35 go: downloading github.com/OneOfOne/xxhash v1.2.8 23:22:35 go: downloading github.com/go-kit/kit v0.8.0 23:22:35 go: downloading github.com/go-redis/redis/v7 v7.2.0 23:22:35 go: downloading github.com/go-playground/validator/v10 v10.3.0 23:22:35 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 23:22:35 go: downloading github.com/pebbe/zmq4 v1.0.0 23:22:35 go: downloading gopkg.in/yaml.v2 v2.4.0 23:22:35 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 23:22:35 go: downloading github.com/x448/float16 v0.8.4 23:22:35 go: downloading github.com/BurntSushi/toml v0.3.1 23:22:35 go: downloading github.com/imdario/mergo v0.3.11 23:22:35 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 23:22:35 go: downloading github.com/hashicorp/consul/api v1.1.0 23:22:35 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 23:22:35 go: downloading github.com/go-playground/universal-translator v0.17.0 23:22:35 go: downloading github.com/leodido/go-urn v1.2.0 23:22:35 go: downloading github.com/mitchellh/copystructure v1.0.0 23:22:35 go: downloading github.com/mitchellh/mapstructure v1.1.2 23:22:35 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 23:22:35 go: downloading github.com/go-playground/locales v0.13.0 23:22:35 go: downloading github.com/hashicorp/serf v0.8.2 23:22:35 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 23:22:35 go: downloading github.com/go-logfmt/logfmt v0.4.0 [Pipeline] // withDockerContainer 23:22:35 go: downloading github.com/mitchellh/reflectwalk v1.0.0 23:22:35 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 23:22:35 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [Pipeline] sh 23:22:35 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 23:22:35 go: downloading github.com/hashicorp/golang-lru v0.5.0 23:22:35 + grep docker 23:22:35 + docker images 23:22:36 docker-core-data-go-arm64 latest c48b971a5ce1 3 seconds ago 21MB 23:22:36 docker-security-bootstrap-redis-go-arm64 latest 968971ed7caf 28 seconds ago 15.2MB 23:22:36 docker-support-notifications-go-arm64 latest 7722de4f5ba7 31 seconds ago 11.4MB 23:22:36 docker-support-scheduler-go-arm64 latest 4138ebf4b2e9 38 seconds ago 10.1MB 23:22:36 docker-sys-mgmt-agent-go-arm64 latest 445175a01d4a About a minute ago 300MB 23:22:36 docker-core-metadata-go-arm64 latest 5780240dcad9 2 minutes ago 12.3MB 23:22:36 docker-security-proxy-setup-go-arm64 latest 68bc5d0db4f3 2 minutes ago 23.4MB 23:22:36 docker-security-secretstore-setup-go-arm64 latest 9f4e0043a60b 2 minutes ago 23.5MB 23:22:36 docker-core-command-go-arm64 latest c376826ec7b7 3 minutes ago 9.98MB 23:22:36 docker latest f66387bf908a 2 days 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] } 23:22:44 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 23:22:49 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 23:22:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:22:52 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 23:22:52 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 23:22:52 go: downloading github.com/stretchr/testify v1.6.1 23:22:52 go: downloading github.com/pmezard/go-difflib v1.0.0 23:22:52 go: downloading github.com/davecgh/go-spew v1.1.1 23:22:52 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 23:22:54 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 23:22:54 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 23:22:54 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 23:22:55 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 23:22:55 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 23:22:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:22:57 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 23:22:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 23:22:59 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 23:23:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 23:23:03 Building version 23:23:06 Staging config-common 23:23:07 Skipping stage go-build-helper (already ran) 23:23:07 Skipping stage static-packages (already ran) 23:23:07 Skipping stage go115 (already ran) 23:23:07 Staging edgex-go 23:23:08 Staging version 23:23:10 Priming config-common 23:23:11 Priming go-build-helper 23:23:12 Priming static-packages 23:23:15 Priming go115 23:23:16 Priming edgex-go 23:23:17 Priming version 23:23:18 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:23:22 provisioning config files... 23:23:22 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config3720879008629282932tmp [Pipeline] { [Pipeline] sh 23:23:23 + set +x 23:23:23 + curl -s https://codecov.io/bash 23:23:23 + bash -s -- 23:23:23 23:23:23 _____ _ 23:23:23 / ____| | | 23:23:23 | | ___ __| | ___ ___ _____ __ 23:23:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:23:23 | |___| (_) | (_| | __/ (_| (_) \ V / 23:23:23 \_____\___/ \__,_|\___|\___\___/ \_/ 23:23:23 Bash-20201217-3d3df35 23:23:23 23:23:23 23:23:23 git version 2.24.3 found 23:23:23 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 23:23:23 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:23:23 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found 23:23:23 ==> Jenkins CI detected. 23:23:23 project root: . 23:23:23 --> token set from env 23:23:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:23:23 ==> Running gcov in . (disable via -X gcov) 23:23:23 ==> Python coveragepy not found 23:23:23 ==> Searching for coverage reports in: 23:23:23 + . 23:23:23 -> Found 1 reports 23:23:23 ==> Detecting git/mercurial file structure 23:23:23 ==> Reading reports 23:23:23 + ./coverage.out bytes=537098 23:23:23 ==> Appending adjustments 23:23:23 https://docs.codecov.io/docs/fixing-reports 23:23:27 + Found adjustments 23:23:27 ==> Gzipping contents 23:23:27 80K /tmp/codecov.Lo8UEK.gz 23:23:27 ==> Uploading reports 23:23:27 url: https://codecov.io 23:23:27 query: branch=PR-2942&commit=6b29634e9f7c352df05c5c8ed406ba629501e1e9&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2942%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2942&job=&cmd_args= 23:23:27 -> Pinging Codecov 23:23:27 https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-2942&commit=6b29634e9f7c352df05c5c8ed406ba629501e1e9&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2942%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2942&job=&cmd_args= 23:23:27 -> Uploading to 23:23:27 https://storage.googleapis.com/codecov/v4/raw/2020-12-20/00271124DB129430A58F1EEE437C3FCB/6b29634e9f7c352df05c5c8ed406ba629501e1e9/50defc47-cc95-4566-aaf7-29e9c3653bc7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201220%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201220T232327Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=21a53513d86cf5eddc24882c4364f23f0c071113ae47256ef085423a9d1990c6 23:23:27 % Total % Received % Xferd Average Speed Time Time Time Current 23:23:27 Dload Upload Total Spent Left Speed 23:23:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81788 0 0 100 81788 0 158k --:--:-- --:--:-- --:--:-- 158k 23:23:27 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6b29634e9f7c352df05c5c8ed406ba629501e1e9 [Pipeline] } 23:23:27 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 23:23:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:23:31 ---> package-listing.sh 23:23:31 ++ tr '[:upper:]' '[:lower:]' 23:23:31 ++ facter osfamily 23:23:31 + OS_FAMILY=redhat 23:23:31 + workspace=/w/workspace/edgex-go/19 23:23:31 + START_PACKAGES=/tmp/packages_start.txt 23:23:31 + END_PACKAGES=/tmp/packages_end.txt 23:23:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:23:31 + PACKAGES=/tmp/packages_start.txt 23:23:31 + '[' /w/workspace/edgex-go/19 ']' 23:23:31 + PACKAGES=/tmp/packages_end.txt 23:23:31 + case "${OS_FAMILY}" in 23:23:31 + rpm -qa 23:23:31 + sort 23:23:36 + '[' -f /tmp/packages_start.txt ']' 23:23:36 + '[' -f /tmp/packages_end.txt ']' 23:23:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:23:36 + '[' /w/workspace/edgex-go/19 ']' 23:23:36 + mkdir -p /w/workspace/edgex-go/19/archives/ 23:23:36 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo 23:23:36 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:23:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:23:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:23:36 23:23:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:23:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:23:37 alpine: Pulling from edgex-lftools-log-publisher 23:23:37 df20fa9351a1: Pulling fs layer 23:23:37 36b3adc4ff6f: Pulling fs layer 23:23:37 8ad3a11d3b57: Pulling fs layer 23:23:37 46f8f816bc3b: Pulling fs layer 23:23:37 93b61091891f: Pulling fs layer 23:23:37 93b9cdb0e59b: Pulling fs layer 23:23:37 5e14af77c1be: Pulling fs layer 23:23:37 01666e4c0597: Pulling fs layer 23:23:37 aa168da1d23b: Pulling fs layer 23:23:37 46f8f816bc3b: Waiting 23:23:37 93b61091891f: Waiting 23:23:37 93b9cdb0e59b: Waiting 23:23:37 5e14af77c1be: Waiting 23:23:37 01666e4c0597: Waiting 23:23:37 aa168da1d23b: Waiting 23:23:37 36b3adc4ff6f: Download complete 23:23:37 46f8f816bc3b: Verifying Checksum 23:23:37 46f8f816bc3b: Download complete 23:23:37 df20fa9351a1: Verifying Checksum 23:23:37 93b9cdb0e59b: Verifying Checksum 23:23:37 93b9cdb0e59b: Download complete 23:23:37 5e14af77c1be: Verifying Checksum 23:23:37 93b61091891f: Verifying Checksum 23:23:37 93b61091891f: Download complete 23:23:37 5e14af77c1be: Download complete 23:23:37 01666e4c0597: Verifying Checksum 23:23:37 01666e4c0597: Download complete 23:23:37 df20fa9351a1: Pull complete 23:23:38 36b3adc4ff6f: Pull complete 23:23:38 8ad3a11d3b57: Verifying Checksum 23:23:38 8ad3a11d3b57: Download complete 23:23:39 8ad3a11d3b57: Pull complete 23:23:39 aa168da1d23b: Verifying Checksum 23:23:39 aa168da1d23b: Download complete 23:23:41 46f8f816bc3b: Pull complete 23:23:41 93b61091891f: Pull complete 23:23:42 93b9cdb0e59b: Pull complete 23:23:42 5e14af77c1be: Pull complete 23:23:42 01666e4c0597: Pull complete 23:23:52 aa168da1d23b: Pull complete 23:23:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:23:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:23:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:23:52 prd-centos7-docker-4c-2g-16948 does not seem to be running inside a container 23:23:52 $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:24:00 $ docker top cde32c91e4379861b83215d51a0e1d24c061f1a1a9704eb6b1b07abc29a6e1d2 -eo pid,comm [Pipeline] { [Pipeline] sh 23:24:00 + touch /tmp/pre-build-complete [Pipeline] sh 23:24:01 + mkdir -p /var/log/sa [Pipeline] sh 23:24:01 + ls /var/log/sa-host 23:24:01 + sadf -c /var/log/sa-host/sa20 23:24:01 file_magic: OK 23:24:01 HZ: Using current value: 100 23:24:01 file_header: OK 23:24:01 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 23:24:01 Statistics: 23:24:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:24:01 File successfully converted to sysstat format version 12.2.1 23:24:01 + sadf -c /var/log/sa-host/sa23 23:24:01 file_magic: OK 23:24:01 HZ: Using current value: 100 23:24:01 file_header: OK 23:24:01 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 23:24:01 Statistics: 23:24:01 Hnuu...uuuununununu... 23:24:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:24:02 provisioning config files... 23:24:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config3485806466013736103tmp [Pipeline] { [Pipeline] echo 23:24:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:24:02 ---> create-netrc.sh [Pipeline] } 23:24:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:24:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:24:03 ---> python-tools-install.sh [Pipeline] echo 23:24:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:24:03 ---> sudo-logs.sh 23:24:03 Archiving 'sudo' log.. [Pipeline] echo 23:24:03 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:24:03 ---> job-cost.sh 23:24:03 lf-activate-venv: SKIPPING 23:24:03 INFO: No Stack... 23:24:04 INFO: Retrieving Pricing Info for: v1-standard-2 23:24:05 INFO: Archiving Costs [Pipeline] echo 23:24:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:24:05 ---> logs-deploy.sh 23:24:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2942/19 23:24:05 INFO: archiving workspace using pattern(s): 23:24:06 Archives upload complete. 23:24:06 INFO: archiving logs to Nexus 23:24:08 ---> uname -a: 23:24:08 Linux prd-centos7-docker-4c-2g-16948.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:24:08 23:24:08 23:24:08 ---> lscpu: 23:24:08 Architecture: x86_64 23:24:08 CPU op-mode(s): 32-bit, 64-bit 23:24:08 Byte Order: Little Endian 23:24:08 Address sizes: 40 bits physical, 48 bits virtual 23:24:08 CPU(s): 4 23:24:08 On-line CPU(s) list: 0-3 23:24:08 Thread(s) per core: 1 23:24:08 Core(s) per socket: 1 23:24:08 Socket(s): 4 23:24:08 NUMA node(s): 1 23:24:08 Vendor ID: GenuineIntel 23:24:08 CPU family: 6 23:24:08 Model: 44 23:24:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:24:08 Stepping: 1 23:24:08 CPU MHz: 2933.438 23:24:08 BogoMIPS: 5866.87 23:24:08 Virtualization: VT-x 23:24:08 Hypervisor vendor: KVM 23:24:08 Virtualization type: full 23:24:08 L1d cache: 128 KiB 23:24:08 L1i cache: 128 KiB 23:24:08 L2 cache: 16 MiB 23:24:08 L3 cache: 64 MiB 23:24:08 NUMA node0 CPU(s): 0-3 23:24:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:24:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:24:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:24:08 Vulnerability Meltdown: Mitigation; PTI 23:24:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:24:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:24:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:24:08 Vulnerability Srbds: Not affected 23:24:08 Vulnerability Tsx async abort: Not affected 23:24:08 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 23:24:08 23:24:08 23:24:08 ---> nproc: 23:24:08 4 23:24:08 23:24:08 23:24:08 ---> df -h: 23:24:08 Filesystem Size Used Available Use% Mounted on 23:24:08 overlay 50.0G 12.1G 37.9G 24% / 23:24:08 tmpfs 64.0M 0 64.0M 0% /dev 23:24:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:24:08 shm 64.0M 0 64.0M 0% /dev/shm 23:24:08 /dev/vda1 50.0G 12.1G 37.9G 24% /facter-os 23:24:08 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/resolv.conf 23:24:08 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hostname 23:24:08 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hosts 23:24:08 /dev/vda1 50.0G 12.1G 37.9G 24% /run/cloud-init/result.json 23:24:08 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/sa-host 23:24:08 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/secure 23:24:08 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/auth.log 23:24:08 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/19 23:24:08 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/19@tmp 23:24:08 23:24:08 23:24:08 ---> free -m: 23:24:08 total used free shared buff/cache available 23:24:08 Mem: 1837 704 152 0 980 1047 23:24:08 Swap: 1023 66 957 23:24:08 23:24:08 23:24:08 ---> ip addr: 23:24:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:24:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:24:08 inet 127.0.0.1/8 scope host lo 23:24:08 valid_lft forever preferred_lft forever 23:24:08 inet6 ::1/128 scope host 23:24:08 valid_lft forever preferred_lft forever 23:24:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:24:08 link/ether fa:16:3e:be:54:b4 brd ff:ff:ff:ff:ff:ff 23:24:08 inet 10.30.123.152/23 brd 10.30.123.255 scope global dynamic eth0 23:24:08 valid_lft 85023sec preferred_lft 85023sec 23:24:08 inet6 fe80::f816:3eff:febe:54b4/64 scope link 23:24:08 valid_lft forever preferred_lft forever 23:24:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:24:08 link/ether 02:42:33:2f:1d:7c brd ff:ff:ff:ff:ff:ff 23:24:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:24:08 valid_lft forever preferred_lft forever 23:24:08 inet6 fe80::42:33ff:fe2f:1d7c/64 scope link 23:24:08 valid_lft forever preferred_lft forever 23:24:08 23:24:08 23:24:08 ---> sar -b -r -n DEV: 23:24:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/20/20 _x86_64_ (4 CPU) 23:24:08 23:24:08 23:00:59 LINUX RESTART (4 CPU) 23:24:08 23:24:08 23:02:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:24:08 23:03:01 119.87 65.86 54.01 0.00 8651.46 13322.29 0.00 23:24:08 23:04:01 298.17 78.20 219.97 0.00 4727.78 64844.24 0.00 23:24:08 23:05:01 248.68 149.46 99.22 0.00 5891.74 10196.89 0.00 23:24:08 23:06:01 149.49 51.57 97.92 0.00 2613.35 21706.51 0.00 23:24:08 23:07:02 1878.48 1553.31 325.17 0.00 136990.65 194747.45 0.00 23:24:08 23:08:01 1773.70 1488.11 285.59 0.00 100924.46 119791.22 0.00 23:24:08 23:09:02 2226.04 1872.97 353.07 0.00 126621.42 138257.79 0.00 23:24:08 23:10:01 1615.68 1289.95 325.73 0.00 70725.73 77623.11 0.00 23:24:08 23:11:01 99.30 21.75 77.55 0.00 3314.66 5788.43 0.00 23:24:08 23:12:01 1.95 0.73 1.22 0.00 153.71 16.92 0.00 23:24:08 23:13:01 0.37 0.02 0.35 0.00 0.13 5.10 0.00 23:24:08 23:14:01 0.28 0.02 0.27 0.00 0.27 4.06 0.00 23:24:08 23:15:01 0.40 0.00 0.40 0.00 0.00 5.60 0.00 23:24:08 23:16:01 2.10 1.78 0.32 0.00 56.63 4.41 0.00 23:24:08 23:17:01 0.80 0.03 0.77 0.00 0.67 14.47 0.00 23:24:08 23:18:01 0.30 0.00 0.30 0.00 0.00 4.40 0.00 23:24:08 23:19:01 0.27 0.02 0.25 0.00 0.27 3.51 0.00 23:24:08 23:20:01 0.32 0.00 0.32 0.00 0.00 4.78 0.00 23:24:08 23:21:02 0.30 0.02 0.28 0.00 0.53 4.38 0.00 23:24:08 23:22:01 0.41 0.02 0.39 0.00 0.27 5.47 0.00 23:24:08 23:23:01 0.28 0.00 0.28 0.00 0.00 4.38 0.00 23:24:08 23:24:01 184.89 89.65 95.24 0.00 8349.34 18630.35 0.00 23:24:08 Average: 391.46 303.26 88.20 0.00 21378.35 30333.71 0.00 23:24:08 23:24:08 23:02:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:24:08 23:03:01 358972 0 571376 30.37 2620 948576 1120280 38.23 436412 884148 132 23:24:08 23:04:01 343320 0 678176 36.04 1316 858732 1111812 37.94 469400 783028 8 23:24:08 23:05:01 403464 0 764804 40.65 368 712908 1430932 48.84 558744 639368 35008 23:24:08 23:06:01 179380 0 739040 39.28 336 962788 1309872 44.70 589348 820244 28996 23:24:08 23:07:02 68220 0 764784 40.65 0 1048540 1958276 66.83 686216 909076 83844 23:24:08 23:08:01 288724 0 813588 43.24 0 779232 2609632 89.06 620312 713000 20168 23:24:08 23:09:02 68820 0 767992 40.82 0 1044732 2412152 82.32 580532 998284 48316 23:24:08 23:10:01 302396 0 726860 38.63 0 852288 1803228 61.54 595464 726484 1968 23:24:08 23:11:01 336552 0 630316 33.50 0 914676 1248588 42.61 535752 760472 16 23:24:08 23:12:01 337780 0 624488 33.19 0 919276 1186520 40.49 535132 761848 8 23:24:08 23:13:01 338188 0 624072 33.17 0 919284 1182384 40.35 534732 761848 8 23:24:08 23:14:01 338376 0 623876 33.16 0 919292 1182420 40.35 534776 761852 8 23:24:08 23:15:01 338664 0 623572 33.14 0 919308 1182384 40.35 534744 761860 8 23:24:08 23:16:01 337232 0 624028 33.17 0 920284 1182384 40.35 535248 762372 12 23:24:08 23:17:01 337088 0 624196 33.17 0 920260 1182468 40.36 535308 762336 8 23:24:08 23:18:01 336400 0 624872 33.21 0 920272 1182600 40.36 535608 762340 16 23:24:08 23:19:01 336852 0 624416 33.19 0 920276 1182384 40.35 535252 762348 8 23:24:08 23:20:01 337068 0 624188 33.17 0 920288 1182384 40.35 535256 762352 8 23:24:08 23:21:02 337016 0 624248 33.18 0 920280 1182384 40.35 535264 762348 8 23:24:08 23:22:01 337044 0 624200 33.17 0 920300 1182456 40.36 535332 762368 8 23:24:08 23:23:01 336772 0 624464 33.19 0 920308 1182408 40.35 535280 762372 8 23:24:08 23:24:01 195672 0 687132 36.52 0 998740 1412320 48.20 521444 878052 40 23:24:08 Average: 299727 0 665213 35.35 211 916393 1391376 47.49 546162 784473 9937 23:24:08 23:24:08 23:02:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:24:08 23:03:01 eth0 1020.13 1026.27 3275.28 130.10 0.00 0.00 0.00 0.00 23:24:08 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:03:01 docker0 896.19 827.20 72.27 2718.43 0.00 0.00 0.00 0.00 23:24:08 23:04:01 eth0 702.11 549.44 4934.39 51.92 0.00 0.00 0.00 0.00 23:24:08 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:04:01 docker0 117.47 160.38 8.66 824.37 0.00 0.00 0.00 0.00 23:24:08 23:05:01 eth0 69.28 50.19 41.95 75.09 0.00 0.00 0.00 0.00 23:24:08 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:05:01 veth21fc2d1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:24:08 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:06:01 eth0 210.79 175.71 1696.70 83.60 0.00 0.00 0.00 0.00 23:24:08 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:07:02 veth6b70b2a 0.00 0.39 0.00 0.02 0.00 0.00 0.00 0.00 23:24:08 23:07:02 eth0 58.27 35.70 172.61 13.27 0.00 0.00 0.00 0.00 23:24:08 23:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:07:02 docker0 17.50 26.01 0.99 144.15 0.00 0.00 0.00 0.00 23:24:08 23:08:01 veth6b70b2a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:08:01 veth6d38a5b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 23:24:08 23:08:01 veth5147f6f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 23:24:08 23:08:01 eth0 34.85 23.06 66.41 60.28 0.00 0.00 0.00 0.00 23:24:08 23:09:02 veth6b70b2a 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 23:24:08 23:09:02 veth203ded0 14.48 34.83 0.99 289.46 0.00 0.00 0.00 0.00 23:24:08 23:09:02 eth0 102.32 53.42 466.22 22.37 0.00 0.00 0.00 0.00 23:24:08 23:09:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:24:08 23:10:01 veth6b70b2a 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:10:01 eth0 74.52 49.01 105.80 85.27 0.00 0.00 0.00 0.00 23:24:08 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:10:01 veth01318e0 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 23:24:08 23:11:01 eth0 62.70 48.92 97.25 64.13 0.00 0.00 0.00 0.00 23:24:08 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:11:01 docker0 1061.58 1081.74 83.48 4219.52 0.00 0.00 0.00 0.00 23:24:08 23:12:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 23:24:08 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:13:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:24:08 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:14:01 eth0 0.23 0.12 0.07 0.01 0.00 0.00 0.00 0.00 23:24:08 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:15:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:24:08 23:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:16:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:24:08 23:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:17:01 eth0 0.32 0.18 0.14 0.07 0.00 0.00 0.00 0.00 23:24:08 23:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:18:01 eth0 0.97 0.57 0.34 0.19 0.00 0.00 0.00 0.00 23:24:08 23:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:19:01 eth0 0.10 0.05 0.01 0.03 0.00 0.00 0.00 0.00 23:24:08 23:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:20:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:24:08 23:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:21:02 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:22:01 eth0 0.14 0.08 0.08 0.06 0.00 0.00 0.00 0.00 23:24:08 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:23:01 eth0 0.18 0.17 0.07 0.01 0.00 0.00 0.00 0.00 23:24:08 23:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:24:01 eth0 211.58 176.70 2182.67 23.72 0.00 0.00 0.00 0.00 23:24:08 23:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 23:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 Average: eth0 115.36 99.00 591.83 27.62 0.00 0.00 0.00 0.00 23:24:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:24:08 Average: docker0 48.35 49.27 3.80 192.18 0.00 0.00 0.00 0.00 23:24:08 23:24:08 23:24:08 ---> sar -P ALL: 23:24:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/20/20 _x86_64_ (4 CPU) 23:24:08 23:24:08 23:00:59 LINUX RESTART (4 CPU) 23:24:08 23:24:08 23:02:02 CPU %user %nice %system %iowait %steal %idle 23:24:08 23:03:01 all 11.25 0.00 5.04 1.84 0.03 81.84 23:24:08 23:03:01 0 12.40 0.00 6.82 2.20 0.03 78.55 23:24:08 23:03:01 1 14.55 0.00 4.72 1.88 0.03 78.81 23:24:08 23:03:01 2 9.91 0.00 4.26 0.41 0.02 85.40 23:24:08 23:03:01 3 8.13 0.00 4.37 2.87 0.05 84.58 23:24:08 23:04:01 all 12.92 0.00 10.22 3.79 0.06 73.02 23:24:08 23:04:01 0 13.28 0.00 9.85 3.08 0.05 73.74 23:24:08 23:04:01 1 13.65 0.00 10.40 3.52 0.03 72.40 23:24:08 23:04:01 2 11.38 0.00 10.34 4.48 0.07 73.73 23:24:08 23:04:01 3 13.37 0.00 10.28 4.06 0.07 72.22 23:24:08 23:05:01 all 53.51 0.00 13.52 5.52 0.05 27.39 23:24:08 23:05:01 0 53.35 0.00 13.12 2.62 0.05 30.86 23:24:08 23:05:01 1 53.59 0.00 13.23 3.48 0.03 29.67 23:24:08 23:05:01 2 52.69 0.00 13.81 8.56 0.07 24.87 23:24:08 23:05:01 3 54.42 0.00 13.93 7.47 0.05 24.13 23:24:08 23:06:01 all 41.08 0.00 13.85 2.27 0.04 42.77 23:24:08 23:06:01 0 39.93 0.00 13.30 2.03 0.03 44.71 23:24:08 23:06:01 1 40.14 0.00 14.30 1.83 0.03 43.71 23:24:08 23:06:01 2 41.99 0.00 13.91 3.74 0.03 40.33 23:24:08 23:06:01 3 42.27 0.00 13.88 1.48 0.05 42.32 23:24:08 23:07:02 all 19.82 0.00 26.90 16.72 0.09 36.47 23:24:08 23:07:02 0 18.99 0.00 25.24 16.99 0.10 38.67 23:24:08 23:07:02 1 21.01 0.00 26.68 16.86 0.09 35.36 23:24:08 23:07:02 2 20.45 0.00 28.50 18.44 0.09 32.52 23:24:08 23:07:02 3 18.84 0.00 27.20 14.57 0.07 39.32 23:24:08 23:08:01 all 50.70 0.00 20.78 18.27 0.06 10.18 23:24:08 23:08:01 0 49.62 0.00 20.92 19.16 0.07 10.23 23:24:08 23:08:01 1 50.04 0.00 21.24 15.23 0.07 13.42 23:24:08 23:08:01 2 51.63 0.00 20.66 19.12 0.05 8.54 23:24:08 23:08:01 3 51.53 0.00 20.31 19.61 0.05 8.50 23:24:08 23:09:02 all 23.46 0.00 22.13 31.37 0.07 22.97 23:24:08 23:09:02 0 23.82 0.00 19.98 32.92 0.07 23.21 23:24:08 23:09:02 1 23.16 0.00 22.71 32.33 0.07 21.73 23:24:08 23:09:02 2 22.80 0.00 22.87 31.64 0.05 22.64 23:24:08 23:09:02 3 24.06 0.00 22.98 28.57 0.09 24.30 23:24:08 23:10:01 all 40.24 0.00 20.12 28.35 0.07 11.22 23:24:08 23:10:01 0 39.76 0.00 19.87 26.86 0.07 13.43 23:24:08 23:10:01 1 39.81 0.00 19.53 31.22 0.05 9.39 23:24:08 23:10:01 2 39.00 0.00 20.83 28.85 0.05 11.28 23:24:08 23:10:01 3 42.40 0.00 20.25 26.48 0.09 10.78 23:24:08 23:11:01 all 4.47 0.00 3.67 5.41 0.02 86.43 23:24:08 23:11:01 0 4.46 0.00 3.69 5.55 0.03 86.26 23:24:08 23:11:01 1 4.22 0.00 3.82 5.90 0.02 86.04 23:24:08 23:11:01 2 4.15 0.00 3.46 3.29 0.02 89.08 23:24:08 23:11:01 3 5.06 0.00 3.70 6.89 0.00 84.35 23:24:08 23:12:01 all 0.17 0.00 0.05 0.01 0.00 99.77 23:24:08 23:12:01 0 0.05 0.00 0.07 0.03 0.00 99.85 23:24:08 23:12:01 1 0.05 0.00 0.05 0.00 0.00 99.90 23:24:08 23:12:01 2 0.03 0.00 0.05 0.02 0.00 99.90 23:24:08 23:12:01 3 0.53 0.00 0.05 0.00 0.00 99.42 23:24:08 23:13:01 all 0.15 0.00 0.03 0.00 0.00 99.81 23:24:08 23:13:01 0 0.03 0.00 0.05 0.00 0.00 99.92 23:24:08 23:13:01 1 0.03 0.00 0.05 0.00 0.00 99.92 23:24:08 23:13:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:24:08 23:13:01 3 0.52 0.00 0.00 0.00 0.00 99.48 23:24:08 23:24:08 23:13:01 CPU %user %nice %system %iowait %steal %idle 23:24:08 23:14:01 all 0.15 0.00 0.03 0.00 0.00 99.83 23:24:08 23:14:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:24:08 23:14:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:24:08 23:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:24:08 23:14:01 3 0.52 0.00 0.03 0.00 0.00 99.45 23:24:08 23:15:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:24:08 23:15:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:24:08 23:15:01 1 0.05 0.00 0.05 0.00 0.00 99.90 23:24:08 23:15:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:24:08 23:15:01 3 0.50 0.00 0.02 0.00 0.00 99.48 23:24:08 23:16:01 all 0.14 0.00 0.05 0.02 0.00 99.78 23:24:08 23:16:01 0 0.03 0.00 0.10 0.07 0.00 99.80 23:24:08 23:16:01 1 0.02 0.00 0.07 0.00 0.00 99.92 23:24:08 23:16:01 2 0.02 0.00 0.05 0.02 0.00 99.92 23:24:08 23:16:01 3 0.50 0.00 0.00 0.00 0.00 99.50 23:24:08 23:17:01 all 0.16 0.00 0.03 0.00 0.00 99.81 23:24:08 23:17:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:24:08 23:17:01 1 0.05 0.00 0.05 0.00 0.00 99.90 23:24:08 23:17:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:24:08 23:17:01 3 0.53 0.00 0.03 0.00 0.00 99.43 23:24:08 23:18:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:24:08 23:18:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:24:08 23:18:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:24:08 23:18:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:24:08 23:18:01 3 0.52 0.00 0.05 0.00 0.00 99.43 23:24:08 23:19:01 all 0.16 0.00 0.02 0.00 0.00 99.81 23:24:08 23:19:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:24:08 23:19:01 1 0.05 0.00 0.02 0.00 0.02 99.92 23:24:08 23:19:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:24:08 23:19:01 3 0.53 0.00 0.02 0.00 0.00 99.45 23:24:08 23:20:01 all 0.14 0.00 0.03 0.00 0.00 99.83 23:24:08 23:20:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:24:08 23:20:01 1 0.02 0.00 0.03 0.00 0.00 99.95 23:24:08 23:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:24:08 23:20:01 3 0.50 0.00 0.03 0.00 0.00 99.47 23:24:08 23:21:02 all 0.06 0.00 0.04 0.00 0.00 99.90 23:24:08 23:21:02 0 0.05 0.00 0.02 0.00 0.00 99.93 23:24:08 23:21:02 1 0.02 0.00 0.05 0.00 0.00 99.93 23:24:08 23:21:02 2 0.00 0.00 0.02 0.00 0.00 99.98 23:24:08 23:21:02 3 0.18 0.00 0.08 0.00 0.00 99.73 23:24:08 23:22:01 all 0.03 0.00 0.03 0.00 0.00 99.95 23:24:08 23:22:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:24:08 23:22:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:24:08 23:22:01 2 0.03 0.00 0.02 0.00 0.00 99.95 23:24:08 23:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:24:08 23:23:01 all 0.08 0.00 0.04 0.00 0.00 99.89 23:24:08 23:23:01 0 0.03 0.00 0.05 0.00 0.00 99.92 23:24:08 23:23:01 1 0.02 0.00 0.02 0.00 0.00 99.97 23:24:08 23:23:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:24:08 23:23:01 3 0.23 0.00 0.07 0.00 0.00 99.70 23:24:08 23:24:01 all 6.49 0.00 4.94 4.91 0.02 83.64 23:24:08 23:24:01 0 6.09 0.00 5.00 4.61 0.02 84.28 23:24:08 23:24:01 1 5.99 0.00 4.34 4.36 0.03 85.27 23:24:08 23:24:01 2 6.28 0.00 4.36 5.24 0.02 84.09 23:24:08 23:24:01 3 7.59 0.00 6.05 5.43 0.02 80.92 23:24:08 23:24:08 Average: CPU %user %nice %system %iowait %steal %idle 23:24:08 Average: all 11.81 0.00 6.30 5.26 0.02 76.61 23:24:08 Average: 0 11.68 0.00 6.17 5.17 0.02 76.96 23:24:08 Average: 1 11.87 0.00 6.30 5.18 0.02 76.63 23:24:08 Average: 2 11.58 0.00 6.37 5.50 0.02 76.53 23:24:08 Average: 3 12.09 0.00 6.36 5.19 0.02 76.33 23:24:08 23:24:08 23:24:08