Pull request #2940 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 beaufrusetta for edgexfoundry/edgex-go Loading trusted files from base branch master at f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 rather than b116ed2c3666a71abee49cd31488bd2e8787a89d Obtained Jenkinsfile from f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-15590 in /w/workspace/edgexfoundry_edgex-go_PR-2940 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit b116ed2c3666a71abee49cd31488bd2e8787a89d Merge succeeded, producing b116ed2c3666a71abee49cd31488bd2e8787a89d Checking out Revision b116ed2c3666a71abee49cd31488bd2e8787a89d (PR-2940) > 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/2940/head:refs/remotes/origin/PR-2940 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b116ed2c3666a71abee49cd31488bd2e8787a89d # 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 f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b116ed2c3666a71abee49cd31488bd2e8787a89d # timeout=10 Commit message: "feat(security): kong cert paths are now optional" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:48:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:48:35 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:48:35 ========================================================= 16:48:35 EdgeX Global Pipelines Version Info 16:48:35 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk bcd61694c4a1872f5065da0c5a7b1166ea2ee547 # timeout=10 16:48:37 ------------------- 16:48:37 stable info: 16:48:37 ------------------- 16:48:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:48:37 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 16:48:37 Message: update stable to v1.0.172 16:48:38 ------------------- 16:48:38 experimental info: 16:48:38 ------------------- 16:48:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:48:38 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 16:48:38 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:48:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:48:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:48:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:48:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:48:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:48:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:48:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:48:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:48:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:48:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:48:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:48:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:48:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:48:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:48:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:48:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:48:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:48:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2940 [Pipeline] echo 16:48:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2940 [Pipeline] echo 16:48:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2940 [Pipeline] echo 16:48:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b116ed2c3666a71abee49cd31488bd2e8787a89d [Pipeline] echo 16:48:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b116ed2 [Pipeline] echo 16:48:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:48:42 provisioning config files... 16:48:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5264057738949542147tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:48:43 ---> docker-login.sh 16:48:43 nexus3.edgexfoundry.org:10001 16:48:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:48:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:48:43 Configure a credential helper to remove this warning. See 16:48:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:48:43 16:48:43 Login Succeeded 16:48:43 nexus3.edgexfoundry.org:10002 16:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:48:44 Configure a credential helper to remove this warning. See 16:48:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:48:44 16:48:44 Login Succeeded 16:48:44 nexus3.edgexfoundry.org:10003 16:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:48:44 Configure a credential helper to remove this warning. See 16:48:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:48:44 16:48:44 Login Succeeded 16:48:44 nexus3.edgexfoundry.org:10004 16:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:48:44 Configure a credential helper to remove this warning. See 16:48:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:48:44 16:48:44 Login Succeeded 16:48:44 docker.io 16:48:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:48:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:48:45 Configure a credential helper to remove this warning. See 16:48:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:48:45 16:48:45 Login Succeeded 16:48:45 ---> docker-login.sh ends [Pipeline] } 16:48:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:48:46 ++ 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-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:48:46 + for file in '`ls cmd/**/Dockerfile`' 16:48:46 ++ dirname cmd/core-command/Dockerfile 16:48:46 ++ cut -d/ -f2 16:48:46 + echo core-command,cmd/core-command/Dockerfile 16:48:46 + for file in '`ls cmd/**/Dockerfile`' 16:48:46 ++ dirname cmd/core-data/Dockerfile 16:48:46 ++ cut -d/ -f2 16:48:46 + echo core-data,cmd/core-data/Dockerfile 16:48:46 + for file in '`ls cmd/**/Dockerfile`' 16:48:46 ++ dirname cmd/core-metadata/Dockerfile 16:48:46 ++ cut -d/ -f2 16:48:46 + echo core-metadata,cmd/core-metadata/Dockerfile 16:48:46 + for file in '`ls cmd/**/Dockerfile`' 16:48:46 ++ dirname cmd/security-bootstrap-redis/Dockerfile 16:48:46 ++ cut -d/ -f2 16:48:46 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 16:48:46 + for file in '`ls cmd/**/Dockerfile`' 16:48:46 ++ dirname cmd/security-proxy-setup/Dockerfile 16:48:46 ++ cut -d/ -f2 16:48:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:48:46 + for file in '`ls cmd/**/Dockerfile`' 16:48:46 ++ dirname cmd/security-secrets-setup/Dockerfile 16:48:46 ++ cut -d/ -f2 16:48:46 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 16:48:46 + for file in '`ls cmd/**/Dockerfile`' 16:48:46 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:48:46 ++ cut -d/ -f2 16:48:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:48:46 + for file in '`ls cmd/**/Dockerfile`' 16:48:46 ++ dirname cmd/support-notifications/Dockerfile 16:48:46 ++ cut -d/ -f2 16:48:46 + echo support-notifications,cmd/support-notifications/Dockerfile 16:48:46 + for file in '`ls cmd/**/Dockerfile`' 16:48:46 ++ dirname cmd/support-scheduler/Dockerfile 16:48:46 ++ cut -d/ -f2 16:48:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:48:46 + for file in '`ls cmd/**/Dockerfile`' 16:48:46 ++ cut -d/ -f2 16:48:46 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:48:46 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:48:46 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-secrets-setup-go, dockerfile:cmd/security-secrets-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 16:48:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:48:47 16:48:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:48:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:48:48 latest: Pulling from edgex-devops/git-semver 16:48:48 31603596830f: Pulling fs layer 16:48:48 2a8b12db71e7: Pulling fs layer 16:48:48 6ca5941a6612: Pulling fs layer 16:48:48 ecc8261a40a4: Pulling fs layer 16:48:48 ecc8261a40a4: Waiting 16:48:48 2a8b12db71e7: Download complete 16:48:48 31603596830f: Verifying Checksum 16:48:48 31603596830f: Download complete 16:48:48 ecc8261a40a4: Verifying Checksum 16:48:48 ecc8261a40a4: Download complete 16:48:48 6ca5941a6612: Verifying Checksum 16:48:48 6ca5941a6612: Download complete 16:48:48 31603596830f: Pull complete 16:48:49 2a8b12db71e7: Pull complete 16:48:50 6ca5941a6612: Pull complete 16:48:50 ecc8261a40a4: Pull complete 16:48:50 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:48:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:48:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:48:51 prd-centos7-docker-4c-2g-15590 does not seem to be running inside a container 16:48:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:48:54 $ docker top 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:48:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:48:54 [ssh-agent] Looking for ssh-agent implementation... 16:48:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:48:55 $ docker exec 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 ssh-agent 16:48:55 SSH_AUTH_SOCK=/tmp/ssh-hFRxtqDhSgUt/agent.11 16:48:55 SSH_AGENT_PID=16 16:48:55 Running ssh-add (command line suppressed) 16:48:55 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3647177299019945660.key (/w/workspace/edgex-go/3@tmp/private_key_3647177299019945660.key) 16:48:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:48:56 + git tag --points-at HEAD [Pipeline] } 16:48:56 $ docker exec --env ******** --env ******** 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 ssh-agent -k 16:48:56 unset SSH_AUTH_SOCK; 16:48:56 unset SSH_AGENT_PID; 16:48:56 echo Agent pid 16 killed; 16:48:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:48:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:48:56 [ssh-agent] Looking for ssh-agent implementation... 16:48:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:48:56 $ docker exec 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 ssh-agent 16:48:57 SSH_AUTH_SOCK=/tmp/ssh-hTxZYBVj7ijA/agent.45 16:48:57 SSH_AGENT_PID=51 16:48:57 Running ssh-add (command line suppressed) 16:48:57 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7097364375176309703.key (/w/workspace/edgex-go/3@tmp/private_key_7097364375176309703.key) 16:48:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:48:58 + git semver init 16:48:58 # -> Open(): unable to determine branch for HEAD 16:48:58 # $GIT_DIR = /w/workspace/edgex-go/3/.git 16:48:58 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 16:48:58 # $SEMVER_REMOTE_NAME = origin 16:48:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:48:58 # $SEMVER_USER_NAME = edgex-jenkins 16:48:58 # $SEMVER_BRANCH = PR-2940 16:48:58 # $SEMVER_TEMP = /tmp/semver-818959621 16:48:58 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:49:30 # '/tmp/semver-818959621' -> '/w/workspace/edgex-go/3/.semver' 16:49:30 # -> Force: false 16:49:30 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 16:49:30 $ docker exec --env ******** --env ******** 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 ssh-agent -k 16:49:31 unset SSH_AUTH_SOCK; 16:49:31 unset SSH_AGENT_PID; 16:49:31 echo Agent pid 51 killed; 16:49:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:49:31 + git semver [Pipeline] } 16:49:31 $ docker stop --time=1 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 16:49:33 $ docker rm -f 59d62ce033add45a43c955e004fa2f213bf99cd8149cc9fbcea6f36622ee4a48 [Pipeline] // withDockerContainer [Pipeline] sh 16:49:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:49:35 Stashed 1 file(s) [Pipeline] echo 16:49:35 [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 16:49:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:49:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:49:36 + sudo service docker restart 16:49:36 + true 16:49:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:49:38 ========================================================= 16:49:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:49:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:49:38 + 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 . 16:49:44 Sending build context to Docker daemon 326.4MB 16:49:44 Step 1/7 : ARG BASE=golang:1.15-alpine 16:49:44 Step 2/7 : FROM ${BASE} 16:49:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:49:44 188c0c94c7c5: Pulling fs layer 16:49:44 0ef7d3d256c8: Pulling fs layer 16:49:44 de9db76c5a1d: Pulling fs layer 16:49:44 bca2f99d35d6: Pulling fs layer 16:49:44 93359f2a8cfa: Pulling fs layer 16:49:44 7c6f9722023f: Pulling fs layer 16:49:44 a35cf1a2eb13: Pulling fs layer 16:49:44 93359f2a8cfa: Waiting 16:49:44 7c6f9722023f: Waiting 16:49:44 a35cf1a2eb13: Waiting 16:49:44 bca2f99d35d6: Waiting 16:49:44 de9db76c5a1d: Verifying Checksum 16:49:44 de9db76c5a1d: Download complete 16:49:44 0ef7d3d256c8: Download complete 16:49:44 93359f2a8cfa: Verifying Checksum 16:49:44 93359f2a8cfa: Download complete 16:49:44 188c0c94c7c5: Verifying Checksum 16:49:44 188c0c94c7c5: Download complete 16:49:44 7c6f9722023f: Verifying Checksum 16:49:44 7c6f9722023f: Download complete 16:49:44 188c0c94c7c5: Pull complete 16:49:45 0ef7d3d256c8: Pull complete 16:49:45 de9db76c5a1d: Pull complete 16:49:48 a35cf1a2eb13: Verifying Checksum 16:49:48 a35cf1a2eb13: Download complete 16:49:49 bca2f99d35d6: Verifying Checksum 16:49:49 bca2f99d35d6: Download complete 16:49:50 Still waiting to schedule task 16:49:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:49:57 bca2f99d35d6: Pull complete 16:49:57 93359f2a8cfa: Pull complete 16:49:57 7c6f9722023f: Pull complete 16:50:03 a35cf1a2eb13: Pull complete 16:50:03 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:50:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:50:03 ---> a62c8e92a672 16:50:03 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:50:03 ---> Running in c216e69f1146 16:50:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:06 (1/12) Installing libmagic (5.38-r0) 16:50:06 (2/12) Installing file (5.38-r0) 16:50:06 (3/12) Installing libc-dev (0.7.2-r3) 16:50:06 (4/12) Installing g++ (9.3.0-r2) 16:50:13 (5/12) Installing fortify-headers (1.1-r0) 16:50:13 (6/12) Installing patch (2.7.6-r6) 16:50:13 (7/12) Installing build-base (0.5-r2) 16:50:13 (8/12) Installing libsodium (1.0.18-r0) 16:50:13 (9/12) Installing pkgconf (1.7.2-r0) 16:50:13 (10/12) Installing libsodium-dev (1.0.18-r0) 16:50:13 (11/12) Installing libzmq (4.3.3-r0) 16:50:13 (12/12) Installing zeromq-dev (4.3.3-r0) 16:50:13 Executing busybox-1.31.1-r19.trigger 16:50:13 OK: 233 MiB in 51 packages 16:50:17 Removing intermediate container c216e69f1146 16:50:17 ---> 95e2cb299f16 16:50:17 Step 4/7 : WORKDIR /edgex-go 16:50:17 ---> Running in ef94ff809a85 16:50:17 Removing intermediate container ef94ff809a85 16:50:17 ---> 192ddd5f03d5 16:50:17 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:50:17 latest: Pulling from library/docker 16:50:17 05e7bc50f07f: Pulling fs layer 16:50:17 6db28d0fdbf6: Pulling fs layer 16:50:17 292df0bc6bf3: Pulling fs layer 16:50:17 2e060f4bd70b: Pulling fs layer 16:50:17 80e8d568a223: Pulling fs layer 16:50:17 8dc6ef1a942a: Pulling fs layer 16:50:17 2312dd95470a: Pulling fs layer 16:50:17 2e060f4bd70b: Waiting 16:50:17 80e8d568a223: Waiting 16:50:17 8dc6ef1a942a: Waiting 16:50:17 2312dd95470a: Waiting 16:50:18 292df0bc6bf3: Verifying Checksum 16:50:18 292df0bc6bf3: Download complete 16:50:18 6db28d0fdbf6: Verifying Checksum 16:50:18 6db28d0fdbf6: Download complete 16:50:18 05e7bc50f07f: Verifying Checksum 16:50:18 05e7bc50f07f: Download complete 16:50:18 80e8d568a223: Verifying Checksum 16:50:18 80e8d568a223: Download complete 16:50:18 8dc6ef1a942a: Verifying Checksum 16:50:18 8dc6ef1a942a: Download complete 16:50:18 2312dd95470a: Verifying Checksum 16:50:18 2312dd95470a: Download complete 16:50:19 05e7bc50f07f: Pull complete 16:50:19 6db28d0fdbf6: Pull complete 16:50:19 292df0bc6bf3: Pull complete 16:50:19 2e060f4bd70b: Verifying Checksum 16:50:19 2e060f4bd70b: Download complete 16:50:24 2e060f4bd70b: Pull complete 16:50:24 80e8d568a223: Pull complete 16:50:24 8dc6ef1a942a: Pull complete 16:50:24 2312dd95470a: Pull complete 16:50:24 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 16:50:24 Status: Downloaded newer image for docker:latest 16:50:26 ---> b743cfd18dee 16:50:26 Step 6/7 : COPY go.mod . 16:50:26 ---> 8c2212274364 16:50:26 Step 7/7 : RUN go mod download 16:50:26 ---> Running in 6ab6879cd825 16:50:53 Removing intermediate container 6ab6879cd825 16:50:53 ---> 5b038c109341 16:50:53 Successfully built 5b038c109341 16:50:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:50:54 + docker inspect -f . ci-base-image-x86_64 16:50:54 . [Pipeline] withDockerContainer 16:50:54 prd-centos7-docker-4c-2g-15590 does not seem to be running inside a container 16:50:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:50:56 $ docker top ed11d44454c96b3df5e8c212cd451fd18fcdfae0f1ae231ebc0732d4b6b7d001 -eo pid,comm [Pipeline] { [Pipeline] sh 16:50:56 + go version 16:50:57 go version go1.15.5 linux/amd64 [Pipeline] } 16:50:57 $ docker stop --time=1 ed11d44454c96b3df5e8c212cd451fd18fcdfae0f1ae231ebc0732d4b6b7d001 16:50:59 $ docker rm -f ed11d44454c96b3df5e8c212cd451fd18fcdfae0f1ae231ebc0732d4b6b7d001 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:51:00 + docker inspect -f . ci-base-image-x86_64 16:51:00 . [Pipeline] withDockerContainer 16:51:00 prd-centos7-docker-4c-2g-15590 does not seem to be running inside a container 16:51:00 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:51:01 $ docker top 661eab902fc0482911150b89735d7bbda4c2f8618630099a633aa76235ac7420 -eo pid,comm [Pipeline] { [Pipeline] echo 16:51:02 ========================================================= 16:51:02 [edgeXBuildGoParallel] Running Tests and Build... 16:51:02 ========================================================= [Pipeline] sh 16:51:02 + make test 16:51:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:51:17 ? github.com/edgexfoundry/edgex-go [no test files] 16:51:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:51:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15591 in /w/workspace/edgexfoundry_edgex-go_PR-2940 [Pipeline] { [Pipeline] ws 16:51:41 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 16:51:46 using credential edgex-jenkins-ssh 16:51:46 Cloning the remote Git repository 16:51:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:51:46 > git init /w/workspace/edgex-go/3 # timeout=10 16:51:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:51:46 > git --version # timeout=10 16:51:46 > git --version # 'git version 2.17.1' 16:51:46 using GIT_SSH to set credentials SSH Credentials for GitHub 16:51:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:51:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:51:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:51:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:51:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:51:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:51:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:51:58 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.033s 16:51:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:51:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:52:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:52:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:52:00 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:52:00 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:52:03 Merging remotes/origin/master commit f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit b116ed2c3666a71abee49cd31488bd2e8787a89d 16:52:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:52:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:52:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:52:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:52:02 using GIT_SSH to set credentials SSH Credentials for GitHub 16:52:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2940/head:refs/remotes/origin/PR-2940 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:52:03 > git config core.sparsecheckout # timeout=10 16:52:03 > git checkout -f b116ed2c3666a71abee49cd31488bd2e8787a89d # timeout=10 16:52:04 Merge succeeded, producing b116ed2c3666a71abee49cd31488bd2e8787a89d 16:52:04 Checking out Revision b116ed2c3666a71abee49cd31488bd2e8787a89d (PR-2940) 16:52:03 > git remote # timeout=10 16:52:04 > git config --get remote.origin.url # timeout=10 16:52:04 using GIT_SSH to set credentials SSH Credentials for GitHub 16:52:04 > git merge f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 16:52:04 > git rev-parse HEAD^{commit} # timeout=10 16:52:04 > git config core.sparsecheckout # timeout=10 16:52:04 > git checkout -f b116ed2c3666a71abee49cd31488bd2e8787a89d # timeout=10 16:52:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.205s coverage: 46.6% of statements 16:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:52:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:52:08 Commit message: "feat(security): kong cert paths are now optional" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:52:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:52:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:52:11 + sudo service docker restart 16:52:11 + true 16:52:11 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.457s coverage: 27.1% of statements 16:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:52:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.115s coverage: 100.0% of statements 16:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:52:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements 16:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:52:11 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.518s coverage: 68.5% of statements 16:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:52:11 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:52:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.531s coverage: 82.3% of statements 16:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:52:13 provisioning config files... 16:52:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5573523550374068261tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:52:13 ---> docker-login.sh 16:52:13 nexus3.edgexfoundry.org:10001 16:52:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:14 Configure a credential helper to remove this warning. See 16:52:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:14 16:52:14 Login Succeeded 16:52:14 nexus3.edgexfoundry.org:10002 16:52:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:15 Configure a credential helper to remove this warning. See 16:52:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:15 16:52:15 Login Succeeded 16:52:15 nexus3.edgexfoundry.org:10003 16:52:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:15 Configure a credential helper to remove this warning. See 16:52:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:15 16:52:15 Login Succeeded 16:52:15 nexus3.edgexfoundry.org:10004 16:52:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:16 Configure a credential helper to remove this warning. See 16:52:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:16 16:52:16 Login Succeeded 16:52:16 docker.io 16:52:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.687s coverage: 28.6% of statements 16:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:52:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements 16:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:52:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements 16:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:52:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.158s coverage: 86.7% of statements 16:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:52:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:52:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements 16:52:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:52:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:52:17 Configure a credential helper to remove this warning. See 16:52:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:52:17 16:52:17 Login Succeeded 16:52:17 ---> docker-login.sh ends [Pipeline] } 16:52:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:52:17 ========================================================= 16:52:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:52:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:52:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements 16:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:52:18 + 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 . 16:52:20 Sending build context to Docker daemon 165.7MB 16:52:20 Step 1/7 : ARG BASE=golang:1.15-alpine 16:52:20 Step 2/7 : FROM ${BASE} 16:52:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:52:20 5f621e34cdf4: Pulling fs layer 16:52:20 a4357932f1b6: Pulling fs layer 16:52:20 18c013af1878: Pulling fs layer 16:52:20 00ac8860ef70: Pulling fs layer 16:52:20 63d7cb157983: Pulling fs layer 16:52:20 b116817d02f9: Pulling fs layer 16:52:20 745a02a5169b: Pulling fs layer 16:52:20 b116817d02f9: Waiting 16:52:20 745a02a5169b: Waiting 16:52:20 00ac8860ef70: Waiting 16:52:20 63d7cb157983: Waiting 16:52:20 18c013af1878: Download complete 16:52:20 a4357932f1b6: Verifying Checksum 16:52:20 a4357932f1b6: Download complete 16:52:21 63d7cb157983: Verifying Checksum 16:52:21 63d7cb157983: Download complete 16:52:21 b116817d02f9: Verifying Checksum 16:52:21 b116817d02f9: Download complete 16:52:21 5f621e34cdf4: Verifying Checksum 16:52:21 5f621e34cdf4: Download complete 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.674s coverage: 93.8% of statements 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements 16:52:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.111s coverage: 80.8% of statements 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.174s coverage: 87.2% of statements 16:52:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements 16:52:22 5f621e34cdf4: Pull complete 16:52:22 a4357932f1b6: Pull complete 16:52:22 18c013af1878: Pull complete 16:52:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.219s coverage: 91.4% of statements 16:52:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:52:23 745a02a5169b: Verifying Checksum 16:52:23 745a02a5169b: Download complete 16:52:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.562s coverage: 63.5% of statements 16:52:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:52:24 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:52:24 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.129s coverage: 100.0% of statements 16:52:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 91.3% of statements 16:52:24 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 16:52:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.141s coverage: 73.7% of statements 16:52:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.095s coverage: 100.0% of statements 16:52:25 00ac8860ef70: Verifying Checksum 16:52:25 00ac8860ef70: Download complete 16:52:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.005s coverage: 55.9% of statements 16:52:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:52:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:52:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:52:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:52:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:52:29 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 16:52:35 00ac8860ef70: Pull complete 16:52:35 63d7cb157983: Pull complete 16:52:36 b116817d02f9: Pull complete 16:52:40 745a02a5169b: Pull complete 16:52:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:52:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:52:40 ---> b7e6874047d6 16:52:40 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:52:42 ---> Running in e3dc36824ad3 16:52:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:52:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:52:45 (1/12) Installing libmagic (5.38-r0) 16:52:46 (2/12) Installing file (5.38-r0) 16:52:46 (3/12) Installing libc-dev (0.7.2-r3) 16:52:46 (4/12) Installing g++ (9.3.0-r2) 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 24.802s coverage: 86.3% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.194s coverage: 72.2% of statements 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.079s coverage: 72.1% of statements 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.055s coverage: 82.4% of statements 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.090s coverage: 48.4% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.059s coverage: 28.8% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.124s coverage: 96.8% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.383s coverage: 37.1% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.772s coverage: 84.0% of statements 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.060s coverage: 100.0% of statements 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.249s coverage: 47.1% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.080s coverage: 100.0% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.263s coverage: 29.1% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.122s coverage: 99.0% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.083s coverage: 0.0% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:52:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.249s coverage: 100.0% of statements 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.087s coverage: 32.1% of statements 16:52:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 16:52:52 GO111MODULE=on go vet ./... 16:52:52 (5/12) Installing fortify-headers (1.1-r0) 16:52:52 (6/12) Installing patch (2.7.6-r6) 16:52:52 (7/12) Installing build-base (0.5-r2) 16:52:52 (8/12) Installing libsodium (1.0.18-r0) 16:52:52 (9/12) Installing pkgconf (1.7.2-r0) 16:52:52 (10/12) Installing libsodium-dev (1.0.18-r0) 16:52:52 (11/12) Installing libzmq (4.3.3-r0) 16:52:52 (12/12) Installing zeromq-dev (4.3.3-r0) 16:52:52 Executing busybox-1.31.1-r19.trigger 16:52:52 OK: 217 MiB in 51 packages 16:52:57 Removing intermediate container e3dc36824ad3 16:52:57 ---> 9a482afabef2 16:52:57 Step 4/7 : WORKDIR /edgex-go 16:52:57 ---> Running in fd9b264a0820 16:52:57 Removing intermediate container fd9b264a0820 16:52:57 ---> 01335de09320 16:52:57 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:52:57 latest: Pulling from library/docker 16:52:58 a3cc7d3b244e: Pulling fs layer 16:52:58 02a3295e0d61: Pulling fs layer 16:52:58 0f4f2e6d8100: Pulling fs layer 16:52:58 330b718f631f: Pulling fs layer 16:52:58 a93816041522: Pulling fs layer 16:52:58 bdb6da89ff94: Pulling fs layer 16:52:58 2a70c0c122f4: Pulling fs layer 16:52:58 330b718f631f: Waiting 16:52:58 2a70c0c122f4: Waiting 16:52:58 bdb6da89ff94: Waiting 16:52:58 a93816041522: Waiting 16:52:58 0f4f2e6d8100: Download complete 16:52:58 02a3295e0d61: Verifying Checksum 16:52:58 02a3295e0d61: Download complete 16:52:58 a3cc7d3b244e: Verifying Checksum 16:52:58 a3cc7d3b244e: Download complete 16:52:58 a93816041522: Verifying Checksum 16:52:58 a93816041522: Download complete 16:52:58 bdb6da89ff94: Verifying Checksum 16:52:58 bdb6da89ff94: Download complete 16:52:58 2a70c0c122f4: Verifying Checksum 16:52:58 2a70c0c122f4: Download complete 16:52:59 a3cc7d3b244e: Pull complete 16:52:59 02a3295e0d61: Pull complete 16:53:00 330b718f631f: Verifying Checksum 16:53:00 330b718f631f: Download complete 16:53:00 0f4f2e6d8100: Pull complete 16:53:04 330b718f631f: Pull complete 16:53:04 a93816041522: Pull complete 16:53:04 bdb6da89ff94: Pull complete 16:53:04 2a70c0c122f4: Pull complete 16:53:04 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 16:53:04 Status: Downloaded newer image for docker:latest 16:53:08 ---> 3aa8191aa4f9 16:53:08 Step 6/7 : COPY go.mod . 16:53:08 ---> 45134878b663 16:53:08 Step 7/7 : RUN go mod download 16:53:08 ---> Running in 8fb6bf975ea2 16:53:35 Removing intermediate container 8fb6bf975ea2 16:53:35 ---> bfd150ed0102 16:53:36 Successfully built bfd150ed0102 16:53:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:53:36 + docker inspect -f . ci-base-image-arm64 16:53:36 . [Pipeline] withDockerContainer 16:53:36 prd-ubuntu18.04-docker-arm64-4c-16g-15591 does not seem to be running inside a container 16:53:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:53:38 $ docker top 59fcd4e242895f75bd91935c1ba6b16768cf7d48b6dd9790449a9481cf713236 -eo pid,comm [Pipeline] { [Pipeline] sh 16:53:39 + go version 16:53:39 go version go1.15.5 linux/arm64 [Pipeline] } 16:53:39 $ docker stop --time=1 59fcd4e242895f75bd91935c1ba6b16768cf7d48b6dd9790449a9481cf713236 16:53:40 gofmt -l . 16:53:40 [ "`gofmt -l .`" = "" ] 16:53:41 ./bin/test-go-mod-tidy.sh 16:53:41 $ docker rm -f 59fcd4e242895f75bd91935c1ba6b16768cf7d48b6dd9790449a9481cf713236 16:53:41 ./bin/test-attribution-txt.sh [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:53:42 + docker inspect -f . ci-base-image-arm64 16:53:42 . [Pipeline] withDockerContainer 16:53:42 prd-ubuntu18.04-docker-arm64-4c-16g-15591 does not seem to be running inside a container 16:53:42 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:53:44 $ docker top 1c157c9b502dd6fbef7235be9c00f0c8ad9dbf6f61675454a7b61642acfb168c -eo pid,comm [Pipeline] { [Pipeline] echo 16:53:44 ========================================================= 16:53:44 [edgeXBuildGoParallel] Running Tests and Build... 16:53:44 ========================================================= [Pipeline] sh [Pipeline] sh 16:53:45 + make test 16:53:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:53:45 + ls -al . 16:53:45 total 668 16:53:45 drwxrwxr-x 10 1001 1001 4096 Dec 11 16:53 . 16:53:45 drwxr-xr-x 4 root root 28 Dec 11 16:51 .. 16:53:45 -rw-rw-r-- 1 1001 1001 11 Dec 11 16:48 .dockerignore 16:53:45 drwxrwxr-x 8 1001 1001 179 Dec 11 16:48 .git 16:53:45 drwxrwxr-x 3 1001 1001 125 Dec 11 16:48 .github 16:53:45 -rw-rw-r-- 1 1001 1001 943 Dec 11 16:48 .gitignore 16:53:45 drwx------ 3 1001 1001 47 Dec 11 16:49 .semver 16:53:45 -rw-rw-r-- 1 1001 1001 166 Dec 11 16:48 .sonarcloud.properties 16:53:45 -rw-rw-r-- 1 1001 1001 3804 Dec 11 16:48 CONTRIBUTING.md 16:53:45 -rw-rw-r-- 1 1001 1001 1035 Dec 11 16:48 Dockerfile.build 16:53:45 -rw-rw-r-- 1 1001 1001 863 Dec 11 16:48 Jenkinsfile 16:53:45 -rw-rw-r-- 1 1001 1001 10775 Dec 11 16:48 LICENSE 16:53:45 -rw-rw-r-- 1 1001 1001 6318 Dec 11 16:48 Makefile 16:53:45 -rw-rw-r-- 1 1001 1001 6447 Dec 11 16:48 README.md 16:53:45 -rw-rw-r-- 1 1001 1001 7286 Dec 11 16:48 SECURITY.md 16:53:45 -rw-rw-r-- 1 1001 1001 5 Dec 11 16:49 VERSION 16:53:45 -rw-rw-r-- 1 1001 1001 4131 Dec 11 16:48 ZMQWindows.md 16:53:45 drwxrwxr-x 2 1001 1001 117 Dec 11 16:48 bin 16:53:45 drwxrwxr-x 15 1001 1001 4096 Dec 11 16:48 cmd 16:53:45 -rw-r--r-- 1 root root 569828 Dec 11 16:52 coverage.out 16:53:45 -rw-r--r-- 1 root root 1041 Dec 11 16:53 go.mod 16:53:45 -rw-r--r-- 1 root root 18856 Dec 11 16:53 go.sum 16:53:45 drwxrwxr-x 8 1001 1001 127 Dec 11 16:48 internal 16:53:45 drwxrwxr-x 4 1001 1001 26 Dec 11 16:48 openapi 16:53:45 drwxrwxr-x 4 1001 1001 71 Dec 11 16:48 snap 16:53:45 -rw-rw-r-- 1 1001 1001 168 Dec 11 16:48 version.go [Pipeline] sh 16:53:46 + '[' -e coverage.out ] 16:53:46 + chown 1001:1001 coverage.out [Pipeline] stash 16:53:46 Stashed 1 file(s) [Pipeline] sh 16:53:46 + make build 16:53:46 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 16:53:52 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 16:54:07 ? github.com/edgexfoundry/edgex-go [no test files] 16:54:07 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 16:54:08 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 16:54:11 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 16:54:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:54:14 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 16:54:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 16:54:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:54:21 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 16:54:23 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 16:54:25 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 16:54:27 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] } 16:54:29 $ docker stop --time=1 661eab902fc0482911150b89735d7bbda4c2f8618630099a633aa76235ac7420 16:54:31 $ docker rm -f 661eab902fc0482911150b89735d7bbda4c2f8618630099a633aa76235ac7420 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:54:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:54:35 16:54:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:54:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:54:35 latest: Pulling from edgex-devops/edgex-compose 16:54:35 cbdbe7a5bc2a: Pulling fs layer 16:54:35 ca9280d653b3: Pulling fs layer 16:54:35 7e9c9ca2126c: Pulling fs layer 16:54:36 cbdbe7a5bc2a: Verifying Checksum 16:54:36 cbdbe7a5bc2a: Download complete 16:54:36 ca9280d653b3: Verifying Checksum 16:54:36 ca9280d653b3: Download complete 16:54:36 cbdbe7a5bc2a: Pull complete 16:54:38 7e9c9ca2126c: Verifying Checksum 16:54:38 7e9c9ca2126c: Download complete 16:54:38 ca9280d653b3: Pull complete 16:54:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:54:49 7e9c9ca2126c: Pull complete 16:54:49 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:54:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:54:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:54:49 prd-centos7-docker-4c-2g-15590 does not seem to be running inside a container 16:54:49 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:54:52 $ docker top c3f359a725d25ce4ba0d36b28b8bb9505a057c500ce834e2d26aec2fc026d1df -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:53 + grep parallel 16:54:53 + docker-compose build --help 16:54:55 --parallel Build images in parallel. [Pipeline] } 16:54:55 $ docker stop --time=1 c3f359a725d25ce4ba0d36b28b8bb9505a057c500ce834e2d26aec2fc026d1df 16:54:56 $ docker rm -f c3f359a725d25ce4ba0d36b28b8bb9505a057c500ce834e2d26aec2fc026d1df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:54:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:54:57 . [Pipeline] withDockerContainer 16:54:57 prd-centos7-docker-4c-2g-15590 does not seem to be running inside a container 16:54:57 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 16:54:58 $ docker top 22f77454ad3ac03c33b95ee623c6fecc75ca8368a6802ac76da5e87b6a7c1158 -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:59 + docker-compose -f ./docker-compose-build.yml build --parallel 16:55:00 Building docker-core-command-go ... 16:55:00 Building docker-core-data-go ... 16:55:00 Building docker-core-metadata-go ... 16:55:00 Building docker-security-bootstrap-redis-go ... 16:55:00 Building docker-security-proxy-setup-go ... 16:55:00 Building docker-security-secrets-setup-go ... 16:55:00 Building docker-security-secretstore-setup-go ... 16:55:00 Building docker-support-notifications-go ... 16:55:00 Building docker-support-scheduler-go ... 16:55:00 Building docker-sys-mgmt-agent-go ... 16:55:00 Building docker-core-data-go 16:55:00 Building docker-support-notifications-go 16:55:00 Building docker-security-bootstrap-redis-go 16:55:00 Building docker-security-secrets-setup-go 16:55:00 Building docker-core-command-go 16:55:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:55:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:55:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:55:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:55:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:55:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:55:13 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.056s 16:55:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:55:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:55:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:55:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:55:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:55:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:55:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.247s coverage: 46.6% of statements 16:55:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:55:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:55:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:55:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:55:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:55:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.0% of statements 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:55:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.094s coverage: 100.0% of statements 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:55:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:55:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.525s coverage: 68.5% of statements 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:55:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.606s coverage: 82.3% of statements 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:55:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:55:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.195s coverage: 28.6% of statements 16:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:55:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements 16:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:55:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.099s coverage: 100.0% of statements 16:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:55:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.322s coverage: 86.7% of statements 16:55:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:55:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.454s coverage: 97.5% of statements 16:55:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:55:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements 16:55:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:55:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:55:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:55:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:55:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.053s coverage: 93.8% of statements 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:55:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:55:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.249s coverage: 0.1% of statements 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:55:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:55:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.119s coverage: 75.5% of statements 16:55:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:55:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements 16:55:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 16:55:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements 16:55:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.223s coverage: 91.4% of statements 16:55:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:55:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.623s coverage: 63.5% of statements 16:55:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:55:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:55:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements 16:55:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements 16:55:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements 16:55:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements 16:55:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 16:55:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.851s coverage: 55.9% of statements 16:55:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:55:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:55:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:55:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:55:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:55:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 16:55:58 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 16:55:58 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 16:55:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:55:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:55:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 16:55:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:55:58 ---> 5b038c109341 16:55:58 Step 3/23 : WORKDIR /edgex-go 16:55:58 ---> 5b038c109341 16:55:58 Step 3/24 : WORKDIR /edgex-go 16:55:58 ---> 5b038c109341 16:55:58 Step 3/29 : WORKDIR /edgex-go 16:55:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:55:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:55:58 ---> 5b038c109341 16:55:58 Step 3/22 : WORKDIR /edgex-go 16:55:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:55:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:55:58 ---> 5b038c109341 16:55:58 Step 3/22 : WORKDIR /edgex-go 16:55:58 ---> Running in 83f585e4f315 16:55:58 ---> Running in eb47db38f693 16:55:58 ---> Running in b83a914f76eb 16:55:58 ---> Running in 9733a1ae9f4c 16:55:58 ---> Running in 9ee63f787cdc 16:55:58 Removing intermediate container 83f585e4f315 16:55:58 ---> f793b825d95a 16:55:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:58 Removing intermediate container 9733a1ae9f4c 16:55:58 ---> 91ef067d7538 16:55:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:58 Removing intermediate container eb47db38f693 16:55:58 ---> dde8877ac58f 16:55:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:58 Removing intermediate container 9ee63f787cdc 16:55:58 ---> c65ffcddbf80 16:55:58 Step 4/29 : RUN apk update && apk add make git 16:55:58 Removing intermediate container b83a914f76eb 16:55:58 ---> 5986e1318a0a 16:55:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:58 ---> Running in d2d9f1fe16a1 16:55:58 ---> Running in 88ce182f0b83 16:55:58 ---> Running in 4738ac51fe1a 16:55:58 ---> Running in 8ff34529447f 16:55:58 ---> Running in 2bf21ec7c31f 16:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:55:58 Removing intermediate container 2bf21ec7c31f 16:55:58 ---> c891ebc7180d 16:55:58 Step 5/22 : RUN apk update && apk add make git 16:55:58 Removing intermediate container d2d9f1fe16a1 16:55:58 ---> 4946541c83b6 16:55:58 Step 5/22 : RUN apk update && apk add make git 16:55:58 Removing intermediate container 88ce182f0b83 16:55:58 ---> 732caf236b74 16:55:58 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 16:55:58 Removing intermediate container 4738ac51fe1a 16:55:58 ---> 06fe0f0127e0 16:55:58 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 16:55:58 ---> Running in 64d714f9c11f 16:55:58 ---> Running in 9d77eb7be552 16:55:58 ---> Running in 38fc7f4d4b9e 16:55:58 ---> Running in 60fe8f74b16c 16:55:58 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:55:58 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:55:58 OK: 12748 distinct packages available 16:55:58 OK: 233 MiB in 51 packages 16:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:55:58 Removing intermediate container 8ff34529447f 16:55:58 ---> 7ef82a524172 16:55:58 Step 5/29 : COPY go.mod . 16:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:55:58 ---> 47f472ddd734 16:55:58 Step 6/29 : RUN go mod download 16:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:55:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:55:58 ---> Running in 3bc38293355c 16:55:58 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:55:58 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:55:58 OK: 12748 distinct packages available 16:55:58 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:55:58 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:55:58 OK: 12748 distinct packages available 16:55:58 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:55:58 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:55:58 OK: 12748 distinct packages available 16:55:58 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:55:58 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:55:58 OK: 12748 distinct packages available 16:55:59 OK: 233 MiB in 51 packages 16:55:59 OK: 233 MiB in 51 packages 16:55:59 OK: 233 MiB in 51 packages 16:55:59 OK: 233 MiB in 51 packages 16:56:00 Removing intermediate container 9d77eb7be552 16:56:00 ---> d8164ec50147 16:56:00 Step 6/22 : COPY go.mod . 16:56:00 Removing intermediate container 64d714f9c11f 16:56:00 ---> ec2d28668006 16:56:00 Step 6/22 : COPY go.mod . 16:56:00 Removing intermediate container 60fe8f74b16c 16:56:00 ---> ef31799347fd 16:56:00 Step 6/23 : COPY go.mod . 16:56:00 Removing intermediate container 38fc7f4d4b9e 16:56:00 ---> ddf811a5beb8 16:56:00 Step 6/24 : COPY go.mod . 16:56:01 ---> 40242fb7e4d0 16:56:01 Step 7/22 : RUN go mod download 16:56:01 ---> e6bb76662df0 16:56:01 Step 7/22 : RUN go mod download 16:56:01 ---> 3fabebc15d6e 16:56:01 Step 7/23 : RUN go mod download 16:56:01 ---> Running in ae6c7e52889f 16:56:01 ---> Running in e23ef89e8d6b 16:56:01 ---> 5456050b13c4 16:56:01 Step 7/24 : RUN go mod download 16:56:01 ---> Running in 1382474fbdd7 16:56:01 Removing intermediate container 3bc38293355c 16:56:01 ---> b897ef991163 16:56:01 Step 7/29 : COPY . . 16:56:02 ---> Running in 0f63f18f0cbd 16:56:07 Removing intermediate container e23ef89e8d6b 16:56:07 ---> 95d5f07cd08e 16:56:07 Step 8/22 : COPY . . 16:56:07 Removing intermediate container ae6c7e52889f 16:56:07 ---> 38f194849fd8 16:56:07 Step 8/22 : COPY . . 16:56:07 Removing intermediate container 0f63f18f0cbd 16:56:07 ---> 76ac9e5b4688 16:56:07 Step 8/24 : COPY . . 16:56:07 Removing intermediate container 1382474fbdd7 16:56:07 ---> 245214eb75f9 16:56:07 Step 8/23 : COPY . . 16:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.674s coverage: 86.3% of statements 16:56:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 16:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.377s coverage: 72.2% of statements 16:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.513s coverage: 72.1% of statements 16:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.110s coverage: 82.4% of statements 16:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.085s coverage: 48.4% of statements 16:56:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 16:56:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 16:56:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 16:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.067s coverage: 28.8% of statements 16:56:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 16:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.110s coverage: 96.8% of statements 16:56:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 16:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.337s coverage: 37.1% of statements 16:56:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:56:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.672s coverage: 84.0% of statements 16:56:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.121s coverage: 100.0% of statements 16:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.355s coverage: 47.1% of statements 16:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.050s coverage: 100.0% of statements 16:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.180s coverage: 100.0% of statements 16:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:56:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 16:56:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:56:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.986s coverage: 29.1% of statements 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:56:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.238s coverage: 99.0% of statements 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:56:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:56:21 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:56:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:56:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:56:21 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:56:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 16:56:21 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 16:56:21 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 16:56:22 GO111MODULE=on go vet ./... 16:57:04 ---> a4bbcbf9f3bb 16:57:04 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 16:57:04 ---> d3355572b9fb 16:57:04 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:57:04 ---> aaaae25d0039 16:57:04 Step 9/23 : RUN make cmd/core-data/core-data 16:57:04 ---> Running in a0b6da552a0c 16:57:04 ---> Running in ff34070888b2 16:57:04 ---> Running in 608202b9f15a 16:57:04 ---> 2362bbc6df0a 16:57:04 Step 9/22 : RUN make cmd/core-command/core-command 16:57:04 ---> d786d3bb57ac 16:57:04 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:57:04 ---> Running in bd0cdac804be 16:57:04 ---> Running in 0d5307fff142 16:57:04 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 16:57:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:57:04 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 16:57:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:57:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 16:57:30 gofmt -l . 16:57:31 [ "`gofmt -l .`" = "" ] 16:57:33 ./bin/test-go-mod-tidy.sh 16:57:34 ./bin/test-attribution-txt.sh [Pipeline] sh 16:57:39 + ls -al . 16:57:39 total 696 16:57:39 drwxrwxr-x 9 1001 1001 4096 Dec 11 16:57 . 16:57:39 drwxr-xr-x 4 root root 4096 Dec 11 16:53 .. 16:57:39 -rw-rw-r-- 1 1001 1001 11 Dec 11 16:52 .dockerignore 16:57:39 drwxrwxr-x 8 1001 1001 4096 Dec 11 16:52 .git 16:57:39 drwxrwxr-x 3 1001 1001 4096 Dec 11 16:52 .github 16:57:39 -rw-rw-r-- 1 1001 1001 943 Dec 11 16:52 .gitignore 16:57:39 -rw-rw-r-- 1 1001 1001 166 Dec 11 16:52 .sonarcloud.properties 16:57:39 -rw-rw-r-- 1 1001 1001 3804 Dec 11 16:52 CONTRIBUTING.md 16:57:39 -rw-rw-r-- 1 1001 1001 1035 Dec 11 16:52 Dockerfile.build 16:57:39 -rw-rw-r-- 1 1001 1001 863 Dec 11 16:52 Jenkinsfile 16:57:39 -rw-rw-r-- 1 1001 1001 10775 Dec 11 16:52 LICENSE 16:57:39 -rw-rw-r-- 1 1001 1001 6318 Dec 11 16:52 Makefile 16:57:39 -rw-rw-r-- 1 1001 1001 6447 Dec 11 16:52 README.md 16:57:39 -rw-rw-r-- 1 1001 1001 7286 Dec 11 16:52 SECURITY.md 16:57:39 -rw-rw-r-- 1 1001 1001 5 Dec 11 16:49 VERSION 16:57:39 -rw-rw-r-- 1 1001 1001 4131 Dec 11 16:52 ZMQWindows.md 16:57:39 drwxrwxr-x 2 1001 1001 4096 Dec 11 16:52 bin 16:57:39 drwxrwxr-x 15 1001 1001 4096 Dec 11 16:52 cmd 16:57:39 -rw-r--r-- 1 root root 569828 Dec 11 16:56 coverage.out 16:57:39 -rw-r--r-- 1 root root 1041 Dec 11 16:57 go.mod 16:57:39 -rw-r--r-- 1 root root 18856 Dec 11 16:57 go.sum 16:57:39 drwxrwxr-x 8 1001 1001 4096 Dec 11 16:52 internal 16:57:39 drwxrwxr-x 4 1001 1001 4096 Dec 11 16:52 openapi 16:57:39 drwxrwxr-x 4 1001 1001 4096 Dec 11 16:52 snap 16:57:39 -rw-rw-r-- 1 1001 1001 168 Dec 11 16:52 version.go [Pipeline] sh 16:57:40 + '[' -e coverage.out ] 16:57:40 + chown 1001:1001 coverage.out [Pipeline] stash 16:57:40 Warning: overwriting stash ‘coverage-report’ 16:57:41 Stashed 1 file(s) [Pipeline] sh 16:57:41 + make build 16:57: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 16:57:43 Removing intermediate container ff34070888b2 16:57:43 ---> 4ab2448f23c1 16:57:43 16:57:43 Step 9/29 : FROM alpine:latest 16:57:43 latest: Pulling from library/alpine 16:57:43 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 16:57:43 Status: Downloaded newer image for alpine:latest 16:57:43 ---> d6e46aa2470d 16:57:43 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 16:57:45 ---> Running in 971073bad98d 16:57:45 Removing intermediate container 608202b9f15a 16:57:45 ---> 2e11ea7c6742 16:57:45 16:57:45 Step 10/22 : FROM alpine:3.10 16:57:45 3.10: Pulling from library/alpine 16:57:45 Removing intermediate container 971073bad98d 16:57:45 ---> 8d2b2d309119 16:57:45 Step 11/29 : USER root 16:57:45 ---> Running in 9bc11e51b388 16:57:46 Removing intermediate container 9bc11e51b388 16:57:46 ---> 77bcee3fa096 16:57:46 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 16:57:46 ---> Running in e6317f953f34 16:57:46 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 16:57:46 Status: Downloaded newer image for alpine:3.10 16:57:46 ---> be4e4bea2c2e 16:57:46 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:57:47 ---> Running in 5e024d8f3f4d 16:57:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 16:57:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:57:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:57:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 16:57:49 v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 16:57:49 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 16:57:49 OK: 10348 distinct packages available 16:57:49 v3.12.2-3-g90e58b3d83 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 16:57:49 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 16:57:49 OK: 12747 distinct packages available 16:57:49 (1/5) Installing ca-certificates (20191127-r2) 16:57:49 (2/5) Installing nghttp2-libs (1.39.2-r1) 16:57:49 (3/5) Installing libcurl (7.66.0-r3) 16:57:49 (4/5) Installing curl (7.66.0-r3) 16:57:49 (5/5) Installing dumb-init (1.2.2-r1) 16:57:49 Executing busybox-1.30.1-r3.trigger 16:57:49 Executing ca-certificates-20191127-r2.trigger 16:57:49 (1/2) Installing ca-certificates (20191127-r4) 16:57:49 (2/2) Installing dumb-init (1.2.2-r1) 16:57:49 Executing busybox-1.31.1-r19.trigger 16:57:51 Executing ca-certificates-20191127-r4.trigger 16:57:51 OK: 7 MiB in 19 packages 16:57:51 OK: 6 MiB in 16 packages 16:57:52 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 16:57:55 Removing intermediate container 0d5307fff142 16:57:55 ---> 0ef0ae3d6bc7 16:57:55 16:57:55 Step 10/24 : FROM scratch 16:57:55 ---> 16:57:55 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:57:55 Removing intermediate container bd0cdac804be 16:57:55 ---> c1eb3f90aa27 16:57:55 16:57:55 Step 10/22 : FROM scratch 16:57:55 ---> 16:57:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:57:56 Removing intermediate container e6317f953f34 16:57:56 ---> 6cc3beb239be 16:57:56 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 16:57:56 ---> Running in 318240e8c886 16:57:56 ---> Running in 13ebc06fde8a 16:57:56 Removing intermediate container 5e024d8f3f4d 16:57:56 ---> 9c349e5621a4 16:57:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:57:56 ---> Running in 291524329e73 16:57:56 ---> Running in 83ff1aa047b7 16:57:56 Removing intermediate container 318240e8c886 16:57:56 ---> 102e179e7494 16:57:56 Step 12/22 : ENV APP_PORT=48082 16:57:56 Removing intermediate container 13ebc06fde8a 16:57:56 ---> f5a6fe68f816 16:57:56 Step 12/24 : ENV APP_PORT=48060 16:57:57 ---> Running in 1539d16cc9de 16:57:57 Removing intermediate container 83ff1aa047b7 16:57:57 ---> 90332ab8d8d7 16:57:57 Step 13/22 : WORKDIR / 16:57:57 ---> Running in 2bf82fe0f0c4 16:57:57 Removing intermediate container 291524329e73 16:57:57 ---> 3b9aa5e5d25b 16:57:57 Step 14/29 : WORKDIR $BASE_DIR 16:57:57 ---> Running in 95df31f38443 16:57:57 ---> Running in 5ab98d995191 16:57:57 Removing intermediate container 1539d16cc9de 16:57:57 ---> 3f6dbf54c052 16:57:57 Step 13/22 : EXPOSE $APP_PORT 16:57:57 Removing intermediate container 2bf82fe0f0c4 16:57:57 ---> b6d3f851ac50 16:57:57 Step 13/24 : EXPOSE $APP_PORT 16:57:57 ---> Running in 0ab741c8ed7c 16:57:57 ---> Running in 31e61dfca965 16:57:58 Removing intermediate container 5ab98d995191 16:57:58 ---> 2f29b244164f 16:57:58 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 16:57:58 Removing intermediate container 95df31f38443 16:57:58 ---> 20658346005e 16:57:58 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 16:57:58 ---> Running in 2f7826be0912 16:57:58 Removing intermediate container 31e61dfca965 16:57:58 ---> fd6b8706edb9 16:57:58 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:57:58 Removing intermediate container 0ab741c8ed7c 16:57:58 ---> d58dc664b5f9 16:57:58 Step 14/22 : WORKDIR / 16:57:58 ---> Running in 0ed23896dca1 16:57:59 ---> cf7e8077e125 16:57:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:57:59 ---> 95b7bb0259c4 16:57:59 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:57:59 Removing intermediate container 0ed23896dca1 16:57:59 ---> 30598d6050ac 16:57:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:57:59 ---> 1057f6226450 16:57:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:58:00 ---> f7a25d051082 16:58:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:58:02 ---> 99c584c3da1b 16:58:02 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:58:03 ---> 98a6f291f74c 16:58:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:58:03 ---> b0842cb048b9 16:58:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:58:03 Removing intermediate container 2f7826be0912 16:58:03 ---> ef47e669dd75 16:58:03 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 16:58:03 Removing intermediate container a0b6da552a0c 16:58:03 ---> b0c8b30dc109 16:58:03 16:58:03 Step 10/23 : FROM alpine 16:58:03 ---> d6e46aa2470d 16:58:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:58:03 ---> 5e661cb0aa85 16:58:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:58:04 ---> Running in ed3e18a0e111 16:58:04 ---> 9a8373ce8e7d 16:58:04 Step 18/22 : ENTRYPOINT ["/core-command"] 16:58:04 ---> c9c4ab26bb46 16:58:04 Step 18/22 : RUN chmod +x entrypoint.sh 16:58:04 ---> Running in 69ca93d136bb 16:58:04 ---> Running in 8380f96cfc10 16:58:04 Removing intermediate container ed3e18a0e111 16:58:04 ---> d49f846a8a0d 16:58:04 Step 12/23 : ENV APP_PORT=48080 16:58:04 ---> 97bfce2bae9e 16:58:04 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 16:58:04 ---> 6970ac407404 16:58:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:58:04 ---> Running in 16a9a9b5182a 16:58:05 Removing intermediate container 69ca93d136bb 16:58:05 ---> 62851a67737d 16:58:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:05 Removing intermediate container 16a9a9b5182a 16:58:05 ---> 5f1ee28505ad 16:58:05 Step 13/23 : EXPOSE $APP_PORT 16:58:05 ---> 54cb97ecc19d 16:58:05 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 16:58:05 ---> Running in e06be1f9f3ba 16:58:05 ---> Running in 757ad7225f65 16:58:05 ---> 3d08a6fd3d98 16:58:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:58:05 Removing intermediate container e06be1f9f3ba 16:58:05 ---> 794b3d40127f 16:58:05 Step 20/22 : LABEL arch=x86_64 16:58:05 Removing intermediate container 757ad7225f65 16:58:05 ---> 190d56722bca 16:58:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:06 ---> Running in a1cad9937a06 16:58:06 ---> Running in 539bf41e65f2 16:58:06 ---> 6a4ec98ae6ae 16:58:06 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 16:58:06 ---> a21e5a3b3942 16:58:06 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:58:06 ---> Running in 1021f0868e93 16:58:07 Removing intermediate container 8380f96cfc10 16:58:07 ---> 054a102bc640 16:58:07 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:58:07 Removing intermediate container a1cad9937a06 16:58:07 ---> a2023ff06774 16:58:07 Step 21/22 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 16:58:07 ---> 6f536e44ac7f 16:58:07 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 16:58:07 ---> Running in a6d4409ff0a3 16:58:07 ---> Running in 9cc46359c8a5 16:58:07 Removing intermediate container 1021f0868e93 16:58:07 ---> 9dfb2aaf08b7 16:58:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:07 ---> 3102bccf89d5 16:58:07 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 16:58:07 ---> Running in e0bf84dbfa9a 16:58:07 ---> Running in eb1e8adcec1c 16:58:07 Removing intermediate container a6d4409ff0a3 16:58:07 ---> 5116811164db 16:58:07 Step 22/22 : LABEL version=0.0.0 16:58:07 Removing intermediate container 9cc46359c8a5 16:58:07 ---> 53d2f10f712b 16:58:07 Step 20/22 : LABEL arch=x86_64 16:58:08 ---> Running in 07cc667ee40b 16:58:08 ---> Running in 6b1ad982e66f 16:58:08 Removing intermediate container e0bf84dbfa9a 16:58:08 ---> 4300accbf17f 16:58:08 Step 22/24 : LABEL arch=x86_64 16:58:08 Removing intermediate container 539bf41e65f2 16:58:08 ---> c7b2cd8fa377 16:58:08 Step 15/23 : RUN apk --no-cache add zeromq 16:58:08 ---> Running in 54f0a03c2e28 16:58:08 ---> Running in 9551793f5db0 16:58:08 Removing intermediate container 07cc667ee40b 16:58:08 ---> c9350cf3ab6a 16:58:08 16:58:08 Removing intermediate container 6b1ad982e66f 16:58:08 ---> 72092c6a0553 16:58:08 Step 21/22 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 16:58:09 Successfully built c9350cf3ab6a 16:58:09 ---> Running in d2d1860aff9e 16:58:09 Successfully tagged docker-core-command-go:latest 16:58:09  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 16:58:09 Removing intermediate container 54f0a03c2e28 16:58:09 ---> ff192b644135 16:58:09 Step 23/24 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 16:58:09 ---> Running in 710fc6f840e1 16:58:09 Removing intermediate container d2d1860aff9e 16:58:09 ---> 3ff81edfc045 16:58:09 Step 22/22 : LABEL version=0.0.0 16:58:10 ---> Running in be77217fe084 16:58:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:58:10 Removing intermediate container 710fc6f840e1 16:58:10 ---> 8ff0f5176a7a 16:58:10 Step 24/24 : LABEL version=0.0.0 16:58:10 ---> Running in e35783e0d9c3 16:58:10 Removing intermediate container eb1e8adcec1c 16:58:10 ---> 00a20a9e31c3 16:58:10 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 16:58:10 Removing intermediate container be77217fe084 16:58:10 ---> 9709e24d6a85 16:58:10 16:58:10 Successfully built 9709e24d6a85 16:58:10 Removing intermediate container e35783e0d9c3 16:58:10 ---> 1cf5697a913d 16:58:10 16:58:10 Successfully tagged docker-security-bootstrap-redis-go:latest 16:58:10  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go 16:58:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:58:11 ---> 544a30158d1f 16:58:11 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:58:11 Successfully built 1cf5697a913d 16:58:11 ---> Running in 9d6d73f37942 16:58:11 Successfully tagged docker-support-notifications-go:latest 16:58:11  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 16:58:11 (1/5) Installing libgcc (9.3.0-r2) 16:58:11 (2/5) Installing libsodium (1.0.18-r0) 16:58:12 (3/5) Installing libstdc++ (9.3.0-r2) 16:58:12 (4/5) Installing libzmq (4.3.3-r0) 16:58:12 (5/5) Installing zeromq (4.3.3-r0) 16:58:13 Executing busybox-1.31.1-r19.trigger 16:58:13 OK: 8 MiB in 19 packages 16:58:17 Removing intermediate container 9d6d73f37942 16:58:17 ---> 65a6bacb78c4 16:58:17 Step 24/29 : RUN chmod 755 security-secrets-setup 16:58:17 Removing intermediate container 9551793f5db0 16:58:17 ---> 7d085b75ee50 16:58:17 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:58:17 ---> Running in 4639094324d6 16:58:17 ---> 1355f9b90785 16:58:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:58:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:58:19 ---> 3554938970b0 16:58:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:58:21 ---> 68bf22a2ba36 16:58:21 Step 19/23 : ENTRYPOINT ["/core-data"] 16:58:21 ---> Running in e6d775dab1b4 16:58:21 Removing intermediate container 4639094324d6 16:58:21 ---> 009144611aeb 16:58:21 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 16:58:21 ---> Running in 52558e14225d 16:58:22 Removing intermediate container e6d775dab1b4 16:58:22 ---> 358a4b2a55dc 16:58:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:22 Removing intermediate container 52558e14225d 16:58:22 ---> 61ee69247f6e 16:58:22 Step 26/29 : CMD [ "generate" ] 16:58:22 ---> Running in f24394bf551c 16:58:22 ---> Running in e4ea7b9d290b 16:58:22 Removing intermediate container f24394bf551c 16:58:22 ---> 085dca4cdc33 16:58:22 Step 21/23 : LABEL arch=x86_64 16:58:22 Removing intermediate container e4ea7b9d290b 16:58:22 ---> 9bd87e280abe 16:58:22 Step 27/29 : LABEL arch=x86_64 16:58:22 ---> Running in 20eddaa2d7cf 16:58:22 ---> Running in ab195f744fd3 16:58:22 Removing intermediate container 20eddaa2d7cf 16:58:22 ---> c097c23ec7e9 16:58:22 Step 22/23 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 16:58:23 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 16:58:23 Removing intermediate container ab195f744fd3 16:58:23 ---> 12831a9c6696 16:58:23 Step 28/29 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 16:58:23 ---> Running in f55370924c9b 16:58:23 ---> Running in 6ad2ba277ffb 16:58:23 Removing intermediate container f55370924c9b 16:58:23 ---> e2270930e798 16:58:23 Step 23/23 : LABEL version=0.0.0 16:58:23 Removing intermediate container 6ad2ba277ffb 16:58:23 ---> 367dfa5f38fa 16:58:23 Step 29/29 : LABEL version=0.0.0 16:58:23 ---> Running in c3c9ec749966 16:58:23 ---> Running in 79fdee4fc91a 16:58:24 Removing intermediate container c3c9ec749966 16:58:24 ---> a9bdb73fb743 16:58:24 16:58:25 Successfully built a9bdb73fb743 16:58:25 Successfully tagged docker-core-data-go:latest 16:58:25 Building docker-security-secretstore-setup-go 16:58:26  Building docker-core-data-go ... done Removing intermediate container 79fdee4fc91a 16:58:26 ---> 1412f145150f 16:58:26 16:58:27 Successfully built 1412f145150f 16:58:27 Successfully tagged docker-security-secrets-setup-go:latest 16:58:27 Building docker-core-metadata-go 16:58:28 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 16:58:29 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 16:58:35 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 16:58:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 16:58:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:58:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:58:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:58:52  Building docker-security-secrets-setup-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 16:58:52 Step 2/27 : FROM ${BUILDER_BASE} AS builderStep 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:58:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:58:52 ---> 5b038c109341 16:58:52 Step 3/21 : WORKDIR /edgex-go 16:58:52 16:58:52 ---> 5b038c109341 16:58:52 Step 3/27 : WORKDIR /edgex-go 16:58:52 ---> Using cache 16:58:52 ---> 5986e1318a0a 16:58:52 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:52 ---> Using cache 16:58:52 ---> c891ebc7180d 16:58:52 Step 5/27 : RUN apk update && apk add make bash git 16:58:52 ---> Using cache 16:58:52 ---> 5986e1318a0a 16:58:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:52 ---> Using cache 16:58:52 ---> c891ebc7180d 16:58:52 Step 5/21 : RUN apk update && apk add make git 16:58:52 ---> Using cache 16:58:52 ---> ec2d28668006 16:58:52 Step 6/21 : COPY go.mod . 16:58:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:58:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:58:52 ---> 5b038c109341 16:58:52 Step 3/21 : WORKDIR /edgex-go 16:58:52 ---> Using cache 16:58:52 ---> 5986e1318a0a 16:58:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:52 ---> Using cache 16:58:52 ---> c891ebc7180d 16:58:52 Step 5/21 : RUN apk update && apk add make git 16:58:52 ---> Using cache 16:58:52 ---> ec2d28668006 16:58:52 Step 6/21 : COPY go.mod . 16:58:52 ---> Using cache 16:58:52 ---> 40242fb7e4d0 16:58:52 Step 7/21 : RUN go mod download 16:58:52 ---> Using cache 16:58:52 ---> 40242fb7e4d0 16:58:52 Step 7/21 : RUN go mod download 16:58:52 ---> Using cache 16:58:52 ---> 38f194849fd8 16:58:52 Step 8/21 : COPY . . 16:58:52 ---> Using cache 16:58:52 ---> 38f194849fd8 16:58:52 Step 8/21 : COPY . . 16:58:52 ---> Using cache 16:58:52 ---> 2362bbc6df0a 16:58:52 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:58:52 ---> Using cache 16:58:52 ---> 2362bbc6df0a 16:58:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:58:52 ---> Running in 34e43590f211 16:58:52 ---> Running in 220fe5b742e1 16:58:52 ---> Running in 961b5f8cc531 16:58:54 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 16:58:56 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 16:58:56 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 16:58:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:58:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:58:58 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 16:58:58 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:58:58 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:58:58 OK: 12748 distinct packages available 16:58:58 OK: 233 MiB in 51 packages [Pipeline] } 16:59:02 $ docker stop --time=1 1c157c9b502dd6fbef7235be9c00f0c8ad9dbf6f61675454a7b61642acfb168c 16:59:03 Removing intermediate container 220fe5b742e1 16:59:03 ---> cff7daacf653 16:59:03 Step 6/27 : COPY go.mod . 16:59:04 $ docker rm -f 1c157c9b502dd6fbef7235be9c00f0c8ad9dbf6f61675454a7b61642acfb168c 16:59:05 ---> 8cf3d5023f94 16:59:05 Step 7/27 : RUN go mod download 16:59:05 ---> Running in 6c638687fbed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:59:06 16:59:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:59:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:59:07 latest: Pulling from edgex-devops/edgex-compose-arm64 16:59:07 29e5d40040c1: Pulling fs layer 16:59:07 1ce36da41761: Pulling fs layer 16:59:07 25b303627fd3: Pulling fs layer 16:59:08 29e5d40040c1: Verifying Checksum 16:59:08 29e5d40040c1: Download complete 16:59:08 29e5d40040c1: Pull complete 16:59:08 1ce36da41761: Verifying Checksum 16:59:08 1ce36da41761: Download complete 16:59:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:59:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:59:09 ---> 5b038c109341 16:59:09 Step 3/24 : WORKDIR /edgex-go 16:59:09 ---> Using cache 16:59:09 ---> 5986e1318a0a 16:59:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:09 ---> Using cache 16:59:09 ---> c891ebc7180d 16:59:09 Step 5/24 : RUN apk update && apk add make git 16:59:09 ---> Using cache 16:59:09 ---> ec2d28668006 16:59:09 Step 6/24 : COPY go.mod . 16:59:09 ---> Using cache 16:59:09 ---> 40242fb7e4d0 16:59:09 Step 7/24 : RUN go mod download 16:59:09 ---> Using cache 16:59:09 ---> 38f194849fd8 16:59:09 Step 8/24 : COPY . . 16:59:09 ---> Using cache 16:59:09 ---> 2362bbc6df0a 16:59:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:59:10 1ce36da41761: Pull complete 16:59:10 25b303627fd3: Verifying Checksum 16:59:10 25b303627fd3: Download complete 16:59:10 ---> Running in 9c4030053a86 16:59:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:59:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:59:11 ---> 5b038c109341 16:59:11 Step 3/22 : WORKDIR /edgex-go 16:59:11 ---> Using cache 16:59:11 ---> 5986e1318a0a 16:59:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:11 ---> Using cache 16:59:11 ---> c891ebc7180d 16:59:11 Step 5/22 : RUN apk update && apk add make git 16:59:11 ---> Using cache 16:59:11 ---> ec2d28668006 16:59:11 Step 6/22 : COPY go.mod . 16:59:11 ---> Using cache 16:59:11 ---> 40242fb7e4d0 16:59:11 Step 7/22 : RUN go mod download 16:59:11 ---> Using cache 16:59:11 ---> 38f194849fd8 16:59:11 Step 8/22 : COPY . . 16:59:11 ---> Using cache 16:59:11 ---> 2362bbc6df0a 16:59:11 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:59:12 ---> Running in e919c89bfe4a 16:59:12 Removing intermediate container 6c638687fbed 16:59:12 ---> 647c050ee084 16:59:12 Step 8/27 : COPY . . 16:59:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:59:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:59:20 25b303627fd3: Pull complete 16:59:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:59:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:59:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:59:20 prd-ubuntu18.04-docker-arm64-4c-16g-15591 does not seem to be running inside a container 16:59:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:59:23 $ docker top dc464787d2459b1fe7870b75a45d7dc509feee1e9acc6d040031c67986b4d6b4 -eo pid,comm [Pipeline] { [Pipeline] sh 16:59:24 + + docker-composegrep build parallel --help 16:59:24 16:59:28 --parallel Build images in parallel. [Pipeline] } 16:59:28 $ docker stop --time=1 dc464787d2459b1fe7870b75a45d7dc509feee1e9acc6d040031c67986b4d6b4 16:59:30 $ docker rm -f dc464787d2459b1fe7870b75a45d7dc509feee1e9acc6d040031c67986b4d6b4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:59:30 . [Pipeline] withDockerContainer 16:59:31 prd-ubuntu18.04-docker-arm64-4c-16g-15591 does not seem to be running inside a container 16:59:31 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:59:32 $ docker top 2d766e2825fa1f10d684a81a0a19f9da81a724029874a68718d9444a8591f925 -eo pid,comm [Pipeline] { [Pipeline] sh 16:59:33 + docker-compose -f ./docker-compose-build.yml build --parallel 16:59:37 Building docker-core-command-go ... 16:59:37 Building docker-core-data-go ... 16:59:37 Building docker-core-metadata-go ... 16:59:37 Building docker-security-bootstrap-redis-go ... 16:59:37 Building docker-security-proxy-setup-go ... 16:59:37 Building docker-security-secrets-setup-go ... 16:59:37 Building docker-security-secretstore-setup-go ... 16:59:37 Building docker-support-notifications-go ... 16:59:37 Building docker-support-scheduler-go ... 16:59:37 Building docker-sys-mgmt-agent-go ... 16:59:37 Building docker-security-bootstrap-redis-go 16:59:37 Building docker-security-proxy-setup-go 16:59:37 Building docker-support-notifications-go 16:59:37 Building docker-core-data-go 16:59:37 Building docker-security-secrets-setup-go 16:59:44 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 16:59:52 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 16:59:53 ---> cd0d82df4705 16:59:53 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:59:54 ---> Running in d81b7e5b957d 16:59:55 Removing intermediate container 34e43590f211 16:59:55 ---> 9e6daa1d5195 16:59:55 16:59:55 Step 10/21 : FROM scratch 16:59:55 ---> 16:59:55 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:59: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 16:59:57 ---> Using cache 16:59:57 ---> 102e179e7494 16:59:57 Step 12/21 : ENV APP_PORT=48085 16:59:58 ---> Running in efa94c9d4406 16:59:58 Removing intermediate container 961b5f8cc531 16:59:58 ---> 6ff0c01ea2e5 16:59:58 16:59:58 Step 10/21 : FROM alpine 16:59:58 ---> d6e46aa2470d 16:59:58 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 16:59:58 Removing intermediate container efa94c9d4406 16:59:58 ---> fe34222736a3 16:59:58 Step 13/21 : EXPOSE $APP_PORT 16:59:58 ---> Running in 451f196fd883 16:59:58 ---> Running in 5d3e0b0b0b54 16:59:59 Removing intermediate container 5d3e0b0b0b54 16:59:59 ---> 0e46cf4a8976 16:59:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 17:00:01 ---> 14e037a1a4e7 17:00:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:00:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:00:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:00:02 v3.12.2-3-g90e58b3d83 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:00:02 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:00:02 OK: 12747 distinct packages available 17:00:02 (1/4) Installing ca-certificates (20191127-r4) 17:00:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:00:03 (3/4) Installing libcurl (7.69.1-r3) 17:00:03 Removing intermediate container 9c4030053a86 17:00:03 ---> 83d0fb2fe37b 17:00:03 17:00:03 Step 10/24 : FROM alpine:3.10 17:00:03 ---> be4e4bea2c2e 17:00:03 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 17:00:03 ---> Using cache 17:00:03 ---> 9c349e5621a4 17:00:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:00:03 (4/4) Installing curl (7.69.1-r3) 17:00:03 Executing busybox-1.31.1-r19.trigger 17:00:03 Executing ca-certificates-20191127-r4.trigger 17:00:03 ---> 9d044655a6c7 17:00:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:00:03 OK: 7 MiB in 18 packages 17:00:03 ---> Running in 7cd1ec5a990a 17:00:04 Removing intermediate container 7cd1ec5a990a 17:00:04 ---> 5345c32906b1 17:00:04 Step 13/24 : WORKDIR / 17:00:05 ---> 57f21e7ff306 17:00:05 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:00:06 ---> Running in 577f9486fbd8 17:00:06 ---> Running in 5ec96ba201a2 17:00:06 Removing intermediate container 451f196fd883 17:00:06 ---> bb5b6e68f317 17:00:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:00:06 Removing intermediate container 577f9486fbd8 17:00:06 ---> e39a146f52bb 17:00:06 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:00:06 ---> Running in 7f5daa6313de 17:00:06 Removing intermediate container 5ec96ba201a2 17:00:06 ---> c3b0031c8235 17:00:06 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:00:07 ---> Running in 0e8982354024 17:00:07 Removing intermediate container 7f5daa6313de 17:00:07 ---> dd7cf32f5494 17:00:07 Step 13/21 : WORKDIR /edgex 17:00:07 ---> Running in de8b394583b0 17:00:07 Removing intermediate container 0e8982354024 17:00:07 ---> 0eabb0c86c80 17:00:07 Step 19/21 : LABEL arch=x86_64 17:00:08 ---> bce982fa37fe 17:00:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:00:08 ---> Running in 9eebb68b18d5 17:00:08 Removing intermediate container de8b394583b0 17:00:08 ---> a83cf229cef0 17:00:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:00:10 ---> 7d7543ebe239 17:00:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:00:10 Removing intermediate container 9eebb68b18d5 17:00:10 ---> 6bd079070986 17:00:10 Step 20/21 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:00:10 ---> 58d4a0797771 17:00:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:00:10 ---> Running in 996783e51cef 17:00:11 ---> 1bbfa5470291 17:00:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:00:12 Removing intermediate container 996783e51cef 17:00:12 ---> d19d763e78e7 17:00:12 Step 21/21 : LABEL version=0.0.0 17:00:12 Removing intermediate container e919c89bfe4a 17:00:12 ---> 7678b5c37c20 17:00:12 17:00:12 Step 10/22 : FROM scratch 17:00:12 ---> 17:00:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:00:12 ---> Running in 561982e9aa43 17:00:12 ---> Using cache 17:00:12 ---> 102e179e7494 17:00:12 Step 12/22 : ENV APP_PORT=48081 17:00:13 ---> 5df4a85b70f2 17:00:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:00:13 ---> Running in 60e2cab45d66 17:00:13 Removing intermediate container 561982e9aa43 17:00:13 ---> 264375e7c3fa 17:00:13 17:00:13 ---> 92aa10d730af 17:00:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:00:14 Removing intermediate container 60e2cab45d66 17:00:14 ---> 8c81526dcbc2 17:00:14 Step 13/22 : EXPOSE $APP_PORT 17:00:15 ---> Running in 55bdee32f01e 17:00:15 Successfully built 264375e7c3fa 17:00:15 ---> bc2376294ee7 17:00:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:00:15 Successfully tagged docker-support-scheduler-go:latest 17:00:15  Building docker-support-scheduler-go ... done  ---> 6b61cf7d22fb 17:00:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:00:15 ---> Running in 4e2ad2464e0d 17:00:16 Removing intermediate container 55bdee32f01e 17:00:16 ---> 5697f905139f 17:00:16 Step 14/22 : WORKDIR / 17:00:16 ---> Running in 1f4661e8b8d5 17:00:16 Removing intermediate container 4e2ad2464e0d 17:00:16 ---> 076729b152ae 17:00:16 Step 18/21 : CMD ["--init=true"] 17:00:16 ---> 0d770f7696f3 17:00:16 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:00:17 ---> Running in 141226e11593 17:00:17 ---> Running in dc401f423ffa 17:00:17 Removing intermediate container 1f4661e8b8d5 17:00:17 ---> 5d9f0200479d 17:00:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:00:17 Removing intermediate container 141226e11593 17:00:17 ---> 1008efbc54c1 17:00:17 Step 19/21 : LABEL arch=x86_64 17:00:17 ---> 7708af79f254 17:00:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:00:17 ---> Running in e2c69f0be016 17:00:18 Removing intermediate container e2c69f0be016 17:00:18 ---> 242588348014 17:00:18 Step 20/21 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:00:18 ---> Running in 19669e254b5e 17:00:18 ---> 38ef7e2ea4fb 17:00:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:00:19 Removing intermediate container 19669e254b5e 17:00:19 ---> 0a4b12c94e58 17:00:19 Step 21/21 : LABEL version=0.0.0 17:00:20 ---> Running in cb6f09a42eff 17:00:20 Removing intermediate container dc401f423ffa 17:00:20 ---> ea5e12ac0b28 17:00:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:00:20 ---> Running in ec19d81e0808 17:00:20 ---> 617778b30d40 17:00:20 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:00:20 Removing intermediate container cb6f09a42eff 17:00:20 ---> 3d1a9d5de6a0 17:00:20 17:00:20 ---> Running in b5fe4608d813 17:00:20 Successfully built 3d1a9d5de6a0 17:00:20 Removing intermediate container ec19d81e0808 17:00:20 ---> 00466f230a81 17:00:20 Step 22/24 : LABEL arch=x86_64 17:00:21 Successfully tagged docker-security-proxy-setup-go:latest 17:00:21  Building docker-security-proxy-setup-go ... done  ---> Running in 812b959cb3b0 17:00:21 Removing intermediate container b5fe4608d813 17:00:21 ---> b312d79d40c5 17:00:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:00:21 ---> Running in a1056a0dfee1 17:00:23 Removing intermediate container 812b959cb3b0 17:00:23 ---> 6b4b19b7de14 17:00:23 Step 23/24 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:00:24 ---> Running in 019d7a1c04a9 17:00:24 Removing intermediate container a1056a0dfee1 17:00:24 ---> 8a99dd6db0ca 17:00:24 Step 20/22 : LABEL arch=x86_64 17:00:24 Removing intermediate container d81b7e5b957d 17:00:24 ---> 76cc8e2e1416 17:00:24 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:00:24 ---> Running in 78c9fe5dac12 17:00:24 ---> Running in b55839c38adb 17:00:24 Removing intermediate container 019d7a1c04a9 17:00:24 ---> 754315ea6e2b 17:00:24 Step 24/24 : LABEL version=0.0.0 17:00:24 ---> Running in cc1d091bbeec 17:00:24 Removing intermediate container 78c9fe5dac12 17:00:24 ---> 69e574eb85ae 17:00:24 Step 21/22 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:00:24 ---> Running in 8486745299b5 17:00:25 Removing intermediate container cc1d091bbeec 17:00:25 ---> f579c184a509 17:00:25 17:00:25 Removing intermediate container 8486745299b5 17:00:25 ---> 7c12fb8a4585 17:00:25 Step 22/22 : LABEL version=0.0.0 17:00:25 ---> Running in 08d06c767877 17:00:25 Successfully built f579c184a509 17:00:25 Successfully tagged docker-security-secretstore-setup-go:latest 17:00:25  Building docker-security-secretstore-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:00:25 Removing intermediate container 08d06c767877 17:00:25 ---> 970c3a82c5be 17:00:25 17:00:26 Successfully built 970c3a82c5be 17:00:26 Successfully tagged docker-core-metadata-go:latest 17:00:27  Building docker-core-metadata-go ... done Removing intermediate container b55839c38adb 17:00:27 ---> c0c006c3582e 17:00:27 17:00:27 Step 11/27 : FROM docker:latest 17:00:27 ---> aefe523efa57 17:00:27 Step 12/27 : RUN apk add --no-cache bash 17:00:27 ---> Running in 3d1314e15f23 17:00:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:00:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:00:28 (1/2) Installing readline (8.0.4-r0) 17:00:28 (2/2) Installing bash (5.0.17-r0) 17:00:28 Executing bash-5.0.17-r0.post-install 17:00:28 Executing busybox-1.31.1-r19.trigger 17:00:28 OK: 12 MiB in 22 packages 17:00:29 Removing intermediate container 3d1314e15f23 17:00:29 ---> fc3252781fef 17:00:29 Step 13/27 : RUN rm -rf /var/cache/apk/* 17:00:29 ---> Running in ea451c0d0151 17:00:31 Removing intermediate container ea451c0d0151 17:00:31 ---> 0b5c01b49602 17:00:31 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:00:31 ---> Running in 93021a9f076b 17:00:31 Removing intermediate container 93021a9f076b 17:00:31 ---> 91d2fa5b64c5 17:00:31 Step 15/27 : ENV APP_PORT=48090 17:00:31 ---> Running in a25d0b399b52 17:00:31 Removing intermediate container a25d0b399b52 17:00:31 ---> 2a407cc61410 17:00:31 Step 16/27 : EXPOSE $APP_PORT 17:00:31 ---> Running in 8c3a0634be63 17:00:32 Removing intermediate container 8c3a0634be63 17:00:32 ---> 5f2cfcd3e510 17:00:32 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:00:32 ---> 7ec7e493ca74 17:00:32 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:00:33 ---> 03acdab86868 17:00:33 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:00:33 ---> 60193a9c10e6 17:00:33 Step 20/27 : RUN apk --no-cache add py3-pip 17:00:33 ---> Running in 9e5d82813e59 17:00:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:00:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:00:35 (1/33) Installing libbz2 (1.0.8-r1) 17:00:35 (2/33) Installing expat (2.2.9-r1) 17:00:35 (3/33) Installing libffi (3.3-r2) 17:00:35 (4/33) Installing gdbm (1.13-r1) 17:00:35 (5/33) Installing xz-libs (5.2.5-r0) 17:00:35 (6/33) Installing sqlite-libs (3.32.1-r0) 17:00:35 (7/33) Installing python3 (3.8.5-r0) 17:00:36 (8/33) Installing py3-appdirs (1.4.4-r1) 17:00:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:00:36 (10/33) Installing py3-parsing (2.4.7-r0) 17:00:36 (11/33) Installing py3-six (1.15.0-r0) 17:00:36 (12/33) Installing py3-packaging (20.4-r0) 17:00:37 (13/33) Installing py3-setuptools (47.0.0-r0) 17:00:37 (14/33) Installing py3-chardet (3.0.4-r4) 17:00:37 (15/33) Installing py3-idna (2.9-r0) 17:00:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:00:37 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:00:37 (18/33) Installing py3-requests (2.23.0-r0) 17:00:37 (19/33) Installing py3-msgpack (1.0.0-r0) 17:00:37 (20/33) Installing py3-lockfile (0.12.2-r3) 17:00:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:00:37 (22/33) Installing py3-colorama (0.4.3-r0) 17:00:37 (23/33) Installing py3-distlib (0.3.0-r0) 17:00:37 (24/33) Installing py3-distro (1.5.0-r1) 17:00:37 (25/33) Installing py3-webencodings (0.5.1-r3) 17:00:37 (26/33) Installing py3-html5lib (1.0.1-r4) 17:00:37 (27/33) Installing py3-pytoml (0.1.21-r0) 17:00:37 (28/33) Installing py3-pep517 (0.8.2-r0) 17:00:37 (29/33) Installing py3-progress (1.5-r0) 17:00:37 (30/33) Installing py3-toml (0.10.1-r0) 17:00:37 (31/33) Installing py3-retrying (1.3.3-r0) 17:00:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:00:37 (33/33) Installing py3-pip (20.1.1-r0) 17:00:37 Executing busybox-1.31.1-r19.trigger 17:00:37 OK: 71 MiB in 55 packages 17:00:47 Removing intermediate container 9e5d82813e59 17:00:47 ---> 015b38e57c36 17:00:47 Step 21/27 : RUN pip install docker-compose==1.23.2 17:00:47 ---> Running in 9114b0e75c20 17:00:50 Collecting docker-compose==1.23.2 17:00:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:00:50 Collecting dockerpty<0.5,>=0.4.1 17:00:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:00:51 Collecting docker<4.0,>=3.6.0 17:00:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:00:51 Collecting websocket-client<1.0,>=0.32.0 17:00:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:00:52 Collecting jsonschema<3,>=2.5.1 17:00:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:00:52 Collecting cached-property<2,>=1.2.0 17:00:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:00:53 Collecting docopt<0.7,>=0.6.1 17:00:53 Downloading docopt-0.6.2.tar.gz (25 kB) 17:00:55 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:00:55 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:00:55 Collecting texttable<0.10,>=0.9.0 17:00:55 Downloading texttable-0.9.1.tar.gz (11 kB) 17:00:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:00:55 Collecting PyYAML<4,>=3.10 17:00:55 Downloading PyYAML-3.13.tar.gz (270 kB) 17:00:57 Collecting docker-pycreds>=0.4.0 17:00:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:00:57 Collecting urllib3<1.25,>=1.21.1 17:00:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:00:57 Collecting idna<2.8,>=2.5 17:00:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:00:57 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:00:57 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:00:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:00:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:00:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:00:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:00:58 Installing collected packages: dockerpty, websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, cached-property, docopt, texttable, PyYAML, docker-compose 17:00:58 Running setup.py install for dockerpty: started 17:00:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 17:00:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:00:58 ---> bfd150ed0102 17:00:58 Step 3/21 : WORKDIR /edgex-go 17:00:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 17:00:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:00:58 ---> bfd150ed0102 17:00:58 Step 3/23 : WORKDIR /edgex-go 17:00:58 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 17:00:58 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 17:00:58 ---> bfd150ed0102 17:00:58 Step 3/29 : WORKDIR /edgex-go 17:00:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 17:00:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:00:58 ---> bfd150ed0102 17:00:58 Step 3/22 : WORKDIR /edgex-go 17:00:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 17:00:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:00:58 ---> bfd150ed0102 17:00:58 Step 3/24 : WORKDIR /edgex-go 17:00:58 ---> Running in 5aed8de98dde 17:00:58 ---> Running in 08c93715f2ea 17:00:58 ---> Running in e25b35f0313a 17:00:58 ---> Running in ee3554e5f486 17:00:58 ---> Running in 34d6f347bc8e 17:00:58 Removing intermediate container ee3554e5f486 17:00:58 ---> bb7debe88cfe 17:00:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:58 Removing intermediate container 08c93715f2ea 17:00:58 ---> 8e8562cb7531 17:00:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:58 ---> Running in 4195a19f156a 17:00:58 Removing intermediate container 34d6f347bc8e 17:00:58 ---> 373234ceb810 17:00:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:58 Removing intermediate container e25b35f0313a 17:00:58 ---> 2d072ba845b0 17:00:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:58 Removing intermediate container 5aed8de98dde 17:00:58 ---> 96ebfbccc5f2 17:00:58 Step 4/29 : RUN apk update && apk add make git 17:00:58 ---> Running in 60ea224c5899 17:00:58 ---> Running in e991649c1535 17:00:58 ---> Running in 1ff0d9be9f95 17:00:58 ---> Running in 3e1d47a5ad53 17:00:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:58 Removing intermediate container 4195a19f156a 17:00:58 ---> 68a46f2df99a 17:00:58 Step 5/22 : RUN apk update && apk add make git 17:00:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:58 ---> Running in 9561e738be38 17:00:58 Removing intermediate container 60ea224c5899 17:00:58 ---> a40e4427f821 17:00:58 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 17:00:58 Removing intermediate container e991649c1535 17:00:58 ---> f6a61c811ac4 17:00:58 Step 5/21 : RUN apk update && apk add make git 17:00:58 ---> Running in 9a990f4fe472 17:00:58 Removing intermediate container 1ff0d9be9f95 17:00:58 ---> 401b6d35bb63 17:00:58 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 17:00:58 ---> Running in d02b1aaa0d54 17:00:58 ---> Running in 19da6002096f 17:00:58 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:00:58 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:00:58 OK: 12618 distinct packages available 17:00:59 Running setup.py install for dockerpty: finished with status 'done' 17:00:59 Attempting uninstall: urllib3 17:00:59 Found existing installation: urllib3 1.25.9 17:00:59 Uninstalling urllib3-1.25.9: 17:00:59 Successfully uninstalled urllib3-1.25.9 17:00:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:59 Attempting uninstall: idna 17:00:59 Found existing installation: idna 2.9 17:00:59 Uninstalling idna-2.9: 17:00:59 Successfully uninstalled idna-2.9 17:00:59 OK: 217 MiB in 51 packages 17:00:59 Attempting uninstall: requests 17:00:59 Found existing installation: requests 2.23.0 17:00:59 Uninstalling requests-2.23.0: 17:00:59 Successfully uninstalled requests-2.23.0 17:00:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:00 Running setup.py install for docopt: started 17:01:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:00 Removing intermediate container 3e1d47a5ad53 17:01:00 ---> 3ba6a0cc85b6 17:01:00 Step 5/29 : COPY go.mod . 17:01:01 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:01:01 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:01:01 OK: 12618 distinct packages available 17:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:01 Running setup.py install for docopt: finished with status 'done' 17:01:01 Running setup.py install for texttable: started 17:01:01 OK: 217 MiB in 51 packages 17:01:01 ---> 845391b78287 17:01:01 Step 6/29 : RUN go mod download 17:01:02 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:01:02 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:01:02 OK: 12618 distinct packages available 17:01:02 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:01:02 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:01:02 OK: 12618 distinct packages available 17:01:02 ---> Running in 26b1f9a1743a 17:01:02 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:01:02 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:01:02 OK: 12618 distinct packages available 17:01:02 Running setup.py install for texttable: finished with status 'done' 17:01:02 Running setup.py install for PyYAML: started 17:01:02 OK: 217 MiB in 51 packages 17:01:03 OK: 217 MiB in 51 packages 17:01:03 OK: 217 MiB in 51 packages 17:01:03 Removing intermediate container 9561e738be38 17:01:03 ---> 1f73093af62c 17:01:03 Step 6/22 : COPY go.mod . 17:01:03 Running setup.py install for PyYAML: finished with status 'done' 17:01:04 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:01:04 Removing intermediate container 9a990f4fe472 17:01:04 ---> 67f57cb66772 17:01:04 Step 6/23 : COPY go.mod . 17:01:05 Removing intermediate container d02b1aaa0d54 17:01:05 ---> 603a3e323d11 17:01:05 Step 6/21 : COPY go.mod . 17:01:05 ---> fc0793e02229 17:01:05 Step 7/22 : RUN go mod download 17:01:05 ---> Running in e0aecea8d72d 17:01:05 Removing intermediate container 19da6002096f 17:01:05 ---> 5d13c69dcf92 17:01:05 Step 6/24 : COPY go.mod . 17:01:05 ---> 4fbfec9c5264 17:01:05 Step 7/23 : RUN go mod download 17:01:05 ---> 806293a17cfe 17:01:05 Step 7/21 : RUN go mod download 17:01:05 ---> Running in c03e73ffb14c 17:01:06 Removing intermediate container 26b1f9a1743a 17:01:06 ---> 59a5426f311d 17:01:06 Step 7/29 : COPY . . 17:01:06 ---> Running in 0ec0b4a1768f 17:01:06 ---> a375c4b44475 17:01:06 Step 7/24 : RUN go mod download 17:01:06 ---> Running in 3b686c94b9a6 17:01:08 Removing intermediate container 9114b0e75c20 17:01:08 ---> b567f1189eb9 17:01:08 Step 22/27 : RUN apk --no-cache add curl 17:01:08 ---> Running in e16301e6f397 17:01:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:01:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:01:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:01:09 (2/3) Installing libcurl (7.69.1-r3) 17:01:09 (3/3) Installing curl (7.69.1-r3) 17:01:09 Executing busybox-1.31.1-r19.trigger 17:01:09 OK: 72 MiB in 58 packages 17:01:09 Removing intermediate container e16301e6f397 17:01:09 ---> 3f2af8a045c7 17:01:09 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 17:01:10 ---> Running in ee23805ca91b 17:01:10 Removing intermediate container ee23805ca91b 17:01:10 ---> af96e91ddafd 17:01:10 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:10 Removing intermediate container e0aecea8d72d 17:01:10 ---> cf7a74f5303d 17:01:10 Step 8/22 : COPY . . 17:01:10 ---> Running in f9fdf9f19da9 17:01:10 Removing intermediate container f9fdf9f19da9 17:01:10 ---> a90de2403aaf 17:01:10 Step 25/27 : LABEL arch=x86_64 17:01:10 ---> Running in f937982facf7 17:01:10 Removing intermediate container f937982facf7 17:01:10 ---> e37fe92ac9cf 17:01:10 Step 26/27 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:01:10 ---> Running in d991a1b6b512 17:01:11 Removing intermediate container d991a1b6b512 17:01:11 ---> 4aac7d50dcaa 17:01:11 Step 27/27 : LABEL version=0.0.0 17:01:11 ---> Running in 287c09aa9d7e 17:01:11 Removing intermediate container c03e73ffb14c 17:01:11 ---> 073c394c930c 17:01:11 Step 8/23 : COPY . . 17:01:11 Removing intermediate container 287c09aa9d7e 17:01:11 ---> 1b3897f29ad0 17:01:11 17:01:11 Successfully built 1b3897f29ad0 17:01:11 Successfully tagged docker-sys-mgmt-agent-go:latest 17:01:11 Removing intermediate container 0ec0b4a1768f 17:01:11 ---> f59e45c6d054 17:01:11 Step 8/21 : COPY . . 17:01:12  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:01:12 Removing intermediate container 3b686c94b9a6 17:01:12 ---> 4aa4f9513444 17:01:12 Step 8/24 : COPY . . 17:01:12 $ docker stop --time=1 22f77454ad3ac03c33b95ee623c6fecc75ca8368a6802ac76da5e87b6a7c1158 17:01:14 $ docker rm -f 22f77454ad3ac03c33b95ee623c6fecc75ca8368a6802ac76da5e87b6a7c1158 [Pipeline] // withDockerContainer [Pipeline] sh 17:01:15 + docker images 17:01:15 + grep docker 17:01:15 docker-sys-mgmt-agent-go latest 1b3897f29ad0 4 seconds ago 313MB 17:01:15 docker-core-metadata-go latest 970c3a82c5be 50 seconds ago 14.5MB 17:01:15 docker-security-secretstore-setup-go latest f579c184a509 51 seconds ago 24.7MB 17:01:15 docker-security-proxy-setup-go latest 3d1a9d5de6a0 55 seconds ago 24.6MB 17:01:15 docker-support-scheduler-go latest 264375e7c3fa About a minute ago 12.3MB 17:01:15 docker-security-secrets-setup-go latest 1412f145150f 2 minutes ago 23.9MB 17:01:15 docker-core-data-go latest a9bdb73fb743 2 minutes ago 23.7MB 17:01:15 docker-security-bootstrap-redis-go latest 9709e24d6a85 3 minutes ago 15.8MB 17:01:15 docker-support-notifications-go latest 1cf5697a913d 3 minutes ago 13.6MB 17:01:15 docker-core-command-go latest c9350cf3ab6a 3 minutes ago 12.2MB 17:01:15 docker latest aefe523efa57 12 hours 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 17:01:30 Still waiting to schedule task 17:01:30 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:01:34 ---> 9ce246f8a0f1 17:01:34 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 17:01:34 ---> Running in 4bf0cfc63a37 17:01:34 ---> f895acd32bbe 17:01:34 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:01:34 ---> 1b00ed2f98db 17:01:34 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:01:34 ---> Running in 2ad6f884f8a0 17:01:34 ---> 9f5341ab8acf 17:01:34 Step 9/23 : RUN make cmd/core-data/core-data 17:01:35 ---> 0eb981704efc 17:01:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:01:35 ---> Running in 16d027300e61 17:01:35 ---> Running in e3674bc13805 17:01:35 ---> Running in 112f54952ace 17:01:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 17:01:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:01: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 17:01:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:01:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:02:21 Running on prd-ubuntu18.04-docker-8c-8g-15595 in /w/workspace/edgexfoundry_edgex-go_PR-2940 [Pipeline] { [Pipeline] ws 17:02:21 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 17:02:23 using credential edgex-jenkins-ssh 17:02:23 Cloning the remote Git repository 17:02:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:02:23 > git init /w/workspace/edgex-go/3 # timeout=10 17:02:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:02:23 > git --version # timeout=10 17:02:23 > git --version # 'git version 2.17.1' 17:02:23 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:02:40 Merging remotes/origin/master commit f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 into PR head commit b116ed2c3666a71abee49cd31488bd2e8787a89d 17:02:40 Merge succeeded, producing b116ed2c3666a71abee49cd31488bd2e8787a89d 17:02:40 Checking out Revision b116ed2c3666a71abee49cd31488bd2e8787a89d (PR-2940) 17:02:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:02:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:02:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:02:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:02:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2940/head:refs/remotes/origin/PR-2940 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:02:40 > git config core.sparsecheckout # timeout=10 17:02:40 > git checkout -f b116ed2c3666a71abee49cd31488bd2e8787a89d # timeout=10 17:02:40 > git remote # timeout=10 17:02:40 > git config --get remote.origin.url # timeout=10 17:02:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:40 > git merge f9701ca4d4e57208c1a31bf7b99f537ed3b28d72 # timeout=10 17:02:40 > git rev-parse HEAD^{commit} # timeout=10 17:02:40 > git config core.sparsecheckout # timeout=10 17:02:40 > git checkout -f b116ed2c3666a71abee49cd31488bd2e8787a89d # timeout=10 17:02:44 Commit message: "feat(security): kong cert paths are now optional" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:02:45 + echo snap-build.sh 17:02:45 snap-build.sh 17:02:45 + SNAP_BASE_DIR=. 17:02:45 + '[' '!' -z /w/workspace/edgex-go/3 ']' 17:02:45 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 17:02:45 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 17:02:45 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 17:02:45 + cd /w/workspace/edgex-go/3 17:02:45 + sudo apt-get remove -qy --purge lxd lxd-client 17:02:45 Reading package lists... 17:02:45 Building dependency tree... 17:02:45 Reading state information... 17:02:46 The following packages were automatically installed and are no longer required: 17:02:46 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:02:46 uidmap xdelta3 17:02:46 Use 'sudo apt autoremove' to remove them. 17:02:46 The following packages will be REMOVED: 17:02:46 lxd* lxd-client* 17:02:46 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:02:46 After this operation, 31.7 MB disk space will be freed. 17:02:47 (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.) 17:02:47 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:02:48 Removing lxd dnsmasq configuration 17:02:48 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:02:48 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:02:49 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:02:49 (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.) 17:02:49 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:02:51 Processing triggers for systemd (237-3ubuntu10.42) ... 17:02:51 Processing triggers for ureadahead (0.100.0-21) ... 17:02:52 + sudo snap remove --purge lxd 17:02:52 snap "lxd" is not installed 17:02:52 + sudo groupadd --force --system lxd 17:02:52 ++ whoami 17:02:52 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:02:52 + newgrp - lxd 17:02:52 + sudo snap install lxd 17:02:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:02:59 Removing intermediate container 4bf0cfc63a37 17:02:59 ---> 84fd7e539647 17:02:59 17:02:59 Step 9/29 : FROM alpine:latest 17:02:59 latest: Pulling from library/alpine 17:02:59 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 17:02:59 Status: Downloaded newer image for alpine:latest 17:02:59 ---> 2e77e061c27f 17:02:59 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 17:02:59 ---> Running in 1101e6f08453 17:02:59 Removing intermediate container 1101e6f08453 17:02:59 ---> 50e73ef611fe 17:02:59 Step 11/29 : USER root 17:02:59 ---> Running in 7432fab73a4d 17:02:59 Removing intermediate container 7432fab73a4d 17:02:59 ---> d819cea9fe23 17:02:59 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 17:02:59 ---> Running in 19cff40d6c75 17:03:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:01 v3.12.2-3-g90e58b3d83 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:03:01 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:03:01 OK: 12617 distinct packages available 17:03:02 (1/2) Installing ca-certificates (20191127-r4) 17:03:02 (2/2) Installing dumb-init (1.2.2-r1) 17:03:02 Executing busybox-1.31.1-r19.trigger 17:03:02 Executing ca-certificates-20191127-r4.trigger 17:03:03 OK: 6 MiB in 16 packages 17:03:03 2020-12-11T17:03:00Z INFO Waiting for automatic snapd restart... 17:03:05 Removing intermediate container 2ad6f884f8a0 17:03:05 ---> f5fcf289ec0e 17:03:05 17:03:05 Step 10/22 : FROM alpine:3.10 17:03:05 3.10: Pulling from library/alpine 17:03:06 Removing intermediate container 19cff40d6c75 17:03:06 ---> 5924dd23ec36 17:03:06 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 17:03:07 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 17:03:07 Status: Downloaded newer image for alpine:3.10 17:03:07 ---> 536a684cf733 17:03:07 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 17:03:07 ---> Running in ffa5b2346121 17:03:07 ---> Running in 42e4da9ae919 17:03:08 Removing intermediate container ffa5b2346121 17:03:08 ---> f22d290009f5 17:03:08 Step 14/29 : WORKDIR $BASE_DIR 17:03:08 ---> Running in cebdbac975ea 17:03:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 17:03:09 Removing intermediate container cebdbac975ea 17:03:09 ---> 481261b0162a 17:03:09 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 17:03:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 17:03:09 ---> Running in 4a8bca9ecfe7 17:03:10 v3.10.5-164-g6a4c86d368 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 17:03:10 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 17:03:10 OK: 10169 distinct packages available 17:03:11 (1/5) Installing ca-certificates (20191127-r2) 17:03:11 (2/5) Installing nghttp2-libs (1.39.2-r1) 17:03:11 (3/5) Installing libcurl (7.66.0-r3) 17:03:11 (4/5) Installing curl (7.66.0-r3) 17:03:11 (5/5) Installing dumb-init (1.2.2-r1) 17:03:11 Executing busybox-1.30.1-r3.trigger 17:03:12 Executing ca-certificates-20191127-r2.trigger 17:03:12 OK: 7 MiB in 19 packages 17:03:14 Removing intermediate container 112f54952ace 17:03:14 ---> 7f0780b0702d 17:03:14 17:03:14 Step 10/21 : FROM alpine 17:03:14 ---> 2e77e061c27f 17:03:14 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 17:03:14 ---> Running in d4560ac8d387 17:03:15 Removing intermediate container 4a8bca9ecfe7 17:03:15 ---> d5d2f6baee82 17:03:15 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 17:03:16 Removing intermediate container 42e4da9ae919 17:03:16 ---> 28324f5c7725 17:03:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:03:17 ---> Running in 217d463ee0d4 17:03:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:17 ---> 88fbb83f7cd4 17:03:17 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 17:03:18 Removing intermediate container 217d463ee0d4 17:03:18 ---> 29d85a842a48 17:03:18 Step 13/22 : WORKDIR / 17:03:18 ---> Running in 2d6bcb823f38 17:03:18 lxd 4.8 from Canonical* installed 17:03:18 + sudo lxd init --auto 17:03:19 Removing intermediate container 2d6bcb823f38 17:03:19 ---> 3e3844df04cf 17:03:19 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 17:03:19 v3.12.2-3-g90e58b3d83 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:03:19 v3.12.1-98-gb5a3085db9 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:03:19 OK: 12617 distinct packages available 17:03:19 ---> 9528f9270624 17:03:19 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 17:03:19 (1/4) Installing ca-certificates (20191127-r4) 17:03:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:03:20 (3/4) Installing libcurl (7.69.1-r3) 17:03:20 (4/4) Installing curl (7.69.1-r3) 17:03:20 Executing busybox-1.31.1-r19.trigger 17:03:20 Executing ca-certificates-20191127-r4.trigger 17:03:20 OK: 7 MiB in 18 packages 17:03:20 ---> 88d7bd251062 17:03:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:03:21 ---> f1b9b7252fe7 17:03:21 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 17:03:23 ---> 2000eeddd2f1 17:03:23 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 17:03:23 ---> 6cb0131feade 17:03:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:03:24 ---> 1d82cfe1ac91 17:03:24 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 17:03:24 Removing intermediate container d4560ac8d387 17:03:24 ---> 7d162a5d692e 17:03:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:03:25 ---> Running in 615fd2ad4c37 17:03:25 ---> Running in 435bbb8884e2 17:03:25 ---> 8c4c1c9f7e34 17:03:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:03:26 Removing intermediate container 435bbb8884e2 17:03:26 ---> b15fc1f4ef55 17:03:26 Step 13/21 : WORKDIR /edgex 17:03:26 + sudo snap install --classic snapcraft 17:03:27 ---> Running in cac62c8bb2bc 17:03:28 ---> 4ea16fcf297e 17:03:28 Step 18/22 : RUN chmod +x entrypoint.sh 17:03:28 ---> Running in a2129335f9d6 17:03:28 Removing intermediate container cac62c8bb2bc 17:03:28 ---> 5ac507abae53 17:03:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:03:29 Removing intermediate container 16d027300e61 17:03:29 ---> e5d54e71468c 17:03:29 17:03:29 Step 10/24 : FROM scratch 17:03:29 ---> 17:03:29 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:03:30 ---> Running in 7471035cc915 17:03:30 Removing intermediate container 615fd2ad4c37 17:03:30 ---> 0d8b477bcc26 17:03:30 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 17:03:30 ---> 5e5102f2330c 17:03:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:03:30 Removing intermediate container 7471035cc915 17:03:30 ---> 765691ab0115 17:03:30 Step 12/24 : ENV APP_PORT=48060 17:03:30 ---> Running in eff9c712fb5a 17:03:31 Removing intermediate container eff9c712fb5a 17:03:31 ---> 8187aebaa68b 17:03:31 Step 13/24 : EXPOSE $APP_PORT 17:03:31 ---> 3221acd9c0b4 17:03:31 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:03:32 ---> Running in 0d42bde39c80 17:03:32 snapcraft 4.4.4 from Canonical* installed 17:03:32 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:03:32 + patch --verbose -p1 17:03:32 Hmm... Looks like a unified diff to me... 17:03:32 The text leading up to this was: 17:03:32 -------------------------- 17:03:32 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 17:03:32 |From: Tony Espy 17:03:32 |Date: Wed, 2 Dec 2020 17:38:31 -0500 17:03:32 |Subject: [PATCH] optimize snap build for pipeline CI check 17:03:32 | 17:03:32 |This patch is used by the EdgeX CI pipeline builds to 17:03:32 |optimize the snap CI check run for pull requests. When 17:03:32 |applied, it essentially strips out everything (apps and 17:03:32 |parts) from the snapcraft.yaml file except those required 17:03:32 |to build edgex-go, as the whole idea of the CI check is to 17:03:32 |catch changes to edgex-go that break the snap build. 17:03:32 | 17:03:32 |In general, anyone updating snapcraft.yaml will also need 17:03:32 |to update this patch file, otherwise it may fail to apply, 17:03:32 |resulting in a failed snap build CI check in the associated 17:03:32 |pull request. 17:03:32 | 17:03:32 |Note - in addition to applying this patch, the pipeline also 17:03:32 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:03:32 |need to build the finally binary .snap file (and it won't 17:03:32 |work with the patch applied). This further reduces the build 17:03:32 |time. 17:03:32 |--- 17:03:32 | snap/snapcraft.yaml | 466 +------------------------------------------- 17:03:32 | 1 file changed, 2 insertions(+), 464 deletions(-) 17:03:32 | 17:03:32 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:03:32 |index b265277c..d7e1de37 100644 17:03:32 |--- a/snap/snapcraft.yaml 17:03:32 |+++ b/snap/snapcraft.yaml 17:03:32 -------------------------- 17:03:32 patching file snap/snapcraft.yaml 17:03:32 Using Plan A... 17:03:32 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 17:03:32 Hunk #2 succeeded at 81 (offset -3 lines). 17:03:32 Hunk #3 succeeded at 211 (offset -7 lines). 17:03:32 Hunk #4 succeeded at 226 (offset -7 lines). 17:03:32 Hunk #5 succeeded at 234 (offset -7 lines). 17:03:32 Hunk #6 succeeded at 241 (offset -7 lines). 17:03:32 Hunk #7 succeeded at 268 (offset -7 lines). 17:03:32 Hunk #8 succeeded at 302 (offset -7 lines). 17:03:32 Hunk #9 succeeded at 358 (offset -7 lines). 17:03:32 Hmm... Ignoring the trailing garbage. 17:03:32 done 17:03:32 + sudo snapcraft prime --use-lxd 17:03:32 ---> Running in 5f2793d27976 17:03:32 Removing intermediate container a2129335f9d6 17:03:32 ---> 5e153d9c0a8d 17:03:32 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:03:32 ---> 604944b16faf 17:03:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:03:32 ---> Running in 01a9dea8e8bc 17:03:32 Removing intermediate container 0d42bde39c80 17:03:32 ---> c5ff999ed8d5 17:03:32 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:03:33 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:03:33 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: 17:03:33 - README.md 17:03:33 - snapcraft.yaml.orig 17:03:33 17:03:33 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:03:33 Launching a container. 17:03:34 Removing intermediate container 01a9dea8e8bc 17:03:34 ---> 49a8538ea657 17:03:34 Step 20/22 : LABEL arch=arm64 17:03:34 ---> Running in 58f73b295506 17:03:34 ---> 87b165211be7 17:03:34 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:03:34 ---> 9587ccec3bf1 17:03:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:03:35 ---> Running in 7044b836d56d 17:03:35 Removing intermediate container 58f73b295506 17:03:35 ---> 633622de5fdc 17:03:35 Step 21/22 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:03:35 ---> Running in 87856d3bdf91 17:03:35 Removing intermediate container 7044b836d56d 17:03:35 ---> 20994c06f193 17:03:35 Step 18/21 : CMD ["--init=true"] 17:03:35 Removing intermediate container 5f2793d27976 17:03:35 ---> 0bd2d82ce841 17:03:36 Step 24/29 : RUN chmod 755 security-secrets-setup 17:03:36 ---> Running in 7a2e446a370e 17:03:36 ---> Running in 59533440a148 17:03:36 ---> 9aba00bc5356 17:03:36 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:03:36 Removing intermediate container 87856d3bdf91 17:03:36 ---> b6567fa024ad 17:03:36 Step 22/22 : LABEL version=0.0.0 17:03:36 ---> Running in 7325258ca1ca 17:03:37 Removing intermediate container 7a2e446a370e 17:03:37 ---> 742e7f4b5928 17:03:37 Step 19/21 : LABEL arch=arm64 17:03:37 ---> Running in a7e7675bc7f3 17:03:37 Removing intermediate container 7325258ca1ca 17:03:37 ---> 5cd21555a4ab 17:03:37 17:03:37 Removing intermediate container a7e7675bc7f3 17:03:37 ---> cb501fefd8cc 17:03:37 Step 20/21 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:03:38 Successfully built 5cd21555a4ab 17:03:38 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 17:03:38 Building docker-core-metadata-go 17:03:38 ---> Running in 54391ba88aa6 17:03:39  Building docker-security-bootstrap-redis-go ... done  ---> 82412e5a7d5c 17:03:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 17:03:39 Removing intermediate container 54391ba88aa6 17:03:39 ---> 2463b6b9f55a 17:03:39 Step 21/21 : LABEL version=0.0.0 17:03:39 ---> Running in e4443d07b653 17:03:40 Removing intermediate container 59533440a148 17:03:40 ---> 0a21dc4506ac 17:03:40 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 17:03:40 ---> 9f8ce8f9b53d 17:03:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:03:41 Removing intermediate container e4443d07b653 17:03:41 ---> c3fafaecf4b3 17:03:41 17:03:41 ---> Running in 2eb91595730c 17:03:42 Successfully built c3fafaecf4b3 17:03:42 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:03:42  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 17:03:43 Removing intermediate container 2eb91595730c 17:03:43 ---> 7bc060a47e42 17:03:43 Step 26/29 : CMD [ "generate" ] 17:03:43 ---> 4bb7c67951cd 17:03:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:03:43 ---> Running in b738299ff9b6 17:03:44 Removing intermediate container b738299ff9b6 17:03:44 ---> 36bc197a4d7c 17:03:44 Step 27/29 : LABEL arch=arm64 17:03:44 ---> b8986e473768 17:03:44 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:03:45 ---> Running in 1de00a9c1a43 17:03:45 ---> Running in 7847a0931257 17:03:45 Waiting for container to be ready 17:03:45 To start your first instance, try: lxc launch ubuntu:18.04 17:03:45 17:03:46 Removing intermediate container 1de00a9c1a43 17:03:46 ---> d80c81868312 17:03:46 Step 28/29 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:03:46 Removing intermediate container 7847a0931257 17:03:46 ---> 33c8bdf24a6c 17:03:46 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:03:47 ---> Running in 069a3cd00ab8 17:03:47 ---> Running in 0db1e1047e8d 17:03:47 Removing intermediate container 069a3cd00ab8 17:03:47 ---> 86f545f30a48 17:03:47 Step 29/29 : LABEL version=0.0.0 17:03:48 Removing intermediate container 0db1e1047e8d 17:03:48 ---> 931079a9e0cf 17:03:48 Step 22/24 : LABEL arch=arm64 17:03:48 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:03:48 ---> Running in a86e408eec39 17:03:49 ---> Running in 39aa9fd08001 17:03:49 Waiting for network to be ready... 17:03:49 Removing intermediate container a86e408eec39 17:03:49 ---> afdaeceeaa8d 17:03:49 17:03:49 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:03:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:03:49 Removing intermediate container 39aa9fd08001 17:03:49 ---> 17b1c5d952bf 17:03:49 Step 23/24 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:03:49 Successfully built afdaeceeaa8d 17:03:50 Successfully tagged docker-security-secrets-setup-go-arm64:latest 17:03:50 Building docker-sys-mgmt-agent-go 17:03:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] 17:03:50 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:03:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:03:50 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:03:50  Building docker-security-secrets-setup-go ... done Removing intermediate container e3674bc13805 17:03:50 ---> db489768a2af 17:03:50 17:03:50 Step 10/23 : FROM alpine 17:03:50 ---> 2e77e061c27f 17:03:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:03:50 ---> Running in bbbf374ef3a1 17:03:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:03:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:03:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:03:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:03:50 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:03:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] 17:03:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 17:03:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 17:03:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] 17:03:50 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] 17:03:50 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] 17:03:50 ---> Running in 4c5794d94e26 17:03:51 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 17:03:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:03:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1763 kB] 17:03:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [373 kB] 17:03:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] 17:03:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] 17:03:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [196 kB] 17:03:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [26.4 kB] 17:03:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1694 kB] 17:03:51 Removing intermediate container bbbf374ef3a1 17:03:51 ---> a3b780f37a93 17:03:51 Step 24/24 : LABEL version=0.0.0 17:03:51 Removing intermediate container 4c5794d94e26 17:03:51 ---> 3de83ad0e455 17:03:51 Step 12/23 : ENV APP_PORT=48080 17:03:51 ---> Running in 07b0b4b94305 17:03:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [356 kB] 17:03:51 ---> Running in 65ef0d4497a6 17:03:52 Removing intermediate container 07b0b4b94305 17:03:52 ---> 17944c3cc399 17:03:52 17:03:52 Successfully built 17944c3cc399 17:03:52 Successfully tagged docker-support-notifications-go-arm64:latest 17:03:52  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 17:03:52 Removing intermediate container 65ef0d4497a6 17:03:52 ---> d86f7ff73e55 17:03:52 Step 13/23 : EXPOSE $APP_PORT 17:03:53 ---> Running in 3af2f7046eb7 17:03:53 Removing intermediate container 3af2f7046eb7 17:03:53 ---> e0e1fd3be841 17:03:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:03:53 ---> Running in b792eee62cd0 17:03:54 Fetched 23.4 MB in 4s (5546 kB/s) 17:03:54 Reading package lists... 17:03:54 Reading package lists... 17:03:54 Building dependency tree... 17:03:54 Reading state information... 17:03:55 The following additional packages will be installed: 17:03:55 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:03:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:03:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:03:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:03:55 Suggested packages: 17:03:55 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:03:55 Recommended packages: 17:03:55 gnupg libsasl2-modules 17:03:55 The following NEW packages will be installed: 17:03:55 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:03:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:03:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:03:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:03:55 The following packages will be upgraded: 17:03:55 gpg gpg-agent gpgconf libudev1 17:03:55 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 17:03:55 Need to get 3531 kB of archives. 17:03:55 After this operation, 13.3 MB of additional disk space will be used. 17:03:55 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 17:03:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 17:03:55 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 17:03:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 17:03:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 17:03:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 17:03:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 17:03:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 17:03:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 17:03:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 17:03:56 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:03:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:03:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:03:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:03:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:03:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:03:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:03:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:03:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:03:56 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:03:56 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:03:56 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:03:56 debconf: delaying package configuration, since apt-utils is not installed 17:03:56 Fetched 3531 kB in 1s (3477 kB/s) 17:03:56 (Reading database ... 12511 files and directories currently installed.) 17:03:56 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 17:03:56 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:03:56 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 17:03:56 Selecting previously unselected package udev. 17:03:56 (Reading database ... 12511 files and directories currently installed.) 17:03:56 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 17:03:56 Unpacking udev (237-3ubuntu10.43) ... 17:03:57 Selecting previously unselected package libfuse2:amd64. 17:03:57 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:03:57 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:03:57 Selecting previously unselected package fuse. 17:03:57 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:03:57 Unpacking fuse (2.9.7-1ubuntu1) ... 17:03:57 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 17:03:57 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:03:57 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 17:03:57 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:03:57 Removing intermediate container b792eee62cd0 17:03:57 ---> 1049ebe39ec2 17:03:57 Step 15/23 : RUN apk --no-cache add zeromq 17:03:57 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 17:03:57 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:03:57 Selecting previously unselected package libksba8:amd64. 17:03:57 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:03:57 Unpacking libksba8:amd64 (1.3.5-2) ... 17:03:57 Selecting previously unselected package libroken18-heimdal:amd64. 17:03:57 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:03:57 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:03:57 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:03:57 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:03:57 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:03:57 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:03:57 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:03:57 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:03:57 ---> Running in c4e4c6dea724 17:03:58 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:03:58 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:03:58 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:03:58 Selecting previously unselected package libwind0-heimdal:amd64. 17:03:58 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:03:58 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:03:58 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:03:58 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:03:58 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:03:58 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:03:58 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:03:58 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:03:58 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:03:58 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:03:58 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:03:58 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:03:58 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:03:58 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:03:58 Selecting previously unselected package libsasl2-modules-db:amd64. 17:03:58 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 17:03:58 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 17:03:58 Selecting previously unselected package libsasl2-2:amd64. 17:03:58 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 17:03:58 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 17:03:58 Selecting previously unselected package libldap-common. 17:03:58 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 17:03:58 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:03:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:59 Selecting previously unselected package libldap-2.4-2:amd64. 17:03:59 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 17:03:59 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:03:59 Selecting previously unselected package dirmngr. 17:03:59 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 17:03:59 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 17:03:59 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:03:59 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 17:03:59 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:03:59 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 17:03:59 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 17:03:59 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 17:03:59 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:03:59 Setting up libksba8:amd64 (1.3.5-2) ... 17:03:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:03:59 Setting up udev (237-3ubuntu10.43) ... 17:03:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:59 invoke-rc.d: policy-rc.d denied execution of start. 17:03:59 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:03:59 Processing triggers for systemd (237-3ubuntu10) ... 17:04:00 Setting up fuse (2.9.7-1ubuntu1) ... 17:04:00 Setting up gpg (2.2.4-1ubuntu1.3) ... 17:04:00 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:04:00 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:04:00 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:04:00 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:04:00 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:04:00 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:04:00 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:04:00 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:04:00 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 17:04:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:04:00 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:04:00 settings in the [Install] section, and DefaultInstance for template units). 17:04:00 This means they are not meant to be enabled using systemctl. 17:04:00 Possible reasons for having this kind of units are: 17:04:00 1) A unit may be statically enabled by being symlinked from another unit's 17:04:00 .wants/ or .requires/ directory. 17:04:00 2) A unit's purpose may be to act as a helper for some other unit which has 17:04:00 a requirement dependency on it. 17:04:00 3) A unit may be started when needed via activation (socket, path, timer, 17:04:00 D-Bus, udev, scripted systemctl call, ...). 17:04:00 4) In case of template units, the unit is meant to be enabled with some 17:04:00 instance name specified. 17:04:01 Reading package lists... 17:04:01 Building dependency tree... 17:04:01 Reading state information... 17:04:01 The following additional packages will be installed: 17:04:01 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:04:01 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:04:01 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:04:01 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:04:01 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:04:01 Suggested packages: 17:04:01 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:04:01 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:04:01 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:04:01 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:04:01 systemd-container policykit-1 17:04:01 Recommended packages: 17:04:01 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:04:01 (1/5) Installing libgcc (9.3.0-r2) 17:04:01 The following NEW packages will be installed: 17:04:01 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:04:01 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:04:01 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:04:01 multiarch-support openssh-client python3 python3-minimal python3.6 17:04:01 python3.6-minimal snapd squashfs-tools sudo 17:04:01 The following packages will be upgraded: 17:04:01 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:04:01 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 17:04:01 Need to get 35.2 MB of archives. 17:04:01 After this operation, 141 MB of additional disk space will be used. 17:04:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:04:01 (2/5) Installing libsodium (1.0.18-r0) 17:04:01 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 17:04:01 (3/5) Installing libstdc++ (9.3.0-r2) 17:04:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:04:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 17:04:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 17:04:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:04:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 17:04:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 17:04:02 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 17:04:02 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:04:02 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:04:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:04:02 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:04:02 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:04:02 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] 17:04:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:04:02 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 17:04:02 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 17:04:02 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:04:02 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:04:02 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:04:02 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:04:02 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:04:02 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:04:02 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 17:04:02 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:04:02 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:04:02 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:04:02 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 17:04:03 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:04:03 (4/5) Installing libzmq (4.3.3-r0) 17:04:03 (5/5) Installing zeromq (4.3.3-r0) 17:04:03 Executing busybox-1.31.1-r19.trigger 17:04:03 OK: 8 MiB in 19 packages 17:04:05 debconf: delaying package configuration, since apt-utils is not installed 17:04:05 Fetched 35.2 MB in 3s (10.8 MB/s) 17:04:05 (Reading database ... 12757 files and directories currently installed.) 17:04:05 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 17:04:05 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:04:05 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 17:04:05 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:04:05 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 17:04:05 (Reading database ... 12757 files and directories currently installed.) 17:04:05 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:04:05 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:04:05 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:04:06 (Reading database ... 12757 files and directories currently installed.) 17:04:06 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:04:06 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:04:06 Setting up apt (1.6.12ubuntu0.2) ... 17:04:06 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:04:06 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:04:06 (Reading database ... 12764 files and directories currently installed.) 17:04:06 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:04:06 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:04:07 Selecting previously unselected package libpython3.6-minimal:amd64. 17:04:07 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:04:07 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:04:07 Removing intermediate container c4e4c6dea724 17:04:07 ---> 06b27dbb995c 17:04:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 17:04:07 Selecting previously unselected package libexpat1:amd64. 17:04:07 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:04:07 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:04:07 Selecting previously unselected package python3.6-minimal. 17:04:07 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:04:07 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:04:07 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 17:04:07 Checking for services that may need to be restarted...done. 17:04:07 Checking for services that may need to be restarted...done. 17:04:07 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:04:07 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:04:08 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:04:08 Selecting previously unselected package python3-minimal. 17:04:08 (Reading database ... 13012 files and directories currently installed.) 17:04:08 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:04:08 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:04:08 Selecting previously unselected package mime-support. 17:04:08 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:04:08 Unpacking mime-support (3.60ubuntu1) ... 17:04:08 Selecting previously unselected package libmpdec2:amd64. 17:04:08 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:04:08 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:04:08 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:04:08 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:04:08 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:04:08 ---> 295074466369 17:04:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:04:08 Selecting previously unselected package python3.6. 17:04:08 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:04:08 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:04:08 Selecting previously unselected package libpython3-stdlib:amd64. 17:04:08 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:04:08 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:04:09 Setting up python3-minimal (3.6.7-1~18.04) ... 17:04:09 Selecting previously unselected package python3. 17:04:09 (Reading database ... 13442 files and directories currently installed.) 17:04:09 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:04:09 Unpacking python3 (3.6.7-1~18.04) ... 17:04:09 Selecting previously unselected package multiarch-support. 17:04:09 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... 17:04:09 Unpacking multiarch-support (2.27-3ubuntu1.3) ... 17:04:09 Setting up multiarch-support (2.27-3ubuntu1.3) ... 17:04:09 Selecting previously unselected package liblzo2-2:amd64. 17:04:09 (Reading database ... 13479 files and directories currently installed.) 17:04:09 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:04:09 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:04:09 Selecting previously unselected package libbsd0:amd64. 17:04:09 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:04:09 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:04:09 Selecting previously unselected package sudo. 17:04:09 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 17:04:09 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 17:04:10 Selecting previously unselected package apparmor. 17:04:10 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:04:10 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:04:10 Selecting previously unselected package libedit2:amd64. 17:04:10 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:04:10 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:04:10 Selecting previously unselected package libkrb5support0:amd64. 17:04:10 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:04:10 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:04:10 Selecting previously unselected package libk5crypto3:amd64. 17:04:10 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:04:10 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:04:10 Selecting previously unselected package libkeyutils1:amd64. 17:04:10 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:04:10 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:04:10 Selecting previously unselected package libkrb5-3:amd64. 17:04:10 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:04:10 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:04:10 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:04:10 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:04:10 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:04:10 ---> b6be46654e70 17:04:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:04:10 Selecting previously unselected package libssl1.0.0:amd64. 17:04:10 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 17:04:10 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:04:10 Selecting previously unselected package openssh-client. 17:04:10 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:04:10 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:04:11 Selecting previously unselected package squashfs-tools. 17:04:11 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:04:11 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:04:11 Selecting previously unselected package snapd. 17:04:11 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 17:04:11 Unpacking snapd (2.48+18.04) ... 17:04:11 ---> 1755c86e020f 17:04:11 Step 19/23 : ENTRYPOINT ["/core-data"] 17:04:11 ---> Running in 90ddddc9ae5f 17:04:12 Removing intermediate container 90ddddc9ae5f 17:04:12 ---> 5684f73341cd 17:04:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:04:12 ---> Running in 7af0d2762b28 17:04:13 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:04:13 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:04:13 Removing intermediate container 7af0d2762b28 17:04:13 ---> 2ea9d27fe8ae 17:04:13 Step 21/23 : LABEL arch=arm64 17:04:13 Setting up mime-support (3.60ubuntu1) ... 17:04:13 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 17:04:13 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:04:13 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:04:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:04:13 Setting up systemd (237-3ubuntu10.43) ... 17:04:13 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:04:14 ---> Running in c087bb8a7b30 17:04:14 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:04:14 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:04:14 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:04:14 Removing intermediate container c087bb8a7b30 17:04:14 ---> 6fbe38e713e9 17:04:14 Step 22/23 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:04:14 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:04:14 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:04:14 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:04:14 ---> Running in f2cbfd800cc5 17:04:15 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:04:15 Removing intermediate container f2cbfd800cc5 17:04:15 ---> 29925faaeea8 17:04:15 Step 23/23 : LABEL version=0.0.0 17:04:15 ---> Running in f6dc52245837 17:04:15 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:04:15 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:04:15 Setting up python3 (3.6.7-1~18.04) ... 17:04:15 running python rtupdate hooks for python3.6... 17:04:15 running python post-rtupdate hooks for python3.6... 17:04:16 Setting up apparmor (2.12-4ubuntu5.1) ... 17:04:16 Removing intermediate container f6dc52245837 17:04:16 ---> 2b6f82c85486 17:04:16 17:04:16 Successfully built 2b6f82c85486 17:04:16 Successfully tagged docker-core-data-go-arm64:latest 17:04:16  Building docker-core-data-go ... done Building docker-support-scheduler-go 17:04:17 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:04:17 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:04:17 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:04:17 Setting up snapd (2.48+18.04) ... 17:04:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:04:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:04:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:04:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:04:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:04:18 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:04:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:04:18 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:04:19 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:04:19 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:04:19 /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' 17:04:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:04:19 Processing triggers for systemd (237-3ubuntu10.43) ... 17:04:20 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:04:20 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:04:20 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:04:21 Reading package lists... 17:04:21 Reading package lists... 17:04:22 Building dependency tree... 17:04:22 Reading state information... 17:04:22 Calculating upgrade... 17:04:22 The following packages will be upgraded: 17:04:22 advancecomp base-files bash binutils binutils-common 17:04:22 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:04:22 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:04:22 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 17:04:22 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 17:04:22 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 17:04:22 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 17:04:22 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 17:04:22 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 17:04:22 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 17:04:22 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 17:04:22 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 17:04:22 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 17:04:22 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:04:22 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:04:22 Need to get 63.5 MB of archives. 17:04:22 After this operation, 5178 kB of additional disk space will be used. 17:04:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:04:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:04:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:04:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:04:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:04:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:04:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:04:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:04:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:04:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:04:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:04:22 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 17:04:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:04:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:04:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:04:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:04:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:04:22 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:04:22 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:04:22 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:04:22 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:04:22 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:04:22 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:04:22 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:04:22 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:04:22 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:04:22 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:04:22 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:04:22 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:04:22 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:04:22 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:04:22 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:04:22 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:04:22 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 17:04:22 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 17:04:22 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:04:22 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:04:22 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 17:04:22 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 17:04:22 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:04:22 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:04:22 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:04:22 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 17:04:22 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:04:22 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:04:22 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 17:04:22 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 17:04:22 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 17:04:22 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 17:04:22 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:04:22 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:04:22 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:04:22 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:04:22 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:04:23 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:04:23 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:04:23 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:04:23 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:04:23 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:04:23 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:04:23 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:04:23 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:04:23 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 17:04:23 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-124.127 [976 kB] 17:04:23 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 17:04:23 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:04:23 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:04:23 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 17:04:23 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:04:23 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:04:24 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:04:24 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:04:24 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:04:24 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:04:24 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:04:24 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] 17:04:24 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:04:24 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:04:24 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:04:24 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:04:24 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:04:24 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 17:04:24 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:04:24 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:04:24 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:04:24 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:04:24 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:04:24 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:04:24 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:04:24 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:04:24 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:04:24 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:04:24 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:04:24 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:04:24 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:04:24 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:04:24 debconf: delaying package configuration, since apt-utils is not installed 17:04:24 Fetched 63.5 MB in 2s (30.5 MB/s) 17:04:24 (Reading database ... 13912 files and directories currently installed.) 17:04:24 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 17:04:24 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 17:04:25 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 17:04:25 Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 17:04:25 Preparing to unpack .../2-linux-libc-dev_4.15.0-124.127_amd64.deb ... 17:04:25 Unpacking linux-libc-dev:amd64 (4.15.0-124.127) over (4.15.0-20.21) ... 17:04:26 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:04:26 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:04:26 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:04:26 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:04:26 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:04:26 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:04:27 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:04:27 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:04:27 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:04:27 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:04:27 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:04:27 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:04:27 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:04:27 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:04:27 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:04:27 (Reading database ... 13911 files and directories currently installed.) 17:04:27 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:04:27 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:04:27 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:04:27 (Reading database ... 13911 files and directories currently installed.) 17:04:27 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:04:27 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:04:28 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:04:28 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:04:28 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:04:28 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:04:28 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:04:28 (Reading database ... 13911 files and directories currently installed.) 17:04:28 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 17:04:28 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 17:04:28 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 17:04:29 (Reading database ... 13911 files and directories currently installed.) 17:04:29 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:04:29 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:04:29 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:04:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 17:04:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:04:29 ---> bfd150ed0102 17:04:29 Step 3/22 : WORKDIR /edgex-go 17:04:29 ---> Using cache 17:04:29 ---> 96ebfbccc5f2 17:04:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:29 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:04:29 Setting up base-files (10.1ubuntu2.10) ... 17:04:29 Installing new version of config file /etc/issue ... 17:04:29 Installing new version of config file /etc/issue.net ... 17:04:29 Installing new version of config file /etc/lsb-release ... 17:04:29 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:04:29 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:04:29 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:04:29 Removing obsolete conffile /etc/default/motd-news ... 17:04:29 (Reading database ... 13912 files and directories currently installed.) 17:04:29 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:04:29 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:04:30 Setting up bash (4.4.18-2ubuntu1.2) ... 17:04:30 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 17:04:30 (Reading database ... 13912 files and directories currently installed.) 17:04:30 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:04:30 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:04:30 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:04:30 (Reading database ... 13912 files and directories currently installed.) 17:04:30 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 17:04:30 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 17:04:30 ---> Running in 63c2e31ff2a0 17:04:30 Setting up tar (1.29b-2ubuntu0.1) ... 17:04:30 (Reading database ... 13912 files and directories currently installed.) 17:04:30 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:04:30 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:04:31 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:04:31 (Reading database ... 13912 files and directories currently installed.) 17:04:31 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:04:31 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:04:31 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:04:31 (Reading database ... 13912 files and directories currently installed.) 17:04:31 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:04:31 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:04:31 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:04:31 (Reading database ... 13912 files and directories currently installed.) 17:04:31 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:04:31 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:04:31 Setting up grep (3.1-2build1) ... 17:04:31 (Reading database ... 13912 files and directories currently installed.) 17:04:31 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:04:31 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:04:31 Setting up login (1:4.5-1ubuntu2) ... 17:04:32 (Reading database ... 13912 files and directories currently installed.) 17:04:32 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:04:32 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:04:32 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:04:32 (Reading database ... 13912 files and directories currently installed.) 17:04:32 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:04:32 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:04:32 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:04:32 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:04:32 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:04:32 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:04:33 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:04:33 (Reading database ... 13912 files and directories currently installed.) 17:04:33 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:04:33 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:04:34 Removing intermediate container 63c2e31ff2a0 17:04:34 ---> 4e584d076561 17:04:34 Step 5/22 : RUN apk update && apk add make git 17:04:34 ---> Running in 74adc3634b7b 17:04:34 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:04:34 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:04:34 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:04:34 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:04:34 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:04:34 (Reading database ... 13912 files and directories currently installed.) 17:04:34 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:04:34 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:04:35 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:04:35 (Reading database ... 13912 files and directories currently installed.) 17:04:35 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:04:35 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:04:35 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:04:35 (Reading database ... 13912 files and directories currently installed.) 17:04:35 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:04:35 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:04:35 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:04:35 (Reading database ... 13912 files and directories currently installed.) 17:04:35 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:04:35 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:04:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:35 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:04:35 (Reading database ... 13912 files and directories currently installed.) 17:04:35 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:04:35 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:04:35 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:04:35 (Reading database ... 13912 files and directories currently installed.) 17:04:35 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:04:35 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:04:36 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:04:36 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:04:36 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:04:36 (Reading database ... 13912 files and directories currently installed.) 17:04:36 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:04:36 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:04:36 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:04:36 (Reading database ... 13912 files and directories currently installed.) 17:04:36 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:04:36 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:04:36 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:04:36 (Reading database ... 13912 files and directories currently installed.) 17:04:36 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:04:36 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:04:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 17:04:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:04:36 ---> bfd150ed0102 17:04:36 Step 3/22 : WORKDIR /edgex-go 17:04:36 ---> Using cache 17:04:36 ---> 96ebfbccc5f2 17:04:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:36 ---> Using cache 17:04:36 ---> 4e584d076561 17:04:36 Step 5/22 : RUN apk update && apk add make git 17:04:36 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:04:36 (Reading database ... 13912 files and directories currently installed.) 17:04:36 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:04:36 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:04:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:37 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:04:37 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:04:37 ---> Running in 4eb28aef34a2 17:04:38 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:04:38 (Reading database ... 13912 files and directories currently installed.) 17:04:38 Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... 17:04:38 Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... 17:04:38 Setting up libc-bin (2.27-3ubuntu1.3) ... 17:04:38 (Reading database ... 13912 files and directories currently installed.) 17:04:38 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:04:38 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:04:38 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:04:38 (Reading database ... 13914 files and directories currently installed.) 17:04:38 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:04:38 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:04:39 Setting up debconf (1.5.66ubuntu1) ... 17:04:39 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:04:39 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:04:39 OK: 12618 distinct packages available 17:04:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:39 (Reading database ... 13914 files and directories currently installed.) 17:04:39 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:04:39 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:04:39 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:04:39 (Reading database ... 13914 files and directories currently installed.) 17:04:39 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:04:39 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:04:39 OK: 217 MiB in 51 packages 17:04:39 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:04:39 (Reading database ... 13914 files and directories currently installed.) 17:04:39 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:04:39 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:04:40 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:04:40 (Reading database ... 13914 files and directories currently installed.) 17:04:40 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:04:40 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:04:40 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 17:04:40 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:04:40 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:04:40 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:04:40 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:04:40 (Reading database ... 13914 files and directories currently installed.) 17:04:40 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:04:40 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:04:41 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:04:41 (Reading database ... 13914 files and directories currently installed.) 17:04:41 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:04:41 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:04:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:41 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:04:41 (Reading database ... 13914 files and directories currently installed.) 17:04:41 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:04:41 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:04:41 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:04:42 (Reading database ... 13914 files and directories currently installed.) 17:04:42 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 17:04:42 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 17:04:42 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 17:04:42 Removing intermediate container 74adc3634b7b 17:04:42 ---> c529f9d54ec6 17:04:42 Step 6/22 : COPY go.mod . 17:04:42 (Reading database ... 13914 files and directories currently installed.) 17:04:42 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:04:42 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:04:42 Setting up passwd (1:4.5-1ubuntu2) ... 17:04:42 (Reading database ... 13914 files and directories currently installed.) 17:04:42 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 17:04:42 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:04:42 Setting up gpgv (2.2.4-1ubuntu1.3) ... 17:04:42 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:04:42 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:04:42 OK: 12618 distinct packages available 17:04:43 (Reading database ... 13914 files and directories currently installed.) 17:04:43 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:04:43 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:04:43 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:04:43 ---> b7541e337e5d 17:04:43 Step 7/22 : RUN go mod download 17:04:43 (Reading database ... 13914 files and directories currently installed.) 17:04:43 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:04:43 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:04:43 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:04:43 (Reading database ... 13914 files and directories currently installed.) 17:04:43 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:04:43 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:04:43 ---> Running in 44762a4861f1 17:04:43 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:04:43 (Reading database ... 13914 files and directories currently installed.) 17:04:43 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:04:43 OK: 217 MiB in 51 packages 17:04:43 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:04:43 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:04:43 (Reading database ... 13914 files and directories currently installed.) 17:04:43 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:04:44 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:04:44 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:04:44 (Reading database ... 13915 files and directories currently installed.) 17:04:44 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:04:44 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:04:44 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:04:44 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:04:44 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:04:44 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:04:44 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 17:04:44 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 17:04:44 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:04:44 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:04:44 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:04:44 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:04:45 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:04:45 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:04:45 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:04:45 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:04:45 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:04:45 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:04:45 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:04:45 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:04:45 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:04:45 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:04:45 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 17:04:45 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 17:04:46 Removing intermediate container 4eb28aef34a2 17:04:46 ---> 35fbf09a88a8 17:04:46 Step 6/22 : COPY go.mod . 17:04:46 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:04:46 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:04:46 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:04:46 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:04:46 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:04:46 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:04:47 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:04:47 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:04:47 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:04:47 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:04:47 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:04:47 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:04:47 ---> e292973e9a4d 17:04:47 Step 7/22 : RUN go mod download 17:04:47 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 17:04:47 Step 2/27 : FROM ${BUILDER_BASE} AS builder 17:04:47 ---> bfd150ed0102 17:04:47 Step 3/27 : WORKDIR /edgex-go 17:04:47 ---> Using cache 17:04:47 ---> 96ebfbccc5f2 17:04:47 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:47 ---> Using cache 17:04:47 ---> 4e584d076561 17:04:47 Step 5/27 : RUN apk update && apk add make bash gitRemoving intermediate container 44762a4861f1 17:04:47 ---> 4ae8b135254c 17:04:47 Step 8/22 : COPY . . 17:04:47 17:04:47 ---> Running in 21f68e8fc34a 17:04:47 ---> Running in 79f42506e009 17:04:48 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:04:48 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:04:48 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:04:48 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:04:48 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:04:48 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:04:48 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:04:48 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:04:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 17:04:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:04:48 ---> bfd150ed0102 17:04:48 Step 3/24 : WORKDIR /edgex-go 17:04:48 ---> Using cache 17:04:48 ---> 96ebfbccc5f2 17:04:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:48 ---> Using cache 17:04:48 ---> 4e584d076561 17:04:48 Step 5/24 : RUN apk update && apk add make git 17:04:48 ---> Using cache 17:04:48 ---> 35fbf09a88a8 17:04:48 Step 6/24 : COPY go.mod . 17:04:48 ---> Using cache 17:04:48 ---> e292973e9a4d 17:04:48 Step 7/24 : RUN go mod download 17:04:48 ---> Running in b36d76cc18e7 17:04:49 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:04:49 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:04:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:50 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:04:50 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:04:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:51 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:04:51 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:04:51 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:04:51 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:04:52 v3.12.2-3-g90e58b3d83 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:04:52 v3.12.1-98-gb5a3085db9 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:04:52 OK: 12618 distinct packages available 17:04:52 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:04:52 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:04:52 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:04:52 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:04:52 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:04:52 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:04:52 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:04:52 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:04:52 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:04:52 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:04:52 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:04:52 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:04:53 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:04:53 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:04:53 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:04:53 OK: 217 MiB in 51 packages 17:04:53 Removing intermediate container 79f42506e009 17:04:53 ---> 96fab929effe 17:04:53 Step 8/22 : COPY . . 17:04:53 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:04:53 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:04:53 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:04:53 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:04:53 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:04:53 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:04:53 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:04:53 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:04:53 Setting up tzdata (2020d-0ubuntu0.18.04) ... 17:04:53 17:04:53 Current default time zone: 'Etc/UTC' 17:04:53 Local time is now: Fri Dec 11 17:04:53 UTC 2020. 17:04:53 Universal Time is now: Fri Dec 11 17:04:53 UTC 2020. 17:04:53 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:04:53 17:04:53 Setting up systemd-sysv (237-3ubuntu10.43) ... 17:04:53 Removing intermediate container b36d76cc18e7 17:04:53 ---> 40e697516658 17:04:53 Step 8/24 : COPY . . 17:04:53 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:04:53 Setting up linux-libc-dev:amd64 (4.15.0-124.127) ... 17:04:53 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:04:53 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:04:53 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:04:53 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:04:53 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:04:53 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:04:54 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:04:54 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:04:54 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:04:54 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:04:54 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 17:04:54 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:04:54 Setting up patch (2.7.6-2ubuntu1.1) ... 17:04:54 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:04:54 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:04:54 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 17:04:54 Installing new version of config file /etc/ssl/openssl.cnf ... 17:04:54 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:04:54 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 17:04:54 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 17:04:55 Removing intermediate container 21f68e8fc34a 17:04:55 ---> b5f5dcf2cc4c 17:04:55 Step 6/27 : COPY go.mod . 17:04:56 Updating certificates in /etc/ssl/certs... 17:04:57 22 added, 17 removed; done. 17:04:57 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 17:04:57 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:04:57 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:04:57 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:04:57 Setting up pkgbinarymangler (138.18.04.1) ... 17:04:57 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:04:57 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 17:04:57 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:04:57 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:04:57 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:04:57 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:04:57 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:04:58 Setting up perl (5.26.1-6ubuntu0.5) ... 17:04:58 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 17:04:58 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:04:58 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:04:58 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 17:04:58 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:04:58 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:04:58 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:04:58 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:04:58 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:04:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:04:58 Processing triggers for systemd (237-3ubuntu10.43) ... 17:04:58 Processing triggers for mime-support (3.60ubuntu1) ... 17:04:58 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 17:04:58 Updating certificates in /etc/ssl/certs... 17:04:58 ---> 56bb3903efff 17:04:58 Step 7/27 : RUN go mod download 17:04:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 17:04:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:04:58 ---> bfd150ed0102 17:04:58 Step 3/21 : WORKDIR /edgex-go 17:04:58 ---> Using cache 17:04:58 ---> 96ebfbccc5f2 17:04:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:58 ---> Using cache 17:04:58 ---> 4e584d076561 17:04:58 Step 5/21 : RUN apk update && apk add make git 17:04:58 ---> Using cache 17:04:58 ---> 35fbf09a88a8 17:04:58 Step 6/21 : COPY go.mod . 17:04:58 ---> Using cache 17:04:58 ---> e292973e9a4d 17:04:58 Step 7/21 : RUN go mod download 17:04:58 ---> Using cache 17:04:58 ---> 40e697516658 17:04:58 Step 8/21 : COPY . . 17:04:58 ---> Running in 05524ebf5dba 17:04:59 0 added, 0 removed; done. 17:04:59 Running hooks in /etc/ca-certificates/update.d... 17:04:59 done. 17:04:59 Reading package lists... 17:04:59 Building dependency tree... 17:04:59 Reading state information... 17:04:59 The following NEW packages will be installed: 17:04:59 apt-transport-https 17:04:59 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:04:59 Need to get 1696 B of archives. 17:04:59 After this operation, 153 kB of additional disk space will be used. 17:04:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:05:00 debconf: delaying package configuration, since apt-utils is not installed 17:05:00 Fetched 1696 B in 0s (8456 B/s) 17:05:00 Selecting previously unselected package apt-transport-https. 17:05:00 (Reading database ... 13929 files and directories currently installed.) 17:05:00 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:05:00 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:05:00 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:05:00 Waiting for network to be ready... 17:05:05 Removing intermediate container 05524ebf5dba 17:05:05 ---> a07db5577489 17:05:05 Step 8/27 : COPY . . 17:05:07 2020-12-11T17:05:03Z INFO Waiting for automatic snapd restart... 17:05:07 snapd 2.48.1 from Canonical* installed 17:05:07 "snapd" switched to the "latest/stable" channel 17:05:07 17:05:10 core18 20200929 from Canonical* installed 17:05:10 "core18" switched to the "latest/stable" channel 17:05:10 17:05:13 snapcraft 4.4.4 from Canonical* installed 17:05:13 "snapcraft" switched to the "latest/stable" channel 17:05:13 17:05:17 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: 17:05:17 - README.md 17:05:17 - snapcraft.yaml.orig 17:05:17 17:05:17 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:05:18 ---> 6eb32ee86945 17:05:18 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:05:18 ---> Running in 697a5d31fd14 17:05:18 ---> e5cdecfdbe19 17:05:18 Step 9/22 : RUN make cmd/core-command/core-command 17:05:18 ---> Running in b8546f98f520 17:05:18 ---> 51c9e4f3baf9 17:05:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:05:19 ---> Running in 2644d6b0f2b2 17:05:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:05:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:05:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:05:23 ---> d1d7e6c72f07 17:05:23 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:05:23 ---> Running in 99984baeb206 17:05:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:05:24 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:05:24 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:05:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:05:25 Reading package lists... 17:05:25 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 17:05:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:05:29 ---> f19157312ec3 17:05:29 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:05:29 ---> Running in 05a93293deb8 17:05:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:05:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:05:32 Reading package lists... 17:05:32 Building dependency tree... 17:05:32 Reading state information... 17:05:32 Suggested packages: 17:05:32 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:05:32 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:05:32 Recommended packages: 17:05:32 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:05:32 The following NEW packages will be installed: 17:05:32 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:05:32 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:05:32 pkg-config zip 17:05:32 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:05:32 Need to get 7655 kB of archives. 17:05:32 After this operation, 43.7 MB of additional disk space will be used. 17:05:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 17:05:32 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:05:32 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:05:32 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:05:32 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:05:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:05:32 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:05:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:05:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:05:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:05:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:05:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:05:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 17:05:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:05:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:05:33 debconf: delaying package configuration, since apt-utils is not installed 17:05:33 Fetched 7655 kB in 1s (7288 kB/s) 17:05:33 Selecting previously unselected package libglib2.0-0:amd64. 17:05:33 (Reading database ... 13933 files and directories currently installed.) 17:05:33 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 17:05:33 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:05:33 Selecting previously unselected package libpsl5:amd64. 17:05:33 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:05:33 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:05:33 Selecting previously unselected package libnghttp2-14:amd64. 17:05:33 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:05:33 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:05:33 Selecting previously unselected package librtmp1:amd64. 17:05:33 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:05:33 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:05:33 Selecting previously unselected package libcurl3-gnutls:amd64. 17:05:33 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:05:33 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:05:33 Selecting previously unselected package liberror-perl. 17:05:33 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:05:33 Unpacking liberror-perl (0.17025-1) ... 17:05:33 Selecting previously unselected package git-man. 17:05:33 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:05:33 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:05:33 Selecting previously unselected package git. 17:05:33 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 17:05:34 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:05:34 Selecting previously unselected package libnorm1:amd64. 17:05:34 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:05:34 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:05:34 Selecting previously unselected package libpgm-5.2-0:amd64. 17:05:34 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:05:34 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:05:34 Selecting previously unselected package libsodium23:amd64. 17:05:34 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:05:34 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:05:34 Selecting previously unselected package libzmq5:amd64. 17:05:34 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:05:34 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:05:34 Selecting previously unselected package libzmq3-dev:amd64. 17:05:34 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:05:35 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:05:35 Selecting previously unselected package pkg-config. 17:05:35 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:05:35 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:05:35 Selecting previously unselected package zip. 17:05:35 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:05:35 Unpacking zip (3.0-11build1) ... 17:05:35 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:05:35 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:05:35 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:05:35 Setting up liberror-perl (0.17025-1) ... 17:05:35 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:05:35 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:05:35 No schema files found: doing nothing. 17:05:35 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:05:35 Setting up zip (3.0-11build1) ... 17:05:35 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:05:35 Setting up libsodium23:amd64 (1.0.16-2) ... 17:05:35 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:05:35 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:05:35 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:05:35 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:05:35 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:05:35 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:05:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:05:42 git set to automatically installed. 17:05:42 git-man set to automatically installed. 17:05:42 libcurl3-gnutls set to automatically installed. 17:05:42 liberror-perl set to automatically installed. 17:05:42 libglib2.0-0 set to automatically installed. 17:05:42 libnghttp2-14 set to automatically installed. 17:05:42 libnorm1 set to automatically installed. 17:05:42 libpgm-5.2-0 set to automatically installed. 17:05:42 libpsl5 set to automatically installed. 17:05:42 librtmp1 set to automatically installed. 17:05:42 libsodium23 set to automatically installed. 17:05:42 libzmq3-dev set to automatically installed. 17:05:42 libzmq5 set to automatically installed. 17:05:42 pkg-config set to automatically installed. 17:05:42 zip set to automatically installed. 17:05:44 snapd is not logged in, snap install commands will use sudo 17:05:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:05:51 snap "core18" has no updates available 17:05:52 Pulling config-common 17:05:53 Pulling go-build-helper 17:06:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:06:15 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:06:15 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:06:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1428 kB] 17:06:15 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:06:15 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:06:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:06:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:06:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [281 kB] 17:06:15 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:06:15 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:06:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:06:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [13.3 kB] 17:06:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2996 B] 17:06:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [173 kB] 17:06:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [22.8 kB] 17:06:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1091 kB] 17:06:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 17:06:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:06:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1763 kB] 17:06:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [373 kB] 17:06:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [36.1 kB] 17:06:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7308 B] 17:06:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [196 kB] 17:06:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [26.4 kB] 17:06:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1694 kB] 17:06:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [356 kB] 17:06:15 Fetched 23.4 MB in 0s (0 B/s) 17:06:15 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:06:15 Fetched 96.5 kB in 0s (0 B/s) 17:06:15 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:06:15 Fetched 279 kB in 0s (0 B/s) 17:06:15 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:06:15 Fetched 122 kB in 0s (0 B/s) 17:06:15 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:06:15 Fetched 77.8 kB in 0s (0 B/s) 17:06:15 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:06:15 Fetched 8848 B in 0s (0 B/s) 17:06:15 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:06:15 Fetched 47.8 kB in 0s (0 B/s) 17:06:15 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:06:15 Fetched 45.6 kB in 0s (0 B/s) 17:06:15 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 17:06:15 Fetched 14.8 kB in 0s (0 B/s) 17:06:15 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:06:15 Fetched 214 kB in 0s (0 B/s) 17:06:15 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 17:06:15 Fetched 155 kB in 0s (0 B/s) 17:06:15 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:06:15 Fetched 50.6 kB in 0s (0 B/s) 17:06:15 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:06:15 Fetched 14.8 kB in 0s (0 B/s) 17:06:15 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:06:15 Fetched 41.8 kB in 0s (0 B/s) 17:06:15 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:06:15 Fetched 499 kB in 0s (0 B/s) 17:06:15 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:06:15 Fetched 111 kB in 0s (0 B/s) 17:06:15 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:06:15 Fetched 240 kB in 0s (0 B/s) 17:06:15 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:06:15 Fetched 29.3 kB in 0s (0 B/s) 17:06:15 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:06:15 Fetched 85.5 kB in 0s (0 B/s) 17:06:15 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:06:15 Fetched 24.5 kB in 0s (0 B/s) 17:06:15 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 17:06:15 Fetched 49.2 kB in 0s (0 B/s) 17:06:15 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:06:15 Fetched 54.2 kB in 0s (0 B/s) 17:06:15 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:06:15 Fetched 30.8 kB in 0s (0 B/s) 17:06:15 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 17:06:15 Fetched 17.0 kB in 0s (0 B/s) 17:06:15 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:06:15 Fetched 85.9 kB in 0s (0 B/s) 17:06:15 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:06:15 Fetched 8720 B in 0s (0 B/s) 17:06:15 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:06:15 Fetched 137 kB in 0s (0 B/s) 17:06:15 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:06:15 Fetched 119 kB in 0s (0 B/s) 17:06:15 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:06:15 Fetched 109 kB in 0s (0 B/s) 17:06:15 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:06:15 Fetched 11.1 kB in 0s (0 B/s) 17:06:15 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:06:15 Fetched 645 kB in 0s (0 B/s) 17:06:15 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:06:15 Fetched 41.3 kB in 0s (0 B/s) 17:06:15 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:06:15 Fetched 17.9 kB in 0s (0 B/s) 17:06:15 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:06:15 Fetched 368 kB in 0s (0 B/s) 17:06:15 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 17:06:15 Fetched 187 kB in 0s (0 B/s) 17:06:15 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:06:15 Fetched 175 kB in 0s (0 B/s) 17:06:15 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:06:18 Fetched 206 kB in 0s (0 B/s) 17:06:18 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 17:06:18 Fetched 1301 kB in 0s (0 B/s) 17:06:18 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:06:18 Fetched 36.2 kB in 0s (0 B/s) 17:06:18 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:06:18 Fetched 159 kB in 0s (0 B/s) 17:06:18 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:06:18 Fetched 107 kB in 0s (0 B/s) 17:06:18 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:06:18 Fetched 48.7 kB in 0s (0 B/s) 17:06:18 Pulling static-packages 17:06:19 'go115' has dependencies that need to be staged: static-packages go-build-helper 17:06:19 Skipping pull go-build-helper (already ran) 17:06:19 Skipping pull static-packages (already ran) 17:06:19 Building go-build-helper 17:06:23 Building static-packages 17:06:24 Staging go-build-helper 17:06:25 Staging static-packages 17:06:26 Pulling go115 17:06:27 'edgex-go' has dependencies that need to be staged: go115 17:06:27 Skipping pull go115 (already ran) 17:06:27 Building go115 17:06:27 % Total % Received % Xferd Average Speed Time Time Time Current 17:06:27 Dload Upload Total Spent Left Speed 17:06:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.6M 0 0 21.0M 0 0:00:05 0:00:01 0:00:04 21.0M 50 115M 50 58.8M 0 0 28.3M 0 0:00:04 0:00:02 0:00:02 28.3M 80 115M 80 93.4M 0 0 30.3M 0 0:00:03 0:00:03 --:--:-- 30.3M 100 115M 100 115M 0 0 31.5M 0 0:00:03 0:00:03 --:--:-- 31.5M 17:06:31 go1.15.2.linux-amd64.tar.gz: OK 17:06:35 Staging go115 17:06:40 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:06:40 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:06:40 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:06:40 Fetched 0 B in 0s (0 B/s) 17:06:40 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:06:40 Fetched 224 kB in 0s (0 B/s) 17:06:40 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:06:40 Fetched 157 kB in 0s (0 B/s) 17:06:40 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:06:40 Fetched 221 kB in 0s (0 B/s) 17:06:40 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:06:40 Fetched 143 kB in 0s (0 B/s) 17:06:40 Pulling edgex-go 17:06:41 Pulling version 17:06:42 Building config-common 17:06:44 Skipping build go-build-helper (already ran) 17:06:44 Skipping build static-packages (already ran) 17:06:44 Skipping build go115 (already ran) 17:06:44 Building edgex-go 17:06:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:06:45 go: downloading github.com/gorilla/mux v1.8.0 17:06:45 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:06:45 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.121 17:06:45 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 17:06:45 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:06:45 go: downloading github.com/google/uuid v1.1.2 17:06:45 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 17:06:45 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 17:06:46 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 17:06:46 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:06:46 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 17:06:46 go: downloading gopkg.in/yaml.v2 v2.4.0 17:06:46 go: downloading github.com/go-kit/kit v0.8.0 17:06:46 go: downloading github.com/hashicorp/consul/api v1.1.0 17:06:46 go: downloading github.com/x448/float16 v0.8.4 17:06:46 go: downloading github.com/imdario/mergo v0.3.11 17:06:46 go: downloading github.com/pkg/errors v0.8.1 17:06:46 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:06:46 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:06:46 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 17:06:46 go: downloading github.com/BurntSushi/toml v0.3.1 17:06:46 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:06:46 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:06:46 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:06:46 go: downloading github.com/pebbe/zmq4 v1.0.0 17:06:46 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 17:06:46 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:06:46 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 17:06:46 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:06:46 go: downloading github.com/pelletier/go-toml v1.2.0 17:06:46 go: downloading github.com/mitchellh/copystructure v1.0.0 17:06:46 go: downloading github.com/go-playground/universal-translator v0.17.0 17:06:46 go: downloading github.com/leodido/go-urn v1.2.0 17:06:46 go: downloading github.com/hashicorp/serf v0.8.2 17:06:46 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:06:46 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:06:46 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:06:46 go: downloading github.com/go-playground/locales v0.13.0 17:06:46 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:06:47 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:06:47 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:06:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:06:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:06:56 Removing intermediate container 2644d6b0f2b2 17:06:56 ---> d602cbf0e7a4 17:06:56 17:06:56 Step 10/24 : FROM alpine:3.10 17:06:56 ---> 536a684cf733 17:06:56 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 17:06:56 ---> Using cache 17:06:56 ---> 28324f5c7725 17:06:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:06:56 ---> Running in 1df9282b55cf 17:06:57 Removing intermediate container 1df9282b55cf 17:06:57 ---> 0773055fd4be 17:06:57 Step 13/24 : WORKDIR / 17:06:57 ---> Running in d63e78514600 17:06:58 Removing intermediate container d63e78514600 17:06:58 ---> 30dae9b6e6f3 17:06:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:06:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:06:59 ---> 8e2260f113e4 17:06:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:06:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:07:00 ---> a0da8e002424 17:07:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:07:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:07:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:07:01 go: downloading github.com/stretchr/testify v1.5.1 17:07:01 go: downloading github.com/davecgh/go-spew v1.1.1 17:07:01 go: downloading github.com/pmezard/go-difflib v1.0.0 17:07:02 ---> 3aff81185621 17:07:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:07:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:07:02 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:07:02 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:07:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 17:07:04 Removing intermediate container 05a93293deb8 17:07:04 ---> 65e05891b8fa 17:07:04 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:07:04 ---> 40b4fc7a700f 17:07:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:07:04 ---> Running in b5081273f0b0 17:07:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:07:05 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:07:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:07:06 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:07:06 ---> 135c7f366177 17:07:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:07:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:07:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:07:08 ---> cd1d40e1360c 17:07:08 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:07:08 ---> Running in aa1060aeebff 17:07:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:07:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:07:11 Building version 17:07:13 Removing intermediate container aa1060aeebff 17:07:13 ---> bc3da0a13312 17:07:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:07:13 ---> Running in b03833fff4d5 17:07:13 Removing intermediate container b5081273f0b0 17:07:13 ---> 3940c4bea46a 17:07:13 17:07:13 Step 11/27 : FROM docker:latest 17:07:13 ---> eeaf43b92773 17:07:13 Step 12/27 : RUN apk add --no-cache bash 17:07:13 Staging config-common 17:07:13 ---> Running in e48d42599d9e 17:07:14 Skipping stage go-build-helper (already ran) 17:07:14 Skipping stage static-packages (already ran) 17:07:14 Skipping stage go115 (already ran) 17:07:14 Staging edgex-go 17:07:14 Removing intermediate container b03833fff4d5 17:07:14 ---> d0c68700b711 17:07:14 Step 22/24 : LABEL arch=arm64 17:07:14 Removing intermediate container b8546f98f520 17:07:14 ---> aeaba94d28c7 17:07:14 17:07:14 Step 10/22 : FROM scratch 17:07:14 ---> 17:07:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:07:14 ---> Running in 44f62fee465f 17:07:15 Staging version 17:07:15 ---> Running in a929dee2eb0e 17:07:15 Removing intermediate container 44f62fee465f 17:07:15 ---> ac548907d99e 17:07:15 Step 23/24 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:07:15 ---> Running in 49602091a479 17:07:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:07:16 Removing intermediate container a929dee2eb0e 17:07:16 ---> 088b209089ec 17:07:16 Step 12/22 : ENV APP_PORT=48082 17:07:16 ---> Running in b97d84e186c8 17:07:16 Priming config-common 17:07:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:07:17 Removing intermediate container 49602091a479 17:07:17 ---> 3ad9eb2e3361 17:07:17 Step 24/24 : LABEL version=0.0.0 17:07:17 (1/2) Installing readline (8.0.4-r0) 17:07:17 (2/2) Installing bash (5.0.17-r0) 17:07:17 Executing bash-5.0.17-r0.post-install 17:07:17 Executing busybox-1.31.1-r19.trigger 17:07:17 OK: 12 MiB in 22 packages 17:07:17 Priming go-build-helper 17:07:17 ---> Running in 20ae2ba90663 17:07:17 Removing intermediate container b97d84e186c8 17:07:17 ---> 9b2fb5cfbd7b 17:07:17 Step 13/22 : EXPOSE $APP_PORT 17:07:17 ---> Running in 83586630d8fd 17:07:18 Priming static-packages 17:07:18 Removing intermediate container 20ae2ba90663 17:07:18 ---> b4525ddd78a3 17:07:18 17:07:18 Removing intermediate container 83586630d8fd 17:07:18 ---> 28a2b8d47990 17:07:18 Step 14/22 : WORKDIR / 17:07:18 ---> Running in ed310f039fba 17:07:19 Removing intermediate container e48d42599d9e 17:07:19 ---> a1863074693a 17:07:19 Step 13/27 : RUN rm -rf /var/cache/apk/* 17:07:19 Successfully built b4525ddd78a3 17:07:19 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:07:19  Building docker-security-secretstore-setup-go ... done  ---> Running in 3e51fbda782c 17:07:19 Removing intermediate container ed310f039fba 17:07:19 ---> 6928fdbff3e8 17:07:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 17:07:20 Removing intermediate container 99984baeb206 17:07:20 ---> d9479f84331c 17:07:20 17:07:20 Step 10/21 : FROM scratch 17:07:20 ---> 17:07:20 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:07:20 Priming go115 17:07:20 ---> Using cache 17:07:20 ---> 088b209089ec 17:07:20 Step 12/21 : ENV APP_PORT=48085 17:07:20 ---> 9c2e3e27cbad 17:07:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:07:21 ---> Running in 1a561f19c98d 17:07:21 Priming edgex-go 17:07:21 Removing intermediate container 1a561f19c98d 17:07:21 ---> 85a2a764e607 17:07:21 Step 13/21 : EXPOSE $APP_PORT 17:07:22 ---> Running in f1b0218162b1 17:07:22 Removing intermediate container 3e51fbda782c 17:07:22 ---> aaeee48e9931 17:07:22 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:07:22 Removing intermediate container f1b0218162b1 17:07:22 ---> 7509b22bc5b9 17:07:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / ---> d630e612c76b 17:07:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:07:22 17:07:22 Priming version 17:07:22 ---> Running in 6e9f2159acc7 17:07:23 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 17:07:23 Removing intermediate container 6e9f2159acc7 17:07:23 ---> 2a2b14381965 17:07:23 Step 15/27 : ENV APP_PORT=48090 17:07:23 ---> Running in 2104ff3914a8 17:07:23 ---> 337880958038 17:07:23 Step 18/22 : ENTRYPOINT ["/core-command"] 17:07:23 ---> 948a9b29de9b 17:07:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:07:24 ---> Running in 3327bd9c51c8 17:07:24 Removing intermediate container 2104ff3914a8 17:07:24 ---> 508258401cca 17:07:24 Step 16/27 : EXPOSE $APP_PORT 17:07:24 ---> Running in a023fe37f2a6 17:07:24 Removing intermediate container 3327bd9c51c8 17:07:24 ---> 26dfbd53eaf3 17:07:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 17:07:25 ---> Running in a3535cd9804a 17:07:25 ---> be222a46eb3d 17:07:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:07:25 Removing intermediate container a023fe37f2a6 17:07:25 ---> cf75642f4ec6 17:07:25 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:07:25 Removing intermediate container a3535cd9804a 17:07:25 ---> 6b87c67e2bf5 17:07:25 Step 20/22 : LABEL arch=arm64 17:07:26 ---> Running in c847164077cc 17:07:26 ---> 75fa7c87914d 17:07:26 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:07:27 Removing intermediate container c847164077cc 17:07:27 ---> 82f61b439a09 17:07:27 Step 21/22 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:07:27 ---> Running in 49f98f2cfef8 17:07:27 ---> ba828d8c7188 17:07:27 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:07:27 ---> Running in 1510f1dc770f 17:07:27 Removing intermediate container 49f98f2cfef8 17:07:27 ---> f0a00e5b78fc 17:07:27 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:07:27 ---> Running in 54a9870959aa 17:07:28 Removing intermediate container 1510f1dc770f 17:07:28 ---> 4df09623d8ad 17:07:28 Step 22/22 : LABEL version=0.0.0 17:07:28 ---> 416b5fa61986 17:07:28 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:07:28 ---> Running in a19fe7fca78c 17:07:28 Removing intermediate container 697a5d31fd14 17:07:28 ---> 3e14e3e75e79 17:07:28 17:07:28 Step 10/22 : FROM scratch 17:07:28 ---> 17:07:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:07:28 Removing intermediate container 54a9870959aa 17:07:28 ---> 2b591a79d48d 17:07:28 Step 19/21 : LABEL arch=arm64 17:07:28 ---> Using cache 17:07:28 ---> 088b209089ec 17:07:28 Step 12/22 : ENV APP_PORT=48081 17:07:29 ---> Running in d4265b8750dc 17:07:29 ---> Running in e8c9d553a154 17:07:29 Removing intermediate container a19fe7fca78c 17:07:29 ---> 2c6580704c0f 17:07:29 17:07:29 Successfully built 2c6580704c0f 17:07:29 Successfully tagged docker-core-command-go-arm64:latest 17:07:29  Building docker-core-command-go ... done  ---> 941c1cd9a8e5 17:07:29 Step 20/27 : RUN apk --no-cache add py3-pip 17:07:29 ---> Running in 59a321950eab 17:07:29 Removing intermediate container e8c9d553a154 17:07:29 ---> c41f50db064a 17:07:29 Step 13/22 : EXPOSE $APP_PORT 17:07:29 Removing intermediate container d4265b8750dc 17:07:29 ---> 1820b2ad1459 17:07:29 Step 20/21 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:07:29 ---> Running in 33b1da955b0f 17:07:29 ---> Running in 76f9ef996f34 17:07:30 Removing intermediate container 33b1da955b0f 17:07:30 ---> 1ef41654f179 17:07:30 Step 14/22 : WORKDIR / 17:07:30 Removing intermediate container 76f9ef996f34 17:07:30 ---> c64d04fc5d5f 17:07:30 Step 21/21 : LABEL version=0.0.0 17:07:30 ---> Running in 2fb3068fc79d 17:07:30 ---> Running in cc8ced5f1519 17:07:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:07:31 Removing intermediate container 2fb3068fc79d 17:07:31 ---> e5ebb670b52d 17:07:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:07:31 Removing intermediate container cc8ced5f1519 17:07:31 ---> 55b1b5f41bd6 17:07:31 17:07:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:07:31 Successfully built 55b1b5f41bd6 17:07:31 Successfully tagged docker-support-scheduler-go-arm64:latest 17:07:31  Building docker-support-scheduler-go ... done  ---> bc9957cd8f0a 17:07:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:07:31 (1/33) Installing libbz2 (1.0.8-r1) 17:07:31 (2/33) Installing expat (2.2.9-r1) 17:07:31 (3/33) Installing libffi (3.3-r2) 17:07:31 (4/33) Installing gdbm (1.13-r1) 17:07:31 (5/33) Installing xz-libs (5.2.5-r0) 17:07:31 (6/33) Installing sqlite-libs (3.32.1-r0) 17:07:32 (7/33) Installing python3 (3.8.5-r0) 17:07:33 ---> fda0f398c0f0 17:07:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:07:33 (8/33) Installing py3-appdirs (1.4.4-r1) 17:07:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:07:33 (10/33) Installing py3-parsing (2.4.7-r0) 17:07:33 (11/33) Installing py3-six (1.15.0-r0) 17:07:33 (12/33) Installing py3-packaging (20.4-r0) 17:07:33 (13/33) Installing py3-setuptools (47.0.0-r0) 17:07:33 (14/33) Installing py3-chardet (3.0.4-r4) 17:07:34 (15/33) Installing py3-idna (2.9-r0) 17:07:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:07:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:07:34 (18/33) Installing py3-requests (2.23.0-r0) 17:07:34 (19/33) Installing py3-msgpack (1.0.0-r0) 17:07:34 (20/33) Installing py3-lockfile (0.12.2-r3) 17:07:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:07:34 (22/33) Installing py3-colorama (0.4.3-r0) 17:07:34 (23/33) Installing py3-distlib (0.3.0-r0) 17:07:34 (24/33) Installing py3-distro (1.5.0-r1) 17:07:34 (25/33) Installing py3-webencodings (0.5.1-r3) 17:07:34 (26/33) Installing py3-html5lib (1.0.1-r4) 17:07:34 (27/33) Installing py3-pytoml (0.1.21-r0) 17:07:34 (28/33) Installing py3-pep517 (0.8.2-r0) 17:07:34 (29/33) Installing py3-progress (1.5-r0) 17:07:34 (30/33) Installing py3-toml (0.10.1-r0) 17:07:34 ---> a56dbd657f92 17:07:34 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:07:34 (31/33) Installing py3-retrying (1.3.3-r0) 17:07:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:07:34 (33/33) Installing py3-pip (20.1.1-r0) 17:07:34 ---> Running in c5ffbde25eb7 17:07:34 Executing busybox-1.31.1-r19.trigger 17:07:34 OK: 71 MiB in 55 packages 17:07:34 Removing intermediate container c5ffbde25eb7 17:07:34 ---> 162cf62c07a3 17:07:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:07:35 ---> Running in cfe5edcc4bd8 17:07:35 Removing intermediate container cfe5edcc4bd8 17:07:35 ---> aeec22044221 17:07:35 Step 20/22 : LABEL arch=arm64 17:07:36 ---> Running in 01bf76982d7e 17:07:36 Removing intermediate container 01bf76982d7e 17:07:36 ---> d420a6a3ab0f 17:07:36 Step 21/22 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:07:36 ---> Running in 35600f2f4026 17:07:37 Removing intermediate container 35600f2f4026 17:07:37 ---> e2f6284686fa 17:07:37 Step 22/22 : LABEL version=0.0.0 17:07:37 ---> Running in f6ce13f6a5ad 17:07:38 Removing intermediate container f6ce13f6a5ad 17:07:38 ---> 1e7d3f328e92 17:07:38 17:07:38 Successfully built 1e7d3f328e92 17:07:38 Successfully tagged docker-core-metadata-go-arm64:latest 17:07:40  Building docker-core-metadata-go ... done Removing intermediate container 59a321950eab 17:07:40 ---> 943a65af5155 17:07:40 Step 21/27 : RUN pip install docker-compose==1.23.2 17:07:40 ---> Running in f8522b1dc6f6 17:07:46 Collecting docker-compose==1.23.2 17:07:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:07:46 Collecting cached-property<2,>=1.2.0 17:07:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:07:46 Collecting PyYAML<4,>=3.10 17:07:46 Downloading PyYAML-3.13.tar.gz (270 kB) 17:07:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:07:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:07:50 Collecting docker<4.0,>=3.6.0 17:07:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:07:51 Collecting dockerpty<0.5,>=0.4.1 17:07:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:07:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:07:53 Collecting websocket-client<1.0,>=0.32.0 17:07:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:07:53 Collecting docopt<0.7,>=0.6.1 17:07:53 Downloading docopt-0.6.2.tar.gz (25 kB) 17:07:55 Collecting texttable<0.10,>=0.9.0 17:07:55 Downloading texttable-0.9.1.tar.gz (11 kB) 17:07:57 Collecting jsonschema<3,>=2.5.1 17:07:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:07:57 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:07:57 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:07:58 Collecting urllib3<1.25,>=1.21.1 17:07:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:07:58 Collecting idna<2.8,>=2.5 17:07:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:07:58 Collecting docker-pycreds>=0.4.0 17:07:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:07:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:07:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:07:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:07:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:07:59 Installing collected packages: cached-property, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, docopt, texttable, jsonschema, docker-compose 17:07:59 Running setup.py install for PyYAML: started 17:08:01 Running setup.py install for PyYAML: finished with status 'done' 17:08:02 Attempting uninstall: urllib3 17:08:02 Found existing installation: urllib3 1.25.9 17:08:02 Uninstalling urllib3-1.25.9: 17:08:02 Successfully uninstalled urllib3-1.25.9 17:08:02 Attempting uninstall: idna 17:08:02 Found existing installation: idna 2.9 17:08:02 Uninstalling idna-2.9: 17:08:02 Successfully uninstalled idna-2.9 17:08:03 Attempting uninstall: requests 17:08:03 Found existing installation: requests 2.23.0 17:08:03 Uninstalling requests-2.23.0: 17:08:03 Successfully uninstalled requests-2.23.0 17:08:05 Running setup.py install for dockerpty: started 17:08:06 Running setup.py install for dockerpty: finished with status 'done' 17:08:06 Running setup.py install for docopt: started 17:08:08 Running setup.py install for docopt: finished with status 'done' 17:08:08 Running setup.py install for texttable: started 17:08:10 Running setup.py install for texttable: finished with status 'done' 17:08:11 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 17:08:15 Removing intermediate container f8522b1dc6f6 17:08:15 ---> 34cffd903b33 17:08:15 Step 22/27 : RUN apk --no-cache add curl 17:08:15 ---> Running in d5cb2e630334 17:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:08:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:08:17 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:08:17 (2/3) Installing libcurl (7.69.1-r3) 17:08:17 (3/3) Installing curl (7.69.1-r3) 17:08:17 Executing busybox-1.31.1-r19.trigger 17:08:17 OK: 71 MiB in 58 packages 17:08:18 Removing intermediate container d5cb2e630334 17:08:18 ---> f6273aafa319 17:08:18 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 17:08:18 ---> Running in 997b18951c1b 17:08:19 Removing intermediate container 997b18951c1b 17:08:19 ---> b9203894be6d 17:08:19 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:08:19 ---> Running in 458268ca607a 17:08:19 Removing intermediate container 458268ca607a 17:08:19 ---> 5083b47b2fea 17:08:19 Step 25/27 : LABEL arch=arm64 17:08:19 ---> Running in c8c82c6fe827 17:08:20 Removing intermediate container c8c82c6fe827 17:08:20 ---> 90c539039fcd 17:08:20 Step 26/27 : LABEL git_sha=b116ed2c3666a71abee49cd31488bd2e8787a89d 17:08:20 ---> Running in 49bd3fd956e0 17:08:20 Removing intermediate container 49bd3fd956e0 17:08:20 ---> be1fc9337e6b 17:08:20 Step 27/27 : LABEL version=0.0.0 17:08:21 ---> Running in 4ce6457b0951 17:08:21 Removing intermediate container 4ce6457b0951 17:08:21 ---> a2e545b46deb 17:08:21 17:08:21 Successfully built a2e545b46deb 17:08:21 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:08:22  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:08:22 $ docker stop --time=1 2d766e2825fa1f10d684a81a0a19f9da81a724029874a68718d9444a8591f925 17:08:24 $ docker rm -f 2d766e2825fa1f10d684a81a0a19f9da81a724029874a68718d9444a8591f925 [Pipeline] // withDockerContainer [Pipeline] sh 17:08:24 + + grep docker 17:08:24 docker images 17:08:25 docker-sys-mgmt-agent-go-arm64 latest a2e545b46deb 4 seconds ago 300MB 17:08:25 docker-core-metadata-go-arm64 latest 1e7d3f328e92 48 seconds ago 13.6MB 17:08:25 docker-support-scheduler-go-arm64 latest 55b1b5f41bd6 54 seconds ago 11.5MB 17:08:25 docker-core-command-go-arm64 latest 2c6580704c0f 57 seconds ago 11.4MB 17:08:25 docker-security-secretstore-setup-go-arm64 latest b4525ddd78a3 About a minute ago 23.5MB 17:08:25 docker-core-data-go-arm64 latest 2b6f82c85486 4 minutes ago 22.3MB 17:08:25 docker-support-notifications-go-arm64 latest 17944c3cc399 4 minutes ago 12.9MB 17:08:25 docker-security-secrets-setup-go-arm64 latest afdaeceeaa8d 4 minutes ago 22.7MB 17:08:25 docker-security-proxy-setup-go-arm64 latest c3fafaecf4b3 4 minutes ago 23.4MB 17:08:25 docker-security-bootstrap-redis-go-arm64 latest 5cd21555a4ab 4 minutes ago 15.2MB 17:08:25 docker latest eeaf43b92773 13 hours 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 17:08:27 provisioning config files... 17:08:27 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5119742128095096872tmp [Pipeline] { [Pipeline] sh 17:08:27 + set +x 17:08:27 + bash -s -- 17:08:27 + curl -s https://codecov.io/bash 17:08:28 17:08:28 _____ _ 17:08:28 / ____| | | 17:08:28 | | ___ __| | ___ ___ _____ __ 17:08:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:08:28 | |___| (_) | (_| | __/ (_| (_) \ V / 17:08:28 \_____\___/ \__,_|\___|\___\___/ \_/ 17:08:28 Bash-20201130-cc6d3fe 17:08:28 17:08:28 17:08:28 ==> Jenkins CI detected. 17:08:28 project root: . 17:08:28 --> token set from env 17:08:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:08:28 ==> Running gcov in . (disable via -X gcov) 17:08:28 ==> Python coveragepy not found 17:08:28 ==> Searching for coverage reports in: 17:08:28 + . 17:08:28 -> Found 1 reports 17:08:28 ==> Detecting git/mercurial file structure 17:08:28 ==> Reading reports 17:08:28 + ./coverage.out bytes=569828 17:08:28 ==> Appending adjustments 17:08:28 https://docs.codecov.io/docs/fixing-reports 17:08:35 + Found adjustments 17:08:35 ==> Gzipping contents 17:08:35 88K /tmp/codecov.elsPRc.gz 17:08:35 ==> Uploading reports 17:08:35 url: https://codecov.io 17:08:35 query: branch=PR-2940&commit=b116ed2c3666a71abee49cd31488bd2e8787a89d&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2940%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2940&job=&cmd_args= 17:08:35 -> Pinging Codecov 17:08:35 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2940&commit=b116ed2c3666a71abee49cd31488bd2e8787a89d&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2940%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2940&job=&cmd_args= 17:08:35 -> Uploading to 17:08:35 https://storage.googleapis.com/codecov/v4/raw/2020-12-11/00271124DB129430A58F1EEE437C3FCB/b116ed2c3666a71abee49cd31488bd2e8787a89d/b4c420c9-253f-4028-8db8-049ea45e669f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201211%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201211T170835Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f43488aeb1ee7add12f5dae2121b5981c83976f2f7de640dc02bbcad699eb271 17:08:35 % Total % Received % Xferd Average Speed Time Time Time Current 17:08:35 Dload Upload Total Spent Left Speed 17:08:36 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88166 0 0 100 88166 0 127k --:--:-- --:--:-- --:--:-- 127k 17:08:36 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b116ed2c3666a71abee49cd31488bd2e8787a89d [Pipeline] } 17:08:36 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 17:08:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:08:39 ---> package-listing.sh 17:08:39 ++ facter osfamily 17:08:39 ++ tr '[:upper:]' '[:lower:]' 17:08:39 + OS_FAMILY=redhat 17:08:39 + workspace=/w/workspace/edgex-go/3 17:08:39 + START_PACKAGES=/tmp/packages_start.txt 17:08:39 + END_PACKAGES=/tmp/packages_end.txt 17:08:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:08:39 + PACKAGES=/tmp/packages_start.txt 17:08:39 + '[' /w/workspace/edgex-go/3 ']' 17:08:39 + PACKAGES=/tmp/packages_end.txt 17:08:39 + case "${OS_FAMILY}" in 17:08:39 + rpm -qa 17:08:39 + sort 17:08:46 + '[' -f /tmp/packages_start.txt ']' 17:08:46 + '[' -f /tmp/packages_end.txt ']' 17:08:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:08:46 + '[' /w/workspace/edgex-go/3 ']' 17:08:46 + mkdir -p /w/workspace/edgex-go/3/archives/ 17:08:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 17:08:46 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:08:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:08:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:08:47 17:08:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:08:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:08:48 alpine: Pulling from edgex-lftools-log-publisher 17:08:48 df20fa9351a1: Pulling fs layer 17:08:48 36b3adc4ff6f: Pulling fs layer 17:08:48 8ad3a11d3b57: Pulling fs layer 17:08:48 46f8f816bc3b: Pulling fs layer 17:08:48 93b61091891f: Pulling fs layer 17:08:48 93b9cdb0e59b: Pulling fs layer 17:08:48 5e14af77c1be: Pulling fs layer 17:08:48 01666e4c0597: Pulling fs layer 17:08:48 aa168da1d23b: Pulling fs layer 17:08:48 93b9cdb0e59b: Waiting 17:08:48 5e14af77c1be: Waiting 17:08:48 46f8f816bc3b: Waiting 17:08:48 01666e4c0597: Waiting 17:08:48 aa168da1d23b: Waiting 17:08:48 93b61091891f: Waiting 17:08:48 36b3adc4ff6f: Verifying Checksum 17:08:48 36b3adc4ff6f: Download complete 17:08:48 46f8f816bc3b: Download complete 17:08:48 df20fa9351a1: Download complete 17:08:48 93b9cdb0e59b: Verifying Checksum 17:08:48 93b9cdb0e59b: Download complete 17:08:48 93b61091891f: Download complete 17:08:48 01666e4c0597: Verifying Checksum 17:08:48 01666e4c0597: Download complete 17:08:48 5e14af77c1be: Verifying Checksum 17:08:48 5e14af77c1be: Download complete 17:08:49 8ad3a11d3b57: Verifying Checksum 17:08:49 8ad3a11d3b57: Download complete 17:08:49 df20fa9351a1: Pull complete 17:08:50 36b3adc4ff6f: Pull complete 17:08:51 8ad3a11d3b57: Pull complete 17:08:51 46f8f816bc3b: Pull complete 17:08:53 93b61091891f: Pull complete 17:08:53 93b9cdb0e59b: Pull complete 17:08:53 5e14af77c1be: Pull complete 17:08:53 01666e4c0597: Pull complete 17:08:54 aa168da1d23b: Verifying Checksum 17:08:54 aa168da1d23b: Download complete 17:09:13 aa168da1d23b: Pull complete 17:09:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:09:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:09:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:09:14 prd-centos7-docker-4c-2g-15590 does not seem to be running inside a container 17:09:14 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:09:17 $ docker top f21529fe567769bdace561b5757a86f31134ce96ff5525a6a79a3f78ec966926 -eo pid,comm [Pipeline] { [Pipeline] sh 17:09:18 + touch /tmp/pre-build-complete [Pipeline] sh 17:09:19 + mkdir -p /var/log/sa [Pipeline] sh 17:09:20 + ls /var/log/sa-host 17:09:20 + sadf -c /var/log/sa-host/sa11 17:09:20 file_magic: OK 17:09:20 HZ: Using current value: 100 17:09:20 file_header: OK 17:09:20 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 17:09:20 Statistics: 17:09:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:09:20 File successfully converted to sysstat format version 12.2.1 17:09:20 + sadf -c /var/log/sa-host/sa23 17:09:20 file_magic: OK 17:09:20 HZ: Using current value: 100 17:09:20 file_header: OK 17:09:20 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 17:09:20 Statistics: 17:09:20 Hnuu...uuuununununu... 17:09:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:09:20 provisioning config files... 17:09:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2585156750979837904tmp [Pipeline] { [Pipeline] echo 17:09:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:09:21 ---> create-netrc.sh [Pipeline] } 17:09:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:09:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:09:22 ---> python-tools-install.sh [Pipeline] echo 17:09:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:09:23 ---> sudo-logs.sh 17:09:23 Archiving 'sudo' log.. [Pipeline] echo 17:09:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:09:23 ---> job-cost.sh 17:09:24 lf-activate-venv: SKIPPING 17:09:24 INFO: No Stack... 17:09:25 INFO: Retrieving Pricing Info for: v1-standard-2 17:09:25 INFO: Archiving Costs [Pipeline] echo 17:09:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:09:26 ---> logs-deploy.sh 17:09:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2940/3 17:09:26 INFO: archiving workspace using pattern(s): 17:09:28 Archives upload complete. 17:09:28 INFO: archiving logs to Nexus 17:09:30 ---> uname -a: 17:09:30 Linux prd-centos7-docker-4c-2g-15590.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:09:30 17:09:30 17:09:30 ---> lscpu: 17:09:30 Architecture: x86_64 17:09:30 CPU op-mode(s): 32-bit, 64-bit 17:09:30 Byte Order: Little Endian 17:09:30 Address sizes: 40 bits physical, 48 bits virtual 17:09:30 CPU(s): 4 17:09:30 On-line CPU(s) list: 0-3 17:09:30 Thread(s) per core: 1 17:09:30 Core(s) per socket: 1 17:09:30 Socket(s): 4 17:09:30 NUMA node(s): 1 17:09:30 Vendor ID: GenuineIntel 17:09:30 CPU family: 6 17:09:30 Model: 44 17:09:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:09:30 Stepping: 1 17:09:30 CPU MHz: 2933.438 17:09:30 BogoMIPS: 5866.87 17:09:30 Virtualization: VT-x 17:09:30 Hypervisor vendor: KVM 17:09:30 Virtualization type: full 17:09:30 L1d cache: 128 KiB 17:09:30 L1i cache: 128 KiB 17:09:30 L2 cache: 16 MiB 17:09:30 L3 cache: 64 MiB 17:09:30 NUMA node0 CPU(s): 0-3 17:09:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:09:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:09:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:09:30 Vulnerability Meltdown: Mitigation; PTI 17:09:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:09:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:09:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:09:30 Vulnerability Srbds: Not affected 17:09:30 Vulnerability Tsx async abort: Not affected 17:09:30 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 17:09:30 17:09:30 17:09:30 ---> nproc: 17:09:30 4 17:09:30 17:09:30 17:09:30 ---> df -h: 17:09:30 Filesystem Size Used Available Use% Mounted on 17:09:30 overlay 50.0G 11.0G 39.0G 22% / 17:09:30 tmpfs 64.0M 0 64.0M 0% /dev 17:09:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:09:30 shm 64.0M 0 64.0M 0% /dev/shm 17:09:30 /dev/vda1 50.0G 11.0G 39.0G 22% /facter-os 17:09:30 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/resolv.conf 17:09:30 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hostname 17:09:30 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hosts 17:09:30 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/auth.log 17:09:30 /dev/vda1 50.0G 11.0G 39.0G 22% /run/cloud-init/result.json 17:09:30 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/sa-host 17:09:30 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/secure 17:09:30 /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/3 17:09:30 /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/3@tmp 17:09:30 17:09:30 17:09:30 ---> free -m: 17:09:30 total used free shared buff/cache available 17:09:30 Mem: 1837 691 118 0 1027 1063 17:09:30 Swap: 1023 85 938 17:09:30 17:09:30 17:09:30 ---> ip addr: 17:09:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:09:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:09:30 inet 127.0.0.1/8 scope host lo 17:09:30 valid_lft forever preferred_lft forever 17:09:30 inet6 ::1/128 scope host 17:09:30 valid_lft forever preferred_lft forever 17:09:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:09:30 link/ether fa:16:3e:54:a6:d8 brd ff:ff:ff:ff:ff:ff 17:09:30 inet 10.30.122.60/23 brd 10.30.123.255 scope global dynamic eth0 17:09:30 valid_lft 85081sec preferred_lft 85081sec 17:09:30 inet6 fe80::f816:3eff:fe54:a6d8/64 scope link 17:09:30 valid_lft forever preferred_lft forever 17:09:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:09:30 link/ether 02:42:02:93:03:54 brd ff:ff:ff:ff:ff:ff 17:09:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:09:30 valid_lft forever preferred_lft forever 17:09:30 inet6 fe80::42:2ff:fe93:354/64 scope link 17:09:30 valid_lft forever preferred_lft forever 17:09:30 17:09:30 17:09:30 ---> sar -b -r -n DEV: 17:09:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/11/20 _x86_64_ (4 CPU) 17:09:30 17:09:30 16:47:19 LINUX RESTART (4 CPU) 17:09:30 17:09:30 16:48:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:09:30 16:49:01 68.05 19.07 48.98 0.00 5475.43 9179.28 0.00 17:09:30 16:50:02 208.19 109.31 98.88 0.00 6902.37 40002.77 0.00 17:09:30 16:51:01 206.78 52.39 154.40 0.00 4013.63 36269.55 0.00 17:09:30 16:52:01 173.22 107.72 65.51 0.00 3831.96 6767.50 0.00 17:09:30 16:53:01 87.49 41.19 46.30 0.00 1235.54 4820.11 0.00 17:09:30 16:54:02 91.98 39.80 52.18 0.00 1885.62 4532.93 0.00 17:09:30 16:55:01 90.40 7.74 82.66 0.00 915.87 22728.60 0.00 17:09:30 16:56:01 973.66 737.50 236.16 0.00 94252.33 150834.20 0.00 17:09:30 16:57:02 2588.95 2331.05 257.90 0.00 140342.69 151956.84 0.00 17:09:30 16:58:02 229.84 72.28 157.56 0.00 9418.43 25888.41 0.00 17:09:30 16:59:02 793.15 496.83 296.32 0.00 110283.08 148011.68 0.00 17:09:30 17:00:02 882.46 689.03 193.43 0.00 49562.96 56588.83 0.00 17:09:30 17:01:02 187.22 17.73 169.49 0.00 1161.25 17716.70 0.00 17:09:30 17:02:01 37.57 11.96 25.61 0.00 2880.30 875.92 0.00 17:09:30 17:03:01 2.75 2.58 0.17 0.00 79.61 2.31 0.00 17:09:30 17:04:01 0.81 0.08 0.73 0.00 1.46 14.45 0.00 17:09:30 17:05:01 0.32 0.00 0.32 0.00 0.00 4.08 0.00 17:09:30 17:06:01 0.28 0.12 0.17 0.00 1.07 1.91 0.00 17:09:30 17:07:01 0.23 0.05 0.18 0.00 0.80 2.33 0.00 17:09:30 17:08:01 0.24 0.03 0.20 0.00 0.81 1.64 0.00 17:09:30 17:09:01 110.98 70.55 40.43 0.00 5544.12 9669.29 0.00 17:09:30 Average: 323.30 231.33 91.97 0.00 21030.51 32863.47 0.00 17:09:30 17:09:30 16:48:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:09:30 16:49:01 70700 0 691120 36.73 2620 1117104 1356496 46.29 552284 1053936 28716 17:09:30 16:50:02 68940 0 736648 39.15 2040 1073916 1585912 54.12 652336 921456 94824 17:09:30 16:51:01 197304 0 790612 42.02 908 892720 1934488 66.02 594680 817512 20 17:09:30 16:52:01 123324 0 817796 43.46 544 939880 1795328 61.27 734224 747120 79856 17:09:30 16:53:01 280656 0 862164 45.82 340 738384 1681164 57.38 662452 661260 30696 17:09:30 16:54:02 254864 0 736276 39.13 332 890072 1434140 48.94 642412 701516 92752 17:09:30 16:55:01 163188 0 738928 39.27 332 979096 1286380 43.90 625152 809844 224 17:09:30 16:56:01 415388 0 685744 36.45 0 780412 1407864 48.05 548012 704888 36 17:09:30 16:57:02 498420 0 882852 46.92 0 500272 4523716 154.39 584052 534676 2028 17:09:30 16:58:02 374056 0 703020 37.36 0 804468 1639768 55.96 564156 693344 6880 17:09:30 16:59:02 113240 0 727496 38.66 0 1040808 2198056 75.02 663724 874240 47584 17:09:30 17:00:02 169432 0 825280 43.86 0 886832 2239344 76.43 755452 711044 12520 17:09:30 17:01:02 282408 0 706248 37.54 0 892888 1575076 53.75 550400 799040 13100 17:09:30 17:02:01 308760 0 606236 32.22 0 966548 1236572 42.20 497956 832728 8 17:09:30 17:03:01 312024 0 602052 32.00 0 967468 1184948 40.44 494364 833932 20 17:09:30 17:04:01 311536 0 602540 32.02 0 967468 1184984 40.44 494700 833940 8 17:09:30 17:05:01 311900 0 602156 32.00 0 967488 1184852 40.44 494188 833964 16 17:09:30 17:06:01 312676 0 601372 31.96 0 967496 1184672 40.43 493652 833996 20 17:09:30 17:07:01 312832 0 601208 31.95 0 967504 1184672 40.43 493660 834020 8 17:09:30 17:08:01 312148 0 601888 31.99 0 967508 1184900 40.44 494116 834044 8 17:09:30 17:09:01 72736 0 681232 36.21 0 1127576 1612600 55.04 628912 923420 77668 17:09:30 Average: 250787 0 704898 37.46 339 925519 1648378 56.26 581947 799520 23190 17:09:30 17:09:30 16:48:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:09:30 16:49:01 vethf699a1a 126.82 134.28 15.67 503.66 0.00 0.00 0.00 0.00 17:09:30 16:49:01 eth0 839.35 546.75 4121.75 118.05 0.00 0.00 0.00 0.00 17:09:30 16:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:49:01 docker0 126.80 134.17 13.94 503.65 0.00 0.00 0.00 0.00 17:09:30 16:50:02 eth0 845.90 791.24 4953.29 85.44 0.00 0.00 0.00 0.00 17:09:30 16:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:50:02 docker0 551.58 551.00 47.05 2142.04 0.00 0.00 0.00 0.00 17:09:30 16:51:01 veth98c7125 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:51:01 vethfaf58fb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:51:01 eth0 364.35 205.55 2130.81 28.15 0.00 0.00 0.00 0.00 17:09:30 16:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:52:01 veth98c7125 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:09:30 16:52:01 eth0 29.67 25.30 19.52 73.13 0.00 0.00 0.00 0.00 17:09:30 16:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:52:01 docker0 797.79 851.70 69.21 3480.74 0.00 0.00 0.00 0.00 17:09:30 16:53:01 veth98c7125 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:53:01 eth0 24.40 16.91 18.69 10.37 0.00 0.00 0.00 0.00 17:09:30 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:54:02 veth98c7125 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:54:02 eth0 15.83 12.64 13.78 7.57 0.00 0.00 0.00 0.00 17:09:30 16:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:55:01 veth23459b8 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:09:30 16:55:01 eth0 198.29 165.27 1728.70 86.04 0.00 0.00 0.00 0.00 17:09:30 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:56:01 veth23459b8 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 17:09:30 16:56:01 veth9eb7605 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:56:01 vethe173d3d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:56:01 veth257a208 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:57:02 veth23459b8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:09:30 16:57:02 veth8843227 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:09:30 16:57:02 eth0 2371.51 1792.25 13043.14 414.89 0.00 0.00 0.00 0.00 17:09:30 16:57:02 veth3a4c536 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:09:30 16:58:02 veth23459b8 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:09:30 16:58:02 eth0 49.12 36.07 130.39 57.48 0.00 0.00 0.00 0.00 17:09:30 16:58:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:09:30 16:58:02 docker0 835.32 908.56 71.67 3749.74 0.00 0.00 0.00 0.00 17:09:30 16:59:02 veth23459b8 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 16:59:02 vethcc1c8ae 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:09:30 16:59:02 eth0 44.28 27.86 98.19 13.87 0.00 0.00 0.00 0.00 17:09:30 16:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:00:02 veth704c03e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:09:30 17:00:02 veth1a45cef 4.15 7.88 0.27 29.41 0.00 0.00 0.00 0.00 17:09:30 17:00:02 vethc464969 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:09:30 17:00:02 veth23459b8 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:01:02 veth23459b8 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 17:09:30 17:01:02 eth0 2676.23 1995.48 14087.90 594.35 0.00 0.00 0.00 0.00 17:09:30 17:01:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:09:30 17:01:02 veth5311c91 4.94 5.81 0.59 20.46 0.00 0.00 0.00 0.00 17:09:30 17:02:01 eth0 31.63 27.68 47.47 59.44 0.00 0.00 0.00 0.00 17:09:30 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:02:01 docker0 865.72 990.19 73.61 4263.37 0.00 0.00 0.00 0.00 17:09:30 17:03:01 eth0 1.46 0.48 0.58 0.39 0.00 0.00 0.00 0.00 17:09:30 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:04:01 eth0 1.79 0.55 0.58 0.28 0.00 0.00 0.00 0.00 17:09:30 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:05:01 eth0 0.55 0.28 0.27 0.20 0.00 0.00 0.00 0.00 17:09:30 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:06:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:07:01 eth0 0.77 0.07 0.06 0.01 0.00 0.00 0.00 0.00 17:09:30 17:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:08:01 eth0 0.39 0.34 0.26 0.20 0.00 0.00 0.00 0.00 17:09:30 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:09:01 eth0 208.58 176.04 2149.70 22.39 0.00 0.00 0.00 0.00 17:09:30 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 17:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 Average: eth0 135.33 102.39 762.86 31.67 0.00 0.00 0.00 0.00 17:09:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:09:30 Average: docker0 40.84 46.71 3.47 201.12 0.00 0.00 0.00 0.00 17:09:30 17:09:30 17:09:30 ---> sar -P ALL: 17:09:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/11/20 _x86_64_ (4 CPU) 17:09:30 17:09:30 16:47:19 LINUX RESTART (4 CPU) 17:09:30 17:09:30 16:48:02 CPU %user %nice %system %iowait %steal %idle 17:09:30 16:49:01 all 12.20 0.00 4.85 1.67 12.21 69.07 17:09:30 16:49:01 0 13.35 0.00 5.38 0.79 12.70 67.78 17:09:30 16:49:01 1 10.68 0.00 4.23 2.40 11.52 71.17 17:09:30 16:49:01 2 12.68 0.00 4.72 2.39 10.97 69.24 17:09:30 16:49:01 3 12.13 0.00 5.11 1.07 13.65 68.04 17:09:30 16:50:02 all 10.77 0.00 5.81 1.07 13.68 68.67 17:09:30 16:50:02 0 10.99 0.00 6.71 0.98 14.87 66.45 17:09:30 16:50:02 1 11.63 0.00 6.34 1.18 13.57 67.28 17:09:30 16:50:02 2 9.35 0.00 4.75 0.69 12.83 72.37 17:09:30 16:50:02 3 11.15 0.00 5.46 1.43 13.48 68.48 17:09:30 16:51:01 all 6.94 0.00 6.59 4.57 12.49 69.40 17:09:30 16:51:01 0 5.75 0.00 6.01 3.07 13.53 71.64 17:09:30 16:51:01 1 7.29 0.00 6.26 3.97 12.02 70.46 17:09:30 16:51:01 2 6.72 0.00 7.61 3.96 12.01 69.70 17:09:30 16:51:01 3 8.03 0.00 6.51 7.32 12.41 65.73 17:09:30 16:52:01 all 43.37 0.00 11.99 3.88 18.82 21.95 17:09:30 16:52:01 0 39.01 0.00 10.84 3.50 20.46 26.20 17:09:30 16:52:01 1 41.03 0.00 11.44 3.21 19.73 24.59 17:09:30 16:52:01 2 45.22 0.00 12.20 5.05 18.05 19.48 17:09:30 16:52:01 3 48.65 0.00 13.59 3.79 16.87 17.10 17:09:30 16:53:01 all 40.49 0.00 11.17 1.94 23.51 22.89 17:09:30 16:53:01 0 41.76 0.00 9.66 0.89 22.12 25.57 17:09:30 16:53:01 1 37.23 0.00 11.25 2.34 24.39 24.79 17:09:30 16:53:01 2 44.27 0.00 12.38 2.71 23.67 16.97 17:09:30 16:53:01 3 38.72 0.00 11.42 1.84 23.87 24.15 17:09:30 16:54:02 all 36.51 0.00 14.36 2.69 17.11 29.33 17:09:30 16:54:02 0 35.90 0.00 14.46 1.82 16.76 31.06 17:09:30 16:54:02 1 38.57 0.00 15.16 3.42 16.35 26.50 17:09:30 16:54:02 2 34.20 0.00 13.58 2.49 18.55 31.18 17:09:30 16:54:02 3 37.42 0.00 14.26 3.05 16.74 28.52 17:09:30 16:55:01 all 13.12 0.00 8.35 0.99 13.49 64.06 17:09:30 16:55:01 0 12.68 0.00 8.28 0.63 13.65 64.75 17:09:30 16:55:01 1 12.82 0.00 8.54 1.65 14.26 62.72 17:09:30 16:55:01 2 11.69 0.00 8.56 0.37 12.62 66.76 17:09:30 16:55:01 3 15.28 0.00 8.00 1.28 13.41 62.03 17:09:30 16:56:01 all 16.12 0.00 17.03 5.82 26.89 34.14 17:09:30 16:56:01 0 15.80 0.00 15.33 5.88 27.92 35.07 17:09:30 16:56:01 1 15.88 0.00 19.61 5.86 26.18 32.47 17:09:30 16:56:01 2 15.89 0.00 15.58 6.16 27.29 35.08 17:09:30 16:56:01 3 16.94 0.00 17.68 5.38 26.12 33.89 17:09:30 16:57:02 all 14.06 0.00 16.87 20.70 26.47 21.90 17:09:30 16:57:02 0 14.16 0.00 16.08 21.60 26.82 21.34 17:09:30 16:57:02 1 14.10 0.00 17.31 21.84 25.71 21.05 17:09:30 16:57:02 2 13.98 0.00 17.05 20.28 26.04 22.65 17:09:30 16:57:02 3 14.01 0.00 17.05 19.03 27.32 22.59 17:09:30 16:58:02 all 66.26 0.00 14.72 4.93 8.54 5.56 17:09:30 16:58:02 0 66.93 0.00 14.59 6.87 8.94 2.67 17:09:30 16:58:02 1 67.51 0.00 15.00 4.66 7.73 5.11 17:09:30 16:58:02 2 66.16 0.00 15.01 5.15 8.13 5.55 17:09:30 16:58:02 3 64.47 0.00 14.27 3.06 9.36 8.84 17:09:30 16:59:02 all 16.16 0.00 19.00 10.68 28.16 26.01 17:09:30 16:59:02 0 16.45 0.00 19.33 10.99 28.14 25.09 17:09:30 16:59:02 1 16.87 0.00 19.50 10.42 27.89 25.32 17:09:30 16:59:02 2 17.40 0.00 20.56 11.85 26.94 23.25 17:09:30 16:59:02 3 13.95 0.00 16.65 9.48 29.64 30.28 17:09:30 17:09:30 16:59:02 CPU %user %nice %system %iowait %steal %idle 17:09:30 17:00:02 all 61.52 0.00 18.71 3.28 15.18 1.31 17:09:30 17:00:02 0 64.11 0.00 17.20 2.43 14.10 2.16 17:09:30 17:00:02 1 60.60 0.00 18.62 3.96 15.84 0.98 17:09:30 17:00:02 2 61.85 0.00 19.85 2.83 14.68 0.78 17:09:30 17:00:02 3 59.49 0.00 19.20 3.88 16.10 1.33 17:09:30 17:01:02 all 15.53 0.00 9.24 5.89 15.49 53.85 17:09:30 17:01:02 0 14.88 0.00 9.40 4.38 15.50 55.84 17:09:30 17:01:02 1 16.38 0.00 9.16 6.80 15.10 52.57 17:09:30 17:01:02 2 14.97 0.00 8.89 5.33 15.30 55.51 17:09:30 17:01:02 3 15.89 0.00 9.53 7.06 16.08 51.45 17:09:30 17:02:01 all 1.51 0.00 1.56 0.91 3.47 92.55 17:09:30 17:02:01 0 1.36 0.00 2.02 0.32 3.33 92.97 17:09:30 17:02:01 1 1.61 0.00 1.01 1.57 3.45 92.36 17:09:30 17:02:01 2 1.18 0.00 1.84 0.27 3.70 93.01 17:09:30 17:02:01 3 1.88 0.00 1.39 1.49 3.39 91.85 17:09:30 17:03:01 all 0.13 0.00 0.08 0.05 0.27 99.46 17:09:30 17:03:01 0 0.40 0.00 0.05 0.03 0.28 99.23 17:09:30 17:03:01 1 0.05 0.00 0.08 0.08 0.28 99.50 17:09:30 17:03:01 2 0.02 0.00 0.08 0.07 0.10 99.73 17:09:30 17:03:01 3 0.05 0.00 0.12 0.02 0.43 99.39 17:09:30 17:04:01 all 0.13 0.00 0.30 0.01 1.10 98.47 17:09:30 17:04:01 0 0.03 0.00 0.30 0.00 0.86 98.81 17:09:30 17:04:01 1 0.26 0.00 0.12 0.03 1.37 98.22 17:09:30 17:04:01 2 0.12 0.00 0.20 0.00 1.07 98.61 17:09:30 17:04:01 3 0.10 0.00 0.60 0.00 1.08 98.22 17:09:30 17:05:01 all 0.07 0.00 0.03 0.00 0.37 99.52 17:09:30 17:05:01 0 0.25 0.00 0.03 0.00 0.27 99.45 17:09:30 17:05:01 1 0.03 0.00 0.03 0.00 0.51 99.42 17:09:30 17:05:01 2 0.02 0.00 0.03 0.00 0.48 99.47 17:09:30 17:05:01 3 0.00 0.00 0.02 0.00 0.23 99.75 17:09:30 17:06:01 all 0.11 0.00 0.04 0.00 0.26 99.59 17:09:30 17:06:01 0 0.18 0.00 0.07 0.00 0.40 99.35 17:09:30 17:06:01 1 0.15 0.00 0.02 0.00 0.13 99.70 17:09:30 17:06:01 2 0.03 0.00 0.03 0.00 0.07 99.87 17:09:30 17:06:01 3 0.08 0.00 0.03 0.02 0.43 99.43 17:09:30 17:07:01 all 0.08 0.00 0.02 0.00 0.31 99.58 17:09:30 17:07:01 0 0.03 0.00 0.02 0.00 0.40 99.55 17:09:30 17:07:01 1 0.23 0.00 0.03 0.00 0.30 99.43 17:09:30 17:07:01 2 0.02 0.00 0.02 0.00 0.07 99.90 17:09:30 17:07:01 3 0.05 0.00 0.03 0.00 0.47 99.45 17:09:30 17:08:01 all 0.08 0.00 0.03 0.01 0.57 99.30 17:09:30 17:08:01 0 0.03 0.00 0.02 0.00 0.46 99.49 17:09:30 17:08:01 1 0.24 0.00 0.07 0.03 0.78 98.89 17:09:30 17:08:01 2 0.02 0.00 0.00 0.00 0.14 99.85 17:09:30 17:08:01 3 0.05 0.00 0.05 0.00 0.91 98.99 17:09:30 17:09:01 all 3.34 0.00 2.83 2.98 10.43 80.41 17:09:30 17:09:01 0 2.63 0.00 2.48 1.29 10.94 82.66 17:09:30 17:09:01 1 4.59 0.00 3.30 3.76 10.56 77.78 17:09:30 17:09:01 2 3.02 0.00 2.48 1.32 10.18 82.99 17:09:30 17:09:01 3 3.14 0.00 3.07 5.59 10.03 78.16 17:09:30 Average: all 16.17 0.00 7.54 3.36 11.62 61.31 17:09:30 Average: 0 16.10 0.00 7.31 3.06 11.84 61.70 17:09:30 Average: 1 16.17 0.00 7.69 3.60 11.56 60.98 17:09:30 Average: 2 16.15 0.00 7.61 3.30 11.34 61.60 17:09:30 Average: 3 16.27 0.00 7.53 3.50 11.74 60.97 17:09:30 17:09:30 17:09:30