Pull request #3004 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 jpwhitemn for edgexfoundry/edgex-go Obtained Jenkinsfile from 99f43a558382153ff6feeb1ac2a2e2abad0eed90+310fcf068b6662a9a98c00381981ed5406e42392 (6f3619953836e3d40bc42a11eeb2589b5d663a05) 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-19334 in /w/workspace/edgexfoundry_edgex-go_PR-3004 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3004/head:refs/remotes/origin/PR-3004 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 99f43a558382153ff6feeb1ac2a2e2abad0eed90 Merge succeeded, producing 3e7c88ed3bff3f0ce6679326790c14aa2e22b273 Checking out Revision 3e7c88ed3bff3f0ce6679326790c14aa2e22b273 (PR-3004) > git config core.sparsecheckout # timeout=10 > git checkout -f 99f43a558382153ff6feeb1ac2a2e2abad0eed90 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3e7c88ed3bff3f0ce6679326790c14aa2e22b273 # timeout=10 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk add0fe1a2e6314269aae6c5b51fe9708488a51dd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:26:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:26:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:26:35 ========================================================= 20:26:35 EdgeX Global Pipelines Version Info 20:26:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:26:37 ------------------- 20:26:37 stable info: 20:26:37 ------------------- 20:26:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:26:37 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:26:37 Message: update stable to v1.0.173 20:26:38 ------------------- 20:26:38 experimental info: 20:26:38 ------------------- 20:26:38 Commited By: **** collab-it+edgex@linuxfoundation.org 20:26:38 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 20:26:38 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:26:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 20:26:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 20:26:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:26:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:26:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:26:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:26:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:26:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 20:26:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 20:26:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 20:26:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:26:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:26:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:26:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:26:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:26:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:26:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:26:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:26:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 20:26:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 20:26:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:26:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 20:26:41 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 20:26:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3004 [Pipeline] echo 20:26:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3004 [Pipeline] echo 20:26:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3004 [Pipeline] echo 20:26:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [Pipeline] echo 20:26:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3e7c88e [Pipeline] echo 20:26:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:26:41 provisioning config files... 20:26:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config1636393073556828921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:26:42 ---> docker-login.sh 20:26:42 nexus3.edgexfoundry.org:10001 20:26:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:42 Configure a credential helper to remove this warning. See 20:26:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:42 20:26:42 Login Succeeded 20:26:42 nexus3.edgexfoundry.org:10002 20:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:43 Configure a credential helper to remove this warning. See 20:26:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:43 20:26:43 Login Succeeded 20:26:43 nexus3.edgexfoundry.org:10003 20:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:43 Configure a credential helper to remove this warning. See 20:26:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:43 20:26:43 Login Succeeded 20:26:43 nexus3.edgexfoundry.org:10004 20:26:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:43 Configure a credential helper to remove this warning. See 20:26:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:43 20:26:43 Login Succeeded 20:26:43 docker.io 20:26:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:26:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:26:44 Configure a credential helper to remove this warning. See 20:26:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:26:44 20:26:44 Login Succeeded 20:26:44 ---> docker-login.sh ends [Pipeline] } 20:26:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:26:44 ++ 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 20:26:44 + for file in '`ls cmd/**/Dockerfile`' 20:26:44 ++ dirname cmd/core-command/Dockerfile 20:26:44 ++ cut -d/ -f2 20:26:44 + echo core-command,cmd/core-command/Dockerfile 20:26:44 + for file in '`ls cmd/**/Dockerfile`' 20:26:44 ++ dirname cmd/core-data/Dockerfile 20:26:44 ++ cut -d/ -f2 20:26:44 + echo core-data,cmd/core-data/Dockerfile 20:26:44 + for file in '`ls cmd/**/Dockerfile`' 20:26:44 ++ dirname cmd/core-metadata/Dockerfile 20:26:44 ++ cut -d/ -f2 20:26:44 + echo core-metadata,cmd/core-metadata/Dockerfile 20:26:44 + for file in '`ls cmd/**/Dockerfile`' 20:26:44 ++ dirname cmd/security-bootstrap-redis/Dockerfile 20:26:44 ++ cut -d/ -f2 20:26:44 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 20:26:44 + for file in '`ls cmd/**/Dockerfile`' 20:26:44 ++ dirname cmd/security-proxy-setup/Dockerfile 20:26:44 ++ cut -d/ -f2 20:26:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 20:26:44 + for file in '`ls cmd/**/Dockerfile`' 20:26:44 ++ dirname cmd/security-secretstore-setup/Dockerfile 20:26:44 ++ cut -d/ -f2 20:26:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 20:26:44 + for file in '`ls cmd/**/Dockerfile`' 20:26:44 ++ dirname cmd/support-notifications/Dockerfile 20:26:44 ++ cut -d/ -f2 20:26:44 + echo support-notifications,cmd/support-notifications/Dockerfile 20:26:44 + for file in '`ls cmd/**/Dockerfile`' 20:26:44 ++ dirname cmd/support-scheduler/Dockerfile 20:26:44 ++ cut -d/ -f2 20:26:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile 20:26:44 + for file in '`ls cmd/**/Dockerfile`' 20:26:44 ++ dirname cmd/sys-mgmt-agent/Dockerfile 20:26:44 ++ cut -d/ -f2 20:26:44 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 20:26:44 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 20:26:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:26:46 20:26:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:26:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:26:46 latest: Pulling from edgex-devops/git-semver 20:26:46 31603596830f: Pulling fs layer 20:26:46 2a8b12db71e7: Pulling fs layer 20:26:46 6ca5941a6612: Pulling fs layer 20:26:46 ecc8261a40a4: Pulling fs layer 20:26:46 2a8b12db71e7: Download complete 20:26:47 31603596830f: Verifying Checksum 20:26:47 31603596830f: Download complete 20:26:47 ecc8261a40a4: Verifying Checksum 20:26:47 ecc8261a40a4: Download complete 20:26:47 6ca5941a6612: Verifying Checksum 20:26:47 6ca5941a6612: Download complete 20:26:47 31603596830f: Pull complete 20:26:47 2a8b12db71e7: Pull complete 20:26:48 6ca5941a6612: Pull complete 20:26:48 ecc8261a40a4: Pull complete 20:26:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:26:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:26:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:26:48 prd-centos7-docker-4c-2g-19334 does not seem to be running inside a container 20:26:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:26:51 $ docker top 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:26:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:26:51 [ssh-agent] Looking for ssh-agent implementation... 20:26:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:26:52 $ docker exec 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 ssh-agent 20:26:52 SSH_AUTH_SOCK=/tmp/ssh-YU2XD42U4Sic/agent.12 20:26:52 SSH_AGENT_PID=17 20:26:52 Running ssh-add (command line suppressed) 20:26:52 Identity added: /w/workspace/edgex-go/7@tmp/private_key_6445621821472786259.key (/w/workspace/edgex-go/7@tmp/private_key_6445621821472786259.key) 20:26:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:26:52 + git tag --points-at HEAD [Pipeline] } 20:26:52 $ docker exec --env ******** --env ******** 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 ssh-agent -k 20:26:52 unset SSH_AUTH_SOCK; 20:26:52 unset SSH_AGENT_PID; 20:26:52 echo Agent pid 17 killed; 20:26:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:26:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:26:53 [ssh-agent] Looking for ssh-agent implementation... 20:26:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:26:53 $ docker exec 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 ssh-agent 20:26:53 SSH_AUTH_SOCK=/tmp/ssh-RvSclg48kOCB/agent.46 20:26:53 SSH_AGENT_PID=52 20:26:53 Running ssh-add (command line suppressed) 20:26:53 Identity added: /w/workspace/edgex-go/7@tmp/private_key_8846426971784911909.key (/w/workspace/edgex-go/7@tmp/private_key_8846426971784911909.key) 20:26:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:26:54 + git semver init 20:26:54 # -> Open(): unable to determine branch for HEAD 20:26:54 # $GIT_DIR = /w/workspace/edgex-go/7/.git 20:26:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 20:26:54 # $SEMVER_REMOTE_NAME = origin 20:26:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:26:54 # $SEMVER_USER_NAME = edgex-jenkins 20:26:54 # $SEMVER_BRANCH = PR-3004 20:26:54 # $SEMVER_TEMP = /tmp/semver-568554174 20:26:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 20:27:16 # '/tmp/semver-568554174' -> '/w/workspace/edgex-go/7/.semver' 20:27:17 # -> Force: false 20:27:17 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 20:27:17 $ docker exec --env ******** --env ******** 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 ssh-agent -k 20:27:17 unset SSH_AUTH_SOCK; 20:27:17 unset SSH_AGENT_PID; 20:27:17 echo Agent pid 52 killed; 20:27:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:27:18 + git semver [Pipeline] } 20:27:18 $ docker stop --time=1 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 20:27:20 $ docker rm -f 1bca9ab7fd5ef3cd4e0f96470dad04e03d86f5c6dc88c55d41b992e3e8ca72b5 [Pipeline] // withDockerContainer [Pipeline] sh 20:27:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:27:21 Stashed 1 file(s) [Pipeline] echo 20:27:21 [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 20:27:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:27:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:27:22 + sudo service docker restart 20:27:22 + true 20:27:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 20:27:23 ========================================================= 20:27:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:27:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:27:23 + 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 . 20:27:27 Sending build context to Docker daemon 326.4MB 20:27:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:27:27 Step 2/6 : FROM ${BASE} 20:27:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:27:27 188c0c94c7c5: Pulling fs layer 20:27:27 0ef7d3d256c8: Pulling fs layer 20:27:27 de9db76c5a1d: Pulling fs layer 20:27:27 bca2f99d35d6: Pulling fs layer 20:27:27 93359f2a8cfa: Pulling fs layer 20:27:27 7c6f9722023f: Pulling fs layer 20:27:27 a35cf1a2eb13: Pulling fs layer 20:27:27 93359f2a8cfa: Waiting 20:27:27 7c6f9722023f: Waiting 20:27:27 a35cf1a2eb13: Waiting 20:27:27 bca2f99d35d6: Waiting 20:27:27 0ef7d3d256c8: Verifying Checksum 20:27:27 0ef7d3d256c8: Download complete 20:27:27 de9db76c5a1d: Verifying Checksum 20:27:27 de9db76c5a1d: Download complete 20:27:27 93359f2a8cfa: Verifying Checksum 20:27:27 93359f2a8cfa: Download complete 20:27:27 188c0c94c7c5: Verifying Checksum 20:27:27 188c0c94c7c5: Download complete 20:27:27 7c6f9722023f: Verifying Checksum 20:27:27 7c6f9722023f: Download complete 20:27:27 188c0c94c7c5: Pull complete 20:27:27 0ef7d3d256c8: Pull complete 20:27:27 de9db76c5a1d: Pull complete 20:27:29 a35cf1a2eb13: Verifying Checksum 20:27:29 a35cf1a2eb13: Download complete 20:27:30 bca2f99d35d6: Verifying Checksum 20:27:30 bca2f99d35d6: Download complete 20:27:35 bca2f99d35d6: Pull complete 20:27:35 93359f2a8cfa: Pull complete 20:27:35 7c6f9722023f: Pull complete 20:27:36 Still waiting to schedule task 20:27:36 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 20:27:42 a35cf1a2eb13: Pull complete 20:27:42 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:27:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:27:42 ---> a62c8e92a672 20:27:42 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:27:42 ---> Running in de5dedaa0fff 20:27:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:27:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:27:44 (1/12) Installing libmagic (5.38-r0) 20:27:44 (2/12) Installing file (5.38-r0) 20:27:44 (3/12) Installing libc-dev (0.7.2-r3) 20:27:45 (4/12) Installing g++ (9.3.0-r2) 20:27:49 (5/12) Installing fortify-headers (1.1-r0) 20:27:49 (6/12) Installing patch (2.7.6-r6) 20:27:49 (7/12) Installing build-base (0.5-r2) 20:27:49 (8/12) Installing libsodium (1.0.18-r0) 20:27:49 (9/12) Installing pkgconf (1.7.2-r0) 20:27:49 (10/12) Installing libsodium-dev (1.0.18-r0) 20:27:50 (11/12) Installing libzmq (4.3.3-r0) 20:27:50 (12/12) Installing zeromq-dev (4.3.3-r0) 20:27:50 Executing busybox-1.31.1-r19.trigger 20:27:50 OK: 233 MiB in 51 packages 20:27:54 Removing intermediate container de5dedaa0fff 20:27:54 ---> d0bd364bad21 20:27:54 Step 4/6 : WORKDIR /edgex-go 20:27:54 ---> Running in 2dcf522e8b07 20:27:54 Removing intermediate container 2dcf522e8b07 20:27:54 ---> d18f1bce3220 20:27:54 Step 5/6 : COPY go.mod . 20:27:54 ---> a21ff57c70fc 20:27:54 Step 6/6 : RUN go mod download 20:27:54 ---> Running in d150af6224b3 20:28:16 Removing intermediate container d150af6224b3 20:28:16 ---> 83e75075c09d 20:28:16 Successfully built 83e75075c09d 20:28:16 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:28:16 + docker inspect -f . ci-base-image-x86_64 20:28:16 . [Pipeline] withDockerContainer 20:28:17 prd-centos7-docker-4c-2g-19334 does not seem to be running inside a container 20:28:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:28:18 $ docker top 07a52f6ac04447f0f4196b708b8deface590867a867a507bbf86a42e4551753a -eo pid,comm [Pipeline] { [Pipeline] sh 20:28:18 + go version 20:28:18 go version go1.15.5 linux/amd64 [Pipeline] } 20:28:18 $ docker stop --time=1 07a52f6ac04447f0f4196b708b8deface590867a867a507bbf86a42e4551753a 20:28:20 $ docker rm -f 07a52f6ac04447f0f4196b708b8deface590867a867a507bbf86a42e4551753a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:28:20 + docker inspect -f . ci-base-image-x86_64 20:28:20 . [Pipeline] withDockerContainer 20:28:21 prd-centos7-docker-4c-2g-19334 does not seem to be running inside a container 20:28:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 20:28:21 $ docker top 44ebe9a5be516c27626203c4bc10cffc74608356ced6bf8758439dade13e7ab3 -eo pid,comm [Pipeline] { [Pipeline] echo 20:28:22 ========================================================= 20:28:22 [edgeXBuildGoParallel] Running Tests and Build... 20:28:22 ========================================================= [Pipeline] sh 20:28:22 + make test 20:28:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:28:32 ? github.com/edgexfoundry/edgex-go [no test files] 20:28:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:28:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:28:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:28:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:28:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:28:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:28:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:28:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:28:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:28:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:28:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:28:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:28:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:28:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.082s coverage: 46.6% of statements 20:28:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:28:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:28:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:28:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:28:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:29:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.232s coverage: 27.0% of statements 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:29:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:29:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:29:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.162s coverage: 77.1% of statements 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:29:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.115s coverage: 82.4% of statements 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:29:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:29:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.396s coverage: 28.6% of statements 20:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:29:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 20:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:29:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 20:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:29:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements 20:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:29:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements 20:29:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:29:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements 20:29:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:29:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:29:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:29:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:29:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.320s coverage: 93.8% of statements 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:29:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:29:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 0.1% of statements 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:29:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:29:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:29:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.045s coverage: 80.8% of statements 20:29:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements 20:29:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.2% of statements 20:29:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.4% of statements 20:29:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.235s coverage: 63.5% of statements 20:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:29:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 20:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.059s coverage: 91.3% of statements 20:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements 20:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 20:29:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 20:29:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 55.9% of statements 20:29:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:29:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:29:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:29:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:29:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:29:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.109s coverage: 37.0% of statements 20:29:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:29:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:29:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.330s coverage: 84.0% of statements 20:29:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.071s coverage: 100.0% of statements 20:29:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.1% of statements 20:29:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:29:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:29:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:29:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:29:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:29:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 20:29:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:29:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 20:29:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:29:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.763s coverage: 29.1% of statements 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:29:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:29:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:29:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:29:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:29:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:29:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:29:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 20:29:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 20:29:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 20:29:16 GO111MODULE=on go vet ./... 20:29:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19335 in /w/workspace/edgexfoundry_edgex-go_PR-3004 [Pipeline] { [Pipeline] ws 20:29:24 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 20:29:29 using credential edgex-jenkins-ssh 20:29:29 Cloning the remote Git repository 20:29:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:29:29 > git init /w/workspace/edgex-go/7 # timeout=10 20:29:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:29:29 > git --version # timeout=10 20:29:29 > git --version # 'git version 2.17.1' 20:29:29 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:29:38 gofmt -l . 20:29:38 [ "`gofmt -l .`" = "" ] 20:29:39 ./bin/test-go-mod-tidy.sh 20:29:40 ./bin/test-attribution-txt.sh [Pipeline] sh 20:29:40 + ls -al . 20:29:40 total 648 20:29:40 drwxrwxr-x 10 1001 1001 4096 Jan 10 20:29 . 20:29:40 drwxr-xr-x 4 root root 28 Jan 10 20:28 .. 20:29:40 -rw-rw-r-- 1 1001 1001 11 Jan 10 20:26 .dockerignore 20:29:40 drwxrwxr-x 8 1001 1001 179 Jan 10 20:26 .git 20:29:40 drwxrwxr-x 3 1001 1001 125 Jan 10 20:26 .github 20:29:40 -rw-rw-r-- 1 1001 1001 824 Jan 10 20:26 .gitignore 20:29:40 drwx------ 3 1001 1001 47 Jan 10 20:27 .semver 20:29:40 -rw-rw-r-- 1 1001 1001 166 Jan 10 20:26 .sonarcloud.properties 20:29:40 -rw-rw-r-- 1 1001 1001 7741 Jan 10 20:26 Attribution.txt 20:29:40 -rw-rw-r-- 1 1001 1001 3804 Jan 10 20:26 CONTRIBUTING.md 20:29:40 -rw-rw-r-- 1 1001 1001 931 Jan 10 20:26 Dockerfile.build 20:29:40 -rw-rw-r-- 1 1001 1001 863 Jan 10 20:26 Jenkinsfile 20:29:40 -rw-rw-r-- 1 1001 1001 10775 Jan 10 20:26 LICENSE 20:29:40 -rw-rw-r-- 1 1001 1001 5750 Jan 10 20:26 Makefile 20:29:40 -rw-rw-r-- 1 1001 1001 6524 Jan 10 20:26 README.md 20:29:40 -rw-rw-r-- 1 1001 1001 6744 Jan 10 20:26 SECURITY.md 20:29:40 -rw-rw-r-- 1 1001 1001 5 Jan 10 20:27 VERSION 20:29:40 -rw-rw-r-- 1 1001 1001 4131 Jan 10 20:26 ZMQWindows.md 20:29:40 drwxrwxr-x 2 1001 1001 117 Jan 10 20:26 bin 20:29:40 drwxrwxr-x 14 1001 1001 4096 Jan 10 20:26 cmd 20:29:40 -rw-r--r-- 1 root root 541590 Jan 10 20:29 coverage.out 20:29:40 -rw-r--r-- 1 root root 979 Jan 10 20:29 go.mod 20:29:40 -rw-r--r-- 1 root root 19019 Jan 10 20:29 go.sum 20:29:40 drwxrwxr-x 8 1001 1001 127 Jan 10 20:26 internal 20:29:40 drwxrwxr-x 4 1001 1001 26 Jan 10 20:26 openapi 20:29:40 drwxrwxr-x 4 1001 1001 71 Jan 10 20:26 snap 20:29:40 -rw-rw-r-- 1 1001 1001 168 Jan 10 20:26 version.go [Pipeline] sh 20:29:41 + '[' -e coverage.out ] 20:29:41 + chown 1001:1001 coverage.out [Pipeline] stash 20:29:41 Stashed 1 file(s) [Pipeline] sh 20:29:41 + make build 20:29:41 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 20:29:45 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 20:29:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:29:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:29:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:29:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:29:47 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3004/head:refs/remotes/origin/PR-3004 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:29:47 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 99f43a558382153ff6feeb1ac2a2e2abad0eed90 20:29:48 Merge succeeded, producing d7ac285b43785bb8e65aa99497e868a7fa0b6ab7 20:29:48 Checking out Revision d7ac285b43785bb8e65aa99497e868a7fa0b6ab7 (PR-3004) 20:29:47 > git config core.sparsecheckout # timeout=10 20:29:47 > git checkout -f 99f43a558382153ff6feeb1ac2a2e2abad0eed90 # timeout=10 20:29:48 > git remote # timeout=10 20:29:48 > git config --get remote.origin.url # timeout=10 20:29:48 using GIT_SSH to set credentials SSH Credentials for GitHub 20:29:48 > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 20:29:48 > git rev-parse HEAD^{commit} # timeout=10 20:29:48 > git config core.sparsecheckout # timeout=10 20:29:48 > git checkout -f d7ac285b43785bb8e65aa99497e868a7fa0b6ab7 # timeout=10 20:29:52 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" 20:29:52 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:29:52 > git rev-list --no-walk add0fe1a2e6314269aae6c5b51fe9708488a51dd # timeout=10 20:29:54 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 20:29:54 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 20:29:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:29:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:29:55 + sudo+ service dockertrue restart 20:29:55 20:29:55 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 20:29:56 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:29:57 provisioning config files... 20:29:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config1147815149857419312tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:29:57 ---> docker-login.sh 20:29:57 nexus3.edgexfoundry.org:10001 20:29:57 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 20:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:58 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 20:29:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:59 Configure a credential helper to remove this warning. See 20:29:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:59 20:29:59 Login Succeeded 20:29:59 nexus3.edgexfoundry.org:10002 20:29:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:29:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:29:59 Configure a credential helper to remove this warning. See 20:29:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:29:59 20:29:59 Login Succeeded 20:29:59 nexus3.edgexfoundry.org:10003 20:30:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:00 Configure a credential helper to remove this warning. See 20:30:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:00 20:30:00 Login Succeeded 20:30:00 nexus3.edgexfoundry.org:10004 20:30:00 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 20:30:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:00 Configure a credential helper to remove this warning. See 20:30:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:00 20:30:00 Login Succeeded 20:30:00 docker.io 20:30:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:30:01 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 20:30:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:30:01 Configure a credential helper to remove this warning. See 20:30:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:30:01 20:30:01 Login Succeeded 20:30:01 ---> docker-login.sh ends [Pipeline] } 20:30:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:30:02 ========================================================= 20:30:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:30:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:30:02 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 20:30:02 + 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 . 20:30:03 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] } 20:30:04 $ docker stop --time=1 44ebe9a5be516c27626203c4bc10cffc74608356ced6bf8758439dade13e7ab3 20:30:05 Sending build context to Docker daemon 165.5MB 20:30:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 20:30:05 Step 2/6 : FROM ${BASE} 20:30:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:30:05 5f621e34cdf4: Pulling fs layer 20:30:05 a4357932f1b6: Pulling fs layer 20:30:05 18c013af1878: Pulling fs layer 20:30:05 00ac8860ef70: Pulling fs layer 20:30:05 63d7cb157983: Pulling fs layer 20:30:05 b116817d02f9: Pulling fs layer 20:30:05 745a02a5169b: Pulling fs layer 20:30:05 00ac8860ef70: Waiting 20:30:05 63d7cb157983: Waiting 20:30:05 b116817d02f9: Waiting 20:30:05 745a02a5169b: Waiting 20:30:05 18c013af1878: Download complete 20:30:05 a4357932f1b6: Verifying Checksum 20:30:05 a4357932f1b6: Download complete 20:30:05 63d7cb157983: Download complete 20:30:05 b116817d02f9: Verifying Checksum 20:30:05 b116817d02f9: Download complete 20:30:05 5f621e34cdf4: Verifying Checksum 20:30:05 5f621e34cdf4: Download complete 20:30:06 5f621e34cdf4: Pull complete 20:30:06 $ docker rm -f 44ebe9a5be516c27626203c4bc10cffc74608356ced6bf8758439dade13e7ab3 20:30:06 a4357932f1b6: Pull complete [Pipeline] // withDockerContainer 20:30:07 18c013af1878: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 20:30:07 745a02a5169b: Verifying Checksum 20:30:07 745a02a5169b: Download complete 20:30:08 00ac8860ef70: Verifying Checksum 20:30:08 00ac8860ef70: Download complete [Pipeline] isUnix [Pipeline] sh 20:30:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:30:10 20:30:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 20:30:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:30:10 latest: Pulling from edgex-devops/edgex-compose 20:30:10 cbdbe7a5bc2a: Pulling fs layer 20:30:10 ca9280d653b3: Pulling fs layer 20:30:10 7e9c9ca2126c: Pulling fs layer 20:30:10 cbdbe7a5bc2a: Verifying Checksum 20:30:10 cbdbe7a5bc2a: Download complete 20:30:11 ca9280d653b3: Verifying Checksum 20:30:11 ca9280d653b3: Download complete 20:30:11 cbdbe7a5bc2a: Pull complete 20:30:12 ca9280d653b3: Pull complete 20:30:12 7e9c9ca2126c: Download complete 20:30:17 7e9c9ca2126c: Pull complete 20:30:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 20:30:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:30:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 20:30:18 prd-centos7-docker-4c-2g-19334 does not seem to be running inside a container 20:30:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:30:18 00ac8860ef70: Pull complete 20:30:18 63d7cb157983: Pull complete 20:30:19 b116817d02f9: Pull complete 20:30:20 $ docker top 47237e82a6f6358eebfbd5246ad7790464807f69966ad30847ae67d0f5b3c2a9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:20 + docker-compose build --help 20:30:20 + grep parallel 20:30:21 --parallel Build images in parallel. [Pipeline] } 20:30:21 $ docker stop --time=1 47237e82a6f6358eebfbd5246ad7790464807f69966ad30847ae67d0f5b3c2a9 20:30:22 $ docker rm -f 47237e82a6f6358eebfbd5246ad7790464807f69966ad30847ae67d0f5b3c2a9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:30:23 745a02a5169b: Pull complete 20:30:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:30:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:30:23 ---> b7e6874047d6 20:30:23 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 20:30:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 20:30:23 . [Pipeline] withDockerContainer 20:30:23 prd-centos7-docker-4c-2g-19334 does not seem to be running inside a container 20:30:23 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 20:30:24 $ docker top 0ebbc23c2854580cd7e759f4ae1ad5d4793d9ece7f2827f3ee3ed50be3935be2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:30:25 + docker-compose -f ./docker-compose-build.yml build --parallel 20:30:26 Building docker-core-command-go ... 20:30:26 Building docker-core-data-go ... 20:30:26 Building docker-core-metadata-go ... 20:30:26 Building docker-security-bootstrap-redis-go ... 20:30:26 Building docker-security-proxy-setup-go ... 20:30:26 Building docker-security-secretstore-setup-go ... 20:30:26 Building docker-support-notifications-go ... 20:30:26 Building docker-support-scheduler-go ... 20:30:26 Building docker-sys-mgmt-agent-go ... 20:30:26 Building docker-core-data-go 20:30:26 Building docker-support-scheduler-go 20:30:26 Building docker-security-bootstrap-redis-go 20:30:26 Building docker-support-notifications-go 20:30:26 Building docker-security-proxy-setup-go 20:30:26 ---> Running in a3cfeb728483 20:30:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:30:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:30:29 (1/12) Installing libmagic (5.38-r0) 20:30:29 (2/12) Installing file (5.38-r0) 20:30:29 (3/12) Installing libc-dev (0.7.2-r3) 20:30:29 (4/12) Installing g++ (9.3.0-r2) 20:30:36 (5/12) Installing fortify-headers (1.1-r0) 20:30:36 (6/12) Installing patch (2.7.6-r6) 20:30:36 (7/12) Installing build-base (0.5-r2) 20:30:36 (8/12) Installing libsodium (1.0.18-r0) 20:30:36 (9/12) Installing pkgconf (1.7.2-r0) 20:30:36 (10/12) Installing libsodium-dev (1.0.18-r0) 20:30:36 (11/12) Installing libzmq (4.3.3-r0) 20:30:36 (12/12) Installing zeromq-dev (4.3.3-r0) 20:30:36 Executing busybox-1.31.1-r19.trigger 20:30:36 OK: 217 MiB in 51 packages 20:30:40 Removing intermediate container a3cfeb728483 20:30:40 ---> 4b82678341fb 20:30:40 Step 4/6 : WORKDIR /edgex-go 20:30:40 ---> Running in 40c2755073ce 20:30:40 Removing intermediate container 40c2755073ce 20:30:40 ---> 7bbccafcda62 20:30:40 Step 5/6 : COPY go.mod . 20:30:41 ---> 1b4d248749ff 20:30:41 Step 6/6 : RUN go mod download 20:30:41 ---> Running in 02941fb47f64 20:30:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:30:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:30:58 ---> 83e75075c09d 20:30:58 Step 3/23 : WORKDIR /edgex-go 20:30:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:30:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:30:58 ---> 83e75075c09d 20:30:58 Step 3/24 : WORKDIR /edgex-go 20:30:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:30:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:30:58 ---> 83e75075c09d 20:30:58 Step 3/22 : WORKDIR /edgex-go 20:30:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:30:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:30:58 ---> 83e75075c09d 20:30:58 Step 3/21 : WORKDIR /edgex-go 20:30:58 20:30:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:30:58 ---> 83e75075c09d 20:30:58 Step 3/21 : WORKDIR /edgex-go 20:30:58 ---> Running in bde7fe81c596 20:30:58 ---> Running in f3ad307068f6 20:30:58 ---> Running in cb9493b66d81 20:30:58 ---> Running in 7a8b41acaaeb 20:30:58 ---> Running in 353c4a8b8fc0 20:30:59 Removing intermediate container f3ad307068f6 20:30:59 ---> 6a4d07811577 20:30:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:59 Removing intermediate container bde7fe81c596 20:30:59 ---> 09105a9365c0 20:30:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:59 Removing intermediate container 353c4a8b8fc0 20:30:59 ---> f4e245104841 20:30:59 Removing intermediate container cb9493b66d81 20:30:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:59 ---> afdde66dccba 20:30:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:59 Removing intermediate container 7a8b41acaaeb 20:30:59 ---> 1c05b1240458 20:30:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:30:59 ---> Running in f23379ee8ae9 20:30:59 ---> Running in 23b4a618cfe6 20:30:59 ---> Running in 7e02eaa26bcc 20:30:59 ---> Running in e128ee4a16f4 20:30:59 ---> Running in 8cb9e7866ce6 20:31:02 Removing intermediate container 23b4a618cfe6 20:31:02 ---> a827edcf6133 20:31:02 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 20:31:02 Removing intermediate container f23379ee8ae9 20:31:02 ---> 50647a790e21 20:31:02 Step 5/21 : RUN apk add --update --no-cache make git 20:31:02 Removing intermediate container 7e02eaa26bcc 20:31:02 ---> 025dd9424977 20:31:02 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:31:02 ---> Running in f5246610e00c 20:31:02 Removing intermediate container 8cb9e7866ce6 20:31:02 ---> 2353e0ab2240 20:31:02 Step 5/21 : RUN apk add --update --no-cache make git 20:31:02 ---> Running in 7368574a5f5f 20:31:02 ---> Running in 441d94d9a8b6 20:31:02 ---> Running in 23af2ae2eff3 20:31:02 Removing intermediate container e128ee4a16f4 20:31:02 ---> b5f2054f866e 20:31:02 Step 5/22 : RUN apk add --update --no-cache make git 20:31:02 ---> Running in 11865afe9952 20:31:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:31:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:31:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:31:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:31:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:31:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:31:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:31:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:31:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:31:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:31:04 OK: 233 MiB in 51 packages 20:31:04 OK: 233 MiB in 51 packages 20:31:04 OK: 233 MiB in 51 packages 20:31:04 OK: 233 MiB in 51 packages 20:31:04 OK: 233 MiB in 51 packages 20:31:05 Removing intermediate container 23af2ae2eff3 20:31:05 ---> 746df38f0a4c 20:31:05 Step 6/21 : COPY go.mod . 20:31:05 Removing intermediate container 7368574a5f5f 20:31:05 ---> 081e51f720eb 20:31:05 Step 6/23 : COPY go.mod . 20:31:05 Removing intermediate container f5246610e00c 20:31:05 ---> 1dced847e6d7 20:31:05 Step 6/24 : COPY go.mod . 20:31:05 Removing intermediate container 11865afe9952 20:31:05 ---> 02b3bfcf478c 20:31:05 Step 6/22 : COPY go.mod . 20:31:05 Removing intermediate container 441d94d9a8b6 20:31:05 ---> 488f9bfeae64 20:31:05 Step 6/21 : COPY go.mod . 20:31:05 ---> 481c2509ce03 20:31:05 Step 7/21 : RUN go mod download 20:31:05 ---> f3ddbfe87927 20:31:05 Step 7/23 : RUN go mod download 20:31:05 ---> dbf9f76f77ba 20:31:05 Step 7/24 : RUN go mod download 20:31:06 ---> Running in e299e83d4388 20:31:06 ---> Running in 6dc2128301ae 20:31:06 ---> 6a791314e6e5 20:31:06 Step 7/22 : RUN go mod download 20:31:06 ---> Running in ebc232dafdf7 20:31:06 ---> 2d28390a8808 20:31:06 Step 7/21 : RUN go mod download 20:31:06 ---> Running in 7aab15a3f0ad 20:31:06 ---> Running in cb7c20fd10d0 20:31:09 Removing intermediate container cb7c20fd10d0 20:31:09 ---> 3705ad0be58f 20:31:09 Step 8/21 : COPY . . 20:31:09 Removing intermediate container ebc232dafdf7 20:31:09 ---> b5d26770d111 20:31:09 Step 8/24 : COPY . . 20:31:09 Removing intermediate container 7aab15a3f0ad 20:31:09 ---> 1e56ca5945bd 20:31:09 Step 8/22 : COPY . . 20:31:10 Removing intermediate container e299e83d4388 20:31:10 ---> 88331bb1692e 20:31:10 Step 8/21 : COPY . . 20:31:13 Removing intermediate container 6dc2128301ae 20:31:13 ---> a9a9c1036286 20:31:13 Step 8/23 : COPY . . 20:31:14 Removing intermediate container 02941fb47f64 20:31:14 ---> f0547f24d514 20:31:14 Successfully built f0547f24d514 20:31:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:31:14 + docker inspect -f . ci-base-image-arm64 20:31:14 . [Pipeline] withDockerContainer 20:31:14 prd-ubuntu18.04-docker-arm64-4c-16g-19335 does not seem to be running inside a container 20:31:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:31:16 $ docker top 9bcadc3ec206f96217202ec03dcb58d61bb3e3486e210b45cb0114db9c3eeef4 -eo pid,comm [Pipeline] { [Pipeline] sh 20:31:17 + go version 20:31:17 go version go1.15.5 linux/arm64 [Pipeline] } 20:31:17 $ docker stop --time=1 9bcadc3ec206f96217202ec03dcb58d61bb3e3486e210b45cb0114db9c3eeef4 20:31:19 $ docker rm -f 9bcadc3ec206f96217202ec03dcb58d61bb3e3486e210b45cb0114db9c3eeef4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:31:20 + docker inspect -f . ci-base-image-arm64 20:31:20 . [Pipeline] withDockerContainer 20:31:20 prd-ubuntu18.04-docker-arm64-4c-16g-19335 does not seem to be running inside a container 20:31:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 20:31:21 $ docker top a9a55486134d00c7855ac9eb857f1da456aa827948f066cf3d2a85e8e90f025e -eo pid,comm [Pipeline] { [Pipeline] echo 20:31:22 ========================================================= 20:31:22 [edgeXBuildGoParallel] Running Tests and Build... 20:31:22 ========================================================= [Pipeline] sh 20:31:22 + make test 20:31:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 20:31:45 ? github.com/edgexfoundry/edgex-go [no test files] 20:31:45 ---> 4dbfdc4541ab 20:31:45 ---> b79c09d2ee58 20:31:45 Step 9/21 : RUN make cmd/support-scheduler/support-schedulerStep 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 20:31:45 20:31:46 ---> 8eee01ef3644 20:31:46 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:31:46 ---> 5535a854a42d 20:31:46 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:31:46 ---> Running in 79b4e5145572 20:31:46 ---> Running in 6beac1707e1f 20:31:46 ---> 352870ff36b8 20:31:46 Step 9/23 : RUN make cmd/core-data/core-data 20:31:47 ---> Running in aee6d8b6942e 20:31:47 ---> Running in 57887c270889 20:31:47 ---> Running in 1b8290e2d232 20:31:48 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 20:31:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 20:31:48 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 20:31:48 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 20:31:48 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 20:32:20 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 20:32:21 Removing intermediate container 79b4e5145572 20:32:21 ---> b1311ef26b25 20:32:21 20:32:21 Step 10/22 : FROM alpine:3.12 20:32:21 3.12: Pulling from library/alpine 20:32:23 Removing intermediate container aee6d8b6942e 20:32:23 ---> d77841b03a31 20:32:23 20:32:23 Step 10/24 : FROM scratch 20:32:23 ---> 20:32:23 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:32:23 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:32:23 Status: Downloaded newer image for alpine:3.12 20:32:23 ---> 389fef711851 20:32:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:32:23 Removing intermediate container 6beac1707e1f 20:32:23 ---> d1accfd5a70d 20:32:23 20:32:23 Step 10/21 : FROM scratch 20:32:23 ---> 20:32:23 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:32:23 ---> Running in d8f2a98f5b4c 20:32:23 ---> Running in ffdaf149521c 20:32:23 ---> Running in 31ef4651557a 20:32:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 20:32:24 Removing intermediate container d8f2a98f5b4c 20:32:24 ---> b0c0a5e3e030 20:32:24 Step 12/24 : ENV APP_PORT=48060 20:32:24 Removing intermediate container 31ef4651557a 20:32:24 ---> 58ccb3a1e4b8 20:32:24 Step 12/21 : ENV APP_PORT=48085 20:32:24 ---> Running in bac30d452618 20:32:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:32:24 ---> Running in 9252a2a6c590 20:32:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:32:25 Removing intermediate container bac30d452618 20:32:25 ---> 2d54dc4ccf02 20:32:25 Step 13/24 : EXPOSE $APP_PORT 20:32:25 (1/5) Installing ca-certificates (20191127-r4) 20:32:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:32:25 (3/5) Installing libcurl (7.69.1-r3) 20:32:25 (4/5) Installing curl (7.69.1-r3) 20:32:25 (5/5) Installing dumb-init (1.2.2-r1) 20:32:25 Executing busybox-1.31.1-r19.trigger 20:32:25 Executing ca-certificates-20191127-r4.trigger 20:32:26 OK: 7 MiB in 19 packages 20:32:26 ---> Running in 48d486bd8213 20:32:26 Removing intermediate container 9252a2a6c590 20:32:26 ---> e2df80785eff 20:32:26 Step 13/21 : EXPOSE $APP_PORT 20:32:27 ---> Running in f9ce9c498a1a 20:32:27 Removing intermediate container 57887c270889 20:32:27 ---> ea8cf8263ddb 20:32:27 20:32:27 Step 10/21 : FROM alpine:3.12 20:32:27 ---> 389fef711851 20:32:27 Step 11/21 : RUN apk add --update --no-cache curl 20:32:27 Removing intermediate container 48d486bd8213 20:32:27 ---> 3dddc486c0f3 20:32:27 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:32:27 ---> Running in 5484ca0cf9f5 20:32:27 Removing intermediate container f9ce9c498a1a 20:32:27 ---> 5223ffbae071 20:32:27 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:29 ---> 2ca84017cfc9 20:32:29 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:32:29 ---> 9f0f5d762eee 20:32:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:32:30 Removing intermediate container ffdaf149521c 20:32:30 ---> 68f2a9981b79 20:32:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 20:32:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:32:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:32:30 (1/4) Installing ca-certificates (20191127-r4) 20:32:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:32:30 (3/4) Installing libcurl (7.69.1-r3) 20:32:30 (4/4) Installing curl (7.69.1-r3) 20:32:30 Executing busybox-1.31.1-r19.trigger 20:32:30 Executing ca-certificates-20191127-r4.trigger 20:32:31 OK: 7 MiB in 18 packages 20:32:32 ---> cf8f464b64b7 20:32:32 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:32:32 ---> Running in 1287e5170421 20:32:32 ---> 964046093d61 20:32:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:32:32 Removing intermediate container 1b8290e2d232 20:32:32 ---> 92c98c471ffe 20:32:32 20:32:32 Step 10/23 : FROM alpine:3.12 20:32:32 ---> 389fef711851 20:32:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:32:32 ---> Running in c09dab454e6e 20:32:32 Removing intermediate container 1287e5170421 20:32:32 ---> 1353390fd5e9 20:32:32 Step 13/22 : WORKDIR / 20:32:32 ---> Running in a482a09a0688 20:32:32 ---> ed8245c811aa 20:32:32 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:32:32 Removing intermediate container 5484ca0cf9f5 20:32:32 ---> ff565f096c55 20:32:32 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:32:32 ---> 26b6a7847314 20:32:32 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:33 Removing intermediate container c09dab454e6e 20:32:33 ---> b6db46c56d09 20:32:33 Step 12/23 : ENV APP_PORT=48080 20:32:33 ---> Running in 0797a2c00944 20:32:33 ---> Running in a50b575724e5 20:32:33 ---> Running in fab9b294d71a 20:32:33 Removing intermediate container a482a09a0688 20:32:33 ---> fa64d99fa97a 20:32:33 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:33 ---> 0f06ceb64ec1 20:32:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:32:34 Removing intermediate container 0797a2c00944 20:32:34 ---> c6f17d4e94e8 20:32:34 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:32:34 Removing intermediate container a50b575724e5 20:32:34 ---> 70c865f9b528 20:32:34 Step 13/21 : WORKDIR /edgex 20:32:34 Removing intermediate container fab9b294d71a 20:32:34 ---> 429b7c6aea42 20:32:34 Step 13/23 : EXPOSE $APP_PORT 20:32:34 ---> bafd082838bd 20:32:34 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 20:32:34 ---> Running in df2d3e19f810 20:32:34 ---> Running in 541216169d0d 20:32:34 ---> Running in e0fefc5a0533 20:32:34 ---> 1c1efa55e2e7 20:32:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:32:34 Removing intermediate container df2d3e19f810 20:32:34 ---> a70abf4b5c0a 20:32:34 Step 19/21 : LABEL arch=x86_64 20:32:34 ---> Running in bc0228c311be 20:32:34 Removing intermediate container e0fefc5a0533 20:32:34 ---> 62f2f921ee72 20:32:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:32:34 Removing intermediate container 541216169d0d 20:32:34 ---> 34b1bf82a0c5 20:32:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:35 ---> 4646d4eea513 20:32:35 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:32:35 ---> Running in d16aae02c882 20:32:35 ---> 99bc72bb7c8b 20:32:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 20:32:35 Removing intermediate container bc0228c311be 20:32:35 ---> 10f27ccd4955 20:32:35 Step 20/21 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:32:35 ---> Running in 982616a23c72 20:32:35 ---> Running in 7641d9ab9c9d 20:32:35 ---> 774403070948 20:32:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:32:35 ---> b394a18d33be 20:32:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 20:32:35 Removing intermediate container 982616a23c72 20:32:35 ---> d0f62eaca87b 20:32:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:32:36 Removing intermediate container 7641d9ab9c9d 20:32:36 ---> 6ab43ba88495 20:32:36 Step 21/21 : LABEL version=0.0.0 20:32:36 ---> Running in ade14a790053 20:32:36 ---> Running in 7c411ae3ebbd 20:32:36 ---> 061bbefa2d9e 20:32:36 Step 18/22 : RUN chmod +x entrypoint.sh 20:32:36 ---> 48e65fa78822 20:32:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:32:36 ---> Running in a6f87904215b 20:32:36 Removing intermediate container ade14a790053 20:32:36 ---> fa4b2493462c 20:32:36 Step 22/24 : LABEL arch=x86_64 20:32:36 Removing intermediate container 7c411ae3ebbd 20:32:36 ---> 854eb379c828 20:32:36 20:32:36 ---> Running in 90c717e27708 20:32:37 Successfully built 854eb379c828 20:32:37 ---> 015e0b6bcdd7 20:32:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:32:37 Successfully tagged docker-support-scheduler-go:latest 20:32:37  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 20:32:37 ---> Running in 85dbbe22c571 20:32:37 Removing intermediate container 90c717e27708 20:32:37 ---> f47d33d352bb 20:32:37 Step 23/24 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:32:37 Removing intermediate container d16aae02c882 20:32:37 ---> bc5f4dd9a141 20:32:37 Step 15/23 : RUN apk add --update --no-cache zeromq 20:32:37 ---> Running in b267277ccc28 20:32:37 ---> Running in 338cd97b1b4f 20:32:37 Removing intermediate container 85dbbe22c571 20:32:37 ---> 1d5a9f6c1f21 20:32:37 Step 18/21 : CMD ["--init=true"] 20:32:38 ---> Running in 21dfa10521ce 20:32:38 Removing intermediate container b267277ccc28 20:32:38 ---> a4daafa04485 20:32:38 Step 24/24 : LABEL version=0.0.0 20:32:39 Removing intermediate container 21dfa10521ce 20:32:39 ---> 4ae8ceed86c5 20:32:39 Step 19/21 : LABEL arch=x86_64 20:32:39 ---> Running in ea57083fe842 20:32:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:32:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:32:41 ---> Running in 5cc9ba684b3e 20:32:41 (1/5) Installing libgcc (9.3.0-r2) 20:32:41 (2/5) Installing libsodium (1.0.18-r0) 20:32:41 (3/5) Installing libstdc++ (9.3.0-r2) 20:32:41 (4/5) Installing libzmq (4.3.3-r0) 20:32:41 (5/5) Installing zeromq (4.3.3-r0) 20:32:41 Removing intermediate container ea57083fe842 20:32:41 ---> 7be439ccef2e 20:32:41 20:32:41 Removing intermediate container a6f87904215b 20:32:41 ---> 788fc891dcbe 20:32:41 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 20:32:42 Executing busybox-1.31.1-r19.trigger 20:32:42 OK: 8 MiB in 19 packages 20:32:42 Removing intermediate container 5cc9ba684b3e 20:32:42 ---> af3f61eaee3a 20:32:42 Step 20/21 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:32:42 ---> Running in d2bb0dee3056 20:32:42 Successfully built 7be439ccef2e 20:32:42 ---> Running in 6fc12af600af 20:32:42 Successfully tagged docker-support-notifications-go:latest 20:32:42  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 20:32:45 Removing intermediate container 6fc12af600af 20:32:45 ---> 1cdaf788dec1 20:32:45 Step 21/21 : LABEL version=0.0.0 20:32:45 Removing intermediate container d2bb0dee3056 20:32:45 ---> af0cd4459c70 20:32:45 Step 20/22 : LABEL arch=x86_64 20:32:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 20:32:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 20:32:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 20:32:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 20:32:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 20:32:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 20:32:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 20:32:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 20:32:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 20:32:47 ---> Running in 551ba44e235d 20:32:47 ---> Running in 4a2dd808e29a 20:32:47 Removing intermediate container 338cd97b1b4f 20:32:47 ---> 3687093a3a37 20:32:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:32:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 20:32:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 20:32:49 Removing intermediate container 4a2dd808e29a 20:32:49 ---> 7e81f5562445 20:32:49 Step 21/22 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:32:49 ---> 5e6e02ca45d2 20:32:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:32:49 Removing intermediate container 551ba44e235d 20:32:49 ---> fcb86d9635af 20:32:49 20:32:50 ---> Running in bb3d552eea18 20:32:50 Successfully built fcb86d9635af 20:32:50 Successfully tagged docker-security-proxy-setup-go:latest 20:32:50  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 20:32:51 Removing intermediate container bb3d552eea18 20:32:51 ---> 3fd7632892cf 20:32:51 Step 22/22 : LABEL version=0.0.0 20:32:53 ---> Running in d0587fa18938 20:32:54 ---> 58b205258575 20:32:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:32:55 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:32:55 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:32:55 ---> 83e75075c09d 20:32:55 Step 3/26 : WORKDIR /edgex-go 20:32:55 ---> Using cache 20:32:55 ---> 1c05b1240458 20:32:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:32:55 ---> Using cache 20:32:55 ---> 2353e0ab2240 20:32:55 Step 5/26 : RUN apk add --update --no-cache make bash git 20:32:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.256s coverage: 46.6% of statements 20:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 20:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 20:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 20:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 20:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 20:32:56 Removing intermediate container d0587fa18938 20:32:56 ---> 6730d7c24b99 20:32:56 20:32:57 Successfully built 6730d7c24b99 20:32:57 Successfully tagged docker-security-bootstrap-redis-go:latest 20:32:57  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 20:32:57 ---> Running in 3d36b498d856 20:32:58 ---> cffecb99a6ed 20:32:58 Step 19/23 : ENTRYPOINT ["/core-data"] 20:32:59 ---> Running in d6b8b212804c 20:33:00 Removing intermediate container d6b8b212804c 20:33:00 ---> 8826906874ad 20:33:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:33:00 ---> Running in 555232df752b 20:33:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:33:01 Removing intermediate container 555232df752b 20:33:01 ---> b673cc9c790c 20:33:01 Step 21/23 : LABEL arch=x86_64 20:33:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:33:01 ---> Running in 2b4ae0eab68e 20:33:01 OK: 233 MiB in 51 packages 20:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.484s coverage: 27.0% of statements 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 20:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 20:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 20:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.525s coverage: 77.8% of statements 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 20:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 20:33:03 Removing intermediate container 2b4ae0eab68e 20:33:03 ---> 5b5e60923e37 20:33:03 Step 22/23 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:33:03 ---> Running in 41e4681ed93c 20:33:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:33:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:33:03 ---> 83e75075c09d 20:33:03 Step 3/24 : WORKDIR /edgex-go 20:33:03 ---> Using cache 20:33:03 ---> 1c05b1240458 20:33:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:33:03 ---> Using cache 20:33:03 ---> 2353e0ab2240 20:33:03 Step 5/24 : RUN apk add --update --no-cache make git 20:33:03 ---> Using cache 20:33:03 ---> 746df38f0a4c 20:33:03 Step 6/24 : COPY go.mod . 20:33:03 ---> Using cache 20:33:03 ---> 481c2509ce03 20:33:03 Step 7/24 : RUN go mod download 20:33:03 ---> Using cache 20:33:03 ---> 88331bb1692e 20:33:03 Step 8/24 : COPY . . 20:33:04 ---> Using cache 20:33:04 ---> 5535a854a42d 20:33:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:33:05 Removing intermediate container 41e4681ed93c 20:33:05 ---> 9179513432fd 20:33:05 Step 23/23 : LABEL version=0.0.0 20:33:05 Removing intermediate container 3d36b498d856 20:33:05 ---> 6de48b31a494 20:33:05 Step 6/26 : COPY go.mod . 20:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.684s coverage: 82.4% of statements 20:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 20:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 20:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 20:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 20:33:05 ---> Running in bb6a292ca44f 20:33:06 ---> Running in aeacabca54a9 20:33:06 ---> 7b281a3d3be8 20:33:06 Step 7/26 : RUN go mod download 20:33:08 ---> Running in 0523ff055b40 20:33:08 Removing intermediate container aeacabca54a9 20:33:08 ---> 2da80b1c2c5b 20:33:08 20:33:08 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 20:33:08 Successfully built 2da80b1c2c5b 20:33:08 Successfully tagged docker-core-data-go:latest 20:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.159s coverage: 28.6% of statements 20:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 20:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 20:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 20:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 20:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 20:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.186s coverage: 100.0% of statements 20:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 20:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.101s coverage: 100.0% of statements 20:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 20:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.295s coverage: 86.7% of statements 20:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 20:33:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.332s coverage: 97.5% of statements 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 20:33:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 20:33:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 20:33:13  Building docker-core-data-go ... done Removing intermediate container 0523ff055b40 20:33:13 ---> 8ec8947ae5ef 20:33:13 Step 8/26 : COPY . . 20:33:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:33:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:33:15 ---> 83e75075c09d 20:33:15 Step 3/22 : WORKDIR /edgex-go 20:33:15 ---> Using cache 20:33:15 ---> 1c05b1240458 20:33:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:33:15 ---> Using cache 20:33:15 ---> 2353e0ab2240 20:33:15 Step 5/22 : RUN apk add --update --no-cache make git 20:33:15 ---> Using cache 20:33:15 ---> 746df38f0a4c 20:33:15 Step 6/22 : COPY go.mod . 20:33:15 ---> Using cache 20:33:15 ---> 481c2509ce03 20:33:15 Step 7/22 : RUN go mod download 20:33:15 ---> Using cache 20:33:15 ---> 88331bb1692e 20:33:15 Step 8/22 : COPY . . 20:33:15 ---> Using cache 20:33:15 ---> 5535a854a42d 20:33:15 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:33:16 ---> Running in 1fc7b652ffc5 20:33:18 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 20:33:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.987s coverage: 93.8% of statements 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 20:33:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 20:33:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 20:33:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 20:33:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.123s coverage: 75.5% of statements 20:33:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 20:33:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.109s coverage: 80.8% of statements 20:33:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements 20:33:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.174s coverage: 84.2% of statements 20:33:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.249s coverage: 91.4% of statements 20:33:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 20:33:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:33:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:33:23 ---> 83e75075c09d 20:33:23 Step 3/22 : WORKDIR /edgex-go 20:33:23 ---> Using cache 20:33:23 ---> 1c05b1240458 20:33:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:33:23 ---> Using cache 20:33:23 ---> 2353e0ab2240 20:33:23 Step 5/22 : RUN apk add --update --no-cache make git 20:33:23 ---> Using cache 20:33:23 ---> 746df38f0a4c 20:33:23 Step 6/22 : COPY go.mod . 20:33:23 ---> Using cache 20:33:23 ---> 481c2509ce03 20:33:23 Step 7/22 : RUN go mod download 20:33:23 ---> Using cache 20:33:23 ---> 88331bb1692e 20:33:23 Step 8/22 : COPY . . 20:33:23 ---> Using cache 20:33:23 ---> 5535a854a42d 20:33:23 Step 9/22 : RUN make cmd/core-command/core-command 20:33:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.611s coverage: 63.5% of statements 20:33:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 20:33:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 20:33:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.087s coverage: 100.0% of statements 20:33:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements 20:33:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements 20:33:25 ---> Running in ba6f2511cdda 20:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 20:33:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 20:33:27 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 20:33:27 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 20:33:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.949s coverage: 55.9% of statements 20:33:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 20:33:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 20:33:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 20:33:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 20:33:31 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 20:33:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.329s coverage: 37.0% of statements 20:33:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 20:33:31 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 20:33:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.563s coverage: 84.0% of statements 20:33:31 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.131s coverage: 100.0% of statements 20:33:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.364s coverage: 47.1% of statements 20:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 20:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 20:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 20:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 20:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 20:33:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.181s coverage: 100.0% of statements 20:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 20:33:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements 20:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 20:33:40 Removing intermediate container bb6a292ca44f 20:33:40 ---> f0f5fdf3dd2b 20:33:40 20:33:40 Step 10/24 : FROM alpine:3.12 20:33:40 ---> 389fef711851 20:33:40 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:33:40 ---> Using cache 20:33:40 ---> 68f2a9981b79 20:33:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:33:40 ---> c26ecabee051 20:33:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:33:40 ---> Running in 0abd58847e67 20:33:40 ---> Running in 992fcda28d5c 20:33:40 Removing intermediate container 992fcda28d5c 20:33:40 ---> 1fa09e0fdd8c 20:33:40 Step 13/24 : WORKDIR / 20:33:40 ---> Running in eee147b2ce88 20:33:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 20:33:40 Removing intermediate container eee147b2ce88 20:33:40 ---> 5744af23ff27 20:33:40 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:33:41 ---> b02fceb69523 20:33:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:33:41 ---> aaee8b1890b9 20:33:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:33:42 ---> 7617accc0b59 20:33:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:33:43 ---> 110c5f18b717 20:33:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:33:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.873s coverage: 29.1% of statements 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 20:33:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.190s coverage: 99.0% of statements 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 20:33:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.110s coverage: 100.0% of statements 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 20:33:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 20:33:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 20:33:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 20:33:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 20:33:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements 20:33:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.065s coverage: 32.1% of statements 20:33:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 20:33:45 GO111MODULE=on go vet ./... 20:33:45 ---> f3b5f07789ce 20:33:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:33:46 ---> cc2df1b33674 20:33:46 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:33:46 ---> Running in 301f34fc6240 20:33:50 Removing intermediate container ba6f2511cdda 20:33:50 ---> e478dd7d1230 20:33:50 20:33:50 Step 10/22 : FROM scratch 20:33:50 ---> 20:33:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:33:50 Removing intermediate container 1fc7b652ffc5 20:33:50 ---> 5d3c6c47cc20 20:33:50 20:33:50 Step 10/22 : FROM scratch 20:33:50 ---> 20:33:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:33:50 Removing intermediate container 301f34fc6240 20:33:50 ---> a379aa13062d 20:33:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:33:50 ---> Running in 185edd07f2eb 20:33:50 ---> Using cache 20:33:50 ---> 58ccb3a1e4b8 20:33:50 Step 12/22 : ENV APP_PORT=48081 20:33:50 ---> Using cache 20:33:50 ---> 58ccb3a1e4b8 20:33:50 Step 12/22 : ENV APP_PORT=48082 20:33:51 Removing intermediate container 185edd07f2eb 20:33:51 ---> a8d1b32f47ad 20:33:51 Step 22/24 : LABEL arch=x86_64 20:33:51 ---> Running in fa13b41f652a 20:33:51 ---> Running in 13a4c1e053eb 20:33:51 ---> Running in 60d22acc6c22 20:33:51 Removing intermediate container fa13b41f652a 20:33:51 ---> a784be85f0ed 20:33:51 Step 13/22 : EXPOSE $APP_PORT 20:33:51 Removing intermediate container 13a4c1e053eb 20:33:51 ---> 2e572d67b94d 20:33:51 Step 13/22 : EXPOSE $APP_PORT 20:33:51 ---> Running in af901a3a6873 20:33:51 Removing intermediate container 60d22acc6c22 20:33:51 ---> 231a07863c15 20:33:51 Step 23/24 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:33:51 ---> Running in 016a08d2bff8 20:33:51 ---> Running in 7bd481f2d1a7 20:33:52 Removing intermediate container af901a3a6873 20:33:52 ---> e6c35450b0a7 20:33:52 Step 14/22 : WORKDIR / 20:33:52 Removing intermediate container 016a08d2bff8 20:33:52 ---> 9586f1b529fd 20:33:52 Step 14/22 : WORKDIR / 20:33:52 ---> Running in 7eee4a5d2756 20:33:52 Removing intermediate container 7bd481f2d1a7 20:33:52 ---> 91fc5a8043b4 20:33:52 Step 24/24 : LABEL version=0.0.0 20:33:52 ---> Running in f92a38b04b18 20:33:52 ---> Running in 0470a4722bd3 20:33:52 Removing intermediate container 7eee4a5d2756 20:33:52 ---> 038042ce9b18 20:33:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:33:53 Removing intermediate container f92a38b04b18 20:33:53 ---> 3287a39459d1 20:33:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:33:53 ---> f240b6ef367a 20:33:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:33:53 Removing intermediate container 0470a4722bd3 20:33:53 ---> f912b16b7783 20:33:53 20:33:54 ---> 64226744d951 20:33:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:33:54 Successfully built f912b16b7783 20:33:54 Successfully tagged docker-security-secretstore-setup-go:latest 20:33:56  Building docker-security-secretstore-setup-go ... done  ---> 5b74b050fda4 20:33:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:33:56 ---> e2236591f9c5 20:33:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:33:56 Removing intermediate container 0abd58847e67 20:33:56 ---> f4dc93f99217 20:33:56 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:33:56 ---> Running in bf5f59978f93 20:33:56 ---> d4868d4f7fe1 20:33:56 Step 18/22 : ENTRYPOINT ["/core-command"] 20:33:56 ---> aa1ea002e3c4 20:33:56 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:33:56 ---> Running in 0b6f4198e914 20:33:56 ---> Running in dd55232cab19 20:33:56 Removing intermediate container 0b6f4198e914 20:33:56 ---> 5d5ff516316a 20:33:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:33:56 Removing intermediate container dd55232cab19 20:33:56 ---> 5249af9f7dfa 20:33:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:33:56 ---> Running in ad38efb14f8f 20:33:56 ---> Running in a2a93f5ae655 20:33:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 20:33:57 Removing intermediate container ad38efb14f8f 20:33:57 ---> 44bf341b993d 20:33:57 Step 20/22 : LABEL arch=x86_64 20:33:57 Removing intermediate container a2a93f5ae655 20:33:57 ---> 446556241575 20:33:57 Step 20/22 : LABEL arch=x86_64 20:33:57 ---> Running in 9e136615785b 20:33:57 ---> Running in fc63a246c62c 20:33:57 Removing intermediate container 9e136615785b 20:33:57 ---> 0dcabfdfe47e 20:33:57 Step 21/22 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:33:57 Removing intermediate container fc63a246c62c 20:33:57 ---> f871eccc6ee0 20:33:57 Step 21/22 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:33:57 ---> Running in cfa8f7db7fc7 20:33:57 ---> Running in 1cd3027ed33c 20:33:57 Removing intermediate container 1cd3027ed33c 20:33:57 ---> 9033463f86b4 20:33:57 Step 22/22 : LABEL version=0.0.0 20:33:57 Removing intermediate container cfa8f7db7fc7 20:33:57 ---> e5c5f9ba47ae 20:33:57 Step 22/22 : LABEL version=0.0.0 20:33:57 ---> Running in 0e7aac08b204 20:33:57 ---> Running in 2b81aedad613 20:33:58 Removing intermediate container 0e7aac08b204 20:33:58 ---> 2a2430e6637a 20:33:58 20:33:58 Removing intermediate container 2b81aedad613 20:33:58 ---> becede8bc48d 20:33:58 20:33:58 Successfully built 2a2430e6637a 20:33:58 Successfully tagged docker-core-command-go:latest 20:33:58  Building docker-core-command-go ... done Removing intermediate container bf5f59978f93 20:33:58 ---> 1f44f83366a1 20:33:58 20:33:58 Step 11/26 : FROM docker:20.10.0 20:33:58 Successfully built becede8bc48d 20:33:58 Successfully tagged docker-core-metadata-go:latest 20:33:58  Building docker-core-metadata-go ... done 20.10.0: Pulling from library/docker 20:34:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:34:08 Status: Downloaded newer image for docker:20.10.0 20:34:08 ---> aefe523efa57 20:34:08 Step 12/26 : RUN apk add --no-cache bash 20:34:08 ---> Running in 8db4a09de317 20:34:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:34:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:34:08 (1/2) Installing readline (8.0.4-r0) 20:34:08 (2/2) Installing bash (5.0.17-r0) 20:34:08 Executing bash-5.0.17-r0.post-install 20:34:08 Executing busybox-1.31.1-r19.trigger 20:34:08 OK: 12 MiB in 22 packages 20:34:09 Removing intermediate container 8db4a09de317 20:34:09 ---> 6a9f767fa009 20:34:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:34:09 ---> Running in 8c8e21629df1 20:34:09 Removing intermediate container 8c8e21629df1 20:34:09 ---> aaf14dd82020 20:34:09 Step 14/26 : ENV APP_PORT=48090 20:34:09 ---> Running in 36cd3c736945 20:34:09 Removing intermediate container 36cd3c736945 20:34:09 ---> 258d3ee1c4ce 20:34:09 Step 15/26 : EXPOSE $APP_PORT 20:34:09 ---> Running in 8fbce0205145 20:34:10 Removing intermediate container 8fbce0205145 20:34:10 ---> 1b67861f928a 20:34:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:34:10 ---> d77db22ae5d6 20:34:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:34:10 ---> 959aebb840b0 20:34:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:34:11 ---> fbc4a37d47d9 20:34:11 Step 19/26 : RUN apk --no-cache add py3-pip 20:34:11 ---> Running in 246bbfce226c 20:34:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:34:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:34:12 (1/33) Installing libbz2 (1.0.8-r1) 20:34:12 (2/33) Installing expat (2.2.9-r1) 20:34:12 (3/33) Installing libffi (3.3-r2) 20:34:12 (4/33) Installing gdbm (1.13-r1) 20:34:12 (5/33) Installing xz-libs (5.2.5-r0) 20:34:12 (6/33) Installing sqlite-libs (3.32.1-r0) 20:34:12 (7/33) Installing python3 (3.8.5-r0) 20:34:13 (8/33) Installing py3-appdirs (1.4.4-r1) 20:34:13 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:34:13 (10/33) Installing py3-parsing (2.4.7-r0) 20:34:13 (11/33) Installing py3-six (1.15.0-r0) 20:34:13 (12/33) Installing py3-packaging (20.4-r0) 20:34:13 (13/33) Installing py3-setuptools (47.0.0-r0) 20:34:13 (14/33) Installing py3-chardet (3.0.4-r4) 20:34:13 (15/33) Installing py3-idna (2.9-r0) 20:34:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:34:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:34:14 (18/33) Installing py3-requests (2.23.0-r0) 20:34:14 (19/33) Installing py3-msgpack (1.0.0-r0) 20:34:14 (20/33) Installing py3-lockfile (0.12.2-r3) 20:34:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:34:14 (22/33) Installing py3-colorama (0.4.3-r0) 20:34:14 (23/33) Installing py3-distlib (0.3.0-r0) 20:34:14 (24/33) Installing py3-distro (1.5.0-r1) 20:34:14 (25/33) Installing py3-webencodings (0.5.1-r3) 20:34:14 (26/33) Installing py3-html5lib (1.0.1-r4) 20:34:14 (27/33) Installing py3-pytoml (0.1.21-r0) 20:34:14 (28/33) Installing py3-pep517 (0.8.2-r0) 20:34:14 (29/33) Installing py3-progress (1.5-r0) 20:34:14 (30/33) Installing py3-toml (0.10.1-r0) 20:34:14 (31/33) Installing py3-retrying (1.3.3-r0) 20:34:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:34:14 (33/33) Installing py3-pip (20.1.1-r0) 20:34:15 Executing busybox-1.31.1-r19.trigger 20:34:15 OK: 71 MiB in 55 packages 20:34:23 Removing intermediate container 246bbfce226c 20:34:23 ---> 5e4f1665a85c 20:34:23 Step 20/26 : RUN pip install docker-compose==1.23.2 20:34:23 ---> Running in df919251e5e4 20:34:24 Collecting docker-compose==1.23.2 20:34:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:34:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:34:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:34:24 Collecting jsonschema<3,>=2.5.1 20:34:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:34:24 Collecting PyYAML<4,>=3.10 20:34:24 Downloading PyYAML-3.13.tar.gz (270 kB) 20:34:25 Collecting docopt<0.7,>=0.6.1 20:34:25 Downloading docopt-0.6.2.tar.gz (25 kB) 20:34:26 Collecting texttable<0.10,>=0.9.0 20:34:26 Downloading texttable-0.9.1.tar.gz (11 kB) 20:34:26 Collecting dockerpty<0.5,>=0.4.1 20:34:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:34:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:34:27 Collecting docker<4.0,>=3.6.0 20:34:27 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:34:27 Collecting cached-property<2,>=1.2.0 20:34:27 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:34:27 Collecting websocket-client<1.0,>=0.32.0 20:34:27 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:34:27 Collecting urllib3<1.25,>=1.21.1 20:34:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:34:27 Collecting idna<2.8,>=2.5 20:34:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:34:28 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) 20:34:28 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) 20:34:28 Collecting docker-pycreds>=0.4.0 20:34:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:34:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:34:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:34:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:34:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:34:28 Installing collected packages: urllib3, idna, requests, jsonschema, PyYAML, docopt, texttable, dockerpty, docker-pycreds, websocket-client, docker, cached-property, docker-compose 20:34:28 Attempting uninstall: urllib3 20:34:28 Found existing installation: urllib3 1.25.9 20:34:28 Uninstalling urllib3-1.25.9: 20:34:28 Successfully uninstalled urllib3-1.25.9 20:34:28 Attempting uninstall: idna 20:34:28 Found existing installation: idna 2.9 20:34:28 Uninstalling idna-2.9: 20:34:28 Successfully uninstalled idna-2.9 20:34:28 Attempting uninstall: requests 20:34:28 Found existing installation: requests 2.23.0 20:34:28 Uninstalling requests-2.23.0: 20:34:28 Successfully uninstalled requests-2.23.0 20:34:29 Running setup.py install for PyYAML: started 20:34:29 Running setup.py install for PyYAML: finished with status 'done' 20:34:29 Running setup.py install for docopt: started 20:34:30 Running setup.py install for docopt: finished with status 'done' 20:34:30 Running setup.py install for texttable: started 20:34:30 Running setup.py install for texttable: finished with status 'done' 20:34:30 Running setup.py install for dockerpty: started 20:34:31 Running setup.py install for dockerpty: finished with status 'done' 20:34:31 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 20:34:35 Removing intermediate container df919251e5e4 20:34:35 ---> 4e4ead05c2a0 20:34:35 Step 21/26 : RUN apk --no-cache add curl 20:34:35 ---> Running in def37d6378d4 20:34:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:34:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:34:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:34:35 (2/3) Installing libcurl (7.69.1-r3) 20:34:35 (3/3) Installing curl (7.69.1-r3) 20:34:35 Executing busybox-1.31.1-r19.trigger 20:34:35 OK: 72 MiB in 58 packages 20:34:36 Removing intermediate container def37d6378d4 20:34:36 ---> 1430355fc33b 20:34:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:34:36 ---> Running in c834951917fc 20:34:36 Removing intermediate container c834951917fc 20:34:36 ---> 153fb87a2849 20:34:36 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:34:36 ---> Running in 0f5923b85f1d 20:34:37 Removing intermediate container 0f5923b85f1d 20:34:37 ---> 043fcb2e56f3 20:34:37 Step 24/26 : LABEL arch=x86_64 20:34:37 ---> Running in 2dda88aa313a 20:34:37 Removing intermediate container 2dda88aa313a 20:34:37 ---> 44c83d5150f5 20:34:37 Step 25/26 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:34:37 ---> Running in d5d86e511042 20:34:37 Removing intermediate container d5d86e511042 20:34:37 ---> 176bb462771d 20:34:37 Step 26/26 : LABEL version=0.0.0 20:34:37 ---> Running in 35489534c22c 20:34:37 Removing intermediate container 35489534c22c 20:34:37 ---> 3ab821fb4c9f 20:34:37 20:34:37 Successfully built 3ab821fb4c9f 20:34:37 Successfully tagged docker-sys-mgmt-agent-go:latest 20:34:38  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 20:34:38 $ docker stop --time=1 0ebbc23c2854580cd7e759f4ae1ad5d4793d9ece7f2827f3ee3ed50be3935be2 20:34:40 $ docker rm -f 0ebbc23c2854580cd7e759f4ae1ad5d4793d9ece7f2827f3ee3ed50be3935be2 [Pipeline] // withDockerContainer [Pipeline] sh 20:34:40 + docker images 20:34:40 + grep docker 20:34:40 docker-sys-mgmt-agent-go latest 3ab821fb4c9f 3 seconds ago 313MB 20:34:40 docker-core-metadata-go latest becede8bc48d 43 seconds ago 13MB 20:34:40 docker-core-command-go latest 2a2430e6637a 43 seconds ago 10.6MB 20:34:40 docker-security-secretstore-setup-go latest f912b16b7783 47 seconds ago 24.6MB 20:34:40 docker-core-data-go latest 2da80b1c2c5b About a minute ago 22.3MB 20:34:40 docker-security-bootstrap-redis-go latest 6730d7c24b99 About a minute ago 15.8MB 20:34:40 docker-security-proxy-setup-go latest fcb86d9635af About a minute ago 24.5MB 20:34:40 docker-support-notifications-go latest 7be439ccef2e About a minute ago 12MB 20:34:40 docker-support-scheduler-go latest 854eb379c828 2 minutes ago 10.7MB 20:34:40 docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 20:34:53 gofmt -l . 20:34:53 [ "`gofmt -l .`" = "" ] 20:34:53 ./bin/test-go-mod-tidy.sh 20:34:53 ./bin/test-attribution-txt.sh [Pipeline] sh 20:34:54 + ls -al . 20:34:54 total 676 20:34:54 drwxrwxr-x 9 1001 1001 4096 Jan 10 20:34 . 20:34:54 drwxr-xr-x 4 root root 4096 Jan 10 20:31 .. 20:34:54 -rw-rw-r-- 1 1001 1001 11 Jan 10 20:29 .dockerignore 20:34:54 drwxrwxr-x 8 1001 1001 4096 Jan 10 20:29 .git 20:34:54 drwxrwxr-x 3 1001 1001 4096 Jan 10 20:29 .github 20:34:54 -rw-rw-r-- 1 1001 1001 824 Jan 10 20:29 .gitignore 20:34:54 -rw-rw-r-- 1 1001 1001 166 Jan 10 20:29 .sonarcloud.properties 20:34:54 -rw-rw-r-- 1 1001 1001 7741 Jan 10 20:29 Attribution.txt 20:34:54 -rw-rw-r-- 1 1001 1001 3804 Jan 10 20:29 CONTRIBUTING.md 20:34:54 -rw-rw-r-- 1 1001 1001 931 Jan 10 20:29 Dockerfile.build 20:34:54 -rw-rw-r-- 1 1001 1001 863 Jan 10 20:29 Jenkinsfile 20:34:54 -rw-rw-r-- 1 1001 1001 10775 Jan 10 20:29 LICENSE 20:34:54 -rw-rw-r-- 1 1001 1001 5750 Jan 10 20:29 Makefile 20:34:54 -rw-rw-r-- 1 1001 1001 6524 Jan 10 20:29 README.md 20:34:54 -rw-rw-r-- 1 1001 1001 6744 Jan 10 20:29 SECURITY.md 20:34:54 -rw-rw-r-- 1 1001 1001 5 Jan 10 20:27 VERSION 20:34:54 -rw-rw-r-- 1 1001 1001 4131 Jan 10 20:29 ZMQWindows.md 20:34:54 drwxrwxr-x 2 1001 1001 4096 Jan 10 20:29 bin 20:34:54 drwxrwxr-x 14 1001 1001 4096 Jan 10 20:29 cmd 20:34:54 -rw-r--r-- 1 root root 541590 Jan 10 20:33 coverage.out 20:34:54 -rw-r--r-- 1 root root 979 Jan 10 20:34 go.mod 20:34:54 -rw-r--r-- 1 root root 19019 Jan 10 20:34 go.sum 20:34:54 drwxrwxr-x 8 1001 1001 4096 Jan 10 20:29 internal 20:34:54 drwxrwxr-x 4 1001 1001 4096 Jan 10 20:29 openapi 20:34:54 drwxrwxr-x 4 1001 1001 4096 Jan 10 20:29 snap 20:34:54 -rw-rw-r-- 1 1001 1001 168 Jan 10 20:29 version.go [Pipeline] sh 20:34:55 + '[' -e coverage.out ] 20:34:55 + chown 1001:1001 coverage.out [Pipeline] stash 20:34:55 Warning: overwriting stash ‘coverage-report’ 20:34:56 Still waiting to schedule task 20:34:56 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 20:34:56 Stashed 1 file(s) [Pipeline] sh 20:34:57 + make build 20:34:57 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 20:35:07 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 20:35: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 20:35:32 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 20:35:37 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 20:35: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 20:35:43 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 20:35:48 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 20:35:49 Running on prd-ubuntu18.04-docker-8c-8g-19336 in /w/workspace/edgexfoundry_edgex-go_PR-3004 [Pipeline] { [Pipeline] ws 20:35:49 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 20:35:51 using credential edgex-jenkins-ssh 20:35:51 Cloning the remote Git repository 20:35:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 20:35:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:35:51 > git init /w/workspace/edgex-go/7 # timeout=10 20:35:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:35:51 > git --version # timeout=10 20:35:51 > git --version # 'git version 2.17.1' 20:35:51 using GIT_SSH to set credentials SSH Credentials for GitHub 20:35:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:35:56 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 20:35: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 20:36: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] } 20:36:06 $ docker stop --time=1 a9a55486134d00c7855ac9eb857f1da456aa827948f066cf3d2a85e8e90f025e 20:36:06 Merging remotes/origin/master commit 310fcf068b6662a9a98c00381981ed5406e42392 into PR head commit 99f43a558382153ff6feeb1ac2a2e2abad0eed90 20:36:06 Merge succeeded, producing 15d7336c25bb7b9eae798479a1c7580017d6926a 20:36:06 Checking out Revision 15d7336c25bb7b9eae798479a1c7580017d6926a (PR-3004) 20:36:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:36:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:36:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:36:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:36:05 using GIT_SSH to set credentials SSH Credentials for GitHub 20:36:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3004/head:refs/remotes/origin/PR-3004 +refs/heads/master:refs/remotes/origin/master # timeout=10 20:36:06 > git config core.sparsecheckout # timeout=10 20:36:06 > git checkout -f 99f43a558382153ff6feeb1ac2a2e2abad0eed90 # timeout=10 20:36:06 > git remote # timeout=10 20:36:06 > git config --get remote.origin.url # timeout=10 20:36:06 using GIT_SSH to set credentials SSH Credentials for GitHub 20:36:06 > git merge 310fcf068b6662a9a98c00381981ed5406e42392 # timeout=10 20:36:06 > git rev-parse HEAD^{commit} # timeout=10 20:36:06 > git config core.sparsecheckout # timeout=10 20:36:06 > git checkout -f 15d7336c25bb7b9eae798479a1c7580017d6926a # timeout=10 20:36:08 $ docker rm -f a9a55486134d00c7855ac9eb857f1da456aa827948f066cf3d2a85e8e90f025e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 20:36:10 Commit message: "Merge commit '310fcf068b6662a9a98c00381981ed5406e42392' into HEAD" 20:36:10 First time build. Skipping changelog. [Pipeline] isUnix [Pipeline] sh 20:36:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:36:10 20:36:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:36:10 > git rev-list --no-walk add0fe1a2e6314269aae6c5b51fe9708488a51dd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:36:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:36:11 latest: Pulling from edgex-devops/edgex-compose-arm64 20:36:11 29e5d40040c1: Pulling fs layer 20:36:11 1ce36da41761: Pulling fs layer 20:36:11 25b303627fd3: Pulling fs layer 20:36:11 29e5d40040c1: Verifying Checksum 20:36:11 29e5d40040c1: Download complete 20:36:11 1ce36da41761: Verifying Checksum 20:36:11 1ce36da41761: Download complete 20:36:11 + echo snap-build.sh 20:36:11 snap-build.sh 20:36:11 + SNAP_BASE_DIR=. 20:36:11 + '[' '!' -z /w/workspace/edgex-go/7 ']' 20:36:11 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 20:36:11 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 20:36:11 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 20:36:11 + cd /w/workspace/edgex-go/7 20:36:11 + sudo apt-get remove -qy --purge lxd lxd-client 20:36:11 Reading package lists... 20:36:12 29e5d40040c1: Pull complete 20:36:12 Building dependency tree... 20:36:12 Reading state information... 20:36:12 The following packages were automatically installed and are no longer required: 20:36:12 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 20:36:12 uidmap xdelta3 20:36:12 Use 'sudo apt autoremove' to remove them. 20:36:12 The following packages will be REMOVED: 20:36:12 lxd* lxd-client* 20:36:12 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 20:36:12 After this operation, 31.7 MB disk space will be freed. 20:36:13 1ce36da41761: Pull complete 20:36: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.) 20:36:13 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 20:36:14 25b303627fd3: Verifying Checksum 20:36:14 25b303627fd3: Download complete 20:36:14 Removing lxd dnsmasq configuration 20:36:14 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 20:36:14 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 20:36:15 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 20:36: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.) 20:36:15 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 20:36:17 Processing triggers for systemd (237-3ubuntu10.42) ... 20:36:17 Processing triggers for ureadahead (0.100.0-21) ... 20:36:18 + sudo snap remove --purge lxd 20:36:18 snap "lxd" is not installed 20:36:18 + sudo groupadd --force --system lxd 20:36:18 ++ whoami 20:36:18 + sudo /usr/sbin/usermod -G lxd -a jenkins 20:36:18 + newgrp - lxd 20:36:18 + sudo snap install lxd 20:36:24 25b303627fd3: Pull complete 20:36:24 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 20:36:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:36:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 20:36:24 prd-ubuntu18.04-docker-arm64-4c-16g-19335 does not seem to be running inside a container 20:36:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:36:26 2021-01-10T20:36:23Z INFO Waiting for automatic snapd restart... 20:36:27 $ docker top 5d7488acaeb5499e0161dbd80b8642d30e37cde8c581015df48aa8607b0acabf -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:28 + docker-compose build --help 20:36:28 + grep parallel 20:36:32 --parallel Build images in parallel. [Pipeline] } 20:36:32 $ docker stop --time=1 5d7488acaeb5499e0161dbd80b8642d30e37cde8c581015df48aa8607b0acabf 20:36:34 $ docker rm -f 5d7488acaeb5499e0161dbd80b8642d30e37cde8c581015df48aa8607b0acabf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:36:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 20:36:35 . [Pipeline] withDockerContainer 20:36:35 prd-ubuntu18.04-docker-arm64-4c-16g-19335 does not seem to be running inside a container 20:36:35 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 20:36:37 $ docker top 46cba7481954c62bd65a448cdb51f07e70ed582bd926f1a26c35e6555354bad2 -eo pid,comm [Pipeline] { [Pipeline] sh 20:36:38 + docker-compose -f ./docker-compose-build.yml build --parallel 20:36:41 lxd 4.9 from Canonical* installed 20:36:41 + sudo lxd init --auto 20:36:42 Building docker-core-command-go ... 20:36:42 Building docker-core-data-go ... 20:36:42 Building docker-core-metadata-go ... 20:36:42 Building docker-security-bootstrap-redis-go ... 20:36:42 Building docker-security-proxy-setup-go ... 20:36:42 Building docker-security-secretstore-setup-go ... 20:36:42 Building docker-support-notifications-go ... 20:36:42 Building docker-support-scheduler-go ... 20:36:42 Building docker-sys-mgmt-agent-go ... 20:36:42 Building docker-sys-mgmt-agent-go 20:36:42 Building docker-security-secretstore-setup-go 20:36:42 Building docker-support-scheduler-go 20:36:42 Building docker-security-proxy-setup-go 20:36:42 Building docker-security-bootstrap-redis-go 20:36:49 + sudo snap install --classic snapcraft 20:36:56 snapcraft 4.4.4 from Canonical* installed 20:36:56 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 20:36:56 + patch --verbose -p1 20:36:56 Hmm... Looks like a unified diff to me... 20:36:56 The text leading up to this was: 20:36:56 -------------------------- 20:36:56 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 20:36:56 |From: Tony Espy 20:36:56 |Date: Wed, 16 Dec 2020 16:34:55 -0500 20:36:56 |Subject: [PATCH] optimize snap build for pipeline CI check 20:36:56 | 20:36:56 |This patch is used by the EdgeX CI pipeline builds to 20:36:56 |optimize the snap CI check run for pull requests. When 20:36:56 |applied, it essentially strips out everything (apps and 20:36:56 |parts) from the snapcraft.yaml file except those required 20:36:56 |to build edgex-go, as the whole idea of the CI check is to 20:36:56 |catch changes to edgex-go that break the snap build. 20:36:56 | 20:36:56 |In general, anyone updating snapcraft.yaml will also need 20:36:56 |to update this patch file, otherwise it may fail to apply, 20:36:56 |resulting in a failed snap build CI check in the associated 20:36:56 |pull request. 20:36:56 | 20:36:56 |Note - in addition to applying this patch, the pipeline also 20:36:56 |only primes the snap (e.g. `snapcraft prime`), as there's no 20:36:56 |need to build the finally binary .snap file (and it won't 20:36:56 |work with the patch applied). This further reduces the build 20:36:56 |time. 20:36:56 |--- 20:36:56 | snap/snapcraft.yaml | 461 +------------------------------------------- 20:36:56 | 1 file changed, 2 insertions(+), 459 deletions(-) 20:36:56 | 20:36:56 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 20:36:56 |index 1e537489..faf42425 100644 20:36:56 |--- a/snap/snapcraft.yaml 20:36:56 |+++ b/snap/snapcraft.yaml 20:36:56 -------------------------- 20:36:56 patching file snap/snapcraft.yaml 20:36:56 Using Plan A... 20:36:56 Hunk #1 succeeded at 73. 20:36:56 Hunk #2 succeeded at 202 with fuzz 1. 20:36:56 Hunk #3 succeeded at 214. 20:36:56 Hunk #4 succeeded at 222. 20:36:56 Hunk #5 succeeded at 229. 20:36:56 Hunk #6 succeeded at 256. 20:36:56 Hunk #7 succeeded at 290. 20:36:56 Hunk #8 succeeded at 342 (offset 1 line). 20:36:56 Hmm... Ignoring the trailing garbage. 20:36:56 done 20:36:56 + sudo snapcraft prime --use-lxd 20:36:57 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 20:36:57 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: 20:36:57 - README.md 20:36:57 - snapcraft.yaml.orig 20:36:57 20:36:57 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:36:58 Launching a container. 20:37:10 Waiting for container to be ready 20:37:10 To start your first instance, try: lxc launch ubuntu:18.04 20:37:10 20:37:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 20:37:13 Waiting for network to be ready... 20:37:13 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:37:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:37:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 20:37:13 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:37:14 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:37:14 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:37:14 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:37:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:37:14 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:37:14 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:37:14 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:37:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 20:37:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 20:37:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 20:37:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 20:37:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 20:37:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 20:37:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 20:37:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:37:14 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] 20:37:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 20:37:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 20:37:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 20:37:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 20:37:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 20:37:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 20:37:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 20:37:18 Fetched 23.7 MB in 5s (4507 kB/s) 20:37:19 Reading package lists... 20:37:19 Reading package lists... 20:37:19 Building dependency tree... 20:37:19 Reading state information... 20:37:20 The following additional packages will be installed: 20:37:20 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:37:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:37:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:37:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 20:37:20 Suggested packages: 20:37:20 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 20:37:20 Recommended packages: 20:37:20 gnupg libsasl2-modules 20:37:20 The following NEW packages will be installed: 20:37:20 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 20:37:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 20:37:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 20:37:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 20:37:20 The following packages will be upgraded: 20:37:20 gpg gpg-agent gpgconf libudev1 20:37:20 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 20:37:20 Need to get 3532 kB of archives. 20:37:20 After this operation, 13.3 MB of additional disk space will be used. 20:37:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 20:37:20 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 20:37:20 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 20:37:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 20:37:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 20:37:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 20:37:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 20:37:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 20:37:20 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 20:37:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 20:37:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 20:37:21 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 20:37:21 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 20:37:21 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 20:37:21 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 20:37:21 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 20:37:21 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 20:37:21 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 20:37:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 20:37:21 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 20:37:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 20:37:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 20:37:21 debconf: delaying package configuration, since apt-utils is not installed 20:37:21 Fetched 3532 kB in 1s (3165 kB/s) 20:37:21 (Reading database ... 12511 files and directories currently installed.) 20:37:21 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 20:37:21 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 20:37:21 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 20:37:21 Selecting previously unselected package udev. 20:37:21 (Reading database ... 12511 files and directories currently installed.) 20:37:21 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 20:37:21 Unpacking udev (237-3ubuntu10.43) ... 20:37:22 Selecting previously unselected package libfuse2:amd64. 20:37:22 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 20:37:22 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:37:22 Selecting previously unselected package fuse. 20:37:22 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 20:37:22 Unpacking fuse (2.9.7-1ubuntu1) ... 20:37:22 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 20:37:22 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:37:22 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 20:37:22 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:37:22 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 20:37:22 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:37:22 Selecting previously unselected package libksba8:amd64. 20:37:22 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 20:37:22 Unpacking libksba8:amd64 (1.3.5-2) ... 20:37:22 Selecting previously unselected package libroken18-heimdal:amd64. 20:37:22 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:22 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:22 Selecting previously unselected package libasn1-8-heimdal:amd64. 20:37:22 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:22 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:23 Selecting previously unselected package libheimbase1-heimdal:amd64. 20:37:23 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:23 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:23 Selecting previously unselected package libhcrypto4-heimdal:amd64. 20:37:23 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:23 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:23 Selecting previously unselected package libwind0-heimdal:amd64. 20:37:23 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:23 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:23 Selecting previously unselected package libhx509-5-heimdal:amd64. 20:37:23 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:23 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:23 Selecting previously unselected package libkrb5-26-heimdal:amd64. 20:37:23 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:23 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:23 Selecting previously unselected package libheimntlm0-heimdal:amd64. 20:37:23 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:23 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:23 Selecting previously unselected package libgssapi3-heimdal:amd64. 20:37:23 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 20:37:23 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:23 Selecting previously unselected package libsasl2-modules-db:amd64. 20:37:23 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:37:23 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:37:23 Selecting previously unselected package libsasl2-2:amd64. 20:37:23 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 20:37:23 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:37:23 Selecting previously unselected package libldap-common. 20:37:23 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 20:37:23 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 20:37:23 Selecting previously unselected package libldap-2.4-2:amd64. 20:37:23 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 20:37:23 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 20:37:24 Selecting previously unselected package dirmngr. 20:37:24 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 20:37:24 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 20:37:24 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 20:37:24 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 20:37:24 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 20:37:24 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:37:24 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 20:37:24 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 20:37:24 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:24 Setting up libksba8:amd64 (1.3.5-2) ... 20:37:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:37:24 Setting up udev (237-3ubuntu10.43) ... 20:37:24 invoke-rc.d: policy-rc.d denied execution of start. 20:37:24 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:24 Processing triggers for systemd (237-3ubuntu10) ... 20:37:25 Setting up fuse (2.9.7-1ubuntu1) ... 20:37:25 Setting up gpg (2.2.4-1ubuntu1.3) ... 20:37:25 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:25 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:25 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:25 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:25 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:25 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:25 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 20:37:25 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 20:37:25 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 20:37:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:37:25 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 20:37:25 settings in the [Install] section, and DefaultInstance for template units). 20:37:25 This means they are not meant to be enabled using systemctl. 20:37:25 Possible reasons for having this kind of units are: 20:37:25 1) A unit may be statically enabled by being symlinked from another unit's 20:37:25 .wants/ or .requires/ directory. 20:37:25 2) A unit's purpose may be to act as a helper for some other unit which has 20:37:25 a requirement dependency on it. 20:37:25 3) A unit may be started when needed via activation (socket, path, timer, 20:37:25 D-Bus, udev, scripted systemctl call, ...). 20:37:25 4) In case of template units, the unit is meant to be enabled with some 20:37:25 instance name specified. 20:37:25 Reading package lists... 20:37:26 Building dependency tree... 20:37:26 Reading state information... 20:37:26 The following additional packages will be installed: 20:37:26 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 20:37:26 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 20:37:26 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 20:37:26 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 20:37:26 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 20:37:26 Suggested packages: 20:37:26 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 20:37:26 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 20:37:26 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 20:37:26 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 20:37:26 systemd-container policykit-1 20:37:26 Recommended packages: 20:37:26 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 20:37:26 The following NEW packages will be installed: 20:37:26 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 20:37:26 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 20:37:26 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 20:37:26 multiarch-support openssh-client python3 python3-minimal python3.6 20:37:26 python3.6-minimal snapd squashfs-tools sudo 20:37:26 The following packages will be upgraded: 20:37:26 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 20:37:26 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 20:37:26 Need to get 35.2 MB of archives. 20:37:26 After this operation, 141 MB of additional disk space will be used. 20:37:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 20:37:26 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 20:37:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 20:37:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 20:37:27 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 20:37:27 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 20:37:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 20:37:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 20:37:27 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 20:37:27 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 20:37:27 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 20:37:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 20:37:27 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 20:37:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 20:37:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 20:37:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 20:37:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 20:37:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 20:37:27 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 20:37:27 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 20:37:27 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 20:37:27 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 20:37:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 20:37:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 20:37:27 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 20:37:27 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 20:37:27 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 20:37:27 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 20:37:27 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 20:37:27 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 20:37:28 debconf: delaying package configuration, since apt-utils is not installed 20:37:28 Fetched 35.2 MB in 2s (16.7 MB/s) 20:37:28 (Reading database ... 12757 files and directories currently installed.) 20:37:28 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 20:37:28 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 20:37:29 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 20:37:29 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 20:37:29 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 20:37:29 (Reading database ... 12757 files and directories currently installed.) 20:37:29 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 20:37:29 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 20:37:30 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 20:37:30 (Reading database ... 12757 files and directories currently installed.) 20:37:30 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 20:37:30 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 20:37:30 Setting up apt (1.6.12ubuntu0.2) ... 20:37:30 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 20:37:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 20:37:31 (Reading database ... 12764 files and directories currently installed.) 20:37:31 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 20:37:31 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 20:37:31 Selecting previously unselected package libpython3.6-minimal:amd64. 20:37:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:37:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:37:31 Selecting previously unselected package libexpat1:amd64. 20:37:31 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 20:37:31 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:37:31 Selecting previously unselected package python3.6-minimal. 20:37:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:37:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 20:37:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 20:37:31 Checking for services that may need to be restarted...done. 20:37:31 Checking for services that may need to be restarted...done. 20:37:31 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:37:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 20:37:32 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 20:37:33 Selecting previously unselected package python3-minimal. 20:37:33 (Reading database ... 13012 files and directories currently installed.) 20:37:33 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 20:37:33 Unpacking python3-minimal (3.6.7-1~18.04) ... 20:37:33 Selecting previously unselected package mime-support. 20:37:33 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 20:37:33 Unpacking mime-support (3.60ubuntu1) ... 20:37:33 Selecting previously unselected package libmpdec2:amd64. 20:37:33 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 20:37:33 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:37:33 Selecting previously unselected package libpython3.6-stdlib:amd64. 20:37:33 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:37:33 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:37:33 Selecting previously unselected package python3.6. 20:37:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 20:37:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 20:37:33 Selecting previously unselected package libpython3-stdlib:amd64. 20:37:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 20:37:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:37:33 Setting up python3-minimal (3.6.7-1~18.04) ... 20:37:33 Selecting previously unselected package python3. 20:37:33 (Reading database ... 13442 files and directories currently installed.) 20:37:33 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 20:37:33 Unpacking python3 (3.6.7-1~18.04) ... 20:37:33 Selecting previously unselected package multiarch-support. 20:37:33 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 20:37:33 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 20:37:34 Setting up multiarch-support (2.27-3ubuntu1.4) ... 20:37:34 Selecting previously unselected package liblzo2-2:amd64. 20:37:34 (Reading database ... 13479 files and directories currently installed.) 20:37:34 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 20:37:34 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 20:37:34 Selecting previously unselected package libbsd0:amd64. 20:37:34 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 20:37:34 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:37:34 Selecting previously unselected package sudo. 20:37:34 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 20:37:34 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 20:37:34 Selecting previously unselected package apparmor. 20:37:34 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 20:37:34 Unpacking apparmor (2.12-4ubuntu5.1) ... 20:37:34 Selecting previously unselected package libedit2:amd64. 20:37:34 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 20:37:34 Unpacking libedit2:amd64 (3.1-20170329-1) ... 20:37:34 Selecting previously unselected package libkrb5support0:amd64. 20:37:34 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 20:37:34 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:37:34 Selecting previously unselected package libk5crypto3:amd64. 20:37:34 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 20:37:34 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:37:34 Selecting previously unselected package libkeyutils1:amd64. 20:37:34 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 20:37:34 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:37:34 Selecting previously unselected package libkrb5-3:amd64. 20:37:34 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 20:37:34 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:37:35 Selecting previously unselected package libgssapi-krb5-2:amd64. 20:37:35 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 20:37:35 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:37:35 Selecting previously unselected package libssl1.0.0:amd64. 20:37:35 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 20:37:35 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 20:37:35 Selecting previously unselected package openssh-client. 20:37:35 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 20:37:35 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 20:37:35 Selecting previously unselected package squashfs-tools. 20:37:35 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 20:37:35 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:37:35 Selecting previously unselected package snapd. 20:37:35 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 20:37:35 Unpacking snapd (2.48+18.04) ... 20:37:39 Setting up libedit2:amd64 (3.1-20170329-1) ... 20:37:39 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 20:37:39 Setting up mime-support (3.60ubuntu1) ... 20:37:39 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 20:37:39 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 20:37:39 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 20:37:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:37:39 Setting up systemd (237-3ubuntu10.43) ... 20:37:39 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 20:37:39 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 20:37:39 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 20:37:40 Setting up liblzo2-2:amd64 (2.08-1.2) ... 20:37:40 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 20:37:40 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 20:37:40 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 20:37:41 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 20:37:41 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 20:37:41 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 20:37:41 Setting up python3 (3.6.7-1~18.04) ... 20:37:41 running python rtupdate hooks for python3.6... 20:37:41 running python post-rtupdate hooks for python3.6... 20:37:41 Setting up apparmor (2.12-4ubuntu5.1) ... 20:37:43 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 20:37:43 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 20:37:43 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 20:37:44 Setting up snapd (2.48+18.04) ... 20:37:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 20:37:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 20:37:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 20:37:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 20:37:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:37:45 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 20:37:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 20:37:45 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 20:37:45 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 20:37:46 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 20:37:46 /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' 20:37:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 20:37:46 Processing triggers for systemd (237-3ubuntu10.43) ... 20:37:47 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:37:47 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:37:47 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:37:48 Reading package lists... 20:37:48 Reading package lists... 20:37:48 Building dependency tree... 20:37:48 Reading state information... 20:37:48 Calculating upgrade... 20:37:49 The following packages will be upgraded: 20:37:49 advancecomp base-files bash binutils binutils-common 20:37:49 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 20:37:49 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 20:37:49 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 20:37:49 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 20:37:49 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 20:37:49 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 20:37:49 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 20:37:49 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 20:37:49 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 20:37:49 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 20:37:49 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 20:37:49 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 20:37:49 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 20:37:49 ubuntu-keyring util-linux 20:37:49 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 20:37:49 Need to get 63.7 MB of archives. 20:37:49 After this operation, 5203 kB of additional disk space will be used. 20:37:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 20:37:49 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 20:37:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 20:37:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 20:37:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 20:37:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 20:37:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 20:37:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 20:37:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 20:37:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 20:37:49 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 20:37:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 20:37:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 20:37:49 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 20:37:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 20:37:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 20:37:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 20:37:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 20:37:49 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 20:37:49 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 20:37:49 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 20:37:49 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 20:37:49 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 20:37:49 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 20:37:49 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 20:37:49 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 20:37:49 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 20:37:49 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 20:37:49 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 20:37:49 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 20:37:49 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 20:37:49 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 20:37:49 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 20:37:49 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 20:37:49 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 20:37:49 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 20:37:49 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 20:37:49 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 20:37:49 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 20:37:49 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 20:37:49 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 20:37:49 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 20:37:49 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 20:37:49 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 20:37:49 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 20:37:49 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 20:37:49 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 20:37:49 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 20:37:49 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 20:37:49 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 20:37:49 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 20:37:49 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 20:37:49 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 20:37:49 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 20:37:49 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 20:37:49 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 20:37:50 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 20:37:50 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 20:37:50 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 20:37:50 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 20:37:50 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 20:37:50 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 20:37:50 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 20:37:50 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 20:37:50 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 20:37:50 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 20:37:50 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 20:37:50 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 20:37:50 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 20:37:50 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 20:37:50 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 20:37:50 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 20:37:50 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 20:37:50 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 20:37:50 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 20:37:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:37:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:37:50 ---> f0547f24d514 20:37:50 Step 3/24 : WORKDIR /edgex-go 20:37:50 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 20:37:50 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 20:37:50 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 20:37:50 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 20:37:50 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 20:37:50 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 20:37:50 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 20:37:50 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 20:37:50 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 20:37:50 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 20:37:50 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 20:37:50 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 20:37:50 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 20:37:50 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 20:37:50 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 20:37:50 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 20:37:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:37:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:37:50 ---> f0547f24d514 20:37:50 Step 3/21 : WORKDIR /edgex-go 20:37:51 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 20:37:51 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 20:37:51 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 20:37:51 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 20:37:51 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 20:37:51 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 20:37:51 debconf: delaying package configuration, since apt-utils is not installed 20:37:51 Fetched 63.7 MB in 2s (34.2 MB/s) 20:37:51 (Reading database ... 13912 files and directories currently installed.) 20:37:51 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 20:37:51 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:37:51 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:37:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 20:37:51 ---> f0547f24d514 20:37:51 Step 3/26 : WORKDIR /edgex-go 20:37:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:37:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 20:37:51 ---> f0547f24d514 20:37:51 Step 3/21 : WORKDIR /edgex-go 20:37:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:37:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:37:51 ---> f0547f24d514 20:37:51 Step 3/22 : WORKDIR /edgex-go 20:37:52 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 20:37:52 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:37:52 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 20:37:52 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 20:37:52 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:53 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:53 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:53 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:53 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:53 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:53 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:53 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:53 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:53 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:53 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:53 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:53 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:53 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:53 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 20:37:54 (Reading database ... 13911 files and directories currently installed.) 20:37:54 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:54 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 20:37:54 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 20:37:54 (Reading database ... 13911 files and directories currently installed.) 20:37:54 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:54 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:54 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:54 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:54 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 20:37:54 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 20:37:54 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 20:37:54 (Reading database ... 13911 files and directories currently installed.) 20:37:54 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 20:37:55 ---> Running in 0005d80056e4 20:37:55 ---> Running in 74d8cc3ebebb 20:37:55 ---> Running in 93e9f27aff7b 20:37:55 ---> Running in 053f237e7783 20:37:55 ---> Running in 9ae2bd4735d6 20:37:55 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:37:55 Removing intermediate container 74d8cc3ebebb 20:37:55 ---> dbec5698dfb0 20:37:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:37:55 Removing intermediate container 9ae2bd4735d6 20:37:55 ---> ce51e236e68f 20:37:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:37:55 Removing intermediate container 053f237e7783 20:37:55 ---> 652f475cca89 20:37:55 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:37:55 Removing intermediate container 0005d80056e4 20:37:55 ---> 4dfce763daa3 20:37:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:37:55 Removing intermediate container 93e9f27aff7b 20:37:55 ---> 5a64adb11266 20:37:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:37:55 ---> Running in dde13bb5ae9b 20:37:55 ---> Running in 2b699d40c32f 20:37:55 ---> Running in 212b9940c812 20:37:55 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 20:37:55 (Reading database ... 13911 files and directories currently installed.) 20:37:55 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 20:37:55 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 20:37:55 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 20:37:55 ---> Running in ece20c219722 20:37:55 ---> Running in d8941b07dc79 20:37:55 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 20:37:55 Setting up base-files (10.1ubuntu2.10) ... 20:37:56 Installing new version of config file /etc/issue ... 20:37:56 Installing new version of config file /etc/issue.net ... 20:37:56 Installing new version of config file /etc/lsb-release ... 20:37:56 Installing new version of config file /etc/update-motd.d/50-motd-news ... 20:37:56 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 20:37:56 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 20:37:56 Removing obsolete conffile /etc/default/motd-news ... 20:37:56 (Reading database ... 13912 files and directories currently installed.) 20:37:56 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 20:37:56 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 20:37:56 Setting up bash (4.4.18-2ubuntu1.2) ... 20:37:56 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 20:37:57 (Reading database ... 13912 files and directories currently installed.) 20:37:57 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 20:37:57 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 20:37:57 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 20:37:57 (Reading database ... 13912 files and directories currently installed.) 20:37:57 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 20:37:57 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 20:37:57 Setting up tar (1.29b-2ubuntu0.1) ... 20:37:57 (Reading database ... 13912 files and directories currently installed.) 20:37:57 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 20:37:57 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:37:57 Setting up dpkg (1.19.0.5ubuntu2.3) ... 20:37:57 (Reading database ... 13912 files and directories currently installed.) 20:37:57 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 20:37:57 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:37:58 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 20:37:58 (Reading database ... 13912 files and directories currently installed.) 20:37:58 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 20:37:58 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:37:58 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 20:37:58 (Reading database ... 13912 files and directories currently installed.) 20:37:58 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 20:37:58 Unpacking grep (3.1-2build1) over (3.1-2) ... 20:37:58 Setting up grep (3.1-2build1) ... 20:37:58 (Reading database ... 13912 files and directories currently installed.) 20:37:58 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 20:37:58 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:37:58 Setting up login (1:4.5-1ubuntu2) ... 20:37:58 (Reading database ... 13912 files and directories currently installed.) 20:37:58 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 20:37:58 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:37:59 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 20:37:59 (Reading database ... 13912 files and directories currently installed.) 20:37:59 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 20:37:59 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:37:59 Removing intermediate container 2b699d40c32f 20:37:59 ---> 51a4ead303bc 20:37:59 Step 5/22 : RUN apk add --update --no-cache make git 20:37:59 ---> Running in e5c0f0dd7cbb 20:37:59 Removing intermediate container 212b9940c812 20:37:59 ---> f92df1b31b16 20:37:59 Step 5/26 : RUN apk add --update --no-cache make bash git 20:37:59 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 20:37:59 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:37:59 Removing intermediate container dde13bb5ae9b 20:37:59 ---> 4b37834e2f41 20:37:59 Step 5/24 : RUN apk add --update --no-cache make git 20:37:59 ---> Running in fb15ddbed8db 20:38:00 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 20:38:00 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:38:00 ---> Running in 740bd1df3a46 20:38:00 Removing intermediate container d8941b07dc79 20:38:00 ---> c5bf87e75397 20:38:00 Step 5/21 : RUN apk add --update --no-cache make git 20:38:00 Removing intermediate container ece20c219722 20:38:00 ---> f5ca6f74b897 20:38:00 Step 5/21 : RUN apk add --update --no-cache make git 20:38:00 ---> Running in 0c5530ab32dd 20:38:00 ---> Running in d6ce2e845b3f 20:38:00 Setting up perl-base (5.26.1-6ubuntu0.5) ... 20:38:00 (Reading database ... 13912 files and directories currently installed.) 20:38:00 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 20:38:00 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 20:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:38:01 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:38:01 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:38:01 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 20:38:01 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 20:38:01 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 20:38:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:38:02 (Reading database ... 13912 files and directories currently installed.) 20:38:02 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 20:38:02 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 20:38:02 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 20:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:38:02 (Reading database ... 13912 files and directories currently installed.) 20:38:02 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:38:02 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:38:02 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:38:02 (Reading database ... 13912 files and directories currently installed.) 20:38:02 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:38:02 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:38:02 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:38:02 (Reading database ... 13912 files and directories currently installed.) 20:38:02 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:38:02 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:38:03 OK: 217 MiB in 51 packages 20:38:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:38:03 OK: 217 MiB in 51 packages 20:38:03 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:38:03 (Reading database ... 13912 files and directories currently installed.) 20:38:03 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:38:03 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:38:03 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:38:03 (Reading database ... 13912 files and directories currently installed.) 20:38:03 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 20:38:03 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:38:03 OK: 217 MiB in 51 packages 20:38:03 OK: 217 MiB in 51 packages 20:38:03 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 20:38:03 OK: 217 MiB in 51 packages 20:38:04 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:38:04 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 20:38:04 (Reading database ... 13912 files and directories currently installed.) 20:38:04 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 20:38:04 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:38:04 Removing intermediate container e5c0f0dd7cbb 20:38:04 ---> 47cb938e41ec 20:38:04 Step 6/22 : COPY go.mod . 20:38:04 Removing intermediate container fb15ddbed8db 20:38:04 ---> 066bc6544d34 20:38:04 Step 6/26 : COPY go.mod . 20:38:04 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 20:38:05 (Reading database ... 13912 files and directories currently installed.) 20:38:05 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:38:05 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:38:05 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 20:38:05 Removing intermediate container 740bd1df3a46 20:38:05 ---> 9c10fe6c82c9 20:38:05 Step 6/24 : COPY go.mod . 20:38:05 (Reading database ... 13912 files and directories currently installed.) 20:38:05 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:38:05 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:38:05 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 20:38:05 (Reading database ... 13912 files and directories currently installed.) 20:38:05 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:38:05 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:38:05 Removing intermediate container d6ce2e845b3f 20:38:05 ---> bfe22aa1036f 20:38:05 Step 6/21 : COPY go.mod . 20:38:05 Removing intermediate container 0c5530ab32dd 20:38:05 ---> 23e46fdb7f5f 20:38:05 Step 6/21 : COPY go.mod . 20:38:05 ---> 5a1c96ab0b3e 20:38:05 Step 7/22 : RUN go mod download 20:38:06 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 20:38:06 ---> f7820fda1bcf 20:38:06 Step 7/26 : RUN go mod download 20:38:06 ---> Running in d9346a46adab 20:38:06 ---> 457c8c1a53ae 20:38:06 Step 7/24 : RUN go mod download 20:38:06 ---> Running in c2104e3f91f4 20:38:06 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 20:38:06 ---> Running in ec7b61e4ecdb 20:38:06 ---> c59e9a1bad65 20:38:06 Step 7/21 : RUN go mod download 20:38:06 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 20:38:06 (Reading database ... 13912 files and directories currently installed.) 20:38:06 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 20:38:06 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 20:38:06 ---> 35f101aed72c 20:38:06 Step 7/21 : RUN go mod download 20:38:06 ---> Running in 65d112482cb2 20:38:07 Setting up libc-bin (2.27-3ubuntu1.4) ... 20:38:07 (Reading database ... 13912 files and directories currently installed.) 20:38:07 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 20:38:07 ---> Running in 0711b78479b4 20:38:07 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 20:38:07 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 20:38:07 (Reading database ... 13914 files and directories currently installed.) 20:38:07 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 20:38:07 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 20:38:07 Setting up debconf (1.5.66ubuntu1) ... 20:38:08 (Reading database ... 13914 files and directories currently installed.) 20:38:08 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:38:08 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:38:08 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:38:08 (Reading database ... 13914 files and directories currently installed.) 20:38:08 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:38:08 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:38:08 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 20:38:08 (Reading database ... 13914 files and directories currently installed.) 20:38:08 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 20:38:09 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:38:09 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 20:38:09 (Reading database ... 13914 files and directories currently installed.) 20:38:09 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 20:38:09 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 20:38:09 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 20:38:09 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 20:38:09 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 20:38:09 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:38:09 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 20:38:09 (Reading database ... 13914 files and directories currently installed.) 20:38:09 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 20:38:09 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 20:38:10 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 20:38:10 (Reading database ... 13914 files and directories currently installed.) 20:38:10 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 20:38:10 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 20:38:10 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 20:38:10 (Reading database ... 13914 files and directories currently installed.) 20:38:10 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 20:38:10 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 20:38:10 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 20:38:10 Removing intermediate container d9346a46adab 20:38:10 ---> 8f7a87733392 20:38:10 Step 8/22 : COPY . . 20:38:10 (Reading database ... 13914 files and directories currently installed.) 20:38:10 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 20:38:10 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 20:38:10 Removing intermediate container c2104e3f91f4 20:38:10 ---> 3b81f2fe953d 20:38:10 Step 8/26 : COPY . . 20:38:11 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 20:38:11 (Reading database ... 13914 files and directories currently installed.) 20:38:11 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 20:38:11 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 20:38:11 Setting up passwd (1:4.5-1ubuntu2) ... 20:38:11 Removing intermediate container ec7b61e4ecdb 20:38:11 ---> 470a204a982e 20:38:11 Step 8/24 : COPY . . 20:38:11 (Reading database ... 13914 files and directories currently installed.) 20:38:11 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 20:38:11 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 20:38:11 Setting up gpgv (2.2.4-1ubuntu1.3) ... 20:38:11 (Reading database ... 13914 files and directories currently installed.) 20:38:11 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 20:38:12 Removing intermediate container 65d112482cb2 20:38:12 ---> fd0d0a414648 20:38:12 Step 8/21 : COPY . . 20:38:12 Removing intermediate container 0711b78479b4 20:38:12 ---> c1ff3d2ede72 20:38:12 Step 8/21 : COPY . . 20:38:12 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 20:38:12 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 20:38:12 (Reading database ... 13914 files and directories currently installed.) 20:38:12 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 20:38:12 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 20:38:12 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 20:38:12 (Reading database ... 13914 files and directories currently installed.) 20:38:12 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 20:38:12 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 20:38:12 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 20:38:12 (Reading database ... 13914 files and directories currently installed.) 20:38:12 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 20:38:12 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 20:38:12 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 20:38:13 (Reading database ... 13914 files and directories currently installed.) 20:38:13 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 20:38:13 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 20:38:13 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 20:38:13 (Reading database ... 13914 files and directories currently installed.) 20:38:13 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 20:38:13 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 20:38:13 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 20:38:13 (Reading database ... 13915 files and directories currently installed.) 20:38:13 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:38:13 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:38:13 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 20:38:13 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 20:38:13 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 20:38:14 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 20:38:14 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 20:38:14 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 20:38:14 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 20:38:14 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 20:38:14 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 20:38:14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 20:38:14 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 20:38:14 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 20:38:14 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 20:38:14 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 20:38:15 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 20:38:15 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 20:38:15 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 20:38:15 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 20:38:15 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 20:38:15 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 20:38:15 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 20:38:16 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 20:38:16 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 20:38:16 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 20:38:16 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 20:38:16 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 20:38:16 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:38:17 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:38:17 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:38:17 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:38:17 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:38:17 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:38:17 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 20:38:17 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 20:38:17 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:17 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:17 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:17 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:18 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:18 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:18 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:18 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:19 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:19 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:20 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:20 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:21 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:21 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:21 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:21 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:23 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 20:38:23 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 20:38:23 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:38:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:38:23 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 20:38:23 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:38:23 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 20:38:23 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 20:38:23 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 20:38:24 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 20:38:24 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:38:24 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:38:24 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 20:38:24 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 20:38:24 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 20:38:24 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 20:38:24 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:24 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 20:38:24 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:24 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:24 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:24 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 20:38:24 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 20:38:24 Setting up tzdata (2020f-0ubuntu0.18.04) ... 20:38:24 20:38:24 Current default time zone: 'Etc/UTC' 20:38:24 Local time is now: Sun Jan 10 20:38:24 UTC 2021. 20:38:24 Universal Time is now: Sun Jan 10 20:38:24 UTC 2021. 20:38:24 Run 'dpkg-reconfigure tzdata' if you wish to change it. 20:38:24 20:38:24 Setting up systemd-sysv (237-3ubuntu10.43) ... 20:38:24 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:24 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 20:38:24 Setting up mount (2.31.1-0.4ubuntu3.7) ... 20:38:24 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 20:38:24 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 20:38:24 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 20:38:25 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 20:38:25 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 20:38:25 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 20:38:25 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:25 Setting up procps (2:3.3.12-3ubuntu1.2) ... 20:38:25 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 20:38:25 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 20:38:25 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:25 Setting up patch (2.7.6-2ubuntu1.1) ... 20:38:25 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 20:38:25 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 20:38:25 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 20:38:25 Installing new version of config file /etc/ssl/openssl.cnf ... 20:38:25 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 20:38:25 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 20:38:25 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 20:38:27 Updating certificates in /etc/ssl/certs... 20:38:27 22 added, 17 removed; done. 20:38:27 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 20:38:27 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 20:38:27 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 20:38:27 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 20:38:27 Setting up pkgbinarymangler (138.18.04.1) ... 20:38:27 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 20:38:27 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 20:38:27 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 20:38:28 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 20:38:28 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:38:28 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 20:38:28 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 20:38:28 Setting up perl (5.26.1-6ubuntu0.5) ... 20:38:28 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 20:38:28 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 20:38:28 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 20:38:28 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 20:38:28 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 20:38:28 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 20:38:28 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 20:38:28 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 20:38:28 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 20:38:28 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:38:28 Processing triggers for systemd (237-3ubuntu10.43) ... 20:38:28 Processing triggers for mime-support (3.60ubuntu1) ... 20:38:28 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 20:38:28 Updating certificates in /etc/ssl/certs... 20:38:29 0 added, 0 removed; done. 20:38:29 Running hooks in /etc/ca-certificates/update.d... 20:38:29 done. 20:38:29 Reading package lists... 20:38:29 Building dependency tree... 20:38:29 Reading state information... 20:38:29 The following NEW packages will be installed: 20:38:29 apt-transport-https 20:38:29 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 20:38:29 Need to get 1696 B of archives. 20:38:29 After this operation, 153 kB of additional disk space will be used. 20:38:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 20:38:30 debconf: delaying package configuration, since apt-utils is not installed 20:38:30 Fetched 1696 B in 0s (8437 B/s) 20:38:30 Selecting previously unselected package apt-transport-https. 20:38:30 (Reading database ... 13929 files and directories currently installed.) 20:38:30 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 20:38:30 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 20:38:30 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 20:38:30 Waiting for network to be ready... 20:38:37 2021-01-10T20:38:33Z INFO Waiting for automatic snapd restart... 20:38:37 snapd 2.48.2 from Canonical* installed 20:38:38 "snapd" switched to the "latest/stable" channel 20:38:38 20:38:38 ---> 7cd7b5332e24 20:38:38 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 20:38:38 ---> 3fb1139af328 20:38:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 20:38:38 ---> 04e5c459d893 20:38:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 20:38:38 ---> f5b5038bd443 20:38:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 20:38:38 ---> 8450a13af3df 20:38:38 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 20:38:38 ---> Running in d882e2e78b21 20:38:38 ---> Running in aa5c82ff27f5 20:38:38 ---> Running in 8123c1aa9c82 20:38:38 ---> Running in f0b7dd78ef03 20:38:38 ---> Running in d6af20f0ad7b 20:38:38 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 20:38:38 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 20:38: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 20:38: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 20:38:38 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 20:38:41 core18 20201210 from Canonical* installed 20:38:41 "core18" switched to the "latest/stable" channel 20:38:41 20:38:45 snapcraft 4.4.4 from Canonical* installed 20:38:46 "snapcraft" switched to the "latest/stable" channel 20:38:46 20:38:49 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: 20:38:49 - README.md 20:38:49 - snapcraft.yaml.orig 20:38:49 20:38:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 20:38:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:38:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 20:38:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 20:38:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:38:57 Reading package lists... 20:38:57 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 20:39:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:39:03 Reading package lists... 20:39:03 Building dependency tree... 20:39:03 Reading state information... 20:39:03 Suggested packages: 20:39:03 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 20:39:03 git-gui gitk gitweb git-cvs git-mediawiki git-svn 20:39:03 Recommended packages: 20:39:03 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 20:39:03 The following NEW packages will be installed: 20:39:03 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 20:39:03 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 20:39:03 pkg-config zip 20:39:03 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 20:39:03 Need to get 7655 kB of archives. 20:39:03 After this operation, 43.7 MB of additional disk space will be used. 20:39:03 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 20:39:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 20:39:04 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 20:39:04 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 20:39:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 20:39:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 20:39:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 20:39:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 20:39:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 20:39:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 20:39:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 20:39:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 20:39:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 20:39:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 20:39:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 20:39:04 debconf: delaying package configuration, since apt-utils is not installed 20:39:04 Fetched 7655 kB in 1s (7039 kB/s) 20:39:05 Selecting previously unselected package libglib2.0-0:amd64. 20:39:05 (Reading database ... 13933 files and directories currently installed.) 20:39:05 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 20:39:05 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 20:39:05 Selecting previously unselected package libpsl5:amd64. 20:39:05 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 20:39:05 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 20:39:05 Selecting previously unselected package libnghttp2-14:amd64. 20:39:05 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 20:39:05 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:39:05 Selecting previously unselected package librtmp1:amd64. 20:39:05 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 20:39:05 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:39:05 Selecting previously unselected package libcurl3-gnutls:amd64. 20:39:05 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 20:39:05 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:39:05 Selecting previously unselected package liberror-perl. 20:39:05 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 20:39:05 Unpacking liberror-perl (0.17025-1) ... 20:39:06 Selecting previously unselected package git-man. 20:39:06 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 20:39:06 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 20:39:06 Selecting previously unselected package git. 20:39:06 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 20:39:06 Unpacking git (1:2.17.1-1ubuntu0.7) ... 20:39:07 Selecting previously unselected package libnorm1:amd64. 20:39:07 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 20:39:07 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:39:07 Selecting previously unselected package libpgm-5.2-0:amd64. 20:39:07 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 20:39:07 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:39:07 Selecting previously unselected package libsodium23:amd64. 20:39:07 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 20:39:07 Unpacking libsodium23:amd64 (1.0.16-2) ... 20:39:07 Selecting previously unselected package libzmq5:amd64. 20:39:07 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 20:39:07 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:39:07 Selecting previously unselected package libzmq3-dev:amd64. 20:39:07 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 20:39:07 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:39:07 Selecting previously unselected package pkg-config. 20:39:07 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 20:39:07 Unpacking pkg-config (0.29.1-0ubuntu2) ... 20:39:08 Selecting previously unselected package zip. 20:39:08 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 20:39:08 Unpacking zip (3.0-11build1) ... 20:39:08 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 20:39:08 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 20:39:08 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 20:39:08 Setting up liberror-perl (0.17025-1) ... 20:39:08 Setting up libpsl5:amd64 (0.19.1-5build1) ... 20:39:08 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 20:39:08 No schema files found: doing nothing. 20:39:08 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 20:39:08 Setting up zip (3.0-11build1) ... 20:39:08 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 20:39:08 Setting up libsodium23:amd64 (1.0.16-2) ... 20:39:08 Setting up pkg-config (0.29.1-0ubuntu2) ... 20:39:08 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 20:39:08 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 20:39:08 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 20:39:08 Setting up git (1:2.17.1-1ubuntu0.7) ... 20:39:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 20:39:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:39:15 git set to automatically installed. 20:39:15 git-man set to automatically installed. 20:39:15 libcurl3-gnutls set to automatically installed. 20:39:15 liberror-perl set to automatically installed. 20:39:15 libglib2.0-0 set to automatically installed. 20:39:15 libnghttp2-14 set to automatically installed. 20:39:15 libnorm1 set to automatically installed. 20:39:15 libpgm-5.2-0 set to automatically installed. 20:39:15 libpsl5 set to automatically installed. 20:39:15 librtmp1 set to automatically installed. 20:39:15 libsodium23 set to automatically installed. 20:39:15 libzmq3-dev set to automatically installed. 20:39:15 libzmq5 set to automatically installed. 20:39:15 pkg-config set to automatically installed. 20:39:15 zip set to automatically installed. 20:39:17 snapd is not logged in, snap install commands will use sudo 20:39:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 20:39:24 snap "core18" has no updates available 20:39:25 Pulling config-common 20:39:26 Pulling go-build-helper 20:39:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 20:39:52 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 20:39:52 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 20:39:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 20:39:52 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 20:39:52 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 20:39:52 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 20:39:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 20:39:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 20:39:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 20:39:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 20:39:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 20:39:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 20:39:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 20:39:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 20:39:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 20:39:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 20:39:52 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 20:39:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 20:39:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1833 kB] 20:39:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 20:39:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 20:39:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 20:39:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 20:39:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 20:39:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 20:39:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 20:39:52 Fetched 23.7 MB in 0s (0 B/s) 20:39:52 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 20:39:52 Fetched 96.5 kB in 0s (0 B/s) 20:39:52 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 20:39:52 Fetched 279 kB in 0s (0 B/s) 20:39:52 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 20:39:52 Fetched 122 kB in 0s (0 B/s) 20:39:52 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 20:39:52 Fetched 77.8 kB in 0s (0 B/s) 20:39:52 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 20:39:52 Fetched 8848 B in 0s (0 B/s) 20:39:52 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 20:39:52 Fetched 47.8 kB in 0s (0 B/s) 20:39:52 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 20:39:52 Fetched 45.6 kB in 0s (0 B/s) 20:39:52 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 20:39:52 Fetched 15.0 kB in 0s (0 B/s) 20:39:52 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 20:39:52 Fetched 214 kB in 0s (0 B/s) 20:39:52 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 20:39:52 Fetched 155 kB in 0s (0 B/s) 20:39:52 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 20:39:52 Fetched 50.6 kB in 0s (0 B/s) 20:39:52 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 20:39:52 Fetched 14.8 kB in 0s (0 B/s) 20:39:52 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 20:39:52 Fetched 41.8 kB in 0s (0 B/s) 20:39:52 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 20:39:52 Fetched 499 kB in 0s (0 B/s) 20:39:52 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 20:39:52 Fetched 111 kB in 0s (0 B/s) 20:39:52 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 20:39:52 Fetched 240 kB in 0s (0 B/s) 20:39:52 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 20:39:52 Fetched 29.3 kB in 0s (0 B/s) 20:39:52 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 20:39:52 Fetched 85.5 kB in 0s (0 B/s) 20:39:52 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 20:39:52 Fetched 24.5 kB in 0s (0 B/s) 20:39:52 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 20:39:52 Fetched 49.2 kB in 0s (0 B/s) 20:39:52 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 20:39:52 Fetched 54.2 kB in 0s (0 B/s) 20:39:52 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 20:39:52 Fetched 30.8 kB in 0s (0 B/s) 20:39:52 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 20:39:52 Fetched 17.0 kB in 0s (0 B/s) 20:39:52 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 20:39:52 Fetched 85.9 kB in 0s (0 B/s) 20:39:52 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 20:39:52 Fetched 8720 B in 0s (0 B/s) 20:39:52 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 20:39:52 Fetched 137 kB in 0s (0 B/s) 20:39:52 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 20:39:52 Fetched 119 kB in 0s (0 B/s) 20:39:52 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 20:39:52 Fetched 109 kB in 0s (0 B/s) 20:39:52 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 20:39:52 Fetched 11.1 kB in 0s (0 B/s) 20:39:52 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 20:39:52 Fetched 645 kB in 0s (0 B/s) 20:39:52 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 20:39:52 Fetched 41.3 kB in 0s (0 B/s) 20:39:52 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 20:39:52 Fetched 17.9 kB in 0s (0 B/s) 20:39:52 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 20:39:52 Fetched 368 kB in 0s (0 B/s) 20:39:52 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 20:39:52 Fetched 187 kB in 0s (0 B/s) 20:39:52 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 20:39:52 Fetched 175 kB in 0s (0 B/s) 20:39:52 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 20:39:52 Fetched 206 kB in 0s (0 B/s) 20:39:52 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 20:39:52 Fetched 1301 kB in 0s (0 B/s) 20:39:52 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 20:39:52 Fetched 36.2 kB in 0s (0 B/s) 20:39:52 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 20:39:52 Fetched 159 kB in 0s (0 B/s) 20:39:52 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 20:39:52 Fetched 107 kB in 0s (0 B/s) 20:39:52 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 20:39:52 Fetched 48.7 kB in 0s (0 B/s) 20:39:52 Pulling static-packages 20:39:53 'go115' has dependencies that need to be staged: go-build-helper static-packages 20:39:53 Skipping pull go-build-helper (already ran) 20:39:53 Skipping pull static-packages (already ran) 20:39:53 Building go-build-helper 20:39:57 Building static-packages 20:39:59 Staging go-build-helper 20:40:00 Staging static-packages 20:40:00 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 20:40: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 20:40:01 Pulling go115 20:40:02 'edgex-go' has dependencies that need to be staged: go115 20:40:02 Skipping pull go115 (already ran) 20:40:02 Building go115 20:40:02 % Total % Received % Xferd Average Speed Time Time Time Current 20:40:02 Dload Upload Total Spent Left Speed 20:40:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 10.8M 0 0 24.1M 0 0:00:04 --:--:-- 0:00:04 24.1M 43 115M 43 50.7M 0 0 34.9M 0 0:00:03 0:00:01 0:00:02 34.8M 74 115M 74 85.9M 0 0 35.0M 0 0:00:03 0:00:02 0:00:01 34.9M 100 115M 100 115M 0 0 38.2M 0 0:00:03 0:00:03 --:--:-- 38.2M 20:40:06 go1.15.2.linux-amd64.tar.gz: OK 20:40:09 Removing intermediate container 8123c1aa9c82 20:40:09 ---> c758d14869a1 20:40:09 20:40:09 Step 10/24 : FROM alpine:3.12 20:40:09 3.12: Pulling from library/alpine 20:40:09 Removing intermediate container f0b7dd78ef03 20:40:09 ---> e47832e5f11b 20:40:09 20:40:09 Step 10/22 : FROM alpine:3.12 20:40:09 Removing intermediate container d6af20f0ad7b 20:40:09 ---> f8f3aa310458 20:40:09 20:40:09 Step 10/21 : FROM alpine:3.12 20:40:09 3.12: Pulling from library/alpine 20:40:09 3.12: Pulling from library/alpine 20:40:10 Staging go115 20:40:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:40:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:40:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 20:40:11 Status: Downloaded newer image for alpine:3.12 20:40:11 ---> afeebe901d6b 20:40:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:40:11 Status: Downloaded newer image for alpine:3.12 20:40:11 ---> afeebe901d6b 20:40:11 Step 11/21 : RUN apk add --update --no-cache curl 20:40:11 Status: Downloaded newer image for alpine:3.12 20:40:11 ---> afeebe901d6b 20:40:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 20:40:11 Removing intermediate container aa5c82ff27f5 20:40:11 ---> befba34ce29a 20:40:11 20:40:11 Step 10/21 : FROM scratch 20:40:11 ---> 20:40:11 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:40:11 Removing intermediate container d882e2e78b21 20:40:11 ---> ac093450d7ff 20:40:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 20:40:11 ---> Running in b9886990b00c 20:40:11 ---> Running in 28a295039a70 20:40:11 ---> Running in 353c0142ea3f 20:40:11 ---> Running in 970dc604ca71 20:40:11 ---> Running in 94698aaac9b0 20:40:11 Removing intermediate container 28a295039a70 20:40:11 ---> 0cfb6ff180a3 20:40:11 Step 12/21 : ENV APP_PORT=48085 20:40:12 ---> Running in 79615269422b 20:40:12 Removing intermediate container 79615269422b 20:40:12 ---> 0af1895bdd97 20:40:12 Step 13/21 : EXPOSE $APP_PORT 20:40:12 ---> Running in 46126e807f87 20:40:13 Removing intermediate container 46126e807f87 20:40:13 ---> 29e15597cb78 20:40:13 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 20:40:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:40:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:40:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:40:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:40:14 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 20:40:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:40:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:40:14 ---> 3dc58da9497b 20:40:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 20:40:14 (1/5) Installing ca-certificates (20191127-r4) 20:40:14 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:40:14 (3/5) Installing libcurl (7.69.1-r3) 20:40:14 (4/5) Installing curl (7.69.1-r3) 20:40:14 (5/5) Installing dumb-init (1.2.2-r1) 20:40:14 Executing busybox-1.31.1-r19.trigger 20:40:14 (1/4) Installing ca-certificates (20191127-r4) 20:40:15 Executing ca-certificates-20191127-r4.trigger 20:40:15 (1/5) Installing ca-certificates (20191127-r4) 20:40:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 20:40:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 20:40:15 (3/4) Installing libcurl (7.69.1-r3) 20:40:15 (3/5) Installing libcurl (7.69.1-r3) 20:40:15 (4/4) Installing curl (7.69.1-r3) 20:40:15 (4/5) Installing curl (7.69.1-r3) 20:40:15 Executing busybox-1.31.1-r19.trigger 20:40:15 (5/5) Installing dumb-init (1.2.2-r1) 20:40:15 Executing busybox-1.31.1-r19.trigger 20:40:15 Executing ca-certificates-20191127-r4.trigger 20:40:15 Executing ca-certificates-20191127-r4.trigger 20:40:15 OK: 7 MiB in 19 packages 20:40:15 OK: 7 MiB in 18 packages 20:40:15 OK: 7 MiB in 19 packages 20:40:17 ---> 93f797f3b23e 20:40:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 20:40:17 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 20:40:17 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 20:40:17 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 20:40:17 Fetched 0 B in 0s (0 B/s) 20:40:17 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 20:40:17 Fetched 224 kB in 0s (0 B/s) 20:40:17 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 20:40:17 Fetched 157 kB in 0s (0 B/s) 20:40:17 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 20:40:17 Fetched 221 kB in 0s (0 B/s) 20:40:17 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 20:40:17 Fetched 143 kB in 0s (0 B/s) 20:40:17 Pulling edgex-go 20:40:18 Removing intermediate container b9886990b00c 20:40:18 ---> ab913890eb41 20:40:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:40:18 ---> 58863331d6a1 20:40:18 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 20:40:18 Removing intermediate container 353c0142ea3f 20:40:18 ---> f8426808277f 20:40:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 20:40:18 ---> Running in e0e9f31a30b5 20:40:18 Pulling version 20:40:18 ---> Running in fd0c5f78c48f 20:40:18 ---> Running in a24cc2335f3b 20:40:18 Removing intermediate container 94698aaac9b0 20:40:18 ---> 6c18d4ba0986 20:40:18 20:40:18 Step 11/26 : FROM docker:20.10.0 20:40:18 Removing intermediate container 970dc604ca71 20:40:18 ---> 8ae140acbe8d 20:40:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 20:40:19 20.10.0: Pulling from library/docker 20:40:19 ---> Running in 11d838755df7 20:40:19 Removing intermediate container e0e9f31a30b5 20:40:19 ---> 5b1dc3133dc0 20:40:19 Step 13/24 : WORKDIR / 20:40:19 ---> Running in 90aad2c050fb 20:40:19 Removing intermediate container a24cc2335f3b 20:40:19 ---> bd864fef2b1a 20:40:19 Step 13/21 : WORKDIR /edgex 20:40:19 Removing intermediate container fd0c5f78c48f 20:40:19 ---> 754249b4d877 20:40:19 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:40:19 Building config-common 20:40:19 ---> Running in 73349750195c 20:40:19 ---> Running in e6b598566710 20:40:20 Removing intermediate container 11d838755df7 20:40:20 ---> 1a06a7c66fbc 20:40:20 Step 13/22 : WORKDIR / 20:40:20 ---> Running in 4c3704954ad1 20:40:20 Removing intermediate container 90aad2c050fb 20:40:20 ---> 638110336c5c 20:40:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 20:40:20 Removing intermediate container 73349750195c 20:40:20 Removing intermediate container e6b598566710 20:40:20 ---> ab7b5b98a8f0 20:40:20 Step 19/21 : LABEL arch=arm64 20:40:20 ---> bc0fee37ab7d 20:40:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 20:40:21 ---> Running in d1e49ce5ed3c 20:40:21 Removing intermediate container 4c3704954ad1 20:40:21 ---> 6b159df28a69 20:40:21 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:40:21 Removing intermediate container d1e49ce5ed3c 20:40:21 ---> e630446308b3 20:40:21 Step 20/21 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:40:22 ---> Running in 621efc69d61e 20:40:22 ---> 9aa6d9629765 20:40:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 20:40:22 ---> c42c9dd0be1f 20:40:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 20:40:22 Skipping build go-build-helper (already ran) 20:40:22 Skipping build static-packages (already ran) 20:40:22 Skipping build go115 (already ran) 20:40:22 Building edgex-go 20:40:22 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 20:40:22 ---> d764e25ee788 20:40:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 20:40:22 Removing intermediate container 621efc69d61e 20:40:22 ---> 1de047d73c7d 20:40:22 Step 21/21 : LABEL version=0.0.0 20:40:23 ---> Running in 9c9065e19385 20:40:23 ---> 5d6da0e88693 20:40:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 20:40:23 go: downloading github.com/gorilla/mux v1.8.0 20:40:23 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 20:40:23 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 20:40:23 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 20:40:23 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 20:40:23 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 20:40:23 go: downloading github.com/OneOfOne/xxhash v1.2.8 20:40:23 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 20:40:23 go: downloading github.com/google/uuid v1.1.4 20:40:23 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 20:40:23 go: downloading github.com/x448/float16 v0.8.4 20:40:23 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 20:40:23 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 20:40:23 go: downloading github.com/pebbe/zmq4 v1.2.2 20:40:23 go: downloading github.com/go-playground/validator/v10 v10.3.0 20:40:23 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 20:40:23 go: downloading github.com/pelletier/go-toml v1.2.0 20:40:23 go: downloading github.com/go-kit/kit v0.8.0 20:40:23 go: downloading github.com/BurntSushi/toml v0.3.1 20:40:23 go: downloading github.com/go-redis/redis/v7 v7.2.0 20:40:23 go: downloading github.com/pkg/errors v0.8.1 20:40:23 go: downloading github.com/hashicorp/consul/api v1.1.0 20:40:23 go: downloading gopkg.in/yaml.v2 v2.4.0 20:40:23 go: downloading github.com/imdario/mergo v0.3.11 20:40:23 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 20:40:23 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 20:40:23 go: downloading github.com/hashicorp/serf v0.8.2 20:40:23 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 20:40:23 go: downloading github.com/mitchellh/mapstructure v1.1.2 20:40:23 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 20:40:23 go: downloading github.com/mitchellh/copystructure v1.0.0 20:40:23 go: downloading github.com/go-playground/universal-translator v0.17.0 20:40:23 go: downloading github.com/leodido/go-urn v1.2.0 20:40:23 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 20:40:23 go: downloading github.com/go-logfmt/logfmt v0.4.0 20:40:24 Removing intermediate container 9c9065e19385 20:40:24 ---> 84c408287da8 20:40:24 20:40:24 ---> 83129c72fd05 20:40:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 20:40:24 go: downloading github.com/mitchellh/reflectwalk v1.0.0 20:40:24 go: downloading github.com/go-playground/locales v0.13.0 20:40:24 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 20:40:24 ---> dc5e3aca1416 20:40:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 20:40:24 Successfully built 84c408287da8 20:40:24 Successfully tagged docker-support-scheduler-go-arm64:latest 20:40:24  Building docker-support-scheduler-go ... done Building docker-core-command-go 20:40:24 ---> 6fa4a12c83be 20:40:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 20:40:25 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 20:40:25 go: downloading github.com/hashicorp/golang-lru v0.5.0 20:40:25 ---> aef4406445b6 20:40:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 20:40:26 ---> 2b344f953f87 20:40:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 20:40:27 ---> 5bb1a764ae45 20:40:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 20:40:28 ---> Running in 8a4bbb62a09d 20:40:28 ---> f5fe7691b189 20:40:28 Step 18/22 : RUN chmod +x entrypoint.sh 20:40:30 ---> Running in 3a1528a759ee 20:40:30 Removing intermediate container 8a4bbb62a09d 20:40:30 ---> d33364394590 20:40:30 Step 18/21 : CMD ["--init=true"] 20:40:30 ---> 34995b409c11 20:40:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 20:40:31 ---> Running in ae1f0d6ccf5e 20:40:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 20:40:32 ---> 27ae9ab1ecd1 20:40:32 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 20:40:32 Removing intermediate container ae1f0d6ccf5e 20:40:32 ---> deb6027c4120 20:40:32 Step 19/21 : LABEL arch=arm64 20:40:32 ---> Running in 715756859b42 20:40:32 ---> Running in dc1905b40657 20:40:34 Removing intermediate container dc1905b40657 20:40:34 ---> 573a2056053f 20:40:34 Step 20/21 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:40:34 ---> Running in ab0911198015 20:40:34 Removing intermediate container 3a1528a759ee 20:40:34 ---> daecfb094a3a 20:40:34 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 20:40:34 ---> Running in 1b9f59660bd8 20:40:35 Removing intermediate container ab0911198015 20:40:35 ---> b736998b01e0 20:40:35 Step 21/21 : LABEL version=0.0.0 20:40:36 ---> Running in ceb14b89cfe0 20:40:36 Removing intermediate container 1b9f59660bd8 20:40:36 ---> cbb6fae7c4f6 20:40:36 Step 20/22 : LABEL arch=arm64 20:40:36 ---> Running in eefbeeb8167e 20:40:36 Removing intermediate container 715756859b42 20:40:36 ---> 779f62bb08b9 20:40:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 20:40:37 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 20:40:37 Removing intermediate container ceb14b89cfe0 20:40:37 ---> e548f969f886 20:40:37 20:40:37 ---> Running in 5b5417a85ef1 20:40:37 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 20:40:37 Successfully built e548f969f886 20:40:37 Removing intermediate container eefbeeb8167e 20:40:37 ---> 93006d1c01ee 20:40:37 Step 21/22 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:40:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 20:40:37  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 20:40:38 ---> Running in 6e2649a0a707 20:40:38 Removing intermediate container 5b5417a85ef1 20:40:38 ---> e9172baeb764 20:40:38 Step 22/24 : LABEL arch=arm64 20:40:38 ---> Running in 2a4d20d49a1d 20:40:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 20:40:38 Status: Downloaded newer image for docker:20.10.0 20:40:38 ---> eeaf43b92773 20:40:38 Step 12/26 : RUN apk add --no-cache bash 20:40:38 Removing intermediate container 6e2649a0a707 20:40:38 ---> 9dfc2a2f5bc4 20:40:38 Step 22/22 : LABEL version=0.0.0 20:40: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 20:40: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 20:40:38 go: downloading github.com/stretchr/testify v1.6.1 20:40:39 ---> Running in 77ce663d02cb 20:40:39 go: downloading github.com/pmezard/go-difflib v1.0.0 20:40:39 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 20:40:39 go: downloading github.com/davecgh/go-spew v1.1.1 20:40:39 ---> Running in 996f3034a2fe 20:40:39 Removing intermediate container 2a4d20d49a1d 20:40:39 ---> 63a278574abf 20:40:39 Step 23/24 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:40:39 ---> Running in 8751b5f7f000 20:40:40 Removing intermediate container 996f3034a2fe 20:40:40 ---> 92ad22a94ee6 20:40:40 20:40:40 Removing intermediate container 8751b5f7f000 20:40:40 ---> 8de7d99ab0ea 20:40:40 Step 24/24 : LABEL version=0.0.0 20:40:40 Successfully built 92ad22a94ee6 20:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:40:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:40:41 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 20:40:41  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go 20:40:41 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 20:40:41 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 20:40:41 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 20:40:41 ---> Running in 289a547ea056 20:40:41 (1/2) Installing readline (8.0.4-r0) 20:40:41 (2/2) Installing bash (5.0.17-r0) 20:40:41 Executing bash-5.0.17-r0.post-install 20:40:41 Executing busybox-1.31.1-r19.trigger 20:40:41 OK: 12 MiB in 22 packages 20:40: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 20:40:41 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 20:40:42 Removing intermediate container 289a547ea056 20:40:42 ---> a2812c323f49 20:40:42 20:40:42 Successfully built a2812c323f49 20:40:42 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 20:40:42  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 20:40:43 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 20:40:43 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 20:40:43 Removing intermediate container 77ce663d02cb 20:40:43 ---> 0c479582c6fe 20:40:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 20:40:43 ---> Running in 3d2a6fd03b3a 20:40:44 Removing intermediate container 3d2a6fd03b3a 20:40:44 ---> 0700bdfb67cc 20:40:44 Step 14/26 : ENV APP_PORT=48090 20:40:44 ---> Running in d53701360d67 20:40:44 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 20:40:45 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 20:40:45 Removing intermediate container d53701360d67 20:40:45 ---> 2799f554b1bb 20:40:45 Step 15/26 : EXPOSE $APP_PORT 20:40:46 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 20:40:46 ---> Running in 36af4d8a85bd 20:40:47 Removing intermediate container 36af4d8a85bd 20:40:47 ---> a40fb8d95a8c 20:40:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 20:40:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:40:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:40:48 ---> f0547f24d514 20:40:48 Step 3/22 : WORKDIR /edgex-go 20:40:48 ---> Using cache 20:40:48 ---> 5a64adb11266 20:40:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:40:48 ---> Using cache 20:40:48 ---> f5ca6f74b897 20:40:48 Step 5/22 : RUN apk add --update --no-cache make git 20:40:48 ---> Using cache 20:40:48 ---> bfe22aa1036f 20:40:48 Step 6/22 : COPY go.mod . 20:40:48 ---> Using cache 20:40:48 ---> c59e9a1bad65 20:40:48 Step 7/22 : RUN go mod download 20:40:48 ---> Using cache 20:40:48 ---> fd0d0a414648 20:40:48 Step 8/22 : COPY . . 20:40:48 Building version 20:40:49 ---> Using cache 20:40:49 ---> f5b5038bd443 20:40:49 Step 9/22 : RUN make cmd/core-command/core-command 20:40:50 ---> 4b458c18c9af 20:40:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 20:40:50 ---> Running in 38cdb1092b69 20:40:51 Staging config-common 20:40:51 Skipping stage go-build-helper (already ran) 20:40:51 Skipping stage static-packages (already ran) 20:40:51 Skipping stage go115 (already ran) 20:40:51 Staging edgex-go 20:40:52 Staging version 20:40:53 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 20:40:53 ---> ed70557722e3 20:40:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 20:40:54 Priming config-common 20:40:54 ---> b8189aceac92 20:40:54 Step 19/26 : RUN apk --no-cache add py3-pip 20:40:55 ---> Running in 87f63ca2ff3f 20:40:55 Priming go-build-helper 20:40:56 Priming static-packages 20:40:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:40:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:40:57 (1/33) Installing libbz2 (1.0.8-r1) 20:40:57 (2/33) Installing expat (2.2.9-r1) 20:40:57 (3/33) Installing libffi (3.3-r2) 20:40:57 (4/33) Installing gdbm (1.13-r1) 20:40:57 (5/33) Installing xz-libs (5.2.5-r0) 20:40:57 (6/33) Installing sqlite-libs (3.32.1-r0) 20:40:57 (7/33) Installing python3 (3.8.5-r0) 20:40:58 Priming go115 20:40:59 Priming edgex-go 20:40:59 (8/33) Installing py3-appdirs (1.4.4-r1) 20:40:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 20:40:59 (10/33) Installing py3-parsing (2.4.7-r0) 20:40:59 (11/33) Installing py3-six (1.15.0-r0) 20:40:59 (12/33) Installing py3-packaging (20.4-r0) 20:40:59 (13/33) Installing py3-setuptools (47.0.0-r0) 20:40:59 (14/33) Installing py3-chardet (3.0.4-r4) 20:40:59 (15/33) Installing py3-idna (2.9-r0) 20:40:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 20:40:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 20:40:59 (18/33) Installing py3-requests (2.23.0-r0) 20:40:59 (19/33) Installing py3-msgpack (1.0.0-r0) 20:40:59 (20/33) Installing py3-lockfile (0.12.2-r3) 20:40:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 20:41:00 (22/33) Installing py3-colorama (0.4.3-r0) 20:41:00 (23/33) Installing py3-distlib (0.3.0-r0) 20:41:00 (24/33) Installing py3-distro (1.5.0-r1) 20:41:00 (25/33) Installing py3-webencodings (0.5.1-r3) 20:41:00 (26/33) Installing py3-html5lib (1.0.1-r4) 20:41:00 (27/33) Installing py3-pytoml (0.1.21-r0) 20:41:00 (28/33) Installing py3-pep517 (0.8.2-r0) 20:41:00 (29/33) Installing py3-progress (1.5-r0) 20:41:00 (30/33) Installing py3-toml (0.10.1-r0) 20:41:00 (31/33) Installing py3-retrying (1.3.3-r0) 20:41:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 20:41:00 (33/33) Installing py3-pip (20.1.1-r0) 20:41:00 Executing busybox-1.31.1-r19.trigger 20:41:00 OK: 71 MiB in 55 packages 20:41:00 Priming version 20:41:01 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] } 20:41:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:41:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 20:41:18 ---> f0547f24d514 20:41:18 Step 3/23 : WORKDIR /edgex-go 20:41:18 ---> Using cache 20:41:18 ---> 5a64adb11266 20:41:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:18 ---> Using cache 20:41:18 ---> f5ca6f74b897 20:41:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 20:41:19 ---> Running in 1cf1a7bc78c8 20:41:20 Removing intermediate container 87f63ca2ff3f 20:41:20 ---> ce5414f391de 20:41:20 Step 20/26 : RUN pip install docker-compose==1.23.2 20:41:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:41:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 20:41:21 ---> f0547f24d514 20:41:21 Step 3/24 : WORKDIR /edgex-go 20:41:21 ---> Using cache 20:41:21 ---> 5a64adb11266 20:41:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:21 ---> Using cache 20:41:21 ---> f5ca6f74b897 20:41:21 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 20:41:21 ---> Running in 1f5100b5ecc3 20:41:22 ---> Running in 5e5246000dcf 20:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:41:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 20:41:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 20:41:22 ---> f0547f24d514 20:41:22 Step 3/22 : WORKDIR /edgex-go 20:41:22 ---> Using cache 20:41:22 ---> 5a64adb11266 20:41:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:41:22 ---> Using cache 20:41:22 ---> f5ca6f74b897 20:41:22 Step 5/22 : RUN apk add --update --no-cache make git 20:41:22 ---> Using cache 20:41:22 ---> bfe22aa1036f 20:41:22 Step 6/22 : COPY go.mod . 20:41:22 ---> Using cache 20:41:22 ---> c59e9a1bad65 20:41:22 Step 7/22 : RUN go mod download 20:41:22 ---> Using cache 20:41:22 ---> fd0d0a414648 20:41:22 Step 8/22 : COPY . . 20:41:22 ---> Using cache 20:41:22 ---> f5b5038bd443 20:41:22 Step 9/22 : RUN make cmd/core-metadata/core-metadata 20:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:41:23 ---> Running in 1710b07002bd 20:41:23 OK: 217 MiB in 51 packages 20:41:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:41:25 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 20:41:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:41:25 Removing intermediate container 1cf1a7bc78c8 20:41:25 ---> 0894757c4265 20:41:25 Step 6/23 : COPY go.mod . 20:41:26 OK: 217 MiB in 51 packages 20:41:26 ---> 2e0732a25fba 20:41:26 Step 7/23 : RUN go mod download 20:41:27 ---> Running in c959c9653441 20:41:28 Removing intermediate container 1f5100b5ecc3 20:41:28 ---> 5943066e6c6f 20:41:28 Step 6/24 : COPY go.mod . 20:41:29 ---> 353641aa10bd 20:41:29 Step 7/24 : RUN go mod download 20:41:29 ---> Running in 558919b15085 20:41:31 Collecting docker-compose==1.23.2 20:41:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 20:41:32 Removing intermediate container c959c9653441 20:41:32 ---> 0bdd7dc45553 20:41:32 Step 8/23 : COPY . . 20:41:32 Collecting docopt<0.7,>=0.6.1 20:41:32 Downloading docopt-0.6.2.tar.gz (25 kB) 20:41:35 Removing intermediate container 558919b15085 20:41:35 ---> f8861fa9537a 20:41:35 Step 8/24 : COPY . . 20:41:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 20:41:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 20:41:38 Collecting docker<4.0,>=3.6.0 20:41:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 20:41:39 Collecting dockerpty<0.5,>=0.4.1 20:41:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 20:41:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 20:41:42 Collecting PyYAML<4,>=3.10 20:41:42 Downloading PyYAML-3.13.tar.gz (270 kB) 20:41:46 Collecting websocket-client<1.0,>=0.32.0 20:41:46 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 20:41:47 Collecting cached-property<2,>=1.2.0 20:41:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 20:41:48 Collecting jsonschema<3,>=2.5.1 20:41:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 20:41:49 Collecting texttable<0.10,>=0.9.0 20:41:49 Downloading texttable-0.9.1.tar.gz (11 kB) 20:41:52 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) 20:41:53 Collecting urllib3<1.25,>=1.21.1 20:41:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 20:41:53 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 20:41:53 Collecting idna<2.8,>=2.5 20:41:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 20:41:54 Collecting docker-pycreds>=0.4.0 20:41:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 20:41:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 20:41:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 20:41:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 20:41:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 20:41:55 Installing collected packages: docopt, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, cached-property, jsonschema, texttable, docker-compose 20:41:55 Running setup.py install for docopt: started 20:41:58 Running setup.py install for docopt: finished with status 'done' 20:41:58 Attempting uninstall: urllib3 20:41:58 Found existing installation: urllib3 1.25.9 20:41:58 Uninstalling urllib3-1.25.9: 20:41:58 Successfully uninstalled urllib3-1.25.9 20:41:58 Removing intermediate container 38cdb1092b69 20:41:58 ---> 6bd2eea22ca0 20:41:58 20:41:58 Step 10/22 : FROM scratch 20:41:58 ---> 20:41:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:41:58 Attempting uninstall: idna 20:41:58 Found existing installation: idna 2.9 20:41:58 Uninstalling idna-2.9: 20:41:59 ---> Using cache 20:41:59 ---> 0cfb6ff180a3 20:41:59 Step 12/22 : ENV APP_PORT=48082 20:41:59 Successfully uninstalled idna-2.9 20:41:59 ---> f083d142e924 20:41:59 Step 9/23 : RUN make cmd/core-data/core-data 20:41:59 ---> Running in 8db0d07e0891 20:41:59 ---> Running in 31e60fb215de 20:41:59 Attempting uninstall: requests 20:41:59 Found existing installation: requests 2.23.0 20:41:59 Uninstalling requests-2.23.0: 20:42:00 Successfully uninstalled requests-2.23.0 20:42:00 Removing intermediate container 8db0d07e0891 20:42:00 ---> c358751af8c2 20:42:00 Step 13/22 : EXPOSE $APP_PORT 20:42:00 ---> Running in 40aaab998c53 20:42:00 ---> 4da811ea38ac 20:42:00 Step 9/24 : RUN make cmd/support-notifications/support-notifications 20:42:01 ---> Running in 80faadd2292f 20:42:01 Removing intermediate container 40aaab998c53 20:42:01 ---> d4d062b48a02 20:42:01 Step 14/22 : WORKDIR / 20:42:01 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 20:42:02 ---> Running in e560590dadc0 20:42:02 Running setup.py install for dockerpty: started 20:42:02 Removing intermediate container e560590dadc0 20:42:02 ---> adea15781b0a 20:42:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:42:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 20:42:03 ---> 09d4a610c050 20:42:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 20:42:05 Running setup.py install for dockerpty: finished with status 'done' 20:42:05 Running setup.py install for PyYAML: started 20:42:05 ---> 18cc8dad8e10 20:42:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 20:42:06 ---> 2adf631f3c83 20:42:06 Step 18/22 : ENTRYPOINT ["/core-command"] 20:42:06 ---> Running in b59aca861644 20:42:07 Removing intermediate container b59aca861644 20:42:07 ---> ae01c0cb8eb8 20:42:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:42:07 ---> Running in 5eb66fec6528 20:42:08 Removing intermediate container 5eb66fec6528 20:42:08 ---> 4f2135c56ab7 20:42:08 Step 20/22 : LABEL arch=arm64 20:42:08 ---> Running in b9387e9a0190 20:42:08 Running setup.py install for PyYAML: finished with status 'done' 20:42:08 Removing intermediate container b9387e9a0190 20:42:08 ---> fe0901213973 20:42:08 Step 21/22 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:42:08 Running setup.py install for texttable: started 20:42:09 ---> Running in 62dcff132d9d 20:42:09 Removing intermediate container 62dcff132d9d 20:42:09 ---> 17a781d7344a 20:42:09 Step 22/22 : LABEL version=0.0.0 20:42:10 ---> Running in 4dbf1f043b31 20:42:10 Removing intermediate container 4dbf1f043b31 20:42:10 ---> d118f1fdeb85 20:42:10 20:42:11 Successfully built d118f1fdeb85 20:42:11 Successfully tagged docker-core-command-go-arm64:latest 20:42:11  Building docker-core-command-go ... done  Running setup.py install for texttable: finished with status 'done' 20:42:12 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 20:42:18 Removing intermediate container 5e5246000dcf 20:42:18 ---> 70eecba99fd8 20:42:18 Step 21/26 : RUN apk --no-cache add curl 20:42:18 ---> Running in 07e147025e0b 20:42:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:42:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:42:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 20:42:21 (2/3) Installing libcurl (7.69.1-r3) 20:42:21 (3/3) Installing curl (7.69.1-r3) 20:42:21 Executing busybox-1.31.1-r19.trigger 20:42:21 OK: 71 MiB in 58 packages 20:42:23 Removing intermediate container 07e147025e0b 20:42:23 ---> 84ba6968a528 20:42:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 20:42:23 ---> Running in 949376a3fb7e 20:42:23 Removing intermediate container 949376a3fb7e 20:42:23 ---> 31e3a7fcd27d 20:42:23 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:42:23 ---> Running in 9d51acab87e0 20:42:24 Removing intermediate container 9d51acab87e0 20:42:24 ---> 1d8361d15b6c 20:42:24 Step 24/26 : LABEL arch=arm64 20:42:24 ---> Running in 737f99332be5 20:42:25 Removing intermediate container 737f99332be5 20:42:25 ---> 46a7775b7209 20:42:25 Step 25/26 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:42:25 ---> Running in 362e99ccadb3 20:42:26 Removing intermediate container 362e99ccadb3 20:42:26 ---> d8851f2e51eb 20:42:26 Step 26/26 : LABEL version=0.0.0 20:42:26 ---> Running in d0c3a74fd0f5 20:42:27 Removing intermediate container d0c3a74fd0f5 20:42:27 ---> cb809d1ae6a6 20:42:27 20:42:27 Successfully built cb809d1ae6a6 20:42:27 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 20:43:00  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1710b07002bd 20:43:00 ---> 900dda5e76c4 20:43:00 20:43:00 Step 10/22 : FROM scratch 20:43:00 ---> 20:43:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:43:00 ---> Using cache 20:43:00 ---> 0cfb6ff180a3 20:43:00 Step 12/22 : ENV APP_PORT=48081 20:43:00 ---> Running in 5fedfa1b6888 20:43:00 Removing intermediate container 5fedfa1b6888 20:43:00 ---> dc88b4226331 20:43:00 Step 13/22 : EXPOSE $APP_PORT 20:43:00 ---> Running in 91e43adabdd3 20:43:00 Removing intermediate container 91e43adabdd3 20:43:00 ---> 573dc5782f08 20:43:00 Step 14/22 : WORKDIR / 20:43:00 ---> Running in 1b21dcb78606 20:43:00 Removing intermediate container 1b21dcb78606 20:43:00 ---> 4b64f3bbb3c4 20:43:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 20:43:00 ---> 5f9d0e0ebcf2 20:43:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 20:43:01 ---> f3c9bfc8adf8 20:43:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 20:43:02 ---> 82e648a8af45 20:43:02 Step 18/22 : ENTRYPOINT ["/core-metadata"] 20:43:02 ---> Running in 8b260764f75b 20:43:03 Removing intermediate container 8b260764f75b 20:43:03 ---> 77088fcf5263 20:43:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:43:03 ---> Running in 688da7f842d8 20:43:04 Removing intermediate container 688da7f842d8 20:43:04 ---> 890f3dcc32c6 20:43:04 Step 20/22 : LABEL arch=arm64 20:43:04 ---> Running in 5a97e13366cd 20:43:05 Removing intermediate container 5a97e13366cd 20:43:05 ---> 6bcdcf58dd07 20:43:05 Step 21/22 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:43:05 ---> Running in 2edde4dd5965 20:43:06 Removing intermediate container 2edde4dd5965 20:43:06 ---> 0d98127f78a9 20:43:06 Step 22/22 : LABEL version=0.0.0 20:43:06 ---> Running in 667306d8ac68 20:43:07 Removing intermediate container 667306d8ac68 20:43:07 ---> bb551289974f 20:43:07 20:43:07 Successfully built bb551289974f 20:43:07 Successfully tagged docker-core-metadata-go-arm64:latest 20:43:09  Building docker-core-metadata-go ... done Removing intermediate container 80faadd2292f 20:43:09 ---> 72f5d5b9c69b 20:43:09 20:43:09 Step 10/24 : FROM scratch 20:43:09 ---> 20:43:09 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 20:43:09 ---> Running in 27de258e1d2e 20:43:10 Removing intermediate container 27de258e1d2e 20:43:10 ---> 74b87cf8c927 20:43:10 Step 12/24 : ENV APP_PORT=48060 20:43:10 ---> Running in 89bb249af1cf 20:43:10 Removing intermediate container 89bb249af1cf 20:43:10 ---> e6c0298bcd1b 20:43:10 Step 13/24 : EXPOSE $APP_PORT 20:43:10 ---> Running in 909653c76f0c 20:43:11 Removing intermediate container 909653c76f0c 20:43:11 ---> 252250443377 20:43:11 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 20:43:12 ---> ad0fb0f12407 20:43:12 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 20:43:12 ---> 7d75efd00aa0 20:43:12 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 20:43:14 ---> 30754db54303 20:43:14 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 20:43:15 ---> 8e65c7ca5cc5 20:43:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 20:43:16 ---> 630059127d35 20:43:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 20:43:16 ---> b72ae6824d51 20:43:17 Step 20/24 : ENTRYPOINT ["/support-notifications"] 20:43:17 ---> Running in c952f86bc2dd 20:43:17 Removing intermediate container c952f86bc2dd 20:43:17 ---> 859bc64b3b3c 20:43:17 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:43:17 ---> Running in 4846e619fbe5 20:43:18 Removing intermediate container 4846e619fbe5 20:43:18 ---> 0ff31ab56956 20:43:18 Step 22/24 : LABEL arch=arm64 20:43:18 ---> Running in 60eb0d29a2b6 20:43:18 Removing intermediate container 60eb0d29a2b6 20:43:18 ---> 5fb74c7ca89d 20:43:18 Step 23/24 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:43:19 ---> Running in 06eb8377419d 20:43:19 Removing intermediate container 06eb8377419d 20:43:19 ---> 56d3769c7b50 20:43:19 Step 24/24 : LABEL version=0.0.0 20:43:20 ---> Running in 0ed40b4b6ceb 20:43:20 Removing intermediate container 0ed40b4b6ceb 20:43:20 ---> d1181c037c1b 20:43:20 20:43:20 Successfully built d1181c037c1b 20:43:20 Successfully tagged docker-support-notifications-go-arm64:latest 20:43:21  Building docker-support-notifications-go ... done Removing intermediate container 31e60fb215de 20:43:21 ---> f84313326aea 20:43:21 20:43:21 Step 10/23 : FROM alpine:3.12 20:43:21 ---> afeebe901d6b 20:43:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 20:43:21 ---> Running in 5187ff4c2b1c 20:43:22 Removing intermediate container 5187ff4c2b1c 20:43:22 ---> 97bce1cdaf77 20:43:22 Step 12/23 : ENV APP_PORT=48080 20:43:22 ---> Running in fee0561cfe03 20:43:22 Removing intermediate container fee0561cfe03 20:43:22 ---> 4de70e2d3f31 20:43:22 Step 13/23 : EXPOSE $APP_PORT 20:43:22 ---> Running in ae2c824ef914 20:43:23 Removing intermediate container ae2c824ef914 20:43:23 ---> f2a13ea1a7c3 20:43:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:43:23 ---> Running in 3daf513dd9be 20:43:25 Removing intermediate container 3daf513dd9be 20:43:25 ---> d2ac4cee3509 20:43:25 Step 15/23 : RUN apk add --update --no-cache zeromq 20:43:25 ---> Running in 5f36e812a45d 20:43:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:43:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:43:28 (1/5) Installing libgcc (9.3.0-r2) 20:43:28 (2/5) Installing libsodium (1.0.18-r0) 20:43:28 (3/5) Installing libstdc++ (9.3.0-r2) 20:43:28 (4/5) Installing libzmq (4.3.3-r0) 20:43:28 (5/5) Installing zeromq (4.3.3-r0) 20:43:28 Executing busybox-1.31.1-r19.trigger 20:43:28 OK: 8 MiB in 19 packages 20:43:30 Removing intermediate container 5f36e812a45d 20:43:30 ---> ff501c19487a 20:43:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 20:43:30 ---> 384a637b595d 20:43:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 20:43:32 ---> 1757569d13a2 20:43:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 20:43:32 ---> a08b660102e2 20:43:32 Step 19/23 : ENTRYPOINT ["/core-data"] 20:43:33 ---> Running in dc293145e590 20:43:33 Removing intermediate container dc293145e590 20:43:33 ---> a52a577fb76f 20:43:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:43:33 ---> Running in 509a01ae8a91 20:43:34 Removing intermediate container 509a01ae8a91 20:43:34 ---> e614708d4c78 20:43:34 Step 21/23 : LABEL arch=arm64 20:43:34 ---> Running in 6f67de8a0676 20:43:34 Removing intermediate container 6f67de8a0676 20:43:34 ---> 69eec7a5dd20 20:43:34 Step 22/23 : LABEL git_sha=3e7c88ed3bff3f0ce6679326790c14aa2e22b273 20:43:34 ---> Running in 56ed230829e3 20:43:35 Removing intermediate container 56ed230829e3 20:43:35 ---> 9bb3b581bc66 20:43:35 Step 23/23 : LABEL version=0.0.0 20:43:35 ---> Running in 095ab3be65e6 20:43:35 Removing intermediate container 095ab3be65e6 20:43:36 ---> 69ee8dc2f08f 20:43:36 20:43:36 Successfully built 69ee8dc2f08f 20:43:36 Successfully tagged docker-core-data-go-arm64:latest 20:43:36  Building docker-core-data-go ... done  [Pipeline] } 20:43:36 $ docker stop --time=1 46cba7481954c62bd65a448cdb51f07e70ed582bd926f1a26c35e6555354bad2 20:43:38 $ docker rm -f 46cba7481954c62bd65a448cdb51f07e70ed582bd926f1a26c35e6555354bad2 [Pipeline] // withDockerContainer [Pipeline] sh 20:43:39 + docker images 20:43:39 + grep docker 20:43:39 docker-core-data-go-arm64 latest 69ee8dc2f08f 4 seconds ago 21MB 20:43:39 docker-support-notifications-go-arm64 latest d1181c037c1b 19 seconds ago 11.4MB 20:43:39 docker-core-metadata-go-arm64 latest bb551289974f 33 seconds ago 12.2MB 20:43:39 docker-sys-mgmt-agent-go-arm64 latest cb809d1ae6a6 About a minute ago 300MB 20:43:39 docker-core-command-go-arm64 latest d118f1fdeb85 About a minute ago 9.98MB 20:43:39 docker-security-secretstore-setup-go-arm64 latest a2812c323f49 2 minutes ago 23.4MB 20:43:39 docker-security-bootstrap-redis-go-arm64 latest 92ad22a94ee6 3 minutes ago 15.1MB 20:43:39 docker-security-proxy-setup-go-arm64 latest e548f969f886 3 minutes ago 23.3MB 20:43:39 docker-support-scheduler-go-arm64 latest 84c408287da8 3 minutes ago 10MB 20:43:39 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:43:42 provisioning config files... 20:43:42 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config1607653366374125485tmp [Pipeline] { [Pipeline] sh 20:43:42 + set +x 20:43:42 + curl -s https://codecov.io/bash 20:43:42 + bash -s -- 20:43:43 20:43:43 _____ _ 20:43:43 / ____| | | 20:43:43 | | ___ __| | ___ ___ _____ __ 20:43:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:43:43 | |___| (_) | (_| | __/ (_| (_) \ V / 20:43:43 \_____\___/ \__,_|\___|\___\___/ \_/ 20:43:43 Bash-20201231-23d4836 20:43:43 20:43:43 20:43:43 ==> git version 2.24.3 found 20:43:43 ==> 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 20:43:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:43:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:43:43 ==> Jenkins CI detected. 20:43:43 project root: . 20:43:43 --> token set from env 20:43:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:43:43 ==> Running gcov in . (disable via -X gcov) 20:43:43 ==> Python coveragepy not found 20:43:43 ==> Searching for coverage reports in: 20:43:43 + . 20:43:43 -> Found 1 reports 20:43:43 ==> Detecting git/mercurial file structure 20:43:43 ==> Reading reports 20:43:43 + ./coverage.out bytes=541590 20:43:43 ==> Appending adjustments 20:43:43 https://docs.codecov.io/docs/fixing-reports 20:43:46 + Found adjustments 20:43:46 ==> Gzipping contents 20:43:46 84K /tmp/codecov.8DqLJ3.gz 20:43:46 ==> Uploading reports 20:43:46 url: https://codecov.io 20:43:46 query: branch=PR-3004&commit=3e7c88ed3bff3f0ce6679326790c14aa2e22b273&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3004%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3004&job=&cmd_args= 20:43:46 -> Pinging Codecov 20:43:46 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3004&commit=3e7c88ed3bff3f0ce6679326790c14aa2e22b273&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3004%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3004&job=&cmd_args= 20:43:47 -> Uploading to 20:43:47 https://storage.googleapis.com/codecov/v4/raw/2021-01-10/00271124DB129430A58F1EEE437C3FCB/3e7c88ed3bff3f0ce6679326790c14aa2e22b273/9b51c962-ccb0-4e94-87c1-352f4f013734.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210110T204346Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ce86cccc9f50ce933d7cef675276208a7a1e9ff52ee19af27110b4463de4e61c 20:43:47 % Total % Received % Xferd Average Speed Time Time Time Current 20:43:47 Dload Upload Total Spent Left Speed 20:43:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82298 0 0 100 82298 0 128k --:--:-- --:--:-- --:--:-- 128k 20:43:47 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/3e7c88ed3bff3f0ce6679326790c14aa2e22b273 [Pipeline] } 20:43:47 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 20:43:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:43:50 ---> package-listing.sh 20:43:50 ++ facter osfamily 20:43:50 ++ tr '[:upper:]' '[:lower:]' 20:43:50 + OS_FAMILY=redhat 20:43:50 + workspace=/w/workspace/edgex-go/7 20:43:50 + START_PACKAGES=/tmp/packages_start.txt 20:43:50 + END_PACKAGES=/tmp/packages_end.txt 20:43:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:43:50 + PACKAGES=/tmp/packages_start.txt 20:43:50 + '[' /w/workspace/edgex-go/7 ']' 20:43:50 + PACKAGES=/tmp/packages_end.txt 20:43:50 + case "${OS_FAMILY}" in 20:43:50 + rpm -qa 20:43:50 + sort 20:43:56 + '[' -f /tmp/packages_start.txt ']' 20:43:56 + '[' -f /tmp/packages_end.txt ']' 20:43:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:43:56 + '[' /w/workspace/edgex-go/7 ']' 20:43:56 + mkdir -p /w/workspace/edgex-go/7/archives/ 20:43:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 20:43:56 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:43:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:43:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:43:56 20:43:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:43:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:43:57 alpine: Pulling from edgex-lftools-log-publisher 20:43:57 df20fa9351a1: Pulling fs layer 20:43:57 36b3adc4ff6f: Pulling fs layer 20:43:57 8ad3a11d3b57: Pulling fs layer 20:43:57 46f8f816bc3b: Pulling fs layer 20:43:57 93b61091891f: Pulling fs layer 20:43:57 93b9cdb0e59b: Pulling fs layer 20:43:57 5e14af77c1be: Pulling fs layer 20:43:57 01666e4c0597: Pulling fs layer 20:43:57 aa168da1d23b: Pulling fs layer 20:43:57 93b9cdb0e59b: Waiting 20:43:57 46f8f816bc3b: Waiting 20:43:57 93b61091891f: Waiting 20:43:57 5e14af77c1be: Waiting 20:43:57 01666e4c0597: Waiting 20:43:57 aa168da1d23b: Waiting 20:43:57 36b3adc4ff6f: Download complete 20:43:57 46f8f816bc3b: Verifying Checksum 20:43:57 46f8f816bc3b: Download complete 20:43:57 df20fa9351a1: Verifying Checksum 20:43:57 df20fa9351a1: Download complete 20:43:57 93b9cdb0e59b: Verifying Checksum 20:43:57 93b9cdb0e59b: Download complete 20:43:57 5e14af77c1be: Verifying Checksum 20:43:57 5e14af77c1be: Download complete 20:43:57 93b61091891f: Download complete 20:43:57 01666e4c0597: Verifying Checksum 20:43:57 01666e4c0597: Download complete 20:43:57 8ad3a11d3b57: Verifying Checksum 20:43:57 8ad3a11d3b57: Download complete 20:43:57 df20fa9351a1: Pull complete 20:43:57 36b3adc4ff6f: Pull complete 20:43:58 8ad3a11d3b57: Pull complete 20:43:59 46f8f816bc3b: Pull complete 20:43:59 aa168da1d23b: Verifying Checksum 20:43:59 aa168da1d23b: Download complete 20:44:01 93b61091891f: Pull complete 20:44:02 93b9cdb0e59b: Pull complete 20:44:02 5e14af77c1be: Pull complete 20:44:02 01666e4c0597: Pull complete 20:44:12 aa168da1d23b: Pull complete 20:44:12 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:44:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:44:12 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:44:12 prd-centos7-docker-4c-2g-19334 does not seem to be running inside a container 20:44:12 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:44:16 $ docker top 041547dc809460e01186a534d0fbd00ccfae3d95ba794619b710e438a37d87f9 -eo pid,comm [Pipeline] { [Pipeline] sh 20:44:17 + touch /tmp/pre-build-complete [Pipeline] sh 20:44:17 + mkdir -p /var/log/sa [Pipeline] sh 20:44:17 + ls /var/log/sa-host 20:44:17 + sadf -c /var/log/sa-host/sa10 20:44:17 file_magic: OK 20:44:17 HZ: Using current value: 100 20:44:17 file_header: OK 20:44:17 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 20:44:17 Statistics: 20:44:17 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... 20:44:17 File successfully converted to sysstat format version 12.2.1 20:44:17 + sadf -c /var/log/sa-host/sa23 20:44:17 file_magic: OK 20:44:17 HZ: Using current value: 100 20:44:17 file_header: OK 20:44:17 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 20:44:17 Statistics: 20:44:17 Hnuu...uuuununununu... 20:44:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:44:18 provisioning config files... 20:44:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config783836474985251966tmp [Pipeline] { [Pipeline] echo 20:44:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:44:18 ---> create-netrc.sh [Pipeline] } 20:44:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:44:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:44:19 ---> python-tools-install.sh [Pipeline] echo 20:44:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:44:19 ---> sudo-logs.sh 20:44:19 Archiving 'sudo' log.. [Pipeline] echo 20:44:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:44:19 ---> job-cost.sh 20:44:19 lf-activate-venv: SKIPPING 20:44:19 INFO: No Stack... 20:44:20 INFO: Retrieving Pricing Info for: v1-standard-2 20:44:21 INFO: Archiving Costs [Pipeline] echo 20:44:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:44:21 ---> logs-deploy.sh 20:44:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3004/7 20:44:21 INFO: archiving workspace using pattern(s): 20:44:23 Archives upload complete. 20:44:23 INFO: archiving logs to Nexus 20:44:24 ---> uname -a: 20:44:24 Linux prd-centos7-docker-4c-2g-19334.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 20:44:24 20:44:24 20:44:24 ---> lscpu: 20:44:24 Architecture: x86_64 20:44:24 CPU op-mode(s): 32-bit, 64-bit 20:44:24 Byte Order: Little Endian 20:44:24 Address sizes: 40 bits physical, 48 bits virtual 20:44:24 CPU(s): 4 20:44:24 On-line CPU(s) list: 0-3 20:44:24 Thread(s) per core: 1 20:44:24 Core(s) per socket: 1 20:44:24 Socket(s): 4 20:44:24 NUMA node(s): 1 20:44:24 Vendor ID: GenuineIntel 20:44:24 CPU family: 6 20:44:24 Model: 44 20:44:24 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 20:44:24 Stepping: 1 20:44:24 CPU MHz: 2933.436 20:44:24 BogoMIPS: 5866.87 20:44:24 Virtualization: VT-x 20:44:24 Hypervisor vendor: KVM 20:44:24 Virtualization type: full 20:44:24 L1d cache: 128 KiB 20:44:24 L1i cache: 128 KiB 20:44:24 L2 cache: 16 MiB 20:44:24 L3 cache: 64 MiB 20:44:24 NUMA node0 CPU(s): 0-3 20:44:24 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 20:44:24 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 20:44:24 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 20:44:24 Vulnerability Meltdown: Mitigation; PTI 20:44:24 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 20:44:24 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 20:44:24 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 20:44:24 Vulnerability Srbds: Not affected 20:44:24 Vulnerability Tsx async abort: Not affected 20:44:24 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 20:44:24 20:44:24 20:44:24 ---> nproc: 20:44:24 4 20:44:24 20:44:24 20:44:24 ---> df -h: 20:44:24 Filesystem Size Used Available Use% Mounted on 20:44:24 overlay 50.0G 11.2G 38.8G 22% / 20:44:24 tmpfs 64.0M 0 64.0M 0% /dev 20:44:24 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 20:44:24 shm 64.0M 0 64.0M 0% /dev/shm 20:44:24 /dev/vda1 50.0G 11.2G 38.8G 22% /facter-os 20:44:24 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/resolv.conf 20:44:24 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hostname 20:44:24 /dev/vda1 50.0G 11.2G 38.8G 22% /etc/hosts 20:44:24 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/auth.log 20:44:24 /dev/vda1 50.0G 11.2G 38.8G 22% /run/cloud-init/result.json 20:44:24 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/sa-host 20:44:24 /dev/vda1 50.0G 11.2G 38.8G 22% /var/log/secure 20:44:24 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/7@tmp 20:44:24 /dev/vda1 50.0G 11.2G 38.8G 22% /w/workspace/edgex-go/7 20:44:24 20:44:24 20:44:24 ---> free -m: 20:44:24 total used free shared buff/cache available 20:44:24 Mem: 1837 731 258 0 847 1020 20:44:24 Swap: 1023 39 984 20:44:24 20:44:24 20:44:24 ---> ip addr: 20:44:24 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 20:44:24 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 20:44:24 inet 127.0.0.1/8 scope host lo 20:44:24 valid_lft forever preferred_lft forever 20:44:24 inet6 ::1/128 scope host 20:44:24 valid_lft forever preferred_lft forever 20:44:24 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 20:44:24 link/ether fa:16:3e:7e:d9:2d brd ff:ff:ff:ff:ff:ff 20:44:24 inet 10.30.123.49/23 brd 10.30.123.255 scope global dynamic eth0 20:44:24 valid_lft 85292sec preferred_lft 85292sec 20:44:24 inet6 fe80::f816:3eff:fe7e:d92d/64 scope link 20:44:24 valid_lft forever preferred_lft forever 20:44:24 3: docker0: mtu 1500 qdisc noqueue state DOWN 20:44:24 link/ether 02:42:4f:4c:81:31 brd ff:ff:ff:ff:ff:ff 20:44:24 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 20:44:24 valid_lft forever preferred_lft forever 20:44:24 inet6 fe80::42:4fff:fe4c:8131/64 scope link 20:44:24 valid_lft forever preferred_lft forever 20:44:24 20:44:24 20:44:24 ---> sar -b -r -n DEV: 20:44:24 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/10/21 _x86_64_ (4 CPU) 20:44:24 20:44:24 20:25:43 LINUX RESTART (4 CPU) 20:44:24 20:44:24 20:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 20:44:24 20:27:01 202.42 104.55 97.87 0.00 10982.82 46072.83 0.00 20:44:24 20:28:01 276.81 124.33 152.48 0.00 7943.98 49383.72 0.00 20:44:24 20:29:01 243.20 96.44 146.76 0.00 3679.65 21215.39 0.00 20:44:24 20:30:01 140.66 70.41 70.24 0.00 3441.11 9163.52 0.00 20:44:24 20:31:01 974.41 717.18 257.23 0.00 92000.80 162292.95 0.00 20:44:24 20:32:02 2788.70 2480.21 308.50 0.00 140296.04 149857.43 0.00 20:44:24 20:33:01 1430.90 1124.84 306.05 0.00 85870.16 101329.40 0.00 20:44:24 20:34:01 1828.69 1536.90 291.78 0.00 79706.64 92084.88 0.00 20:44:24 20:35:01 107.64 8.62 99.02 0.00 2875.50 16855.66 0.00 20:44:24 20:36:01 1.70 0.58 1.12 0.00 28.11 14.17 0.00 20:44:24 20:37:02 0.22 0.00 0.22 0.00 0.00 2.51 0.00 20:44:24 20:38:01 0.46 0.22 0.24 0.00 12.47 3.78 0.00 20:44:24 20:39:01 0.28 0.00 0.28 0.00 0.00 2.78 0.00 20:44:24 20:40:01 0.28 0.00 0.28 0.00 0.00 3.10 0.00 20:44:24 20:41:01 1.62 1.33 0.28 0.00 46.89 3.68 0.00 20:44:24 20:42:01 0.82 0.02 0.80 0.00 0.53 15.30 0.00 20:44:24 20:43:01 0.27 0.02 0.25 0.00 1.07 2.73 0.00 20:44:24 20:44:01 85.11 68.73 16.38 0.00 5876.25 2489.28 0.00 20:44:24 Average: 450.20 352.88 97.32 0.00 24095.62 36210.08 0.00 20:44:24 20:44:24 20:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 20:44:24 20:27:01 77652 0 690188 36.68 2620 1111084 1317008 44.95 562840 1034620 50912 20:44:24 20:28:01 79544 0 754424 40.10 1492 1046084 1519364 51.85 584224 955820 60604 20:44:24 20:29:01 75628 0 958328 50.93 712 846876 1779876 60.74 756924 768336 32416 20:44:24 20:30:01 177732 0 754400 40.09 672 948740 1585696 54.12 604212 810464 30328 20:44:24 20:31:01 423312 0 682240 36.26 88 775904 1364120 46.56 528640 719024 24 20:44:24 20:32:02 156996 0 1213576 64.50 72 510900 3652668 124.66 794036 663248 24136 20:44:24 20:33:01 63332 0 747896 39.75 0 1070316 1709420 58.34 660324 936960 13348 20:44:24 20:34:01 485088 0 693404 36.85 0 703052 1354468 46.23 477276 688152 11276 20:44:24 20:35:01 126108 0 661788 35.17 0 1093648 1212380 41.38 535516 979600 24 20:44:24 20:36:01 129052 0 658072 34.98 0 1094420 1179556 40.26 533848 979064 20 20:44:24 20:37:02 129088 0 658036 34.97 0 1094420 1179496 40.25 533788 979148 20 20:44:24 20:38:01 129184 0 657560 34.95 0 1094800 1179412 40.25 533452 979516 8 20:44:24 20:39:01 129256 0 657480 34.94 0 1094808 1179412 40.25 533456 979516 8 20:44:24 20:40:01 129032 0 657700 34.96 0 1094812 1179448 40.25 533468 979516 8 20:44:24 20:41:01 127780 0 658184 34.98 0 1095580 1179412 40.25 533472 980240 16 20:44:24 20:42:01 127520 0 658436 34.99 0 1095588 1179484 40.25 533572 980240 8 20:44:24 20:43:01 127328 0 658652 35.01 0 1095564 1179520 40.26 533868 980240 8 20:44:24 20:44:01 74100 0 721172 38.33 0 1086272 1581668 53.98 602608 960412 91268 20:44:24 Average: 153763 0 730085 38.80 314 997382 1472912 50.27 576418 908562 17468 20:44:24 20:44:24 20:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 20:44:24 20:27:01 eth0 1493.19 1283.85 5634.16 185.22 0.00 0.00 0.00 0.00 20:44:24 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:27:01 veth90a404e 588.81 457.02 57.60 1889.95 0.00 0.00 0.00 0.00 20:44:24 20:27:01 docker0 588.81 456.89 49.55 1889.94 0.00 0.00 0.00 0.00 20:44:24 20:28:01 eth0 734.76 675.63 4467.32 69.24 0.00 0.00 0.00 0.00 20:44:24 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:28:01 veth7eb73a2 106.00 127.93 9.64 460.04 0.00 0.00 0.00 0.00 20:44:24 20:28:01 docker0 412.56 417.95 31.12 1623.60 0.00 0.00 0.00 0.00 20:44:24 20:29:01 eth0 41.77 23.21 43.74 12.95 0.00 0.00 0.00 0.00 20:44:24 20:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:29:01 veth9e4706b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:44:24 20:29:01 docker0 0.91 1.78 0.07 6.94 0.00 0.00 0.00 0.00 20:44:24 20:30:01 eth0 41.45 27.13 28.25 79.43 0.00 0.00 0.00 0.00 20:44:24 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:30:01 veth9e4706b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:31:01 vethc252556 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:44:24 20:31:01 eth0 215.57 172.53 1692.47 67.66 0.00 0.00 0.00 0.00 20:44:24 20:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:32:02 vethf484c34 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:44:24 20:32:02 veth6011129 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:44:24 20:32:02 veth7be5ede 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:44:24 20:32:02 veth605270b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 20:44:24 20:33:01 vethc252556 0.00 0.44 0.00 0.02 0.00 0.00 0.00 0.00 20:44:24 20:33:01 eth0 2677.14 2273.74 12345.46 511.16 0.00 0.00 0.00 0.00 20:44:24 20:33:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 20:44:24 20:33:01 vethdd1df0c 2.02 4.94 0.13 29.59 0.00 0.00 0.00 0.00 20:44:24 20:34:01 vethc252556 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:34:01 eth0 47.81 28.45 111.39 19.12 0.00 0.00 0.00 0.00 20:44:24 20:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:34:01 docker0 1014.53 919.34 81.11 3779.84 0.00 0.00 0.00 0.00 20:44:24 20:35:01 eth0 213.20 155.13 1562.82 78.50 0.00 0.00 0.00 0.00 20:44:24 20:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:35:01 docker0 28.83 64.88 1.83 400.56 0.00 0.00 0.00 0.00 20:44:24 20:36:01 eth0 1.32 0.67 0.69 0.22 0.00 0.00 0.00 0.00 20:44:24 20:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:37:02 eth0 0.17 0.08 0.08 0.04 0.00 0.00 0.00 0.00 20:44:24 20:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:38:01 eth0 0.10 0.08 0.01 0.03 0.00 0.00 0.00 0.00 20:44:24 20:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 20:44:24 20:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:40:01 eth0 0.20 0.17 0.07 0.01 0.00 0.00 0.00 0.00 20:44:24 20:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:41:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 20:44:24 20:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:42:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 20:44:24 20:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:43:01 eth0 0.55 0.40 0.27 0.18 0.00 0.00 0.00 0.00 20:44:24 20:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:44:01 eth0 209.85 165.37 2171.75 19.30 0.00 0.00 0.00 0.00 20:44:24 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 20:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 Average: eth0 173.02 144.10 892.11 34.65 0.00 0.00 0.00 0.00 20:44:24 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 20:44:24 Average: docker0 58.22 54.92 4.63 233.24 0.00 0.00 0.00 0.00 20:44:24 20:44:24 20:44:24 ---> sar -P ALL: 20:44:24 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/10/21 _x86_64_ (4 CPU) 20:44:24 20:44:24 20:25:43 LINUX RESTART (4 CPU) 20:44:24 20:44:24 20:26:01 CPU %user %nice %system %iowait %steal %idle 20:44:24 20:27:01 all 21.08 0.00 12.07 4.78 0.25 61.82 20:44:24 20:27:01 0 23.63 0.00 13.94 5.52 0.26 56.64 20:44:24 20:27:01 1 19.42 0.00 10.07 4.40 0.26 65.85 20:44:24 20:27:01 2 22.37 0.00 13.90 4.95 0.19 58.58 20:44:24 20:27:01 3 18.92 0.00 10.39 4.25 0.28 66.16 20:44:24 20:28:01 all 14.18 0.00 8.41 3.86 0.19 73.36 20:44:24 20:28:01 0 12.13 0.00 8.73 4.04 0.15 74.94 20:44:24 20:28:01 1 16.42 0.00 8.06 2.10 0.17 73.25 20:44:24 20:28:01 2 12.69 0.00 8.66 4.63 0.19 73.83 20:44:24 20:28:01 3 15.47 0.00 8.19 4.66 0.26 71.42 20:44:24 20:29:01 all 39.08 0.00 12.06 7.81 0.27 40.79 20:44:24 20:29:01 0 37.21 0.00 11.53 5.17 0.26 45.82 20:44:24 20:29:01 1 40.73 0.00 12.27 8.46 0.31 38.23 20:44:24 20:29:01 2 39.46 0.00 11.80 9.90 0.23 38.62 20:44:24 20:29:01 3 38.92 0.00 12.63 7.71 0.26 40.48 20:44:24 20:30:01 all 54.71 0.00 15.42 1.81 0.22 27.84 20:44:24 20:30:01 0 55.66 0.00 15.33 0.74 0.21 28.06 20:44:24 20:30:01 1 53.97 0.00 15.76 2.45 0.27 27.56 20:44:24 20:30:01 2 54.13 0.00 15.18 1.77 0.21 28.71 20:44:24 20:30:01 3 55.08 0.00 15.42 2.29 0.18 27.03 20:44:24 20:31:01 all 21.73 0.00 23.73 8.41 0.46 45.67 20:44:24 20:31:01 0 19.90 0.00 21.68 6.98 0.58 50.86 20:44:24 20:31:01 1 24.45 0.00 25.17 9.56 0.41 40.41 20:44:24 20:31:01 2 22.13 0.00 23.81 8.53 0.44 45.10 20:44:24 20:31:01 3 20.45 0.00 24.27 8.59 0.42 46.26 20:44:24 20:32:02 all 33.19 0.00 28.15 19.91 0.32 18.42 20:44:24 20:32:02 0 32.62 0.00 24.58 20.72 0.43 21.65 20:44:24 20:32:02 1 32.98 0.00 29.30 20.45 0.27 17.01 20:44:24 20:32:02 2 33.34 0.00 28.91 19.91 0.32 17.52 20:44:24 20:32:02 3 33.85 0.00 29.87 18.53 0.27 17.48 20:44:24 20:33:01 all 37.83 0.00 21.56 19.64 0.30 20.67 20:44:24 20:33:01 0 36.75 0.00 19.78 21.96 0.34 21.17 20:44:24 20:33:01 1 37.17 0.00 23.14 20.07 0.27 19.35 20:44:24 20:33:01 2 37.78 0.00 20.92 17.07 0.29 23.94 20:44:24 20:33:01 3 39.61 0.00 22.43 19.46 0.29 18.22 20:44:24 20:34:01 all 48.11 0.00 23.98 10.88 0.25 16.79 20:44:24 20:34:01 0 46.18 0.00 23.47 11.84 0.32 18.18 20:44:24 20:34:01 1 47.65 0.00 24.60 9.93 0.21 17.60 20:44:24 20:34:01 2 49.86 0.00 23.16 10.95 0.25 15.78 20:44:24 20:34:01 3 48.71 0.00 24.70 10.80 0.20 15.60 20:44:24 20:35:01 all 7.37 0.00 4.93 3.05 0.17 84.49 20:44:24 20:35:01 0 7.35 0.00 4.23 0.95 0.19 87.29 20:44:24 20:35:01 1 7.75 0.00 5.95 4.79 0.17 81.34 20:44:24 20:35:01 2 5.55 0.00 4.64 3.58 0.15 86.07 20:44:24 20:35:01 3 8.82 0.00 4.89 2.87 0.15 83.27 20:44:24 20:36:01 all 0.05 0.00 0.05 0.00 0.00 99.89 20:44:24 20:36:01 0 0.02 0.00 0.05 0.00 0.02 99.92 20:44:24 20:36:01 1 0.02 0.00 0.03 0.00 0.00 99.95 20:44:24 20:36:01 2 0.05 0.00 0.07 0.00 0.00 99.88 20:44:24 20:36:01 3 0.12 0.00 0.07 0.02 0.00 99.80 20:44:24 20:37:02 all 0.09 0.00 0.06 0.00 0.02 99.83 20:44:24 20:37:02 0 0.05 0.00 0.07 0.00 0.00 99.88 20:44:24 20:37:02 1 0.03 0.00 0.07 0.00 0.03 99.87 20:44:24 20:37:02 2 0.18 0.00 0.03 0.00 0.02 99.77 20:44:24 20:37:02 3 0.10 0.00 0.07 0.00 0.02 99.82 20:44:24 20:44:24 20:37:02 CPU %user %nice %system %iowait %steal %idle 20:44:24 20:38:01 all 0.15 0.00 0.03 0.00 0.01 99.81 20:44:24 20:38:01 0 0.05 0.00 0.05 0.00 0.02 99.88 20:44:24 20:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 20:44:24 20:38:01 2 0.02 0.00 0.03 0.00 0.00 99.95 20:44:24 20:38:01 3 0.51 0.00 0.02 0.00 0.02 99.46 20:44:24 20:39:01 all 0.16 0.00 0.04 0.00 0.00 99.80 20:44:24 20:39:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:44:24 20:39:01 1 0.07 0.00 0.07 0.00 0.00 99.87 20:44:24 20:39:01 2 0.03 0.00 0.02 0.00 0.00 99.95 20:44:24 20:39:01 3 0.53 0.00 0.03 0.00 0.00 99.43 20:44:24 20:40:01 all 0.14 0.00 0.03 0.00 0.00 99.83 20:44:24 20:40:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:44:24 20:40:01 1 0.03 0.00 0.03 0.00 0.02 99.92 20:44:24 20:40:01 2 0.02 0.00 0.02 0.00 0.00 99.97 20:44:24 20:40:01 3 0.50 0.00 0.03 0.00 0.00 99.47 20:44:24 20:41:01 all 0.15 0.00 0.06 0.02 0.00 99.76 20:44:24 20:41:01 0 0.03 0.00 0.12 0.08 0.00 99.77 20:44:24 20:41:01 1 0.05 0.00 0.07 0.00 0.00 99.88 20:44:24 20:41:01 2 0.07 0.00 0.03 0.00 0.00 99.90 20:44:24 20:41:01 3 0.47 0.00 0.03 0.00 0.00 99.50 20:44:24 20:42:01 all 0.17 0.00 0.03 0.00 0.00 99.80 20:44:24 20:42:01 0 0.05 0.00 0.03 0.00 0.00 99.92 20:44:24 20:42:01 1 0.08 0.00 0.05 0.00 0.00 99.87 20:44:24 20:42:01 2 0.53 0.00 0.02 0.00 0.00 99.45 20:44:24 20:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:44:24 20:43:01 all 0.15 0.00 0.03 0.00 0.00 99.81 20:44:24 20:43:01 0 0.02 0.00 0.03 0.00 0.00 99.95 20:44:24 20:43:01 1 0.05 0.00 0.05 0.00 0.00 99.90 20:44:24 20:43:01 2 0.52 0.00 0.03 0.00 0.00 99.45 20:44:24 20:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 20:44:24 20:44:01 all 3.16 0.00 2.20 1.99 0.05 92.60 20:44:24 20:44:01 0 2.44 0.00 2.04 0.75 0.07 94.70 20:44:24 20:44:01 1 4.07 0.00 2.35 3.42 0.03 90.13 20:44:24 20:44:01 2 3.17 0.00 1.99 1.88 0.03 92.93 20:44:24 20:44:01 3 2.97 0.00 2.43 1.90 0.05 92.65 20:44:24 Average: all 15.17 0.00 8.23 4.42 0.14 72.04 20:44:24 Average: 0 14.79 0.00 7.86 4.23 0.15 72.96 20:44:24 Average: 1 15.35 0.00 8.46 4.61 0.13 71.44 20:44:24 Average: 2 15.19 0.00 8.26 4.48 0.13 71.95 20:44:24 Average: 3 15.34 0.00 8.35 4.35 0.13 71.83 20:44:24 20:44:24 20:44:24