Pull request #2959 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from b400584c1c3cb6466e141ab22436c68bbc25a7a1+dd265b0a906f4796680bcfa54b47b0c8333d6388 (61713ed7ea0882197ae4c5fb7bbf18dd47c0db71) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16493 in /w/workspace/edgexfoundry_edgex-go_PR-2959 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 dd265b0a906f4796680bcfa54b47b0c8333d6388 into PR head commit b400584c1c3cb6466e141ab22436c68bbc25a7a1 Merge succeeded, producing b400584c1c3cb6466e141ab22436c68bbc25a7a1 Checking out Revision b400584c1c3cb6466e141ab22436c68bbc25a7a1 (PR-2959) > 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/2959/head:refs/remotes/origin/PR-2959 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b400584c1c3cb6466e141ab22436c68bbc25a7a1 # 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 dd265b0a906f4796680bcfa54b47b0c8333d6388 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b400584c1c3cb6466e141ab22436c68bbc25a7a1 # timeout=10 Commit message: "feat(data): Implement GET /reading/device/name/{name} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:39:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:39:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:39:01 ========================================================= 12:39:01 EdgeX Global Pipelines Version Info 12:39:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 620c94923bc71f4f47da1c97111a0befb4c30845 # timeout=10 12:39:04 ------------------- 12:39:04 stable info: 12:39:04 ------------------- 12:39:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:39:04 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 12:39:04 Message: update stable to v1.0.173 12:39:05 ------------------- 12:39:05 experimental info: 12:39:05 ------------------- 12:39:05 Commited By: **** collab-it+edgex@linuxfoundation.org 12:39:05 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 12:39:05 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:39:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:39:05 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:39:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:39:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:39:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:39:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:39:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:39:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:39:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:39:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:39:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:39:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:39:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:39:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:39:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:39:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:39:07 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 12:39:08 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 12:39:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2959 [Pipeline] echo 12:39:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2959 [Pipeline] echo 12:39:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2959 [Pipeline] echo 12:39:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b400584c1c3cb6466e141ab22436c68bbc25a7a1 [Pipeline] echo 12:39:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b400584 [Pipeline] echo 12:39:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:39:08 provisioning config files... 12:39:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3918017253372904547tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:39:09 ---> docker-login.sh 12:39:09 nexus3.edgexfoundry.org:10001 12:39:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:39:10 Configure a credential helper to remove this warning. See 12:39:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:39:10 12:39:10 Login Succeeded 12:39:10 nexus3.edgexfoundry.org:10002 12:39:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:39:10 Configure a credential helper to remove this warning. See 12:39:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:39:10 12:39:10 Login Succeeded 12:39:10 nexus3.edgexfoundry.org:10003 12:39:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:39:11 Configure a credential helper to remove this warning. See 12:39:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:39:11 12:39:11 Login Succeeded 12:39:11 nexus3.edgexfoundry.org:10004 12:39:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:39:11 Configure a credential helper to remove this warning. See 12:39:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:39:11 12:39:11 Login Succeeded 12:39:11 docker.io 12:39:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:39:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:39:12 Configure a credential helper to remove this warning. See 12:39:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:39:12 12:39:12 Login Succeeded 12:39:12 ---> docker-login.sh ends [Pipeline] } 12:39:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:39:12 ++ 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 12:39:12 + for file in '`ls cmd/**/Dockerfile`' 12:39:12 ++ dirname cmd/core-command/Dockerfile 12:39:12 ++ cut -d/ -f2 12:39:12 + echo core-command,cmd/core-command/Dockerfile 12:39:12 + for file in '`ls cmd/**/Dockerfile`' 12:39:12 ++ dirname cmd/core-data/Dockerfile 12:39:12 ++ cut -d/ -f2 12:39:12 + echo core-data,cmd/core-data/Dockerfile 12:39:12 + for file in '`ls cmd/**/Dockerfile`' 12:39:12 ++ dirname cmd/core-metadata/Dockerfile 12:39:12 ++ cut -d/ -f2 12:39:12 + echo core-metadata,cmd/core-metadata/Dockerfile 12:39:12 + for file in '`ls cmd/**/Dockerfile`' 12:39:12 ++ dirname cmd/security-bootstrap-redis/Dockerfile 12:39:12 ++ cut -d/ -f2 12:39:12 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 12:39:12 + for file in '`ls cmd/**/Dockerfile`' 12:39:12 ++ dirname cmd/security-proxy-setup/Dockerfile 12:39:12 ++ cut -d/ -f2 12:39:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:39:12 + for file in '`ls cmd/**/Dockerfile`' 12:39:12 ++ dirname cmd/security-secrets-setup/Dockerfile 12:39:12 ++ cut -d/ -f2 12:39:12 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 12:39:12 + for file in '`ls cmd/**/Dockerfile`' 12:39:12 ++ cut -d/ -f2 12:39:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:39:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:39:12 + for file in '`ls cmd/**/Dockerfile`' 12:39:12 ++ cut -d/ -f2 12:39:12 ++ dirname cmd/support-notifications/Dockerfile 12:39:12 + echo support-notifications,cmd/support-notifications/Dockerfile 12:39:12 + for file in '`ls cmd/**/Dockerfile`' 12:39:12 ++ dirname cmd/support-scheduler/Dockerfile 12:39:12 ++ cut -d/ -f2 12:39:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:39:12 + for file in '`ls cmd/**/Dockerfile`' 12:39:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:39:12 ++ cut -d/ -f2 12:39:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:39:12 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 12:39:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:39:14 12:39:14 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:39:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:39:14 latest: Pulling from edgex-devops/git-semver 12:39:14 31603596830f: Pulling fs layer 12:39:14 2a8b12db71e7: Pulling fs layer 12:39:14 6ca5941a6612: Pulling fs layer 12:39:14 ecc8261a40a4: Pulling fs layer 12:39:14 ecc8261a40a4: Waiting 12:39:14 2a8b12db71e7: Verifying Checksum 12:39:14 2a8b12db71e7: Download complete 12:39:14 31603596830f: Verifying Checksum 12:39:14 31603596830f: Download complete 12:39:15 ecc8261a40a4: Verifying Checksum 12:39:15 ecc8261a40a4: Download complete 12:39:15 6ca5941a6612: Verifying Checksum 12:39:15 6ca5941a6612: Download complete 12:39:15 31603596830f: Pull complete 12:39:15 2a8b12db71e7: Pull complete 12:39:17 6ca5941a6612: Pull complete 12:39:17 ecc8261a40a4: Pull complete 12:39:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:39:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:39:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:39:18 prd-centos7-docker-4c-2g-16493 does not seem to be running inside a container 12:39:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 12:39:20 $ docker top 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:39:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:39:20 [ssh-agent] Looking for ssh-agent implementation... 12:39:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:39:21 $ docker exec 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 ssh-agent 12:39:21 SSH_AUTH_SOCK=/tmp/ssh-Qy7yU2GgweDQ/agent.11 12:39:21 SSH_AGENT_PID=16 12:39:21 Running ssh-add (command line suppressed) 12:39:21 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7021360848489004522.key (/w/workspace/edgex-go/2@tmp/private_key_7021360848489004522.key) 12:39:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:39:22 + git tag --points-at HEAD [Pipeline] } 12:39:22 $ docker exec --env ******** --env ******** 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 ssh-agent -k 12:39:23 unset SSH_AUTH_SOCK; 12:39:23 unset SSH_AGENT_PID; 12:39:23 echo Agent pid 16 killed; 12:39:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:39:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:39:23 [ssh-agent] Looking for ssh-agent implementation... 12:39:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:39:23 $ docker exec 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 ssh-agent 12:39:24 SSH_AUTH_SOCK=/tmp/ssh-a0NmGX5QQvbR/agent.45 12:39:24 SSH_AGENT_PID=50 12:39:24 Running ssh-add (command line suppressed) 12:39:24 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7186598760714528668.key (/w/workspace/edgex-go/2@tmp/private_key_7186598760714528668.key) 12:39:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:39:24 + git semver init 12:39:24 # -> Open(): unable to determine branch for HEAD 12:39:24 # $GIT_DIR = /w/workspace/edgex-go/2/.git 12:39:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 12:39:24 # $SEMVER_REMOTE_NAME = origin 12:39:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:39:24 # $SEMVER_USER_NAME = edgex-jenkins 12:39:24 # $SEMVER_BRANCH = PR-2959 12:39:24 # $SEMVER_TEMP = /tmp/semver-427211702 12:39:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:40:33 # '/tmp/semver-427211702' -> '/w/workspace/edgex-go/2/.semver' 12:40:33 # -> Force: false 12:40:33 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 12:40:33 $ docker exec --env ******** --env ******** 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 ssh-agent -k 12:40:34 unset SSH_AUTH_SOCK; 12:40:34 unset SSH_AGENT_PID; 12:40:34 echo Agent pid 50 killed; 12:40:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:40:34 + git semver [Pipeline] } 12:40:34 $ docker stop --time=1 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 12:40:36 $ docker rm -f 0ce621f960a5a6269039f44ddca9457b5ecd9ba9d55338960304f73775a6f552 [Pipeline] // withDockerContainer [Pipeline] sh 12:40:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:40:38 Stashed 1 file(s) [Pipeline] echo 12:40:38 [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 12:40:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:40:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:40:40 + sudo service docker restart 12:40:40 + true 12:40:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 12:40:41 ========================================================= 12:40:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:40:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:40:41 + 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 . 12:40:48 Sending build context to Docker daemon 326.4MB 12:40:48 Step 1/7 : ARG BASE=golang:1.15-alpine 12:40:48 Step 2/7 : FROM ${BASE} 12:40:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:40:48 188c0c94c7c5: Pulling fs layer 12:40:48 0ef7d3d256c8: Pulling fs layer 12:40:48 de9db76c5a1d: Pulling fs layer 12:40:48 bca2f99d35d6: Pulling fs layer 12:40:48 93359f2a8cfa: Pulling fs layer 12:40:48 7c6f9722023f: Pulling fs layer 12:40:48 a35cf1a2eb13: Pulling fs layer 12:40:48 a35cf1a2eb13: Waiting 12:40:48 93359f2a8cfa: Waiting 12:40:48 7c6f9722023f: Waiting 12:40:48 bca2f99d35d6: Waiting 12:40:48 de9db76c5a1d: Verifying Checksum 12:40:48 de9db76c5a1d: Download complete 12:40:48 0ef7d3d256c8: Verifying Checksum 12:40:48 0ef7d3d256c8: Download complete 12:40:48 93359f2a8cfa: Verifying Checksum 12:40:48 93359f2a8cfa: Download complete 12:40:49 7c6f9722023f: Verifying Checksum 12:40:49 7c6f9722023f: Download complete 12:40:49 188c0c94c7c5: Verifying Checksum 12:40:49 188c0c94c7c5: Download complete 12:40:50 188c0c94c7c5: Pull complete 12:40:51 0ef7d3d256c8: Pull complete 12:40:51 de9db76c5a1d: Pull complete 12:40:54 Still waiting to schedule task 12:40:54 ‘prd-ubuntu18.04-docker-arm64-4c-16g-16492’ is offline 12:40:54 a35cf1a2eb13: Verifying Checksum 12:40:54 a35cf1a2eb13: Download complete 12:40:57 bca2f99d35d6: Verifying Checksum 12:40:57 bca2f99d35d6: Download complete 12:41:09 bca2f99d35d6: Pull complete 12:41:09 93359f2a8cfa: Pull complete 12:41:10 7c6f9722023f: Pull complete 12:41:15 a35cf1a2eb13: Pull complete 12:41:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:41:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:41:15 ---> a62c8e92a672 12:41:15 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 12:41:15 ---> Running in 0b2b42dbe95e 12:41:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:41:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:41:19 (1/12) Installing libmagic (5.38-r0) 12:41:19 (2/12) Installing file (5.38-r0) 12:41:20 (3/12) Installing libc-dev (0.7.2-r3) 12:41:20 (4/12) Installing g++ (9.3.0-r2) 12:41:47 (5/12) Installing fortify-headers (1.1-r0) 12:41:47 (6/12) Installing patch (2.7.6-r6) 12:41:47 (7/12) Installing build-base (0.5-r2) 12:41:47 (8/12) Installing libsodium (1.0.18-r0) 12:41:47 (9/12) Installing pkgconf (1.7.2-r0) 12:41:47 (10/12) Installing libsodium-dev (1.0.18-r0) 12:41:47 (11/12) Installing libzmq (4.3.3-r0) 12:41:47 (12/12) Installing zeromq-dev (4.3.3-r0) 12:41:47 Executing busybox-1.31.1-r19.trigger 12:41:47 OK: 233 MiB in 51 packages 12:41:51 Removing intermediate container 0b2b42dbe95e 12:41:51 ---> f29957c1fcc2 12:41:51 Step 4/7 : WORKDIR /edgex-go 12:41:51 ---> Running in 7185694cf294 12:41:51 Removing intermediate container 7185694cf294 12:41:51 ---> c0640a47c6fd 12:41:51 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 12:41:51 latest: Pulling from library/docker 12:41:52 05e7bc50f07f: Pulling fs layer 12:41:52 6db28d0fdbf6: Pulling fs layer 12:41:52 292df0bc6bf3: Pulling fs layer 12:41:52 a3104fdc50d0: Pulling fs layer 12:41:52 a8e67d69e12c: Pulling fs layer 12:41:52 1ede2b221ee4: Pulling fs layer 12:41:52 fc74c0d5b799: Pulling fs layer 12:41:52 a3104fdc50d0: Waiting 12:41:52 a8e67d69e12c: Waiting 12:41:52 1ede2b221ee4: Waiting 12:41:52 fc74c0d5b799: Waiting 12:41:52 292df0bc6bf3: Verifying Checksum 12:41:52 292df0bc6bf3: Download complete 12:41:52 6db28d0fdbf6: Verifying Checksum 12:41:52 6db28d0fdbf6: Download complete 12:41:52 05e7bc50f07f: Download complete 12:41:52 a8e67d69e12c: Verifying Checksum 12:41:52 a8e67d69e12c: Download complete 12:41:52 1ede2b221ee4: Verifying Checksum 12:41:52 1ede2b221ee4: Download complete 12:41:52 fc74c0d5b799: Verifying Checksum 12:41:52 fc74c0d5b799: Download complete 12:41:53 05e7bc50f07f: Pull complete 12:41:53 6db28d0fdbf6: Pull complete 12:41:54 292df0bc6bf3: Pull complete 12:41:54 a3104fdc50d0: Verifying Checksum 12:41:54 a3104fdc50d0: Download complete 12:42:00 a3104fdc50d0: Pull complete 12:42:00 a8e67d69e12c: Pull complete 12:42:00 1ede2b221ee4: Pull complete 12:42:00 fc74c0d5b799: Pull complete 12:42:00 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 12:42:00 Status: Downloaded newer image for docker:latest 12:42:03 ---> 81c04e1884da 12:42:03 Step 6/7 : COPY go.mod . 12:42:04 ---> 3e726a6f6ebe 12:42:04 Step 7/7 : RUN go mod download 12:42:04 ---> Running in 497ef953e211 12:42:37 Removing intermediate container 497ef953e211 12:42:37 ---> 3c2e89914c1e 12:42:37 Successfully built 3c2e89914c1e 12:42:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:42:37 + docker inspect -f . ci-base-image-x86_64 12:42:37 . [Pipeline] withDockerContainer 12:42:38 prd-centos7-docker-4c-2g-16493 does not seem to be running inside a container 12:42:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 12:42:40 $ docker top 611f29a7484b9b7a0b450e747dbfd1077bc86d10964bc26011319287d6a7dec3 -eo pid,comm [Pipeline] { [Pipeline] sh 12:42:40 + go version 12:42:41 go version go1.15.5 linux/amd64 [Pipeline] } 12:42:41 $ docker stop --time=1 611f29a7484b9b7a0b450e747dbfd1077bc86d10964bc26011319287d6a7dec3 12:42:43 $ docker rm -f 611f29a7484b9b7a0b450e747dbfd1077bc86d10964bc26011319287d6a7dec3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:42:44 + docker inspect -f . ci-base-image-x86_64 12:42:44 . [Pipeline] withDockerContainer 12:42:44 prd-centos7-docker-4c-2g-16493 does not seem to be running inside a container 12:42:45 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 12:42:47 $ docker top 81ca07e1ae78c82aa08afe1d5721e92f2c382c384595c835c531ba2d939d5128 -eo pid,comm [Pipeline] { [Pipeline] echo 12:42:47 ========================================================= 12:42:47 [edgeXBuildGoParallel] Running Tests and Build... 12:42:47 ========================================================= [Pipeline] sh 12:42:48 + make test 12:42:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16494 in /w/workspace/edgexfoundry_edgex-go_PR-2959 [Pipeline] { [Pipeline] ws 12:42:48 Running in /w/workspace/edgex-go/2 [Pipeline] { 12:42:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] checkout 12:42:53 using credential edgex-jenkins-ssh 12:42:53 Cloning the remote Git repository 12:42:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:42:53 > git init /w/workspace/edgex-go/2 # timeout=10 12:42:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:42:53 > git --version # timeout=10 12:42:54 > git --version # 'git version 2.17.1' 12:42:54 using GIT_SSH to set credentials SSH Credentials for GitHub 12:42:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:43:07 ? github.com/edgexfoundry/edgex-go [no test files] 12:43:19 Merging remotes/origin/master commit dd265b0a906f4796680bcfa54b47b0c8333d6388 into PR head commit b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:43:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:43:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:43:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:43:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:43:18 using GIT_SSH to set credentials SSH Credentials for GitHub 12:43:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2959/head:refs/remotes/origin/PR-2959 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:43:19 > git config core.sparsecheckout # timeout=10 12:43:19 > git checkout -f b400584c1c3cb6466e141ab22436c68bbc25a7a1 # timeout=10 12:43:20 Merge succeeded, producing b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:43:20 Checking out Revision b400584c1c3cb6466e141ab22436c68bbc25a7a1 (PR-2959) 12:43:19 > git remote # timeout=10 12:43:19 > git config --get remote.origin.url # timeout=10 12:43:20 using GIT_SSH to set credentials SSH Credentials for GitHub 12:43:20 > git merge dd265b0a906f4796680bcfa54b47b0c8333d6388 # timeout=10 12:43:20 > git rev-parse HEAD^{commit} # timeout=10 12:43:20 > git config core.sparsecheckout # timeout=10 12:43:20 > git checkout -f b400584c1c3cb6466e141ab22436c68bbc25a7a1 # timeout=10 12:43:24 Commit message: "feat(data): Implement GET /reading/device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:43:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 12:43:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:43:27 + sudo service docker restart 12:43:27 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:43:29 provisioning config files... 12:43:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8215327156491061196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:43:29 ---> docker-login.sh 12:43:29 nexus3.edgexfoundry.org:10001 12:43:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:31 Configure a credential helper to remove this warning. See 12:43:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:31 12:43:31 Login Succeeded 12:43:31 nexus3.edgexfoundry.org:10002 12:43:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:31 Configure a credential helper to remove this warning. See 12:43:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:31 12:43:31 Login Succeeded 12:43:31 nexus3.edgexfoundry.org:10003 12:43:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:32 Configure a credential helper to remove this warning. See 12:43:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:32 12:43:32 Login Succeeded 12:43:32 nexus3.edgexfoundry.org:10004 12:43:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:32 Configure a credential helper to remove this warning. See 12:43:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:32 12:43:32 Login Succeeded 12:43:32 docker.io 12:43:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:43:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:43:33 Configure a credential helper to remove this warning. See 12:43:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:43:33 12:43:33 Login Succeeded 12:43:33 ---> docker-login.sh ends [Pipeline] } 12:43:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 12:43:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] echo 12:43:34 ========================================================= 12:43:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 12:43:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:43:34 + 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 . 12:43:37 Sending build context to Docker daemon 165.6MB 12:43:37 Step 1/7 : ARG BASE=golang:1.15-alpine 12:43:37 Step 2/7 : FROM ${BASE} 12:43:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:43:37 5f621e34cdf4: Pulling fs layer 12:43:37 a4357932f1b6: Pulling fs layer 12:43:37 18c013af1878: Pulling fs layer 12:43:37 00ac8860ef70: Pulling fs layer 12:43:37 63d7cb157983: Pulling fs layer 12:43:37 b116817d02f9: Pulling fs layer 12:43:37 745a02a5169b: Pulling fs layer 12:43:37 00ac8860ef70: Waiting 12:43:37 63d7cb157983: Waiting 12:43:37 b116817d02f9: Waiting 12:43:37 745a02a5169b: Waiting 12:43:37 18c013af1878: Verifying Checksum 12:43:37 18c013af1878: Download complete 12:43:37 a4357932f1b6: Verifying Checksum 12:43:37 a4357932f1b6: Download complete 12:43:37 63d7cb157983: Verifying Checksum 12:43:37 63d7cb157983: Download complete 12:43:37 b116817d02f9: Verifying Checksum 12:43:37 b116817d02f9: Download complete 12:43:37 5f621e34cdf4: Verifying Checksum 12:43:37 5f621e34cdf4: Download complete 12:43:38 5f621e34cdf4: Pull complete 12:43:39 a4357932f1b6: Pull complete 12:43:39 18c013af1878: Pull complete 12:43:40 745a02a5169b: Verifying Checksum 12:43:40 745a02a5169b: Download complete 12:43:41 00ac8860ef70: Verifying Checksum 12:43:41 00ac8860ef70: Download complete 12:43:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:43:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:43:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:43:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 12:43:44 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:43:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:43:49 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.065s 12:43:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:43:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:43:51 00ac8860ef70: Pull complete 12:43:51 63d7cb157983: Pull complete 12:43:51 b116817d02f9: Pull complete 12:43:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:43:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:43:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:43:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:43:55 745a02a5169b: Pull complete 12:43:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 12:43:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 12:43:55 ---> b7e6874047d6 12:43:55 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 12:43:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.144s coverage: 46.6% of statements 12:43:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:43:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:43:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:43:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:43:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 12:43:59 ---> Running in 8f33358313b7 12:43:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:44:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:44:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.268s coverage: 27.1% of statements 12:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:44:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 12:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:44:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements 12:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:44:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.234s coverage: 72.0% of statements 12:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:44:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:44:02 (1/12) Installing libmagic (5.38-r0) 12:44:02 (2/12) Installing file (5.38-r0) 12:44:03 (3/12) Installing libc-dev (0.7.2-r3) 12:44:03 (4/12) Installing g++ (9.3.0-r2) 12:44:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.604s coverage: 83.3% of statements 12:44:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:44:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:44:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 12:44:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 12:44:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.531s coverage: 28.6% of statements 12:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:44:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.130s coverage: 100.0% of statements 12:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:44:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements 12:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:44:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.185s coverage: 86.7% of statements 12:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:44:07 (5/12) Installing fortify-headers (1.1-r0) 12:44:07 (6/12) Installing patch (2.7.6-r6) 12:44:07 (7/12) Installing build-base (0.5-r2) 12:44:07 (8/12) Installing libsodium (1.0.18-r0) 12:44:07 (9/12) Installing pkgconf (1.7.2-r0) 12:44:07 (10/12) Installing libsodium-dev (1.0.18-r0) 12:44:07 (11/12) Installing libzmq (4.3.3-r0) 12:44:07 (12/12) Installing zeromq-dev (4.3.3-r0) 12:44:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.162s coverage: 97.5% of statements 12:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:44:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.144s coverage: 78.3% of statements 12:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:44:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:44:07 Executing busybox-1.31.1-r19.trigger 12:44:07 OK: 217 MiB in 51 packages 12:44:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.469s coverage: 93.8% of statements 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:44:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.103s coverage: 58.8% of statements 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:44:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.120s coverage: 0.1% of statements 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.062s coverage: 100.0% of statements 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.074s coverage: 75.5% of statements 12:44:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.041s coverage: 80.8% of statements 12:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements 12:44:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.090s coverage: 84.2% of statements 12:44:12 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.118s coverage: 91.4% of statements 12:44:12 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:44:12 Removing intermediate container 8f33358313b7 12:44:12 ---> a2029128e772 12:44:12 Step 4/7 : WORKDIR /edgex-go 12:44:12 ---> Running in 46981432888a 12:44:12 Removing intermediate container 46981432888a 12:44:12 ---> 6ad779b7c6eb 12:44:12 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 12:44:13 latest: Pulling from library/docker 12:44:13 a3cc7d3b244e: Pulling fs layer 12:44:13 02a3295e0d61: Pulling fs layer 12:44:13 0f4f2e6d8100: Pulling fs layer 12:44:13 065c9533d613: Pulling fs layer 12:44:13 9fce0df16b8b: Pulling fs layer 12:44:13 e3faa53604c1: Pulling fs layer 12:44:13 04b5adaa2053: Pulling fs layer 12:44:13 9fce0df16b8b: Waiting 12:44:13 e3faa53604c1: Waiting 12:44:13 04b5adaa2053: Waiting 12:44:13 065c9533d613: Waiting 12:44:13 0f4f2e6d8100: Verifying Checksum 12:44:13 0f4f2e6d8100: Download complete 12:44:13 02a3295e0d61: Verifying Checksum 12:44:13 02a3295e0d61: Download complete 12:44:13 a3cc7d3b244e: Verifying Checksum 12:44:13 a3cc7d3b244e: Download complete 12:44:13 9fce0df16b8b: Verifying Checksum 12:44:13 9fce0df16b8b: Download complete 12:44:13 e3faa53604c1: Verifying Checksum 12:44:13 e3faa53604c1: Download complete 12:44:13 04b5adaa2053: Download complete 12:44:13 a3cc7d3b244e: Pull complete 12:44:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.372s coverage: 63.5% of statements 12:44:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:44:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:44:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 12:44:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.074s coverage: 91.3% of statements 12:44:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 12:44:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements 12:44:14 02a3295e0d61: Pull complete 12:44:14 065c9533d613: Verifying Checksum 12:44:14 065c9533d613: Download complete 12:44:15 0f4f2e6d8100: Pull complete 12:44:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 12:44:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.588s coverage: 55.9% of statements 12:44:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:44:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:44:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 12:44:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 12:44:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 12:44:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 12:44:18 065c9533d613: Pull complete 12:44:19 9fce0df16b8b: Pull complete 12:44:19 e3faa53604c1: Pull complete 12:44:19 04b5adaa2053: Pull complete 12:44:19 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 12:44:19 Status: Downloaded newer image for docker:latest 12:44:23 ---> 2f60dc52a1cd 12:44:23 Step 6/7 : COPY go.mod . 12:44:24 ---> eb93b591a40c 12:44:24 Step 7/7 : RUN go mod download 12:44:24 ---> Running in 5ce67d638281 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 19.331s coverage: 86.3% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.762s coverage: 72.2% of statements 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.668s coverage: 72.1% of statements 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.120s coverage: 82.4% of statements 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.083s coverage: 48.4% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.296s coverage: 28.8% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.059s coverage: 96.8% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.170s coverage: 37.0% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.805s coverage: 84.0% of statements 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.269s coverage: 47.1% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.161s coverage: 100.0% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.088s coverage: 100.0% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.982s coverage: 29.1% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.061s coverage: 100.0% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.125s coverage: 0.0% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.101s coverage: 100.0% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.064s coverage: 87.9% of statements 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:44:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 12:44:35 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.147s coverage: 100.0% of statements 12:44:36 GO111MODULE=on go vet ./... 12:44:50 Removing intermediate container 5ce67d638281 12:44:50 ---> 4ea2db844baf 12:44:50 Successfully built 4ea2db844baf 12:44:50 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:44:51 + docker inspect -f . ci-base-image-arm64 12:44:51 . [Pipeline] withDockerContainer 12:44:51 prd-ubuntu18.04-docker-arm64-4c-16g-16494 does not seem to be running inside a container 12:44:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 12:44:53 $ docker top 26626b6ef83285ef829dc8c626ac701e6b1d6720a9f55306f329cdc271a30365 -eo pid,comm [Pipeline] { [Pipeline] sh 12:44:54 + go version 12:44:54 go version go1.15.5 linux/arm64 [Pipeline] } 12:44:54 $ docker stop --time=1 26626b6ef83285ef829dc8c626ac701e6b1d6720a9f55306f329cdc271a30365 12:44:56 $ docker rm -f 26626b6ef83285ef829dc8c626ac701e6b1d6720a9f55306f329cdc271a30365 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:44:57 + docker inspect -f . ci-base-image-arm64 12:44:57 . [Pipeline] withDockerContainer 12:44:57 prd-ubuntu18.04-docker-arm64-4c-16g-16494 does not seem to be running inside a container 12:44:57 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 12:44:58 $ docker top 2c7f9e9a427cddba221042e7686a080e3d5cf7a048bd7a0b45d4c7849fe0b4bf -eo pid,comm [Pipeline] { [Pipeline] echo 12:44:59 ========================================================= 12:44:59 [edgeXBuildGoParallel] Running Tests and Build... 12:44:59 ========================================================= [Pipeline] sh 12:44:59 + make test 12:44:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:45:21 ? github.com/edgexfoundry/edgex-go [no test files] 12:45:24 gofmt -l . 12:45:24 [ "`gofmt -l .`" = "" ] 12:45:24 ./bin/test-go-mod-tidy.sh 12:45:25 ./bin/test-attribution-txt.sh [Pipeline] sh 12:45:29 + ls -al . 12:45:29 total 668 12:45:29 drwxrwxr-x 10 1001 1001 4096 Dec 17 12:45 . 12:45:29 drwxr-xr-x 4 root root 28 Dec 17 12:42 .. 12:45:29 -rw-rw-r-- 1 1001 1001 11 Dec 17 12:38 .dockerignore 12:45:29 drwxrwxr-x 8 1001 1001 179 Dec 17 12:38 .git 12:45:29 drwxrwxr-x 3 1001 1001 125 Dec 17 12:38 .github 12:45:29 -rw-rw-r-- 1 1001 1001 943 Dec 17 12:38 .gitignore 12:45:29 drwx------ 3 1001 1001 47 Dec 17 12:40 .semver 12:45:29 -rw-rw-r-- 1 1001 1001 166 Dec 17 12:38 .sonarcloud.properties 12:45:29 -rw-rw-r-- 1 1001 1001 3804 Dec 17 12:38 CONTRIBUTING.md 12:45:29 -rw-rw-r-- 1 1001 1001 1035 Dec 17 12:38 Dockerfile.build 12:45:29 -rw-rw-r-- 1 1001 1001 863 Dec 17 12:38 Jenkinsfile 12:45:29 -rw-rw-r-- 1 1001 1001 10775 Dec 17 12:38 LICENSE 12:45:29 -rw-rw-r-- 1 1001 1001 6318 Dec 17 12:38 Makefile 12:45:29 -rw-rw-r-- 1 1001 1001 6362 Dec 17 12:38 README.md 12:45:29 -rw-rw-r-- 1 1001 1001 7286 Dec 17 12:38 SECURITY.md 12:45:29 -rw-rw-r-- 1 1001 1001 5 Dec 17 12:40 VERSION 12:45:29 -rw-rw-r-- 1 1001 1001 4131 Dec 17 12:38 ZMQWindows.md 12:45:29 drwxrwxr-x 2 1001 1001 117 Dec 17 12:38 bin 12:45:29 drwxrwxr-x 15 1001 1001 4096 Dec 17 12:38 cmd 12:45:29 -rw-r--r-- 1 root root 569356 Dec 17 12:44 coverage.out 12:45:29 -rw-r--r-- 1 root root 979 Dec 17 12:45 go.mod 12:45:29 -rw-r--r-- 1 root root 18631 Dec 17 12:45 go.sum 12:45:29 drwxrwxr-x 8 1001 1001 127 Dec 17 12:38 internal 12:45:29 drwxrwxr-x 4 1001 1001 26 Dec 17 12:38 openapi 12:45:29 drwxrwxr-x 4 1001 1001 71 Dec 17 12:38 snap 12:45:29 -rw-rw-r-- 1 1001 1001 168 Dec 17 12:38 version.go [Pipeline] sh 12:45:30 + '[' -e coverage.out ] 12:45:30 + chown 1001:1001 coverage.out [Pipeline] stash 12:45:31 Stashed 1 file(s) [Pipeline] sh 12:45:31 + make build 12:45:31 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 12:45:38 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 12:45:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 12:45: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 12:46:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:46:04 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 12:46:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 12:46:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:46:14 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 12:46:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 12:46:16 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 12:46:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 12:46:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 12:46:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 12:46:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 12:46:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 12:46:20 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 12:46:24 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.056s 12:46:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 12:46:24 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 12:46:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 12:46:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 12:46:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 12:46:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 12:46:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:46:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 12:46:31 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 12:46:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.251s coverage: 46.6% of statements 12:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 12:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 12:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 12:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 12:46:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [Pipeline] } 12:46:35 $ docker stop --time=1 81ca07e1ae78c82aa08afe1d5721e92f2c382c384595c835c531ba2d939d5128 12:46:37 $ docker rm -f 81ca07e1ae78c82aa08afe1d5721e92f2c382c384595c835c531ba2d939d5128 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 12:46:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.461s coverage: 27.1% of statements 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 12:46:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 12:46:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.118s coverage: 100.0% of statements 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 12:46:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.261s coverage: 72.0% of statements 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 12:46:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.297s coverage: 83.3% of statements 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 12:46:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] isUnix [Pipeline] sh 12:46:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:46:42 12:46:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 12:46:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:46:42 latest: Pulling from edgex-devops/edgex-compose 12:46:42 cbdbe7a5bc2a: Pulling fs layer 12:46:42 ca9280d653b3: Pulling fs layer 12:46:42 7e9c9ca2126c: Pulling fs layer 12:46:43 cbdbe7a5bc2a: Download complete 12:46:43 cbdbe7a5bc2a: Pull complete 12:46:44 ca9280d653b3: Verifying Checksum 12:46:44 ca9280d653b3: Download complete 12:46:47 ca9280d653b3: Pull complete 12:46:47 7e9c9ca2126c: Verifying Checksum 12:46:47 7e9c9ca2126c: Download complete 12:46:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.146s coverage: 28.6% of statements 12:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 12:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 12:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 12:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 12:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 12:46:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.189s coverage: 100.0% of statements 12:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 12:46:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements 12:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 12:46:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.335s coverage: 86.7% of statements 12:46:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 12:46:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.365s coverage: 97.5% of statements 12:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 12:46:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements 12:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 12:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 12:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 12:46:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 12:46:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.062s coverage: 93.8% of statements 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 12:46:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 12:46:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.219s coverage: 0.1% of statements 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 12:46:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 12:46:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.134s coverage: 75.5% of statements 12:46:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 12:46:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.085s coverage: 80.8% of statements 12:46:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements 12:46:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.2% of statements 12:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.240s coverage: 91.4% of statements 12:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 12:47:00 7e9c9ca2126c: Pull complete 12:47:00 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 12:47:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:47:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 12:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.622s coverage: 63.5% of statements 12:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 12:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 12:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements 12:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements 12:47:01 prd-centos7-docker-4c-2g-16493 does not seem to be running inside a container 12:47:01 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 12:47:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements 12:47:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 12:47:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.093s coverage: 100.0% of statements 12:47:05 $ docker top ed0fd1b0ee60443960eed2bba3f9bb7c5cf3eebc0a87e20b75c54cb76522a118 -eo pid,comm [Pipeline] { [Pipeline] sh 12:47:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.843s coverage: 55.9% of statements 12:47:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 12:47:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 12:47:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 12:47:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 12:47:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 12:47:06 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 12:47:06 + docker-compose build --help 12:47:06 + grep parallel 12:47:08 --parallel Build images in parallel. [Pipeline] } 12:47:08 $ docker stop --time=1 ed0fd1b0ee60443960eed2bba3f9bb7c5cf3eebc0a87e20b75c54cb76522a118 12:47:10 $ docker rm -f ed0fd1b0ee60443960eed2bba3f9bb7c5cf3eebc0a87e20b75c54cb76522a118 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:47:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 12:47:10 . [Pipeline] withDockerContainer 12:47:11 prd-centos7-docker-4c-2g-16493 does not seem to be running inside a container 12:47:11 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 12:47:12 $ docker top 79d22be3ecb764f4f798adc1c47b07d13513f4cc0d082f04f1a0625b87627fb0 -eo pid,comm [Pipeline] { [Pipeline] sh 12:47:13 + docker-compose -f ./docker-compose-build.yml build --parallel 12:47:15 Building docker-core-command-go ... 12:47:15 Building docker-core-data-go ... 12:47:15 Building docker-core-metadata-go ... 12:47:15 Building docker-security-bootstrap-redis-go ... 12:47:15 Building docker-security-proxy-setup-go ... 12:47:15 Building docker-security-secrets-setup-go ... 12:47:15 Building docker-security-secretstore-setup-go ... 12:47:15 Building docker-support-notifications-go ... 12:47:15 Building docker-support-scheduler-go ... 12:47:15 Building docker-sys-mgmt-agent-go ... 12:47:15 Building docker-security-proxy-setup-go 12:47:15 Building docker-core-data-go 12:47:15 Building docker-security-secrets-setup-go 12:47:15 Building docker-security-bootstrap-redis-go 12:47:15 Building docker-sys-mgmt-agent-go 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 35.149s coverage: 86.3% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.275s coverage: 72.2% of statements 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.512s coverage: 72.1% of statements 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.108s coverage: 82.4% of statements 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.067s coverage: 48.4% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.096s coverage: 28.8% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.075s coverage: 96.8% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.373s coverage: 37.0% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.583s coverage: 84.0% of statements 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.075s coverage: 100.0% of statements 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.1% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.757s coverage: 29.1% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.212s coverage: 99.0% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.115s coverage: 100.0% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.077s coverage: 87.9% of statements 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 12:47:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 12:47:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 12:47:45 GO111MODULE=on go vet ./... 12:48:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:48:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:48:12 ---> 3c2e89914c1e 12:48:12 Step 3/22 : WORKDIR /edgex-go 12:48:12 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 12:48:12 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 12:48:12 ---> 3c2e89914c1e 12:48:12 Step 3/29 : WORKDIR /edgex-go 12:48:12 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 12:48:12 Step 2/27 : FROM ${BUILDER_BASE} AS builder 12:48:12 ---> 3c2e89914c1e 12:48:12 Step 3/27 : WORKDIR /edgex-go 12:48:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 12:48:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:48:12 ---> 3c2e89914c1e 12:48:12 Step 3/21 : WORKDIR /edgex-go 12:48:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 12:48:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:48:12 ---> 3c2e89914c1e 12:48:12 Step 3/23 : WORKDIR /edgex-go 12:48:12 ---> Running in 7c3b7a1aee1e 12:48:12 ---> Running in 562a49c219ff 12:48:12 ---> Running in c6622d133395 12:48:12 ---> Running in 7c9d5ba375c8 12:48:12 ---> Running in 760fc2d657ce 12:48:12 Removing intermediate container 7c3b7a1aee1e 12:48:12 ---> fc55413c5637 12:48:12 Step 4/29 : RUN apk update && apk add make git 12:48:12 Removing intermediate container 760fc2d657ce 12:48:12 ---> 4d5a36e98945 12:48:12 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:48:12 Removing intermediate container c6622d133395 12:48:12 ---> c34b157cf681 12:48:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:48:12 Removing intermediate container 7c9d5ba375c8 12:48:12 ---> c8e584e9a992 12:48:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:48:12 Removing intermediate container 562a49c219ff 12:48:12 ---> cfd2be5956e9 12:48:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:48:12 ---> Running in f4b969a7695e 12:48:12 ---> Running in 9e5161f59f04 12:48:12 ---> Running in e347c5eb517b 12:48:12 ---> Running in fe0baa3b0496 12:48:12 ---> Running in 0c5f58f79055 12:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:48:13 Removing intermediate container e347c5eb517b 12:48:13 ---> c826807435ea 12:48:13 Step 5/27 : RUN apk update && apk add make bash git 12:48:13 Removing intermediate container fe0baa3b0496 12:48:13 ---> 428d56d84bf1 12:48:13 Step 5/22 : RUN apk update && apk add make git 12:48:14 ---> Running in 72ffe566973e 12:48:14 ---> Running in 025c94a4cb3b 12:48:14 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:48:14 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:48:14 OK: 12750 distinct packages available 12:48:14 Removing intermediate container 9e5161f59f04 12:48:14 ---> a8891382db6a 12:48:14 Step 5/21 : RUN apk update && apk add make git 12:48:14 Removing intermediate container 0c5f58f79055 12:48:14 ---> 3002fdc03bae 12:48:14 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 12:48:14 ---> Running in b4426a8449bc 12:48:14 ---> Running in e2160f097190 12:48:14 OK: 233 MiB in 51 packages 12:48:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:48:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:48:15 Removing intermediate container f4b969a7695e 12:48:15 ---> 260f6972c853 12:48:15 Step 5/29 : COPY go.mod . 12:48:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:48:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:48:16 ---> 7c9d81d722d4 12:48:16 Step 6/29 : RUN go mod download 12:48:16 ---> Running in c33c8e1e3487 12:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:48:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:48:16 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:48:16 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:48:16 OK: 12750 distinct packages available 12:48:17 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:48:17 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:48:17 OK: 12750 distinct packages available 12:48:17 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:48:17 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:48:17 OK: 12750 distinct packages available 12:48:17 OK: 233 MiB in 51 packages 12:48:17 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:48:17 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:48:17 OK: 12750 distinct packages available 12:48:17 OK: 233 MiB in 51 packages 12:48:17 OK: 233 MiB in 51 packages 12:48:17 OK: 233 MiB in 51 packages 12:48:18 Removing intermediate container 72ffe566973e 12:48:18 ---> 4a4576ef695c 12:48:18 Step 6/27 : COPY go.mod . 12:48:18 Removing intermediate container 025c94a4cb3b 12:48:18 ---> 9fbf34dd4448 12:48:18 Step 6/22 : COPY go.mod . 12:48:19 Removing intermediate container b4426a8449bc 12:48:19 ---> ea7458070f48 12:48:19 Step 6/21 : COPY go.mod . 12:48:19 Removing intermediate container e2160f097190 12:48:19 ---> 6b6f96b799e1 12:48:19 Step 6/23 : COPY go.mod . 12:48:19 ---> 902a4f2c7cae 12:48:19 Step 7/22 : RUN go mod download 12:48:19 ---> 3d3e441713c7 12:48:19 Step 7/27 : RUN go mod download 12:48:19 ---> Running in a06d4913f6d4 12:48:19 ---> Running in 883366a8fd27 12:48:20 ---> 2e48ba8dce89 12:48:20 Step 7/21 : RUN go mod download 12:48:20 Removing intermediate container c33c8e1e3487 12:48:20 ---> abbd2d156734 12:48:20 Step 7/29 : COPY . . 12:48:20 ---> 01643503fed9 12:48:20 Step 7/23 : RUN go mod download 12:48:20 ---> Running in bf4c0197b0be 12:48:20 ---> Running in 42241cce2a59 12:48:26 Removing intermediate container a06d4913f6d4 12:48:26 ---> 511db9a02a2f 12:48:26 Step 8/27 : COPY . . 12:48:29 Removing intermediate container 883366a8fd27 12:48:29 ---> a049629ca710 12:48:29 Step 8/22 : COPY . . 12:48:30 Removing intermediate container bf4c0197b0be 12:48:30 ---> 4fe3f3cfdbab 12:48:30 Step 8/23 : COPY . . 12:48:30 Removing intermediate container 42241cce2a59 12:48:30 ---> d9b43c31ae28 12:48:30 Step 8/21 : COPY . . 12:48:53 gofmt -l . 12:48:53 [ "`gofmt -l .`" = "" ] 12:48:53 ./bin/test-go-mod-tidy.sh 12:48:53 ./bin/test-attribution-txt.sh [Pipeline] sh 12:48:54 + ls -al . 12:48:54 total 696 12:48:54 drwxrwxr-x 9 1001 1001 4096 Dec 17 12:48 . 12:48:54 drwxr-xr-x 4 root root 4096 Dec 17 12:44 .. 12:48:54 -rw-rw-r-- 1 1001 1001 11 Dec 17 12:43 .dockerignore 12:48:54 drwxrwxr-x 8 1001 1001 4096 Dec 17 12:43 .git 12:48:54 drwxrwxr-x 3 1001 1001 4096 Dec 17 12:43 .github 12:48:54 -rw-rw-r-- 1 1001 1001 943 Dec 17 12:43 .gitignore 12:48:54 -rw-rw-r-- 1 1001 1001 166 Dec 17 12:43 .sonarcloud.properties 12:48:54 -rw-rw-r-- 1 1001 1001 3804 Dec 17 12:43 CONTRIBUTING.md 12:48:54 -rw-rw-r-- 1 1001 1001 1035 Dec 17 12:43 Dockerfile.build 12:48:54 -rw-rw-r-- 1 1001 1001 863 Dec 17 12:43 Jenkinsfile 12:48:54 -rw-rw-r-- 1 1001 1001 10775 Dec 17 12:43 LICENSE 12:48:54 -rw-rw-r-- 1 1001 1001 6318 Dec 17 12:43 Makefile 12:48:54 -rw-rw-r-- 1 1001 1001 6362 Dec 17 12:43 README.md 12:48:54 -rw-rw-r-- 1 1001 1001 7286 Dec 17 12:43 SECURITY.md 12:48:54 -rw-rw-r-- 1 1001 1001 5 Dec 17 12:40 VERSION 12:48:54 -rw-rw-r-- 1 1001 1001 4131 Dec 17 12:43 ZMQWindows.md 12:48:54 drwxrwxr-x 2 1001 1001 4096 Dec 17 12:43 bin 12:48:54 drwxrwxr-x 15 1001 1001 4096 Dec 17 12:43 cmd 12:48:54 -rw-r--r-- 1 root root 569356 Dec 17 12:47 coverage.out 12:48:54 -rw-r--r-- 1 root root 979 Dec 17 12:48 go.mod 12:48:54 -rw-r--r-- 1 root root 18631 Dec 17 12:48 go.sum 12:48:54 drwxrwxr-x 8 1001 1001 4096 Dec 17 12:43 internal 12:48:54 drwxrwxr-x 4 1001 1001 4096 Dec 17 12:43 openapi 12:48:54 drwxrwxr-x 4 1001 1001 4096 Dec 17 12:43 snap 12:48:54 -rw-rw-r-- 1 1001 1001 168 Dec 17 12:43 version.go [Pipeline] sh 12:48:55 + '[' -e coverage.out ] 12:48:55 + chown 1001:1001 coverage.out [Pipeline] stash 12:48:55 Warning: overwriting stash ‘coverage-report’ 12:48:56 Stashed 1 file(s) [Pipeline] sh 12:48:57 + make build 12:48:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 12:49:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 12:49:18 ---> 291a17ccae63 12:49:18 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 12:49:18 ---> Running in c80bbec7c6a7 12:49:18 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 12:49:23 ---> b6fea46a4f4e 12:49:23 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:49:24 ---> Running in db86190288e6 12:49:24 ---> 32506bf5fab9 12:49:24 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 12:49:25 ---> Running in 2c48ccf0d8e0 12:49:26 ---> c54653c4d3b0 12:49:26 Step 9/23 : RUN make cmd/core-data/core-data 12:49:26 ---> 5d4ef6c7f9cf 12:49:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:49:26 ---> Running in c5b9a57b5355 12:49:26 ---> Running in 71e04cb9df7e 12:49:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:49:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 12:49:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:49:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 12:49:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 12:49:33 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 12:49:39 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 12:49:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:49:45 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 12:49:49 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 12:49:53 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 12:49:56 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 12:50:02 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 12:50:05 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 12:50:08 Removing intermediate container c80bbec7c6a7 12:50:08 ---> 04eb30cfc1a9 12:50:08 12:50:08 Step 9/29 : FROM alpine:latest 12:50:08 latest: Pulling from library/alpine 12:50:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 12:50:08 Status: Downloaded newer image for alpine:latest 12:50:08 ---> 389fef711851 12:50:08 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 12:50:08 ---> Running in 6c39db49af99 12:50:08 Removing intermediate container 6c39db49af99 12:50:08 ---> f184d6ad0b03 12:50:08 Step 11/29 : USER root 12:50:08 ---> Running in 23f2eb00963f 12:50:08 Removing intermediate container 23f2eb00963f 12:50:08 ---> cb159532959b 12:50:08 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 12:50:08 ---> Running in 76bcfa996b23 12:50: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 12:50: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 12:50:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:11 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:50:11 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:50:11 OK: 12745 distinct packages available 12:50:12 (1/2) Installing ca-certificates (20191127-r4) 12:50:12 (2/2) Installing dumb-init (1.2.2-r1) 12:50:12 Executing busybox-1.31.1-r19.trigger 12:50:12 Executing ca-certificates-20191127-r4.trigger 12:50:13 OK: 6 MiB in 16 packages [Pipeline] } 12:50:14 $ docker stop --time=1 2c7f9e9a427cddba221042e7686a080e3d5cf7a048bd7a0b45d4c7849fe0b4bf 12:50:14 Removing intermediate container 2c48ccf0d8e0 12:50:14 ---> 201aef448194 12:50:14 12:50:14 Step 10/22 : FROM alpine:3.10 12:50:14 3.10: Pulling from library/alpine 12:50:16 $ docker rm -f 2c7f9e9a427cddba221042e7686a080e3d5cf7a048bd7a0b45d4c7849fe0b4bf 12:50:16 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 12:50:16 Status: Downloaded newer image for alpine:3.10 12:50:16 ---> be4e4bea2c2e 12:50:16 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 12:50:16 Removing intermediate container 76bcfa996b23 12:50:16 ---> 019ce31ba6f0 12:50:16 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 12:50:18 ---> Running in d3bfb245c850 12:50:18 ---> Running in 121a7503202c [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:50:18 Removing intermediate container db86190288e6 12:50:18 ---> 43cc8248eba1 12:50:18 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:50:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:50:18 12:50:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:50:18 Removing intermediate container 121a7503202c 12:50:18 ---> 2ebc36590b7e 12:50:18 Step 14/29 : WORKDIR $BASE_DIR [Pipeline] isUnix [Pipeline] sh 12:50:19 ---> Running in 9790ad06a5c8 12:50:19 ---> Running in e3912be3fe04 12:50:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:50:19 latest: Pulling from edgex-devops/edgex-compose-arm64 12:50:19 29e5d40040c1: Pulling fs layer 12:50:19 1ce36da41761: Pulling fs layer 12:50:19 25b303627fd3: Pulling fs layer 12:50:20 Removing intermediate container e3912be3fe04 12:50:20 ---> de32f1b61408 12:50:20 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 12:50:20 29e5d40040c1: Download complete 12:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 12:50:20 ---> Running in 73593703748f 12:50:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 12:50:20 1ce36da41761: Verifying Checksum 12:50:20 1ce36da41761: Download complete 12:50:20 29e5d40040c1: Pull complete 12:50:21 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 12:50:21 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 12:50:21 OK: 10350 distinct packages available 12:50:21 (1/5) Installing ca-certificates (20191127-r2) 12:50:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:50:22 (2/5) Installing nghttp2-libs (1.39.2-r1) 12:50:22 (3/5) Installing libcurl (7.66.0-r3) 12:50:22 (4/5) Installing curl (7.66.0-r3) 12:50:22 (5/5) Installing dumb-init (1.2.2-r1) 12:50:22 Executing busybox-1.30.1-r3.trigger 12:50:22 Executing ca-certificates-20191127-r2.trigger 12:50:22 25b303627fd3: Verifying Checksum 12:50:22 25b303627fd3: Download complete 12:50:22 1ce36da41761: Pull complete 12:50:22 OK: 7 MiB in 19 packages 12:50:25 Removing intermediate container 71e04cb9df7e 12:50:25 ---> a3eefb9765f0 12:50:25 12:50:25 Step 10/21 : FROM alpine 12:50:25 ---> 389fef711851 12:50:25 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 12:50:25 ---> Running in e7c050a8da6a 12:50:26 Removing intermediate container 73593703748f 12:50:26 ---> da00656d1776 12:50:26 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 12:50:26 Removing intermediate container d3bfb245c850 12:50:26 ---> a1c9bb4234bd 12:50:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 12:50:26 Removing intermediate container 9790ad06a5c8 12:50:26 ---> 497d989333bd 12:50:26 12:50:26 Step 11/27 : FROM docker:latest 12:50:26 ---> 0c995d0d3006 12:50:26 Step 12/27 : RUN apk add --no-cache bash 12:50:26 ---> Running in 2b5d539e837e 12:50:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:26 ---> Running in 473c02c1968c 12:50:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:26 Removing intermediate container 2b5d539e837e 12:50:26 ---> 212444c47c75 12:50:26 Step 13/22 : WORKDIR / 12:50:26 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:50:26 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:50:26 OK: 12745 distinct packages available 12:50:27 ---> Running in 20ffa9b89c39 12:50:27 (1/4) Installing ca-certificates (20191127-r4) 12:50:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:50:27 (3/4) Installing libcurl (7.69.1-r3) 12:50:27 (4/4) Installing curl (7.69.1-r3) 12:50:27 Executing busybox-1.31.1-r19.trigger 12:50:27 Executing ca-certificates-20191127-r4.trigger 12:50:27 OK: 7 MiB in 18 packages 12:50:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:28 ---> 109c70ddf745 12:50:28 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 12:50:28 (1/2) Installing readline (8.0.4-r0) 12:50:28 (2/2) Installing bash (5.0.17-r0) 12:50:28 Executing bash-5.0.17-r0.post-install 12:50:28 Executing busybox-1.31.1-r19.trigger 12:50:28 OK: 12 MiB in 22 packages 12:50:28 Removing intermediate container 20ffa9b89c39 12:50:28 ---> ed63fadc4da1 12:50:28 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 12:50:29 ---> ca0aab97fa5a 12:50:29 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 12:50:30 ---> f50592a30fe2 12:50:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 12:50:30 Removing intermediate container e7c050a8da6a 12:50:30 ---> 6573beb089b4 12:50:30 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:50:30 Removing intermediate container c5b9a57b5355 12:50:30 ---> e9daa13f251a 12:50:30 12:50:30 Step 10/23 : FROM alpine 12:50:30 ---> 389fef711851 12:50:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:50:30 ---> Running in 3c2787204cb6 12:50:30 ---> Running in 310fad833037 12:50:30 ---> e2ded4b9a75b 12:50:30 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 12:50:30 Removing intermediate container 473c02c1968c 12:50:30 ---> cd824d2dc78f 12:50:30 Step 13/27 : RUN rm -rf /var/cache/apk/* 12:50:31 ---> Running in cf5be68d7703 12:50:31 Removing intermediate container 3c2787204cb6 12:50:31 ---> 2e39ca6d2e23 12:50:31 Step 13/21 : WORKDIR /edgex 12:50:31 ---> Running in b52b7f224c12 12:50:31 ---> 738d98fb7693 12:50:31 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 12:50:31 ---> 61fa7092b942 12:50:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 12:50:31 Removing intermediate container 310fad833037 12:50:31 ---> 79152edf9bbc 12:50:31 Step 12/23 : ENV APP_PORT=48080 12:50:31 ---> Running in 58837cbe87e0 12:50:32 Removing intermediate container b52b7f224c12 12:50:32 ---> ffa86cab78c1 12:50:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:50:32 Removing intermediate container 58837cbe87e0 12:50:32 ---> 83fac3658c11 12:50:32 Step 13/23 : EXPOSE $APP_PORT 12:50:32 ---> e944825c13cc 12:50:32 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 12:50:32 25b303627fd3: Pull complete 12:50:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 12:50:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:50:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 12:50:32 ---> Running in 531530653fd7 12:50:32 ---> Running in 76e16a1930a8 12:50:32 ---> df23a0c5c46a 12:50:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 12:50:32 ---> 107483cd4273 12:50:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:50:32 prd-ubuntu18.04-docker-arm64-4c-16g-16494 does not seem to be running inside a container 12:50:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 12:50:33 Removing intermediate container 531530653fd7 12:50:33 ---> 9b4063146bb3 12:50:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:50:33 ---> Running in 53cc75ca2092 12:50:33 ---> a810c500937f 12:50:33 Step 18/22 : RUN chmod +x entrypoint.sh 12:50:33 ---> Running in 75e14b3c563b 12:50:34 Removing intermediate container cf5be68d7703 12:50:34 ---> e829f827f2c9 12:50:34 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:50:34 ---> 4221b8ad54a5 12:50:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:50:34 ---> Running in 3d293565ab86 12:50:35 ---> 1541228d6bdf 12:50:35 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:50:35 Removing intermediate container 3d293565ab86 12:50:35 ---> 3a665febbdff 12:50:35 Step 15/27 : ENV APP_PORT=48090 12:50:35 Removing intermediate container 76e16a1930a8 12:50:35 ---> 3ad1c6e2b069 12:50:35 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 12:50:35 ---> Running in 55eece9ecb69 12:50:35 ---> Running in 4f23022d1312 12:50:36 $ docker top 64cbc049519a8b1e969ae97a84d76e825ac3ad74e53738db75ea3bc75456c871 -eo pid,comm 12:50:36 Removing intermediate container 55eece9ecb69 12:50:36 ---> 5f711f2e28ca 12:50:36 Step 18/21 : CMD ["--init=true"] 12:50:36 Removing intermediate container 4f23022d1312 12:50:36 ---> 3eb3e81b1961 12:50:36 Step 16/27 : EXPOSE $APP_PORT 12:50:36 ---> Running in 4dcbb540abc0 12:50:36 Removing intermediate container 53cc75ca2092 12:50:36 ---> 422fc359e267 12:50:36 Step 15/23 : RUN apk --no-cache add zeromq 12:50:36 ---> 6ee6cf2a31e7 12:50:36 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:50:36 ---> Running in d7cca3a5fab1 12:50:36 ---> Running in 3c72cdf540ee 12:50:36 ---> Running in c8a31a6af2c5 12:50:36 Removing intermediate container 75e14b3c563b 12:50:36 ---> 89cc9e6b47e5 12:50:36 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [Pipeline] { [Pipeline] sh 12:50:36 Removing intermediate container 4dcbb540abc0 12:50:36 ---> 2c3fba7d1342 12:50:36 Step 19/21 : LABEL arch=x86_64 12:50:36 ---> Running in d11e77951227 12:50:36 Removing intermediate container d7cca3a5fab1 12:50:36 ---> d4b16203ecaa 12:50:36 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:50:36 ---> Running in e360af37ef3c 12:50:36 Removing intermediate container d11e77951227 12:50:36 ---> 76ec4ebfe3a7 12:50:36 Step 20/22 : LABEL arch=x86_64 12:50:37 + grep parallel 12:50:37 + docker-compose build --help 12:50:37 Removing intermediate container e360af37ef3c 12:50:37 ---> 44404e2366ef 12:50:37 Step 20/21 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:50:37 ---> Running in 1c9078f84066 12:50:37 ---> Running in 30c3e9942e24 12:50:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:38 ---> 8ffacb284926 12:50:38 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:50:38 Removing intermediate container 1c9078f84066 12:50:38 ---> 67c895176edc 12:50:38 Step 21/22 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:50:38 Removing intermediate container 30c3e9942e24 12:50:38 ---> fb60a9dee40b 12:50:38 Step 21/21 : LABEL version=0.0.0 12:50:38 ---> Running in 543620e88f3a 12:50:38 ---> Running in be309cf86f5b 12:50:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:38 ---> 1eb9d8caa54d 12:50:38 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:50:38 Removing intermediate container 543620e88f3a 12:50:38 ---> 2acad530a258 12:50:38 Step 22/22 : LABEL version=0.0.0 12:50:39 ---> Running in 245061f2546d 12:50:39 Removing intermediate container be309cf86f5b 12:50:39 ---> 92f5c462d4d9 12:50:39 12:50:39 Removing intermediate container 3c72cdf540ee 12:50:39 ---> 01fe62a59871 12:50:39 Step 24/29 : RUN chmod 755 security-secrets-setup 12:50:39 (1/5) Installing libgcc (9.3.0-r2) 12:50:39 (2/5) Installing libsodium (1.0.18-r0) 12:50:39 ---> Running in 2c49fef8dc97 12:50:39 (3/5) Installing libstdc++ (9.3.0-r2) 12:50:39 ---> d20312b4c126 12:50:39 Step 20/27 : RUN apk --no-cache add py3-pip 12:50:39 Removing intermediate container 245061f2546d 12:50:39 ---> 95d37608cd71 12:50:39 12:50:39 ---> Running in c82dfcead40f 12:50:39 (4/5) Installing libzmq (4.3.3-r0) 12:50:39 (5/5) Installing zeromq (4.3.3-r0) 12:50:39 Successfully built 92f5c462d4d9 12:50:39 Successfully tagged docker-security-proxy-setup-go:latest 12:50:39 Building docker-security-secretstore-setup-go 12:50:39 Executing busybox-1.31.1-r19.trigger 12:50:39  Building docker-security-proxy-setup-go ... done OK: 8 MiB in 19 packages 12:50:39 Successfully built 95d37608cd71 12:50:40 Successfully tagged docker-security-bootstrap-redis-go:latest 12:50:40  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go 12:50:40 --parallel Build images in parallel. [Pipeline] } 12:50:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:50:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:50:40 $ docker stop --time=1 64cbc049519a8b1e969ae97a84d76e825ac3ad74e53738db75ea3bc75456c871 12:50:41 (1/33) Installing libbz2 (1.0.8-r1) 12:50:41 (2/33) Installing expat (2.2.9-r1) 12:50:41 (3/33) Installing libffi (3.3-r2) 12:50:41 (4/33) Installing gdbm (1.13-r1) 12:50:41 (5/33) Installing xz-libs (5.2.5-r0) 12:50:41 (6/33) Installing sqlite-libs (3.32.1-r0) 12:50:41 Removing intermediate container c8a31a6af2c5 12:50:41 ---> 001c4b72918f 12:50:41 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 12:50:41 (7/33) Installing python3 (3.8.5-r0) 12:50:42 $ docker rm -f 64cbc049519a8b1e969ae97a84d76e825ac3ad74e53738db75ea3bc75456c871 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:50:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 12:50:43 . [Pipeline] withDockerContainer 12:50:43 prd-ubuntu18.04-docker-arm64-4c-16g-16494 does not seem to be running inside a container 12:50:43 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 12:50:45 $ docker top f6160bf8f766d24443295edcf06cfc0518839cf7cb844aaed4f4bbe39acabb97 -eo pid,comm [Pipeline] { [Pipeline] sh 12:50:46 + docker-compose -f ./docker-compose-build.yml build --parallel 12:50:48 (8/33) Installing py3-appdirs (1.4.4-r1) 12:50:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:50:48 ---> fb1b8512d3c2 12:50:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:50:48 (10/33) Installing py3-parsing (2.4.7-r0) 12:50:48 Removing intermediate container 2c49fef8dc97 12:50:48 ---> 3818aa432a4d 12:50:48 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 12:50:48 (11/33) Installing py3-six (1.15.0-r0) 12:50:48 (12/33) Installing py3-packaging (20.4-r0) 12:50:48 (13/33) Installing py3-setuptools (47.0.0-r0) 12:50:48 ---> Running in 26832d728942 12:50:48 (14/33) Installing py3-chardet (3.0.4-r4) 12:50:48 (15/33) Installing py3-idna (2.9-r0) 12:50:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:50:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:50:49 Building docker-core-command-go ... 12:50:49 Building docker-core-data-go ... 12:50:49 Building docker-core-metadata-go ... 12:50:49 Building docker-security-bootstrap-redis-go ... 12:50:49 Building docker-security-proxy-setup-go ... 12:50:49 Building docker-security-secrets-setup-go ... 12:50:49 Building docker-security-secretstore-setup-go ... 12:50:49 Building docker-support-notifications-go ... 12:50:49 Building docker-support-scheduler-go ... 12:50:49 Building docker-sys-mgmt-agent-go ... 12:50:49 Building docker-core-data-go 12:50:49 Building docker-sys-mgmt-agent-go 12:50:49 Building docker-support-scheduler-go 12:50:49 Building docker-core-metadata-go 12:50:49 Building docker-security-bootstrap-redis-go 12:50:50 (18/33) Installing py3-requests (2.23.0-r0) 12:50:50 (19/33) Installing py3-msgpack (1.0.0-r0) 12:50:50 (20/33) Installing py3-lockfile (0.12.2-r3) 12:50:50 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:50:51 (22/33) Installing py3-colorama (0.4.3-r0) 12:50:51 (23/33) Installing py3-distlib (0.3.0-r0) 12:50:51 (24/33) Installing py3-distro (1.5.0-r1) 12:50:51 (25/33) Installing py3-webencodings (0.5.1-r3) 12:50:51 (26/33) Installing py3-html5lib (1.0.1-r4) 12:50:51 Removing intermediate container 26832d728942 12:50:51 ---> fb26a08a5da2 12:50:51 Step 26/29 : CMD [ "generate" ] 12:50:51 ---> bb4458766711 12:50:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:50:51 (27/33) Installing py3-pytoml (0.1.21-r0) 12:50:51 (28/33) Installing py3-pep517 (0.8.2-r0) 12:50:51 (29/33) Installing py3-progress (1.5-r0) 12:50:51 (30/33) Installing py3-toml (0.10.1-r0) 12:50:52 (31/33) Installing py3-retrying (1.3.3-r0) 12:50:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:50:52 ---> Running in 925938c98b63 12:50:52 (33/33) Installing py3-pip (20.1.1-r0) 12:50:53 ---> bb047d3a7046 12:50:53 Step 19/23 : ENTRYPOINT ["/core-data"] 12:50:53 Executing busybox-1.31.1-r19.trigger 12:50:53 OK: 71 MiB in 55 packages 12:50:53 Removing intermediate container 925938c98b63 12:50:53 ---> e4ebd4a85dc3 12:50:53 Step 27/29 : LABEL arch=x86_64 12:50:53 ---> Running in 561dbb3d63f6 12:50:54 ---> Running in d440db9836b8 12:50:55 Removing intermediate container 561dbb3d63f6 12:50:55 ---> 48a5c23e7bbe 12:50:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:50:55 ---> Running in 9a81d0d90bd1 12:50:55 Removing intermediate container d440db9836b8 12:50:55 ---> 611e13155437 12:50:55 Step 28/29 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:50:57 ---> Running in fba644f257c2 12:50:57 Removing intermediate container 9a81d0d90bd1 12:50:57 ---> 376503dedc0a 12:50:57 Step 21/23 : LABEL arch=x86_64 12:50:57 ---> Running in 31ddd74769a8 12:50:58 Removing intermediate container fba644f257c2 12:50:58 ---> 59d8eae04940 12:50:58 Step 29/29 : LABEL version=0.0.0 12:50:59 ---> Running in 508293e614cd 12:50:59 Removing intermediate container 31ddd74769a8 12:50:59 ---> d9c78e650b03 12:50:59 Step 22/23 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:50:59 ---> Running in c39638fc2e92 12:51:00 Removing intermediate container 508293e614cd 12:51:00 ---> 8881a3f6339b 12:51:00 12:51:01 Removing intermediate container c39638fc2e92 12:51:01 ---> d02323be87fe 12:51:01 Step 23/23 : LABEL version=0.0.0 12:51:01 Successfully built 8881a3f6339b 12:51:01 Successfully tagged docker-security-secrets-setup-go:latest 12:51:01 Building docker-core-command-go 12:51:02  Building docker-security-secrets-setup-go ... done  ---> Running in d69545daebbc 12:51:04 Removing intermediate container d69545daebbc 12:51:04 ---> 54612460fbbc 12:51:04 12:51:05 Successfully built 54612460fbbc 12:51:05 Successfully tagged docker-core-data-go:latest 12:51:05 Building docker-support-notifications-go 12:51:18  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 12:51:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:51:18 ---> 3c2e89914c1e 12:51:18 Step 3/24 : WORKDIR /edgex-go 12:51:18 ---> Using cache 12:51:18 ---> cfd2be5956e9 12:51:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:51:18 ---> Using cache 12:51:18 ---> 3002fdc03bae 12:51:18 Step 5/24 : RUN apk update && apk add make git 12:51:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 12:51:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:51:18 ---> 3c2e89914c1e 12:51:18 Step 3/21 : WORKDIR /edgex-go 12:51:18 ---> Using cache 12:51:18 ---> cfd2be5956e9 12:51:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:51:18 ---> Using cache 12:51:18 ---> 3002fdc03bae 12:51:18 Step 5/21 : RUN apk update && apk add make git 12:51:19 ---> Running in 74ab00c1937e 12:51:19 ---> Running in 8f83f2ffc7f2 12:51:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:51:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:51:23 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:51:23 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:51:23 OK: 12750 distinct packages available 12:51:23 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:51:23 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:51:23 OK: 12750 distinct packages available 12:51:23 OK: 233 MiB in 51 packages 12:51:24 OK: 233 MiB in 51 packages 12:51:26 Removing intermediate container c82dfcead40f 12:51:26 ---> cfe6a846e336 12:51:26 Step 21/27 : RUN pip install docker-compose==1.23.2 12:51:27 Removing intermediate container 74ab00c1937e 12:51:27 ---> d61480ec3c42 12:51:27 Step 6/21 : COPY go.mod . 12:51:27 ---> Running in a09bda305293 12:51:28 Removing intermediate container 8f83f2ffc7f2 12:51:28 ---> 39b765e68ddb 12:51:28 Step 6/24 : COPY go.mod . 12:51:29 ---> ff00d960ff55 12:51:29 Step 7/21 : RUN go mod download 12:51:30 ---> Running in 93c36b4f108e 12:51:30 ---> 2779a93e544f 12:51:30 Step 7/24 : RUN go mod download 12:51:30 ---> Running in 528413eb1ea2 12:51:37 Removing intermediate container 93c36b4f108e 12:51:37 ---> 131392a2d921 12:51:37 Step 8/21 : COPY . . 12:51:37 Removing intermediate container 528413eb1ea2 12:51:37 ---> ce8b01f9ab47 12:51:37 Step 8/24 : COPY . . 12:51:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:51:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:51:42 ---> 3c2e89914c1e 12:51:42 Step 3/22 : WORKDIR /edgex-go 12:51:42 ---> Using cache 12:51:42 ---> cfd2be5956e9 12:51:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:51:42 ---> Using cache 12:51:42 ---> 3002fdc03bae 12:51:42 Step 5/22 : RUN apk update && apk add make git 12:51:42 ---> Using cache 12:51:42 ---> 39b765e68ddb 12:51:42 Step 6/22 : COPY go.mod . 12:51:42 ---> Using cache 12:51:42 ---> 2779a93e544f 12:51:42 Step 7/22 : RUN go mod download 12:51:42 ---> Using cache 12:51:42 ---> ce8b01f9ab47 12:51:42 Step 8/22 : COPY . . 12:51:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 12:51:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:51:42 ---> 3c2e89914c1e 12:51:42 Step 3/24 : WORKDIR /edgex-go 12:51:42 ---> Using cache 12:51:42 ---> cfd2be5956e9 12:51:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:51:42 ---> Using cache 12:51:42 ---> 3002fdc03bae 12:51:42 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 12:51:43 ---> Running in edbc877bd5ca 12:51:44 Collecting docker-compose==1.23.2 12:51:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:51:46 Collecting docopt<0.7,>=0.6.1 12:51:46 Downloading docopt-0.6.2.tar.gz (25 kB) 12:51:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:51:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:51:50 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:51:50 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:51:50 OK: 12750 distinct packages available 12:51:50 OK: 233 MiB in 51 packages 12:51:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:51:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:51:53 Collecting texttable<0.10,>=0.9.0 12:51:53 Downloading texttable-0.9.1.tar.gz (11 kB) 12:51: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) 12:51:55 Removing intermediate container edbc877bd5ca 12:51:55 ---> 64721143a127 12:51:55 Step 6/24 : COPY go.mod . 12:51:55 Collecting docker<4.0,>=3.6.0 12:51:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:51:56 Collecting jsonschema<3,>=2.5.1 12:51:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:51:56 Collecting websocket-client<1.0,>=0.32.0 12:51:56 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 12:51:58 Collecting dockerpty<0.5,>=0.4.1 12:51:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:51:59 ---> deb03e60ba2f 12:51:59 Step 7/24 : RUN go mod download 12:52:00 ---> Running in 20d704e038e5 12:52:01 Collecting PyYAML<4,>=3.10 12:52:01 Downloading PyYAML-3.13.tar.gz (270 kB) 12:52:04 Collecting cached-property<2,>=1.2.0 12:52:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:52:04 Collecting idna<2.8,>=2.5 12:52:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:52:04 Collecting urllib3<1.25,>=1.21.1 12:52:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:52:04 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) 12:52:04 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) 12:52:05 Collecting docker-pycreds>=0.4.0 12:52:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:52:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:52:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:52:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:52:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:52:05 Installing collected packages: docopt, idna, urllib3, requests, texttable, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, PyYAML, cached-property, docker-compose 12:52:05 Running setup.py install for docopt: started 12:52:09 Running setup.py install for docopt: finished with status 'done' 12:52:09 Attempting uninstall: idna 12:52:09 Found existing installation: idna 2.9 12:52:09 Uninstalling idna-2.9: 12:52:09 Successfully uninstalled idna-2.9 12:52:10 Attempting uninstall: urllib3 12:52:10 Found existing installation: urllib3 1.25.9 12:52:10 Uninstalling urllib3-1.25.9: 12:52:11 Removing intermediate container 20d704e038e5 12:52:11 ---> 7f679d948340 12:52:11 Step 8/24 : COPY . . 12:52:11 Successfully uninstalled urllib3-1.25.9 12:52:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:52:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:52:11 ---> 4ea2db844baf 12:52:11 Step 3/22 : WORKDIR /edgex-go 12:52:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 12:52:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:52:11 ---> 4ea2db844baf 12:52:11 Step 3/21 : WORKDIR /edgex-go 12:52:11 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 12:52:11 Step 2/27 : FROM ${BUILDER_BASE} AS builder 12:52:11 ---> 4ea2db844baf 12:52:11 Step 3/27 : WORKDIR /edgex-go 12:52:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 12:52:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 12:52:11 ---> 4ea2db844baf 12:52:11 Step 3/23 : WORKDIR /edgex-go 12:52:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:52:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:52:11 ---> 4ea2db844baf 12:52:11 Step 3/22 : WORKDIR /edgex-go 12:52:11 ---> Running in 0a26b6032d2c 12:52:11 ---> Running in e70d50a5061b 12:52:11 ---> Running in b8e5f4c8abb5 12:52:11 ---> Running in f78f7c9be1ee 12:52:11 ---> Running in c5007027f4b4 12:52:11 Removing intermediate container 0a26b6032d2c 12:52:11 ---> fd8ae97c14b0 12:52:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:52:11 Removing intermediate container c5007027f4b4 12:52:11 ---> 85a2aaac0405 12:52:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:52:11 Removing intermediate container e70d50a5061b 12:52:11 ---> 563cf93416f4 12:52:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:52:11 Removing intermediate container f78f7c9be1ee 12:52:11 ---> 2fa77a6229b0 12:52:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:52:11 Removing intermediate container b8e5f4c8abb5 12:52:11 ---> b519f9ff6fe6 12:52:11 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:52:11 ---> Running in 835abf051f06 12:52:11 ---> Running in 439ec94f15a0 12:52:11 ---> Running in 36ba2e7553e6 12:52:11 ---> Running in cb20ddd5abee 12:52:11 ---> Running in 3946b0304d65 12:52:11 Removing intermediate container 835abf051f06 12:52:11 ---> 9be2ab168b11 12:52:11 Step 5/22 : RUN apk update && apk add make git 12:52:11 ---> Running in e632eda00888 12:52:11 Removing intermediate container 36ba2e7553e6 12:52:11 ---> a02405764add 12:52:11 Step 5/21 : RUN apk update && apk add make git 12:52:11 ---> Running in 8661069dcbc5 12:52:11 Removing intermediate container 439ec94f15a0 12:52:11 ---> c93de5f8aacb 12:52:11 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 12:52:11 Removing intermediate container cb20ddd5abee 12:52:11 ---> 4f8fe25eb0a5 12:52:11 Step 5/27 : RUN apk update && apk add make bash git 12:52:11 Removing intermediate container 3946b0304d65 12:52:11 ---> 3c20eddd7be2 12:52:11 Step 5/22 : RUN apk update && apk add make git 12:52:11 ---> Running in 751352e682e1 12:52:11 ---> Running in 77e3edfa4455 12:52:11 ---> Running in ebb092606e58 12:52:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:52:12 Attempting uninstall: requests 12:52:12 Found existing installation: requests 2.23.0 12:52:12 Uninstalling requests-2.23.0: 12:52:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:52:12 Successfully uninstalled requests-2.23.0 12:52:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:52:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:52:13 Running setup.py install for texttable: started 12:52:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:52:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:52:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:52:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:52:13 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:52:13 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:52:13 OK: 12620 distinct packages available 12:52:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:52:14 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:52:14 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:52:14 OK: 12620 distinct packages available 12:52:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:52:14 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:52:14 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:52:14 OK: 12620 distinct packages available 12:52:14 OK: 217 MiB in 51 packages 12:52:14 OK: 217 MiB in 51 packages 12:52:15 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:52:15 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:52:15 OK: 12620 distinct packages available 12:52:15 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:52:15 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:52:15 OK: 12620 distinct packages available 12:52:15 OK: 217 MiB in 51 packages 12:52:15 OK: 217 MiB in 51 packages 12:52:16 OK: 217 MiB in 51 packages 12:52:17 Removing intermediate container e632eda00888 12:52:17 ---> 8d6047b46d1d 12:52:17 Step 6/22 : COPY go.mod . 12:52:17 Removing intermediate container 751352e682e1 12:52:17 ---> 19f83a0629ec 12:52:17 Step 6/23 : COPY go.mod . 12:52:17 Removing intermediate container 8661069dcbc5 12:52:17 ---> 59f8e8a02215 12:52:17 Step 6/21 : COPY go.mod . 12:52:17 Running setup.py install for texttable: finished with status 'done' 12:52:17 Removing intermediate container 77e3edfa4455 12:52:17 ---> 7e367f8f93a2 12:52:17 Step 6/27 : COPY go.mod . 12:52:18 ---> ef6379747d28 12:52:18 Step 7/22 : RUN go mod download 12:52:18 Removing intermediate container ebb092606e58 12:52:18 ---> f95645b25557 12:52:18 Step 6/22 : COPY go.mod . 12:52:18 ---> 1b4c9a56cd58 12:52:18 ---> b96fa166106e 12:52:18 Step 7/23 : RUN go mod download 12:52:18 Step 7/21 : RUN go mod download 12:52:18 ---> Running in 0e976fe6550f 12:52:18 ---> Running in 50f24c3f3d73 12:52:18 ---> Running in 42c3b0485f94 12:52:18 ---> 5baa17917bd5 12:52:18 Step 7/27 : RUN go mod download 12:52:18 ---> Running in 617e4b22adc8 12:52:19 ---> 64ecaacc4495 12:52:19 Step 7/22 : RUN go mod download 12:52:19 ---> Running in 53292a0ba44c 12:52:22 Removing intermediate container 0e976fe6550f 12:52:22 ---> c29d0ec6c500 12:52:22 Step 8/22 : COPY . . 12:52:22 Running setup.py install for dockerpty: started 12:52:23 ---> e7f4e90b57ee 12:52:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:52:23 ---> 00d9fb377fb3 12:52:23 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 12:52:23 ---> c4444bec5f0c 12:52:23 Step 9/22 : RUN make cmd/core-command/core-command 12:52:23 Running setup.py install for dockerpty: finished with status 'done' 12:52:23 Running setup.py install for PyYAML: started 12:52:24 Removing intermediate container 42c3b0485f94 12:52:24 ---> b41eb1d697d9 12:52:24 Step 8/23 : COPY . . 12:52:24 Removing intermediate container 50f24c3f3d73 12:52:24 ---> a2b70345b7f8 12:52:24 Step 8/21 : COPY . . 12:52:24 Removing intermediate container 617e4b22adc8 12:52:24 ---> 56af24776163 12:52:24 Step 8/27 : COPY . . 12:52:24 ---> Running in 20c5ed8a5bb4 12:52:24 ---> Running in b56aa921b883 12:52:24 ---> Running in 82b496045287 12:52:24 Removing intermediate container 53292a0ba44c 12:52:24 ---> e20d116dfc8a 12:52:24 Step 8/22 : COPY . . 12:52:24 Running setup.py install for PyYAML: finished with status 'done' 12:52:25 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 12:52:27 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 12:52:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 12:52:28 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 12:52:36 Removing intermediate container a09bda305293 12:52:36 ---> 5f4b7a5d1e12 12:52:36 Step 22/27 : RUN apk --no-cache add curl 12:52:37 ---> Running in ad66a4d447ea 12:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:52:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:52:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:52:41 (2/3) Installing libcurl (7.69.1-r3) 12:52:41 (3/3) Installing curl (7.69.1-r3) 12:52:41 Executing busybox-1.31.1-r19.trigger 12:52:41 OK: 72 MiB in 58 packages 12:52:45 Removing intermediate container ad66a4d447ea 12:52:45 ---> b5b4bd8ab0a4 12:52:45 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 12:52:45 ---> Running in 55f113800642 12:52:46 Removing intermediate container 55f113800642 12:52:46 ---> a65557748f53 12:52:46 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:52:47 ---> Running in c0473be80d65 12:52:48 Removing intermediate container c0473be80d65 12:52:48 ---> accb328903e7 12:52:48 Step 25/27 : LABEL arch=x86_64 12:52:48 ---> Running in c1f49d6083a3 12:52:49 Removing intermediate container c1f49d6083a3 12:52:49 ---> 46db3d9dd713 12:52:49 Step 26/27 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:52:49 ---> Running in 0385a231dba1 12:52:51 Removing intermediate container 0385a231dba1 12:52:51 ---> 0ff4655d77d8 12:52:51 Step 27/27 : LABEL version=0.0.0 12:52:51 ---> 8193d2a1369b 12:52:51 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 12:52:51 ---> d430b323d1ec 12:52:51 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 12:52:51 ---> 0b2d254869ef 12:52:51 Step 9/23 : RUN make cmd/core-data/core-data 12:52:51 ---> 4d19b948473b 12:52:51 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 12:52:51 ---> 0d115c652c2b 12:52:51 Step 9/22 : RUN make cmd/core-metadata/core-metadata 12:52:51 ---> Running in 36440334b887 12:52:51 ---> Running in f07bbfd4896f 12:52:51 ---> Running in 3f0751e6d359 12:52:51 ---> Running in bac149bede85 12:52:51 ---> Running in 0b785ceec7ea 12:52:51 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 12:52:51 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 12:52:51 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 12:52:51 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 12:52: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 12:52:52 ---> 6296131a97a1 12:52:52 Step 9/24 : RUN make cmd/support-notifications/support-notifications 12:52:52 ---> Running in 079baae04745 12:52:52 ---> Running in 4bf112bfd015 12:52:52 Removing intermediate container 079baae04745 12:52:52 ---> 80b2e2790145 12:52:52 12:52:54 Successfully built 80b2e2790145 12:52:54 Successfully tagged docker-sys-mgmt-agent-go:latest 12:52:54 Building docker-core-metadata-go 12:52:54  Building docker-sys-mgmt-agent-go ... done 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 12:53:10 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 12:53:19 Removing intermediate container b56aa921b883 12:53:19 ---> 6be944d56247 12:53:19 12:53:19 Step 10/21 : FROM scratch 12:53:19 ---> 12:53:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:53:25 ---> Running in 6caec8362c11 12:53:25 Removing intermediate container 20c5ed8a5bb4 12:53:25 ---> 788c624c31ca 12:53:25 12:53:25 Step 10/22 : FROM scratch 12:53:25 ---> 12:53:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:53:25 ---> Running in dfc8a42ea1b7 12:53:25 Removing intermediate container 6caec8362c11 12:53:25 ---> 9aba4aba6b8a 12:53:25 Step 12/21 : ENV APP_PORT=48085 12:53:26 ---> Running in c9c182b17c67 12:53:26 Removing intermediate container 82b496045287 12:53:26 ---> 2e48b287980b 12:53:26 12:53:26 Step 10/24 : FROM alpine:3.10 12:53:26 ---> be4e4bea2c2e 12:53:26 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 12:53:26 ---> Using cache 12:53:26 ---> a1c9bb4234bd 12:53:26 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:53:26 Removing intermediate container dfc8a42ea1b7 12:53:26 ---> 981aa8c3980b 12:53:26 Step 12/22 : ENV APP_PORT=48082 12:53:26 ---> Running in 8e1b1ce19477 12:53:26 ---> Running in b27fcd7b3f9d 12:53:27 Removing intermediate container c9c182b17c67 12:53:27 ---> c55984568a09 12:53:27 Step 13/21 : EXPOSE $APP_PORT 12:53:28 Removing intermediate container 8e1b1ce19477 12:53:28 ---> 6435aa7f617f 12:53:28 Step 13/22 : EXPOSE $APP_PORT 12:53:28 ---> Running in d34cb8d0af7f 12:53:28 ---> Running in 8693234b6c9e 12:53:28 Removing intermediate container b27fcd7b3f9d 12:53:28 ---> 634c4faf2473 12:53:28 Step 13/24 : WORKDIR / 12:53:29 ---> Running in 2d035cd67900 12:53:29 Removing intermediate container d34cb8d0af7f 12:53:29 ---> fc67faa44e3e 12:53:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 12:53:29 Removing intermediate container 8693234b6c9e 12:53:29 ---> a936ef80d650 12:53:29 Step 14/22 : WORKDIR / 12:53:29 ---> Running in 6a0451d33c80 12:53:30 Removing intermediate container 2d035cd67900 12:53:30 ---> 504e79ff20e3 12:53:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:53:30 ---> a3bd29ea7331 12:53:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:53:31 Removing intermediate container 6a0451d33c80 12:53:31 ---> 0127dc71d085 12:53:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 12:53:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:53:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:53:32 ---> 3c2e89914c1e 12:53:32 Step 3/22 : WORKDIR /edgex-go 12:53:32 ---> Using cache 12:53:32 ---> cfd2be5956e9 12:53:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:53:32 ---> Using cache 12:53:32 ---> 3002fdc03bae 12:53:32 Step 5/22 : RUN apk update && apk add make git 12:53:32 ---> Using cache 12:53:32 ---> 39b765e68ddb 12:53:32 Step 6/22 : COPY go.mod . 12:53:32 ---> Using cache 12:53:32 ---> 2779a93e544f 12:53:32 Step 7/22 : RUN go mod download 12:53:32 ---> Using cache 12:53:32 ---> ce8b01f9ab47 12:53:32 Step 8/22 : COPY . . 12:53:32 ---> Using cache 12:53:32 ---> c4444bec5f0c 12:53:32 Step 9/22 : RUN make cmd/core-metadata/core-metadata 12:53:34 ---> 8c38355d346e 12:53:34 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:53:34 ---> 0ddeb27edc1b 12:53:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:53:34 ---> Running in 75e2547357aa 12:53:34 ---> 122ff6278419 12:53:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:53:34 Removing intermediate container 4bf112bfd015 12:53:34 ---> b4805c1be4a3 12:53:34 12:53:34 Step 10/24 : FROM scratch 12:53:34 ---> 12:53:34 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:53:35 ---> Running in 7190d0fea709 12:53:35 ---> 6dd14bd8333a 12:53:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:53:35 ---> e9a83c05a4cb 12:53:35 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 12:53:35 ---> df175fb079c9 12:53:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:53:35 Removing intermediate container 7190d0fea709 12:53:35 ---> 8e65303a2421 12:53:35 Step 12/24 : ENV APP_PORT=48060 12:53:35 ---> Running in 7a38bf03e2f6 12:53:35 ---> Running in e03c48bd36e6 12:53:35 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 12:53:36 Removing intermediate container 7a38bf03e2f6 12:53:36 ---> 895882bdcc3e 12:53:36 Step 13/24 : EXPOSE $APP_PORT 12:53:36 ---> 80a08527d910 12:53:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:53:36 Removing intermediate container e03c48bd36e6 12:53:36 ---> 960f692ad127 12:53:36 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:53:36 ---> d2c183557113 12:53:36 Step 18/22 : ENTRYPOINT ["/core-command"] 12:53:36 ---> Running in 24ec2cfe36dc 12:53:36 ---> Running in db620bf07d68 12:53:36 ---> Running in 8730bd74731c 12:53:36 Removing intermediate container 24ec2cfe36dc 12:53:36 ---> d6c8405bbde8 12:53:36 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 12:53:37 Removing intermediate container db620bf07d68 12:53:37 ---> 495b6e208904 12:53:37 Step 19/21 : LABEL arch=x86_64 12:53:37 Removing intermediate container 8730bd74731c 12:53:37 ---> b6e604295d14 12:53:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:53:37 ---> 959665fd093c 12:53:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:53:37 ---> Running in f71064c27852 12:53:37 ---> Running in 8cf289529927 12:53:37 ---> da66790fffd9 12:53:37 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 12:53:37 Removing intermediate container f71064c27852 12:53:37 ---> 4cf375669160 12:53:37 Step 20/21 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:53:37 Removing intermediate container 8cf289529927 12:53:37 ---> 8e6521fd6953 12:53:37 Step 20/22 : LABEL arch=x86_64 12:53:38 ---> Running in 47e81c750a68 12:53:38 ---> 94b3d631b244 12:53:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:53:38 ---> Running in af00ba396d12 12:53:38 Removing intermediate container af00ba396d12 12:53:38 ---> 921c828b6b4e 12:53:38 Step 21/22 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:53:38 Removing intermediate container 47e81c750a68 12:53:38 ---> 8ce1777794aa 12:53:38 Step 21/21 : LABEL version=0.0.0 12:53:39 ---> Running in bdccd1368a66 12:53:39 ---> Running in 59a809d20d45 12:53:39 ---> db90d512a997 12:53:39 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:53:39 ---> 8b23f8f9a913 12:53:39 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 12:53:39 ---> Running in 99f469fcc1ff 12:53:40 Removing intermediate container bdccd1368a66 12:53:40 ---> def6b3321c44 12:53:40 12:53:40 ---> 82be5719eb4c 12:53:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 12:53:41 Removing intermediate container 59a809d20d45 12:53:41 ---> 1b21916c99f8 12:53:41 Step 22/22 : LABEL version=0.0.0 12:53:41 ---> Running in 8b7f0869b162 12:53:41 Successfully built def6b3321c44 12:53:41 Successfully tagged docker-support-scheduler-go:latest 12:53:42  Building docker-support-scheduler-go ... done  ---> 06f0d8296701 12:53:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:53:42 Removing intermediate container 8b7f0869b162 12:53:42 ---> c4cb969961d8 12:53:42 12:53:42 Successfully built c4cb969961d8 12:53:42 Successfully tagged docker-core-command-go:latest 12:53:43  Building docker-core-command-go ... done  ---> a151ab37d021 12:53:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:53:43 Removing intermediate container 99f469fcc1ff 12:53:43 ---> 9a11612f577f 12:53:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 12:53:43 ---> Running in ea19f979855a 12:53:43 ---> 4e1673e0d44c 12:53:43 Step 20/24 : ENTRYPOINT ["/support-notifications"] 12:53:44 Removing intermediate container ea19f979855a 12:53:44 ---> cf03f7566070 12:53:44 Step 22/24 : LABEL arch=x86_64 12:53:44 ---> Running in 3f928b407937 12:53:44 ---> Running in b93c342d689e 12:53:44 Removing intermediate container 3f928b407937 12:53:44 ---> 9e3f3403360e 12:53:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:53:44 ---> Running in cde7a98d4cdf 12:53:44 Removing intermediate container b93c342d689e 12:53:44 ---> 59af3aee95ff 12:53:44 Step 23/24 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:53:44 ---> Running in f293b82514a4 12:53:45 Removing intermediate container cde7a98d4cdf 12:53:45 ---> 7756706952e9 12:53:45 Step 22/24 : LABEL arch=x86_64 12:53:45 Removing intermediate container f293b82514a4 12:53:45 ---> d13cad6a4f44 12:53:45 Step 24/24 : LABEL version=0.0.0 12:53:45 ---> Running in 9b3c4e11adb8 12:53:45 ---> Running in 136bf822714e 12:53:45 Removing intermediate container 9b3c4e11adb8 12:53:45 ---> 3e1ae62e7eaf 12:53:45 Step 23/24 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:53:45 Removing intermediate container 136bf822714e 12:53:45 ---> 1d025358c364 12:53:45 12:53:45 ---> Running in 16bfa7f8a5e9 12:53:46 Successfully built 1d025358c364 12:53:46 Successfully tagged docker-security-secretstore-setup-go:latest 12:53:46  Building docker-security-secretstore-setup-go ... done Removing intermediate container 16bfa7f8a5e9 12:53:46 ---> 0d29f3936d1e 12:53:46 Step 24/24 : LABEL version=0.0.0 12:53:46 ---> Running in 8d56adcde68d 12:53:47 Removing intermediate container 8d56adcde68d 12:53:47 ---> 4194bacb439c 12:53:47 12:53:47 Successfully built 4194bacb439c 12:53:47 Successfully tagged docker-support-notifications-go:latest 12:53:59  Building docker-support-notifications-go ... done Removing intermediate container 75e2547357aa 12:53:59 ---> 865e5f189775 12:53:59 12:53:59 Step 10/22 : FROM scratch 12:53:59 ---> 12:53:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:53:59 ---> Using cache 12:53:59 ---> 981aa8c3980b 12:53:59 Step 12/22 : ENV APP_PORT=48081 12:53:59 ---> Running in c428d019b468 12:54:00 Removing intermediate container c428d019b468 12:54:00 ---> 1c9b59007be2 12:54:00 Step 13/22 : EXPOSE $APP_PORT 12:54:00 ---> Running in d1ed2caf3120 12:54:01 Removing intermediate container d1ed2caf3120 12:54:01 ---> faa07ee54994 12:54:01 Step 14/22 : WORKDIR / 12:54:01 ---> Running in 308b448e304b 12:54:01 Removing intermediate container 308b448e304b 12:54:01 ---> 2d2b29558d6b 12:54:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 12:54:02 ---> 20afb73de33c 12:54:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:54:03 ---> f581fa07a12d 12:54:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:54:04 ---> e2274aa302bb 12:54:04 Step 18/22 : ENTRYPOINT ["/core-metadata"] 12:54:04 ---> Running in 754943ce5ca9 12:54:04 Removing intermediate container 754943ce5ca9 12:54:04 ---> 11bf7ebd5086 12:54:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:54:04 ---> Running in ceafdc891d2d 12:54:05 Removing intermediate container ceafdc891d2d 12:54:05 ---> b6b239c863fc 12:54:05 Step 20/22 : LABEL arch=x86_64 12:54:05 ---> Running in 4e6674a7e47f 12:54:05 Removing intermediate container 4e6674a7e47f 12:54:05 ---> 294eb9b8ccc5 12:54:05 Step 21/22 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:54:05 ---> Running in 7ff93be74a7e 12:54:05 Removing intermediate container 7ff93be74a7e 12:54:05 ---> 68c678968f73 12:54:05 Step 22/22 : LABEL version=0.0.0 12:54:05 ---> Running in 1f5539a00b9a 12:54:06 Removing intermediate container 1f5539a00b9a 12:54:06 ---> 21fd6c587401 12:54:06 12:54:06 Successfully built 21fd6c587401 12:54:06 Successfully tagged docker-core-metadata-go:latest 12:54:07  Building docker-core-metadata-go ... done  [Pipeline] } 12:54:07 $ docker stop --time=1 79d22be3ecb764f4f798adc1c47b07d13513f4cc0d082f04f1a0625b87627fb0 12:54:09 $ docker rm -f 79d22be3ecb764f4f798adc1c47b07d13513f4cc0d082f04f1a0625b87627fb0 [Pipeline] // withDockerContainer [Pipeline] sh 12:54:10 + docker images 12:54:10 + grep docker 12:54:10 docker-core-metadata-go latest 21fd6c587401 5 seconds ago 13MB 12:54:10 docker-support-notifications-go latest 4194bacb439c 24 seconds ago 12.1MB 12:54:10 docker-security-secretstore-setup-go latest 1d025358c364 25 seconds ago 24.7MB 12:54:10 docker-core-command-go latest c4cb969961d8 29 seconds ago 10.6MB 12:54:10 docker-support-scheduler-go latest def6b3321c44 31 seconds ago 10.8MB 12:54:10 docker-sys-mgmt-agent-go latest 80b2e2790145 About a minute ago 313MB 12:54:10 docker-core-data-go latest 54612460fbbc 3 minutes ago 22.2MB 12:54:10 docker-security-secrets-setup-go latest 8881a3f6339b 3 minutes ago 23.9MB 12:54:10 docker-security-bootstrap-redis-go latest 95d37608cd71 3 minutes ago 15.8MB 12:54:10 docker-security-proxy-setup-go latest 92f5c462d4d9 3 minutes ago 24.6MB 12:54:10 docker latest 0c995d0d3006 39 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 12:54:26 Still waiting to schedule task 12:54:26 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 12:54:28 Removing intermediate container 36440334b887 12:54:28 ---> 01159f75e813 12:54:28 12:54:28 Step 10/22 : FROM alpine:3.10 12:54:28 3.10: Pulling from library/alpine 12:54:28 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 12:54:28 Status: Downloaded newer image for alpine:3.10 12:54:28 ---> 536a684cf733 12:54:28 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 12:54:28 ---> Running in fd39a4c3ee73 12:54:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 12:54:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 12:54:28 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 12:54:28 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 12:54:28 OK: 10171 distinct packages available 12:54:28 (1/5) Installing ca-certificates (20191127-r2) 12:54:28 (2/5) Installing nghttp2-libs (1.39.2-r1) 12:54:28 (3/5) Installing libcurl (7.66.0-r3) 12:54:28 (4/5) Installing curl (7.66.0-r3) 12:54:28 (5/5) Installing dumb-init (1.2.2-r1) 12:54:28 Executing busybox-1.30.1-r3.trigger 12:54:28 Executing ca-certificates-20191127-r2.trigger 12:54:28 OK: 7 MiB in 19 packages 12:54:28 Removing intermediate container f07bbfd4896f 12:54:28 ---> 7128411f2580 12:54:28 12:54:28 Step 10/21 : FROM scratch 12:54:28 ---> 12:54:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:54:28 Removing intermediate container bac149bede85 12:54:28 ---> 944687ad7554 12:54:28 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 12:54:28 ---> Running in 14a04b1e7eef 12:54:28 ---> Running in 48c4c2860447 12:54:29 Removing intermediate container fd39a4c3ee73 12:54:29 ---> 581371736d03 12:54:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 12:54:29 ---> Running in 65c62d8fb06b 12:54:30 Removing intermediate container 14a04b1e7eef 12:54:30 ---> bc109b83eded 12:54:30 Step 12/21 : ENV APP_PORT=48085 12:54:30 ---> Running in 22a5c16fd917 12:54:30 Removing intermediate container 65c62d8fb06b 12:54:30 ---> 03331fcc5e76 12:54:30 Step 13/22 : WORKDIR / 12:54:30 ---> Running in 0d7d39d43dc5 12:54:30 Removing intermediate container 22a5c16fd917 12:54:30 ---> 214a99c1dd62 12:54:30 Step 13/21 : EXPOSE $APP_PORT 12:54:31 ---> Running in 3d60edb05fa0 12:54:31 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 12:54:31 Removing intermediate container 0d7d39d43dc5 12:54:31 ---> 4e112d91c386 12:54:31 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 12:54:32 Removing intermediate container 3d60edb05fa0 12:54:32 ---> 43728e0903cd 12:54:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 12:54:33 ---> 6b407fc32c50 12:54:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 12:54:33 ---> e9b119af4149 12:54:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 12:54:35 ---> 3217a52f78ad 12:54:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 12:54:35 ---> dc16ac801393 12:54:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 12:54:37 Removing intermediate container 48c4c2860447 12:54:37 ---> 2bd16942f99c 12:54:37 12:54:37 Step 11/27 : FROM docker:latest 12:54:37 ---> 0c09fb3ff9b5 12:54:37 Step 12/27 : RUN apk add --no-cache bash 12:54:37 ---> a1067c4f542f 12:54:37 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 12:54:37 ---> 25aac9634dd1 12:54:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 12:54:37 ---> Running in eed07633abed 12:54:37 ---> Running in 0ea58f830058 12:54:39 Removing intermediate container eed07633abed 12:54:39 ---> 607f778889b4 12:54:39 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:54:39 ---> Running in b164ab711d08 12:54:39 ---> db5cde8a0c7c 12:54:39 Step 18/22 : RUN chmod +x entrypoint.sh 12:54:39 ---> Running in caf98566edc0 12:54:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:54:40 Removing intermediate container b164ab711d08 12:54:40 ---> d28193ea39c4 12:54:40 Step 19/21 : LABEL arch=arm64 12:54:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:54:40 ---> Running in d78c9d6c4fd9 12:54:40 Removing intermediate container d78c9d6c4fd9 12:54:40 ---> f502000c4bac 12:54:40 Step 20/21 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:54:41 (1/2) Installing readline (8.0.4-r0) 12:54:41 ---> Running in 79017e69e8cd 12:54:41 (2/2) Installing bash (5.0.17-r0) 12:54:41 Executing bash-5.0.17-r0.post-install 12:54:41 Executing busybox-1.31.1-r19.trigger 12:54:41 OK: 12 MiB in 22 packages 12:54:41 Removing intermediate container 79017e69e8cd 12:54:41 ---> 8a9a090bad92 12:54:41 Step 21/21 : LABEL version=0.0.0 12:54:42 ---> Running in 317cd9aa5122 12:54:43 Removing intermediate container 317cd9aa5122 12:54:43 ---> ba3024c96ded 12:54:43 12:54:43 Successfully built ba3024c96ded 12:54:43 Successfully tagged docker-support-scheduler-go-arm64:latest 12:54:43  Building docker-support-scheduler-go ... done Removing intermediate container caf98566edc0 12:54:43 ---> 1a86ea8ed4bc 12:54:43 Building docker-security-proxy-setup-go 12:54:43 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 12:54:44 Removing intermediate container 0ea58f830058 12:54:44 ---> b265587c582a 12:54:44 Step 13/27 : RUN rm -rf /var/cache/apk/* 12:54:44 ---> Running in 6aa8294c421f 12:54:44 ---> Running in cbe4c3752acd 12:54:45 Removing intermediate container 6aa8294c421f 12:54:45 ---> e2926488116c 12:54:45 Step 20/22 : LABEL arch=arm64 12:54:45 ---> Running in 3dac5611812a 12:54:47 Removing intermediate container 3dac5611812a 12:54:47 ---> ae45714666d6 12:54:47 Step 21/22 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:54:48 ---> Running in b8d1f1d519b1 12:54:50 Removing intermediate container b8d1f1d519b1 12:54:50 ---> babbdf398422 12:54:50 Step 22/22 : LABEL version=0.0.0 12:54:50 Removing intermediate container cbe4c3752acd 12:54:50 ---> 8d37ce9225fe 12:54:50 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 12:54:50 Removing intermediate container 0b785ceec7ea 12:54:50 ---> 1ed985376d6d 12:54:50 12:54:50 Step 10/22 : FROM scratch 12:54:50 ---> 12:54:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:54:50 ---> Using cache 12:54:50 ---> bc109b83eded 12:54:50 Step 12/22 : ENV APP_PORT=48081 12:54:50 ---> Running in cb8ea0418a86 12:54:50 ---> Running in 7ccad304b489 12:54:51 ---> Running in fdbd67357ee3 12:54:51 Removing intermediate container cb8ea0418a86 12:54:51 ---> 1b9e88704cf6 12:54:51 12:54:51 Removing intermediate container fdbd67357ee3 12:54:51 ---> f2f661cc4502 12:54:51 Step 15/27 : ENV APP_PORT=48090 12:54:51 Removing intermediate container 7ccad304b489 12:54:51 ---> 89b5416393f4 12:54:51 Step 13/22 : EXPOSE $APP_PORT 12:54:51 ---> Running in 289da53683f1 12:54:52 Successfully built 1b9e88704cf6 12:54:52 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 12:54:52  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go 12:54:52 ---> Running in 590e9b19bd58 12:54:52 Removing intermediate container 289da53683f1 12:54:52 ---> 774536574112 12:54:52 Step 16/27 : EXPOSE $APP_PORT 12:54:53 Removing intermediate container 590e9b19bd58 12:54:53 ---> 5bf92c5cfd12 12:54:53 Step 14/22 : WORKDIR / 12:54:53 ---> Running in 4e25dc71c044 12:54:53 ---> Running in 5c7b785738bd 12:54:53 Removing intermediate container 4e25dc71c044 12:54:53 ---> 115a2091df7e 12:54:53 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 12:54:54 Removing intermediate container 5c7b785738bd 12:54:54 ---> 9df19e7e5d41 12:54:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 12:54:58 ---> d2d79e7bfaaf 12:54:58 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 12:54:58 ---> ced2d815f502 12:54:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 12:54:58 Removing intermediate container 3f0751e6d359 12:54:58 ---> d9f01afce7dd 12:54:58 12:54:58 Step 10/23 : FROM alpine 12:54:58 latest: Pulling from library/alpine 12:55:00 ---> 6476dc33f2aa 12:55:00 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 12:55:00 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 12:55:00 Status: Downloaded newer image for alpine:latest 12:55:00 ---> afeebe901d6b 12:55:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:55:02 ---> 00db5bcbac42 12:55:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 12:55:02 ---> Running in aa0ee8aef5df 12:55:02 ---> 8c8854e658ce 12:55:02 Step 20/27 : RUN apk --no-cache add py3-pip 12:55:02 ---> Running in c3ba8ea88b01 12:55:02 Removing intermediate container aa0ee8aef5df 12:55:02 ---> 17ccd9cb4487 12:55:02 Step 12/23 : ENV APP_PORT=48080 12:55:03 ---> aacc2599fcd0 12:55:03 Step 18/22 : ENTRYPOINT ["/core-metadata"] 12:55:03 ---> Running in 3048375b5d34 12:55:03 ---> Running in 230279069daa 12:55:04 Removing intermediate container 3048375b5d34 12:55:04 ---> b304f1acea5f 12:55:04 Step 13/23 : EXPOSE $APP_PORT 12:55:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:55:04 Removing intermediate container 230279069daa 12:55:04 ---> 723abe81733e 12:55:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:55:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:55:04 ---> Running in 8b340b1614c8 12:55:05 ---> Running in 1c81a5e9fc28 12:55:05 (1/33) Installing libbz2 (1.0.8-r1) 12:55:05 (2/33) Installing expat (2.2.9-r1) 12:55:05 (3/33) Installing libffi (3.3-r2) 12:55:05 (4/33) Installing gdbm (1.13-r1) 12:55:05 (5/33) Installing xz-libs (5.2.5-r0) 12:55:05 (6/33) Installing sqlite-libs (3.32.1-r0) 12:55:05 (7/33) Installing python3 (3.8.5-r0) 12:55:05 Removing intermediate container 8b340b1614c8 12:55:05 ---> dce9e73ea02f 12:55:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:55:06 ---> Running in fdb2f135d4c4 12:55:06 Removing intermediate container 1c81a5e9fc28 12:55:06 ---> b422b9a67e65 12:55:06 Step 20/22 : LABEL arch=arm64 12:55:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 12:55:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 12:55:07 ---> 4ea2db844baf 12:55:07 Step 3/21 : WORKDIR /edgex-go 12:55:07 ---> Using cache 12:55:07 ---> b519f9ff6fe6 12:55:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:55:07 ---> Using cache 12:55:07 ---> 4f8fe25eb0a5 12:55:07 Step 5/21 : RUN apk update && apk add make git 12:55:07 (8/33) Installing py3-appdirs (1.4.4-r1) 12:55:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 12:55:07 (10/33) Installing py3-parsing (2.4.7-r0) 12:55:07 (11/33) Installing py3-six (1.15.0-r0) 12:55:07 (12/33) Installing py3-packaging (20.4-r0) 12:55:07 (13/33) Installing py3-setuptools (47.0.0-r0) 12:55:07 (14/33) Installing py3-chardet (3.0.4-r4) 12:55:07 ---> Running in acc72623405c 12:55:07 ---> Running in adc23e9ddf08 12:55:08 (15/33) Installing py3-idna (2.9-r0) 12:55:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 12:55:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 12:55:08 (18/33) Installing py3-requests (2.23.0-r0) 12:55:08 (19/33) Installing py3-msgpack (1.0.0-r0) 12:55:08 (20/33) Installing py3-lockfile (0.12.2-r3) 12:55:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 12:55:08 (22/33) Installing py3-colorama (0.4.3-r0) 12:55:08 (23/33) Installing py3-distlib (0.3.0-r0) 12:55:08 (24/33) Installing py3-distro (1.5.0-r1) 12:55:08 (25/33) Installing py3-webencodings (0.5.1-r3) 12:55:08 (26/33) Installing py3-html5lib (1.0.1-r4) 12:55:08 (27/33) Installing py3-pytoml (0.1.21-r0) 12:55:08 (28/33) Installing py3-pep517 (0.8.2-r0) 12:55:08 (29/33) Installing py3-progress (1.5-r0) 12:55:08 (30/33) Installing py3-toml (0.10.1-r0) 12:55:08 (31/33) Installing py3-retrying (1.3.3-r0) 12:55:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 12:55:08 (33/33) Installing py3-pip (20.1.1-r0) 12:55:08 Executing busybox-1.31.1-r19.trigger 12:55:08 OK: 71 MiB in 55 packages 12:55:09 Removing intermediate container acc72623405c 12:55:09 ---> 336a6fb1e47b 12:55:09 Step 21/22 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:55:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:55:10 ---> Running in dc404b1ce98c 12:55:11 Removing intermediate container dc404b1ce98c 12:55:11 ---> 08351e1a9eef 12:55:11 Step 22/22 : LABEL version=0.0.0 12:55:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:55:11 ---> Running in a53adfb9ffe8 12:55:11 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:55:11 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:55:11 OK: 12620 distinct packages available 12:55:11 Removing intermediate container fdb2f135d4c4 12:55:11 ---> e6648b77b1be 12:55:11 Step 15/23 : RUN apk --no-cache add zeromq 12:55:12 ---> Running in db0c353b2f98 12:55:12 OK: 217 MiB in 51 packages 12:55:12 Removing intermediate container a53adfb9ffe8 12:55:12 ---> 359da15089c7 12:55:12 12:55:13 Successfully built 359da15089c7 12:55:13 Successfully tagged docker-core-metadata-go-arm64:latest 12:55:13  Building docker-core-metadata-go ... done Building docker-support-notifications-go 12:55:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:55:14 Removing intermediate container adc23e9ddf08 12:55:14 ---> 18312c5068e9 12:55:14 Step 6/21 : COPY go.mod . 12:55:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:55:15 (1/5) Installing libgcc (9.3.0-r2) 12:55:15 (2/5) Installing libsodium (1.0.18-r0) 12:55:15 (3/5) Installing libstdc++ (9.3.0-r2) 12:55:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 12:55:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:55:15 ---> 4ea2db844baf 12:55:15 Step 3/24 : WORKDIR /edgex-go 12:55:15 ---> Using cache 12:55:15 ---> b519f9ff6fe6 12:55:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:55:15 ---> Using cache 12:55:15 ---> 4f8fe25eb0a5 12:55:15 Step 5/24 : RUN apk update && apk add make git 12:55:15 ---> Using cache 12:55:15 ---> 18312c5068e9 12:55:15 Step 6/24 : COPY go.mod . 12:55:16 (4/5) Installing libzmq (4.3.3-r0) 12:55:16 (5/5) Installing zeromq (4.3.3-r0) 12:55:16 Executing busybox-1.31.1-r19.trigger 12:55:16 OK: 8 MiB in 19 packages 12:55:17 ---> 8c1cdbc499a9 12:55:17 Step 7/21 : RUN go mod download 12:55:18 ---> 0d620abac7b7 12:55:18 Step 7/24 : RUN go mod download 12:55:18 ---> Running in dddfac418b10 12:55:19 ---> Running in f67cab7efb7d 12:55:20 Removing intermediate container db0c353b2f98 12:55:20 ---> 642696064e82 12:55:20 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 12:55:20 Removing intermediate container c3ba8ea88b01 12:55:20 ---> 201d71d3d79b 12:55:20 Step 21/27 : RUN pip install docker-compose==1.23.2 12:55:20 ---> Running in 864d2f2274c0 12:55:21 ---> 09baa9c517ae 12:55:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 12:55:23 Running on prd-ubuntu18.04-docker-8c-8g-16495 in /w/workspace/edgexfoundry_edgex-go_PR-2959 [Pipeline] { [Pipeline] ws 12:55:23 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 12:55:24 Removing intermediate container dddfac418b10 12:55:24 ---> 3e39feae47fa 12:55:24 Step 8/21 : COPY . . 12:55:24 ---> f33adc805125 12:55:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 12:55:24 Removing intermediate container f67cab7efb7d 12:55:24 ---> 4602802305f7 12:55:24 Step 8/24 : COPY . . 12:55:25 using credential edgex-jenkins-ssh 12:55:25 Cloning the remote Git repository 12:55:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 12:55:25 > git init /w/workspace/edgex-go/2 # timeout=10 12:55:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:55:25 > git --version # timeout=10 12:55:25 > git --version # 'git version 2.17.1' 12:55:25 using GIT_SSH to set credentials SSH Credentials for GitHub 12:55:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:55:26 ---> 6ef8b27cb44e 12:55:26 Step 19/23 : ENTRYPOINT ["/core-data"] 12:55:27 Collecting docker-compose==1.23.2 12:55:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 12:55:27 ---> Running in 43cbe7f15a8f 12:55:29 Removing intermediate container 43cbe7f15a8f 12:55:29 ---> 166bc81d56d6 12:55:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:55:29 Collecting PyYAML<4,>=3.10 12:55:29 Downloading PyYAML-3.13.tar.gz (270 kB) 12:55:29 ---> Running in a51c39cd7242 12:55:30 Removing intermediate container a51c39cd7242 12:55:30 ---> d0f1d0d80559 12:55:30 Step 21/23 : LABEL arch=arm64 12:55:31 ---> Running in b82cf2821908 12:55:32 Removing intermediate container b82cf2821908 12:55:32 ---> b278cb875ba1 12:55:32 Step 22/23 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:55:32 Merging remotes/origin/master commit dd265b0a906f4796680bcfa54b47b0c8333d6388 into PR head commit b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:55:32 ---> Running in e12f060586d6 12:55:32 Merge succeeded, producing b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:55:32 Checking out Revision b400584c1c3cb6466e141ab22436c68bbc25a7a1 (PR-2959) 12:55:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:55:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:55:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 12:55:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 12:55:32 using GIT_SSH to set credentials SSH Credentials for GitHub 12:55:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2959/head:refs/remotes/origin/PR-2959 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:55:32 > git config core.sparsecheckout # timeout=10 12:55:32 > git checkout -f b400584c1c3cb6466e141ab22436c68bbc25a7a1 # timeout=10 12:55:32 > git remote # timeout=10 12:55:32 > git config --get remote.origin.url # timeout=10 12:55:32 using GIT_SSH to set credentials SSH Credentials for GitHub 12:55:32 > git merge dd265b0a906f4796680bcfa54b47b0c8333d6388 # timeout=10 12:55:32 > git rev-parse HEAD^{commit} # timeout=10 12:55:32 > git config core.sparsecheckout # timeout=10 12:55:32 > git checkout -f b400584c1c3cb6466e141ab22436c68bbc25a7a1 # timeout=10 12:55:33 Collecting dockerpty<0.5,>=0.4.1 12:55:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 12:55:33 Removing intermediate container e12f060586d6 12:55:33 ---> 8756c31207d3 12:55:33 Step 23/23 : LABEL version=0.0.0 12:55:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 12:55:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 12:55:34 ---> 4ea2db844baf 12:55:34 Step 3/24 : WORKDIR /edgex-go 12:55:34 ---> Using cache 12:55:34 ---> b519f9ff6fe6 12:55:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:55:34 ---> Using cache 12:55:34 ---> 4f8fe25eb0a5 12:55:34 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 12:55:34 ---> Running in ed63996041fb 12:55:34 ---> Running in afac50910110 12:55:35 Removing intermediate container afac50910110 12:55:35 ---> abf693f6b2a7 12:55:35 12:55:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:55:36 Collecting websocket-client<1.0,>=0.32.0 12:55:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 12:55:36 Successfully built abf693f6b2a7 12:55:36 Successfully tagged docker-core-data-go-arm64:latest 12:55:36 Building docker-core-command-go 12:55:36 Commit message: "feat(data): Implement GET /reading/device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { 12:55:37  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] libraryResource [Pipeline] sh 12:55:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 12:55:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 12:55:37 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:55:37 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:55:37 OK: 12620 distinct packages available 12:55:37 + echo snap-build.sh 12:55:37 snap-build.sh 12:55:37 + SNAP_BASE_DIR=. 12:55:37 + '[' '!' -z /w/workspace/edgex-go/2 ']' 12:55:37 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 12:55:37 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 12:55:37 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 12:55:37 + cd /w/workspace/edgex-go/2 12:55:37 + sudo apt-get remove -qy --purge lxd lxd-client 12:55:37 Reading package lists... 12:55:37 Building dependency tree... 12:55:37 Reading state information... 12:55:38 The following packages were automatically installed and are no longer required: 12:55:38 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 12:55:38 uidmap xdelta3 12:55:38 Use 'sudo apt autoremove' to remove them. 12:55:38 The following packages will be REMOVED: 12:55:38 lxd* lxd-client* 12:55:38 Collecting docker<4.0,>=3.6.0 12:55:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 12:55:38 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 12:55:38 After this operation, 31.7 MB disk space will be freed. 12:55:38 OK: 217 MiB in 51 packages 12:55:39 Collecting docopt<0.7,>=0.6.1 12:55:39 Downloading docopt-0.6.2.tar.gz (25 kB) 12:55:40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 12:55:40 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 12:55:41 Removing lxd dnsmasq configuration 12:55:41 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 12:55:41 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 12:55:41 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 12:55:42 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 12:55:42 Collecting jsonschema<3,>=2.5.1 12:55:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 12:55:42 (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.) 12:55:42 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 12:55:43 Collecting cached-property<2,>=1.2.0 12:55:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 12:55:43 Removing intermediate container ed63996041fb 12:55:43 ---> 69ef174eead2 12:55:43 Step 6/24 : COPY go.mod . 12:55:43 Processing triggers for systemd (237-3ubuntu10.42) ... 12:55:43 Collecting texttable<0.10,>=0.9.0 12:55:43 Downloading texttable-0.9.1.tar.gz (11 kB) 12:55:43 Processing triggers for ureadahead (0.100.0-21) ... 12:55:44 + sudo snap remove --purge lxd 12:55:45 snap "lxd" is not installed 12:55:45 + sudo groupadd --force --system lxd 12:55:45 ++ whoami 12:55:45 + sudo /usr/sbin/usermod -G lxd -a jenkins 12:55:45 + newgrp - lxd 12:55:45 + sudo snap install lxd 12:55:45 ---> 5af87d8b7543 12:55:45 Step 7/24 : RUN go mod download 12:55:45 ---> Running in f98e7bb3e029 12:55:46 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) 12:55:46 Collecting urllib3<1.25,>=1.21.1 12:55:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 12:55:47 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) 12:55:47 Collecting idna<2.8,>=2.5 12:55:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 12:55:47 Collecting docker-pycreds>=0.4.0 12:55:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 12:55:48 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 12:55:48 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 12:55:48 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 12:55:48 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 12:55:49 ---> c04ce9c6d82e 12:55:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 12:55:49 Installing collected packages: PyYAML, dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, jsonschema, cached-property, texttable, docker-compose 12:55:49 Running setup.py install for PyYAML: started 12:55:49 ---> Running in 6c66c1c07fd2 12:55:49 Removing intermediate container f98e7bb3e029 12:55:49 ---> 1430d0898ae2 12:55:49 Step 8/24 : COPY . . 12:55:50 ---> 462d588a6e05 12:55:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 12:55:51 ---> Running in 8069ac41c2ff 12:55:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 12:55:52 Running setup.py install for PyYAML: finished with status 'done' 12:55:52 Running setup.py install for dockerpty: started 12:55:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:55:54 Running setup.py install for dockerpty: finished with status 'done' 12:55:55 Attempting uninstall: urllib3 12:55:55 2020-12-17T12:55:51Z INFO Waiting for automatic snapd restart... 12:55:55 Found existing installation: urllib3 1.25.9 12:55:55 Uninstalling urllib3-1.25.9: 12:55:55 Successfully uninstalled urllib3-1.25.9 12:55:56 Attempting uninstall: idna 12:55:56 Found existing installation: idna 2.9 12:55:56 Uninstalling idna-2.9: 12:55:56 Successfully uninstalled idna-2.9 12:55:57 Attempting uninstall: requests 12:55:57 Found existing installation: requests 2.23.0 12:55:57 Uninstalling requests-2.23.0: 12:55:57 Successfully uninstalled requests-2.23.0 12:55:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 12:55:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 12:55:58 ---> 4ea2db844baf 12:55:58 Step 3/22 : WORKDIR /edgex-go 12:55:58 ---> Using cache 12:55:58 ---> b519f9ff6fe6 12:55:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:55:58 ---> Using cache 12:55:58 ---> 4f8fe25eb0a5 12:55:58 Step 5/22 : RUN apk update && apk add make git 12:55:58 ---> Using cache 12:55:58 ---> 18312c5068e9 12:55:58 Step 6/22 : COPY go.mod . 12:55:58 ---> Using cache 12:55:58 ---> 0d620abac7b7 12:55:58 Step 7/22 : RUN go mod download 12:55:58 ---> Using cache 12:55:58 ---> 4602802305f7 12:55:58 Step 8/22 : COPY . . 12:55:58 ---> Using cache 12:55:58 ---> 462d588a6e05 12:55:58 Step 9/22 : RUN make cmd/core-command/core-command 12:55:59 Running setup.py install for docopt: started 12:55:59 ---> Running in 0c365f4d133f 12:56:02 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 12:56:02 Running setup.py install for docopt: finished with status 'done' 12:56:03 Running setup.py install for texttable: started 12:56:05 Running setup.py install for texttable: finished with status 'done' 12:56:06 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 12:56:07 lxd 4.9 from Canonical* installed 12:56:07 + sudo lxd init --auto 12:56:13 ---> ebaca114bf81 12:56:13 Step 9/24 : RUN make cmd/support-notifications/support-notifications 12:56:13 ---> Running in a5279ac28650 12:56:13 Removing intermediate container 864d2f2274c0 12:56:13 ---> dcbf9c1ba805 12:56:13 Step 22/27 : RUN apk --no-cache add curl 12:56:13 ---> Running in 026efee3e346 12:56:15 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 12:56:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:56:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:56:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 12:56:16 (2/3) Installing libcurl (7.69.1-r3) 12:56:16 (3/3) Installing curl (7.69.1-r3) 12:56:16 Executing busybox-1.31.1-r19.trigger 12:56:16 OK: 71 MiB in 58 packages 12:56:17 + sudo snap install --classic snapcraft 12:56:18 Removing intermediate container 026efee3e346 12:56:18 ---> d655dd555824 12:56:18 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 12:56:18 ---> Running in a435bbd047cb 12:56:19 Removing intermediate container a435bbd047cb 12:56:19 ---> ee4d768336b5 12:56:19 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:56:19 ---> Running in 115db8ad74aa 12:56:20 Removing intermediate container 115db8ad74aa 12:56:20 ---> be4f0aed2129 12:56:20 Step 25/27 : LABEL arch=arm64 12:56:20 ---> Running in 4d8b6769ae55 12:56:21 Removing intermediate container 4d8b6769ae55 12:56:21 ---> 6888ce0e2847 12:56:21 Step 26/27 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:56:21 ---> Running in 4af0095efb84 12:56:22 Removing intermediate container 4af0095efb84 12:56:22 ---> 5e599f37eb4f 12:56:22 Step 27/27 : LABEL version=0.0.0 12:56:22 ---> Running in 9de3c912c17a 12:56:22 Removing intermediate container 9de3c912c17a 12:56:22 ---> 8bfe0419c7a6 12:56:22 12:56:23 Successfully built 8bfe0419c7a6 12:56:23 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 12:56:23 Building docker-security-secrets-setup-go 12:56:25 snapcraft 4.4.4 from Canonical* installed 12:56:25 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 12:56:25 + patch --verbose -p1 12:56:25 Hmm... Looks like a unified diff to me... 12:56:25 The text leading up to this was: 12:56:25 -------------------------- 12:56:25 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 12:56:25 |From: Tony Espy 12:56:25 |Date: Wed, 2 Dec 2020 17:38:31 -0500 12:56:25 |Subject: [PATCH] optimize snap build for pipeline CI check 12:56:25 | 12:56:25 |This patch is used by the EdgeX CI pipeline builds to 12:56:25 |optimize the snap CI check run for pull requests. When 12:56:25 |applied, it essentially strips out everything (apps and 12:56:25 |parts) from the snapcraft.yaml file except those required 12:56:25 |to build edgex-go, as the whole idea of the CI check is to 12:56:25 |catch changes to edgex-go that break the snap build. 12:56:25 | 12:56:25 |In general, anyone updating snapcraft.yaml will also need 12:56:25 |to update this patch file, otherwise it may fail to apply, 12:56:25 |resulting in a failed snap build CI check in the associated 12:56:25 |pull request. 12:56:25 | 12:56:25 |Note - in addition to applying this patch, the pipeline also 12:56:25 |only primes the snap (e.g. `snapcraft prime`), as there's no 12:56:25 |need to build the finally binary .snap file (and it won't 12:56:25 |work with the patch applied). This further reduces the build 12:56:25 |time. 12:56:25 |--- 12:56:25 | snap/snapcraft.yaml | 466 +------------------------------------------- 12:56:25 | 1 file changed, 2 insertions(+), 464 deletions(-) 12:56:25 | 12:56:25 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 12:56:25 |index b265277c..d7e1de37 100644 12:56:25 |--- a/snap/snapcraft.yaml 12:56:25 |+++ b/snap/snapcraft.yaml 12:56:25 -------------------------- 12:56:25 patching file snap/snapcraft.yaml 12:56:25 Using Plan A... 12:56:25 Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). 12:56:25 Hunk #2 succeeded at 81 (offset -3 lines). 12:56:25 Hunk #3 succeeded at 209 (offset -10 lines). 12:56:25 Hunk #4 succeeded at 224 (offset -10 lines). 12:56:25 Hunk #5 succeeded at 232 (offset -10 lines). 12:56:25 Hunk #6 succeeded at 239 (offset -10 lines). 12:56:25 Hunk #7 succeeded at 266 (offset -10 lines). 12:56:25 Hunk #8 succeeded at 300 (offset -10 lines). 12:56:25 Hunk #9 succeeded at 356 (offset -10 lines). 12:56:25 Hmm... Ignoring the trailing garbage. 12:56:25 done 12:56:25 + sudo snapcraft prime --use-lxd 12:56:25 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 12:56:25 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: 12:56:25 - README.md 12:56:25 - snapcraft.yaml.orig 12:56:25 12:56:25 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 12:56:26 Launching a container. 12:56:38 Waiting for container to be ready 12:56:38 To start your first instance, try: lxc launch ubuntu:18.04 12:56:38 12:56:41 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 12:56:41 Waiting for network to be ready... 12:56:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 12:56:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 12:56:41 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 12:56:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 12:56:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 12:56:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 12:56:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 12:56:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 12:56:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 12:56:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 12:56:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 12:56:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 12:56:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 12:56:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 12:56:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 12:56:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 12:56:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 12:56:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 12:56:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 12:56:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 12:56:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 12:56:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 12:56:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 12:56:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 12:56:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 12:56:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 12:56:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 12:56:45 Fetched 23.5 MB in 4s (5993 kB/s) 12:56:46 Reading package lists... 12:56:46 Reading package lists... 12:56:46 Building dependency tree... 12:56:46 Reading state information... 12:56:46 The following additional packages will be installed: 12:56:46 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 12:56:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 12:56:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 12:56:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 12:56:46 Suggested packages: 12:56:46 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 12:56:46 Recommended packages: 12:56:46 gnupg libsasl2-modules 12:56:46 The following NEW packages will be installed: 12:56:46 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 12:56:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 12:56:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 12:56:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 12:56:46 The following packages will be upgraded: 12:56:46 gpg gpg-agent gpgconf libudev1 12:56:46 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 12:56:46 Need to get 3531 kB of archives. 12:56:46 After this operation, 13.3 MB of additional disk space will be used. 12:56:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 12:56:47 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 12:56:47 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 12:56:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 12:56:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 12:56:47 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] 12:56:47 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] 12:56:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 12:56:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 12:56:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 12:56:47 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 12:56:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 12:56:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 12:56:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 12:56:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 12:56:47 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 12:56:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 12:56:47 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 12:56:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 12:56:47 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 12:56:47 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 12:56:47 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 12:56:47 debconf: delaying package configuration, since apt-utils is not installed 12:56:47 Fetched 3531 kB in 1s (3230 kB/s) 12:56:47 (Reading database ... 12511 files and directories currently installed.) 12:56:47 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 12:56:47 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 12:56:48 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 12:56:48 Selecting previously unselected package udev. 12:56:48 (Reading database ... 12511 files and directories currently installed.) 12:56:48 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 12:56:48 Unpacking udev (237-3ubuntu10.43) ... 12:56:48 Selecting previously unselected package libfuse2:amd64. 12:56:48 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 12:56:48 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 12:56:48 Selecting previously unselected package fuse. 12:56:48 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 12:56:48 Unpacking fuse (2.9.7-1ubuntu1) ... 12:56:48 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 12:56:48 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 12:56:48 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 12:56:48 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 12:56:48 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 12:56:48 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 12:56:49 Selecting previously unselected package libksba8:amd64. 12:56:49 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 12:56:49 Unpacking libksba8:amd64 (1.3.5-2) ... 12:56:49 Selecting previously unselected package libroken18-heimdal:amd64. 12:56:49 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:56:49 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:49 Selecting previously unselected package libasn1-8-heimdal:amd64. 12:56:49 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:56:49 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:49 Selecting previously unselected package libheimbase1-heimdal:amd64. 12:56:49 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:56:49 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:49 Selecting previously unselected package libhcrypto4-heimdal:amd64. 12:56:49 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:56:49 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:49 Selecting previously unselected package libwind0-heimdal:amd64. 12:56:49 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:56:49 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:49 Selecting previously unselected package libhx509-5-heimdal:amd64. 12:56:49 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:56:49 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:50 Selecting previously unselected package libkrb5-26-heimdal:amd64. 12:56:50 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:56:50 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:50 Selecting previously unselected package libheimntlm0-heimdal:amd64. 12:56:50 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:56:50 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:50 Selecting previously unselected package libgssapi3-heimdal:amd64. 12:56:50 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 12:56:50 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:50  Building docker-sys-mgmt-agent-go ... done Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 12:56:50 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 12:56:50 ---> 4ea2db844baf 12:56:50 Step 3/29 : WORKDIR /edgex-go 12:56:50 ---> Using cache 12:56:50 ---> b519f9ff6fe6 12:56:50 Step 4/29 : RUN apk update && apk add make git 12:56:50 ---> Running in 0aca725304c5 12:56:50 Selecting previously unselected package libsasl2-modules-db:amd64. 12:56:50 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 12:56:50 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 12:56:50 Selecting previously unselected package libsasl2-2:amd64. 12:56:50 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 12:56:50 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 12:56:50 Selecting previously unselected package libldap-common. 12:56:50 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 12:56:50 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 12:56:50 Selecting previously unselected package libldap-2.4-2:amd64. 12:56:50 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 12:56:50 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 12:56:50 Selecting previously unselected package dirmngr. 12:56:50 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 12:56:50 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 12:56:50 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 12:56:50 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 12:56:50 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 12:56:50 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 12:56:50 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 12:56:50 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 12:56:50 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:51 Setting up libksba8:amd64 (1.3.5-2) ... 12:56:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:56:51 Setting up udev (237-3ubuntu10.43) ... 12:56:51 invoke-rc.d: policy-rc.d denied execution of start. 12:56:51 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:51 Processing triggers for systemd (237-3ubuntu10) ... 12:56:51 Setting up fuse (2.9.7-1ubuntu1) ... 12:56:51 Setting up gpg (2.2.4-1ubuntu1.3) ... 12:56:51 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:51 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:51 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:51 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:51 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:51 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:51 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 12:56:51 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 12:56:51 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 12:56:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:56:52 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 12:56:52 settings in the [Install] section, and DefaultInstance for template units). 12:56:52 This means they are not meant to be enabled using systemctl. 12:56:52 Possible reasons for having this kind of units are: 12:56:52 1) A unit may be statically enabled by being symlinked from another unit's 12:56:52 .wants/ or .requires/ directory. 12:56:52 2) A unit's purpose may be to act as a helper for some other unit which has 12:56:52 a requirement dependency on it. 12:56:52 3) A unit may be started when needed via activation (socket, path, timer, 12:56:52 D-Bus, udev, scripted systemctl call, ...). 12:56:52 4) In case of template units, the unit is meant to be enabled with some 12:56:52 instance name specified. 12:56:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:56:52 Reading package lists... 12:56:52 Building dependency tree... 12:56:52 Reading state information... 12:56:52 The following additional packages will be installed: 12:56:52 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 12:56:52 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 12:56:52 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 12:56:52 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 12:56:52 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 12:56:52 Suggested packages: 12:56:52 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 12:56:52 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 12:56:52 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 12:56:52 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 12:56:52 systemd-container policykit-1 12:56:52 Recommended packages: 12:56:52 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 12:56:52 The following NEW packages will be installed: 12:56:52 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 12:56:52 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 12:56:52 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 12:56:52 multiarch-support openssh-client python3 python3-minimal python3.6 12:56:52 python3.6-minimal snapd squashfs-tools sudo 12:56:52 The following packages will be upgraded: 12:56:52 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 12:56:52 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 12:56:52 Need to get 35.2 MB of archives. 12:56:52 After this operation, 141 MB of additional disk space will be used. 12:56:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 12:56:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 12:56:52 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 12:56:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 12:56:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 12:56:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 12:56:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 12:56:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 12:56:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 12:56:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 12:56:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 12:56:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 12:56:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 12:56:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 12:56:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 12:56:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 12:56:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 12:56:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:56:53 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 12:56:53 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 12:56:53 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 12:56:53 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 12:56:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 12:56:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 12:56:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 12:56:53 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 12:56:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 12:56:53 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 12:56:53 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 12:56:53 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 12:56:53 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 12:56:54 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 12:56:54 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 12:56:54 OK: 12620 distinct packages available 12:56:55 debconf: delaying package configuration, since apt-utils is not installed 12:56:55 Fetched 35.2 MB in 2s (16.3 MB/s) 12:56:55 (Reading database ... 12757 files and directories currently installed.) 12:56:55 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 12:56:55 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 12:56:55 OK: 217 MiB in 51 packages 12:56:55 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 12:56:55 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 12:56:55 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 12:56:55 (Reading database ... 12757 files and directories currently installed.) 12:56:55 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 12:56:55 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 12:56:55 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 12:56:56 (Reading database ... 12757 files and directories currently installed.) 12:56:56 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 12:56:56 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 12:56:56 Setting up apt (1.6.12ubuntu0.2) ... 12:56:56 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 12:56:56 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 12:56:57 (Reading database ... 12764 files and directories currently installed.) 12:56:57 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 12:56:57 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 12:56:57 Selecting previously unselected package libpython3.6-minimal:amd64. 12:56:57 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:56:57 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:56:57 Selecting previously unselected package libexpat1:amd64. 12:56:57 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 12:56:57 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 12:56:57 Selecting previously unselected package python3.6-minimal. 12:56:57 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:56:57 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 12:56:57 Removing intermediate container 0aca725304c5 12:56:57 ---> a8e01de1bb9f 12:56:57 Step 5/29 : COPY go.mod . 12:56:57 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 12:56:57 Checking for services that may need to be restarted...done. 12:56:58 Checking for services that may need to be restarted...done. 12:56:58 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:56:58 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 12:56:58 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 12:56:58 ---> 045399dbed66 12:56:58 Step 6/29 : RUN go mod download 12:56:58 Selecting previously unselected package python3-minimal. 12:56:58 (Reading database ... 13012 files and directories currently installed.) 12:56:58 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 12:56:58 Unpacking python3-minimal (3.6.7-1~18.04) ... 12:56:58 Selecting previously unselected package mime-support. 12:56:58 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 12:56:58 Unpacking mime-support (3.60ubuntu1) ... 12:56:58 Selecting previously unselected package libmpdec2:amd64. 12:56:58 ---> Running in 893769be14da 12:56:58 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 12:56:58 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 12:56:58 Selecting previously unselected package libpython3.6-stdlib:amd64. 12:56:58 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:56:58 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:56:59 Selecting previously unselected package python3.6. 12:56:59 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 12:56:59 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 12:56:59 Selecting previously unselected package libpython3-stdlib:amd64. 12:56:59 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 12:56:59 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 12:56:59 Setting up python3-minimal (3.6.7-1~18.04) ... 12:56:59 Selecting previously unselected package python3. 12:56:59 (Reading database ... 13442 files and directories currently installed.) 12:56:59 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 12:56:59 Unpacking python3 (3.6.7-1~18.04) ... 12:56:59 Selecting previously unselected package multiarch-support. 12:56:59 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 12:56:59 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 12:56:59 Setting up multiarch-support (2.27-3ubuntu1.4) ... 12:56:59 Selecting previously unselected package liblzo2-2:amd64. 12:56:59 (Reading database ... 13479 files and directories currently installed.) 12:56:59 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 12:56:59 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 12:56:59 Selecting previously unselected package libbsd0:amd64. 12:56:59 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 12:56:59 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 12:56:59 Selecting previously unselected package sudo. 12:56:59 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 12:56:59 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 12:57:00 Selecting previously unselected package apparmor. 12:57:00 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 12:57:00 Unpacking apparmor (2.12-4ubuntu5.1) ... 12:57:00 Selecting previously unselected package libedit2:amd64. 12:57:00 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 12:57:00 Unpacking libedit2:amd64 (3.1-20170329-1) ... 12:57:00 Selecting previously unselected package libkrb5support0:amd64. 12:57:00 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 12:57:00 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 12:57:00 Selecting previously unselected package libk5crypto3:amd64. 12:57:00 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 12:57:00 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 12:57:00 Selecting previously unselected package libkeyutils1:amd64. 12:57:00 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 12:57:00 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 12:57:00 Selecting previously unselected package libkrb5-3:amd64. 12:57:00 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 12:57:00 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 12:57:00 Selecting previously unselected package libgssapi-krb5-2:amd64. 12:57:00 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 12:57:00 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 12:57:00 Selecting previously unselected package libssl1.0.0:amd64. 12:57:00 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 12:57:00 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 12:57:01 Selecting previously unselected package openssh-client. 12:57:01 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 12:57:01 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 12:57:01 Selecting previously unselected package squashfs-tools. 12:57:01 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 12:57:01 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 12:57:01 Selecting previously unselected package snapd. 12:57:01 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 12:57:01 Unpacking snapd (2.48+18.04) ... 12:57:03 Removing intermediate container 893769be14da 12:57:03 ---> 4716ff047677 12:57:03 Step 7/29 : COPY . . 12:57:03 Setting up libedit2:amd64 (3.1-20170329-1) ... 12:57:03 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 12:57:03 Setting up mime-support (3.60ubuntu1) ... 12:57:03 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 12:57:03 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 12:57:03 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 12:57:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:57:03 Setting up systemd (237-3ubuntu10.43) ... 12:57:03 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 12:57:04 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 12:57:04 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 12:57:04 Setting up liblzo2-2:amd64 (2.08-1.2) ... 12:57:04 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 12:57:04 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 12:57:04 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 12:57:05 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 12:57:05 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 12:57:05 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 12:57:05 Setting up python3 (3.6.7-1~18.04) ... 12:57:05 running python rtupdate hooks for python3.6... 12:57:05 running python post-rtupdate hooks for python3.6... 12:57:05 Setting up apparmor (2.12-4ubuntu5.1) ... 12:57:09 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 12:57:09 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 12:57:09 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 12:57:09 Setting up snapd (2.48+18.04) ... 12:57:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 12:57:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 12:57:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 12:57:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 12:57:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 12:57:10 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 12:57:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 12:57:10 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 12:57:11 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 12:57:11 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 12:57:11 /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' 12:57:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 12:57:11 Processing triggers for systemd (237-3ubuntu10.43) ... 12:57:12 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 12:57:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 12:57:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:57:13 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 12:57:13 Reading package lists... 12:57:13 Reading package lists... 12:57:13 Building dependency tree... 12:57:13 Reading state information... 12:57:13 Calculating upgrade... 12:57:14 The following packages will be upgraded: 12:57:14 advancecomp base-files bash binutils binutils-common 12:57:14 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 12:57:14 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 12:57:14 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 12:57:14 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 12:57:14 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 12:57:14 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 12:57:14 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 12:57:14 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 12:57:14 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 12:57:14 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 12:57:14 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 12:57:14 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 12:57:14 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 12:57:14 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 12:57:14 Need to get 63.5 MB of archives. 12:57:14 After this operation, 5191 kB of additional disk space will be used. 12:57:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 12:57:14 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 12:57:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 12:57:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 12:57:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 12:57:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 12:57:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 12:57:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 12:57:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 12:57:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 12:57:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 12:57:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 12:57:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 12:57:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 12:57:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 12:57:15 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 12:57:15 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 12:57:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 12:57:15 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 12:57:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 12:57:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 12:57:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 12:57:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 12:57:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 12:57:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 12:57:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 12:57:15 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 12:57:15 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 12:57:15 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 12:57:15 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 12:57:15 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 12:57:15 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 12:57:15 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 12:57:15 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 12:57:15 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 12:57:15 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 12:57:15 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 12:57:15 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 12:57:15 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 12:57:15 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 12:57:15 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 12:57:15 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 12:57:15 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 12:57:15 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 12:57:15 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 12:57:15 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 12:57:15 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 12:57:15 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 12:57:15 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 12:57:15 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 12:57:15 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 12:57:15 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 12:57:15 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 12:57:15 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 12:57:15 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 12:57:15 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 12:57:15 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 12:57:15 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 12:57:15 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 12:57:15 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 12:57:15 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 12:57:15 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 12:57:15 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 12:57:15 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 12:57:15 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 12:57:15 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 12:57:15 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 12:57:15 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 12:57:15 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 12:57:15 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 12:57:16 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 12:57:16 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 12:57:16 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 12:57:16 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 12:57:16 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 12:57:16 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 12:57:16 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 12:57:16 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 12:57:16 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 12:57:16 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 12:57:16 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 12:57:16 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 12:57:16 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 12:57:16 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 12:57:16 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 12:57:16 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 12:57:16 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 12:57:16 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 12:57:16 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 12:57:16 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 12:57:17 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 12:57:17 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 12:57:17 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 12:57:17 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 12:57:17 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 12:57:17 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 12:57:17 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 12:57:17 debconf: delaying package configuration, since apt-utils is not installed 12:57:17 Fetched 63.5 MB in 3s (19.5 MB/s) 12:57:17 (Reading database ... 13912 files and directories currently installed.) 12:57:17 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 12:57:17 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:57:18 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 12:57:18 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:57:18 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 12:57:18 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 12:57:19 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:19 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:19 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:19 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:19 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:19 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:19 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:19 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:19 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:19 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:20 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:20 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:20 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:20 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:20 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:20 (Reading database ... 13911 files and directories currently installed.) 12:57:20 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:20 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 12:57:20 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 12:57:20 (Reading database ... 13911 files and directories currently installed.) 12:57:20 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:20 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:20 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:20 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:20 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 12:57:20 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 12:57:20 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:21 (Reading database ... 13911 files and directories currently installed.) 12:57:21 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 12:57:21 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:57:21 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 12:57:21 (Reading database ... 13911 files and directories currently installed.) 12:57:21 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 12:57:21 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 12:57:21 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 12:57:21 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 12:57:21 Setting up base-files (10.1ubuntu2.10) ... 12:57:21 Installing new version of config file /etc/issue ... 12:57:21 Installing new version of config file /etc/issue.net ... 12:57:21 Installing new version of config file /etc/lsb-release ... 12:57:22 Installing new version of config file /etc/update-motd.d/50-motd-news ... 12:57:22 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 12:57:22 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 12:57:22 Removing obsolete conffile /etc/default/motd-news ... 12:57:22 (Reading database ... 13912 files and directories currently installed.) 12:57:22 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 12:57:22 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 12:57:22 Setting up bash (4.4.18-2ubuntu1.2) ... 12:57:22 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 12:57:22 (Reading database ... 13912 files and directories currently installed.) 12:57:22 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:22 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 12:57:22 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 12:57:23 (Reading database ... 13912 files and directories currently installed.) 12:57:23 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 12:57:23 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 12:57:23 Setting up tar (1.29b-2ubuntu0.1) ... 12:57:23 (Reading database ... 13912 files and directories currently installed.) 12:57:23 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 12:57:23 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:57:23 Setting up dpkg (1.19.0.5ubuntu2.3) ... 12:57:23 (Reading database ... 13912 files and directories currently installed.) 12:57:23 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 12:57:23 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:57:23 ---> 9e0a8cd11e80 12:57:23 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 12:57:23 ---> Running in cdc038ee5682 12:57:23 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 12:57:23 (Reading database ... 13912 files and directories currently installed.) 12:57:23 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 12:57:23 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:57:24 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 12:57:24 (Reading database ... 13912 files and directories currently installed.) 12:57:24 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 12:57:24 Unpacking grep (3.1-2build1) over (3.1-2) ... 12:57:24 Setting up grep (3.1-2build1) ... 12:57:24 (Reading database ... 13912 files and directories currently installed.) 12:57:24 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 12:57:24 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 12:57:24 Setting up login (1:4.5-1ubuntu2) ... 12:57:24 (Reading database ... 13912 files and directories currently installed.) 12:57:24 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 12:57:24 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:57:24 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 12:57:24 (Reading database ... 13912 files and directories currently installed.) 12:57:24 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 12:57:24 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:57:25 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 12:57:25 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:57:25 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 12:57:25 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:57:25 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 12:57:25 Setting up perl-base (5.26.1-6ubuntu0.5) ... 12:57:26 (Reading database ... 13912 files and directories currently installed.) 12:57:26 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 12:57:26 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 12:57:27 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 12:57:27 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 12:57:27 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 12:57:27 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 12:57:27 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 12:57:27 (Reading database ... 13912 files and directories currently installed.) 12:57:27 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 12:57:27 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 12:57:27 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 12:57:28 (Reading database ... 13912 files and directories currently installed.) 12:57:28 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:28 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:28 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:57:28 (Reading database ... 13912 files and directories currently installed.) 12:57:28 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:29 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:29 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:57:29 (Reading database ... 13912 files and directories currently installed.) 12:57:29 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:29 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:29 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:57:30 (Reading database ... 13912 files and directories currently installed.) 12:57:30 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:30 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:30 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:57:30 (Reading database ... 13912 files and directories currently installed.) 12:57:30 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 12:57:30 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:57:30 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 12:57:30 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:57:30 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 12:57:30 (Reading database ... 13912 files and directories currently installed.) 12:57:30 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 12:57:30 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:57:30 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 12:57:30 (Reading database ... 13912 files and directories currently installed.) 12:57:30 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:30 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:31 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 12:57:31 (Reading database ... 13912 files and directories currently installed.) 12:57:31 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:31 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:31 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 12:57:31 (Reading database ... 13912 files and directories currently installed.) 12:57:31 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:31 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:32 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 12:57:32 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 12:57:32 Removing intermediate container 6c66c1c07fd2 12:57:32 ---> 4778d003d336 12:57:32 12:57:32 Step 10/21 : FROM alpine 12:57:32 ---> afeebe901d6b 12:57:32 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 12:57:32 ---> Running in d7d9cee7ea4d 12:57:32 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 12:57:32 (Reading database ... 13912 files and directories currently installed.) 12:57:32 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 12:57:32 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 12:57:32 Setting up libc-bin (2.27-3ubuntu1.4) ... 12:57:33 (Reading database ... 13912 files and directories currently installed.) 12:57:33 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 12:57:33 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 12:57:33 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 12:57:33 (Reading database ... 13914 files and directories currently installed.) 12:57:33 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 12:57:33 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 12:57:33 Setting up debconf (1.5.66ubuntu1) ... 12:57:33 (Reading database ... 13914 files and directories currently installed.) 12:57:33 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:57:33 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:57:33 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 12:57:33 (Reading database ... 13914 files and directories currently installed.) 12:57:33 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:57:34 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:57:34 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 12:57:34 (Reading database ... 13914 files and directories currently installed.) 12:57:34 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 12:57:34 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:57:34 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 12:57:34 Removing intermediate container 8069ac41c2ff 12:57:34 ---> 1dbf3ec18599 12:57:34 12:57:34 Step 10/24 : FROM alpine:3.10 12:57:34 ---> 536a684cf733 12:57:34 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 12:57:34 ---> Using cache 12:57:34 ---> 581371736d03 12:57:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:57:34 (Reading database ... 13914 files and directories currently installed.) 12:57:34 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 12:57:34 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 12:57:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:57:34 ---> Running in f99fe53d3ee2 12:57:34 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 12:57:34 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 12:57:34 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 12:57:35 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:57:35 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 12:57:35 (Reading database ... 13914 files and directories currently installed.) 12:57:35 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 12:57:35 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 12:57:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:57:35 Removing intermediate container f99fe53d3ee2 12:57:35 ---> 31b59a5c7780 12:57:35 Step 13/24 : WORKDIR / 12:57:35 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 12:57:35 (Reading database ... 13914 files and directories currently installed.) 12:57:35 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 12:57:35 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 12:57:35 ---> Running in 84affd2f1271 12:57:35 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 12:57:35 (Reading database ... 13914 files and directories currently installed.) 12:57:35 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 12:57:35 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 12:57:35 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 12:57:35 (Reading database ... 13914 files and directories currently installed.) 12:57:35 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 12:57:36 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 12:57:36 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 12:57:36 (Reading database ... 13914 files and directories currently installed.) 12:57:36 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 12:57:36 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 12:57:36 Setting up passwd (1:4.5-1ubuntu2) ... 12:57:36 Removing intermediate container 84affd2f1271 12:57:36 ---> 6658d52a9b4e 12:57:36 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 12:57:36 (Reading database ... 13914 files and directories currently installed.) 12:57:36 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 12:57:36 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 12:57:37 Setting up gpgv (2.2.4-1ubuntu1.3) ... 12:57:37 (Reading database ... 13914 files and directories currently installed.) 12:57:37 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 12:57:37 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 12:57:37 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:57:37 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:57:37 OK: 12615 distinct packages available 12:57:37 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 12:57:37 (Reading database ... 13914 files and directories currently installed.) 12:57:37 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 12:57:37 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 12:57:37 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 12:57:37 (Reading database ... 13914 files and directories currently installed.) 12:57:37 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 12:57:37 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 12:57:37 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 12:57:37 (Reading database ... 13914 files and directories currently installed.) 12:57:37 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 12:57:37 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 12:57:37 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 12:57:37 (Reading database ... 13914 files and directories currently installed.) 12:57:37 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 12:57:37 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 12:57:37 ---> b475ed1f9da3 12:57:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 12:57:38 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 12:57:38 (Reading database ... 13915 files and directories currently installed.) 12:57:38 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 12:57:38 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 12:57:38 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 12:57:38 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 12:57:38 (1/4) Installing ca-certificates (20191127-r4) 12:57:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 12:57:38 (3/4) Installing libcurl (7.69.1-r3) 12:57:38 (4/4) Installing curl (7.69.1-r3) 12:57:38 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 12:57:38 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 12:57:38 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 12:57:38 Executing busybox-1.31.1-r19.trigger 12:57:38 Executing ca-certificates-20191127-r4.trigger 12:57:38 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 12:57:38 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 12:57:38 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 12:57:39 OK: 7 MiB in 18 packages 12:57:39 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 12:57:39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 12:57:39 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 12:57:39 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 12:57:39 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 12:57:39 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 12:57:39 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 12:57:39 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 12:57:39 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 12:57:39 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 12:57:39 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 12:57:39 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 12:57:39 ---> f335cbff6e67 12:57:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 12:57:40 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 12:57:40 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 12:57:41 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 12:57:41 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 12:57:41 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 12:57:41 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 12:57:41 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:57:41 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:57:41 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:57:41 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:57:41 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:57:41 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:57:41 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 12:57:41 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 12:57:41 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:41 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:42 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:42 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:42 ---> 0d256fda74ea 12:57:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 12:57:42 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:42 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:42 Removing intermediate container d7d9cee7ea4d 12:57:42 ---> 8f677b3456c5 12:57:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 12:57:43 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:43 ---> Running in ecafbc20a88b 12:57:43 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:44 Removing intermediate container 0c365f4d133f 12:57:44 ---> 6acd5a83a949 12:57:44 12:57:44 Step 10/22 : FROM scratch 12:57:44 ---> 12:57:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 12:57:44 Removing intermediate container ecafbc20a88b 12:57:44 ---> 3dd903b918c4 12:57:44 Step 13/21 : WORKDIR /edgex 12:57:44 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:44 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:44 ---> Using cache 12:57:44 ---> bc109b83eded 12:57:44 Step 12/22 : ENV APP_PORT=48082 12:57:44 ---> Running in dbba78f15281 12:57:44 ---> Running in 18971082821a 12:57:44 ---> fd5f7443b6c0 12:57:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 12:57:45 Removing intermediate container dbba78f15281 12:57:45 ---> d050486b817e 12:57:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 12:57:45 Removing intermediate container 18971082821a 12:57:45 ---> 55de76758e6a 12:57:45 Step 13/22 : EXPOSE $APP_PORT 12:57:45 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:45 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:46 ---> Running in 5b502aac4ca1 12:57:46 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:46 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:46 Removing intermediate container 5b502aac4ca1 12:57:46 ---> 9ab430ddae37 12:57:46 Step 14/22 : WORKDIR / 12:57:47 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:47 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:47 ---> Running in 80ba00b44b39 12:57:47 ---> e977c2edef5c 12:57:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 12:57:47 ---> d48851742e5c 12:57:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 12:57:47 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 12:57:47 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 12:57:47 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:57:47 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:57:48 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 12:57:48 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:57:48 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 12:57:48 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 12:57:48 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 12:57:48 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 12:57:48 Removing intermediate container 80ba00b44b39 12:57:48 ---> 3717e02d041c 12:57:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 12:57:48 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:57:48 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:57:48 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 12:57:48 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 12:57:48 ---> bcf388684387 12:57:48 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:57:48 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 12:57:48 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 12:57:48 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:48 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 12:57:49 ---> Running in ca23f69b3498 12:57:49 ---> 2dd51999c3ba 12:57:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 12:57:49 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:49 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:49 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:49 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 12:57:49 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 12:57:49 Setting up tzdata (2020d-0ubuntu0.18.04) ... 12:57:49 12:57:49 Current default time zone: 'Etc/UTC' 12:57:49 Local time is now: Thu Dec 17 12:57:49 UTC 2020. 12:57:49 Universal Time is now: Thu Dec 17 12:57:49 UTC 2020. 12:57:49 Run 'dpkg-reconfigure tzdata' if you wish to change it. 12:57:49 12:57:49 ---> 69b609f48c84 12:57:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 12:57:49 Setting up systemd-sysv (237-3ubuntu10.43) ... 12:57:49 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:49 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 12:57:49 Setting up mount (2.31.1-0.4ubuntu3.7) ... 12:57:49 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 12:57:49 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 12:57:49 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 12:57:49 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 12:57:49 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 12:57:49 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 12:57:49 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:49 Setting up procps (2:3.3.12-3ubuntu1.2) ... 12:57:49 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 12:57:49 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 12:57:49 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:49 Setting up patch (2.7.6-2ubuntu1.1) ... 12:57:49 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 12:57:49 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 12:57:49 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 12:57:49 Installing new version of config file /etc/ssl/openssl.cnf ... 12:57:50 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 12:57:50 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 12:57:50 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 12:57:52 Updating certificates in /etc/ssl/certs... 12:57:52 22 added, 17 removed; done. 12:57:52 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 12:57:52 ---> 68fee156dd7e 12:57:52 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 12:57:52 ---> a41967e9e79f 12:57:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 12:57:52 ---> Running in 65322a7a3e6d 12:57:52 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 12:57:52 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 12:57:52 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 12:57:52 Setting up pkgbinarymangler (138.18.04.1) ... 12:57:52 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 12:57:52 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 12:57:52 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 12:57:52 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 12:57:53 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:57:53 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 12:57:53 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 12:57:53 Setting up perl (5.26.1-6ubuntu0.5) ... 12:57:53 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 12:57:53 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 12:57:53 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 12:57:53 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 12:57:53 Removing intermediate container a5279ac28650 12:57:53 ---> 4a6575afb8d1 12:57:53 12:57:53 Step 10/24 : FROM scratch 12:57:53 ---> 12:57:53 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 12:57:53 Removing intermediate container ca23f69b3498 12:57:53 ---> 4bbd726702fe 12:57:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 12:57:53 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 12:57:53 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 12:57:53 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 12:57:53 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 12:57:53 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 12:57:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 12:57:53 Processing triggers for systemd (237-3ubuntu10.43) ... 12:57:53 ---> Running in 5e001b30d48c 12:57:53 Removing intermediate container 65322a7a3e6d 12:57:53 ---> 8c07bb4e18f1 12:57:53 Step 18/21 : CMD ["--init=true"] 12:57:53 Processing triggers for mime-support (3.60ubuntu1) ... 12:57:53 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 12:57:53 Updating certificates in /etc/ssl/certs... 12:57:53 ---> Running in 65d3bc048b75 12:57:53 ---> 71ce5f197ab6 12:57:53 Step 18/22 : ENTRYPOINT ["/core-command"] 12:57:54 ---> Running in 7c6ba80c2687 12:57:54 ---> Running in ae0cb8e6e5d7 12:57:54 0 added, 0 removed; done. 12:57:54 Running hooks in /etc/ca-certificates/update.d... 12:57:54 done. 12:57:54 Removing intermediate container 5e001b30d48c 12:57:54 ---> 3aee09ba417b 12:57:54 Step 22/24 : LABEL arch=arm64 12:57:54 Removing intermediate container 65d3bc048b75 12:57:54 ---> 19895f497e31 12:57:54 Step 12/24 : ENV APP_PORT=48060 12:57:54 Reading package lists... 12:57:54 ---> Running in 1a606f8e10df 12:57:54 Removing intermediate container 7c6ba80c2687 12:57:54 ---> b48e4ab7d9cb 12:57:54 Step 19/21 : LABEL arch=arm64 12:57:54 Building dependency tree... 12:57:54 Reading state information... 12:57:54 The following NEW packages will be installed: 12:57:54 apt-transport-https 12:57:55 ---> Running in 4a1fe8dee51f 12:57:55 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 12:57:55 Need to get 1696 B of archives. 12:57:55 After this operation, 153 kB of additional disk space will be used. 12:57:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 12:57:55 debconf: delaying package configuration, since apt-utils is not installed 12:57:55 Fetched 1696 B in 0s (18.5 kB/s) 12:57:55 Selecting previously unselected package apt-transport-https. 12:57:55 (Reading database ... 13929 files and directories currently installed.) 12:57:55 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 12:57:55 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 12:57:55 ---> Running in f5ea24916a21 12:57:55 Removing intermediate container ae0cb8e6e5d7 12:57:55 ---> a54f0f123b58 12:57:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:57:55 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 12:57:55 ---> Running in a240abee463c 12:57:55 Waiting for network to be ready... 12:57:55 Removing intermediate container 4a1fe8dee51f 12:57:55 ---> 2add5a0b30fa 12:57:55 Step 13/24 : EXPOSE $APP_PORT 12:57:55 Removing intermediate container 1a606f8e10df 12:57:55 ---> 644c314ae7ee 12:57:55 Step 23/24 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:57:56 ---> Running in b38602fd8874 12:57:56 ---> Running in b506a784d2bd 12:57:56 Removing intermediate container f5ea24916a21 12:57:56 ---> ba9429e27c2b 12:57:56 Step 20/21 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:57:56 ---> Running in bb7cf0f6cfa4 12:57:56 Removing intermediate container a240abee463c 12:57:56 ---> 7b2b680de5c5 12:57:56 Step 20/22 : LABEL arch=arm64 12:57:57 ---> Running in 5fd52137d8e0 12:57:57 Removing intermediate container b38602fd8874 12:57:57 ---> 7a2ee6d435c4 12:57:57 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 12:57:57 Removing intermediate container b506a784d2bd 12:57:57 ---> 976fefc6e239 12:57:57 Step 24/24 : LABEL version=0.0.0 12:57:57 Removing intermediate container bb7cf0f6cfa4 12:57:57 ---> 111613d97cfe 12:57:57 Step 21/21 : LABEL version=0.0.0 12:57:57 ---> Running in 0f6cc28dc5b1 12:57:57 ---> Running in b8298999fe25 12:57:57 Removing intermediate container 5fd52137d8e0 12:57:57 ---> e2b8dada41d1 12:57:57 Step 21/22 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:57:58 Removing intermediate container 0f6cc28dc5b1 12:57:58 ---> 5817aa658207 12:57:58 12:57:58 ---> 7700c500e8cf 12:57:58 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 12:57:58 ---> Running in cccd424a879d 12:57:58 Removing intermediate container b8298999fe25 12:57:58 ---> 5f0e2ca3c109 12:57:58 12:57:58 Successfully built 5817aa658207 12:57:58 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 12:57:59  Building docker-security-secretstore-setup-go ... done Removing intermediate container cccd424a879d 12:57:59 ---> 5b6eb460ebee 12:57:59 Step 22/22 : LABEL version=0.0.0 12:57:59 ---> Running in b9b422fb43cd 12:57:59 Successfully built 5f0e2ca3c109 12:57:59 Successfully tagged docker-security-proxy-setup-go-arm64:latest 12:58:00  Building docker-security-proxy-setup-go ... done  ---> 09fb824b25a0 12:58:00 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 12:58:00 Removing intermediate container b9b422fb43cd 12:58:00 ---> 56e051af7d91 12:58:00 12:58:00 2020-12-17T12:57:58Z INFO Waiting for automatic snapd restart... 12:58:00 snapd 2.48.1 from Canonical* installed 12:58:01 Successfully built 56e051af7d91 12:58:01 Successfully tagged docker-core-command-go-arm64:latest 12:58:01 "snapd" switched to the "latest/stable" channel 12:58:01 12:58:02  Building docker-core-command-go ... done  ---> a88ef2cae1d6 12:58:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 12:58:03 ---> 103a073f0529 12:58:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 12:58:04 core18 20201210 from Canonical* installed 12:58:04 "core18" switched to the "latest/stable" channel 12:58:04 12:58:04 ---> 1db6e7928971 12:58:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 12:58:05 ---> 07a9a1bd449b 12:58:05 Step 20/24 : ENTRYPOINT ["/support-notifications"] 12:58:05 ---> Running in cbf898cb5295 12:58:06 Removing intermediate container cbf898cb5295 12:58:06 ---> 6e1b233fdefd 12:58:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:58:06 ---> Running in 64299f434f56 12:58:06 Removing intermediate container 64299f434f56 12:58:06 ---> bc599a176d2f 12:58:06 Step 22/24 : LABEL arch=arm64 12:58:06 ---> Running in 83b1829265f7 12:58:07 Removing intermediate container 83b1829265f7 12:58:07 ---> cfcd6cd6a4f5 12:58:07 Step 23/24 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:58:07 snapcraft 4.4.4 from Canonical* installed 12:58:07 "snapcraft" switched to the "latest/stable" channel 12:58:07 12:58:07 ---> Running in 34bb83faa634 12:58:08 Removing intermediate container 34bb83faa634 12:58:08 ---> 68c850291ff7 12:58:08 Step 24/24 : LABEL version=0.0.0 12:58:08 ---> Running in 965a130b6b17 12:58:09 Removing intermediate container 965a130b6b17 12:58:09 ---> 23672804d5f4 12:58:09 12:58:09 Removing intermediate container cdc038ee5682 12:58:09 ---> 3507267d2329 12:58:09 12:58:09 Step 9/29 : FROM alpine:latest 12:58:09 ---> afeebe901d6b 12:58:09 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 12:58:09 Successfully built 23672804d5f4 12:58:09 Successfully tagged docker-support-notifications-go-arm64:latest 12:58:10  Building docker-support-notifications-go ... done  ---> Running in 254c08b96961 12:58:10 Removing intermediate container 254c08b96961 12:58:10 ---> b5296db1d7e6 12:58:10 Step 11/29 : USER root 12:58:10 ---> Running in 0907df1bb70a 12:58:11 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: 12:58:11 - README.md 12:58:11 - snapcraft.yaml.orig 12:58:11 12:58:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 12:58:11 Removing intermediate container 0907df1bb70a 12:58:11 ---> c7a539a86f25 12:58:11 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 12:58:11 ---> Running in 32bd457cc662 12:58:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:58:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:58:13 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 12:58:13 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 12:58:13 OK: 12615 distinct packages available 12:58:13 (1/2) Installing ca-certificates (20191127-r4) 12:58:13 (2/2) Installing dumb-init (1.2.2-r1) 12:58:13 Executing busybox-1.31.1-r19.trigger 12:58:13 Executing ca-certificates-20191127-r4.trigger 12:58:13 OK: 6 MiB in 16 packages 12:58:15 Removing intermediate container 32bd457cc662 12:58:15 ---> d1a8097b37ae 12:58:15 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 12:58:15 ---> Running in 98d87838829d 12:58:15 Removing intermediate container 98d87838829d 12:58:15 ---> 99cbe8dc6331 12:58:15 Step 14/29 : WORKDIR $BASE_DIR 12:58:16 ---> Running in a3631c605e2d 12:58:16 Removing intermediate container a3631c605e2d 12:58:16 ---> 9e97ad8a4bfa 12:58:16 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 12:58:16 ---> Running in 69cc55288d1d 12:58:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:58:17 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 12:58:17 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 12:58:17 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:58:18 Reading package lists... 12:58:19 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 12:58:19 Removing intermediate container 69cc55288d1d 12:58:19 ---> 62e256f6ad66 12:58:19 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 12:58:20 ---> 71722e404e57 12:58:20 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 12:58:21 ---> 40219744fb92 12:58:21 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 12:58:21 ---> 9f91b1d420be 12:58:21 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 12:58:22 ---> 410b46b01696 12:58:22 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 12:58:23 ---> 0d950923b3a5 12:58:23 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 12:58:23 ---> Running in f53385708519 12:58:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:58:25 Reading package lists... 12:58:25 Building dependency tree... 12:58:25 Reading state information... 12:58:25 Suggested packages: 12:58:25 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 12:58:25 git-gui gitk gitweb git-cvs git-mediawiki git-svn 12:58:25 Recommended packages: 12:58:25 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 12:58:25 The following NEW packages will be installed: 12:58:25 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 12:58:25 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 12:58:25 pkg-config zip 12:58:25 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 12:58:25 Need to get 7655 kB of archives. 12:58:25 After this operation, 43.7 MB of additional disk space will be used. 12:58:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 12:58:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 12:58:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 12:58:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 12:58:25 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 12:58:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 12:58:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 12:58:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 12:58:25 Removing intermediate container f53385708519 12:58:25 ---> e27e372402b3 12:58:25 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 12:58:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 12:58:25 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 12:58:25 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 12:58:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 12:58:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 12:58:26 ---> 1fea98d32388 12:58:26 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 12:58:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 12:58:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 12:58:26 debconf: delaying package configuration, since apt-utils is not installed 12:58:26 Fetched 7655 kB in 1s (10.6 MB/s) 12:58:26 ---> Running in 05b5d7b60014 12:58:26 Selecting previously unselected package libglib2.0-0:amd64. 12:58:26 (Reading database ... 13933 files and directories currently installed.) 12:58:26 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 12:58:26 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 12:58:26 Selecting previously unselected package libpsl5:amd64. 12:58:26 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 12:58:26 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 12:58:26 Selecting previously unselected package libnghttp2-14:amd64. 12:58:26 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 12:58:26 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 12:58:26 Selecting previously unselected package librtmp1:amd64. 12:58:26 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 12:58:26 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 12:58:27 Selecting previously unselected package libcurl3-gnutls:amd64. 12:58:27 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 12:58:27 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 12:58:27 Selecting previously unselected package liberror-perl. 12:58:27 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 12:58:27 Unpacking liberror-perl (0.17025-1) ... 12:58:27 Selecting previously unselected package git-man. 12:58:27 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 12:58:27 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 12:58:27 Selecting previously unselected package git. 12:58:27 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 12:58:27 Unpacking git (1:2.17.1-1ubuntu0.7) ... 12:58:28 Selecting previously unselected package libnorm1:amd64. 12:58:28 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 12:58:28 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 12:58:28 Removing intermediate container 05b5d7b60014 12:58:28 ---> c9626dff4932 12:58:28 Step 24/29 : RUN chmod 755 security-secrets-setup 12:58:28 Selecting previously unselected package libpgm-5.2-0:amd64. 12:58:28 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 12:58:28 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 12:58:28 ---> Running in 2f63761c4cd6 12:58:28 Selecting previously unselected package libsodium23:amd64. 12:58:28 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 12:58:28 Unpacking libsodium23:amd64 (1.0.16-2) ... 12:58:29 Selecting previously unselected package libzmq5:amd64. 12:58:29 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 12:58:29 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 12:58:29 Selecting previously unselected package libzmq3-dev:amd64. 12:58:29 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 12:58:29 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 12:58:29 Selecting previously unselected package pkg-config. 12:58:29 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 12:58:29 Unpacking pkg-config (0.29.1-0ubuntu2) ... 12:58:29 Selecting previously unselected package zip. 12:58:29 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 12:58:29 Unpacking zip (3.0-11build1) ... 12:58:30 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 12:58:30 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 12:58:30 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 12:58:30 Setting up liberror-perl (0.17025-1) ... 12:58:30 Setting up libpsl5:amd64 (0.19.1-5build1) ... 12:58:30 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 12:58:30 No schema files found: doing nothing. 12:58:30 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 12:58:30 Setting up zip (3.0-11build1) ... 12:58:30 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 12:58:30 Setting up libsodium23:amd64 (1.0.16-2) ... 12:58:30 Setting up pkg-config (0.29.1-0ubuntu2) ... 12:58:30 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 12:58:30 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 12:58:30 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 12:58:30 Setting up git (1:2.17.1-1ubuntu0.7) ... 12:58:30 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 12:58:31 Removing intermediate container 2f63761c4cd6 12:58:31 ---> 6e6ba96fe912 12:58:31 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 12:58:31 ---> Running in 11dfc1a0c29d 12:58:31 Removing intermediate container 11dfc1a0c29d 12:58:31 ---> 8e36ccb0f571 12:58:31 Step 26/29 : CMD [ "generate" ] 12:58:31 ---> Running in 412ac153c58b 12:58:32 Removing intermediate container 412ac153c58b 12:58:32 ---> 2258856358d9 12:58:32 Step 27/29 : LABEL arch=arm64 12:58:32 ---> Running in e49f9b1223a5 12:58:33 Removing intermediate container e49f9b1223a5 12:58:33 ---> 106f5d6ce004 12:58:33 Step 28/29 : LABEL git_sha=b400584c1c3cb6466e141ab22436c68bbc25a7a1 12:58:33 ---> Running in 48f9cfe04242 12:58:33 Removing intermediate container 48f9cfe04242 12:58:33 ---> 834af07836be 12:58:33 Step 29/29 : LABEL version=0.0.0 12:58:33 ---> Running in d8aa28098237 12:58:34 Removing intermediate container d8aa28098237 12:58:34 ---> fdfcf892b30e 12:58:34 12:58:34 Successfully built fdfcf892b30e 12:58:34 Successfully tagged docker-security-secrets-setup-go-arm64:latest 12:58:35  Building docker-security-secrets-setup-go ... done  [Pipeline] } 12:58:35 $ docker stop --time=1 f6160bf8f766d24443295edcf06cfc0518839cf7cb844aaed4f4bbe39acabb97 12:58:37 $ docker rm -f f6160bf8f766d24443295edcf06cfc0518839cf7cb844aaed4f4bbe39acabb97 12:58:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:58:37 git set to automatically installed. 12:58:37 git-man set to automatically installed. 12:58:37 libcurl3-gnutls set to automatically installed. 12:58:37 liberror-perl set to automatically installed. 12:58:37 libglib2.0-0 set to automatically installed. 12:58:37 libnghttp2-14 set to automatically installed. 12:58:37 libnorm1 set to automatically installed. 12:58:37 libpgm-5.2-0 set to automatically installed. 12:58:37 libpsl5 set to automatically installed. 12:58:37 librtmp1 set to automatically installed. 12:58:37 libsodium23 set to automatically installed. 12:58:37 libzmq3-dev set to automatically installed. 12:58:37 libzmq5 set to automatically installed. 12:58:37 pkg-config set to automatically installed. 12:58:37 zip set to automatically installed. [Pipeline] // withDockerContainer [Pipeline] sh 12:58:37 + docker images 12:58:37 + grep docker 12:58:38 docker-security-secrets-setup-go-arm64 latest fdfcf892b30e 4 seconds ago 22.7MB 12:58:38 docker-support-notifications-go-arm64 latest 23672804d5f4 29 seconds ago 11.4MB 12:58:38 docker-core-command-go-arm64 latest 56e051af7d91 37 seconds ago 9.98MB 12:58:38 docker-security-proxy-setup-go-arm64 latest 5f0e2ca3c109 39 seconds ago 23.4MB 12:58:38 docker-security-secretstore-setup-go-arm64 latest 5817aa658207 40 seconds ago 23.5MB 12:58:38 docker-sys-mgmt-agent-go-arm64 latest 8bfe0419c7a6 2 minutes ago 300MB 12:58:38 docker-core-data-go-arm64 latest abf693f6b2a7 3 minutes ago 20.9MB 12:58:38 docker-core-metadata-go-arm64 latest 359da15089c7 3 minutes ago 12.2MB 12:58:38 docker-security-bootstrap-redis-go-arm64 latest 1b9e88704cf6 3 minutes ago 15.2MB 12:58:38 docker-support-scheduler-go-arm64 latest ba3024c96ded 3 minutes ago 10MB 12:58:38 docker latest 0c09fb3ff9b5 39 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 12:58:39 snapd is not logged in, snap install commands will use sudo [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:58:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 12:58:45 snap "core18" has no updates available 12:58:46 Pulling config-common 12:58:47 Pulling go-build-helper 12:59:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 12:59:09 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 12:59:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 12:59:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 12:59:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 12:59:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 12:59:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 12:59:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 12:59:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 12:59:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 12:59:09 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 12:59:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 12:59:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 12:59:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 12:59:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 12:59:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 12:59:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 12:59:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 12:59:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 12:59:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 12:59:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 12:59:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 12:59:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 12:59:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 12:59:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 12:59:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 12:59:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 12:59:09 Fetched 23.5 MB in 0s (0 B/s) 12:59:09 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 12:59:09 Fetched 96.5 kB in 0s (0 B/s) 12:59:09 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 12:59:09 Fetched 279 kB in 0s (0 B/s) 12:59:09 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 12:59:09 Fetched 122 kB in 0s (0 B/s) 12:59:09 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 12:59:09 Fetched 77.8 kB in 0s (0 B/s) 12:59:09 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 12:59:09 Fetched 8848 B in 0s (0 B/s) 12:59:09 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 12:59:09 Fetched 47.8 kB in 0s (0 B/s) 12:59:09 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 12:59:09 Fetched 45.6 kB in 0s (0 B/s) 12:59:09 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 12:59:09 Fetched 14.8 kB in 0s (0 B/s) 12:59:09 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 12:59:09 Fetched 214 kB in 0s (0 B/s) 12:59:09 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 12:59:09 Fetched 155 kB in 0s (0 B/s) 12:59:09 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 12:59:09 Fetched 50.6 kB in 0s (0 B/s) 12:59:09 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 12:59:09 Fetched 14.8 kB in 0s (0 B/s) 12:59:09 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 12:59:09 Fetched 41.8 kB in 0s (0 B/s) 12:59:09 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 12:59:09 Fetched 499 kB in 0s (0 B/s) 12:59:09 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 12:59:09 Fetched 111 kB in 0s (0 B/s) 12:59:09 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 12:59:09 Fetched 240 kB in 0s (0 B/s) 12:59:09 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 12:59:09 Fetched 29.3 kB in 0s (0 B/s) 12:59:09 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 12:59:09 Fetched 85.5 kB in 0s (0 B/s) 12:59:09 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 12:59:09 Fetched 24.5 kB in 0s (0 B/s) 12:59:09 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 12:59:09 Fetched 49.2 kB in 0s (0 B/s) 12:59:09 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 12:59:09 Fetched 54.2 kB in 0s (0 B/s) 12:59:09 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 12:59:09 Fetched 30.8 kB in 0s (0 B/s) 12:59:09 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 12:59:09 Fetched 17.0 kB in 0s (0 B/s) 12:59:09 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 12:59:09 Fetched 85.9 kB in 0s (0 B/s) 12:59:09 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 12:59:09 Fetched 8720 B in 0s (0 B/s) 12:59:09 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 12:59:09 Fetched 137 kB in 0s (0 B/s) 12:59:09 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 12:59:09 Fetched 119 kB in 0s (0 B/s) 12:59:09 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 12:59:09 Fetched 109 kB in 0s (0 B/s) 12:59:09 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 12:59:09 Fetched 11.1 kB in 0s (0 B/s) 12:59:09 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 12:59:09 Fetched 645 kB in 0s (0 B/s) 12:59:09 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 12:59:09 Fetched 41.3 kB in 0s (0 B/s) 12:59:09 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 12:59:09 Fetched 17.9 kB in 0s (0 B/s) 12:59:09 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 12:59:09 Fetched 368 kB in 0s (0 B/s) 12:59:09 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 12:59:09 Fetched 187 kB in 0s (0 B/s) 12:59:09 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 12:59:09 Fetched 175 kB in 0s (0 B/s) 12:59:09 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 12:59:12 Fetched 206 kB in 0s (0 B/s) 12:59:12 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 12:59:12 Fetched 1301 kB in 0s (0 B/s) 12:59:12 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 12:59:12 Fetched 36.2 kB in 0s (0 B/s) 12:59:12 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 12:59:12 Fetched 159 kB in 0s (0 B/s) 12:59:12 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 12:59:12 Fetched 107 kB in 0s (0 B/s) 12:59:12 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 12:59:12 Fetched 48.7 kB in 0s (0 B/s) 12:59:12 Pulling static-packages 12:59:13 'go115' has dependencies that need to be staged: go-build-helper static-packages 12:59:13 Skipping pull go-build-helper (already ran) 12:59:13 Skipping pull static-packages (already ran) 12:59:13 Building go-build-helper 12:59:17 Building static-packages 12:59:19 Staging go-build-helper 12:59:20 Staging static-packages 12:59:20 Pulling go115 12:59:21 'edgex-go' has dependencies that need to be staged: go115 12:59:21 Skipping pull go115 (already ran) 12:59:21 Building go115 12:59:21 % Total % Received % Xferd Average Speed Time Time Time Current 12:59:21 Dload Upload Total Spent Left Speed 12:59:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 24 115M 24 28.6M 0 0 27.6M 0 0:00:04 0:00:01 0:00:03 27.6M 59 115M 59 68.3M 0 0 32.9M 0 0:00:03 0:00:02 0:00:01 32.9M 100 115M 100 115M 0 0 38.7M 0 0:00:02 0:00:02 --:--:-- 38.7M 12:59:25 go1.15.2.linux-amd64.tar.gz: OK 12:59:29 Staging go115 12:59:35 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 12:59:35 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 12:59:35 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 12:59:35 Fetched 0 B in 0s (0 B/s) 12:59:35 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 12:59:35 Fetched 224 kB in 0s (0 B/s) 12:59:35 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 12:59:35 Fetched 157 kB in 0s (0 B/s) 12:59:35 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 12:59:35 Fetched 221 kB in 0s (0 B/s) 12:59:35 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 12:59:35 Fetched 143 kB in 0s (0 B/s) 12:59:35 Pulling edgex-go 12:59:35 Pulling version 12:59:36 Building config-common 12:59:38 Skipping build go-build-helper (already ran) 12:59:38 Skipping build static-packages (already ran) 12:59:38 Skipping build go115 (already ran) 12:59:38 Building edgex-go 12:59:38 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 12:59:39 go: downloading github.com/gorilla/mux v1.8.0 12:59:39 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 12:59:39 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 12:59:39 go: downloading github.com/OneOfOne/xxhash v1.2.8 12:59:39 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 12:59:39 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 12:59:39 go: downloading github.com/google/uuid v1.1.2 12:59:39 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 12:59:39 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 12:59:39 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 12:59:39 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 12:59:39 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 12:59:39 go: downloading github.com/imdario/mergo v0.3.11 12:59:39 go: downloading github.com/pkg/errors v0.8.1 12:59:39 go: downloading github.com/pebbe/zmq4 v1.0.0 12:59:39 go: downloading github.com/BurntSushi/toml v0.3.1 12:59:39 go: downloading github.com/pelletier/go-toml v1.2.0 12:59:39 go: downloading github.com/hashicorp/consul/api v1.1.0 12:59:39 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 12:59:39 go: downloading github.com/go-playground/validator/v10 v10.3.0 12:59:39 go: downloading github.com/x448/float16 v0.8.4 12:59:39 go: downloading github.com/go-kit/kit v0.8.0 12:59:39 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 12:59:39 go: downloading gopkg.in/yaml.v2 v2.4.0 12:59:39 go: downloading github.com/go-redis/redis/v7 v7.2.0 12:59:39 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 12:59:40 go: downloading github.com/hashicorp/serf v0.8.2 12:59:40 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 12:59:40 go: downloading github.com/leodido/go-urn v1.2.0 12:59:40 go: downloading github.com/mitchellh/mapstructure v1.1.2 12:59:40 go: downloading github.com/go-logfmt/logfmt v0.4.0 12:59:40 go: downloading github.com/go-playground/universal-translator v0.17.0 12:59:40 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 12:59:40 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 12:59:40 go: downloading github.com/mitchellh/copystructure v1.0.0 12:59:40 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 12:59:40 go: downloading github.com/go-playground/locales v0.13.0 12:59:40 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 12:59:40 go: downloading github.com/mitchellh/reflectwalk v1.0.0 12:59:40 go: downloading github.com/hashicorp/golang-lru v0.5.0 12:59:47 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 12:59:50 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 12:59:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 12:59:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 12:59:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 12:59:52 go: downloading github.com/stretchr/testify v1.5.1 12:59:52 go: downloading github.com/pmezard/go-difflib v1.0.0 12:59:52 go: downloading github.com/davecgh/go-spew v1.1.1 12:59:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 12:59:54 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 12:59:54 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 12:59:55 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 12:59: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 12:59:56 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 12:59:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 12:59:57 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 12:59:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 12:59:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 13:00:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:00:01 Building version 13:00:03 Staging config-common 13:00:04 Skipping stage go-build-helper (already ran) 13:00:04 Skipping stage static-packages (already ran) 13:00:04 Skipping stage go115 (already ran) 13:00:04 Staging edgex-go 13:00:05 Staging version 13:00:06 Priming config-common 13:00:07 Priming go-build-helper 13:00:08 Priming static-packages 13:00:10 Priming go115 13:00:11 Priming edgex-go 13:00:12 Priming version 13:00:13 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 13:00:17 provisioning config files... 13:00:17 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7648911482016881388tmp [Pipeline] { [Pipeline] sh 13:00:17 + set +x 13:00:17 + curl -s https://codecov.io/bash 13:00:17 + bash -s -- 13:00:18 13:00:18 _____ _ 13:00:18 / ____| | | 13:00:18 | | ___ __| | ___ ___ _____ __ 13:00:18 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:00:18 | |___| (_) | (_| | __/ (_| (_) \ V / 13:00:18 \_____\___/ \__,_|\___|\___\___/ \_/ 13:00:18 Bash-20201130-cc6d3fe 13:00:18 13:00:18 13:00:18 ==> Jenkins CI detected. 13:00:18 project root: . 13:00:18 --> token set from env 13:00:18 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:00:18 ==> Running gcov in . (disable via -X gcov) 13:00:18 ==> Python coveragepy not found 13:00:18 ==> Searching for coverage reports in: 13:00:18 + . 13:00:18 -> Found 1 reports 13:00:18 ==> Detecting git/mercurial file structure 13:00:18 ==> Reading reports 13:00:18 + ./coverage.out bytes=569356 13:00:18 ==> Appending adjustments 13:00:18 https://docs.codecov.io/docs/fixing-reports 13:00:25 + Found adjustments 13:00:25 ==> Gzipping contents 13:00:25 84K /tmp/codecov.kbdSyQ.gz 13:00:25 ==> Uploading reports 13:00:25 url: https://codecov.io 13:00:25 query: branch=PR-2959&commit=b400584c1c3cb6466e141ab22436c68bbc25a7a1&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2959%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2959&job=&cmd_args= 13:00:25 -> Pinging Codecov 13:00:25 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2959&commit=b400584c1c3cb6466e141ab22436c68bbc25a7a1&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2959%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2959&job=&cmd_args= 13:00:26 -> Uploading to 13:00:26 https://storage.googleapis.com/codecov/v4/raw/2020-12-17/00271124DB129430A58F1EEE437C3FCB/b400584c1c3cb6466e141ab22436c68bbc25a7a1/fb4ae294-ab97-492d-a2ae-deb04fba8a06.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201217T130026Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=af7339257eb0db150942eafdc856e299b076d892025578cdd7885175dde0572e 13:00:26 % Total % Received % Xferd Average Speed Time Time Time Current 13:00:26 Dload Upload Total Spent Left Speed 13:00:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85998 0 0 100 85998 0 133k --:--:-- --:--:-- --:--:-- 133k 13:00:27 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b400584c1c3cb6466e141ab22436c68bbc25a7a1 [Pipeline] } 13:00:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 13:00:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:00:31 ---> package-listing.sh 13:00:31 ++ facter osfamily 13:00:31 ++ tr '[:upper:]' '[:lower:]' 13:00:31 + OS_FAMILY=redhat 13:00:31 + workspace=/w/workspace/edgex-go/2 13:00:31 + START_PACKAGES=/tmp/packages_start.txt 13:00:31 + END_PACKAGES=/tmp/packages_end.txt 13:00:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:00:31 + PACKAGES=/tmp/packages_start.txt 13:00:31 + '[' /w/workspace/edgex-go/2 ']' 13:00:31 + PACKAGES=/tmp/packages_end.txt 13:00:31 + case "${OS_FAMILY}" in 13:00:31 + rpm -qa 13:00:31 + sort 13:00:36 + '[' -f /tmp/packages_start.txt ']' 13:00:36 + '[' -f /tmp/packages_end.txt ']' 13:00:36 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:00:37 + '[' /w/workspace/edgex-go/2 ']' 13:00:37 + mkdir -p /w/workspace/edgex-go/2/archives/ 13:00:37 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 13:00:37 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:00:37 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:00:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:00:38 13:00:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:00:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:00:39 alpine: Pulling from edgex-lftools-log-publisher 13:00:39 df20fa9351a1: Pulling fs layer 13:00:39 36b3adc4ff6f: Pulling fs layer 13:00:39 8ad3a11d3b57: Pulling fs layer 13:00:39 46f8f816bc3b: Pulling fs layer 13:00:39 93b61091891f: Pulling fs layer 13:00:39 93b9cdb0e59b: Pulling fs layer 13:00:39 5e14af77c1be: Pulling fs layer 13:00:39 01666e4c0597: Pulling fs layer 13:00:39 aa168da1d23b: Pulling fs layer 13:00:39 46f8f816bc3b: Waiting 13:00:39 93b61091891f: Waiting 13:00:39 93b9cdb0e59b: Waiting 13:00:39 5e14af77c1be: Waiting 13:00:39 01666e4c0597: Waiting 13:00:39 aa168da1d23b: Waiting 13:00:39 36b3adc4ff6f: Verifying Checksum 13:00:39 36b3adc4ff6f: Download complete 13:00:39 46f8f816bc3b: Verifying Checksum 13:00:39 46f8f816bc3b: Download complete 13:00:39 df20fa9351a1: Verifying Checksum 13:00:39 df20fa9351a1: Download complete 13:00:39 93b9cdb0e59b: Verifying Checksum 13:00:39 93b9cdb0e59b: Download complete 13:00:39 5e14af77c1be: Verifying Checksum 13:00:39 5e14af77c1be: Download complete 13:00:39 93b61091891f: Verifying Checksum 13:00:39 93b61091891f: Download complete 13:00:40 8ad3a11d3b57: Verifying Checksum 13:00:40 8ad3a11d3b57: Download complete 13:00:40 df20fa9351a1: Pull complete 13:00:40 01666e4c0597: Verifying Checksum 13:00:40 01666e4c0597: Download complete 13:00:41 36b3adc4ff6f: Pull complete 13:00:43 8ad3a11d3b57: Pull complete 13:00:43 46f8f816bc3b: Pull complete 13:00:44 93b61091891f: Pull complete 13:00:44 93b9cdb0e59b: Pull complete 13:00:45 5e14af77c1be: Pull complete 13:00:46 aa168da1d23b: Verifying Checksum 13:00:46 aa168da1d23b: Download complete 13:00:48 01666e4c0597: Pull complete 13:01:00 aa168da1d23b: Pull complete 13:01:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:01:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:01:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:01:01 prd-centos7-docker-4c-2g-16493 does not seem to be running inside a container 13:01:01 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 13:01:06 $ docker top 71c8ccad6ab5110efd0f4ccffdd489743601cffa0ecda27a7d2ece5f46f5698d -eo pid,comm [Pipeline] { [Pipeline] sh 13:01:07 + touch /tmp/pre-build-complete [Pipeline] sh 13:01:07 + mkdir -p /var/log/sa [Pipeline] sh 13:01:08 + ls /var/log/sa-host 13:01:08 + sadf -c /var/log/sa-host/sa17 13:01:08 file_magic: OK 13:01:08 HZ: Using current value: 100 13:01:08 file_header: OK 13:01:08 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 13:01:08 Statistics: 13:01:08 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:01:08 File successfully converted to sysstat format version 12.2.1 13:01:08 + sadf -c /var/log/sa-host/sa23 13:01:08 file_magic: OK 13:01:08 HZ: Using current value: 100 13:01:08 file_header: OK 13:01:08 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 13:01:08 Statistics: 13:01:08 Hnuu...uuuununununu... 13:01:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:01:08 provisioning config files... 13:01:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2890157893108444106tmp [Pipeline] { [Pipeline] echo 13:01:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:01:09 ---> create-netrc.sh [Pipeline] } 13:01:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:01:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:01:10 ---> python-tools-install.sh [Pipeline] echo 13:01:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:01:10 ---> sudo-logs.sh 13:01:10 Archiving 'sudo' log.. [Pipeline] echo 13:01:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:01:11 ---> job-cost.sh 13:01:11 lf-activate-venv: SKIPPING 13:01:11 INFO: No Stack... 13:01:12 INFO: Retrieving Pricing Info for: v1-standard-2 13:01:13 INFO: Archiving Costs [Pipeline] echo 13:01:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:01:13 ---> logs-deploy.sh 13:01:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2959/2 13:01:13 INFO: archiving workspace using pattern(s): 13:01:16 Archives upload complete. 13:01:16 INFO: archiving logs to Nexus 13:01:17 ---> uname -a: 13:01:17 Linux prd-centos7-docker-4c-2g-16493.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:01:17 13:01:17 13:01:17 ---> lscpu: 13:01:17 Architecture: x86_64 13:01:17 CPU op-mode(s): 32-bit, 64-bit 13:01:17 Byte Order: Little Endian 13:01:17 Address sizes: 40 bits physical, 48 bits virtual 13:01:17 CPU(s): 4 13:01:17 On-line CPU(s) list: 0-3 13:01:17 Thread(s) per core: 1 13:01:17 Core(s) per socket: 1 13:01:17 Socket(s): 4 13:01:17 NUMA node(s): 1 13:01:17 Vendor ID: GenuineIntel 13:01:17 CPU family: 6 13:01:17 Model: 44 13:01:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:01:17 Stepping: 1 13:01:17 CPU MHz: 2933.438 13:01:17 BogoMIPS: 5866.87 13:01:17 Virtualization: VT-x 13:01:17 Hypervisor vendor: KVM 13:01:17 Virtualization type: full 13:01:17 L1d cache: 128 KiB 13:01:17 L1i cache: 128 KiB 13:01:17 L2 cache: 16 MiB 13:01:17 L3 cache: 64 MiB 13:01:17 NUMA node0 CPU(s): 0-3 13:01:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:01:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:01:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:01:17 Vulnerability Meltdown: Mitigation; PTI 13:01:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:01:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:01:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:01:17 Vulnerability Srbds: Not affected 13:01:17 Vulnerability Tsx async abort: Not affected 13:01:17 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 13:01:17 13:01:17 13:01:17 ---> nproc: 13:01:17 4 13:01:17 13:01:17 13:01:17 ---> df -h: 13:01:17 Filesystem Size Used Available Use% Mounted on 13:01:17 overlay 50.0G 12.6G 37.4G 25% / 13:01:17 tmpfs 64.0M 0 64.0M 0% /dev 13:01:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:01:17 shm 64.0M 0 64.0M 0% /dev/shm 13:01:17 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 13:01:17 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 13:01:17 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 13:01:17 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 13:01:17 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 13:01:17 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 13:01:17 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 13:01:17 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 13:01:17 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/2 13:01:17 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/2@tmp 13:01:17 13:01:17 13:01:17 ---> free -m: 13:01:17 total used free shared buff/cache available 13:01:17 Mem: 1837 695 221 0 920 1055 13:01:17 Swap: 1023 90 933 13:01:17 13:01:17 13:01:17 ---> ip addr: 13:01:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:01:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:01:17 inet 127.0.0.1/8 scope host lo 13:01:17 valid_lft forever preferred_lft forever 13:01:17 inet6 ::1/128 scope host 13:01:17 valid_lft forever preferred_lft forever 13:01:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:01:17 link/ether fa:16:3e:5e:fb:4a brd ff:ff:ff:ff:ff:ff 13:01:17 inet 10.30.123.205/23 brd 10.30.123.255 scope global dynamic eth0 13:01:17 valid_lft 84979sec preferred_lft 84979sec 13:01:17 inet6 fe80::f816:3eff:fe5e:fb4a/64 scope link 13:01:17 valid_lft forever preferred_lft forever 13:01:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:01:17 link/ether 02:42:f2:af:49:40 brd ff:ff:ff:ff:ff:ff 13:01:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:01:17 valid_lft forever preferred_lft forever 13:01:17 inet6 fe80::42:f2ff:feaf:4940/64 scope link 13:01:17 valid_lft forever preferred_lft forever 13:01:17 13:01:17 13:01:17 ---> sar -b -r -n DEV: 13:01:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) 13:01:17 13:01:17 12:37:19 LINUX RESTART (4 CPU) 13:01:17 13:01:17 12:38:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:01:17 12:39:01 94.29 40.78 53.51 0.00 3710.73 27956.50 0.00 13:01:17 12:40:01 34.30 11.55 22.74 0.00 4564.46 4230.47 0.00 13:01:17 12:41:02 117.29 62.58 54.71 0.00 5142.72 30933.09 0.00 13:01:17 12:42:01 128.79 44.27 84.52 0.00 2043.03 23662.03 0.00 13:01:17 12:43:01 224.37 109.33 115.04 0.00 5299.14 19513.25 0.00 13:01:17 12:44:01 112.13 36.22 75.92 0.00 1506.25 10056.82 0.00 13:01:17 12:45:02 86.56 49.44 37.11 0.00 1764.38 1835.34 0.00 13:01:17 12:46:01 73.75 28.44 45.31 0.00 1178.18 4520.59 0.00 13:01:17 12:47:01 70.39 9.59 60.81 0.00 701.25 17156.47 0.00 13:01:17 12:48:05 628.63 444.92 183.71 0.00 78190.40 132233.27 0.00 13:01:17 12:49:02 2182.25 1882.09 300.16 0.00 121677.70 131687.93 0.00 13:01:17 12:50:02 904.57 743.85 160.71 0.00 45604.25 47258.95 0.00 13:01:17 12:51:02 478.46 177.50 300.96 0.00 37809.84 66560.00 0.00 13:01:17 12:52:03 2041.33 1728.78 312.56 0.00 131447.41 138831.66 0.00 13:01:17 12:53:04 1219.29 976.15 243.13 0.00 76410.54 77227.83 0.00 13:01:17 12:54:01 867.72 648.40 219.32 0.00 28495.55 42930.81 0.00 13:01:17 12:55:01 29.17 14.94 14.23 0.00 3033.26 1177.47 0.00 13:01:17 12:56:02 2.03 1.86 0.17 0.00 101.11 1.65 0.00 13:01:17 12:57:01 0.29 0.02 0.27 0.00 0.14 3.64 0.00 13:01:17 12:58:01 0.37 0.12 0.25 0.00 1.46 2.56 0.00 13:01:17 12:59:01 0.27 0.03 0.23 0.00 0.40 3.43 0.00 13:01:17 13:00:01 1.80 1.51 0.28 0.00 29.29 2.65 0.00 13:01:17 13:01:01 156.79 81.23 75.56 0.00 6764.67 16075.76 0.00 13:01:17 Average: 409.44 306.91 102.53 0.00 24229.15 34676.03 0.00 13:01:17 13:01:17 12:38:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:01:17 12:39:01 114048 0 546520 29.05 2620 1218356 1086552 37.08 495404 1073880 6720 13:01:17 12:40:01 69884 0 659988 35.08 2620 1149052 1334128 45.53 554792 1050508 64632 13:01:17 12:41:02 63448 0 676228 35.94 2596 1139272 1567012 53.48 719488 885808 8092 13:01:17 12:42:01 174732 0 666452 35.42 1492 1038868 1325968 45.25 567424 903632 91684 13:01:17 12:43:01 126568 0 791812 42.08 1440 961724 1697088 57.92 643276 839288 22552 13:01:17 12:44:01 198064 0 834660 44.36 444 848376 1836272 62.67 709340 696612 14520 13:01:17 12:45:02 238688 0 765380 40.68 444 877032 1753412 59.84 641904 720360 86076 13:01:17 12:46:01 222716 0 790912 42.04 392 867524 1439864 49.14 680876 693864 67304 13:01:17 12:47:01 192268 0 750608 39.89 364 938304 1381620 47.15 589188 818844 91536 13:01:17 12:48:05 69208 0 839624 44.62 0 972712 2284324 77.96 735728 871448 70836 13:01:17 12:49:02 70036 0 847600 45.05 0 963908 2390168 81.57 765276 816248 74360 13:01:17 12:50:02 191432 0 1120308 59.54 0 569804 3521556 120.18 695696 731444 33580 13:01:17 12:51:02 71720 0 792744 42.13 0 1017080 1995764 68.11 732876 832456 41112 13:01:17 12:52:03 77820 0 795384 42.27 0 1008340 2261780 77.19 652800 922420 10460 13:01:17 12:53:04 79236 0 768892 40.86 0 1033416 2998428 102.33 537356 1009648 62800 13:01:17 12:54:01 445776 0 652612 34.68 0 783156 1364048 46.55 518172 675276 20 13:01:17 12:55:01 662892 0 609604 32.40 0 609048 1219324 41.61 478936 502444 8 13:01:17 12:56:02 662312 0 607356 32.28 0 611876 1183512 40.39 477464 504648 16 13:01:17 12:57:01 663376 0 606284 32.22 0 611884 1183332 40.39 477016 504652 8 13:01:17 12:58:01 663500 0 606156 32.22 0 611888 1183332 40.39 477020 504696 8 13:01:17 12:59:01 663272 0 606376 32.23 0 611896 1183416 40.39 477116 504704 8 13:01:17 13:00:01 662600 0 607032 32.26 0 611912 1183332 40.39 477032 505588 20 13:01:17 13:01:01 287828 0 655572 34.84 0 938144 1236004 42.18 514280 805692 65264 13:01:17 Average: 290062 0 721657 38.35 540 869286 1678706 57.29 592107 755398 35288 13:01:17 13:01:17 12:38:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:01:17 12:39:01 eth0 711.07 391.90 3337.97 66.38 0.00 0.00 0.00 0.00 13:01:17 12:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:40:01 veth6dd1d65 702.18 628.03 66.77 2101.28 0.00 0.00 0.00 0.00 13:01:17 12:40:01 eth0 725.85 764.52 2540.22 90.31 0.00 0.00 0.00 0.00 13:01:17 12:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:40:01 docker0 702.18 627.90 57.17 2101.27 0.00 0.00 0.00 0.00 13:01:17 12:41:02 eth0 484.49 449.04 3383.04 69.01 0.00 0.00 0.00 0.00 13:01:17 12:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:41:02 docker0 185.75 170.39 14.39 562.85 0.00 0.00 0.00 0.00 13:01:17 12:42:01 eth0 287.31 176.83 1642.40 21.59 0.00 0.00 0.00 0.00 13:01:17 12:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:42:01 docker0 73.22 89.53 4.17 369.70 0.00 0.00 0.00 0.00 13:01:17 12:43:01 eth0 142.21 118.46 495.60 76.51 0.00 0.00 0.00 0.00 13:01:17 12:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:43:01 vethd509301 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:01:17 12:43:01 docker0 88.15 106.57 7.03 466.51 0.00 0.00 0.00 0.00 13:01:17 12:44:01 eth0 18.08 12.07 14.15 7.63 0.00 0.00 0.00 0.00 13:01:17 12:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:44:01 vethd509301 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:45:02 eth0 20.48 15.17 15.87 8.80 0.00 0.00 0.00 0.00 13:01:17 12:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:45:02 vethd509301 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:46:01 eth0 19.08 15.22 16.48 9.03 0.00 0.00 0.00 0.00 13:01:17 12:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:46:01 vethd509301 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:47:01 eth0 195.50 154.86 1689.44 89.54 0.00 0.00 0.00 0.00 13:01:17 12:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:48:05 vethead6c23 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:01:17 12:48:05 eth0 15.79 12.86 16.44 6.92 0.00 0.00 0.00 0.00 13:01:17 12:48:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:48:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:49:02 vethead6c23 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 13:01:17 12:49:02 eth0 65.16 55.00 172.01 66.81 0.00 0.00 0.00 0.00 13:01:17 12:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:49:02 docker0 30.97 35.54 1.95 154.07 0.00 0.00 0.00 0.00 13:01:17 12:50:02 veth754efa0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:01:17 12:50:02 vethd62d2a7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:01:17 12:50:02 vethf14ff5f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:01:17 12:50:02 veth6ed5e49 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:01:17 12:51:02 vethead6c23 0.00 0.67 0.00 0.03 0.00 0.00 0.00 0.00 13:01:17 12:51:02 eth0 2872.73 2269.44 14015.38 542.66 0.00 0.00 0.00 0.00 13:01:17 12:51:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:01:17 12:51:02 docker0 1128.18 1128.78 87.67 4180.63 0.00 0.00 0.00 0.00 13:01:17 12:52:03 vethead6c23 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 13:01:17 12:52:03 eth0 68.86 49.24 132.81 85.20 0.00 0.00 0.00 0.00 13:01:17 12:52:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:52:03 veth61797da 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:53:04 veth57877bb 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 13:01:17 12:53:04 vethead6c23 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:53:04 vethebc624a 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 13:01:17 12:53:04 veth9b45b0a 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 13:01:17 12:54:01 vethead6c23 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:54:01 eth0 3137.97 2471.05 14748.61 745.84 0.00 0.00 0.00 0.00 13:01:17 12:54:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 13:01:17 12:54:01 docker0 1186.20 1198.82 92.03 4479.01 0.00 0.00 0.00 0.00 13:01:17 12:55:01 eth0 9.35 7.11 8.09 3.68 0.00 0.00 0.00 0.00 13:01:17 12:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:56:02 eth0 0.60 0.58 0.28 0.23 0.00 0.00 0.00 0.00 13:01:17 12:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:57:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 13:01:17 12:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:58:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:01:17 12:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:59:01 eth0 0.23 0.18 0.14 0.07 0.00 0.00 0.00 0.00 13:01:17 12:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 12:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 13:00:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:01:17 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 13:01:01 eth0 236.16 178.00 2173.18 77.21 0.00 0.00 0.00 0.00 13:01:17 13:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 13:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 Average: eth0 140.54 110.91 708.99 34.63 0.00 0.00 0.00 0.00 13:01:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:01:17 Average: docker0 49.50 50.02 3.84 186.90 0.00 0.00 0.00 0.00 13:01:17 13:01:17 13:01:17 ---> sar -P ALL: 13:01:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) 13:01:17 13:01:17 12:37:19 LINUX RESTART (4 CPU) 13:01:17 13:01:17 12:38:03 CPU %user %nice %system %iowait %steal %idle 13:01:17 12:39:01 all 12.43 0.00 5.63 2.42 15.93 63.60 13:01:17 12:39:01 0 9.75 0.00 7.64 1.63 16.49 64.49 13:01:17 12:39:01 1 16.08 0.00 5.21 2.60 16.19 59.91 13:01:17 12:39:01 2 8.81 0.00 4.25 2.74 16.70 67.51 13:01:17 12:39:01 3 15.37 0.00 5.43 2.69 14.30 62.22 13:01:17 12:40:01 all 3.74 0.00 2.79 0.64 14.38 78.45 13:01:17 12:40:01 0 4.20 0.00 2.73 0.49 16.66 75.91 13:01:17 12:40:01 1 3.80 0.00 3.19 1.58 14.25 77.18 13:01:17 12:40:01 2 3.18 0.00 2.79 0.41 12.91 80.71 13:01:17 12:40:01 3 3.78 0.00 2.47 0.10 13.71 79.94 13:01:17 12:41:02 all 6.62 0.00 3.26 0.90 15.58 73.64 13:01:17 12:41:02 0 7.73 0.00 2.98 1.16 16.69 71.44 13:01:17 12:41:02 1 5.94 0.00 3.59 1.11 16.17 73.18 13:01:17 12:41:02 2 6.72 0.00 3.52 0.83 15.01 73.91 13:01:17 12:41:02 3 6.08 0.00 2.92 0.50 14.47 76.03 13:01:17 12:42:01 all 3.54 0.00 3.37 0.86 13.67 78.56 13:01:17 12:42:01 0 2.92 0.00 2.92 1.25 14.17 78.74 13:01:17 12:42:01 1 3.33 0.00 3.35 1.11 13.83 78.38 13:01:17 12:42:01 2 4.10 0.00 3.32 0.73 13.31 78.54 13:01:17 12:42:01 3 3.80 0.00 3.90 0.34 13.36 78.60 13:01:17 12:43:01 all 7.49 0.00 6.16 5.45 18.81 62.09 13:01:17 12:43:01 0 5.34 0.00 5.07 4.45 19.57 65.57 13:01:17 12:43:01 1 7.25 0.00 6.89 7.98 18.39 59.49 13:01:17 12:43:01 2 9.26 0.00 6.21 3.23 18.48 62.81 13:01:17 12:43:01 3 8.21 0.00 6.52 6.16 18.75 60.36 13:01:17 12:44:01 all 41.16 0.00 12.37 3.19 24.95 18.33 13:01:17 12:44:01 0 38.25 0.00 13.01 3.77 25.91 19.07 13:01:17 12:44:01 1 39.91 0.00 11.67 1.44 25.45 21.54 13:01:17 12:44:01 2 39.67 0.00 12.10 3.18 26.40 18.65 13:01:17 12:44:01 3 46.97 0.00 12.74 4.44 21.96 13.90 13:01:17 12:45:02 all 46.37 0.00 12.59 2.03 20.32 18.69 13:01:17 12:45:02 0 48.43 0.00 12.87 2.76 20.33 15.60 13:01:17 12:45:02 1 45.92 0.00 13.11 1.39 19.72 19.85 13:01:17 12:45:02 2 46.45 0.00 13.11 2.08 19.49 18.86 13:01:17 12:45:02 3 44.77 0.00 11.34 1.92 21.68 20.29 13:01:17 12:46:01 all 20.13 0.00 10.72 3.05 26.76 39.34 13:01:17 12:46:01 0 19.72 0.00 10.34 3.47 27.49 38.97 13:01:17 12:46:01 1 21.73 0.00 11.42 5.14 26.34 35.36 13:01:17 12:46:01 2 18.10 0.00 10.29 2.62 26.75 42.23 13:01:17 12:46:01 3 21.02 0.00 10.84 0.94 26.44 40.76 13:01:17 12:47:01 all 7.32 0.00 6.88 0.36 30.50 54.94 13:01:17 12:47:01 0 7.65 0.00 6.95 0.33 31.95 53.12 13:01:17 12:47:01 1 7.68 0.00 7.97 0.19 30.70 53.47 13:01:17 12:47:01 2 7.79 0.00 6.39 0.21 29.01 56.61 13:01:17 12:47:01 3 6.15 0.00 6.21 0.72 30.30 56.61 13:01:17 12:48:05 all 10.80 0.00 11.51 4.57 29.85 43.28 13:01:17 12:48:05 0 11.29 0.00 12.19 4.61 29.64 42.27 13:01:17 12:48:05 1 11.30 0.00 11.79 4.17 30.05 42.68 13:01:17 12:48:05 2 9.99 0.00 11.02 4.44 30.27 44.28 13:01:17 12:48:05 3 10.61 0.00 11.05 5.07 29.41 43.86 13:01:17 12:49:02 all 12.79 0.00 17.58 21.37 24.37 23.89 13:01:17 12:49:02 0 13.67 0.00 18.78 22.38 24.18 20.98 13:01:17 12:49:02 1 12.86 0.00 17.00 19.99 23.93 26.21 13:01:17 12:49:02 2 11.61 0.00 16.44 21.80 25.03 25.12 13:01:17 12:49:02 3 13.06 0.00 18.13 21.31 24.32 23.18 13:01:17 13:01:17 12:49:02 CPU %user %nice %system %iowait %steal %idle 13:01:17 12:50:02 all 47.59 0.00 14.57 10.57 19.95 7.32 13:01:17 12:50:02 0 47.78 0.00 15.03 10.33 19.53 7.34 13:01:17 12:50:02 1 44.46 0.00 14.03 10.87 22.83 7.80 13:01:17 12:50:02 2 50.47 0.00 14.13 10.38 17.42 7.60 13:01:17 12:50:02 3 47.57 0.00 15.10 10.73 20.09 6.51 13:01:17 12:51:02 all 21.25 0.00 17.17 15.73 24.33 21.52 13:01:17 12:51:02 0 22.71 0.00 18.10 15.66 22.28 21.25 13:01:17 12:51:02 1 18.03 0.00 15.37 18.00 25.95 22.64 13:01:17 12:51:02 2 21.00 0.00 17.06 14.34 24.68 22.93 13:01:17 12:51:02 3 23.45 0.00 18.24 14.81 24.32 19.18 13:01:17 12:52:03 all 15.20 0.00 18.30 20.81 27.29 18.41 13:01:17 12:52:03 0 15.97 0.00 18.48 21.81 27.13 16.60 13:01:17 12:52:03 1 15.78 0.00 16.70 23.19 28.04 16.28 13:01:17 12:52:03 2 14.29 0.00 18.33 18.49 26.13 22.76 13:01:17 12:52:03 3 14.73 0.00 19.72 19.67 27.84 18.04 13:01:17 12:53:04 all 40.55 0.00 18.10 12.24 20.13 8.99 13:01:17 12:53:04 0 41.78 0.00 17.94 12.26 19.24 8.78 13:01:17 12:53:04 1 42.01 0.00 18.69 12.01 19.83 7.45 13:01:17 12:53:04 2 39.58 0.00 16.68 12.74 20.57 10.43 13:01:17 12:53:04 3 38.84 0.00 19.10 11.91 20.86 9.29 13:01:17 12:54:01 all 33.88 0.00 16.80 8.71 18.26 22.35 13:01:17 12:54:01 0 31.44 0.00 16.11 7.32 19.26 25.87 13:01:17 12:54:01 1 34.95 0.00 16.64 9.72 18.36 20.32 13:01:17 12:54:01 2 34.45 0.00 17.23 10.00 16.99 21.33 13:01:17 12:54:01 3 34.71 0.00 17.24 7.80 18.42 21.84 13:01:17 12:55:01 all 0.62 0.00 1.13 0.57 2.91 94.78 13:01:17 12:55:01 0 0.36 0.00 1.17 0.11 2.89 95.47 13:01:17 12:55:01 1 0.80 0.00 1.22 0.77 2.99 94.22 13:01:17 12:55:01 2 0.77 0.00 1.10 0.56 2.71 94.85 13:01:17 12:55:01 3 0.52 0.00 1.03 0.82 3.06 94.57 13:01:17 12:56:02 all 0.12 0.00 0.07 0.02 0.38 99.40 13:01:17 12:56:02 0 0.33 0.00 0.07 0.00 0.20 99.40 13:01:17 12:56:02 1 0.05 0.00 0.12 0.05 0.43 99.35 13:01:17 12:56:02 2 0.05 0.00 0.07 0.03 0.38 99.47 13:01:17 12:56:02 3 0.05 0.00 0.05 0.02 0.51 99.37 13:01:17 12:57:01 all 0.09 0.00 0.33 0.00 1.33 98.24 13:01:17 12:57:01 0 0.02 0.00 0.08 0.02 1.34 98.54 13:01:17 12:57:01 1 0.19 0.00 0.44 0.00 1.45 97.93 13:01:17 12:57:01 2 0.05 0.00 0.42 0.00 1.50 98.03 13:01:17 12:57:01 3 0.10 0.00 0.39 0.00 1.05 98.46 13:01:17 12:58:01 all 0.10 0.00 0.07 0.01 0.34 99.47 13:01:17 12:58:01 0 0.00 0.00 0.02 0.00 0.07 99.92 13:01:17 12:58:01 1 0.08 0.00 0.05 0.02 0.38 99.47 13:01:17 12:58:01 2 0.07 0.00 0.13 0.00 0.61 99.19 13:01:17 12:58:01 3 0.27 0.00 0.08 0.03 0.30 99.32 13:01:17 12:59:01 all 0.08 0.00 0.04 0.00 0.31 99.57 13:01:17 12:59:01 0 0.05 0.00 0.02 0.00 0.10 99.83 13:01:17 12:59:01 1 0.03 0.00 0.05 0.00 0.50 99.42 13:01:17 12:59:01 2 0.02 0.00 0.03 0.00 0.47 99.49 13:01:17 12:59:01 3 0.23 0.00 0.05 0.00 0.18 99.53 13:01:17 13:00:01 all 0.10 0.00 0.04 0.06 0.35 99.45 13:01:17 13:00:01 0 0.02 0.00 0.03 0.00 0.40 99.55 13:01:17 13:00:01 1 0.10 0.00 0.05 0.02 0.51 99.32 13:01:17 13:00:01 2 0.08 0.00 0.03 0.22 0.20 99.47 13:01:17 13:00:01 3 0.20 0.00 0.05 0.00 0.30 99.45 13:01:17 13:01:17 13:00:01 CPU %user %nice %system %iowait %steal %idle 13:01:17 13:01:01 all 5.28 0.00 4.67 4.14 13.13 72.77 13:01:17 13:01:01 0 4.95 0.00 5.08 3.00 14.05 72.92 13:01:17 13:01:01 1 5.99 0.00 4.99 5.32 13.03 70.67 13:01:17 13:01:01 2 5.39 0.00 4.63 4.08 12.20 73.70 13:01:17 13:01:01 3 4.78 0.00 4.01 4.17 13.25 73.79 13:01:17 Average: all 13.82 0.00 7.69 4.87 15.61 58.02 13:01:17 Average: 0 13.65 0.00 7.82 4.81 15.89 57.84 13:01:17 Average: 1 13.90 0.00 7.71 5.29 15.85 57.26 13:01:17 Average: 2 13.63 0.00 7.50 4.68 15.34 58.86 13:01:17 Average: 3 14.09 0.00 7.74 4.69 15.35 58.13 13:01:17 13:01:17 13:01:17