Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0acb89d4a001c7d8af10375b5fa2d442022f6517+bbb161aa59ef099937232867751a09afbb087fa9 (34cb081bd9d7b8767c678fcec2b24f2600b13f38) 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-16663 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # 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 bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 0acb89d4a001c7d8af10375b5fa2d442022f6517 Merge succeeded, producing 41b418cf771364d8d5a3e6d911c86061717364d9 Checking out Revision 41b418cf771364d8d5a3e6d911c86061717364d9 (PR-2944) > 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/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0acb89d4a001c7d8af10375b5fa2d442022f6517 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 41b418cf771364d8d5a3e6d911c86061717364d9 # timeout=10 Commit message: "Merge commit 'bbb161aa59ef099937232867751a09afbb087fa9' into HEAD" > git rev-list --no-walk 0acb89d4a001c7d8af10375b5fa2d442022f6517 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:31 ========================================================= 00:32:31 EdgeX Global Pipelines Version Info 00:32:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:32:33 ------------------- 00:32:33 stable info: 00:32:33 ------------------- 00:32:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:33 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:32:33 Message: update stable to v1.0.173 00:32:34 ------------------- 00:32:34 experimental info: 00:32:34 ------------------- 00:32:34 Commited By: **** collab-it+edgex@linuxfoundation.org 00:32:34 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:32:34 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2944 [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2944 [Pipeline] echo 00:32:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2944 [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 41b418cf771364d8d5a3e6d911c86061717364d9 [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 41b418c [Pipeline] echo 00:32:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:37 provisioning config files... 00:32:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config6587750791808898156tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:37 ---> docker-login.sh 00:32:37 nexus3.edgexfoundry.org:10001 00:32:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:38 Configure a credential helper to remove this warning. See 00:32:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:38 00:32:38 Login Succeeded 00:32:38 nexus3.edgexfoundry.org:10002 00:32:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:38 Configure a credential helper to remove this warning. See 00:32:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:38 00:32:38 Login Succeeded 00:32:38 nexus3.edgexfoundry.org:10003 00:32:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:38 Configure a credential helper to remove this warning. See 00:32:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:38 00:32:38 Login Succeeded 00:32:38 nexus3.edgexfoundry.org:10004 00:32:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:38 Configure a credential helper to remove this warning. See 00:32:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:38 00:32:38 Login Succeeded 00:32:38 docker.io 00:32:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:39 Configure a credential helper to remove this warning. See 00:32:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:39 00:32:39 Login Succeeded 00:32:39 ---> docker-login.sh ends [Pipeline] } 00:32:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:39 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:32:39 + for file in '`ls cmd/**/Dockerfile`' 00:32:39 ++ dirname cmd/core-command/Dockerfile 00:32:39 ++ cut -d/ -f2 00:32:39 + echo core-command,cmd/core-command/Dockerfile 00:32:39 + for file in '`ls cmd/**/Dockerfile`' 00:32:39 ++ dirname cmd/core-data/Dockerfile 00:32:39 ++ cut -d/ -f2 00:32:39 + echo core-data,cmd/core-data/Dockerfile 00:32:39 + for file in '`ls cmd/**/Dockerfile`' 00:32:39 ++ dirname cmd/core-metadata/Dockerfile 00:32:39 ++ cut -d/ -f2 00:32:39 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:39 + for file in '`ls cmd/**/Dockerfile`' 00:32:39 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:32:39 ++ cut -d/ -f2 00:32:39 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:32:39 + for file in '`ls cmd/**/Dockerfile`' 00:32:39 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:39 ++ cut -d/ -f2 00:32:39 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:39 + for file in '`ls cmd/**/Dockerfile`' 00:32:39 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:39 ++ cut -d/ -f2 00:32:39 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:39 + for file in '`ls cmd/**/Dockerfile`' 00:32:39 ++ dirname cmd/support-notifications/Dockerfile 00:32:39 ++ cut -d/ -f2 00:32:39 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:39 + for file in '`ls cmd/**/Dockerfile`' 00:32:39 ++ dirname cmd/support-scheduler/Dockerfile 00:32:39 ++ cut -d/ -f2 00:32:39 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:39 + for file in '`ls cmd/**/Dockerfile`' 00:32:39 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:39 ++ cut -d/ -f2 00:32:39 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:39 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:32:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:41 00:32:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:41 latest: Pulling from edgex-devops/git-semver 00:32:41 31603596830f: Pulling fs layer 00:32:41 2a8b12db71e7: Pulling fs layer 00:32:41 6ca5941a6612: Pulling fs layer 00:32:41 ecc8261a40a4: Pulling fs layer 00:32:41 ecc8261a40a4: Waiting 00:32:41 2a8b12db71e7: Download complete 00:32:41 31603596830f: Verifying Checksum 00:32:41 31603596830f: Download complete 00:32:41 6ca5941a6612: Verifying Checksum 00:32:41 6ca5941a6612: Download complete 00:32:41 31603596830f: Pull complete 00:32:42 ecc8261a40a4: Verifying Checksum 00:32:42 ecc8261a40a4: Download complete 00:32:42 2a8b12db71e7: Pull complete 00:32:43 6ca5941a6612: Pull complete 00:32:43 ecc8261a40a4: Pull complete 00:32:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:43 prd-centos7-docker-4c-2g-16663 does not seem to be running inside a container 00:32:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:45 $ docker top 33324b1e0baa668d1ace030ad2e83c70e289cdc543c25e7d9e3bebb75a8c874a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:46 [ssh-agent] Looking for ssh-agent implementation... 00:32:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:46 $ docker exec 33324b1e0baa668d1ace030ad2e83c70e289cdc543c25e7d9e3bebb75a8c874a ssh-agent 00:32:46 SSH_AUTH_SOCK=/tmp/ssh-DrLASNsOjvw5/agent.11 00:32:46 SSH_AGENT_PID=17 00:32:46 Running ssh-add (command line suppressed) 00:32:46 Identity added: /w/workspace/edgex-go/10@tmp/private_key_5600910524290061214.key (/w/workspace/edgex-go/10@tmp/private_key_5600910524290061214.key) 00:32:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:47 + git tag --points-at HEAD [Pipeline] } 00:32:47 $ docker exec --env ******** --env ******** 33324b1e0baa668d1ace030ad2e83c70e289cdc543c25e7d9e3bebb75a8c874a ssh-agent -k 00:32:47 unset SSH_AUTH_SOCK; 00:32:47 unset SSH_AGENT_PID; 00:32:47 echo Agent pid 17 killed; 00:32:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:47 [ssh-agent] Looking for ssh-agent implementation... 00:32:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:47 $ docker exec 33324b1e0baa668d1ace030ad2e83c70e289cdc543c25e7d9e3bebb75a8c874a ssh-agent 00:32:47 SSH_AUTH_SOCK=/tmp/ssh-aQbDk7zsZK3a/agent.47 00:32:47 SSH_AGENT_PID=52 00:32:47 Running ssh-add (command line suppressed) 00:32:48 Identity added: /w/workspace/edgex-go/10@tmp/private_key_4817422621228762484.key (/w/workspace/edgex-go/10@tmp/private_key_4817422621228762484.key) 00:32:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:48 + git semver init 00:32:48 # -> Open(): unable to determine branch for HEAD 00:32:48 # $GIT_DIR = /w/workspace/edgex-go/10/.git 00:32:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 00:32:48 # $SEMVER_REMOTE_NAME = origin 00:32:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:48 # $SEMVER_USER_NAME = edgex-jenkins 00:32:48 # $SEMVER_BRANCH = PR-2944 00:32:48 # $SEMVER_TEMP = /tmp/semver-242736049 00:32:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:34:25 # '/tmp/semver-242736049' -> '/w/workspace/edgex-go/10/.semver' 00:34:25 # -> Force: false 00:34:25 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 00:34:25 $ docker exec --env ******** --env ******** 33324b1e0baa668d1ace030ad2e83c70e289cdc543c25e7d9e3bebb75a8c874a ssh-agent -k 00:34:25 unset SSH_AUTH_SOCK; 00:34:25 unset SSH_AGENT_PID; 00:34:25 echo Agent pid 52 killed; 00:34:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:34:25 + git semver [Pipeline] } 00:34:25 $ docker stop --time=1 33324b1e0baa668d1ace030ad2e83c70e289cdc543c25e7d9e3bebb75a8c874a 00:34:27 $ docker rm -f 33324b1e0baa668d1ace030ad2e83c70e289cdc543c25e7d9e3bebb75a8c874a [Pipeline] // withDockerContainer [Pipeline] sh 00:34:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:34:28 Stashed 1 file(s) [Pipeline] echo 00:34:28 [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 00:34:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:34:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:30 + sudo service docker restart 00:34:30 + true 00:34:30 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:34:31 ========================================================= 00:34:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:34:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:31 + 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 . 00:34:35 Sending build context to Docker daemon 326.2MB 00:34:35 Step 1/7 : ARG BASE=golang:1.15-alpine 00:34:35 Step 2/7 : FROM ${BASE} 00:34:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:34:35 188c0c94c7c5: Pulling fs layer 00:34:35 0ef7d3d256c8: Pulling fs layer 00:34:35 de9db76c5a1d: Pulling fs layer 00:34:35 bca2f99d35d6: Pulling fs layer 00:34:35 93359f2a8cfa: Pulling fs layer 00:34:35 7c6f9722023f: Pulling fs layer 00:34:35 a35cf1a2eb13: Pulling fs layer 00:34:35 93359f2a8cfa: Waiting 00:34:35 7c6f9722023f: Waiting 00:34:35 a35cf1a2eb13: Waiting 00:34:35 bca2f99d35d6: Waiting 00:34:35 de9db76c5a1d: Download complete 00:34:35 0ef7d3d256c8: Verifying Checksum 00:34:35 0ef7d3d256c8: Download complete 00:34:35 93359f2a8cfa: Verifying Checksum 00:34:35 93359f2a8cfa: Download complete 00:34:35 7c6f9722023f: Verifying Checksum 00:34:35 7c6f9722023f: Download complete 00:34:35 188c0c94c7c5: Download complete 00:34:35 188c0c94c7c5: Pull complete 00:34:35 0ef7d3d256c8: Pull complete 00:34:36 de9db76c5a1d: Pull complete 00:34:37 a35cf1a2eb13: Verifying Checksum 00:34:37 a35cf1a2eb13: Download complete 00:34:38 bca2f99d35d6: Verifying Checksum 00:34:38 bca2f99d35d6: Download complete 00:34:44 Still waiting to schedule task 00:34:44 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16660’ 00:34:44 bca2f99d35d6: Pull complete 00:34:44 93359f2a8cfa: Pull complete 00:34:44 7c6f9722023f: Pull complete 00:34:48 a35cf1a2eb13: Pull complete 00:34:48 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:34:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:34:48 ---> a62c8e92a672 00:34:48 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 00:34:48 ---> Running in 748e3c3d7f5a 00:34:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:52 (1/12) Installing libmagic (5.38-r0) 00:34:52 (2/12) Installing file (5.38-r0) 00:34:52 (3/12) Installing libc-dev (0.7.2-r3) 00:34:52 (4/12) Installing g++ (9.3.0-r2) 00:35:26 (5/12) Installing fortify-headers (1.1-r0) 00:35:26 (6/12) Installing patch (2.7.6-r6) 00:35:26 (7/12) Installing build-base (0.5-r2) 00:35:26 (8/12) Installing libsodium (1.0.18-r0) 00:35:26 (9/12) Installing pkgconf (1.7.2-r0) 00:35:26 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:27 (11/12) Installing libzmq (4.3.3-r0) 00:35:27 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:27 Executing busybox-1.31.1-r19.trigger 00:35:27 OK: 233 MiB in 51 packages 00:35:31 Removing intermediate container 748e3c3d7f5a 00:35:31 ---> 753c73adaa8d 00:35:31 Step 4/7 : WORKDIR /edgex-go 00:35:31 ---> Running in 0db3cc646495 00:35:31 Removing intermediate container 0db3cc646495 00:35:31 ---> 3fcc7e152bad 00:35:31 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:35:32 latest: Pulling from library/docker 00:35:32 801bfaa63ef2: Pulling fs layer 00:35:32 4f7dc993c79e: Pulling fs layer 00:35:32 d39d95e4997f: Pulling fs layer 00:35:32 1cda4b703d87: Pulling fs layer 00:35:32 54e5375350ea: Pulling fs layer 00:35:32 f08cd1b3bb1b: Pulling fs layer 00:35:32 8e17d04e0c68: Pulling fs layer 00:35:32 1cda4b703d87: Waiting 00:35:32 54e5375350ea: Waiting 00:35:32 f08cd1b3bb1b: Waiting 00:35:32 8e17d04e0c68: Waiting 00:35:32 d39d95e4997f: Verifying Checksum 00:35:32 d39d95e4997f: Download complete 00:35:32 4f7dc993c79e: Verifying Checksum 00:35:32 4f7dc993c79e: Download complete 00:35:32 801bfaa63ef2: Verifying Checksum 00:35:32 801bfaa63ef2: Download complete 00:35:32 54e5375350ea: Verifying Checksum 00:35:32 54e5375350ea: Download complete 00:35:32 f08cd1b3bb1b: Verifying Checksum 00:35:32 f08cd1b3bb1b: Download complete 00:35:32 8e17d04e0c68: Verifying Checksum 00:35:32 8e17d04e0c68: Download complete 00:35:32 801bfaa63ef2: Pull complete 00:35:33 4f7dc993c79e: Pull complete 00:35:33 d39d95e4997f: Pull complete 00:35:34 1cda4b703d87: Verifying Checksum 00:35:34 1cda4b703d87: Download complete 00:35:36 1cda4b703d87: Pull complete 00:35:37 54e5375350ea: Pull complete 00:35:37 f08cd1b3bb1b: Pull complete 00:35:37 8e17d04e0c68: Pull complete 00:35:37 Digest: sha256:f5f9ba6ab98290000e7e5266b18d6b69d857f2af097916ef94b228351cb0fa81 00:35:37 Status: Downloaded newer image for docker:latest 00:35:39 ---> 5030eecabef9 00:35:39 Step 6/7 : COPY go.mod . 00:35:39 ---> 4f793fd64e2c 00:35:39 Step 7/7 : RUN go mod download 00:35:39 ---> Running in d5b9fdf97858 00:36:01 Removing intermediate container d5b9fdf97858 00:36:01 ---> a9e7edf5c949 00:36:01 Successfully built a9e7edf5c949 00:36:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:36:01 + docker inspect -f . ci-base-image-x86_64 00:36:01 . [Pipeline] withDockerContainer 00:36:02 prd-centos7-docker-4c-2g-16663 does not seem to be running inside a container 00:36:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:36:02 $ docker top 8984bf5552375a857b20d60b43f78c872ac57908fce208c620085d8b6cf91aa1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:03 + go version 00:36:03 go version go1.15.5 linux/amd64 [Pipeline] } 00:36:03 $ docker stop --time=1 8984bf5552375a857b20d60b43f78c872ac57908fce208c620085d8b6cf91aa1 00:36:04 $ docker rm -f 8984bf5552375a857b20d60b43f78c872ac57908fce208c620085d8b6cf91aa1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:05 + docker inspect -f . ci-base-image-x86_64 00:36:05 . [Pipeline] withDockerContainer 00:36:05 prd-centos7-docker-4c-2g-16663 does not seem to be running inside a container 00:36:06 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:36:07 $ docker top fbfc54095f3a0f039d7c8e5101608648ab63f4e963e11dbba67f0c3d95ff1dc1 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:07 ========================================================= 00:36:07 [edgeXBuildGoParallel] Running Tests and Build... 00:36:07 ========================================================= [Pipeline] sh 00:36:07 + make test 00:36:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:17 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:36:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:36:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:36:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:36:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:36:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:36:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:36:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:36:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:36:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:36:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:36:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:36:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:36:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.114s coverage: 46.6% of statements 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.241s coverage: 27.1% of statements 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:36:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 72.0% of statements 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:36:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:36:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.433s coverage: 83.3% of statements 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:36:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.423s coverage: 28.6% of statements 00:36:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:36:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:36:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:36:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:36:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:36:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements 00:36:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:36:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 00:36:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:36:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements 00:36:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:36:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.119s coverage: 97.5% of statements 00:36:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:36:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements 00:36:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:36:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:36:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:36:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.325s coverage: 93.8% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.1% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements 00:36:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.045s coverage: 80.8% of statements 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.072s coverage: 87.2% of statements 00:36:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements 00:36:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.4% of statements 00:36:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:36:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 63.5% of statements 00:36:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:36:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:36:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 00:36:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements 00:36:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 00:36:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 00:36:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements 00:36:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.292s coverage: 55.9% of statements 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:36:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:36:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:36:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.0% of statements 00:36:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 00:37:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.1% of statements 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:37:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:37:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.679s coverage: 29.1% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.051s coverage: 32.1% of statements 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:37:02 GO111MODULE=on go vet ./... 00:37:24 gofmt -l . 00:37:24 [ "`gofmt -l .`" = "" ] 00:37:25 ./bin/test-go-mod-tidy.sh 00:37:25 ./bin/test-attribution-txt.sh [Pipeline] sh 00:37:27 + ls -al . 00:37:27 total 636 00:37:27 drwxrwxr-x 10 1001 1001 4096 Dec 18 00:37 . 00:37:27 drwxr-xr-x 4 root root 30 Dec 18 00:36 .. 00:37:27 -rw-rw-r-- 1 1001 1001 11 Dec 18 00:32 .dockerignore 00:37:27 drwxrwxr-x 8 1001 1001 179 Dec 18 00:32 .git 00:37:27 drwxrwxr-x 3 1001 1001 125 Dec 18 00:32 .github 00:37:27 -rw-rw-r-- 1 1001 1001 824 Dec 18 00:32 .gitignore 00:37:27 drwx------ 3 1001 1001 47 Dec 18 00:34 .semver 00:37:27 -rw-rw-r-- 1 1001 1001 166 Dec 18 00:32 .sonarcloud.properties 00:37:27 -rw-rw-r-- 1 1001 1001 3804 Dec 18 00:32 CONTRIBUTING.md 00:37:27 -rw-rw-r-- 1 1001 1001 1035 Dec 18 00:32 Dockerfile.build 00:37:27 -rw-rw-r-- 1 1001 1001 863 Dec 18 00:32 Jenkinsfile 00:37:27 -rw-rw-r-- 1 1001 1001 10775 Dec 18 00:32 LICENSE 00:37:27 -rw-rw-r-- 1 1001 1001 5750 Dec 18 00:32 Makefile 00:37:27 -rw-rw-r-- 1 1001 1001 6511 Dec 18 00:32 README.md 00:37:27 -rw-rw-r-- 1 1001 1001 6744 Dec 18 00:32 SECURITY.md 00:37:27 -rw-rw-r-- 1 1001 1001 5 Dec 18 00:34 VERSION 00:37:27 -rw-rw-r-- 1 1001 1001 4131 Dec 18 00:32 ZMQWindows.md 00:37:27 drwxrwxr-x 2 1001 1001 117 Dec 18 00:32 bin 00:37:27 drwxrwxr-x 14 1001 1001 4096 Dec 18 00:32 cmd 00:37:27 -rw-r--r-- 1 root root 537096 Dec 18 00:37 coverage.out 00:37:27 -rw-r--r-- 1 root root 979 Dec 18 00:37 go.mod 00:37:27 -rw-r--r-- 1 root root 18734 Dec 18 00:37 go.sum 00:37:27 drwxrwxr-x 8 1001 1001 127 Dec 18 00:32 internal 00:37:27 drwxrwxr-x 4 1001 1001 26 Dec 18 00:32 openapi 00:37:27 drwxrwxr-x 4 1001 1001 71 Dec 18 00:32 snap 00:37:27 -rw-rw-r-- 1 1001 1001 168 Dec 18 00:32 version.go [Pipeline] sh 00:37:27 + '[' -e coverage.out ] 00:37:27 + chown 1001:1001 coverage.out [Pipeline] stash 00:37:27 Stashed 1 file(s) [Pipeline] sh 00:37:28 + make build 00:37: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 00:37:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16671 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws 00:37:31 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 00:37:37 using credential edgex-jenkins-ssh 00:37:37 Cloning the remote Git repository 00:37:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:37:37 > git init /w/workspace/edgex-go/10 # timeout=10 00:37:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:37 > git --version # timeout=10 00:37:37 > git --version # 'git version 2.17.1' 00:37:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:39 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 00:37:40 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 00:37:41 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 00:37:41 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 00:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:44 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 00:37:45 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 00:37:46 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 00:37:47 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 00:37:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:37:50 $ docker stop --time=1 fbfc54095f3a0f039d7c8e5101608648ab63f4e963e11dbba67f0c3d95ff1dc1 00:37:51 $ docker rm -f fbfc54095f3a0f039d7c8e5101608648ab63f4e963e11dbba67f0c3d95ff1dc1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:55 00:37:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:37:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:56 latest: Pulling from edgex-devops/edgex-compose 00:37:56 cbdbe7a5bc2a: Pulling fs layer 00:37:56 ca9280d653b3: Pulling fs layer 00:37:56 7e9c9ca2126c: Pulling fs layer 00:37:57 cbdbe7a5bc2a: Download complete 00:37:58 cbdbe7a5bc2a: Pull complete 00:37:58 ca9280d653b3: Verifying Checksum 00:37:58 ca9280d653b3: Download complete 00:37:59 ca9280d653b3: Pull complete 00:38:01 7e9c9ca2126c: Verifying Checksum 00:38:01 7e9c9ca2126c: Download complete 00:38:08 7e9c9ca2126c: Pull complete 00:38:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:38:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:38:08 prd-centos7-docker-4c-2g-16663 does not seem to be running inside a container 00:38:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:38:11 $ docker top 9bf901b909d4f02119696d0228e5fe2a02e012017177037c828106544164154f -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:11 + docker-compose build --help 00:38:11 + grep parallel 00:38:12 --parallel Build images in parallel. [Pipeline] } 00:38:12 $ docker stop --time=1 9bf901b909d4f02119696d0228e5fe2a02e012017177037c828106544164154f 00:38:14 $ docker rm -f 9bf901b909d4f02119696d0228e5fe2a02e012017177037c828106544164154f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:14 . [Pipeline] withDockerContainer 00:38:14 prd-centos7-docker-4c-2g-16663 does not seem to be running inside a container 00:38:15 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:38:15 $ docker top bfa5f121611b952819efe3a1b396a74f7c426a4056d4d487816e68dd85adc39b -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:16 + docker-compose -f ./docker-compose-build.yml build --parallel 00:38:17 Building docker-core-command-go ... 00:38:17 Building docker-core-data-go ... 00:38:17 Building docker-core-metadata-go ... 00:38:17 Building docker-security-bootstrap-redis-go ... 00:38:17 Building docker-security-proxy-setup-go ... 00:38:17 Building docker-security-secretstore-setup-go ... 00:38:17 Building docker-support-notifications-go ... 00:38:17 Building docker-support-scheduler-go ... 00:38:17 Building docker-sys-mgmt-agent-go ... 00:38:17 Building docker-support-notifications-go 00:38:17 Building docker-core-metadata-go 00:38:17 Building docker-security-proxy-setup-go 00:38:17 Building docker-sys-mgmt-agent-go 00:38:17 Building docker-core-command-go 00:38:21 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 0acb89d4a001c7d8af10375b5fa2d442022f6517 00:38:22 Merge succeeded, producing ab81791b6a313bba3f3105e769572cb60dbc5042 00:38:22 Checking out Revision ab81791b6a313bba3f3105e769572cb60dbc5042 (PR-2944) 00:38:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:38:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:38:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:38:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:38:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:38:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:38:21 > git config core.sparsecheckout # timeout=10 00:38:21 > git checkout -f 0acb89d4a001c7d8af10375b5fa2d442022f6517 # timeout=10 00:38:21 > git remote # timeout=10 00:38:21 > git config --get remote.origin.url # timeout=10 00:38:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:38:21 > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 00:38:22 > git rev-parse HEAD^{commit} # timeout=10 00:38:22 > git config core.sparsecheckout # timeout=10 00:38:22 > git checkout -f ab81791b6a313bba3f3105e769572cb60dbc5042 # timeout=10 00:38:26 Commit message: "Merge commit 'bbb161aa59ef099937232867751a09afbb087fa9' into HEAD" 00:38:26 > git rev-list --no-walk 0acb89d4a001c7d8af10375b5fa2d442022f6517 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:38:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:38:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:38:29 + sudo service docker restart 00:38:29 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:38:32 provisioning config files... 00:38:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config7844970818180953583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:38:32 ---> docker-login.sh 00:38:32 nexus3.edgexfoundry.org:10001 00:38:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:33 Configure a credential helper to remove this warning. See 00:38:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:33 00:38:33 Login Succeeded 00:38:33 nexus3.edgexfoundry.org:10002 00:38:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:34 Configure a credential helper to remove this warning. See 00:38:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:34 00:38:34 Login Succeeded 00:38:34 nexus3.edgexfoundry.org:10003 00:38:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:34 Configure a credential helper to remove this warning. See 00:38:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:34 00:38:34 Login Succeeded 00:38:34 nexus3.edgexfoundry.org:10004 00:38:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:35 Configure a credential helper to remove this warning. See 00:38:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:35 00:38:35 Login Succeeded 00:38:35 docker.io 00:38:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:36 Configure a credential helper to remove this warning. See 00:38:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:36 00:38:36 Login Succeeded 00:38:36 ---> docker-login.sh ends [Pipeline] } 00:38:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:38:36 ========================================================= 00:38:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:38:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:38:37 + 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 . 00:38:39 Sending build context to Docker daemon 165.3MB 00:38:39 Step 1/7 : ARG BASE=golang:1.15-alpine 00:38:39 Step 2/7 : FROM ${BASE} 00:38:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:38:39 5f621e34cdf4: Pulling fs layer 00:38:39 a4357932f1b6: Pulling fs layer 00:38:39 18c013af1878: Pulling fs layer 00:38:39 00ac8860ef70: Pulling fs layer 00:38:39 63d7cb157983: Pulling fs layer 00:38:39 b116817d02f9: Pulling fs layer 00:38:39 745a02a5169b: Pulling fs layer 00:38:39 00ac8860ef70: Waiting 00:38:39 63d7cb157983: Waiting 00:38:39 b116817d02f9: Waiting 00:38:39 745a02a5169b: Waiting 00:38:39 18c013af1878: Download complete 00:38:39 a4357932f1b6: Download complete 00:38:39 63d7cb157983: Verifying Checksum 00:38:39 63d7cb157983: Download complete 00:38:39 b116817d02f9: Download complete 00:38:40 5f621e34cdf4: Verifying Checksum 00:38:40 5f621e34cdf4: Download complete 00:38:41 5f621e34cdf4: Pull complete 00:38:41 a4357932f1b6: Pull complete 00:38:41 18c013af1878: Pull complete 00:38:42 745a02a5169b: Verifying Checksum 00:38:42 745a02a5169b: Download complete 00:38:44 00ac8860ef70: Verifying Checksum 00:38:44 00ac8860ef70: Download complete 00:38:49 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:49 ---> a9e7edf5c949 00:38:49 Step 3/24 : WORKDIR /edgex-go 00:38:49 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:49 ---> a9e7edf5c949 00:38:49 Step 3/21 : WORKDIR /edgex-go 00:38:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:49 ---> a9e7edf5c949 00:38:49 Step 3/22 : WORKDIR /edgex-go 00:38:49 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:49 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:38:49 ---> a9e7edf5c949 00:38:49 Step 3/27 : WORKDIR /edgex-go 00:38:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:49 ---> a9e7edf5c949 00:38:49 Step 3/22 : WORKDIR /edgex-go 00:38:49 ---> Running in 26b8b279b898 00:38:49 ---> Running in 275cab302295 00:38:49 ---> Running in e577e851a7b9 00:38:49 ---> Running in 980475b334a9 00:38:49 ---> Running in 14eef8770c65 00:38:49 Removing intermediate container 275cab302295 00:38:49 ---> a0559a38fe2e 00:38:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:49 Removing intermediate container 26b8b279b898 00:38:49 ---> 0af0cf99d9a6 00:38:49 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:49 Removing intermediate container 980475b334a9 00:38:49 ---> 549861c7a7a1 00:38:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:49 Removing intermediate container 14eef8770c65 00:38:49 ---> e1340b208546 00:38:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:49 Removing intermediate container e577e851a7b9 00:38:49 ---> c50751b23b23 00:38:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:49 ---> Running in 49b2f9e05ff0 00:38:49 ---> Running in a094d6793a5c 00:38:49 ---> Running in 90a1888f17cc 00:38:49 ---> Running in d00d754bf48c 00:38:49 ---> Running in 88a7f68f6caa 00:38:50 Removing intermediate container a094d6793a5c 00:38:50 ---> 16d5f982033f 00:38:50 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:38:50 Removing intermediate container 90a1888f17cc 00:38:50 ---> e7f10abc68be 00:38:50 Step 5/27 : RUN apk update && apk add make bash git 00:38:50 Removing intermediate container 49b2f9e05ff0 00:38:50 ---> 4a68d6c61ac3 00:38:50 Step 5/22 : RUN apk update && apk add make git 00:38:50 ---> Running in 43f8ed1f6d7c 00:38:50 ---> Running in 2ec536392048 00:38:50 Removing intermediate container d00d754bf48c 00:38:50 ---> 8da6c1c747d6 00:38:50 Step 5/21 : RUN apk update && apk add make git 00:38:51 ---> Running in 8a0d599923ab 00:38:51 Removing intermediate container 88a7f68f6caa 00:38:51 ---> 482dc5b50cf4 00:38:51 Step 5/22 : RUN apk update && apk add make git 00:38:51 ---> Running in ad65e8ba9fea 00:38:51 ---> Running in f248c048ff13 00:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:54 00ac8860ef70: Pull complete 00:38:54 63d7cb157983: Pull complete 00:38:54 b116817d02f9: Pull complete 00:38:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:57 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:57 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:57 OK: 12750 distinct packages available 00:38:57 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:57 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:57 OK: 12750 distinct packages available 00:38:57 OK: 233 MiB in 51 packages 00:38:57 OK: 233 MiB in 51 packages 00:38:57 Removing intermediate container 43f8ed1f6d7c 00:38:57 ---> 3539506f223a 00:38:57 Step 6/27 : COPY go.mod . 00:38:58 Removing intermediate container 2ec536392048 00:38:58 ---> a74c9d02f47d 00:38:58 Step 6/24 : COPY go.mod . 00:38:58 ---> 4405a31dd6fb 00:38:58 Step 7/27 : RUN go mod download 00:38:58 ---> 7caf4a669a96 00:38:58 Step 7/24 : RUN go mod download 00:38:58 ---> Running in 930045dddb87 00:38:58 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:58 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:58 OK: 12750 distinct packages available 00:38:58 ---> Running in 8b20f60fa865 00:38:58 745a02a5169b: Pull complete 00:38:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:38:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:38:58 ---> b7e6874047d6 00:38:58 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 00:38:58 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:58 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:58 OK: 12750 distinct packages available 00:38:58 OK: 233 MiB in 51 packages 00:38:58 OK: 233 MiB in 51 packages 00:38:59 Removing intermediate container f248c048ff13 00:38:59 ---> 2b537ed5f684 00:38:59 Step 6/22 : COPY go.mod . 00:38:59 Removing intermediate container ad65e8ba9fea 00:38:59 ---> 060d89f56d29 00:38:59 Step 6/21 : COPY go.mod . 00:38:59 ---> 1e56895aee18 00:38:59 Step 7/22 : RUN go mod download 00:38:59 ---> Running in 9912fcfb4d26 00:38:59 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:59 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:59 OK: 12750 distinct packages available 00:38:59 ---> 1585c21c2120 00:38:59 Step 7/21 : RUN go mod download 00:38:59 ---> Running in b4c9f6b3589e 00:39:00 OK: 233 MiB in 51 packages 00:39:00 Removing intermediate container 8b20f60fa865 00:39:00 ---> e4b4610db60b 00:39:00 Step 8/24 : COPY . . 00:39:00 Removing intermediate container 930045dddb87 00:39:00 ---> 95276ec6f398 00:39:00 Step 8/27 : COPY . . 00:39:01 Removing intermediate container 8a0d599923ab 00:39:01 ---> 6756bbb62aa6 00:39:01 Step 6/22 : COPY go.mod . 00:39:01 ---> Running in d2ab62610267 00:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:04 Removing intermediate container 9912fcfb4d26 00:39:04 ---> b8385987ccbe 00:39:04 Step 8/22 : COPY . . 00:39:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:05 ---> fea9e56890d1 00:39:05 Step 7/22 : RUN go mod download 00:39:06 (1/12) Installing libmagic (5.38-r0) 00:39:06 (2/12) Installing file (5.38-r0) 00:39:07 (3/12) Installing libc-dev (0.7.2-r3) 00:39:07 (4/12) Installing g++ (9.3.0-r2) 00:39:08 ---> Running in d30b9bf4a884 00:39:10 Removing intermediate container b4c9f6b3589e 00:39:10 ---> 52265b9d9465 00:39:10 Step 8/21 : COPY . . 00:39:32 Removing intermediate container d30b9bf4a884 00:39:32 ---> 31ef377e1e8a 00:39:32 Step 8/22 : COPY . . 00:39:32 ---> d6dbe4b7d45c 00:39:32 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:39:33 (5/12) Installing fortify-headers (1.1-r0) 00:39:33 (6/12) Installing patch (2.7.6-r6) 00:39:33 (7/12) Installing build-base (0.5-r2) 00:39:33 (8/12) Installing libsodium (1.0.18-r0) 00:39:33 (9/12) Installing pkgconf (1.7.2-r0) 00:39:33 (10/12) Installing libsodium-dev (1.0.18-r0) 00:39:33 (11/12) Installing libzmq (4.3.3-r0) 00:39:33 (12/12) Installing zeromq-dev (4.3.3-r0) 00:39:33 Executing busybox-1.31.1-r19.trigger 00:39:33 OK: 217 MiB in 51 packages 00:39:34 Removing intermediate container d2ab62610267 00:39:34 ---> 47064f140fc0 00:39:34 Step 4/7 : WORKDIR /edgex-go 00:39:35 ---> Running in 70cf0aea1632 00:39:35 ---> 76a7116e7c5c 00:39:35 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:35 Removing intermediate container 70cf0aea1632 00:39:35 ---> 563cb6d42453 00:39:35 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:39:36 latest: Pulling from library/docker 00:39:36 a3cc7d3b244e: Pulling fs layer 00:39:36 02a3295e0d61: Pulling fs layer 00:39:36 0f4f2e6d8100: Pulling fs layer 00:39:36 065c9533d613: Pulling fs layer 00:39:36 9fce0df16b8b: Pulling fs layer 00:39:36 e3faa53604c1: Pulling fs layer 00:39:36 04b5adaa2053: Pulling fs layer 00:39:36 065c9533d613: Waiting 00:39:36 9fce0df16b8b: Waiting 00:39:36 e3faa53604c1: Waiting 00:39:36 04b5adaa2053: Waiting 00:39:36 0f4f2e6d8100: Verifying Checksum 00:39:36 0f4f2e6d8100: Download complete 00:39:36 a3cc7d3b244e: Verifying Checksum 00:39:36 a3cc7d3b244e: Download complete 00:39:36 9fce0df16b8b: Verifying Checksum 00:39:36 9fce0df16b8b: Download complete 00:39:36 02a3295e0d61: Verifying Checksum 00:39:36 02a3295e0d61: Download complete 00:39:36 e3faa53604c1: Verifying Checksum 00:39:36 e3faa53604c1: Download complete 00:39:36 04b5adaa2053: Verifying Checksum 00:39:36 04b5adaa2053: Download complete 00:39:37 a3cc7d3b244e: Pull complete 00:39:37 02a3295e0d61: Pull complete 00:39:38 065c9533d613: Download complete 00:39:38 0f4f2e6d8100: Pull complete 00:39:38 ---> 788fa873d869 00:39:38 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:39:38 ---> Running in 7b3e463fb01c 00:39:41 ---> Running in 9a08264bdd34 00:39:41 065c9533d613: Pull complete 00:39:42 ---> Running in 3bb3fd30db98 00:39:42 9fce0df16b8b: Pull complete 00:39:42 e3faa53604c1: Pull complete 00:39:42 04b5adaa2053: Pull complete 00:39:42 Digest: sha256:f5f9ba6ab98290000e7e5266b18d6b69d857f2af097916ef94b228351cb0fa81 00:39:42 Status: Downloaded newer image for docker:latest 00:39:43 ---> a355a3a3d1c3 00:39:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:39:45 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 00:39:45 ---> Running in 1856417882e2 00:39:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:39:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:39:46 ---> 496b5500f5d1 00:39:46 Step 6/7 : COPY go.mod . 00:39:46 ---> 31583303a3c3 00:39:46 Step 7/7 : RUN go mod download 00:39:46 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 00:39:47 ---> Running in a572574294b3 00:39:53 ---> 5758320f0880 00:39:53 Step 9/22 : RUN make cmd/core-command/core-command 00:39:53 ---> Running in 635119790d7e 00:39:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:40:12 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 00:40:14 Removing intermediate container a572574294b3 00:40:14 ---> 060214ece0bc 00:40:14 Successfully built 060214ece0bc 00:40:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:40:14 + docker inspect -f . ci-base-image-arm64 00:40:14 . [Pipeline] withDockerContainer 00:40:14 prd-ubuntu18.04-docker-arm64-4c-16g-16671 does not seem to be running inside a container 00:40:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat 00:40:16 $ docker top 21e23f268bd623c057969ac85e4254ce5cc0b59f88b5352e9c7842d4dd175c9a -eo pid,comm 00:40:16 Removing intermediate container 7b3e463fb01c 00:40:16 ---> d1d1d5f0e761 00:40:16 00:40:16 Step 10/24 : FROM scratch 00:40:16 ---> 00:40:16 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [Pipeline] { [Pipeline] sh 00:40:16 ---> Running in d902d20ee3a9 00:40:17 + go version 00:40:17 go version go1.15.5 linux/arm64 [Pipeline] } 00:40:17 $ docker stop --time=1 21e23f268bd623c057969ac85e4254ce5cc0b59f88b5352e9c7842d4dd175c9a 00:40:17 Removing intermediate container 9a08264bdd34 00:40:17 ---> 54fc33918fe0 00:40:17 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:40:17 Removing intermediate container d902d20ee3a9 00:40:17 ---> daa2ff804c5f 00:40:17 Step 12/24 : ENV APP_PORT=48060 00:40:17 ---> Running in 2ff70f2cbeed 00:40:18 ---> Running in e4b05ec449f5 00:40:18 Removing intermediate container e4b05ec449f5 00:40:18 ---> 69db6f501645 00:40:18 Step 13/24 : EXPOSE $APP_PORT 00:40:18 ---> Running in 549fc4516589 00:40:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:19 $ docker rm -f 21e23f268bd623c057969ac85e4254ce5cc0b59f88b5352e9c7842d4dd175c9a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:20 + docker inspect -f . ci-base-image-arm64 00:40:20 . [Pipeline] withDockerContainer 00:40:20 Removing intermediate container 549fc4516589 00:40:20 ---> 4fe3cb4d0d6d 00:40:20 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:40:20 prd-ubuntu18.04-docker-arm64-4c-16g-16671 does not seem to be running inside a container 00:40:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat 00:40:21 Removing intermediate container 1856417882e2 00:40:21 ---> 196648776095 00:40:21 00:40:21 Step 10/21 : FROM alpine 00:40:21 ---> 1c866e5edb64 00:40:21 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:40:21 latest: Pulling from library/alpine 00:40:21 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:40:21 Status: Downloaded newer image for alpine:latest 00:40:21 ---> 389fef711851 00:40:21 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:40:21 ---> Running in bac364589886 00:40:22 $ docker top 4ea236ee9dc596234aa530a23b367609d43eb80b3242d08a7a4dedd4598b54ce -eo pid,comm [Pipeline] { [Pipeline] echo 00:40:22 ========================================================= 00:40:22 [edgeXBuildGoParallel] Running Tests and Build... 00:40:22 ========================================================= [Pipeline] sh 00:40:23 + make test 00:40:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:40:25 ---> d9b7fc61198d 00:40:25 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:40:25 Removing intermediate container 2ff70f2cbeed 00:40:25 ---> 67a441320c6c 00:40:25 00:40:25 Step 11/27 : FROM docker:latest 00:40:25 ---> 0040bc98e531 00:40:25 Step 12/27 : RUN apk add --no-cache bash 00:40:25 Removing intermediate container 635119790d7e 00:40:25 ---> f504978efd4f 00:40:25 00:40:25 Step 10/22 : FROM scratch 00:40:25 ---> 00:40:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:25 Removing intermediate container 3bb3fd30db98 00:40:25 ---> 994b1aaa22d6 00:40:25 00:40:25 Step 10/22 : FROM scratch 00:40:25 ---> 00:40:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:25 ---> Running in 5b7a0c5d149e 00:40:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:26 ---> Running in e8dd114d1906 00:40:26 ---> Running in d79105d3733c 00:40:26 ---> 9798234b3cc6 00:40:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:40:26 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:40:26 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:40:26 OK: 12745 distinct packages available 00:40:26 Removing intermediate container e8dd114d1906 00:40:26 ---> 5e3587f84d4d 00:40:26 Step 12/22 : ENV APP_PORT=48082 00:40:26 Removing intermediate container d79105d3733c 00:40:26 ---> be58782bcd90 00:40:26 Step 12/22 : ENV APP_PORT=48081 00:40:26 (1/4) Installing ca-certificates (20191127-r4) 00:40:26 ---> Running in 4db815816096 00:40:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:40:26 (3/4) Installing libcurl (7.69.1-r3) 00:40:26 ---> Running in ff323e70538d 00:40:26 (4/4) Installing curl (7.69.1-r3) 00:40:26 Executing busybox-1.31.1-r19.trigger 00:40:26 Executing ca-certificates-20191127-r4.trigger 00:40:26 OK: 7 MiB in 18 packages 00:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:26 (1/2) Installing readline (8.0.4-r0) 00:40:26 (2/2) Installing bash (5.0.17-r0) 00:40:27 Executing bash-5.0.17-r0.post-install 00:40:27 Executing busybox-1.31.1-r19.trigger 00:40:27 OK: 12 MiB in 22 packages 00:40:27 ---> 2af8b6937e39 00:40:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:40:27 Removing intermediate container 4db815816096 00:40:27 ---> 8d28be0f6f91 00:40:27 Step 13/22 : EXPOSE $APP_PORT 00:40:27 Removing intermediate container ff323e70538d 00:40:27 ---> e8be45adff4d 00:40:27 Step 13/22 : EXPOSE $APP_PORT 00:40:27 ---> Running in b47bd7c8211a 00:40:27 ---> Running in 9fbc88eb8e4b 00:40:27 ---> a49c929f5cf4 00:40:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:40:27 Removing intermediate container b47bd7c8211a 00:40:27 ---> e623a36c5ea1 00:40:27 Step 14/22 : WORKDIR / 00:40:29 ---> Running in 2edf5559bd9c 00:40:29 Removing intermediate container 9fbc88eb8e4b 00:40:29 ---> a897085b12c9 00:40:29 Step 14/22 : WORKDIR / 00:40:29 Removing intermediate container 5b7a0c5d149e 00:40:29 ---> e496bd3d4402 00:40:29 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:40:29 ---> Running in 1685788c1380 00:40:29 ---> d1742f315f6b 00:40:29 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:40:29 Removing intermediate container bac364589886 00:40:29 ---> e51fbcd5ea6e 00:40:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:29 ---> Running in ffbb8d97b6aa 00:40:29 Removing intermediate container 2edf5559bd9c 00:40:29 ---> c7e80eee5f41 00:40:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:40:29 ---> Running in 86ade5662b3d 00:40:29 ---> Running in 99720c073c5f 00:40:29 Removing intermediate container 1685788c1380 00:40:29 ---> 07888720c108 00:40:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:40:29 ---> 10b86e106906 00:40:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:29 Removing intermediate container 86ade5662b3d 00:40:29 ---> dd69ed78810a 00:40:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:30 Removing intermediate container 99720c073c5f 00:40:30 ---> 652ed58e9577 00:40:30 Step 13/21 : WORKDIR /edgex 00:40:30 ---> Running in dcede43c809f 00:40:30 ---> Running in d740474a8f68 00:40:30 ---> 6f26381e7e6b 00:40:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:30 Removing intermediate container dcede43c809f 00:40:30 ---> 568c44c9e1ab 00:40:30 Step 22/24 : LABEL arch=x86_64 00:40:30 ---> Running in cdc75e262e5a 00:40:30 Removing intermediate container d740474a8f68 00:40:30 ---> 2da6986aa0ff 00:40:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:40:30 ---> 9e12dc378935 00:40:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:31 Removing intermediate container cdc75e262e5a 00:40:31 ---> a252dd49bfbb 00:40:31 Step 23/24 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:40:31 Removing intermediate container ffbb8d97b6aa 00:40:31 ---> b8916d1fc443 00:40:31 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:31 ---> Running in 4a19add83bc5 00:40:31 ---> 497e423ef2ee 00:40:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:40:31 ---> 4eae80a6bd54 00:40:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:31 ---> 2812c1b3e24c 00:40:31 Step 18/22 : ENTRYPOINT ["/core-command"] 00:40:31 ---> Running in a297eb86ddb7 00:40:31 ---> Running in 6a5e7408e563 00:40:31 Removing intermediate container 4a19add83bc5 00:40:31 ---> 7d83b153c77d 00:40:31 Step 24/24 : LABEL version=0.0.0 00:40:32 ---> Running in 60617e149391 00:40:32 ---> 93739a097e32 00:40:32 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:40:32 Removing intermediate container a297eb86ddb7 00:40:32 ---> 793cdf22317b 00:40:32 Step 15/27 : ENV APP_PORT=48090 00:40:32 Removing intermediate container 6a5e7408e563 00:40:32 ---> fa530cd15292 00:40:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:32 ---> b583058c5741 00:40:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:40:32 ---> Running in cdb15571ab42 00:40:32 ---> Running in 729a993d8335 00:40:32 ---> Running in 72e991e975ee 00:40:32 Removing intermediate container 60617e149391 00:40:32 ---> 98e74e7db146 00:40:32 00:40:32 Successfully built 98e74e7db146 00:40:32 Successfully tagged docker-support-notifications-go:latest 00:40:32 Removing intermediate container 729a993d8335 00:40:32 ---> 66465a3e1b96 00:40:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:32  Building docker-support-notifications-go ... done Building docker-core-data-go 00:40:32 Removing intermediate container cdb15571ab42 00:40:32 ---> c5cb08470e82 00:40:32 Step 16/27 : EXPOSE $APP_PORT 00:40:33 Removing intermediate container 72e991e975ee 00:40:33 ---> 855dad152244 00:40:33 Step 20/22 : LABEL arch=x86_64 00:40:33 ---> Running in e60286e63422 00:40:33 ---> d9c94564ae52 00:40:33 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:40:33 ---> Running in cacce539a3cf 00:40:33 ---> Running in 91d779cc5384 00:40:33 ---> Running in fadbdba2e524 00:40:33 Removing intermediate container e60286e63422 00:40:33 ---> f0a3165aad55 00:40:33 Step 20/22 : LABEL arch=x86_64 00:40:33 Removing intermediate container cacce539a3cf 00:40:33 ---> ac07b210123c 00:40:33 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:33 Removing intermediate container 91d779cc5384 00:40:33 ---> 9b37fd918ddc 00:40:33 Step 21/22 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:40:33 Removing intermediate container fadbdba2e524 00:40:33 ---> 9820c441230a 00:40:33 Step 18/21 : CMD ["--init=true"] 00:40:33 ---> Running in 3ddceb63302d 00:40:33 ---> Running in 04f0ef9cac9a 00:40:33 ---> Running in 491b95b9d1fa 00:40:34 Removing intermediate container 3ddceb63302d 00:40:34 ---> 41a71eca1f03 00:40:34 Step 21/22 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:40:34 Removing intermediate container 04f0ef9cac9a 00:40:34 ---> 00efdf887f8f 00:40:34 Step 22/22 : LABEL version=0.0.0 00:40:34 ---> Running in 9d7942eb8acd 00:40:34 Removing intermediate container 491b95b9d1fa 00:40:34 ---> f24640822e0d 00:40:34 Step 19/21 : LABEL arch=x86_64 00:40:34 ---> f949a4ed8835 00:40:34 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:34 ---> Running in 63d33baf887b 00:40:35 ---> Running in a5caf15ab962 00:40:36 Removing intermediate container 9d7942eb8acd 00:40:36 ---> a4cda4ad7723 00:40:36 Step 22/22 : LABEL version=0.0.0 00:40:37 Removing intermediate container 63d33baf887b 00:40:37 ---> 1f0896f4371c 00:40:37 00:40:37 ---> 9cfc4874147e 00:40:37 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:37 Successfully built 1f0896f4371c 00:40:37 Removing intermediate container a5caf15ab962 00:40:37 ---> 4f10b81fea8c 00:40:37 Step 20/21 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:40:37 Successfully tagged docker-core-command-go:latest 00:40:37 Building docker-support-scheduler-go 00:40:39  Building docker-core-command-go ... done  ---> Running in 1653fbaa2d37 00:40:39 ---> Running in 0eaa63013758 00:40:41 ---> 7ba5bd1d1ecd 00:40:41 Step 20/27 : RUN apk --no-cache add py3-pip 00:40:42 Removing intermediate container 1653fbaa2d37 00:40:42 ---> 9be7c7568b9a 00:40:42 00:40:42 Removing intermediate container 0eaa63013758 00:40:42 ---> 97719e5da783 00:40:42 Step 21/21 : LABEL version=0.0.0 00:40:42 ---> Running in b0372e1a96b8 00:40:42 Successfully built 9be7c7568b9a 00:40:42 Successfully tagged docker-core-metadata-go:latest 00:40:42  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 00:40:46 ---> Running in 02c098226535 00:40:48 Removing intermediate container 02c098226535 00:40:48 ---> 23b3a1afd5cb 00:40:48 00:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:48 Successfully built 23b3a1afd5cb 00:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:48 Successfully tagged docker-security-proxy-setup-go:latest 00:40:48 Building docker-security-bootstrap-redis-go 00:40:48  Building docker-security-proxy-setup-go ... done (1/33) Installing libbz2 (1.0.8-r1) 00:40:48 (2/33) Installing expat (2.2.9-r1) 00:40:48 (3/33) Installing libffi (3.3-r2) 00:40:48 (4/33) Installing gdbm (1.13-r1) 00:40:48 (5/33) Installing xz-libs (5.2.5-r0) 00:40:48 (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:48 (7/33) Installing python3 (3.8.5-r0) 00:40:50 ? github.com/edgexfoundry/edgex-go [no test files] 00:40:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:40:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:56 ---> a9e7edf5c949 00:40:56 Step 3/23 : WORKDIR /edgex-go 00:40:56 ---> Using cache 00:40:56 ---> c50751b23b23 00:40:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:56 ---> Using cache 00:40:56 ---> 482dc5b50cf4 00:40:56 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:40:57 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:57 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:57 (11/33) Installing py3-six (1.15.0-r0) 00:40:57 ---> Running in 5cccbd1dbeb1 00:40:57 (12/33) Installing py3-packaging (20.4-r0) 00:40:57 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:57 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:57 (15/33) Installing py3-idna (2.9-r0) 00:40:57 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:57 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:57 (18/33) Installing py3-requests (2.23.0-r0) 00:40:57 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:58 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:59 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:59 (23/33) Installing py3-distlib (0.3.0-r0) 00:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:00 (24/33) Installing py3-distro (1.5.0-r1) 00:41:00 (25/33) Installing py3-webencodings (0.5.1-r3) 00:41:00 (26/33) Installing py3-html5lib (1.0.1-r4) 00:41:00 (27/33) Installing py3-pytoml (0.1.21-r0) 00:41:00 (28/33) Installing py3-pep517 (0.8.2-r0) 00:41:00 (29/33) Installing py3-progress (1.5-r0) 00:41:00 (30/33) Installing py3-toml (0.10.1-r0) 00:41:00 (31/33) Installing py3-retrying (1.3.3-r0) 00:41:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:41:00 (33/33) Installing py3-pip (20.1.1-r0) 00:41:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:00 Executing busybox-1.31.1-r19.trigger 00:41:01 OK: 71 MiB in 55 packages 00:41:01 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:41:01 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:41:01 OK: 12750 distinct packages available 00:41:02 OK: 233 MiB in 51 packages 00:41:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:41:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:41:04 ---> a9e7edf5c949 00:41:04 Step 3/21 : WORKDIR /edgex-go 00:41:04 ---> Using cache 00:41:04 ---> c50751b23b23 00:41:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:04 ---> Using cache 00:41:04 ---> 482dc5b50cf4 00:41:04 Step 5/21 : RUN apk update && apk add make git 00:41:04 ---> Using cache 00:41:04 ---> 2b537ed5f684 00:41:04 Step 6/21 : COPY go.mod . 00:41:04 ---> Using cache 00:41:04 ---> 1e56895aee18 00:41:04 Step 7/21 : RUN go mod download 00:41:04 ---> Using cache 00:41:04 ---> b8385987ccbe 00:41:04 Step 8/21 : COPY . . 00:41:04 ---> Using cache 00:41:04 ---> 788fa873d869 00:41:04 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:41:04 Removing intermediate container 5cccbd1dbeb1 00:41:04 ---> 63741c756226 00:41:04 Step 6/23 : COPY go.mod . 00:41:07 ---> fb504e839f99 00:41:07 Step 7/23 : RUN go mod download 00:41:07 ---> Running in 134b3bf5bd95 00:41:08 ---> Running in c3bc8202b4e4 00:41: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 00:41:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:41:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:41:11 ---> a9e7edf5c949 00:41:11 Step 3/24 : WORKDIR /edgex-go 00:41:11 ---> Using cache 00:41:11 ---> c50751b23b23 00:41:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:11 ---> Using cache 00:41:11 ---> 482dc5b50cf4 00:41:11 Step 5/24 : RUN apk update && apk add make git 00:41:11 ---> Using cache 00:41:11 ---> 2b537ed5f684 00:41:11 Step 6/24 : COPY go.mod . 00:41:11 ---> Using cache 00:41:11 ---> 1e56895aee18 00:41:11 Step 7/24 : RUN go mod download 00:41:11 ---> Using cache 00:41:11 ---> b8385987ccbe 00:41:11 Step 8/24 : COPY . . 00:41:11 ---> Using cache 00:41:11 ---> 788fa873d869 00:41:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:41:12 ---> Running in 40dd61cc5b83 00:41:14 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 00:41:14 Removing intermediate container c3bc8202b4e4 00:41:14 ---> b5ed9675720c 00:41:14 Step 8/23 : COPY . . 00:41:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:41:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:41:15 ---> a9e7edf5c949 00:41:15 Step 3/22 : WORKDIR /edgex-go 00:41:15 ---> Using cache 00:41:15 ---> c50751b23b23 00:41:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:15 ---> Using cache 00:41:15 ---> 482dc5b50cf4 00:41:15 Step 5/22 : RUN apk update && apk add make git 00:41:15 ---> Using cache 00:41:15 ---> 2b537ed5f684 00:41:15 Step 6/22 : COPY go.mod . 00:41:15 ---> Using cache 00:41:15 ---> 1e56895aee18 00:41:15 Step 7/22 : RUN go mod download 00:41:15 ---> Using cache 00:41:15 ---> b8385987ccbe 00:41:15 Step 8/22 : COPY . . 00:41:15 ---> Using cache 00:41:15 ---> 788fa873d869 00:41:15 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:41:16 ---> Running in 8d864e6182ac 00:41:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:41:25 Removing intermediate container b0372e1a96b8 00:41:25 ---> 21385185ff39 00:41:25 Step 21/27 : RUN pip install docker-compose==1.23.2 00:41:25 ---> Running in 1b28896c2071 00:41:31 Collecting docker-compose==1.23.2 00:41:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:41:32 Collecting jsonschema<3,>=2.5.1 00:41:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:41:33 Collecting websocket-client<1.0,>=0.32.0 00:41:33 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:41:33 Collecting docker<4.0,>=3.6.0 00:41:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:41:34 ---> 94daf2db1ae1 00:41:34 Step 9/23 : RUN make cmd/core-data/core-data 00:41:34 ---> Running in 530ee6eb8cef 00:41:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:41:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:41:35 Collecting docopt<0.7,>=0.6.1 00:41:35 Downloading docopt-0.6.2.tar.gz (25 kB) 00:41:35 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 00:41:36 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 00:41:36 Collecting texttable<0.10,>=0.9.0 00:41:36 Downloading texttable-0.9.1.tar.gz (11 kB) 00:41:37 Collecting dockerpty<0.5,>=0.4.1 00:41:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:41:38 Collecting cached-property<2,>=1.2.0 00:41:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:41:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:41:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:41:38 Collecting PyYAML<4,>=3.10 00:41:38 Downloading PyYAML-3.13.tar.gz (270 kB) 00:41:39 Removing intermediate container 134b3bf5bd95 00:41:39 ---> 9f65b3d00246 00:41:39 00:41:39 Step 10/21 : FROM scratch 00:41:39 ---> 00:41:39 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:39 ---> Using cache 00:41:39 ---> be58782bcd90 00:41:39 Step 12/21 : ENV APP_PORT=48085 00:41:40 Collecting docker-pycreds>=0.4.0 00:41:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:41:40 ---> Running in 9afd9698c6ec 00:41:40 Collecting urllib3<1.25,>=1.21.1 00:41:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:41:40 Collecting idna<2.8,>=2.5 00:41:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:41:40 Removing intermediate container 9afd9698c6ec 00:41:40 ---> f61c881ac1d3 00:41:40 Step 13/21 : EXPOSE $APP_PORT 00:41:40 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) 00:41:40 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) 00:41:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:41:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:41:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:41:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:41:41 Installing collected packages: jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, texttable, dockerpty, cached-property, PyYAML, docker-compose 00:41:42 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:41:42 ---> Running in e4144dcc7101 00:41:43 Attempting uninstall: urllib3 00:41:43 Found existing installation: urllib3 1.25.9 00:41:43 Uninstalling urllib3-1.25.9: 00:41:43 Successfully uninstalled urllib3-1.25.9 00:41:44 Removing intermediate container e4144dcc7101 00:41:44 ---> b82bd9a3c9dc 00:41:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:41:45 Attempting uninstall: idna 00:41:45 Found existing installation: idna 2.9 00:41:45 Uninstalling idna-2.9: 00:41:45 Removing intermediate container 8d864e6182ac 00:41:45 ---> 0cef386c8afd 00:41:45 00:41:45 Step 10/22 : FROM alpine:3.10 00:41:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:41:45 Successfully uninstalled idna-2.9 00:41:45 3.10: Pulling from library/alpine 00:41:45 Attempting uninstall: requests 00:41:45 Found existing installation: requests 2.23.0 00:41:45 Uninstalling requests-2.23.0: 00:41:45 Successfully uninstalled requests-2.23.0 00:41:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:41:47 ---> f1cb64c81030 00:41:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:41:47 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:41:47 Status: Downloaded newer image for alpine:3.10 00:41:47 ---> be4e4bea2c2e 00:41:47 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:41:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:41:48 Removing intermediate container 40dd61cc5b83 00:41:48 ---> 82bfae088e1a 00:41:48 00:41:48 Step 10/24 : FROM alpine:3.10 00:41:48 ---> be4e4bea2c2e 00:41:48 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:41:49 ---> Running in c921d334a48c 00:41:49 Running setup.py install for docopt: started 00:41:49 ---> 296c98628292 00:41:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:41:49 ---> Running in 572ab7c1004f 00:41:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:41:49 ---> b43f0d43b6c7 00:41:49 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:41:49 ---> Running in d3ab24b370fa 00:41:50 Running setup.py install for docopt: finished with status 'done' 00:41:50 Running setup.py install for texttable: started 00:41:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:41:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:41:51 Removing intermediate container d3ab24b370fa 00:41:51 ---> 2109ab095708 00:41:51 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:41:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:41:51 ---> Running in 6fd22b48148a 00:41:51 Running setup.py install for texttable: finished with status 'done' 00:41:51 Running setup.py install for dockerpty: started 00:41:51 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:41:51 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:41:51 OK: 10350 distinct packages available 00:41:51 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:41:51 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:41:51 OK: 10350 distinct packages available 00:41:51 Removing intermediate container 6fd22b48148a 00:41:51 ---> 7c32d094fcbc 00:41:51 Step 19/21 : LABEL arch=x86_64 00:41:51 (1/5) Installing ca-certificates (20191127-r2) 00:41:51 ---> Running in 4be3e429bf39 00:41:51 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:41:51 (3/5) Installing libcurl (7.66.0-r3) 00:41:51 (1/5) Installing ca-certificates (20191127-r2) 00:41:51 (4/5) Installing curl (7.66.0-r3) 00:41:51 (5/5) Installing dumb-init (1.2.2-r1) 00:41:51 Executing busybox-1.30.1-r3.trigger 00:41:51 Executing ca-certificates-20191127-r2.trigger 00:41:51 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:41:51 (3/5) Installing libcurl (7.66.0-r3) 00:41:51 (4/5) Installing curl (7.66.0-r3) 00:41:51 (5/5) Installing dumb-init (1.2.2-r1) 00:41:51 Executing busybox-1.30.1-r3.trigger 00:41:51 Executing ca-certificates-20191127-r2.trigger 00:41:51 Running setup.py install for dockerpty: finished with status 'done' 00:41:51 OK: 7 MiB in 19 packages 00:41:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:41:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:41:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:41:52 OK: 7 MiB in 19 packages 00:41:52 Running setup.py install for PyYAML: started 00:41:52 Removing intermediate container 4be3e429bf39 00:41:52 ---> 2a7532dca301 00:41:52 Step 20/21 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:41:53 ---> Running in b77ec3254675 00:41:53 Running setup.py install for PyYAML: finished with status 'done' 00:41:53 Removing intermediate container b77ec3254675 00:41:53 ---> c600aab0bb22 00:41:53 Step 21/21 : LABEL version=0.0.0 00:41:54 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 00:41:54 ---> Running in 7aab122a6a01 00:41:55 Removing intermediate container c921d334a48c 00:41:55 ---> 7223b82190e2 00:41:55 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:41:55 Removing intermediate container 572ab7c1004f 00:41:55 ---> 99c28b477a13 00:41:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:41:55 ---> Running in 80ec82480ac4 00:41:55 Removing intermediate container 7aab122a6a01 00:41:55 ---> 2fc50e223553 00:41:55 00:41:55 ---> Running in 64adf741dcd9 00:41:55 Successfully built 2fc50e223553 00:41:55 Successfully tagged docker-support-scheduler-go:latest 00:41:55 Removing intermediate container 80ec82480ac4 00:41:55 ---> e2595570ff62 00:41:55 Step 13/22 : WORKDIR / 00:41:55  Building docker-support-scheduler-go ... done Removing intermediate container 64adf741dcd9 00:41:55 ---> ccb7201dd6e0 00:41:55 Step 13/24 : WORKDIR / 00:41:55 ---> Running in eb4959d3428d 00:41:56 ---> Running in 88e8082156aa 00:41:57 Removing intermediate container eb4959d3428d 00:41:57 ---> 36eecf926910 00:41:57 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:41:57 Removing intermediate container 1b28896c2071 00:41:57 ---> 47875e87cbf3 00:41:57 Step 22/27 : RUN apk --no-cache add curl 00:41:58 ---> Running in 101ddbad9cc4 00:41:58 Removing intermediate container 88e8082156aa 00:41:58 ---> 01d3bea48425 00:41:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:41:58 ---> 492d6317cf3c 00:41:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:42:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.278s coverage: 46.6% of statements 00:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:42:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:42:00 ---> 2a1ce3279817 00:42:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:42:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:00 ---> 748363755d3c 00:42:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:42:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:42:00 (2/3) Installing libcurl (7.69.1-r3) 00:42:00 (3/3) Installing curl (7.69.1-r3) 00:42:00 Executing busybox-1.31.1-r19.trigger 00:42:00 OK: 72 MiB in 58 packages 00:42:00 ---> a7944f6a7e0c 00:42:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:42:00 ---> 1d020369e425 00:42:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:42:01 ---> 0b502042e5f7 00:42:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:42:03 ---> 2f5fb1dc13e0 00:42:03 Step 18/22 : RUN chmod +x entrypoint.sh 00:42:03 ---> Running in 78851bccd127 00:42:03 Removing intermediate container 101ddbad9cc4 00:42:03 ---> 623a63ebc7b1 00:42:03 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:42:03 ---> 3f143f61e8a9 00:42:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:42:03 Removing intermediate container 530ee6eb8cef 00:42:03 ---> a878fa21d940 00:42:03 00:42:03 Step 10/23 : FROM alpine 00:42:03 ---> 389fef711851 00:42:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:42:03 ---> Running in a37411b076ee 00:42:03 ---> Running in 7b46fe2f23a7 00:42:03 Removing intermediate container a37411b076ee 00:42:03 ---> 8b0f8407c993 00:42:03 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:03 ---> 596a6a07c379 00:42:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:42:03 Removing intermediate container 7b46fe2f23a7 00:42:03 ---> 10ad86a04a9c 00:42:03 Step 12/23 : ENV APP_PORT=48080 00:42:03 ---> Running in ce4c1476d4fd 00:42:04 ---> Running in ce05b46283fe 00:42:04 Removing intermediate container ce4c1476d4fd 00:42:04 ---> b3f787ca9c7b 00:42:04 Step 25/27 : LABEL arch=x86_64 00:42:04 ---> 6168131f917a 00:42:04 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:42:04 ---> Running in 5d83737e2ea3 00:42:04 Removing intermediate container ce05b46283fe 00:42:04 ---> 78907b5ff43f 00:42:04 Step 13/23 : EXPOSE $APP_PORT 00:42:04 ---> Running in d78b29d9baf2 00:42:04 ---> Running in d3b4468f854c 00:42:04 Removing intermediate container 5d83737e2ea3 00:42:04 ---> 26dd254cfe25 00:42:04 Step 26/27 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:42:04 ---> Running in 5dff1f09382e 00:42:04 Removing intermediate container 78851bccd127 00:42:04 ---> 6167259ec43c 00:42:04 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:42:04 Removing intermediate container d3b4468f854c 00:42:04 ---> fb3a441250b0 00:42:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:05 ---> Running in ada81eff2c24 00:42:05 ---> Running in 5a7f38d6ca63 00:42:05 Removing intermediate container 5dff1f09382e 00:42:05 ---> 6b1a6d7a3a59 00:42:05 Step 27/27 : LABEL version=0.0.0 00:42:05 Removing intermediate container 5a7f38d6ca63 00:42:05 ---> 28cdc5030b45 00:42:05 Step 20/22 : LABEL arch=x86_64 00:42:05 ---> Running in 68cd16e62573 00:42:05 ---> Running in c1109e6d6371 00:42:05 Removing intermediate container 68cd16e62573 00:42:05 ---> f3f7de062232 00:42:05 00:42:05 Successfully built f3f7de062232 00:42:05 Removing intermediate container c1109e6d6371 00:42:05 ---> a2a2b94cc2b5 00:42:05 Step 21/22 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:42:05 Successfully tagged docker-sys-mgmt-agent-go:latest 00:42:05  Building docker-sys-mgmt-agent-go ... done Removing intermediate container d78b29d9baf2 00:42:05 ---> 2597f8a278d2 00:42:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:42:06 ---> Running in 24c3578edeea 00:42:06 ---> Running in 96f1676ddf15 00:42:07 Removing intermediate container 96f1676ddf15 00:42:07 ---> 18a8d7aa7d8c 00:42:07 Step 22/24 : LABEL arch=x86_64 00:42:07 Removing intermediate container 24c3578edeea 00:42:07 ---> c9c9e65928e3 00:42:07 Step 22/22 : LABEL version=0.0.0 00:42:07 Removing intermediate container ada81eff2c24 00:42:07 ---> 51b97c53cbcd 00:42:07 Step 15/23 : RUN apk --no-cache add zeromq 00:42:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.1% of statements 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:42:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.104s coverage: 100.0% of statements 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:42:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:42:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.276s coverage: 72.0% of statements 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:42:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:42:07 ---> Running in dac21c97fb63 00:42:07 ---> Running in 4cb970e5797f 00:42:07 ---> Running in 238bdac8e33b 00:42:07 Removing intermediate container 4cb970e5797f 00:42:07 ---> 6685c99fa801 00:42:07 Step 23/24 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:42:07 Removing intermediate container dac21c97fb63 00:42:07 ---> d360b8067113 00:42:07 00:42:07 ---> Running in 535bf41f70aa 00:42:08 Successfully built d360b8067113 00:42:08 Successfully tagged docker-security-bootstrap-redis-go:latest 00:42:08  Building docker-security-bootstrap-redis-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:08 Removing intermediate container 535bf41f70aa 00:42:08 ---> 5b66d3fd57a0 00:42:08 Step 24/24 : LABEL version=0.0.0 00:42:08 ---> Running in e8d1b3baa4e4 00:42:08 Removing intermediate container e8d1b3baa4e4 00:42:08 ---> 76fbeeaa5b99 00:42:08 00:42:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.694s coverage: 83.3% of statements 00:42:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:42:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:42:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:42:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:42:08 Successfully built 76fbeeaa5b99 00:42:08 Successfully tagged docker-security-secretstore-setup-go:latest 00:42:09  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:12 (1/5) Installing libgcc (9.3.0-r2) 00:42:12 (2/5) Installing libsodium (1.0.18-r0) 00:42:12 (3/5) Installing libstdc++ (9.3.0-r2) 00:42:13 (4/5) Installing libzmq (4.3.3-r0) 00:42:14 (5/5) Installing zeromq (4.3.3-r0) 00:42:14 Executing busybox-1.31.1-r19.trigger 00:42:14 OK: 8 MiB in 19 packages 00:42:15 Removing intermediate container 238bdac8e33b 00:42:15 ---> d5da454b7de9 00:42:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:42:15 ---> e9c9957a710a 00:42:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:42:16 ---> 5b61c612fb3a 00:42:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:42:16 ---> c397e24805b9 00:42:16 Step 19/23 : ENTRYPOINT ["/core-data"] 00:42:16 ---> Running in 9aecfbbf9b76 00:42:16 Removing intermediate container 9aecfbbf9b76 00:42:16 ---> 5aa81fdf7fdb 00:42:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:16 ---> Running in f77c94fe0d15 00:42:17 Removing intermediate container f77c94fe0d15 00:42:17 ---> 9e43a1584ec7 00:42:17 Step 21/23 : LABEL arch=x86_64 00:42:17 ---> Running in 9fd2a23ece21 00:42:17 Removing intermediate container 9fd2a23ece21 00:42:17 ---> b56a6dc006c4 00:42:17 Step 22/23 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:42:17 ---> Running in 7dbd7b5b04f0 00:42:17 Removing intermediate container 7dbd7b5b04f0 00:42:17 ---> 2077f543fb3f 00:42:17 Step 23/23 : LABEL version=0.0.0 00:42:17 ---> Running in e22bbe4fa61b 00:42:17 Removing intermediate container e22bbe4fa61b 00:42:17 ---> 62a373aabbf1 00:42:17 00:42:17 Successfully built 62a373aabbf1 00:42:17 Successfully tagged docker-core-data-go:latest 00:42:18  Building docker-core-data-go ... done  [Pipeline] } 00:42:18 $ docker stop --time=1 bfa5f121611b952819efe3a1b396a74f7c426a4056d4d487816e68dd85adc39b 00:42:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.334s coverage: 28.6% of statements 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:42:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.155s coverage: 100.0% of statements 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:42:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:42:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.343s coverage: 86.7% of statements 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:42:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.396s coverage: 97.5% of statements 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:42:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.176s coverage: 78.3% of statements 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:42:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:42:19 $ docker rm -f bfa5f121611b952819efe3a1b396a74f7c426a4056d4d487816e68dd85adc39b [Pipeline] // withDockerContainer [Pipeline] sh 00:42:20 + docker images 00:42:20 + grep docker 00:42:20 docker-core-data-go latest 62a373aabbf1 3 seconds ago 22.2MB 00:42:20 docker-security-secretstore-setup-go latest 76fbeeaa5b99 12 seconds ago 24.8MB 00:42:20 docker-security-bootstrap-redis-go latest d360b8067113 13 seconds ago 15.9MB 00:42:20 docker-sys-mgmt-agent-go latest f3f7de062232 15 seconds ago 313MB 00:42:20 docker-support-scheduler-go latest 2fc50e223553 25 seconds ago 10.8MB 00:42:20 docker-security-proxy-setup-go latest 23b3a1afd5cb About a minute ago 24.6MB 00:42:20 docker-core-metadata-go latest 9be7c7568b9a About a minute ago 13MB 00:42:20 docker-core-command-go latest 1f0896f4371c About a minute ago 10.6MB 00:42:20 docker-support-notifications-go latest 98e74e7db146 About a minute ago 12.1MB 00:42:20 docker latest 0040bc98e531 12 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.187s coverage: 93.8% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.178s coverage: 0.1% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.117s coverage: 75.5% of statements 00:42:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.092s coverage: 80.8% of statements 00:42:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.183s coverage: 87.2% of statements 00:42:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.140s coverage: 84.2% of statements 00:42:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.228s coverage: 91.4% of statements 00:42:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.720s coverage: 63.5% of statements 00:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:42:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.095s coverage: 100.0% of statements 00:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 00:42:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.083s coverage: 100.0% of statements 00:42:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.069s coverage: 73.7% of statements 00:42:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements 00:42:36 Still waiting to schedule task 00:42:36 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:42:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.977s coverage: 55.9% of statements 00:42:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:42:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:42:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:42:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:42:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.504s coverage: 37.0% of statements 00:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.793s coverage: 84.0% of statements 00:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.089s coverage: 100.0% of statements 00:42:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.429s coverage: 47.1% of statements 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:42:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:42:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.148s coverage: 100.0% of statements 00:42:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:42:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.645s coverage: 29.1% of statements 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:42:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:42:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.157s coverage: 100.0% of statements 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:42:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.065s coverage: 0.0% of statements 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:42:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:42:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:42:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 00:42:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 00:42:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 00:42:57 GO111MODULE=on go vet ./... 00:43:33 Running on prd-ubuntu18.04-docker-8c-8g-16678 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws 00:43:33 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 00:43:35 using credential edgex-jenkins-ssh 00:43:35 Cloning the remote Git repository 00:43:35 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:36 > git init /w/workspace/edgex-go/10 # timeout=10 00:43:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:36 > git --version # timeout=10 00:43:36 > git --version # 'git version 2.17.1' 00:43:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:53 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 0acb89d4a001c7d8af10375b5fa2d442022f6517 00:43:53 Merge succeeded, producing a57123a1e04fed9dea3ed885e05e225da7da0386 00:43:53 Checking out Revision a57123a1e04fed9dea3ed885e05e225da7da0386 (PR-2944) 00:43:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:53 > git config core.sparsecheckout # timeout=10 00:43:53 > git checkout -f 0acb89d4a001c7d8af10375b5fa2d442022f6517 # timeout=10 00:43:53 > git remote # timeout=10 00:43:53 > git config --get remote.origin.url # timeout=10 00:43:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:53 > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 00:43:53 > git rev-parse HEAD^{commit} # timeout=10 00:43:53 > git config core.sparsecheckout # timeout=10 00:43:53 > git checkout -f a57123a1e04fed9dea3ed885e05e225da7da0386 # timeout=10 00:43:57 Commit message: "Merge commit 'bbb161aa59ef099937232867751a09afbb087fa9' into HEAD" 00:43:57 > git rev-list --no-walk 0acb89d4a001c7d8af10375b5fa2d442022f6517 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:58 + echo snap-build.sh 00:43:58 snap-build.sh 00:43:58 + SNAP_BASE_DIR=. 00:43:58 + '[' '!' -z /w/workspace/edgex-go/10 ']' 00:43:58 + SNAP_BASE_DIR=/w/workspace/edgex-go/10 00:43:58 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' 00:43:58 [snap-build] Building snap in dir [/w/workspace/edgex-go/10] 00:43:58 + cd /w/workspace/edgex-go/10 00:43:58 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:58 Reading package lists... 00:43:58 Building dependency tree... 00:43:58 Reading state information... 00:43:58 The following packages were automatically installed and are no longer required: 00:43:58 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:58 uidmap xdelta3 00:43:58 Use 'sudo apt autoremove' to remove them. 00:43:58 The following packages will be REMOVED: 00:43:58 lxd* lxd-client* 00:43:59 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:59 After this operation, 31.7 MB disk space will be freed. 00:44:00 (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.) 00:44:00 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:01 Removing lxd dnsmasq configuration 00:44:01 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:44:01 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:44:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:44:02 (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.) 00:44:02 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:03 Processing triggers for systemd (237-3ubuntu10.42) ... 00:44:03 Processing triggers for ureadahead (0.100.0-21) ... 00:44:04 + sudo snap remove --purge lxd 00:44:04 snap "lxd" is not installed 00:44:04 + sudo groupadd --force --system lxd 00:44:04 ++ whoami 00:44:04 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:44:04 + newgrp - lxd 00:44:04 + sudo snap install lxd 00:44:05 gofmt -l . 00:44:07 [ "`gofmt -l .`" = "" ] 00:44:09 ./bin/test-go-mod-tidy.sh 00:44:10 ./bin/test-attribution-txt.sh 00:44:13 2020-12-18T00:44:10Z INFO Waiting for automatic snapd restart... [Pipeline] sh 00:44:14 + ls -al . 00:44:14 total 664 00:44:14 drwxrwxr-x 9 1001 1001 4096 Dec 18 00:44 . 00:44:14 drwxr-xr-x 4 root root 4096 Dec 18 00:40 .. 00:44:14 -rw-rw-r-- 1 1001 1001 11 Dec 18 00:38 .dockerignore 00:44:14 drwxrwxr-x 8 1001 1001 4096 Dec 18 00:38 .git 00:44:14 drwxrwxr-x 3 1001 1001 4096 Dec 18 00:38 .github 00:44:14 -rw-rw-r-- 1 1001 1001 824 Dec 18 00:38 .gitignore 00:44:14 -rw-rw-r-- 1 1001 1001 166 Dec 18 00:38 .sonarcloud.properties 00:44:14 -rw-rw-r-- 1 1001 1001 3804 Dec 18 00:38 CONTRIBUTING.md 00:44:14 -rw-rw-r-- 1 1001 1001 1035 Dec 18 00:38 Dockerfile.build 00:44:14 -rw-rw-r-- 1 1001 1001 863 Dec 18 00:38 Jenkinsfile 00:44:14 -rw-rw-r-- 1 1001 1001 10775 Dec 18 00:38 LICENSE 00:44:14 -rw-rw-r-- 1 1001 1001 5750 Dec 18 00:38 Makefile 00:44:14 -rw-rw-r-- 1 1001 1001 6511 Dec 18 00:38 README.md 00:44:14 -rw-rw-r-- 1 1001 1001 6744 Dec 18 00:38 SECURITY.md 00:44:14 -rw-rw-r-- 1 1001 1001 5 Dec 18 00:34 VERSION 00:44:14 -rw-rw-r-- 1 1001 1001 4131 Dec 18 00:38 ZMQWindows.md 00:44:14 drwxrwxr-x 2 1001 1001 4096 Dec 18 00:38 bin 00:44:14 drwxrwxr-x 14 1001 1001 4096 Dec 18 00:38 cmd 00:44:14 -rw-r--r-- 1 root root 537096 Dec 18 00:42 coverage.out 00:44:14 -rw-r--r-- 1 root root 979 Dec 18 00:44 go.mod 00:44:14 -rw-r--r-- 1 root root 18734 Dec 18 00:44 go.sum 00:44:14 drwxrwxr-x 8 1001 1001 4096 Dec 18 00:38 internal 00:44:14 drwxrwxr-x 4 1001 1001 4096 Dec 18 00:38 openapi 00:44:14 drwxrwxr-x 4 1001 1001 4096 Dec 18 00:38 snap 00:44:14 -rw-rw-r-- 1 1001 1001 168 Dec 18 00:38 version.go [Pipeline] sh 00:44:15 + '[' -e coverage.out ] 00:44:15 + chown 1001:1001 coverage.out [Pipeline] stash 00:44:15 Warning: overwriting stash ‘coverage-report’ 00:44:16 Stashed 1 file(s) [Pipeline] sh 00:44:16 + make build 00:44:16 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 00:44:27 lxd 4.9 from Canonical* installed 00:44:27 + sudo lxd init --auto 00:44:32 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 00:44:37 + sudo snap install --classic snapcraft 00:44:46 snapcraft 4.4.4 from Canonical* installed 00:44:46 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:46 + patch --verbose -p1 00:44:46 Hmm... Looks like a unified diff to me... 00:44:46 The text leading up to this was: 00:44:46 -------------------------- 00:44:46 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:44:46 |From: Tony Espy 00:44:46 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:44:46 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:46 | 00:44:46 |This patch is used by the EdgeX CI pipeline builds to 00:44:46 |optimize the snap CI check run for pull requests. When 00:44:46 |applied, it essentially strips out everything (apps and 00:44:46 |parts) from the snapcraft.yaml file except those required 00:44:46 |to build edgex-go, as the whole idea of the CI check is to 00:44:46 |catch changes to edgex-go that break the snap build. 00:44:46 | 00:44:46 |In general, anyone updating snapcraft.yaml will also need 00:44:46 |to update this patch file, otherwise it may fail to apply, 00:44:46 |resulting in a failed snap build CI check in the associated 00:44:46 |pull request. 00:44:46 | 00:44:46 |Note - in addition to applying this patch, the pipeline also 00:44:46 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:46 |need to build the finally binary .snap file (and it won't 00:44:46 |work with the patch applied). This further reduces the build 00:44:46 |time. 00:44:46 |--- 00:44:46 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:44:46 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:44:46 | 00:44:46 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:46 |index 1e537489..faf42425 100644 00:44:46 |--- a/snap/snapcraft.yaml 00:44:46 |+++ b/snap/snapcraft.yaml 00:44:46 -------------------------- 00:44:46 patching file snap/snapcraft.yaml 00:44:46 Using Plan A... 00:44:46 Hunk #1 succeeded at 73. 00:44:46 Hunk #2 succeeded at 202. 00:44:46 Hunk #3 succeeded at 214. 00:44:46 Hunk #4 succeeded at 222. 00:44:46 Hunk #5 succeeded at 229. 00:44:46 Hunk #6 succeeded at 256. 00:44:46 Hunk #7 succeeded at 290. 00:44:46 Hunk #8 succeeded at 341. 00:44:46 Hmm... Ignoring the trailing garbage. 00:44:46 done 00:44:46 + sudo snapcraft prime --use-lxd 00:44:46 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:44:46 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: 00:44:46 - README.md 00:44:46 00:44:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:47 Launching a container. 00:44:59 Waiting for container to be ready 00:44:59 To start your first instance, try: lxc launch ubuntu:18.04 00:44:59 00:45:01 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:45:01 Waiting for network to be ready... 00:45:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:03 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 00:45:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:45:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:45:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:45:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:45:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:45:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:45:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:45:03 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 00:45:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:45:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:45:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:45:04 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:45:04 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:45:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:45:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:45:04 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:45:06 Fetched 23.5 MB in 5s (5029 kB/s) 00:45:07 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 00:45:07 Reading package lists... 00:45:07 Reading package lists... 00:45:07 Building dependency tree... 00:45:07 Reading state information... 00:45:07 The following additional packages will be installed: 00:45:07 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:07 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:07 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:07 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:45:07 Suggested packages: 00:45:07 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:45:07 Recommended packages: 00:45:07 gnupg libsasl2-modules 00:45:07 The following NEW packages will be installed: 00:45:07 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:07 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:07 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:07 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:45:07 The following packages will be upgraded: 00:45:07 gpg gpg-agent gpgconf libudev1 00:45:08 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 00:45:08 Need to get 3531 kB of archives. 00:45:08 After this operation, 13.3 MB of additional disk space will be used. 00:45:08 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:45:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:45:08 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:45:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:45:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:45:08 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] 00:45:08 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] 00:45:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:45:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:45:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:45:08 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:45:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:45:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:45:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:45:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:45:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:45:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:45:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:45:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:45:08 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:45:08 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:45:08 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:45:09 debconf: delaying package configuration, since apt-utils is not installed 00:45:09 Fetched 3531 kB in 1s (3532 kB/s) 00:45:09 (Reading database ... 12511 files and directories currently installed.) 00:45:09 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:45:09 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:09 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:45:09 Selecting previously unselected package udev. 00:45:09 (Reading database ... 12511 files and directories currently installed.) 00:45:09 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:45:09 Unpacking udev (237-3ubuntu10.43) ... 00:45:09 Selecting previously unselected package libfuse2:amd64. 00:45:09 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:45:09 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:45:09 Selecting previously unselected package fuse. 00:45:09 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:45:09 Unpacking fuse (2.9.7-1ubuntu1) ... 00:45:09 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:09 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:09 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:09 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:09 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:09 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:10 Selecting previously unselected package libksba8:amd64. 00:45:10 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:45:10 Unpacking libksba8:amd64 (1.3.5-2) ... 00:45:10 Selecting previously unselected package libroken18-heimdal:amd64. 00:45:10 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:10 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:10 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:45:10 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:10 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:10 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:45:10 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:10 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:10 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:45:10 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:10 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:10 Selecting previously unselected package libwind0-heimdal:amd64. 00:45:10 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:10 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:10 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:45:10 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:10 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:11 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:45:11 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:11 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:11 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:45:11 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:11 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:11 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:45:11 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:11 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:11 Selecting previously unselected package libsasl2-modules-db:amd64. 00:45:11 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:45:11 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:45:11 Selecting previously unselected package libsasl2-2:amd64. 00:45:11 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 00:45:11 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:45:11 Selecting previously unselected package libldap-common. 00:45:11 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:45:11 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:45:11 Selecting previously unselected package libldap-2.4-2:amd64. 00:45:11 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:45:11 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:45:11 Selecting previously unselected package dirmngr. 00:45:11 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:11 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:45:11 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:45:11 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:45:11 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:45:11 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:45:11 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 00:45:11 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:45:11 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Setting up libksba8:amd64 (1.3.5-2) ... 00:45:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:12 Setting up udev (237-3ubuntu10.43) ... 00:45:12 invoke-rc.d: policy-rc.d denied execution of start. 00:45:12 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Processing triggers for systemd (237-3ubuntu10) ... 00:45:12 Setting up fuse (2.9.7-1ubuntu1) ... 00:45:12 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:45:12 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:12 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:45:12 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:45:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:13 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:45:13 settings in the [Install] section, and DefaultInstance for template units). 00:45:13 This means they are not meant to be enabled using systemctl. 00:45:13 Possible reasons for having this kind of units are: 00:45:13 1) A unit may be statically enabled by being symlinked from another unit's 00:45:13 .wants/ or .requires/ directory. 00:45:13 2) A unit's purpose may be to act as a helper for some other unit which has 00:45:13 a requirement dependency on it. 00:45:13 3) A unit may be started when needed via activation (socket, path, timer, 00:45:13 D-Bus, udev, scripted systemctl call, ...). 00:45:13 4) In case of template units, the unit is meant to be enabled with some 00:45:13 instance name specified. 00:45:13 Reading package lists... 00:45:13 Building dependency tree... 00:45:13 Reading state information... 00:45:13 The following additional packages will be installed: 00:45:13 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:45:13 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:45:13 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:45:13 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:45:13 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:45:13 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 00:45:13 Suggested packages: 00:45:13 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:45:13 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:45:13 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:45:13 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:45:13 systemd-container policykit-1 00:45:13 Recommended packages: 00:45:13 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:45:13 The following NEW packages will be installed: 00:45:13 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:45:13 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:45:13 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:45:13 multiarch-support openssh-client python3 python3-minimal python3.6 00:45:13 python3.6-minimal snapd squashfs-tools sudo 00:45:13 The following packages will be upgraded: 00:45:13 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:45:13 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 00:45:13 Need to get 35.2 MB of archives. 00:45:13 After this operation, 141 MB of additional disk space will be used. 00:45:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:45:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:45:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:45:14 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:45:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:45:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:45:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:45:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:45:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:45:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:45:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:45:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:45:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:45:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:45:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:45:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:45:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:45:14 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 00:45:15 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:45:15 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:45:15 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:45:15 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:45:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:45:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:45:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:45:15 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:45:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:45:15 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:45:15 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:45:15 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:45:15 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:45:16 debconf: delaying package configuration, since apt-utils is not installed 00:45:16 Fetched 35.2 MB in 3s (13.9 MB/s) 00:45:16 (Reading database ... 12757 files and directories currently installed.) 00:45:16 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:45:16 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:17 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:45:17 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:17 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:45:17 (Reading database ... 12757 files and directories currently installed.) 00:45:17 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:45:17 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:17 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:45:17 (Reading database ... 12757 files and directories currently installed.) 00:45:17 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:45:17 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:18 Setting up apt (1.6.12ubuntu0.2) ... 00:45:18 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:45:18 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:45:18 (Reading database ... 12764 files and directories currently installed.) 00:45:18 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:45:18 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:45:18 Selecting previously unselected package libpython3.6-minimal:amd64. 00:45:18 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:18 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:18 Selecting previously unselected package libexpat1:amd64. 00:45:18 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:45:18 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:18 Selecting previously unselected package python3.6-minimal. 00:45:18 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:18 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:45:19 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:45:19 Checking for services that may need to be restarted...done. 00:45:19 Checking for services that may need to be restarted...done. 00:45:19 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:19 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:19 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:45:19 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 00:45:20 Selecting previously unselected package python3-minimal. 00:45:20 (Reading database ... 13012 files and directories currently installed.) 00:45:20 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:45:20 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:45:20 Selecting previously unselected package mime-support. 00:45:20 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:45:20 Unpacking mime-support (3.60ubuntu1) ... 00:45:20 Selecting previously unselected package libmpdec2:amd64. 00:45:20 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:45:20 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:20 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:45:20 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:20 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:20 Selecting previously unselected package python3.6. 00:45:20 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:45:20 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:45:20 Selecting previously unselected package libpython3-stdlib:amd64. 00:45:20 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:45:20 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:20 Setting up python3-minimal (3.6.7-1~18.04) ... 00:45:20 Selecting previously unselected package python3. 00:45:20 (Reading database ... 13442 files and directories currently installed.) 00:45:20 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:45:20 Unpacking python3 (3.6.7-1~18.04) ... 00:45:20 Selecting previously unselected package multiarch-support. 00:45:20 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:45:20 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:45:21 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:45:21 Selecting previously unselected package liblzo2-2:amd64. 00:45:21 (Reading database ... 13479 files and directories currently installed.) 00:45:21 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:45:21 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:45:21 Selecting previously unselected package libbsd0:amd64. 00:45:21 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:45:21 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:21 Selecting previously unselected package sudo. 00:45:21 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:45:21 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:45:21 Selecting previously unselected package apparmor. 00:45:21 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:45:21 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:45:21 Selecting previously unselected package libedit2:amd64. 00:45:21 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:45:21 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:45:21 Selecting previously unselected package libkrb5support0:amd64. 00:45:21 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:45:21 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:21 Selecting previously unselected package libk5crypto3:amd64. 00:45:21 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:45:21 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:21 Selecting previously unselected package libkeyutils1:amd64. 00:45:21 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:45:21 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:21 Selecting previously unselected package libkrb5-3:amd64. 00:45:21 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:45:21 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:22 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:45:22 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:45:22 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:22 Selecting previously unselected package libssl1.0.0:amd64. 00:45:22 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:45:22 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:45:22 Selecting previously unselected package openssh-client. 00:45:22 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:45:22 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:22 Selecting previously unselected package squashfs-tools. 00:45:22 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:45:22 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:22 Selecting previously unselected package snapd. 00:45:22 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:45:22 Unpacking snapd (2.48+18.04) ... 00:45:24 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 00:45:24 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:45:24 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:45:24 Setting up mime-support (3.60ubuntu1) ... 00:45:24 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:45:25 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:25 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:25 Setting up systemd (237-3ubuntu10.43) ... 00:45:25 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:45:25 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:25 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:25 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:45:25 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:45:25 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:25 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:45:26 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:26 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:26 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:26 Setting up python3 (3.6.7-1~18.04) ... 00:45:26 running python rtupdate hooks for python3.6... 00:45:26 running python post-rtupdate hooks for python3.6... 00:45:26 Setting up apparmor (2.12-4ubuntu5.1) ... 00:45:27 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:45:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:45:28 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:28 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:28 Setting up snapd (2.48+18.04) ... 00:45:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:45:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:45:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:45:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:45:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:29 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:45:30 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:45:30 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:45:30 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:45:30 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:45:30 /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' 00:45:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:30 Processing triggers for systemd (237-3ubuntu10.43) ... 00:45:31 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:31 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:32 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 00:45:32 Reading package lists... 00:45:32 Reading package lists... 00:45:32 Building dependency tree... 00:45:32 Reading state information... 00:45:33 Calculating upgrade... 00:45:33 The following packages will be upgraded: 00:45:33 advancecomp base-files bash binutils binutils-common 00:45:33 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:45:33 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:45:33 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:45:33 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:45:33 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:45:33 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:45:33 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:45:33 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 00:45:33 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 00:45:33 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 00:45:33 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 00:45:33 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 00:45:33 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:45:33 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:45:33 Need to get 63.5 MB of archives. 00:45:33 After this operation, 5191 kB of additional disk space will be used. 00:45:33 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:45:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 00:45:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:45:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:45:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:45:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:45:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:45:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:45:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:45:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:45:33 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:45:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:45:34 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:45:34 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:45:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:45:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:45:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:45:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:45:34 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:45:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:45:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:45:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:45:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:45:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:45:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:45:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:45:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:45:34 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:45:34 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:45:34 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:45:34 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:45:34 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:45:34 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:45:34 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:45:34 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:45:34 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:45:34 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:45:34 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:45:34 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:45:34 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:45:34 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:45:34 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:45:34 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:45:34 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:45:34 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:45:34 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:45:34 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:45:34 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:45:34 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:45:34 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:45:34 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:45:34 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:45:34 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:45:34 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:45:34 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:45:34 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:45:34 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:45:34 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:45:34 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:45:34 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:45:34 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:45:34 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:45:34 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:45:34 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:45:34 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:45:34 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:45:34 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:45:34 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:45:34 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:45:34 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:45:34 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:45:34 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:45:34 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:45:34 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:45:34 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:45:34 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:45:35 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 00:45:35 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:45:35 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:45:35 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:45:35 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:45:35 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:45:35 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:45:35 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:45:35 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:45:35 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:45:35 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:45:35 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:45:36 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:45:36 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:45:36 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:45:36 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:45:36 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:45:36 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:45:36 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:45:36 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:45:36 debconf: delaying package configuration, since apt-utils is not installed 00:45:36 Fetched 63.5 MB in 3s (18.5 MB/s) 00:45:36 (Reading database ... 13912 files and directories currently installed.) 00:45:36 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:45:36 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:45:37 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:45:37 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:37 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 00:45:37 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 00:45:38 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:38 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:38 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:38 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:38 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:38 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:38 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:38 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:38 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:38 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:39 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:39 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:39 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:39 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:39 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:39 (Reading database ... 13911 files and directories currently installed.) 00:45:39 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:39 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:45:39 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:45:39 (Reading database ... 13911 files and directories currently installed.) 00:45:39 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:39 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:39 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:39 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:40 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:45:40 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:45:40 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:40 (Reading database ... 13911 files and directories currently installed.) 00:45:40 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:45:40 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:40 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:45:41 (Reading database ... 13911 files and directories currently installed.) 00:45:41 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:45:41 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:45:41 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:45:41 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:45:41 Setting up base-files (10.1ubuntu2.10) ... 00:45:41 Installing new version of config file /etc/issue ... 00:45:41 Installing new version of config file /etc/issue.net ... 00:45:41 Installing new version of config file /etc/lsb-release ... 00:45:41 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:45:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:45:41 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:45:41 Removing obsolete conffile /etc/default/motd-news ... 00:45:41 (Reading database ... 13912 files and directories currently installed.) 00:45:41 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:45:41 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:45:41 Setting up bash (4.4.18-2ubuntu1.2) ... 00:45:41 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 00:45:42 (Reading database ... 13912 files and directories currently installed.) 00:45:42 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:42 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:45:42 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:45:42 (Reading database ... 13912 files and directories currently installed.) 00:45:42 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:45:42 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:45:42 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 00:45:42 Setting up tar (1.29b-2ubuntu0.1) ... 00:45:42 (Reading database ... 13912 files and directories currently installed.) 00:45:42 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:45:42 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:42 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:45:42 (Reading database ... 13912 files and directories currently installed.) 00:45:42 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:42 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:43 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:43 (Reading database ... 13912 files and directories currently installed.) 00:45:43 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:43 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:43 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:45:43 (Reading database ... 13912 files and directories currently installed.) 00:45:43 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:45:43 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:45:43 Setting up grep (3.1-2build1) ... 00:45:43 (Reading database ... 13912 files and directories currently installed.) 00:45:43 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:43 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:43 Setting up login (1:4.5-1ubuntu2) ... 00:45:43 (Reading database ... 13912 files and directories currently installed.) 00:45:43 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:43 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:43 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:45:44 (Reading database ... 13912 files and directories currently installed.) 00:45:44 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:44 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:44 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:44 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:44 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:44 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] } 00:45:45 $ docker stop --time=1 4ea236ee9dc596234aa530a23b367609d43eb80b3242d08a7a4dedd4598b54ce 00:45:45 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:45:45 (Reading database ... 13912 files and directories currently installed.) 00:45:45 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:45:45 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:45:46 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:45:46 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:46 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:45:46 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:46 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:45:46 (Reading database ... 13912 files and directories currently installed.) 00:45:46 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:45:46 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:45:46 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:45:46 (Reading database ... 13912 files and directories currently installed.) 00:45:46 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:46 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:47 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:47 (Reading database ... 13912 files and directories currently installed.) 00:45:47 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:47 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:47 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:47 (Reading database ... 13912 files and directories currently installed.) 00:45:47 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:47 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:47 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:47 (Reading database ... 13912 files and directories currently installed.) 00:45:47 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:47 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:47 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:47 $ docker rm -f 4ea236ee9dc596234aa530a23b367609d43eb80b3242d08a7a4dedd4598b54ce 00:45:47 (Reading database ... 13912 files and directories currently installed.) 00:45:47 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:47 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:47 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:47 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:48 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:48 (Reading database ... 13912 files and directories currently installed.) 00:45:48 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:48 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:48 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:48 (Reading database ... 13912 files and directories currently installed.) 00:45:48 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:48 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:48 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:48 (Reading database ... 13912 files and directories currently installed.) 00:45:48 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:48 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:48 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:45:48 (Reading database ... 13912 files and directories currently installed.) 00:45:48 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:48 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:49 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 00:45:49 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:49 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:45:49 (Reading database ... 13912 files and directories currently installed.) 00:45:49 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:45:49 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:49 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:45:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:50 00:45:50 (Reading database ... 13912 files and directories currently installed.) 00:45:50 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:45:50 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:50 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:45:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:45:50 (Reading database ... 13914 files and directories currently installed.) 00:45:50 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:45:50 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:45:50 Setting up debconf (1.5.66ubuntu1) ... 00:45:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:50 (Reading database ... 13914 files and directories currently installed.) 00:45:50 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:50 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:50 latest: Pulling from edgex-devops/edgex-compose-arm64 00:45:50 29e5d40040c1: Pulling fs layer 00:45:50 1ce36da41761: Pulling fs layer 00:45:50 25b303627fd3: Pulling fs layer 00:45:51 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:51 (Reading database ... 13914 files and directories currently installed.) 00:45:51 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:51 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:51 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:51 (Reading database ... 13914 files and directories currently installed.) 00:45:51 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:51 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:51 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:51 (Reading database ... 13914 files and directories currently installed.) 00:45:51 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:51 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:51 29e5d40040c1: Download complete 00:45:51 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:45:51 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:45:51 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:51 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:52 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:52 (Reading database ... 13914 files and directories currently installed.) 00:45:52 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:45:52 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:45:52 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:45:52 (Reading database ... 13914 files and directories currently installed.) 00:45:52 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:45:52 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:52 29e5d40040c1: Pull complete 00:45:52 1ce36da41761: Verifying Checksum 00:45:52 1ce36da41761: Download complete 00:45:52 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:52 (Reading database ... 13914 files and directories currently installed.) 00:45:52 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:52 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:52 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:53 (Reading database ... 13914 files and directories currently installed.) 00:45:53 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:45:53 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:45:53 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:45:53 (Reading database ... 13914 files and directories currently installed.) 00:45:53 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:53 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:53 Setting up passwd (1:4.5-1ubuntu2) ... 00:45:53 (Reading database ... 13914 files and directories currently installed.) 00:45:53 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:53 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:53 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:45:53 (Reading database ... 13914 files and directories currently installed.) 00:45:53 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:45:53 1ce36da41761: Pull complete 00:45:54 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:45:54 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:45:54 (Reading database ... 13914 files and directories currently installed.) 00:45:54 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:45:54 25b303627fd3: Verifying Checksum 00:45:54 25b303627fd3: Download complete 00:45:54 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:45:54 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:45:54 (Reading database ... 13914 files and directories currently installed.) 00:45:54 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:45:54 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:45:54 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:45:54 (Reading database ... 13914 files and directories currently installed.) 00:45:54 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:45:54 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:45:54 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:45:54 (Reading database ... 13914 files and directories currently installed.) 00:45:54 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:45:54 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:45:54 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:45:55 (Reading database ... 13915 files and directories currently installed.) 00:45:55 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:45:55 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:45:55 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:45:55 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:45:55 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:45:55 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:45:55 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:45:55 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:45:55 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:45:55 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:45:55 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:45:55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:45:55 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:45:55 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:45:56 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:45:56 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:45:56 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:45:56 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:45:56 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:45:56 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:45:56 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:45:56 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:45:56 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 00:45:56 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 00:45:57 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:45:57 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:45:57 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:45:57 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:45:57 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:57 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:58 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:58 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:58 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:58 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:58 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:58 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:58 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:58 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:58 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:58 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:58 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:59 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:59 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:59 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:00 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:00 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:00 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:00 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:01 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:01 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:02 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:02 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:02 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:02 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:02 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:46:02 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:03 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:46:03 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:03 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:46:03 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:46:03 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:03 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:03 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:03 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:03 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:46:03 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:46:03 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:03 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:03 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:03 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:03 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:03 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:46:03 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:46:04 Setting up tzdata (2020d-0ubuntu0.18.04) ... 00:46:04 00:46:04 Current default time zone: 'Etc/UTC' 00:46:04 Local time is now: Fri Dec 18 00:46:03 UTC 2020. 00:46:04 Universal Time is now: Fri Dec 18 00:46:03 UTC 2020. 00:46:04 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:46:04 00:46:04 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:46:04 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:04 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 00:46:04 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:46:04 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:46:04 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:46:04 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:46:04 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:46:04 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:46:04 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:46:04 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:04 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:46:04 25b303627fd3: Pull complete 00:46:04 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:46:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:46:04 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:04 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:46:04 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:04 Setting up patch (2.7.6-2ubuntu1.1) ... 00:46:04 prd-ubuntu18.04-docker-arm64-4c-16g-16671 does not seem to be running inside a container 00:46:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:46:04 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:46:04 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:46:04 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:46:04 Installing new version of config file /etc/ssl/openssl.cnf ... 00:46:04 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:46:04 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:46:04 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:46:06 Updating certificates in /etc/ssl/certs... 00:46:07 22 added, 17 removed; done. 00:46:07 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:46:07 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:07 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:46:07 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:46:07 Setting up pkgbinarymangler (138.18.04.1) ... 00:46:07 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:07 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:46:07 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:07 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:07 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:07 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:46:07 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:07 Setting up perl (5.26.1-6ubuntu0.5) ... 00:46:07 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:46:07 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:46:07 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:46:07 $ docker top 287aa3664830a80e26cc08fe4b5f65cb434e7e46085b6ee9b62c750d6dab7722 -eo pid,comm 00:46:08 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:46:08 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:46:08 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:46:08 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:46:08 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:46:08 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:46:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [Pipeline] { [Pipeline] sh 00:46:08 Processing triggers for systemd (237-3ubuntu10.43) ... 00:46:08 Processing triggers for mime-support (3.60ubuntu1) ... 00:46:08 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:46:08 Updating certificates in /etc/ssl/certs... 00:46:08 + docker-compose build --help 00:46:08 + grep parallel 00:46:08 0 added, 0 removed; done. 00:46:08 Running hooks in /etc/ca-certificates/update.d... 00:46:08 done. 00:46:09 Reading package lists... 00:46:09 Building dependency tree... 00:46:09 Reading state information... 00:46:09 The following NEW packages will be installed: 00:46:09 apt-transport-https 00:46:09 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:46:09 Need to get 1696 B of archives. 00:46:09 After this operation, 153 kB of additional disk space will be used. 00:46:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:46:09 debconf: delaying package configuration, since apt-utils is not installed 00:46:09 Fetched 1696 B in 0s (40.5 kB/s) 00:46:09 Selecting previously unselected package apt-transport-https. 00:46:09 (Reading database ... 13929 files and directories currently installed.) 00:46:09 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:46:09 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:46:10 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:46:10 Waiting for network to be ready... 00:46:13 --parallel Build images in parallel. [Pipeline] } 00:46:13 $ docker stop --time=1 287aa3664830a80e26cc08fe4b5f65cb434e7e46085b6ee9b62c750d6dab7722 00:46:15 $ docker rm -f 287aa3664830a80e26cc08fe4b5f65cb434e7e46085b6ee9b62c750d6dab7722 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:46:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:15 . [Pipeline] withDockerContainer 00:46:16 prd-ubuntu18.04-docker-arm64-4c-16g-16671 does not seem to be running inside a container 00:46:16 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:46:16 2020-12-18T00:46:13Z INFO Waiting for automatic snapd restart... 00:46:16 snapd 2.48.1 from Canonical* installed 00:46:17 "snapd" switched to the "latest/stable" channel 00:46:17 00:46:17 $ docker top 71013d89a4e5ef6905efe1b28b034993a4a0723a8303e6a39f79366d2ac5f239 -eo pid,comm [Pipeline] { [Pipeline] sh 00:46:18 + docker-compose -f ./docker-compose-build.yml build --parallel 00:46:19 core18 20201210 from Canonical* installed 00:46:20 "core18" switched to the "latest/stable" channel 00:46:20 00:46:23 snapcraft 4.4.4 from Canonical* installed 00:46:23 "snapcraft" switched to the "latest/stable" channel 00:46:23 00:46:23 Building docker-core-command-go ... 00:46:23 Building docker-core-data-go ... 00:46:23 Building docker-core-metadata-go ... 00:46:23 Building docker-security-bootstrap-redis-go ... 00:46:23 Building docker-security-proxy-setup-go ... 00:46:23 Building docker-security-secretstore-setup-go ... 00:46:23 Building docker-support-notifications-go ... 00:46:23 Building docker-support-scheduler-go ... 00:46:23 Building docker-sys-mgmt-agent-go ... 00:46:23 Building docker-security-secretstore-setup-go 00:46:23 Building docker-core-metadata-go 00:46:23 Building docker-core-command-go 00:46:23 Building docker-security-bootstrap-redis-go 00:46:23 Building docker-support-notifications-go 00:46:26 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: 00:46:26 - README.md 00:46:26 00:46:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:46:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:33 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:33 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:33 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:34 Reading package lists... 00:46:34 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 00:46:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:41 Reading package lists... 00:46:41 Building dependency tree... 00:46:41 Reading state information... 00:46:41 Suggested packages: 00:46:41 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:46:41 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:46:41 Recommended packages: 00:46:41 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:46:41 The following NEW packages will be installed: 00:46:41 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:46:41 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:46:41 pkg-config zip 00:46:41 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:46:41 Need to get 7655 kB of archives. 00:46:41 After this operation, 43.7 MB of additional disk space will be used. 00:46:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:46:41 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:46:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:46:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:46:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:46:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:46:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:46:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:46:41 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:46:41 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:46:41 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:46:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:46:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:46:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:46:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:46:42 debconf: delaying package configuration, since apt-utils is not installed 00:46:42 Fetched 7655 kB in 1s (9491 kB/s) 00:46:42 Selecting previously unselected package libglib2.0-0:amd64. 00:46:42 (Reading database ... 13933 files and directories currently installed.) 00:46:42 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:46:42 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:46:42 Selecting previously unselected package libpsl5:amd64. 00:46:42 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:46:42 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:46:42 Selecting previously unselected package libnghttp2-14:amd64. 00:46:42 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:46:42 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:46:42 Selecting previously unselected package librtmp1:amd64. 00:46:42 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:46:42 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:46:42 Selecting previously unselected package libcurl3-gnutls:amd64. 00:46:42 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:46:42 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:46:42 Selecting previously unselected package liberror-perl. 00:46:42 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:46:42 Unpacking liberror-perl (0.17025-1) ... 00:46:42 Selecting previously unselected package git-man. 00:46:42 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:46:42 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:46:42 Selecting previously unselected package git. 00:46:42 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:46:43 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:46:43 Selecting previously unselected package libnorm1:amd64. 00:46:43 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:46:43 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:43 Selecting previously unselected package libpgm-5.2-0:amd64. 00:46:43 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:46:43 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:43 Selecting previously unselected package libsodium23:amd64. 00:46:43 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:46:43 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:46:43 Selecting previously unselected package libzmq5:amd64. 00:46:43 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:43 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:43 Selecting previously unselected package libzmq3-dev:amd64. 00:46:43 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:44 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:44 Selecting previously unselected package pkg-config. 00:46:44 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:46:44 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:46:44 Selecting previously unselected package zip. 00:46:44 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:46:44 Unpacking zip (3.0-11build1) ... 00:46:44 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:44 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:46:44 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:46:44 Setting up liberror-perl (0.17025-1) ... 00:46:44 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:46:44 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:46:44 No schema files found: doing nothing. 00:46:44 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:46:44 Setting up zip (3.0-11build1) ... 00:46:44 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:44 Setting up libsodium23:amd64 (1.0.16-2) ... 00:46:44 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:46:44 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:44 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:46:44 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:44 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:46:44 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:46:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:51 git set to automatically installed. 00:46:51 git-man set to automatically installed. 00:46:51 libcurl3-gnutls set to automatically installed. 00:46:51 liberror-perl set to automatically installed. 00:46:51 libglib2.0-0 set to automatically installed. 00:46:51 libnghttp2-14 set to automatically installed. 00:46:51 libnorm1 set to automatically installed. 00:46:51 libpgm-5.2-0 set to automatically installed. 00:46:51 libpsl5 set to automatically installed. 00:46:51 librtmp1 set to automatically installed. 00:46:51 libsodium23 set to automatically installed. 00:46:51 libzmq3-dev set to automatically installed. 00:46:51 libzmq5 set to automatically installed. 00:46:51 pkg-config set to automatically installed. 00:46:51 zip set to automatically installed. 00:46:52 snapd is not logged in, snap install commands will use sudo 00:46:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:59 snap "core18" has no updates available 00:47:00 Pulling config-common 00:47:01 Pulling go-build-helper 00:47:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:47:24 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:47:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 00:47:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 00:47:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 00:47:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 00:47:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 00:47:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 00:47:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 00:47:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 00:47:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:47:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:47:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:47:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:47:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:47:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:47:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:47:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:47:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:47:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 00:47:24 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 00:47:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 00:47:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:47:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 00:47:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 00:47:24 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 00:47:24 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 00:47:24 Fetched 23.5 MB in 0s (0 B/s) 00:47:24 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:47:24 Fetched 96.5 kB in 0s (0 B/s) 00:47:24 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:47:24 Fetched 279 kB in 0s (0 B/s) 00:47:24 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:47:24 Fetched 122 kB in 0s (0 B/s) 00:47:24 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:47:24 Fetched 77.8 kB in 0s (0 B/s) 00:47:24 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:47:24 Fetched 8848 B in 0s (0 B/s) 00:47:24 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:47:24 Fetched 47.8 kB in 0s (0 B/s) 00:47:24 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:47:24 Fetched 45.6 kB in 0s (0 B/s) 00:47:24 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 00:47:24 Fetched 14.8 kB in 0s (0 B/s) 00:47:24 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:47:24 Fetched 214 kB in 0s (0 B/s) 00:47:24 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:47:24 Fetched 155 kB in 0s (0 B/s) 00:47:24 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:47:24 Fetched 50.6 kB in 0s (0 B/s) 00:47:24 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:47:24 Fetched 14.8 kB in 0s (0 B/s) 00:47:24 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:47:24 Fetched 41.8 kB in 0s (0 B/s) 00:47:24 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:47:24 Fetched 499 kB in 0s (0 B/s) 00:47:24 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:47:24 Fetched 111 kB in 0s (0 B/s) 00:47:24 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:47:24 Fetched 240 kB in 0s (0 B/s) 00:47:24 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:47:24 Fetched 29.3 kB in 0s (0 B/s) 00:47:24 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:47:24 Fetched 85.5 kB in 0s (0 B/s) 00:47:24 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:47:24 Fetched 24.5 kB in 0s (0 B/s) 00:47:24 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 00:47:24 Fetched 49.2 kB in 0s (0 B/s) 00:47:24 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:47:24 Fetched 54.2 kB in 0s (0 B/s) 00:47:24 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:47:24 Fetched 30.8 kB in 0s (0 B/s) 00:47:24 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:47:24 Fetched 17.0 kB in 0s (0 B/s) 00:47:24 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:47:24 Fetched 85.9 kB in 0s (0 B/s) 00:47:24 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:47:24 Fetched 8720 B in 0s (0 B/s) 00:47:24 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:47:24 Fetched 137 kB in 0s (0 B/s) 00:47:24 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:47:24 Fetched 119 kB in 0s (0 B/s) 00:47:24 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:47:24 Fetched 109 kB in 0s (0 B/s) 00:47:24 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:47:24 Fetched 11.1 kB in 0s (0 B/s) 00:47:24 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:47:24 Fetched 645 kB in 0s (0 B/s) 00:47:24 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:47:24 Fetched 41.3 kB in 0s (0 B/s) 00:47:24 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:47:24 Fetched 17.9 kB in 0s (0 B/s) 00:47:24 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:47:24 Fetched 368 kB in 0s (0 B/s) 00:47:24 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 00:47:24 Fetched 187 kB in 0s (0 B/s) 00:47:24 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:47:24 Fetched 175 kB in 0s (0 B/s) 00:47:24 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:47:25 Fetched 206 kB in 0s (0 B/s) 00:47:25 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:47:25 Fetched 1301 kB in 0s (0 B/s) 00:47:25 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:47:25 Fetched 36.2 kB in 0s (0 B/s) 00:47:25 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:47:25 Fetched 159 kB in 0s (0 B/s) 00:47:25 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:47:25 Fetched 107 kB in 0s (0 B/s) 00:47:25 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:47:25 Fetched 48.7 kB in 0s (0 B/s) 00:47:25 Pulling static-packages 00:47:26 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:47:26 Skipping pull go-build-helper (already ran) 00:47:26 Skipping pull static-packages (already ran) 00:47:26 Building go-build-helper 00:47:29 Building static-packages 00:47:31 Staging go-build-helper 00:47:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:32 ---> 060214ece0bc 00:47:32 Step 3/22 : WORKDIR /edgex-go 00:47:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:32 ---> 060214ece0bc 00:47:32 Step 3/24 : WORKDIR /edgex-go 00:47:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:32 ---> 060214ece0bc 00:47:32 Step 3/22 : WORKDIR /edgex-go 00:47:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:32 ---> 060214ece0bc 00:47:32 Step 3/24 : WORKDIR /edgex-go 00:47:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:32 ---> 060214ece0bc 00:47:32 Step 3/22 : WORKDIR /edgex-go 00:47:32 Staging static-packages 00:47:33 ---> Running in c33ad49da8df 00:47:33 ---> Running in 56642ea8d971 00:47:33 ---> Running in 7c05a8913a75 00:47:33 ---> Running in 47b815ca236b 00:47:33 ---> Running in 5f6d30456dd4 00:47:33 Pulling go115 00:47:34 Removing intermediate container c33ad49da8df 00:47:34 ---> 1b96d5982e99 00:47:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:34 Removing intermediate container 56642ea8d971 00:47:34 ---> 6b458f3a4f56 00:47:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:34 Removing intermediate container 47b815ca236b 00:47:34 ---> a7d53cae3499 00:47:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:34 Removing intermediate container 7c05a8913a75 00:47:34 ---> 376d5687b58d 00:47:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:34 Removing intermediate container 5f6d30456dd4 00:47:34 ---> d7ecbd94d647 00:47:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:34 ---> Running in 46af35940a3c 00:47:34 ---> Running in 1fbc63bebc6f 00:47:34 ---> Running in 81a3091fc1e1 00:47:34 ---> Running in 97070f6d2814 00:47:34 ---> Running in 997c8af7e147 00:47:34 'edgex-go' has dependencies that need to be staged: go115 00:47:34 Skipping pull go115 (already ran) 00:47:34 Building go115 00:47:34 % Total % Received % Xferd Average Speed Time Time Time Current 00:47:34 Dload Upload Total Spent Left Speed 00:47:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6255k 0 0 18.9M 0 0:00:06 --:--:-- 0:00:06 18.9M 43 115M 43 50.0M 0 0 37.9M 0 0:00:03 0:00:01 0:00:02 37.9M 83 115M 83 96.0M 0 0 41.4M 0 0:00:02 0:00:02 --:--:-- 41.4M 100 115M 100 115M 0 0 41.6M 0 0:00:02 0:00:02 --:--:-- 41.5M 00:47:37 Removing intermediate container 46af35940a3c 00:47:37 ---> bf6e80189829 00:47:37 Step 5/24 : RUN apk update && apk add make git 00:47:37 go1.15.2.linux-amd64.tar.gz: OK 00:47:38 ---> Running in 9241b2951162 00:47:38 Removing intermediate container 1fbc63bebc6f 00:47:38 ---> 57e2cbbf2485 00:47:38 Step 5/22 : RUN apk update && apk add make git 00:47:38 Removing intermediate container 81a3091fc1e1 00:47:38 ---> a74e16b9030c 00:47:38 Step 5/22 : RUN apk update && apk add make git 00:47:38 ---> Running in 131e8e298b46 00:47:38 ---> Running in 1c04624c0e0e 00:47:38 Removing intermediate container 97070f6d2814 00:47:38 ---> d65d63bd362c 00:47:38 Step 5/22 : RUN apk update && apk add make git 00:47:38 Removing intermediate container 997c8af7e147 00:47:38 ---> bf3fea17cebe 00:47:38 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:47:38 ---> Running in f9475ac2bd1b 00:47:38 ---> Running in 8daeaa921aa0 00:47:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:41 Staging go115 00:47:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:42 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:42 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:42 OK: 12620 distinct packages available 00:47:43 OK: 217 MiB in 51 packages 00:47:43 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:43 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:43 OK: 12620 distinct packages available 00:47:44 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:44 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:44 OK: 12620 distinct packages available 00:47:44 OK: 217 MiB in 51 packages 00:47:45 OK: 217 MiB in 51 packages 00:47:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:45 OK: 12620 distinct packages available 00:47:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:47:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:47:45 OK: 12620 distinct packages available 00:47:45 Removing intermediate container 9241b2951162 00:47:45 ---> 341847e23f40 00:47:45 Step 6/24 : COPY go.mod . 00:47:46 OK: 217 MiB in 51 packages 00:47:46 OK: 217 MiB in 51 packages 00:47:46 Removing intermediate container 131e8e298b46 00:47:46 ---> 724bc5ec6f2c 00:47:46 Step 6/22 : COPY go.mod . 00:47:46 ---> 7541c8304cb2 00:47:46 Step 7/24 : RUN go mod download 00:47:47 ---> Running in 4c2c183da558 00:47:47 Removing intermediate container f9475ac2bd1b 00:47:47 ---> ea7210399f7d 00:47:47 Step 6/22 : COPY go.mod . 00:47:47 ---> 4c7789262fe7 00:47:47 Step 7/22 : RUN go mod download 00:47:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:47:47 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:47 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:47 Fetched 88.7 kB in 0s (0 B/s) 00:47:47 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:47:47 Fetched 224 kB in 0s (0 B/s) 00:47:47 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:47:47 Fetched 157 kB in 0s (0 B/s) 00:47:47 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:47:47 Fetched 221 kB in 0s (0 B/s) 00:47:47 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:47:47 Fetched 143 kB in 0s (0 B/s) 00:47:47 Pulling edgex-go 00:47:48 ---> Running in 8fdfbb198b7c 00:47:48 Removing intermediate container 8daeaa921aa0 00:47:48 ---> f5626e7ff659 00:47:48 Pulling version 00:47:48 Step 6/24 : COPY go.mod . 00:47:48 Removing intermediate container 1c04624c0e0e 00:47:48 ---> f843074e7dfa 00:47:48 Step 6/22 : COPY go.mod . 00:47:48 ---> 621260794a8b 00:47:48 Step 7/22 : RUN go mod download 00:47:48 ---> Running in c48cad00aa3d 00:47:49 Building config-common 00:47:49 ---> e9deefb7fc8a 00:47:49 Step 7/24 : RUN go mod download 00:47:50 ---> Running in a1522ae9c7a8 00:47:50 ---> f0004ad13491 00:47:50 Step 7/22 : RUN go mod download 00:47:50 ---> Running in f2913250ba45 00:47:51 Skipping build go-build-helper (already ran) 00:47:51 Skipping build static-packages (already ran) 00:47:51 Skipping build go115 (already ran) 00:47:51 Building edgex-go 00:47: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 00:47:51 Removing intermediate container 4c2c183da558 00:47:51 ---> 521f62f6d270 00:47:51 Step 8/24 : COPY . . 00:47:52 Removing intermediate container 8fdfbb198b7c 00:47:52 ---> 1da154bd8127 00:47:52 Step 8/22 : COPY . . 00:47:52 go: downloading github.com/gorilla/mux v1.8.0 00:47:52 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 00:47:52 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 00:47:52 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:47:52 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:47:52 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 00:47:52 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 00:47:52 go: downloading github.com/google/uuid v1.1.2 00:47:52 go: downloading github.com/x448/float16 v0.8.4 00:47:52 go: downloading gopkg.in/yaml.v2 v2.4.0 00:47:52 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:47:52 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:47:52 go: downloading github.com/go-kit/kit v0.8.0 00:47:52 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:47:52 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:47:52 go: downloading github.com/BurntSushi/toml v0.3.1 00:47:52 go: downloading github.com/imdario/mergo v0.3.11 00:47:52 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:47:52 go: downloading github.com/pkg/errors v0.8.1 00:47:52 go: downloading github.com/pebbe/zmq4 v1.0.0 00:47:52 go: downloading github.com/pelletier/go-toml v1.2.0 00:47:52 go: downloading github.com/hashicorp/consul/api v1.1.0 00:47:52 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:47:52 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:47:52 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:47:52 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:47:52 go: downloading github.com/hashicorp/serf v0.8.2 00:47:52 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:47:52 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:47:52 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:47:52 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:47:52 go: downloading github.com/mitchellh/copystructure v1.0.0 00:47:52 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:47:52 go: downloading github.com/go-playground/universal-translator v0.17.0 00:47:52 go: downloading github.com/leodido/go-urn v1.2.0 00:47:52 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:47:52 go: downloading github.com/go-playground/locales v0.13.0 00:47:52 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:47:53 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:47:53 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:47:54 Removing intermediate container c48cad00aa3d 00:47:54 ---> ad0c3294b1c8 00:47:54 Step 8/22 : COPY . . 00:47:56 Removing intermediate container a1522ae9c7a8 00:47:56 ---> 522d71c4397a 00:47:56 Step 8/24 : COPY . . 00:47:57 Removing intermediate container f2913250ba45 00:47:57 ---> 758e59d2b91b 00:47:57 Step 8/22 : COPY . . 00:48:00 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 00:48:03 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 00:48:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:48:05 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 00:48:05 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 00:48:05 go: downloading github.com/stretchr/testify v1.5.1 00:48:05 go: downloading github.com/davecgh/go-spew v1.1.1 00:48:05 go: downloading github.com/pmezard/go-difflib v1.0.0 00:48:06 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 00:48:06 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:48:06 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:48:07 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 00:48:07 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:48:08 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 00:48:09 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:48:10 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 00:48:11 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 00:48:11 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 00:48:14 Building version 00:48:15 Staging config-common 00:48:16 Skipping stage go-build-helper (already ran) 00:48:16 Skipping stage static-packages (already ran) 00:48:16 Skipping stage go115 (already ran) 00:48:16 Staging edgex-go 00:48:17 Staging version 00:48:18 Priming config-common 00:48:19 Priming go-build-helper 00:48:20 Priming static-packages 00:48:22 Priming go115 00:48:23 Priming edgex-go 00:48:23 ---> 5b7f202ea299 00:48:23 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:48:23 ---> 079b4acafcd3 00:48:23 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:48:23 ---> a58912c2c7b9 00:48:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:48:23 ---> 785e3ee38e66 00:48:23 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:48:23 ---> 1804b3307906 00:48:23 Step 9/22 : RUN make cmd/core-command/core-command 00:48:23 ---> Running in af2d097a14d7 00:48:23 ---> Running in 0964f2334a2a 00:48:23 ---> Running in 03c10ee94020 00:48:23 ---> Running in 7d0a893bbd8c 00:48:23 ---> Running in 9b1e7bbcf76a 00:48:24 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 00:48:24 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 00:48:24 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 00:48:24 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 00:48:24 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 00:48:24 Priming version 00:48:25 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] } 00:50:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:50:05 Removing intermediate container 0964f2334a2a 00:50:05 ---> 7af0dbf67d8b 00:50:05 00:50:05 Step 10/22 : FROM alpine:3.10 00:50:05 3.10: Pulling from library/alpine 00:50:07 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:50:07 Status: Downloaded newer image for alpine:3.10 00:50:07 ---> 536a684cf733 00:50:07 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:50:08 ---> Running in 00cd412c6bcb 00:50:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:50:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:50:11 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:50:11 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:50:11 OK: 10171 distinct packages available 00:50:11 (1/5) Installing ca-certificates (20191127-r2) 00:50:11 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:50:11 (3/5) Installing libcurl (7.66.0-r3) 00:50:11 (4/5) Installing curl (7.66.0-r3) 00:50:11 (5/5) Installing dumb-init (1.2.2-r1) 00:50:11 Executing busybox-1.30.1-r3.trigger 00:50:11 Executing ca-certificates-20191127-r2.trigger 00:50:11 OK: 7 MiB in 19 packages 00:50:11 Removing intermediate container 9b1e7bbcf76a 00:50:11 ---> eeffeb685fcb 00:50:11 00:50:11 Step 10/22 : FROM scratch 00:50:11 ---> 00:50:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:12 Removing intermediate container 03c10ee94020 00:50:12 ---> cf0fabb67c34 00:50:12 00:50:12 Step 10/24 : FROM alpine:3.10 00:50:12 ---> 536a684cf733 00:50:12 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:50:12 ---> Running in 80a8ed559e61 00:50:12 Removing intermediate container 7d0a893bbd8c 00:50:12 ---> ee0f25ac1470 00:50:12 00:50:12 Step 10/24 : FROM scratch 00:50:12 ---> 00:50:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:50:12 ---> Running in 90f7067c88df 00:50:13 ---> Running in 5167fcdd0417 00:50:13 Removing intermediate container 80a8ed559e61 00:50:13 ---> 529489cb6343 00:50:13 Step 12/22 : ENV APP_PORT=48082 00:50:13 ---> Running in 75c5221ba669 00:50:13 Removing intermediate container 5167fcdd0417 00:50:13 ---> fc573f814d14 00:50:13 Step 12/24 : ENV APP_PORT=48060 00:50:13 ---> Running in 59a74decf5df 00:50:14 Removing intermediate container 75c5221ba669 00:50:14 ---> 00235166d38c 00:50:14 Step 13/22 : EXPOSE $APP_PORT 00:50:14 ---> Running in 9a6553a96de7 00:50:14 Removing intermediate container 00cd412c6bcb 00:50:14 ---> 57db24a73611 00:50:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:50:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:50:14 Removing intermediate container 59a74decf5df 00:50:14 ---> 0d87a738e222 00:50:14 Step 13/24 : EXPOSE $APP_PORT 00:50:14 ---> Running in 510e610cffb5 00:50:14 ---> Running in 7cc01084c0ef 00:50:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:50:15 Removing intermediate container 9a6553a96de7 00:50:15 ---> b656bc831ac3 00:50:15 Step 14/22 : WORKDIR / 00:50:15 ---> Running in d1975be24245 00:50:15 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:50:15 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:50:15 OK: 10171 distinct packages available 00:50:15 Removing intermediate container 510e610cffb5 00:50:15 ---> 48d79ea7421b 00:50:15 Step 13/22 : WORKDIR / 00:50:15 Removing intermediate container 7cc01084c0ef 00:50:15 ---> 3e4f8dfb9712 00:50:15 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:50:15 ---> Running in 384a50aa5a3a 00:50:15 (1/5) Installing ca-certificates (20191127-r2) 00:50:15 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:50:15 (3/5) Installing libcurl (7.66.0-r3) 00:50:15 (4/5) Installing curl (7.66.0-r3) 00:50:15 (5/5) Installing dumb-init (1.2.2-r1) 00:50:15 Executing busybox-1.30.1-r3.trigger 00:50:15 Removing intermediate container d1975be24245 00:50:15 ---> 8553b88dff84 00:50:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:50:16 Executing ca-certificates-20191127-r2.trigger 00:50:16 OK: 7 MiB in 19 packages 00:50:17 Removing intermediate container 384a50aa5a3a 00:50:17 ---> d61c8395ee08 00:50:17 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:50:17 ---> a91e872e6c2e 00:50:17 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:50:17 ---> 163d863106ab 00:50:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:18 ---> f97ae3be2a67 00:50:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:50:19 Removing intermediate container 90f7067c88df 00:50:19 ---> fcde27bcfb19 00:50:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:19 ---> ed11081d7fad 00:50:19 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:50:19 ---> Running in 7a311a3063fd 00:50:20 ---> 6f7828fa1aa0 00:50:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:20 ---> 5eb68afb9a43 00:50:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:50:20 Removing intermediate container 7a311a3063fd 00:50:20 ---> aea3da9f5394 00:50:20 Step 13/24 : WORKDIR / 00:50:21 ---> Running in 90064e1ab25f 00:50:21 ---> da3d273bad9f 00:50:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:50:22 ---> 01efc3be692a 00:50:22 Step 18/22 : ENTRYPOINT ["/core-command"] 00:50:22 Removing intermediate container af2d097a14d7 00:50:22 ---> 4d8fa6a22945 00:50:22 00:50:22 Step 10/22 : FROM scratch 00:50:22 ---> 00:50:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:22 ---> Using cache 00:50:22 ---> 529489cb6343 00:50:22 Step 12/22 : ENV APP_PORT=48081 00:50:22 ---> Running in bff97814e696 00:50:22 ---> Running in 51fa97cb81c6 00:50:22 ---> f9031dba10d0 00:50:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:50:22 Removing intermediate container 90064e1ab25f 00:50:22 ---> fbe4a03dec3b 00:50:22 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:50:22 ---> 24ab203dd96d 00:50:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:22 Removing intermediate container 51fa97cb81c6 00:50:22 ---> 9603e37cc302 00:50:22 Step 13/22 : EXPOSE $APP_PORT 00:50:22 Removing intermediate container bff97814e696 00:50:22 ---> b3e75427eaac 00:50:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:23 ---> Running in 5db323214ea7 00:50:23 ---> Running in 7c3ee161042f 00:50:23 ---> db9453b36945 00:50:23 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:50:23 ---> e611eeca6725 00:50:23 Step 18/22 : RUN chmod +x entrypoint.sh 00:50:23 Removing intermediate container 5db323214ea7 00:50:23 ---> 308cc0d7c8f2 00:50:23 Step 14/22 : WORKDIR / 00:50:23 ---> aeb33aa76df7 00:50:23 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:23 ---> Running in b4dda3bdbf0c 00:50:24 Removing intermediate container 7c3ee161042f 00:50:24 ---> f2ed7518c48d 00:50:24 Step 20/22 : LABEL arch=arm64 00:50:24 ---> Running in 5c51242acea0 00:50:24 ---> Running in c0a99269cc5f 00:50:24 ---> 30666f6933b6 00:50:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:50:24 Removing intermediate container 5c51242acea0 00:50:24 ---> 1d60b649d691 00:50:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:50:24 Removing intermediate container c0a99269cc5f 00:50:24 ---> 2215a899bad5 00:50:24 Step 21/22 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:50:24 ---> a1ba73e7d8ca 00:50:24 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:50:25 ---> Running in 8fa757274f19 00:50:25 ---> Running in dd234963eb88 00:50:25 ---> 6ca91e2cf9cc 00:50:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:50:25 ---> 4e6c81c88ebd 00:50:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:26 Removing intermediate container 8fa757274f19 00:50:26 ---> 82ab1e54e7f4 00:50:26 Step 22/22 : LABEL version=0.0.0 00:50:26 Removing intermediate container dd234963eb88 00:50:26 ---> e836f38224bb 00:50:26 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:26 ---> Running in af01504bc725 00:50:26 ---> Running in 0e1712fe74be 00:50:27 ---> 96d3e44abac4 00:50:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:50:27 Removing intermediate container 0e1712fe74be 00:50:27 ---> 8d6a109ec0f3 00:50:27 00:50:27 ---> d8aa2fca5248 00:50:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.tomlRemoving intermediate container b4dda3bdbf0c 00:50:27 ---> afc67c0747c7 00:50:27 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:50:27 00:50:27 Removing intermediate container af01504bc725 00:50:27 ---> 602360083125 00:50:27 Step 22/24 : LABEL arch=arm64 00:50:27 Successfully built 8d6a109ec0f3 00:50:28 ---> Running in e3c851ddd59f 00:50:28 ---> Running in 29b55cdfbbfd 00:50:28 Successfully tagged docker-core-command-go-arm64:latest 00:50:28  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 00:50:28 ---> d30cffdd13a5 00:50:28 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:50:28 ---> 1f9ab4a12606 00:50:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:50:28 Removing intermediate container 29b55cdfbbfd 00:50:28 ---> 0a469b65db31 00:50:28 Step 23/24 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:50:28 ---> Running in 8df82f952246 00:50:28 Removing intermediate container e3c851ddd59f 00:50:28 ---> 9ab4d3417bd6 00:50:28 Step 20/22 : LABEL arch=arm64 00:50:28 ---> Running in 56a7fe9975a3 00:50:29 ---> Running in e03760eba3b7 00:50:30 Removing intermediate container 8df82f952246 00:50:30 ---> 70447e99693d 00:50:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:30 ---> 0b392f9b7c5f 00:50:30 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:50:31 ---> Running in 03ffa13fee36 00:50:31 Removing intermediate container 56a7fe9975a3 00:50:31 ---> 76db3915259c 00:50:31 Step 24/24 : LABEL version=0.0.0 00:50:31 ---> Running in 37469f2c01cb 00:50:31 Removing intermediate container e03760eba3b7 00:50:31 ---> 9b38fc3d353c 00:50:31 Step 21/22 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:50:31 ---> Running in 8317e0c98dc0 00:50:31 ---> Running in 8db80df3af7f 00:50:31 Removing intermediate container 03ffa13fee36 00:50:31 ---> d7f9cf5b282f 00:50:31 Step 20/22 : LABEL arch=arm64 00:50:33 ---> Running in f69642f6d50e 00:50:33 Removing intermediate container 8317e0c98dc0 00:50:33 Removing intermediate container 8db80df3af7f 00:50:33 ---> 6eda624a88f3 00:50:33 Step 22/22 : LABEL version=0.0.0 00:50:33 ---> 60af7072abb2 00:50:33 00:50:33 ---> Running in 9492e587d5ae 00:50:34 Removing intermediate container f69642f6d50e 00:50:34 ---> 1f0449eb7bbe 00:50:34 Step 21/22 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:50:34 Successfully built 60af7072abb2 00:50:34 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:34  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 00:50:34 ---> Running in e6dc1ee9d8ca 00:50:34 Removing intermediate container 9492e587d5ae 00:50:34 ---> c4741155f343 00:50:34 00:50:34 Successfully built c4741155f343 00:50:35 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:50:35 Building docker-sys-mgmt-agent-go 00:50:35 Removing intermediate container e6dc1ee9d8ca 00:50:35 Removing intermediate container 37469f2c01cb 00:50:35 ---> 5cd8750b2a31 00:50:35 Step 22/22 : LABEL version=0.0.0 00:50:35  Building docker-security-bootstrap-redis-go ... done  ---> e8115bf13460 00:50:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:50:35 ---> Running in 49ab440a82dd 00:50:35 ---> Running in f080695ab1ba 00:50:35 Removing intermediate container f080695ab1ba 00:50:35 Removing intermediate container 49ab440a82dd 00:50:35 ---> 7697f0d14cf1 00:50:35 00:50:35 ---> 9ee8704117d9 00:50:35 Step 22/24 : LABEL arch=arm64 00:50:36 ---> Running in b31268810b41 00:50:36 Successfully built 7697f0d14cf1 00:50:36 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:36 Building docker-core-data-go 00:50:36  Building docker-core-metadata-go ... done Removing intermediate container b31268810b41 00:50:36 ---> 359b821f433e 00:50:36 Step 23/24 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:50:36 ---> Running in f523a9b5cdeb 00:50:37 Removing intermediate container f523a9b5cdeb 00:50:37 ---> eedfe76b6b68 00:50:37 Step 24/24 : LABEL version=0.0.0 00:50:37 ---> Running in ab1fd6e30cf2 00:50:38 Removing intermediate container ab1fd6e30cf2 00:50:38 ---> 8b4ea36e217b 00:50:38 00:50:38 Successfully built 8b4ea36e217b 00:50:38 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:51:10  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:51:10 ---> 060214ece0bc 00:51:10 Step 3/21 : WORKDIR /edgex-go 00:51:10 ---> Using cache 00:51:10 ---> d7ecbd94d647 00:51:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:10 ---> Using cache 00:51:10 ---> d65d63bd362c 00:51:10 Step 5/21 : RUN apk update && apk add make git 00:51:10 ---> Using cache 00:51:10 ---> ea7210399f7d 00:51:10 Step 6/21 : COPY go.mod . 00:51:10 ---> Using cache 00:51:10 ---> 621260794a8b 00:51:10 Step 7/21 : RUN go mod download 00:51:10 ---> Using cache 00:51:10 ---> ad0c3294b1c8 00:51:10 Step 8/21 : COPY . . 00:51:10 ---> Using cache 00:51:10 ---> 5b7f202ea299 00:51:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:51:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:51:19 ---> 060214ece0bc 00:51:19 Step 3/21 : WORKDIR /edgex-go 00:51:19 ---> Using cache 00:51:19 ---> d7ecbd94d647 00:51:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:19 ---> Using cache 00:51:19 ---> d65d63bd362c 00:51:19 Step 5/21 : RUN apk update && apk add make git 00:51:19 ---> Using cache 00:51:19 ---> ea7210399f7d 00:51:19 Step 6/21 : COPY go.mod . 00:51:19 ---> Using cache 00:51:19 ---> 621260794a8b 00:51:19 Step 7/21 : RUN go mod download 00:51:19 ---> Using cache 00:51:19 ---> ad0c3294b1c8 00:51:19 Step 8/21 : COPY . . 00:51:19 ---> Using cache 00:51:19 ---> 5b7f202ea299 00:51:19 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:51:19 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:19 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:51:19 ---> 060214ece0bc 00:51:19 Step 3/27 : WORKDIR /edgex-go 00:51:19 ---> Using cache 00:51:19 ---> d7ecbd94d647 00:51:19 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:19 ---> Using cache 00:51:19 ---> d65d63bd362c 00:51:19 Step 5/27 : RUN apk update && apk add make bash git 00:51:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:19 ---> 060214ece0bc 00:51:19 Step 3/23 : WORKDIR /edgex-go 00:51:19 ---> Using cache 00:51:19 ---> d7ecbd94d647 00:51:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:19 ---> Using cache 00:51:19 ---> d65d63bd362c 00:51:19 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:51:19 ---> Running in aa8cc063089b 00:51:20 ---> Running in 38f149c990c0 00:51:20 ---> Running in 49aad79bb40a 00:51:20 ---> Running in 8c5d96d97b59 00:51:21 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 00:51:22 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 00:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:24 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:51:24 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:51:24 OK: 12620 distinct packages available 00:51:24 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:51:24 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:51:24 OK: 12620 distinct packages available 00:51:25 OK: 217 MiB in 51 packages 00:51:25 OK: 217 MiB in 51 packages 00:51:27 Removing intermediate container 38f149c990c0 00:51:27 ---> d37153cee08b 00:51:27 Step 6/27 : COPY go.mod . 00:51:27 Removing intermediate container 8c5d96d97b59 00:51:27 ---> 635b6007fcfe 00:51:27 Step 6/23 : COPY go.mod . 00:51:28 ---> 9f7ec699a7ca 00:51:28 Step 7/27 : RUN go mod download 00:51:29 ---> Running in c8dac9023f6e 00:51:29 ---> 3c9ce71b2d42 00:51:29 Step 7/23 : RUN go mod download 00:51:29 ---> Running in cbb59c5f113d 00:51:35 Removing intermediate container c8dac9023f6e 00:51:35 ---> 993df327c5ab 00:51:35 Step 8/27 : COPY . . 00:51:35 Removing intermediate container cbb59c5f113d 00:51:35 ---> 7acc08287124 00:51:35 Step 8/23 : COPY . . 00:52:07 ---> 9f5a629a7a5a 00:52:07 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:52:07 ---> b4dc987003d0 00:52:07 Step 9/23 : RUN make cmd/core-data/core-data 00:52:07 ---> Running in ca6a587b89c0 00:52:07 ---> Running in 9e34208b2826 00:52:09 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 00:52:09 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 00:52:16 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 00:52:34 Removing intermediate container aa8cc063089b 00:52:34 ---> e43d4cb66274 00:52:34 00:52:34 Step 10/21 : FROM alpine 00:52:34 Removing intermediate container 49aad79bb40a 00:52:34 ---> 3de45bb14617 00:52:34 00:52:34 Step 10/21 : FROM scratch 00:52:34 ---> 00:52:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:34 latest: Pulling from library/alpine 00:52:34 ---> Using cache 00:52:34 ---> 529489cb6343 00:52:34 Step 12/21 : ENV APP_PORT=48085 00:52:34 ---> Running in 7ffad52cee00 00:52:34 Removing intermediate container 7ffad52cee00 00:52:35 ---> 1a8c3a1f4b6b 00:52:35 Step 13/21 : EXPOSE $APP_PORT 00:52:35 ---> Running in 3f15f29922c1 00:52:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:52:35 Status: Downloaded newer image for alpine:latest 00:52:35 ---> afeebe901d6b 00:52:35 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:52:37 ---> Running in 754a98f7fef5 00:52:37 Removing intermediate container 3f15f29922c1 00:52:37 ---> 766625c2b12e 00:52:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:52:38 ---> adeca798e41a 00:52:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:39 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:52:39 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:52:39 OK: 12615 distinct packages available 00:52:40 ---> ebabc31924b5 00:52:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:40 (1/4) Installing ca-certificates (20191127-r4) 00:52:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:40 (3/4) Installing libcurl (7.69.1-r3) 00:52:40 (4/4) Installing curl (7.69.1-r3) 00:52:40 Executing busybox-1.31.1-r19.trigger 00:52:40 Executing ca-certificates-20191127-r4.trigger 00:52:41 OK: 7 MiB in 18 packages 00:52:41 ---> e1ecf8f09602 00:52:41 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:52:41 ---> Running in c34029c5fa04 00:52:42 Removing intermediate container c34029c5fa04 00:52:42 ---> 9e7d9042213c 00:52:42 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:42 ---> Running in 74512a68bcd1 00:52:43 Removing intermediate container 754a98f7fef5 00:52:43 ---> 0cf6139a9cf0 00:52:43 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:43 Removing intermediate container 74512a68bcd1 00:52:43 ---> a1bf07f1be74 00:52:43 Step 19/21 : LABEL arch=arm64 00:52:43 ---> Running in 89dfaeb49aaa 00:52:43 ---> Running in 8fae145cb7dd 00:52:44 Removing intermediate container 89dfaeb49aaa 00:52:44 ---> fd1e0824a0e6 00:52:44 Step 13/21 : WORKDIR /edgex 00:52:44 Removing intermediate container 8fae145cb7dd 00:52:44 ---> 15a12a97efb1 00:52:44 Step 20/21 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:52:44 ---> Running in 984e51209bd6 00:52:45 ---> Running in dd7cb432e902 00:52:45 Removing intermediate container 984e51209bd6 00:52:45 ---> 47c2529199e6 00:52:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:46 Removing intermediate container dd7cb432e902 00:52:46 ---> a3e97391394d 00:52:46 Step 21/21 : LABEL version=0.0.0 00:52:46 ---> Running in 188fefc64625 00:52:46 ---> 66a7a4479f65 00:52:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:47 Removing intermediate container 188fefc64625 00:52:47 ---> 714680499432 00:52:47 00:52:47 Successfully built 714680499432 00:52:47 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:48  Building docker-support-scheduler-go ... done  ---> 24a6f3a4a07f 00:52:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:50 ---> d0a27da93f68 00:52:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:51 ---> Running in 0e2ba7d96f76 00:52:51 Removing intermediate container 0e2ba7d96f76 00:52:51 ---> 85a15ad4df18 00:52:51 Step 18/21 : CMD ["--init=true"] 00:52:51 ---> Running in c61e64ffcfdc 00:52:52 Removing intermediate container c61e64ffcfdc 00:52:52 ---> 39869e67d0d8 00:52:52 Step 19/21 : LABEL arch=arm64 00:52:52 ---> Running in 8060d95ec2a1 00:52:53 Removing intermediate container 8060d95ec2a1 00:52:53 ---> 79153a652c5d 00:52:53 Step 20/21 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:52:53 ---> Running in 5178f0cf44aa 00:52:54 Removing intermediate container 5178f0cf44aa 00:52:54 ---> c22921893632 00:52:54 Step 21/21 : LABEL version=0.0.0 00:52:54 ---> Running in e15516dfea9c 00:52:55 Removing intermediate container e15516dfea9c 00:52:55 ---> caf0cf763311 00:52:55 00:52:55 Successfully built caf0cf763311 00:52:55 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:53:14  Building docker-security-proxy-setup-go ... done Removing intermediate container ca6a587b89c0 00:53:14 ---> 2d2ec376ee07 00:53:14 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:53:14 ---> Running in 625445123a3c 00:53:15 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 00:53:18 Removing intermediate container 625445123a3c 00:53:18 ---> 7ce6f447cedf 00:53:18 00:53:18 Step 11/27 : FROM docker:latest 00:53:18 ---> 0c09fb3ff9b5 00:53:18 Step 12/27 : RUN apk add --no-cache bash 00:53:18 ---> Running in 9d1d0ca91a2e 00:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:20 (1/2) Installing readline (8.0.4-r0) 00:53:20 (2/2) Installing bash (5.0.17-r0) 00:53:20 Executing bash-5.0.17-r0.post-install 00:53:20 Executing busybox-1.31.1-r19.trigger 00:53:20 OK: 12 MiB in 22 packages 00:53:21 Removing intermediate container 9d1d0ca91a2e 00:53:21 ---> e3a8dc883940 00:53:21 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:53:22 ---> Running in e60b5d0ee2cb 00:53:24 Removing intermediate container e60b5d0ee2cb 00:53:24 ---> 8d56df117cbd 00:53:24 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:53:24 ---> Running in aeb7eceb95ad 00:53:25 Removing intermediate container aeb7eceb95ad 00:53:25 ---> 78eb03da6b0f 00:53:25 Step 15/27 : ENV APP_PORT=48090 00:53:25 ---> Running in 8eb60eac0fe3 00:53:26 Removing intermediate container 8eb60eac0fe3 00:53:26 ---> 86798d95139c 00:53:26 Step 16/27 : EXPOSE $APP_PORT 00:53:26 Removing intermediate container 9e34208b2826 00:53:26 ---> a4fbbf4dcf9d 00:53:26 00:53:26 Step 10/23 : FROM alpine 00:53:26 ---> afeebe901d6b 00:53:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:26 ---> Running in 0cf861300ec3 00:53:26 ---> Running in 4605eefc68c5 00:53:27 Removing intermediate container 0cf861300ec3 00:53:27 ---> c3cb8eabe03d 00:53:27 Step 12/23 : ENV APP_PORT=48080Removing intermediate container 4605eefc68c5 00:53:27 00:53:27 ---> 22422535e39c 00:53:27 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:53:27 ---> Running in ffa1281f568b 00:53:27 Removing intermediate container ffa1281f568b 00:53:27 ---> d9e33d483339 00:53:27 Step 13/23 : EXPOSE $APP_PORT 00:53:28 ---> 83a520cc9faf 00:53:28 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:53:28 ---> Running in 80d35a812868 00:53:28 Removing intermediate container 80d35a812868 00:53:28 ---> 8f79088fb7c7 00:53:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:28 ---> Running in b89a76709d07 00:53:29 ---> 39faf05d65c9 00:53:29 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:53:30 ---> 70974017a701 00:53:30 Step 20/27 : RUN apk --no-cache add py3-pip 00:53:30 ---> Running in 00b8abad557c 00:53:31 Removing intermediate container b89a76709d07 00:53:31 ---> 2711f9d2c0d1 00:53:31 Step 15/23 : RUN apk --no-cache add zeromq 00:53:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:31 ---> Running in 1c5c324fa268 00:53:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:32 (1/33) Installing libbz2 (1.0.8-r1) 00:53:32 (2/33) Installing expat (2.2.9-r1) 00:53:32 (3/33) Installing libffi (3.3-r2) 00:53:32 (4/33) Installing gdbm (1.13-r1) 00:53:32 (5/33) Installing xz-libs (5.2.5-r0) 00:53:32 (6/33) Installing sqlite-libs (3.32.1-r0) 00:53:32 (7/33) Installing python3 (3.8.5-r0) 00:53:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:34 (8/33) Installing py3-appdirs (1.4.4-r1) 00:53:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:53:34 (10/33) Installing py3-parsing (2.4.7-r0) 00:53:34 (11/33) Installing py3-six (1.15.0-r0) 00:53:34 (12/33) Installing py3-packaging (20.4-r0) 00:53:34 (13/33) Installing py3-setuptools (47.0.0-r0) 00:53:34 (14/33) Installing py3-chardet (3.0.4-r4) 00:53:34 (15/33) Installing py3-idna (2.9-r0) 00:53:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:53:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:53:34 (1/5) Installing libgcc (9.3.0-r2) 00:53:34 (18/33) Installing py3-requests (2.23.0-r0) 00:53:34 (19/33) Installing py3-msgpack (1.0.0-r0) 00:53:34 (20/33) Installing py3-lockfile (0.12.2-r3) 00:53:34 (2/5) Installing libsodium (1.0.18-r0) 00:53:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:53:34 (22/33) Installing py3-colorama (0.4.3-r0) 00:53:34 (23/33) Installing py3-distlib (0.3.0-r0) 00:53:34 (24/33) Installing py3-distro (1.5.0-r1) 00:53:34 (25/33) Installing py3-webencodings (0.5.1-r3) 00:53:34 (26/33) Installing py3-html5lib (1.0.1-r4) 00:53:34 (3/5) Installing libstdc++ (9.3.0-r2) 00:53:34 (27/33) Installing py3-pytoml (0.1.21-r0) 00:53:34 (28/33) Installing py3-pep517 (0.8.2-r0) 00:53:35 (29/33) Installing py3-progress (1.5-r0) 00:53:35 (30/33) Installing py3-toml (0.10.1-r0) 00:53:35 (31/33) Installing py3-retrying (1.3.3-r0) 00:53:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:53:35 (33/33) Installing py3-pip (20.1.1-r0) 00:53:35 Executing busybox-1.31.1-r19.trigger 00:53:35 (4/5) Installing libzmq (4.3.3-r0) 00:53:35 OK: 71 MiB in 55 packages 00:53:35 (5/5) Installing zeromq (4.3.3-r0) 00:53:35 Executing busybox-1.31.1-r19.trigger 00:53:35 OK: 8 MiB in 19 packages 00:53:37 Removing intermediate container 1c5c324fa268 00:53:37 ---> 2dc50dd2bd64 00:53:37 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:53:38 ---> ace05c77234f 00:53:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:40 ---> 3b20c7547a6f 00:53:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:41 ---> 52e3527e53c8 00:53:41 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:41 ---> Running in a9b1e522b4e4 00:53:41 Removing intermediate container a9b1e522b4e4 00:53:41 ---> bf609355e82b 00:53:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:41 Removing intermediate container 00b8abad557c 00:53:41 ---> ad74f3779edb 00:53:41 Step 21/27 : RUN pip install docker-compose==1.23.2 00:53:41 ---> Running in 9b0bdfd1fa1e 00:53:42 ---> Running in fa572ba74c07 00:53:42 Removing intermediate container 9b0bdfd1fa1e 00:53:42 ---> 5f455f63af25 00:53:42 Step 21/23 : LABEL arch=arm64 00:53:42 ---> Running in 0fe647a37ff4 00:53:43 Removing intermediate container 0fe647a37ff4 00:53:43 ---> 1c16d7ef8775 00:53:43 Step 22/23 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:53:43 ---> Running in 9e40ecd74594 00:53:44 Removing intermediate container 9e40ecd74594 00:53:44 ---> d908d7bbb121 00:53:44 Step 23/23 : LABEL version=0.0.0 00:53:44 ---> Running in cf6f07ed5459 00:53:44 Removing intermediate container cf6f07ed5459 00:53:44 ---> 849477feca9e 00:53:44 00:53:45 Successfully built 849477feca9e 00:53:45 Successfully tagged docker-core-data-go-arm64:latest 00:53:48  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:53:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:53:49 Collecting websocket-client<1.0,>=0.32.0 00:53:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:53:49 Collecting docker<4.0,>=3.6.0 00:53:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:53:50 Collecting texttable<0.10,>=0.9.0 00:53:50 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:53 Collecting docopt<0.7,>=0.6.1 00:53:53 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:55 Collecting dockerpty<0.5,>=0.4.1 00:53:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:57 Collecting jsonschema<3,>=2.5.1 00:53:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:53:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:53:59 Collecting cached-property<2,>=1.2.0 00:53:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:54:00 Collecting PyYAML<4,>=3.10 00:54:00 Downloading PyYAML-3.13.tar.gz (270 kB) 00:54:03 Collecting docker-pycreds>=0.4.0 00:54:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:54:04 Collecting idna<2.8,>=2.5 00:54:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:54: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) 00:54: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) 00:54:04 Collecting urllib3<1.25,>=1.21.1 00:54:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:54:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:54:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:54:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:54:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:54:06 Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, texttable, docopt, dockerpty, jsonschema, cached-property, PyYAML, docker-compose 00:54:06 Attempting uninstall: idna 00:54:06 Found existing installation: idna 2.9 00:54:06 Uninstalling idna-2.9: 00:54:07 Successfully uninstalled idna-2.9 00:54:07 Attempting uninstall: urllib3 00:54:07 Found existing installation: urllib3 1.25.9 00:54:07 Uninstalling urllib3-1.25.9: 00:54:08 Successfully uninstalled urllib3-1.25.9 00:54:08 Attempting uninstall: requests 00:54:08 Found existing installation: requests 2.23.0 00:54:08 Uninstalling requests-2.23.0: 00:54:09 Successfully uninstalled requests-2.23.0 00:54:10 Running setup.py install for texttable: started 00:54:12 Running setup.py install for texttable: finished with status 'done' 00:54:12 Running setup.py install for docopt: started 00:54:14 Running setup.py install for docopt: finished with status 'done' 00:54:14 Running setup.py install for dockerpty: started 00:54:17 Running setup.py install for dockerpty: finished with status 'done' 00:54:17 Running setup.py install for PyYAML: started 00:54:20 Running setup.py install for PyYAML: finished with status 'done' 00:54:21 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 00:54:26 Removing intermediate container fa572ba74c07 00:54:26 ---> 4f79cb3554b3 00:54:26 Step 22/27 : RUN apk --no-cache add curl 00:54:26 ---> Running in 60d95cf79388 00:54:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:54:28 (2/3) Installing libcurl (7.69.1-r3) 00:54:28 (3/3) Installing curl (7.69.1-r3) 00:54:28 Executing busybox-1.31.1-r19.trigger 00:54:28 OK: 71 MiB in 58 packages 00:54:29 Removing intermediate container 60d95cf79388 00:54:29 ---> d3a00088af56 00:54:29 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:54:29 ---> Running in 6b7869d52d37 00:54:30 Removing intermediate container 6b7869d52d37 00:54:30 ---> 4fe45c2985f3 00:54:30 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:30 ---> Running in 9a5ba15e0b9c 00:54:31 Removing intermediate container 9a5ba15e0b9c 00:54:31 ---> be0e9662128b 00:54:31 Step 25/27 : LABEL arch=arm64 00:54:31 ---> Running in 60ab8f9352f6 00:54:31 Removing intermediate container 60ab8f9352f6 00:54:31 ---> 56ccd316ebcd 00:54:31 Step 26/27 : LABEL git_sha=41b418cf771364d8d5a3e6d911c86061717364d9 00:54:31 ---> Running in 3d8adadd68e8 00:54:32 Removing intermediate container 3d8adadd68e8 00:54:32 ---> 0b22f47f440a 00:54:32 Step 27/27 : LABEL version=0.0.0 00:54:32 ---> Running in fbe0bd912824 00:54:32 Removing intermediate container fbe0bd912824 00:54:32 ---> b81ed97c57ed 00:54:32 00:54:33 Successfully built b81ed97c57ed 00:54:33 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:54:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:54:33 $ docker stop --time=1 71013d89a4e5ef6905efe1b28b034993a4a0723a8303e6a39f79366d2ac5f239 00:54:35 $ docker rm -f 71013d89a4e5ef6905efe1b28b034993a4a0723a8303e6a39f79366d2ac5f239 [Pipeline] // withDockerContainer [Pipeline] sh 00:54:36 + docker images 00:54:36 + grep docker 00:54:36 docker-sys-mgmt-agent-go-arm64 latest b81ed97c57ed 4 seconds ago 300MB 00:54:36 docker-core-data-go-arm64 latest 849477feca9e 52 seconds ago 21MB 00:54:36 docker-security-proxy-setup-go-arm64 latest caf0cf763311 About a minute ago 23.4MB 00:54:36 docker-support-scheduler-go-arm64 latest 714680499432 About a minute ago 10MB 00:54:36 docker-security-secretstore-setup-go-arm64 latest 8b4ea36e217b 3 minutes ago 23.5MB 00:54:36 docker-core-metadata-go-arm64 latest 7697f0d14cf1 4 minutes ago 12.2MB 00:54:36 docker-security-bootstrap-redis-go-arm64 latest c4741155f343 4 minutes ago 15.2MB 00:54:36 docker-support-notifications-go-arm64 latest 60af7072abb2 4 minutes ago 11.4MB 00:54:36 docker-core-command-go-arm64 latest 8d6a109ec0f3 4 minutes ago 9.98MB 00:54:36 docker latest 0c09fb3ff9b5 2 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:54:38 provisioning config files... 00:54:38 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config7131959922011932911tmp [Pipeline] { [Pipeline] sh 00:54:38 + set +x 00:54:38 + curl -s https://codecov.io/bash 00:54:38 + bash -s -- 00:54:39 00:54:39 _____ _ 00:54:39 / ____| | | 00:54:39 | | ___ __| | ___ ___ _____ __ 00:54:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:54:39 | |___| (_) | (_| | __/ (_| (_) \ V / 00:54:39 \_____\___/ \__,_|\___|\___\___/ \_/ 00:54:39 Bash-20201217-3d3df35 00:54:39 00:54:39 00:54:39 git version 2.24.3 found 00:54:39 curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:54:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:54:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found 00:54:39 ==> Jenkins CI detected. 00:54:39 project root: . 00:54:39 --> token set from env 00:54:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:54:39 ==> Running gcov in . (disable via -X gcov) 00:54:39 ==> Python coveragepy not found 00:54:39 ==> Searching for coverage reports in: 00:54:39 + . 00:54:39 -> Found 1 reports 00:54:39 ==> Detecting git/mercurial file structure 00:54:39 ==> Reading reports 00:54:39 + ./coverage.out bytes=537096 00:54:39 ==> Appending adjustments 00:54:39 https://docs.codecov.io/docs/fixing-reports 00:54:42 + Found adjustments 00:54:42 ==> Gzipping contents 00:54:42 80K /tmp/codecov.Iq2I5T.gz 00:54:42 ==> Uploading reports 00:54:42 url: https://codecov.io 00:54:42 query: branch=PR-2944&commit=41b418cf771364d8d5a3e6d911c86061717364d9&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2944%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2944&job=&cmd_args= 00:54:42 -> Pinging Codecov 00:54:42 https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=PR-2944&commit=41b418cf771364d8d5a3e6d911c86061717364d9&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2944%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2944&job=&cmd_args= 00:54:42 -> Uploading to 00:54:42 https://storage.googleapis.com/codecov/v4/raw/2020-12-18/00271124DB129430A58F1EEE437C3FCB/41b418cf771364d8d5a3e6d911c86061717364d9/234aaea6-90b3-49be-ad8b-edb8c955f269.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201218T005442Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=98b518a2114a6d1bfc6dc242aa8dea202b62b3095fe366aec52c14b582ef15c3 00:54:42 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:42 Dload Upload Total Spent Left Speed 00:54:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81780 0 0 100 81780 0 163k --:--:-- --:--:-- --:--:-- 163k 00:54:43 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/41b418cf771364d8d5a3e6d911c86061717364d9 [Pipeline] } 00:54:43 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 00:54:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:46 ---> package-listing.sh 00:54:46 ++ facter osfamily 00:54:46 ++ tr '[:upper:]' '[:lower:]' 00:54:46 + OS_FAMILY=redhat 00:54:46 + workspace=/w/workspace/edgex-go/10 00:54:46 + START_PACKAGES=/tmp/packages_start.txt 00:54:46 + END_PACKAGES=/tmp/packages_end.txt 00:54:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:46 + PACKAGES=/tmp/packages_start.txt 00:54:46 + '[' /w/workspace/edgex-go/10 ']' 00:54:46 + PACKAGES=/tmp/packages_end.txt 00:54:46 + case "${OS_FAMILY}" in 00:54:46 + rpm -qa 00:54:46 + sort 00:54:51 + '[' -f /tmp/packages_start.txt ']' 00:54:51 + '[' -f /tmp/packages_end.txt ']' 00:54:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:51 + '[' /w/workspace/edgex-go/10 ']' 00:54:51 + mkdir -p /w/workspace/edgex-go/10/archives/ 00:54:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 00:54:51 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:54:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:52 00:54:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:52 alpine: Pulling from edgex-lftools-log-publisher 00:54:52 df20fa9351a1: Pulling fs layer 00:54:52 36b3adc4ff6f: Pulling fs layer 00:54:52 8ad3a11d3b57: Pulling fs layer 00:54:52 46f8f816bc3b: Pulling fs layer 00:54:52 93b61091891f: Pulling fs layer 00:54:52 93b9cdb0e59b: Pulling fs layer 00:54:52 5e14af77c1be: Pulling fs layer 00:54:52 01666e4c0597: Pulling fs layer 00:54:52 aa168da1d23b: Pulling fs layer 00:54:52 46f8f816bc3b: Waiting 00:54:52 93b61091891f: Waiting 00:54:52 93b9cdb0e59b: Waiting 00:54:52 aa168da1d23b: Waiting 00:54:52 01666e4c0597: Waiting 00:54:52 5e14af77c1be: Waiting 00:54:52 36b3adc4ff6f: Verifying Checksum 00:54:52 36b3adc4ff6f: Download complete 00:54:52 46f8f816bc3b: Verifying Checksum 00:54:52 46f8f816bc3b: Download complete 00:54:52 df20fa9351a1: Download complete 00:54:52 93b9cdb0e59b: Verifying Checksum 00:54:52 93b9cdb0e59b: Download complete 00:54:52 93b61091891f: Verifying Checksum 00:54:52 93b61091891f: Download complete 00:54:52 01666e4c0597: Download complete 00:54:52 5e14af77c1be: Download complete 00:54:52 8ad3a11d3b57: Verifying Checksum 00:54:52 8ad3a11d3b57: Download complete 00:54:53 df20fa9351a1: Pull complete 00:54:53 36b3adc4ff6f: Pull complete 00:54:54 8ad3a11d3b57: Pull complete 00:54:54 46f8f816bc3b: Pull complete 00:54:54 93b61091891f: Pull complete 00:54:55 aa168da1d23b: Verifying Checksum 00:54:55 aa168da1d23b: Download complete 00:54:56 93b9cdb0e59b: Pull complete 00:54:56 5e14af77c1be: Pull complete 00:54:57 01666e4c0597: Pull complete 00:55:11 aa168da1d23b: Pull complete 00:55:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:12 prd-centos7-docker-4c-2g-16663 does not seem to be running inside a container 00:55:12 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:55:15 $ docker top 425b913256565ed7ac3861785e8f2e34e2f67b7bc0894c56bf52066c491c1d4a -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:15 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:16 + mkdir -p /var/log/sa [Pipeline] sh 00:55:16 + ls /var/log/sa-host 00:55:16 + sadf -c /var/log/sa-host/sa18 00:55:16 file_magic: OK 00:55:16 HZ: Using current value: 100 00:55:16 file_header: OK 00:55:16 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 00:55:16 Statistics: 00:55:16 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:16 File successfully converted to sysstat format version 12.2.1 00:55:16 + sadf -c /var/log/sa-host/sa23 00:55:16 file_magic: OK 00:55:16 HZ: Using current value: 100 00:55:16 file_header: OK 00:55:16 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 00:55:16 Statistics: 00:55:16 Hnuu...uuuununununu... 00:55:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:16 provisioning config files... 00:55:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config6141914131418919886tmp [Pipeline] { [Pipeline] echo 00:55:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:16 ---> create-netrc.sh [Pipeline] } 00:55:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:17 ---> python-tools-install.sh [Pipeline] echo 00:55:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:17 ---> sudo-logs.sh 00:55:17 Archiving 'sudo' log.. [Pipeline] echo 00:55:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:17 ---> job-cost.sh 00:55:17 lf-activate-venv: SKIPPING 00:55:17 INFO: No Stack... 00:55:18 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:19 INFO: Archiving Costs [Pipeline] echo 00:55:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:19 ---> logs-deploy.sh 00:55:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2944/10 00:55:19 INFO: archiving workspace using pattern(s): 00:55:21 Archives upload complete. 00:55:21 INFO: archiving logs to Nexus