Pull request #2986 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b+5abdadd8b70be8a3e6975420755e8102c38e7ff4 (dab4a4dcf220b0593fd4e879f9914227db58bf5f) 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-18532 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5abdadd8b70be8a3e6975420755e8102c38e7ff4 into PR head commit bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b Merge succeeded, producing bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b Checking out Revision bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b (PR-2986) > 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/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # 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 5abdadd8b70be8a3e6975420755e8102c38e7ff4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:06:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:06:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:06:24 ========================================================= 17:06:24 EdgeX Global Pipelines Version Info 17:06:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk d847e9153d8099c9680f7b3f04ca4738db5ff537 # timeout=10 17:06:26 ------------------- 17:06:26 stable info: 17:06:26 ------------------- 17:06:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:06:26 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 17:06:26 Message: update stable to v1.0.173 17:06:26 ------------------- 17:06:26 experimental info: 17:06:26 ------------------- 17:06:26 Commited By: **** collab-it+edgex@linuxfoundation.org 17:06:26 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 17:06:26 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:06:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:06:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:06:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:06:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:06:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:06:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:06:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:06:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:06:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:06:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:06:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:06:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:06:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:06:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:06:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:06:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:06:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:06:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:06:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:06:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:06:29 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:06:29 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:06:29 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:06:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2986 [Pipeline] echo 17:06:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2986 [Pipeline] echo 17:06:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2986 [Pipeline] echo 17:06:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [Pipeline] echo 17:06:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bb9ad89 [Pipeline] echo 17:06:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:06:30 provisioning config files... 17:06:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8803501423340924243tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:06:30 ---> docker-login.sh 17:06:30 nexus3.edgexfoundry.org:10001 17:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:31 Configure a credential helper to remove this warning. See 17:06:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:31 17:06:31 Login Succeeded 17:06:31 nexus3.edgexfoundry.org:10002 17:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:31 Configure a credential helper to remove this warning. See 17:06:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:31 17:06:31 Login Succeeded 17:06:31 nexus3.edgexfoundry.org:10003 17:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:31 Configure a credential helper to remove this warning. See 17:06:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:31 17:06:31 Login Succeeded 17:06:31 nexus3.edgexfoundry.org:10004 17:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:31 Configure a credential helper to remove this warning. See 17:06:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:31 17:06:31 Login Succeeded 17:06:31 docker.io 17:06:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:32 Configure a credential helper to remove this warning. See 17:06:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:32 17:06:32 Login Succeeded 17:06:32 ---> docker-login.sh ends [Pipeline] } 17:06:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:06:32 ++ 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 17:06:32 + for file in '`ls cmd/**/Dockerfile`' 17:06:32 ++ dirname cmd/core-command/Dockerfile 17:06:32 ++ cut -d/ -f2 17:06:32 + echo core-command,cmd/core-command/Dockerfile 17:06:32 + for file in '`ls cmd/**/Dockerfile`' 17:06:32 ++ dirname cmd/core-data/Dockerfile 17:06:32 ++ cut -d/ -f2 17:06:32 + echo core-data,cmd/core-data/Dockerfile 17:06:32 + for file in '`ls cmd/**/Dockerfile`' 17:06:32 ++ dirname cmd/core-metadata/Dockerfile 17:06:32 ++ cut -d/ -f2 17:06:32 + echo core-metadata,cmd/core-metadata/Dockerfile 17:06:32 + for file in '`ls cmd/**/Dockerfile`' 17:06:32 ++ dirname cmd/security-bootstrap-redis/Dockerfile 17:06:32 ++ cut -d/ -f2 17:06:32 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 17:06:32 + for file in '`ls cmd/**/Dockerfile`' 17:06:32 ++ dirname cmd/security-proxy-setup/Dockerfile 17:06:32 ++ cut -d/ -f2 17:06:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:06:32 + for file in '`ls cmd/**/Dockerfile`' 17:06:32 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:06:32 ++ cut -d/ -f2 17:06:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:06:32 + for file in '`ls cmd/**/Dockerfile`' 17:06:32 ++ dirname cmd/support-notifications/Dockerfile 17:06:32 ++ cut -d/ -f2 17:06:32 + echo support-notifications,cmd/support-notifications/Dockerfile 17:06:32 + for file in '`ls cmd/**/Dockerfile`' 17:06:32 ++ dirname cmd/support-scheduler/Dockerfile 17:06:32 ++ cut -d/ -f2 17:06:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:06:32 + for file in '`ls cmd/**/Dockerfile`' 17:06:32 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:06:32 ++ cut -d/ -f2 17:06:32 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:06:32 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 17:06:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:06:33 17:06:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:06:34 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:06:34 latest: Pulling from edgex-devops/git-semver 17:06:34 31603596830f: Pulling fs layer 17:06:34 2a8b12db71e7: Pulling fs layer 17:06:34 6ca5941a6612: Pulling fs layer 17:06:34 ecc8261a40a4: Pulling fs layer 17:06:34 ecc8261a40a4: Waiting 17:06:34 2a8b12db71e7: Verifying Checksum 17:06:34 2a8b12db71e7: Download complete 17:06:34 31603596830f: Verifying Checksum 17:06:34 31603596830f: Download complete 17:06:34 ecc8261a40a4: Verifying Checksum 17:06:34 ecc8261a40a4: Download complete 17:06:34 6ca5941a6612: Verifying Checksum 17:06:34 6ca5941a6612: Download complete 17:06:34 31603596830f: Pull complete 17:06:34 2a8b12db71e7: Pull complete 17:06:35 6ca5941a6612: Pull complete 17:06:36 ecc8261a40a4: Pull complete 17:06:36 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:06:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:06:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:06:36 prd-centos7-docker-4c-2g-18532 does not seem to be running inside a container 17:06:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:06:38 $ docker top 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:06:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:06:39 [ssh-agent] Looking for ssh-agent implementation... 17:06:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:06:39 $ docker exec 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 ssh-agent 17:06:39 SSH_AUTH_SOCK=/tmp/ssh-qIhPHLrGaAQ5/agent.11 17:06:39 SSH_AGENT_PID=16 17:06:39 Running ssh-add (command line suppressed) 17:06:39 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3472499432740053380.key (/w/workspace/edgex-go/3@tmp/private_key_3472499432740053380.key) 17:06:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:06:40 + git tag --points-at HEAD [Pipeline] } 17:06:40 $ docker exec --env ******** --env ******** 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 ssh-agent -k 17:06:40 unset SSH_AUTH_SOCK; 17:06:40 unset SSH_AGENT_PID; 17:06:40 echo Agent pid 16 killed; 17:06:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:06:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:06:40 [ssh-agent] Looking for ssh-agent implementation... 17:06:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:06:41 $ docker exec 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 ssh-agent 17:06:41 SSH_AUTH_SOCK=/tmp/ssh-zJXORV7rf7c3/agent.45 17:06:41 SSH_AGENT_PID=50 17:06:41 Running ssh-add (command line suppressed) 17:06:41 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1473037099416328918.key (/w/workspace/edgex-go/3@tmp/private_key_1473037099416328918.key) 17:06:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:06:41 + git semver init 17:06:41 # -> Open(): unable to determine branch for HEAD 17:06:41 # $GIT_DIR = /w/workspace/edgex-go/3/.git 17:06:41 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 17:06:41 # $SEMVER_REMOTE_NAME = origin 17:06:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:06:41 # $SEMVER_USER_NAME = edgex-jenkins 17:06:41 # $SEMVER_BRANCH = PR-2986 17:06:41 # $SEMVER_TEMP = /tmp/semver-933449286 17:06:41 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:07:14 # '/tmp/semver-933449286' -> '/w/workspace/edgex-go/3/.semver' 17:07:14 # -> Force: false 17:07:14 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 17:07:14 $ docker exec --env ******** --env ******** 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 ssh-agent -k 17:07:14 unset SSH_AUTH_SOCK; 17:07:14 unset SSH_AGENT_PID; 17:07:14 echo Agent pid 50 killed; 17:07:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:07:15 + git semver [Pipeline] } 17:07:15 $ docker stop --time=1 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 17:07:17 $ docker rm -f 76126a90c1e326d1e72d58e88b16ea62e935a054876a3c1bb1f3b3b66a5c1201 [Pipeline] // withDockerContainer [Pipeline] sh 17:07:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:07:18 Stashed 1 file(s) [Pipeline] echo 17:07:18 [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 17:07:19 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:07:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:07:19 + true 17:07:19 + sudo service docker restart 17:07:19 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:07:20 ========================================================= 17:07:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:07:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:07:20 + 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 . 17:07:25 Sending build context to Docker daemon 326.3MB 17:07:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:07:25 Step 2/6 : FROM ${BASE} 17:07:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:07:25 188c0c94c7c5: Pulling fs layer 17:07:25 0ef7d3d256c8: Pulling fs layer 17:07:25 de9db76c5a1d: Pulling fs layer 17:07:25 bca2f99d35d6: Pulling fs layer 17:07:25 93359f2a8cfa: Pulling fs layer 17:07:25 7c6f9722023f: Pulling fs layer 17:07:25 a35cf1a2eb13: Pulling fs layer 17:07:25 93359f2a8cfa: Waiting 17:07:25 7c6f9722023f: Waiting 17:07:25 a35cf1a2eb13: Waiting 17:07:25 bca2f99d35d6: Waiting 17:07:25 de9db76c5a1d: Verifying Checksum 17:07:25 de9db76c5a1d: Download complete 17:07:25 0ef7d3d256c8: Download complete 17:07:25 93359f2a8cfa: Verifying Checksum 17:07:25 93359f2a8cfa: Download complete 17:07:25 188c0c94c7c5: Verifying Checksum 17:07:25 188c0c94c7c5: Download complete 17:07:25 7c6f9722023f: Verifying Checksum 17:07:25 7c6f9722023f: Download complete 17:07:25 188c0c94c7c5: Pull complete 17:07:25 0ef7d3d256c8: Pull complete 17:07:25 de9db76c5a1d: Pull complete 17:07:26 a35cf1a2eb13: Verifying Checksum 17:07:26 a35cf1a2eb13: Download complete 17:07:27 bca2f99d35d6: Verifying Checksum 17:07:27 bca2f99d35d6: Download complete 17:07:33 Still waiting to schedule task 17:07:33 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:07:34 bca2f99d35d6: Pull complete 17:07:34 93359f2a8cfa: Pull complete 17:07:34 7c6f9722023f: Pull complete 17:07:38 a35cf1a2eb13: Pull complete 17:07:38 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:07:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:07:38 ---> a62c8e92a672 17:07:38 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 17:07:38 ---> Running in c9a33b27c324 17:07:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:07:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:07:41 (1/12) Installing libmagic (5.38-r0) 17:07:41 (2/12) Installing file (5.38-r0) 17:07:41 (3/12) Installing libc-dev (0.7.2-r3) 17:07:41 (4/12) Installing g++ (9.3.0-r2) 17:07:56 (5/12) Installing fortify-headers (1.1-r0) 17:07:56 (6/12) Installing patch (2.7.6-r6) 17:07:56 (7/12) Installing build-base (0.5-r2) 17:07:56 (8/12) Installing libsodium (1.0.18-r0) 17:07:56 (9/12) Installing pkgconf (1.7.2-r0) 17:07:56 (10/12) Installing libsodium-dev (1.0.18-r0) 17:07:56 (11/12) Installing libzmq (4.3.3-r0) 17:07:56 (12/12) Installing zeromq-dev (4.3.3-r0) 17:07:57 Executing busybox-1.31.1-r19.trigger 17:07:57 OK: 233 MiB in 51 packages 17:08:00 Removing intermediate container c9a33b27c324 17:08:00 ---> 652a663b924c 17:08:00 Step 4/6 : WORKDIR /edgex-go 17:08:00 ---> Running in 9ab6a11ff463 17:08:00 Removing intermediate container 9ab6a11ff463 17:08:00 ---> 409878e939a7 17:08:00 Step 5/6 : COPY go.mod . 17:08:01 ---> 542a1a2748f9 17:08:01 Step 6/6 : RUN go mod download 17:08:01 ---> Running in e78cf9411d69 17:08:23 Removing intermediate container e78cf9411d69 17:08:23 ---> d3a869dbc79d 17:08:23 Successfully built d3a869dbc79d 17:08:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:08:23 + docker inspect -f . ci-base-image-x86_64 17:08:23 . [Pipeline] withDockerContainer 17:08:23 prd-centos7-docker-4c-2g-18532 does not seem to be running inside a container 17:08:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:08:24 $ docker top 761cfce02382ddfdc5889849f3e66a4dd0bcc48f4aaba0809f7a0330e90b0649 -eo pid,comm [Pipeline] { [Pipeline] sh 17:08:24 + go version 17:08:24 go version go1.15.5 linux/amd64 [Pipeline] } 17:08:24 $ docker stop --time=1 761cfce02382ddfdc5889849f3e66a4dd0bcc48f4aaba0809f7a0330e90b0649 17:08:26 $ docker rm -f 761cfce02382ddfdc5889849f3e66a4dd0bcc48f4aaba0809f7a0330e90b0649 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:08:27 + docker inspect -f . ci-base-image-x86_64 17:08:27 . [Pipeline] withDockerContainer 17:08:27 prd-centos7-docker-4c-2g-18532 does not seem to be running inside a container 17:08:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:08:28 $ docker top fde119a563f9ad859053c84f6a3b2b220eeefedbc79c234356f68a807e0bb208 -eo pid,comm [Pipeline] { [Pipeline] echo 17:08:28 ========================================================= 17:08:28 [edgeXBuildGoParallel] Running Tests and Build... 17:08:28 ========================================================= [Pipeline] sh 17:08:28 + make test 17:08:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:08:38 ? github.com/edgexfoundry/edgex-go [no test files] 17:08:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:09:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:09:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:09:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:09:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:09:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:09:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:09:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:09:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:09:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:09:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:09:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.085s coverage: 46.6% of statements 17:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:09:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:09:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.265s coverage: 27.0% of statements 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:09:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:09:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:09:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.200s coverage: 77.1% of statements 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:09:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.163s coverage: 82.4% of statements 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:09:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:09:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.445s coverage: 28.6% of statements 17:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:09:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.137s coverage: 100.0% of statements 17:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:09:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 17:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:09:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements 17:09:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:09:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.153s coverage: 97.5% of statements 17:09:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:09:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 78.3% of statements 17:09:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:09:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:09:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:09:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:09:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.483s coverage: 93.8% of statements 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:09:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:09:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:09:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:09:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 17:09:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:09:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements 17:09:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.100s coverage: 87.2% of statements 17:09:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.051s coverage: 84.2% of statements 17:09:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements 17:09:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:09:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.308s coverage: 63.5% of statements 17:09:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:09:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:09:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements 17:09:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.066s coverage: 91.3% of statements 17:09:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 17:09:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.097s coverage: 73.7% of statements 17:09:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 17:09:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.459s coverage: 55.9% of statements 17:09:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:09:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:09:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:09:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:09:28 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:09:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.137s coverage: 37.0% of statements 17:09:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:09:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:09:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.353s coverage: 84.0% of statements 17:09:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements 17:09:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.1% of statements 17:09:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:09:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:09:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:09:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:09:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:09:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements 17:09:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:09:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 17:09:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:09:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.960s coverage: 29.1% of statements 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:09:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.162s coverage: 99.0% of statements 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:09:33 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:09:33 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:09:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:09:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.061s coverage: 87.9% of statements 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:09:33 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:09:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 17:09:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements 17:09:33 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 17:09:33 GO111MODULE=on go vet ./... 17:10:06 gofmt -l . 17:10:06 [ "`gofmt -l .`" = "" ] 17:10:06 ./bin/test-go-mod-tidy.sh 17:10:06 ./bin/test-attribution-txt.sh [Pipeline] sh 17:10:07 + ls -al . 17:10:07 total 640 17:10:07 drwxrwxr-x 10 1001 1001 4096 Jan 5 17:10 . 17:10:07 drwxr-xr-x 4 root root 28 Jan 5 17:08 .. 17:10:07 -rw-rw-r-- 1 1001 1001 11 Jan 5 17:06 .dockerignore 17:10:07 drwxrwxr-x 8 1001 1001 179 Jan 5 17:06 .git 17:10:07 drwxrwxr-x 3 1001 1001 125 Jan 5 17:06 .github 17:10:07 -rw-rw-r-- 1 1001 1001 824 Jan 5 17:06 .gitignore 17:10:07 drwx------ 3 1001 1001 47 Jan 5 17:07 .semver 17:10:07 -rw-rw-r-- 1 1001 1001 166 Jan 5 17:06 .sonarcloud.properties 17:10:07 -rw-rw-r-- 1 1001 1001 3804 Jan 5 17:06 CONTRIBUTING.md 17:10:07 -rw-rw-r-- 1 1001 1001 931 Jan 5 17:06 Dockerfile.build 17:10:07 -rw-rw-r-- 1 1001 1001 863 Jan 5 17:06 Jenkinsfile 17:10:07 -rw-rw-r-- 1 1001 1001 10775 Jan 5 17:06 LICENSE 17:10:07 -rw-rw-r-- 1 1001 1001 5750 Jan 5 17:06 Makefile 17:10:07 -rw-rw-r-- 1 1001 1001 6511 Jan 5 17:06 README.md 17:10:07 -rw-rw-r-- 1 1001 1001 6744 Jan 5 17:06 SECURITY.md 17:10:07 -rw-rw-r-- 1 1001 1001 5 Jan 5 17:07 VERSION 17:10:07 -rw-rw-r-- 1 1001 1001 4131 Jan 5 17:06 ZMQWindows.md 17:10:07 drwxrwxr-x 2 1001 1001 117 Jan 5 17:06 bin 17:10:07 drwxrwxr-x 14 1001 1001 4096 Jan 5 17:06 cmd 17:10:07 -rw-r--r-- 1 root root 541590 Jan 5 17:09 coverage.out 17:10:07 -rw-r--r-- 1 root root 979 Jan 5 17:10 go.mod 17:10:07 -rw-r--r-- 1 root root 19019 Jan 5 17:10 go.sum 17:10:07 drwxrwxr-x 8 1001 1001 127 Jan 5 17:06 internal 17:10:07 drwxrwxr-x 4 1001 1001 26 Jan 5 17:06 openapi 17:10:07 drwxrwxr-x 4 1001 1001 71 Jan 5 17:06 snap 17:10:07 -rw-rw-r-- 1 1001 1001 168 Jan 5 17:06 version.go [Pipeline] sh 17:10:07 + '[' -e coverage.out ] 17:10:07 + chown 1001:1001 coverage.out [Pipeline] stash 17:10:07 Stashed 1 file(s) [Pipeline] sh 17:10:08 + make build 17:10:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:10:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:10:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:10:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:10:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:10:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:10:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:10:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:10:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:10:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:10:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:10:34 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] } 17:10:35 $ docker stop --time=1 fde119a563f9ad859053c84f6a3b2b220eeefedbc79c234356f68a807e0bb208 17:10:37 $ docker rm -f fde119a563f9ad859053c84f6a3b2b220eeefedbc79c234356f68a807e0bb208 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:10:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:10:39 17:10:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:10:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:10:39 latest: Pulling from edgex-devops/edgex-compose 17:10:39 cbdbe7a5bc2a: Pulling fs layer 17:10:39 ca9280d653b3: Pulling fs layer 17:10:39 7e9c9ca2126c: Pulling fs layer 17:10:39 cbdbe7a5bc2a: Verifying Checksum 17:10:39 cbdbe7a5bc2a: Download complete 17:10:40 ca9280d653b3: Verifying Checksum 17:10:40 ca9280d653b3: Download complete 17:10:40 cbdbe7a5bc2a: Pull complete 17:10:41 ca9280d653b3: Pull complete 17:10:41 7e9c9ca2126c: Verifying Checksum 17:10:41 7e9c9ca2126c: Download complete 17:10:46 7e9c9ca2126c: Pull complete 17:10:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:10:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:10:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:10:47 prd-centos7-docker-4c-2g-18532 does not seem to be running inside a container 17:10:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:10:49 $ docker top 24e786bbf2020ca6ab770ce67d51eb2688427073c30794ac0d23bb71bb4492e7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:10:50 + docker-compose build --help 17:10:50 + grep parallel 17:10:51 --parallel Build images in parallel. [Pipeline] } 17:10:51 $ docker stop --time=1 24e786bbf2020ca6ab770ce67d51eb2688427073c30794ac0d23bb71bb4492e7 17:10:52 $ docker rm -f 24e786bbf2020ca6ab770ce67d51eb2688427073c30794ac0d23bb71bb4492e7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:10:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:10:53 . [Pipeline] withDockerContainer 17:10:53 prd-centos7-docker-4c-2g-18532 does not seem to be running inside a container 17:10:53 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:10:54 $ docker top 96fcd22339ed6ac9435fdfb2a32d2466b7ba7dcdc0532d3636b6a9a408e31e79 -eo pid,comm [Pipeline] { [Pipeline] sh 17:10:54 + docker-compose -f ./docker-compose-build.yml build --parallel 17:10:55 Building docker-core-command-go ... 17:10:55 Building docker-core-data-go ... 17:10:55 Building docker-core-metadata-go ... 17:10:55 Building docker-security-bootstrap-redis-go ... 17:10:55 Building docker-security-proxy-setup-go ... 17:10:55 Building docker-security-secretstore-setup-go ... 17:10:55 Building docker-support-notifications-go ... 17:10:55 Building docker-support-scheduler-go ... 17:10:55 Building docker-sys-mgmt-agent-go ... 17:10:55 Building docker-support-notifications-go 17:10:55 Building docker-core-command-go 17:10:55 Building docker-security-secretstore-setup-go 17:10:55 Building docker-security-bootstrap-redis-go 17:10:55 Building docker-sys-mgmt-agent-go 17:11:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:11:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:11:28 ---> d3a869dbc79d 17:11:28 Step 3/24 : WORKDIR /edgex-go 17:11:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:11:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:11:28 ---> d3a869dbc79d 17:11:28 Step 3/22 : WORKDIR /edgex-go 17:11:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:11:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:11:28 ---> d3a869dbc79d 17:11:28 Step 3/26 : WORKDIR /edgex-go 17:11:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:11:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:11:28 ---> d3a869dbc79d 17:11:28 Step 3/22 : WORKDIR /edgex-go 17:11:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:11:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:11:28 ---> d3a869dbc79d 17:11:28 Step 3/24 : WORKDIR /edgex-go 17:11:29 ---> Running in 51bfebefb2ea 17:11:29 ---> Running in fee602458fa8 17:11:29 ---> Running in 73e4896fe8f9 17:11:29 ---> Running in 49f54996ff54 17:11:29 ---> Running in 6b315a900424 17:11:29 Removing intermediate container fee602458fa8 17:11:29 ---> e201b5859b69 17:11:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:11:29 Removing intermediate container 51bfebefb2ea 17:11:29 ---> 7c6e2d39dd89 17:11:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:11:29 Removing intermediate container 73e4896fe8f9 17:11:29 ---> 32c65f65fd99 17:11:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:11:29 Removing intermediate container 6b315a900424 17:11:29 ---> 8c02815683b2 17:11:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:11:29 Removing intermediate container 49f54996ff54 17:11:29 ---> 83c707c5f9d7 17:11:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:11:29 ---> Running in 8bc7242aebc8 17:11:29 ---> Running in d397feb1bfa9 17:11:29 ---> Running in a307cc6bf64d 17:11:29 ---> Running in 4a8622c4cbed 17:11:29 ---> Running in c2bda4bd9d7b 17:11:31 Removing intermediate container a307cc6bf64d 17:11:31 ---> 9b6a3fe12df4 17:11:31 Step 5/26 : RUN apk add --update --no-cache make bash git 17:11:31 ---> Running in 8b0c9d0c5637 17:11:31 Removing intermediate container d397feb1bfa9 17:11:31 ---> 752ac3fec5cc 17:11:31 Step 5/22 : RUN apk add --update --no-cache make git 17:11:31 Removing intermediate container 8bc7242aebc8 17:11:31 ---> f1f2870e47cd 17:11:31 Step 5/24 : RUN apk add --update --no-cache make git 17:11:32 Removing intermediate container 4a8622c4cbed 17:11:32 ---> b8ce89131e80 17:11:32 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 17:11:32 ---> Running in f4a3eac42bbc 17:11:32 ---> Running in 78ed711828cd 17:11:32 Removing intermediate container c2bda4bd9d7b 17:11:32 ---> 7b706033f4f8 17:11:32 Step 5/22 : RUN apk add --update --no-cache make git 17:11:32 ---> Running in ddfd86a3d8d1 17:11:32 ---> Running in 560887b56747 17:11:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:11:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:11:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:11:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:11:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:11:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:11:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:11:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:11:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:11:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:11:35 OK: 233 MiB in 51 packages 17:11:35 OK: 233 MiB in 51 packages 17:11:36 Removing intermediate container ddfd86a3d8d1 17:11:36 ---> b1a56643e251 17:11:36 Step 6/24 : COPY go.mod . 17:11:36 Removing intermediate container 8b0c9d0c5637 17:11:36 ---> dbbef4d43d35 17:11:36 Step 6/26 : COPY go.mod . 17:11:36 ---> c1e171cff22e 17:11:36 Step 7/24 : RUN go mod download 17:11:36 OK: 233 MiB in 51 packages 17:11:36 ---> Running in 62a20ebfa589 17:11:36 OK: 233 MiB in 51 packages 17:11:36 ---> c640b2865b32 17:11:36 Step 7/26 : RUN go mod download 17:11:36 ---> Running in 81521a2378f4 17:11:37 Removing intermediate container f4a3eac42bbc 17:11:37 ---> e0fec16fe24f 17:11:37 Step 6/24 : COPY go.mod . 17:11:37 OK: 233 MiB in 51 packages 17:11:37 Removing intermediate container 560887b56747 17:11:37 ---> d4413997caee 17:11:37 Step 6/22 : COPY go.mod . 17:11:37 ---> 18234742d91f 17:11:37 Step 7/24 : RUN go mod download 17:11:37 ---> Running in aee45da5f9b6 17:11:37 ---> 8845ef7a2143 17:11:37 Step 7/22 : RUN go mod download 17:11:37 ---> Running in 71033fd3c485 17:11:37 Removing intermediate container 78ed711828cd 17:11:37 ---> 803c8b3483dd 17:11:37 Step 6/22 : COPY go.mod . 17:11:38 ---> 1721453f1058 17:11:38 Step 7/22 : RUN go mod download 17:11:38 Removing intermediate container 81521a2378f4 17:11:38 ---> 652a9f15cebb 17:11:38 Step 8/26 : COPY . . 17:11:38 Removing intermediate container 62a20ebfa589 17:11:38 ---> 6b720b8471dc 17:11:38 Step 8/24 : COPY . . 17:11:38 ---> Running in 36531333ea01 17:11:42 Removing intermediate container aee45da5f9b6 17:11:42 ---> b127f05fdfb3 17:11:42 Step 8/24 : COPY . . 17:11:45 Removing intermediate container 71033fd3c485 17:11:45 ---> f67828c8d457 17:11:45 Step 8/22 : COPY . . 17:11:46 Removing intermediate container 36531333ea01 17:11:46 ---> 7d9f7c41d95d 17:11:46 Step 8/22 : COPY . . 17:12:18 ---> dbcf89b687e7 17:12:18 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:12:18 ---> 445db54afea5 17:12:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:12:18 ---> c5825e078a71 17:12:18 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:12:18 ---> 3e27ab97c56c 17:12:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:12:18 ---> Running in eef6b02d67d0 17:12:19 ---> Running in 17fdd7e23ca4 17:12:19 ---> Running in b666b50c39ad 17:12:19 ---> Running in 2a0b4cc9812f 17:12:19 ---> cc2a87626c3d 17:12:19 Step 9/22 : RUN make cmd/core-command/core-command 17:12:19 ---> Running in 24ac9fa03ed0 17:12:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:12:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:12:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:12:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:12: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 17:12:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:12:53 Removing intermediate container 2a0b4cc9812f 17:12:53 ---> d340aedbc942 17:12:53 17:12:53 Step 10/22 : FROM alpine:3.12 17:12:53 3.12: Pulling from library/alpine 17:12:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:12:54 Removing intermediate container 17fdd7e23ca4 17:12:54 ---> 5a8ce2193ed2 17:12:54 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:12:54 Status: Downloaded newer image for alpine:3.12 17:12:54 ---> 389fef711851 17:12:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:12:54 Removing intermediate container eef6b02d67d0 17:12:54 ---> 5d958c59842e 17:12:54 17:12:54 Step 10/24 : FROM scratch 17:12:54 ---> 17:12:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:12:54 Removing intermediate container 24ac9fa03ed0 17:12:54 ---> fbf1b4b35c97 17:12:54 17:12:54 Step 10/22 : FROM scratch 17:12:54 ---> 17:12:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:12:54 ---> Running in f5f5fcbc7df7 17:12:54 ---> Running in 019643c03d4a 17:12:54 ---> Running in 6e88a41c7339 17:12:54 ---> Running in dc43e1b158aa 17:12:56 Removing intermediate container 6e88a41c7339 17:12:56 ---> f20b4dc74c35 17:12:56 Step 12/24 : ENV APP_PORT=48060 17:12:56 Removing intermediate container dc43e1b158aa 17:12:56 ---> 195700913ca4 17:12:56 Step 12/22 : ENV APP_PORT=48082 17:12:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:12:56 ---> Running in c7f06972cd6b 17:12:56 ---> Running in be29be846f5d 17:12:56 Removing intermediate container b666b50c39ad 17:12:56 ---> da66b0c5f3d8 17:12:56 17:12:56 Step 10/24 : FROM alpine:3.12 17:12:56 ---> 389fef711851 17:12:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:12:56 ---> Running in 636f9f5a2c09 17:12:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:12:57 Removing intermediate container c7f06972cd6b 17:12:57 ---> afaf501261a1 17:12:57 Step 13/24 : EXPOSE $APP_PORT 17:12:57 Removing intermediate container be29be846f5d 17:12:57 ---> 1ee245a8be9b 17:12:57 Step 13/22 : EXPOSE $APP_PORT 17:12:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:12:57 ---> Running in c8042a700550 17:12:57 ---> Running in 55a327acfb54 17:12:57 (1/5) Installing ca-certificates (20191127-r4) 17:12:57 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:12:57 (3/5) Installing libcurl (7.69.1-r3) 17:12:57 (4/5) Installing curl (7.69.1-r3) 17:12:57 (5/5) Installing dumb-init (1.2.2-r1) 17:12:57 Executing busybox-1.31.1-r19.trigger 17:12:57 Executing ca-certificates-20191127-r4.trigger 17:12:57 OK: 7 MiB in 19 packages 17:12:57 Removing intermediate container c8042a700550 17:12:57 ---> a76443c530b7 17:12:57 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:12:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:12:57 Removing intermediate container 55a327acfb54 17:12:57 ---> 63b2aea6e1a5 17:12:57 Step 14/22 : WORKDIR / 17:12:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:12:57 ---> Running in f08d2566c613 17:12:57 (1/5) Installing ca-certificates (20191127-r4) 17:12:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:12:58 (3/5) Installing libcurl (7.69.1-r3) 17:12:58 (4/5) Installing curl (7.69.1-r3) 17:12:58 (5/5) Installing dumb-init (1.2.2-r1) 17:12:58 Executing busybox-1.31.1-r19.trigger 17:12:58 Executing ca-certificates-20191127-r4.trigger 17:12:58 OK: 7 MiB in 19 packages 17:12:58 ---> 5832c6f07199 17:12:58 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:12:59 Removing intermediate container f08d2566c613 17:12:59 ---> 948215fafc16 17:12:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 17:12:59 Removing intermediate container f5f5fcbc7df7 17:12:59 ---> 18af103d4397 17:12:59 17:12:59 Step 11/26 : FROM docker:20.10.0 17:12:59 20.10.0: Pulling from library/docker 17:13:00 ---> 407558ff6315 17:13:00 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:13:00 Removing intermediate container 019643c03d4a 17:13:00 ---> 64e1c8a6b2eb 17:13:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:13:00 ---> 655e5e489052 17:13:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:13:01 ---> Running in 4b2d1d325f23 17:13:01 Removing intermediate container 636f9f5a2c09 17:13:01 ---> 3f2678f2dcbc 17:13:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:13:01 ---> Running in 77c488f7936c 17:13:01 Removing intermediate container 4b2d1d325f23 17:13:01 ---> 3e4422da8fa4 17:13:01 Step 13/22 : WORKDIR / 17:13:02 ---> a8d445170b11 17:13:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 17:13:02 ---> 6bcfc4952f3c 17:13:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:13:02 ---> Running in 5d0de60583d2 17:13:02 Removing intermediate container 77c488f7936c 17:13:02 ---> b5c8efbaa4d4 17:13:02 Step 13/24 : WORKDIR / 17:13:02 ---> Running in 00ae789453a4 17:13:02 ---> 1f4c74a12706 17:13:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:13:02 ---> 9d38c4974a46 17:13:02 Step 18/22 : ENTRYPOINT ["/core-command"] 17:13:02 Removing intermediate container 5d0de60583d2 17:13:02 ---> f8ba869cc060 17:13:02 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 17:13:02 Removing intermediate container 00ae789453a4 17:13:02 ---> f4e0b343873f 17:13:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:13:02 ---> Running in 1b26e616dee5 17:13:02 Removing intermediate container 1b26e616dee5 17:13:02 ---> ffb59f861dfc 17:13:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:13:03 ---> 33dd47c56895 17:13:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:13:03 ---> Running in a460673afb02 17:13:03 ---> aa353d79c97a 17:13:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:13:03 ---> 06e2e78406a9 17:13:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:13:03 Removing intermediate container a460673afb02 17:13:03 ---> 2323d10976f9 17:13:03 Step 20/22 : LABEL arch=x86_64 17:13:03 ---> Running in 6c8d9d9825dc 17:13:03 ---> 47f7b69b099e 17:13:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:13:04 ---> 5c6220694ca8 17:13:04 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:13:04 ---> 9632a003c4d6 17:13:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:13:04 ---> Running in fc20c492e442 17:13:04 ---> 66ae0837f5cc 17:13:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:13:04 Removing intermediate container 6c8d9d9825dc 17:13:04 ---> 386b91d24c2d 17:13:04 Step 21/22 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:13:04 ---> Running in 000c04cab486 17:13:04 ---> 960cc7d04551 17:13:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:13:04 Removing intermediate container fc20c492e442 17:13:04 ---> 8f11acd2c576 17:13:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:13:05 ---> Running in 721bd922b02d 17:13:05 Removing intermediate container 000c04cab486 17:13:05 ---> bdca44444d5c 17:13:05 Step 22/22 : LABEL version=0.0.0 17:13:05 ---> 508951d5c2e5 17:13:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:13:05 ---> Running in 9a3627055feb 17:13:05 ---> ca5e72a3ca74 17:13:05 Step 18/22 : RUN chmod +x entrypoint.sh 17:13:05 Removing intermediate container 721bd922b02d 17:13:05 ---> 723ccc01cae8 17:13:05 Step 22/24 : LABEL arch=x86_64 17:13:05 ---> Running in 071df7ff5580 17:13:05 ---> Running in c54c2ece7e95 17:13:05 Removing intermediate container 9a3627055feb 17:13:05 ---> eaf23ffa831b 17:13:05 17:13:05 Successfully built eaf23ffa831b 17:13:06 ---> ec7bb8ca0071 17:13:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:13:06 Successfully tagged docker-core-command-go:latest 17:13:06  Building docker-core-command-go ... done Building docker-core-data-go 17:13:06 Removing intermediate container c54c2ece7e95 17:13:06 ---> cce3f783188f 17:13:06 Step 23/24 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:13:06 ---> Running in 292a5b404b12 17:13:06 ---> d540ddbfb948 17:13:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:13:06 ---> Running in 053c942c2d7e 17:13:06 Removing intermediate container 292a5b404b12 17:13:06 ---> df52d6d84a30 17:13:06 Step 24/24 : LABEL version=0.0.0 17:13:08 ---> Running in 20b424663d2c 17:13:09 Removing intermediate container 071df7ff5580 17:13:09 ---> f4627dca4c61 17:13:09 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:13:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:13:09 Status: Downloaded newer image for docker:20.10.0 17:13:09 ---> aefe523efa57 17:13:09 Step 12/26 : RUN apk add --no-cache bash 17:13:10 Removing intermediate container 20b424663d2c 17:13:10 ---> adc759bbd884 17:13:10 17:13:10 ---> Running in 9207c055e725 17:13:10 Successfully built adc759bbd884 17:13:10 Successfully tagged docker-support-notifications-go:latest 17:13:10 Building docker-core-metadata-go 17:13:11  Building docker-support-notifications-go ... done  ---> Running in 8fc3206c1900 17:13:11 Removing intermediate container 9207c055e725 17:13:11 ---> e32fc8934098 17:13:11 Step 20/22 : LABEL arch=x86_64 17:13:14 ---> Running in a2d54a44f9b3 17:13:14 Removing intermediate container 053c942c2d7e 17:13:14 ---> ba1a7a0df024 17:13:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:13:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:16 Removing intermediate container a2d54a44f9b3 17:13:16 ---> 5c5ea3def42f 17:13:16 Step 21/22 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:13:16 ---> Running in 9a99ab0e2977 17:13:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:17 (1/2) Installing readline (8.0.4-r0) 17:13:17 (2/2) Installing bash (5.0.17-r0) 17:13:17 Executing bash-5.0.17-r0.post-install 17:13:17 Executing busybox-1.31.1-r19.trigger 17:13:17 OK: 12 MiB in 22 packages 17:13:17 ---> Running in 33667805b15b 17:13:18 Removing intermediate container 9a99ab0e2977 17:13:18 ---> e1e0504c779b 17:13:18 Step 22/24 : LABEL arch=x86_64 17:13:18 ---> Running in 94607ebc67ac 17:13:18 Removing intermediate container 33667805b15b 17:13:18 ---> a52bcd940b36 17:13:18 Step 22/22 : LABEL version=0.0.0 17:13:20 ---> Running in 226a75e485dd 17:13:20 Removing intermediate container 94607ebc67ac 17:13:20 ---> 716dedb2e777 17:13:20 Step 23/24 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:13:20 Removing intermediate container 8fc3206c1900 17:13:20 ---> 3baef8063f54 17:13:20 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:13:21 ---> Running in bd0037b4c8b8 17:13:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:13:21 ---> d3a869dbc79d 17:13:21 Step 3/23 : WORKDIR /edgex-go 17:13:21 ---> Using cache 17:13:21 ---> 83c707c5f9d7 17:13:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:21 ---> Using cache 17:13:21 ---> 7b706033f4f8 17:13:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:13:21 ---> Running in c0732c8bf598 17:13:22 Removing intermediate container 226a75e485dd 17:13:22 ---> bf6ed2c70711 17:13:22 17:13:22 Successfully built bf6ed2c70711 17:13:22 Removing intermediate container bd0037b4c8b8 17:13:22 ---> 3ab4f189ccce 17:13:22 Step 24/24 : LABEL version=0.0.0 17:13:22 Successfully tagged docker-security-bootstrap-redis-go:latest 17:13:22 Building docker-support-scheduler-go 17:13:22  Building docker-security-bootstrap-redis-go ... done  ---> Running in d80309a32d3b 17:13:23 Removing intermediate container c0732c8bf598 17:13:23 ---> 13d5c128ee69 17:13:23 Step 14/26 : ENV APP_PORT=48090 17:13:23 ---> Running in 2624b175b647 17:13:25 ---> Running in e8bd8ee43ea4 17:13:25 Removing intermediate container 2624b175b647 17:13:25 ---> 55e2ec77a3d7 17:13:25 17:13:26 Successfully built 55e2ec77a3d7 17:13:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:26 Successfully tagged docker-security-secretstore-setup-go:latest 17:13:26  Building docker-security-secretstore-setup-go ... done Removing intermediate container e8bd8ee43ea4 17:13:26 ---> 36ba23fdc02b 17:13:26 Building docker-security-proxy-setup-go 17:13:26 Step 15/26 : EXPOSE $APP_PORT 17:13:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:13:29 ---> d3a869dbc79d 17:13:29 Step 3/22 : WORKDIR /edgex-go 17:13:29 ---> Using cache 17:13:29 ---> 83c707c5f9d7 17:13:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:29 ---> Using cache 17:13:29 ---> 7b706033f4f8 17:13:29 Step 5/22 : RUN apk add --update --no-cache make git 17:13:29 ---> Using cache 17:13:29 ---> d4413997caee 17:13:29 Step 6/22 : COPY go.mod . 17:13:29 ---> Using cache 17:13:29 ---> 8845ef7a2143 17:13:29 Step 7/22 : RUN go mod download 17:13:29 ---> Using cache 17:13:29 ---> f67828c8d457 17:13:29 Step 8/22 : COPY . . 17:13:29 ---> Using cache 17:13:29 ---> c5825e078a71 17:13:29 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:13:31 ---> Running in c2123e29ad18 17:13:31 OK: 233 MiB in 51 packages 17:13:31 ---> Running in 9fdfeca07dc1 17:13:33 Removing intermediate container c2123e29ad18 17:13:33 ---> 4f268c3430f6 17:13:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:13:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18537 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws 17:13:34 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 17:13:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:13:35 Removing intermediate container d80309a32d3b 17:13:35 ---> e0839a4c723e 17:13:35 Step 6/23 : COPY go.mod . 17:13:36 ---> a80766c2066c 17:13:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:13:36 ---> f190247d360f 17:13:36 Step 7/23 : RUN go mod download 17:13:37 ---> Running in e1b34d29a6dd 17:13:38 ---> bd54e2433e5a 17:13:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:13:39 ---> 9b17bda8dc06 17:13:39 Step 19/26 : RUN apk --no-cache add py3-pip 17:13:40 ---> Running in b810b7722547 17:13:40 using credential edgex-jenkins-ssh 17:13:40 Cloning the remote Git repository 17:13:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:13:40 > git init /w/workspace/edgex-go/3 # timeout=10 17:13:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:13:40 > git --version # timeout=10 17:13:40 > git --version # 'git version 2.17.1' 17:13:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:13:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:13:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:42 Removing intermediate container e1b34d29a6dd 17:13:42 ---> db19125384a4 17:13:42 Step 8/23 : COPY . . 17:13:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:42 (1/33) Installing libbz2 (1.0.8-r1) 17:13:42 (2/33) Installing expat (2.2.9-r1) 17:13:42 (3/33) Installing libffi (3.3-r2) 17:13:42 (4/33) Installing gdbm (1.13-r1) 17:13:42 (5/33) Installing xz-libs (5.2.5-r0) 17:13:42 (6/33) Installing sqlite-libs (3.32.1-r0) 17:13:42 (7/33) Installing python3 (3.8.5-r0) 17:13:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:13:45 ---> d3a869dbc79d 17:13:45 Step 3/21 : WORKDIR /edgex-go 17:13:45 ---> Using cache 17:13:45 ---> 83c707c5f9d7 17:13:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:45 ---> Using cache 17:13:45 ---> 7b706033f4f8 17:13:45 Step 5/21 : RUN apk add --update --no-cache make git 17:13:45 ---> Using cache 17:13:45 ---> d4413997caee 17:13:45 Step 6/21 : COPY go.mod . 17:13:45 ---> Using cache 17:13:45 ---> 8845ef7a2143 17:13:45 Step 7/21 : RUN go mod download 17:13:45 ---> Using cache 17:13:45 ---> f67828c8d457 17:13:45 Step 8/21 : COPY . . 17:13:46 ---> Using cache 17:13:46 ---> c5825e078a71 17:13:46 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:13:50 ---> Running in 4dde52f7899b 17:13:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:13:51 ---> d3a869dbc79d 17:13:51 Step 3/21 : WORKDIR /edgex-go 17:13:51 ---> Using cache 17:13:51 ---> 83c707c5f9d7 17:13:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:51 ---> Using cache 17:13:51 ---> 7b706033f4f8 17:13:51 Step 5/21 : RUN apk add --update --no-cache make git 17:13:51 ---> Using cache 17:13:51 ---> d4413997caee 17:13:51 Step 6/21 : COPY go.mod . 17:13:51 ---> Using cache 17:13:51 ---> 8845ef7a2143 17:13:51 Step 7/21 : RUN go mod download 17:13:51 ---> Using cache 17:13:51 ---> f67828c8d457 17:13:51 Step 8/21 : COPY . . 17:13:51 ---> Using cache 17:13:51 ---> c5825e078a71 17:13:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:13:53 (8/33) Installing py3-appdirs (1.4.4-r1) 17:13:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:13:53 (10/33) Installing py3-parsing (2.4.7-r0) 17:13:53 (11/33) Installing py3-six (1.15.0-r0) 17:13:53 (12/33) Installing py3-packaging (20.4-r0) 17:13:53 (13/33) Installing py3-setuptools (47.0.0-r0) 17:13:53 (14/33) Installing py3-chardet (3.0.4-r4) 17:13:53 ---> Running in 8ac2ddbe8186 17:13:53 (15/33) Installing py3-idna (2.9-r0) 17:13:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:13:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:13:53 (18/33) Installing py3-requests (2.23.0-r0) 17:13:53 (19/33) Installing py3-msgpack (1.0.0-r0) 17:13:53 (20/33) Installing py3-lockfile (0.12.2-r3) 17:13:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:13:54 (22/33) Installing py3-colorama (0.4.3-r0) 17:13:54 (23/33) Installing py3-distlib (0.3.0-r0) 17:13:54 (24/33) Installing py3-distro (1.5.0-r1) 17:13:54 (25/33) Installing py3-webencodings (0.5.1-r3) 17:13:54 (26/33) Installing py3-html5lib (1.0.1-r4) 17:13:55 (27/33) Installing py3-pytoml (0.1.21-r0) 17:13:55 (28/33) Installing py3-pep517 (0.8.2-r0) 17:13:55 (29/33) Installing py3-progress (1.5-r0) 17:13:55 (30/33) Installing py3-toml (0.10.1-r0) 17:13:55 (31/33) Installing py3-retrying (1.3.3-r0) 17:13:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:13:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:13:55 (33/33) Installing py3-pip (20.1.1-r0) 17:13:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:13:55 Executing busybox-1.31.1-r19.trigger 17:13:55 OK: 71 MiB in 55 packages 17:14:09 Merging remotes/origin/master commit 5abdadd8b70be8a3e6975420755e8102c38e7ff4 into PR head commit bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:14:10 Merge succeeded, producing bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:14:10 Checking out Revision bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b (PR-2986) 17:14:10 ---> 14e89c598c68 17:14:10 Step 9/23 : RUN make cmd/core-data/core-data 17:14:10 ---> Running in 8fc7013389ae 17:14:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:14:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:14:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:14:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:14:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:14:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:14:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:14:09 > git config core.sparsecheckout # timeout=10 17:14:09 > git checkout -f bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # timeout=10 17:14:09 > git remote # timeout=10 17:14:09 > git config --get remote.origin.url # timeout=10 17:14:09 using GIT_SSH to set credentials SSH Credentials for GitHub 17:14:09 > git merge 5abdadd8b70be8a3e6975420755e8102c38e7ff4 # timeout=10 17:14:10 > git rev-parse HEAD^{commit} # timeout=10 17:14:10 > git config core.sparsecheckout # timeout=10 17:14:10 > git checkout -f bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # timeout=10 17:14:14 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:14:15 Removing intermediate container 9fdfeca07dc1 17:14:15 ---> fb2284bec4b1 17:14:15 17:14:15 Step 10/22 : FROM scratch 17:14:15 ---> 17:14:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:14:16 ---> Using cache 17:14:16 ---> 195700913ca4 17:14:16 Step 12/22 : ENV APP_PORT=48081 17:14:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:14:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:14:17 ---> Running in debe7962e9a6 17:14:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:14:17 Removing intermediate container b810b7722547 17:14:17 ---> fec82e44b655 17:14:17 Step 20/26 : RUN pip install docker-compose==1.23.2 17:14:17 + sudo service docker restart 17:14:17 + true 17:14:17 Removing intermediate container debe7962e9a6 17:14:17 ---> 6c6c900920c7 17:14:17 Step 13/22 : EXPOSE $APP_PORT 17:14:17 ---> Running in 3cba7fe32f10 17:14:17 ---> Running in b5dd6fcef9a1 17:14:18 Removing intermediate container b5dd6fcef9a1 17:14:18 ---> 9691338a0e35 17:14:18 Step 14/22 : WORKDIR / 17:14:18 ---> Running in 6e1a8b57f9ec 17:14:18 Removing intermediate container 6e1a8b57f9ec 17:14:18 ---> a55b47db8193 17:14:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:14:19 ---> 9391c0eece23 17:14:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:14:20 provisioning config files... 17:14:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1402779957751341668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:14:20 ---> docker-login.sh 17:14:20 nexus3.edgexfoundry.org:10001 17:14:21 Collecting docker-compose==1.23.2 17:14:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:14:21 ---> a72369022693 17:14:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:14:21 Collecting texttable<0.10,>=0.9.0 17:14:21 Downloading texttable-0.9.1.tar.gz (11 kB) 17:14:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:14:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:14:21 Configure a credential helper to remove this warning. See 17:14:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:14:21 17:14:21 Login Succeeded 17:14:21 nexus3.edgexfoundry.org:10002 17:14:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:14:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:14:22 Configure a credential helper to remove this warning. See 17:14:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:14:22 17:14:22 Login Succeeded 17:14:22 nexus3.edgexfoundry.org:10003 17:14:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:14:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:14:23 Configure a credential helper to remove this warning. See 17:14:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:14:23 17:14:23 Login Succeeded 17:14:23 nexus3.edgexfoundry.org:10004 17:14:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:14:23 ---> 380a05d6d022 17:14:23 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:14:23 Collecting websocket-client<1.0,>=0.32.0 17:14:23 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:14:23 ---> Running in acfad268dbd0 17:14:23 Collecting jsonschema<3,>=2.5.1 17:14:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:14:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:14:23 Configure a credential helper to remove this warning. See 17:14:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:14:23 17:14:23 Login Succeeded 17:14:23 docker.io 17:14:23 Collecting docker<4.0,>=3.6.0 17:14:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:14:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:14:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:14:24 Configure a credential helper to remove this warning. See 17:14:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:14:24 17:14:24 Login Succeeded 17:14:24 Removing intermediate container acfad268dbd0 17:14:24 ---> d4e6e77d7c01 17:14:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:14:24 Collecting cached-property<2,>=1.2.0 17:14:24 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:14:24 ---> docker-login.sh ends [Pipeline] } 17:14:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:14:24 ========================================================= 17:14:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:14:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:14:25 + 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 . 17:14:26 Collecting dockerpty<0.5,>=0.4.1 17:14:26 ---> Running in 23513b7e3dc3 17:14:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:14:26 Removing intermediate container 4dde52f7899b 17:14:26 ---> 329be49233fe 17:14:26 17:14:26 Step 10/21 : FROM scratch 17:14:26 ---> 17:14:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:14:26 Removing intermediate container 8ac2ddbe8186 17:14:26 ---> 9d4c87d69282 17:14:26 17:14:26 Step 10/21 : FROM alpine:3.12 17:14:26 ---> 389fef711851 17:14:26 Step 11/21 : RUN apk add --update --no-cache curl 17:14:26 ---> Using cache 17:14:26 ---> 195700913ca4 17:14:26 Step 12/21 : ENV APP_PORT=48085 17:14:26 Removing intermediate container 23513b7e3dc3 17:14:26 ---> a17a972d4ed2 17:14:26 Step 20/22 : LABEL arch=x86_64 17:14:26 Collecting PyYAML<4,>=3.10 17:14:26 ---> Running in 696e25da9001 17:14:26 Downloading PyYAML-3.13.tar.gz (270 kB) 17:14:26 ---> Running in 197688347e09 17:14:27 ---> Running in 164301e6af32 17:14:28 Sending build context to Docker daemon 165.4MB 17:14:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:14:28 Step 2/6 : FROM ${BASE} 17:14:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:14:28 5f621e34cdf4: Pulling fs layer 17:14:28 a4357932f1b6: Pulling fs layer 17:14:28 18c013af1878: Pulling fs layer 17:14:28 00ac8860ef70: Pulling fs layer 17:14:28 63d7cb157983: Pulling fs layer 17:14:28 b116817d02f9: Pulling fs layer 17:14:28 745a02a5169b: Pulling fs layer 17:14:28 63d7cb157983: Waiting 17:14:28 b116817d02f9: Waiting 17:14:28 745a02a5169b: Waiting 17:14:28 00ac8860ef70: Waiting 17:14:28 18c013af1878: Download complete 17:14:28 a4357932f1b6: Verifying Checksum 17:14:28 a4357932f1b6: Download complete 17:14:28 63d7cb157983: Download complete 17:14:28 b116817d02f9: Verifying Checksum 17:14:28 b116817d02f9: Download complete 17:14:28 5f621e34cdf4: Verifying Checksum 17:14:28 5f621e34cdf4: Download complete 17:14:28 Removing intermediate container 696e25da9001 17:14:28 ---> 63cf88e6abee 17:14:28 Step 13/21 : EXPOSE $APP_PORT 17:14:28 Collecting docopt<0.7,>=0.6.1 17:14:28 Downloading docopt-0.6.2.tar.gz (25 kB) 17:14:28 ---> Running in 46442bac2461 17:14:28 Removing intermediate container 164301e6af32 17:14:28 ---> 367bc78b5368 17:14:28 Step 21/22 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:14:28 ---> Running in b1102ba8592b 17:14:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:28 Removing intermediate container 46442bac2461 17:14:28 ---> 36c6289d596e 17:14:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 17:14:28 5f621e34cdf4: Pull complete 17:14:28 Removing intermediate container b1102ba8592b 17:14:28 ---> e975cd56adf4 17:14:28 Step 22/22 : LABEL version=0.0.0 17:14:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:14:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:14:28 (1/4) Installing ca-certificates (20191127-r4) 17:14:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:14:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:14:28 (3/4) Installing libcurl (7.69.1-r3) 17:14:28 (4/4) Installing curl (7.69.1-r3) 17:14:28 Executing busybox-1.31.1-r19.trigger 17:14:29 a4357932f1b6: Pull complete 17:14:29 Executing ca-certificates-20191127-r4.trigger 17:14:29 OK: 7 MiB in 18 packages 17:14:29 Collecting docker-pycreds>=0.4.0 17:14:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:14:29 ---> Running in d31f4aed1554 17:14:29 18c013af1878: Pull complete 17:14:30 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:14:30 ---> 93c71cb87345 17:14:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:14:30 Collecting idna<2.8,>=2.5 17:14:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:14:30 Removing intermediate container d31f4aed1554 17:14:30 ---> a18d31e0171d 17:14:30 17:14:30 Collecting urllib3<1.25,>=1.21.1 17:14:30 745a02a5169b: Verifying Checksum 17:14:30 745a02a5169b: Download complete 17:14:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:14:30 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:14:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:14:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:14:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:14:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:14:30 Successfully built a18d31e0171d 17:14:30 Successfully tagged docker-core-metadata-go:latest 17:14:30  Building docker-core-metadata-go ... done Installing collected packages: texttable, websocket-client, jsonschema, idna, urllib3, requests, docker-pycreds, docker, cached-property, dockerpty, PyYAML, docopt, docker-compose 17:14:30 Running setup.py install for texttable: started 17:14:30 Removing intermediate container 197688347e09 17:14:30 ---> 03fec015f0f4 17:14:30 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:14:31 ---> Running in 8569e9e1c1bc 17:14:31 ---> fbd519d3dcab 17:14:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:14:31 Removing intermediate container 8569e9e1c1bc 17:14:31 ---> c0cbc5d870a8 17:14:31 Step 13/21 : WORKDIR /edgex 17:14:31 Running setup.py install for texttable: finished with status 'done' 17:14:31 ---> Running in 0c00bae3f6ac 17:14:31 ---> 474148ec649b 17:14:31 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:14:32 00ac8860ef70: Download complete 17:14:33 Attempting uninstall: idna 17:14:33 Found existing installation: idna 2.9 17:14:33 Uninstalling idna-2.9: 17:14:33 Successfully uninstalled idna-2.9 17:14:33 ---> Running in dc962ffd58d1 17:14:34 Removing intermediate container 0c00bae3f6ac 17:14:34 ---> 53d0b1d2a81d 17:14:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:14:34 Attempting uninstall: urllib3 17:14:34 Found existing installation: urllib3 1.25.9 17:14:34 Uninstalling urllib3-1.25.9: 17:14:34 Successfully uninstalled urllib3-1.25.9 17:14:34 Removing intermediate container dc962ffd58d1 17:14:34 ---> e1991b4bb239 17:14:34 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:14:34 Attempting uninstall: requests 17:14:34 Found existing installation: requests 2.23.0 17:14:34 Uninstalling requests-2.23.0: 17:14:34 Successfully uninstalled requests-2.23.0 17:14:35 ---> Running in d71460bfaa43 17:14:35 ---> 69f0e3fcae47 17:14:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:14:37 Removing intermediate container d71460bfaa43 17:14:37 ---> 80a91b055576 17:14:37 Step 19/21 : LABEL arch=x86_64 17:14:38 ---> 3b3c0b9ac111 17:14:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:14:38 Running setup.py install for dockerpty: started 17:14:38 ---> Running in df808340866e 17:14:38 Removing intermediate container 8fc7013389ae 17:14:38 ---> 0e09592d8cc5 17:14:38 17:14:38 Step 10/23 : FROM alpine:3.12 17:14:38 ---> 389fef711851 17:14:38 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:14:38 ---> Running in 39ae74ab8474 17:14:38 Removing intermediate container df808340866e 17:14:38 ---> 188755ced449 17:14:38 Step 20/21 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:14:38 Running setup.py install for dockerpty: finished with status 'done' 17:14:38 Running setup.py install for PyYAML: started 17:14:38 ---> Running in 086ac486da28 17:14:38 ---> 234e5bd4ce55 17:14:38 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:14:38 Removing intermediate container 39ae74ab8474 17:14:38 ---> f7bac7f23ac3 17:14:38 Step 12/23 : ENV APP_PORT=48080 17:14:38 ---> Running in 131cab807e48 17:14:38 ---> Running in 9f710e6b2381 17:14:38 Removing intermediate container 086ac486da28 17:14:38 ---> aa57232b125d 17:14:38 Step 21/21 : LABEL version=0.0.0 17:14:39 ---> Running in 25e541d6ae6f 17:14:39 Removing intermediate container 131cab807e48 17:14:39 ---> 0bcc34681476 17:14:39 Step 13/23 : EXPOSE $APP_PORT 17:14:39 Removing intermediate container 9f710e6b2381 17:14:39 ---> de44498b092f 17:14:39 Step 18/21 : CMD ["--init=true"] 17:14:39 Running setup.py install for PyYAML: finished with status 'done' 17:14:39 Running setup.py install for docopt: started 17:14:39 ---> Running in 1c281ddb2028 17:14:39 ---> Running in fcc1c0033932 17:14:39 Removing intermediate container 25e541d6ae6f 17:14:39 ---> 5a0bcc0a6940 17:14:39 17:14:39 Successfully built 5a0bcc0a6940 17:14:39 Successfully tagged docker-support-scheduler-go:latest 17:14:39  Building docker-support-scheduler-go ... done Removing intermediate container 1c281ddb2028 17:14:39 ---> dec06d62e835 17:14:39 Step 19/21 : LABEL arch=x86_64 17:14:39 Removing intermediate container fcc1c0033932 17:14:39 ---> 8d02ebbded18 17:14:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:39 Running setup.py install for docopt: finished with status 'done' 17:14:39 ---> Running in 4c1713a8115c 17:14:39 ---> Running in adcb7633adc2 17:14:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:14:41 Removing intermediate container 4c1713a8115c 17:14:41 ---> a0d6cbb28b61 17:14:41 Step 20/21 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:14:41 ---> Running in fcbe00aa3e57 17:14:41 Removing intermediate container fcbe00aa3e57 17:14:41 ---> 819e15b97fa9 17:14:41 Step 21/21 : LABEL version=0.0.0 17:14:41 ---> Running in 768f50027653 17:14:41 Removing intermediate container adcb7633adc2 17:14:41 ---> 65bf992479b2 17:14:41 Step 15/23 : RUN apk add --update --no-cache zeromq 17:14:41 ---> Running in a32321a11404 17:14:42 Removing intermediate container 768f50027653 17:14:42 ---> 45467429a0df 17:14:42 17:14:42 Successfully built 45467429a0df 17:14:42 Successfully tagged docker-security-proxy-setup-go:latest 17:14:42 00ac8860ef70: Pull complete 17:14:42 63d7cb157983: Pull complete 17:14:42 b116817d02f9: Pull complete 17:14:43  Building docker-security-proxy-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:43 Removing intermediate container 3cba7fe32f10 17:14:43 ---> 05453f5ada83 17:14:43 Step 21/26 : RUN apk --no-cache add curl 17:14:43 ---> Running in 1fb2617bebfb 17:14:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:14:44 (2/3) Installing libcurl (7.69.1-r3) 17:14:44 (3/3) Installing curl (7.69.1-r3) 17:14:44 Executing busybox-1.31.1-r19.trigger 17:14:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:45 OK: 72 MiB in 58 packages 17:14:45 Removing intermediate container 1fb2617bebfb 17:14:45 ---> b13968facc93 17:14:45 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:14:45 ---> Running in d9b73841eeb5 17:14:45 Removing intermediate container d9b73841eeb5 17:14:45 ---> 05c362905c9a 17:14:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:14:46 745a02a5169b: Pull complete 17:14:46 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:14:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:14:46 ---> b7e6874047d6 17:14:46 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 17:14:46 ---> Running in 3eca5d28ebd3 17:14:46 Removing intermediate container 3eca5d28ebd3 17:14:46 ---> 2822e6bd561e 17:14:46 Step 24/26 : LABEL arch=x86_64 17:14:46 ---> Running in ac8c1932656d 17:14:46 Removing intermediate container ac8c1932656d 17:14:46 ---> 61fec3d89232 17:14:46 Step 25/26 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:14:46 (1/5) Installing libgcc (9.3.0-r2) 17:14:46 ---> Running in 4b0e8a8f47bb 17:14:46 (2/5) Installing libsodium (1.0.18-r0) 17:14:46 Removing intermediate container 4b0e8a8f47bb 17:14:46 ---> 60fb23d6d754 17:14:46 Step 26/26 : LABEL version=0.0.0 17:14:46 ---> Running in 071a2ca1398c 17:14:46 (3/5) Installing libstdc++ (9.3.0-r2) 17:14:47 Removing intermediate container 071a2ca1398c 17:14:47 ---> d41c3bbefa9c 17:14:47 17:14:47 Successfully built d41c3bbefa9c 17:14:47 Successfully tagged docker-sys-mgmt-agent-go:latest 17:14:47  Building docker-sys-mgmt-agent-go ... done (4/5) Installing libzmq (4.3.3-r0) 17:14:47 (5/5) Installing zeromq (4.3.3-r0) 17:14:47 Executing busybox-1.31.1-r19.trigger 17:14:47 OK: 8 MiB in 19 packages 17:14:48 Removing intermediate container a32321a11404 17:14:48 ---> c4743674ca87 17:14:48 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 17:14:48 ---> 1eac447ba51a 17:14:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:14:48 ---> 633dabb4508a 17:14:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:14:48 ---> e286a125cda1 17:14:48 Step 19/23 : ENTRYPOINT ["/core-data"] 17:14:49 ---> Running in 8b45b94f0535 17:14:49 Removing intermediate container 8b45b94f0535 17:14:49 ---> db9afb5cbba2 17:14:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:14:49 ---> Running in c5766ee80003 17:14:49 ---> Running in 61f753b547ee 17:14:49 Removing intermediate container c5766ee80003 17:14:49 ---> dfea4d8d91f7 17:14:49 Step 21/23 : LABEL arch=x86_64 17:14:49 ---> Running in 902ac91a6972 17:14:49 Removing intermediate container 902ac91a6972 17:14:49 ---> 311eb590d8ed 17:14:49 Step 22/23 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:14:49 ---> Running in e5aba00b12e8 17:14:50 Removing intermediate container e5aba00b12e8 17:14:50 ---> b4382e205212 17:14:50 Step 23/23 : LABEL version=0.0.0 17:14:50 ---> Running in f32951546aa5 17:14:50 Removing intermediate container f32951546aa5 17:14:50 ---> fdfd98d92d0b 17:14:50 17:14:50 Successfully built fdfd98d92d0b 17:14:50 Successfully tagged docker-core-data-go:latest 17:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:14:50  Building docker-core-data-go ... done  [Pipeline] } 17:14:50 $ docker stop --time=1 96fcd22339ed6ac9435fdfb2a32d2466b7ba7dcdc0532d3636b6a9a408e31e79 17:14:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:14:52 $ docker rm -f 96fcd22339ed6ac9435fdfb2a32d2466b7ba7dcdc0532d3636b6a9a408e31e79 [Pipeline] // withDockerContainer [Pipeline] sh 17:14:52 + docker images 17:14:52 + grep docker 17:14:52 docker-core-data-go latest fdfd98d92d0b 2 seconds ago 22.2MB 17:14:52 docker-sys-mgmt-agent-go latest d41c3bbefa9c 6 seconds ago 313MB 17:14:52 docker-security-proxy-setup-go latest 45467429a0df 11 seconds ago 24.5MB 17:14:52 docker-support-scheduler-go latest 5a0bcc0a6940 13 seconds ago 10.7MB 17:14:52 docker-core-metadata-go latest a18d31e0171d 22 seconds ago 13MB 17:14:52 docker-security-secretstore-setup-go latest 55e2ec77a3d7 About a minute ago 24.6MB 17:14:52 docker-security-bootstrap-redis-go latest bf6ed2c70711 About a minute ago 15.8MB 17:14:52 docker-support-notifications-go latest adc759bbd884 About a minute ago 12MB 17:14:52 docker-core-command-go latest eaf23ffa831b About a minute ago 10.6MB 17:14:52 docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 17:14:53 (1/12) Installing libmagic (5.38-r0) 17:14:53 (2/12) Installing file (5.38-r0) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 17:14:53 (3/12) Installing libc-dev (0.7.2-r3) 17:14:53 (4/12) Installing g++ (9.3.0-r2) 17:15:08 Still waiting to schedule task 17:15:08 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:15:12 (5/12) Installing fortify-headers (1.1-r0) 17:15:12 (6/12) Installing patch (2.7.6-r6) 17:15:12 (7/12) Installing build-base (0.5-r2) 17:15:12 (8/12) Installing libsodium (1.0.18-r0) 17:15:12 (9/12) Installing pkgconf (1.7.2-r0) 17:15:12 (10/12) Installing libsodium-dev (1.0.18-r0) 17:15:12 (11/12) Installing libzmq (4.3.3-r0) 17:15:12 (12/12) Installing zeromq-dev (4.3.3-r0) 17:15:12 Executing busybox-1.31.1-r19.trigger 17:15:12 OK: 217 MiB in 51 packages 17:15:14 Removing intermediate container 61f753b547ee 17:15:14 ---> 367e45420baa 17:15:14 Step 4/6 : WORKDIR /edgex-go 17:15:14 ---> Running in df0e182ec6c9 17:15:14 Removing intermediate container df0e182ec6c9 17:15:14 ---> 9d0bccac24e9 17:15:14 Step 5/6 : COPY go.mod . 17:15:15 ---> 969835ba3238 17:15:15 Step 6/6 : RUN go mod download 17:15:15 ---> Running in fd433bf05257 17:15:42 Removing intermediate container fd433bf05257 17:15:42 ---> d460acc5ade8 17:15:42 Successfully built d460acc5ade8 17:15:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:15:42 + docker inspect -f . ci-base-image-arm64 17:15:42 . [Pipeline] withDockerContainer 17:15:42 prd-ubuntu18.04-docker-arm64-4c-16g-18537 does not seem to be running inside a container 17:15:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:15:44 $ docker top fa7a76ca7a324990b1a4408832e008ca24c5acb66e696613683e10b2ede26ace -eo pid,comm [Pipeline] { [Pipeline] sh 17:15:45 + go version 17:15:45 go version go1.15.5 linux/arm64 [Pipeline] } 17:15:45 $ docker stop --time=1 fa7a76ca7a324990b1a4408832e008ca24c5acb66e696613683e10b2ede26ace 17:15:47 $ docker rm -f fa7a76ca7a324990b1a4408832e008ca24c5acb66e696613683e10b2ede26ace [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:15:48 + docker inspect -f . ci-base-image-arm64 17:15:48 . [Pipeline] withDockerContainer 17:15:48 prd-ubuntu18.04-docker-arm64-4c-16g-18537 does not seem to be running inside a container 17:15:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:15:50 $ docker top b107119bcef2e2cb6d9ec2dd82be10a7a47c205005c4c74d9498574e1f35ac10 -eo pid,comm [Pipeline] { [Pipeline] echo 17:15:50 ========================================================= 17:15:50 [edgeXBuildGoParallel] Running Tests and Build... 17:15:50 ========================================================= [Pipeline] sh 17:15:51 + make test 17:15:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:16:18 ? github.com/edgexfoundry/edgex-go [no test files] 17:16:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:17:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:17:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:17:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:17:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:17:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:17:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:17:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:17:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:17:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:17:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:17:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:17:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:17:26 Running on prd-ubuntu18.04-docker-8c-8g-18540 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws 17:17:26 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 17:17:28 using credential edgex-jenkins-ssh 17:17:28 Cloning the remote Git repository 17:17:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:17:28 > git init /w/workspace/edgex-go/3 # timeout=10 17:17:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:17:28 > git --version # timeout=10 17:17:28 > git --version # 'git version 2.17.1' 17:17:28 using GIT_SSH to set credentials SSH Credentials for GitHub 17:17:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:17:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.251s coverage: 46.6% of statements 17:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:17:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.471s coverage: 27.0% of statements 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:17:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:17:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:17:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.232s coverage: 77.1% of statements 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:17:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.692s coverage: 82.4% of statements 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.184s coverage: 28.6% of statements 17:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements 17:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 17:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.354s coverage: 86.7% of statements 17:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.311s coverage: 97.5% of statements 17:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.132s coverage: 78.3% of statements 17:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:17:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.132s coverage: 93.8% of statements 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:17:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:17:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 17:17:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements 17:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.185s coverage: 87.2% of statements 17:17:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.160s coverage: 84.2% of statements 17:17:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.237s coverage: 91.4% of statements 17:17:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:17:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.571s coverage: 63.5% of statements 17:17:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:17:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:17:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements 17:17:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.180s coverage: 91.3% of statements 17:17:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 17:17:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements 17:17:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements 17:18:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.889s coverage: 55.9% of statements 17:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:18:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:18:04 Merging remotes/origin/master commit 5abdadd8b70be8a3e6975420755e8102c38e7ff4 into PR head commit bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:18:04 Merge succeeded, producing bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:18:04 Checking out Revision bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b (PR-2986) 17:18:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.348s coverage: 37.0% of statements 17:18:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:18:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:18:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.822s coverage: 84.0% of statements 17:18:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements 17:18:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:18:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:18:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:18:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:18:03 using GIT_SSH to set credentials SSH Credentials for GitHub 17:18:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:18:04 > git config core.sparsecheckout # timeout=10 17:18:04 > git checkout -f bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # timeout=10 17:18:04 > git remote # timeout=10 17:18:04 > git config --get remote.origin.url # timeout=10 17:18:04 using GIT_SSH to set credentials SSH Credentials for GitHub 17:18:04 > git merge 5abdadd8b70be8a3e6975420755e8102c38e7ff4 # timeout=10 17:18:04 > git rev-parse HEAD^{commit} # timeout=10 17:18:04 > git config core.sparsecheckout # timeout=10 17:18:04 > git checkout -f bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b # timeout=10 17:18:07 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:18:09 + echo snap-build.sh 17:18:09 snap-build.sh 17:18:09 + SNAP_BASE_DIR=. 17:18:09 + '[' '!' -z /w/workspace/edgex-go/3 ']' 17:18:09 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 17:18:09 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 17:18:09 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 17:18:09 + cd /w/workspace/edgex-go/3 17:18:09 + sudo apt-get remove -qy --purge lxd lxd-client 17:18:09 Reading package lists... 17:18:09 Building dependency tree... 17:18:09 Reading state information... 17:18:09 The following packages were automatically installed and are no longer required: 17:18:09 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:18:09 uidmap xdelta3 17:18:09 Use 'sudo apt autoremove' to remove them. 17:18:09 The following packages will be REMOVED: 17:18:09 lxd* lxd-client* 17:18:09 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:18:09 After this operation, 31.7 MB disk space will be freed. 17:18:10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 17:18:10 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:18:11 Removing lxd dnsmasq configuration 17:18:11 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:18:11 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:18:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.338s coverage: 47.1% of statements 17:18:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:18:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:18:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:18:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:18:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:18:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements 17:18:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:18:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.119s coverage: 100.0% of statements 17:18:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:18:12 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:18:12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 17:18:12 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:18:13 Processing triggers for systemd (237-3ubuntu10.42) ... 17:18:13 Processing triggers for ureadahead (0.100.0-21) ... 17:18:15 + sudo snap remove --purge lxd 17:18:15 snap "lxd" is not installed 17:18:15 + sudo groupadd --force --system lxd 17:18:15 ++ whoami 17:18:15 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:18:15 + newgrp - lxd 17:18:15 + sudo snap install lxd 17:18:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.950s coverage: 29.1% of statements 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:18:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:18:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.140s coverage: 100.0% of statements 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:18:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:18:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:18:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:18:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:18:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 17:18:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 17:18:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 17:18:18 GO111MODULE=on go vet ./... 17:18:30 2021-01-05T17:18:26Z INFO Waiting for automatic snapd restart... 17:19:02 lxd 4.9 from Canonical* installed 17:19:02 + sudo lxd init --auto 17:19:11 + sudo snap install --classic snapcraft 17:19:26 gofmt -l . 17:19:26 [ "`gofmt -l .`" = "" ] 17:19:26 ./bin/test-go-mod-tidy.sh 17:19:26 ./bin/test-attribution-txt.sh [Pipeline] sh 17:19:29 snapcraft 4.4.4 from Canonical* installed 17:19:29 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:19:29 + patch --verbose -p1 17:19:29 Hmm... Looks like a unified diff to me... 17:19:29 The text leading up to this was: 17:19:29 -------------------------- 17:19:29 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 17:19:29 |From: Tony Espy 17:19:29 |Date: Wed, 16 Dec 2020 16:34:55 -0500 17:19:29 |Subject: [PATCH] optimize snap build for pipeline CI check 17:19:29 | 17:19:29 |This patch is used by the EdgeX CI pipeline builds to 17:19:29 |optimize the snap CI check run for pull requests. When 17:19:29 |applied, it essentially strips out everything (apps and 17:19:29 |parts) from the snapcraft.yaml file except those required 17:19:29 |to build edgex-go, as the whole idea of the CI check is to 17:19:29 |catch changes to edgex-go that break the snap build. 17:19:29 | 17:19:29 |In general, anyone updating snapcraft.yaml will also need 17:19:29 |to update this patch file, otherwise it may fail to apply, 17:19:29 |resulting in a failed snap build CI check in the associated 17:19:29 |pull request. 17:19:29 | 17:19:29 |Note - in addition to applying this patch, the pipeline also 17:19:29 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:19:29 |need to build the finally binary .snap file (and it won't 17:19:29 |work with the patch applied). This further reduces the build 17:19:29 |time. 17:19:29 |--- 17:19:29 | snap/snapcraft.yaml | 461 +------------------------------------------- 17:19:29 | 1 file changed, 2 insertions(+), 459 deletions(-) 17:19:29 | 17:19:29 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:19:29 |index 1e537489..faf42425 100644 17:19:29 |--- a/snap/snapcraft.yaml 17:19:29 |+++ b/snap/snapcraft.yaml 17:19:29 -------------------------- 17:19:29 patching file snap/snapcraft.yaml 17:19:29 Using Plan A... 17:19:29 Hunk #1 succeeded at 73. 17:19:29 Hunk #2 succeeded at 202. 17:19:29 Hunk #3 succeeded at 214. 17:19:29 Hunk #4 succeeded at 222. 17:19:29 Hunk #5 succeeded at 229. 17:19:29 Hunk #6 succeeded at 256. 17:19:29 Hunk #7 succeeded at 290. 17:19:29 Hunk #8 succeeded at 341. 17:19:29 Hmm... Ignoring the trailing garbage. 17:19:29 done 17:19:29 + sudo snapcraft prime --use-lxd 17:19:29 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:19:29 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 17:19:29 - README.md 17:19:29 17:19:29 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:19:29 Launching a container. 17:19:29 + ls -al . 17:19:29 total 668 17:19:29 drwxrwxr-x 9 1001 1001 4096 Jan 5 17:19 . 17:19:29 drwxr-xr-x 4 root root 4096 Jan 5 17:15 .. 17:19:29 -rw-rw-r-- 1 1001 1001 11 Jan 5 17:14 .dockerignore 17:19:29 drwxrwxr-x 8 1001 1001 4096 Jan 5 17:14 .git 17:19:29 drwxrwxr-x 3 1001 1001 4096 Jan 5 17:14 .github 17:19:29 -rw-rw-r-- 1 1001 1001 824 Jan 5 17:14 .gitignore 17:19:29 -rw-rw-r-- 1 1001 1001 166 Jan 5 17:14 .sonarcloud.properties 17:19:29 -rw-rw-r-- 1 1001 1001 3804 Jan 5 17:14 CONTRIBUTING.md 17:19:29 -rw-rw-r-- 1 1001 1001 931 Jan 5 17:14 Dockerfile.build 17:19:29 -rw-rw-r-- 1 1001 1001 863 Jan 5 17:14 Jenkinsfile 17:19:29 -rw-rw-r-- 1 1001 1001 10775 Jan 5 17:14 LICENSE 17:19:29 -rw-rw-r-- 1 1001 1001 5750 Jan 5 17:14 Makefile 17:19:29 -rw-rw-r-- 1 1001 1001 6511 Jan 5 17:14 README.md 17:19:29 -rw-rw-r-- 1 1001 1001 6744 Jan 5 17:14 SECURITY.md 17:19:29 -rw-rw-r-- 1 1001 1001 5 Jan 5 17:07 VERSION 17:19:29 -rw-rw-r-- 1 1001 1001 4131 Jan 5 17:14 ZMQWindows.md 17:19:29 drwxrwxr-x 2 1001 1001 4096 Jan 5 17:14 bin 17:19:29 drwxrwxr-x 14 1001 1001 4096 Jan 5 17:14 cmd 17:19:29 -rw-r--r-- 1 root root 541590 Jan 5 17:18 coverage.out 17:19:29 -rw-r--r-- 1 root root 979 Jan 5 17:19 go.mod 17:19:29 -rw-r--r-- 1 root root 19019 Jan 5 17:19 go.sum 17:19:29 drwxrwxr-x 8 1001 1001 4096 Jan 5 17:14 internal 17:19:29 drwxrwxr-x 4 1001 1001 4096 Jan 5 17:14 openapi 17:19:29 drwxrwxr-x 4 1001 1001 4096 Jan 5 17:14 snap 17:19:29 -rw-rw-r-- 1 1001 1001 168 Jan 5 17:14 version.go [Pipeline] sh 17:19:30 + '[' -e coverage.out ] 17:19:30 + chown 1001:1001 coverage.out [Pipeline] stash 17:19:30 Warning: overwriting stash ‘coverage-report’ 17:19:31 Stashed 1 file(s) [Pipeline] sh 17:19:32 + make build 17:19:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:19:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:19:44 Waiting for container to be ready 17:19:44 To start your first instance, try: lxc launch ubuntu:18.04 17:19:44 17:19:47 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:19:47 Waiting for network to be ready... 17:19:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:19:48 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:19:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1477 kB] 17:19:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [287 kB] 17:19:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 17:19:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 17:19:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 17:19:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 17:19:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 17:19:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 17:19:48 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:19:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:19:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:19:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:19:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:19:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:19:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:19:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:19:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:19:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 17:19:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 17:19:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.8 kB] 17:19:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 17:19:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 17:19:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 17:19:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 17:19:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 17:19:52 Fetched 23.6 MB in 4s (5476 kB/s) 17:19:53 Reading package lists... 17:19:53 Reading package lists... 17:19:53 Building dependency tree... 17:19:53 Reading state information... 17:19:53 The following additional packages will be installed: 17:19:53 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:19:53 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:19:53 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:19:53 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:19:53 Suggested packages: 17:19:53 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:19:53 Recommended packages: 17:19:53 gnupg libsasl2-modules 17:19:53 The following NEW packages will be installed: 17:19:53 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:19:53 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:19:53 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:19:53 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:19:53 The following packages will be upgraded: 17:19:53 gpg gpg-agent gpgconf libudev1 17:19:53 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 17:19:53 Need to get 3531 kB of archives. 17:19:53 After this operation, 13.3 MB of additional disk space will be used. 17:19:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 17:19:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 17:19:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 17:19:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 17:19:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 17:19:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 17:19:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 17:19:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 17:19:53 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 17:19:54 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 17:19:54 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:19:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:19:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:19:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:19:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:19:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:19:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:19:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:19:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:19:54 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:19:54 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:19:54 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:19:54 debconf: delaying package configuration, since apt-utils is not installed 17:19:54 Fetched 3531 kB in 1s (3485 kB/s) 17:19:54 (Reading database ... 12511 files and directories currently installed.) 17:19:54 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 17:19:54 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:19:54 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 17:19:55 Selecting previously unselected package udev. 17:19:55 (Reading database ... 12511 files and directories currently installed.) 17:19:55 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 17:19:55 Unpacking udev (237-3ubuntu10.43) ... 17:19:55 Selecting previously unselected package libfuse2:amd64. 17:19:55 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:19:55 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:19:55 Selecting previously unselected package fuse. 17:19:55 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:19:55 Unpacking fuse (2.9.7-1ubuntu1) ... 17:19:55 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 17:19:55 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:19:55 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 17:19:55 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:19:55 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 17:19:55 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:19:55 Selecting previously unselected package libksba8:amd64. 17:19:55 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:19:55 Unpacking libksba8:amd64 (1.3.5-2) ... 17:19:56 Selecting previously unselected package libroken18-heimdal:amd64. 17:19:56 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:56 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:56 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:19:56 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:56 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:56 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:19:56 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:56 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:56 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:19:56 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:56 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:56 Selecting previously unselected package libwind0-heimdal:amd64. 17:19:56 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:56 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:56 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:19:56 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:56 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:56 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:19:56 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:56 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:56 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:19:56 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:57 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:57 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:19:57 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:57 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:57 Selecting previously unselected package libsasl2-modules-db:amd64. 17:19:57 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 17:19:57 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 17:19:57 Selecting previously unselected package libsasl2-2:amd64. 17:19:57 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 17:19:57 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 17:19:57 Selecting previously unselected package libldap-common. 17:19:57 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 17:19:57 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:19:57 Selecting previously unselected package libldap-2.4-2:amd64. 17:19:57 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 17:19:57 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:19:57 Selecting previously unselected package dirmngr. 17:19:57 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 17:19:57 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 17:19:57 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:19:57 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 17:19:57 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:19:57 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 17:19:57 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 17:19:57 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 17:19:57 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:57 Setting up libksba8:amd64 (1.3.5-2) ... 17:19:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:19:57 Setting up udev (237-3ubuntu10.43) ... 17:19:58 invoke-rc.d: policy-rc.d denied execution of start. 17:19:58 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:58 Processing triggers for systemd (237-3ubuntu10) ... 17:19:58 Setting up fuse (2.9.7-1ubuntu1) ... 17:19:58 Setting up gpg (2.2.4-1ubuntu1.3) ... 17:19:58 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:58 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:58 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:58 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:58 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:58 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:58 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:58 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:19:58 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 17:19:58 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:19:59 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:19:59 settings in the [Install] section, and DefaultInstance for template units). 17:19:59 This means they are not meant to be enabled using systemctl. 17:19:59 Possible reasons for having this kind of units are: 17:19:59 1) A unit may be statically enabled by being symlinked from another unit's 17:19:59 .wants/ or .requires/ directory. 17:19:59 2) A unit's purpose may be to act as a helper for some other unit which has 17:19:59 a requirement dependency on it. 17:19:59 3) A unit may be started when needed via activation (socket, path, timer, 17:19:59 D-Bus, udev, scripted systemctl call, ...). 17:19:59 4) In case of template units, the unit is meant to be enabled with some 17:19:59 instance name specified. 17:19:59 Reading package lists... 17:19:59 Building dependency tree... 17:19:59 Reading state information... 17:19:59 The following additional packages will be installed: 17:19:59 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:19:59 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:19:59 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:19:59 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:19:59 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:19:59 Suggested packages: 17:19:59 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:19:59 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:19:59 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:19:59 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:19:59 systemd-container policykit-1 17:19:59 Recommended packages: 17:19:59 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:19:59 The following NEW packages will be installed: 17:19:59 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:19:59 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:19:59 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:19:59 multiarch-support openssh-client python3 python3-minimal python3.6 17:19:59 python3.6-minimal snapd squashfs-tools sudo 17:19:59 The following packages will be upgraded: 17:19:59 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:19:59 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 17:19:59 Need to get 35.2 MB of archives. 17:19:59 After this operation, 141 MB of additional disk space will be used. 17:19:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:19:59 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 17:20:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:20:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 17:20:00 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 17:20:00 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:20:00 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:20:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:20:00 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:20:00 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:20:00 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:20:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:20:00 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 17:20:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 17:20:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:20:01 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:20:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 17:20:01 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:20:01 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:20:01 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 17:20:01 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 17:20:01 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 17:20:01 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:20:01 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:20:01 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:20:01 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:20:01 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:20:01 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:20:01 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 17:20:01 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:20:03 debconf: delaying package configuration, since apt-utils is not installed 17:20:03 Fetched 35.2 MB in 3s (10.2 MB/s) 17:20:03 (Reading database ... 12757 files and directories currently installed.) 17:20:03 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 17:20:03 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:20:03 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 17:20:04 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:20:04 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 17:20:04 (Reading database ... 12757 files and directories currently installed.) 17:20:04 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:20:04 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:20:04 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:20: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 17:20:04 (Reading database ... 12757 files and directories currently installed.) 17:20:04 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:20:04 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:20:04 Setting up apt (1.6.12ubuntu0.2) ... 17:20:04 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:20:05 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:20:05 (Reading database ... 12764 files and directories currently installed.) 17:20:05 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:20:05 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:20:05 Selecting previously unselected package libpython3.6-minimal:amd64. 17:20:05 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:20:05 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:20:05 Selecting previously unselected package libexpat1:amd64. 17:20:05 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:20:05 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:20:06 Selecting previously unselected package python3.6-minimal. 17:20:06 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:20:06 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:20:06 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 17:20:06 Checking for services that may need to be restarted...done. 17:20:06 Checking for services that may need to be restarted...done. 17:20:06 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:20:06 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:20:06 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:20:06 Selecting previously unselected package python3-minimal. 17:20:06 (Reading database ... 13012 files and directories currently installed.) 17:20:06 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:20:06 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:20:07 Selecting previously unselected package mime-support. 17:20:07 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:20:07 Unpacking mime-support (3.60ubuntu1) ... 17:20:07 Selecting previously unselected package libmpdec2:amd64. 17:20:07 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:20:07 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:20:07 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:20:07 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:20:07 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:20: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 17:20:07 Selecting previously unselected package python3.6. 17:20:07 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:20:07 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:20:07 Selecting previously unselected package libpython3-stdlib:amd64. 17:20:07 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:20:07 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:20:07 Setting up python3-minimal (3.6.7-1~18.04) ... 17:20:07 Selecting previously unselected package python3. 17:20:07 (Reading database ... 13442 files and directories currently installed.) 17:20:07 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:20:07 Unpacking python3 (3.6.7-1~18.04) ... 17:20:07 Selecting previously unselected package multiarch-support. 17:20:07 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:20:07 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:20:07 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:20:08 Selecting previously unselected package liblzo2-2:amd64. 17:20:08 (Reading database ... 13479 files and directories currently installed.) 17:20:08 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:20:08 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:20:08 Selecting previously unselected package libbsd0:amd64. 17:20:08 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:20:08 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:20:08 Selecting previously unselected package sudo. 17:20:08 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 17:20:08 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 17:20:08 Selecting previously unselected package apparmor. 17:20:08 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:20:08 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:20:08 Selecting previously unselected package libedit2:amd64. 17:20:08 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:20:08 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:20:08 Selecting previously unselected package libkrb5support0:amd64. 17:20:08 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:20:08 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:20:08 Selecting previously unselected package libk5crypto3:amd64. 17:20:08 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:20:08 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:20:08 Selecting previously unselected package libkeyutils1:amd64. 17:20:08 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:20:08 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:20:08 Selecting previously unselected package libkrb5-3:amd64. 17:20:08 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:20:08 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:20:09 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:20:09 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:20:09 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:20:09 Selecting previously unselected package libssl1.0.0:amd64. 17:20:09 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 17:20:09 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:20:09 Selecting previously unselected package openssh-client. 17:20:09 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:20:09 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:20:09 Selecting previously unselected package squashfs-tools. 17:20:09 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:20:09 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:20:09 Selecting previously unselected package snapd. 17:20:09 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 17:20:09 Unpacking snapd (2.48+18.04) ... 17:20:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:20:11 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:20:11 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:20:11 Setting up mime-support (3.60ubuntu1) ... 17:20:11 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 17:20:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:20:12 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:20:12 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:20:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:20:12 Setting up systemd (237-3ubuntu10.43) ... 17:20:12 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:20:13 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:20:13 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:20:13 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:20:13 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:20:13 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:20:13 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:20:14 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:20:14 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:20:14 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:20:14 Setting up python3 (3.6.7-1~18.04) ... 17:20:14 running python rtupdate hooks for python3.6... 17:20:14 running python post-rtupdate hooks for python3.6... 17:20:14 Setting up apparmor (2.12-4ubuntu5.1) ... 17:20:16 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:20:16 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:20:16 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:20:16 Setting up snapd (2.48+18.04) ... 17:20:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:20:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:20:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:20:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:20:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:20:17 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:20:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:20:17 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:20:17 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:20:18 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:20:18 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 17:20:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:20:18 Processing triggers for systemd (237-3ubuntu10.43) ... 17:20:19 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:20: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 17:20:19 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:20:19 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:20:20 Reading package lists... 17:20:20 Reading package lists... 17:20:20 Building dependency tree... 17:20:20 Reading state information... 17:20:20 Calculating upgrade... 17:20:20 The following packages will be upgraded: 17:20:20 advancecomp base-files bash binutils binutils-common 17:20:20 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:20:20 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:20:20 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 17:20:20 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 17:20:20 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 17:20:20 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 17:20:20 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 17:20:20 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 17:20:20 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 17:20:20 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 17:20:20 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 17:20:20 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 17:20:20 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:20:21 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:20:21 Need to get 63.5 MB of archives. 17:20:21 After this operation, 5200 kB of additional disk space will be used. 17:20:21 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:20:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] 17:20:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:20:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:20:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:20:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:20:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:20:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:20:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:20:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:20:21 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:20:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:20:21 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:20:21 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:20:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:20:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:20:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:20:22 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:20:22 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:20:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:20:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:20:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 17:20:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:20:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:20:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:20:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:20:22 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:20:22 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:20:22 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:20:22 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:20:22 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:20:22 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:20:22 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:20:22 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:20:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:20:22 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:20:22 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] 17:20:22 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:20:22 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 17:20:22 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] 17:20:22 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:20:22 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:20:22 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:20:22 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:20:22 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:20:22 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:20:22 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:20:22 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] 17:20:22 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:20:22 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:20:22 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:20:22 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:20:22 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:20:22 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:20:22 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:20:22 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:20:22 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:20:22 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:20:22 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:20:22 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:20:22 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:20:22 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:20:22 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:20:22 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:20:22 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:20:23 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:20:23 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:20:23 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:20:23 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 17:20:23 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 17:20:23 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:20:23 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:20:23 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 17:20:23 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 17:20:23 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:20:23 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:20:23 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:20:23 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 17:20:23 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:20:23 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:20:23 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] 17:20:23 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 17:20:23 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 17:20:23 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 17:20:23 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:20:23 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:20:23 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:20:23 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:20:24 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:20:25 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:20:25 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:20:25 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:20:25 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:20:25 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:20:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:20:26 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:20:26 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:20:26 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:20:26 debconf: delaying package configuration, since apt-utils is not installed 17:20:26 Fetched 63.5 MB in 5s (12.3 MB/s) 17:20:26 (Reading database ... 13912 files and directories currently installed.) 17:20:26 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:20:26 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:20:26 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:20:26 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:20:26 Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... 17:20:26 Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... 17:20:27 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:27 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:27 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:27 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:28 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:28 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:28 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:28 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:28 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:28 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:28 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:28 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:28 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:28 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:28 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:28 (Reading database ... 13911 files and directories currently installed.) 17:20:28 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:28 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:20:28 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:20:28 (Reading database ... 13911 files and directories currently installed.) 17:20:28 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:28 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:29 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:29 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:29 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:29 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:29 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:29 (Reading database ... 13911 files and directories currently installed.) 17:20:29 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:20:29 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:20:30 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:20:30 (Reading database ... 13911 files and directories currently installed.) 17:20:30 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:20:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:20:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:20:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:20:30 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:20:30 Setting up base-files (10.1ubuntu2.10) ... 17:20:30 Installing new version of config file /etc/issue ... 17:20:30 Installing new version of config file /etc/issue.net ... 17:20:30 Installing new version of config file /etc/lsb-release ... 17:20:30 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:20:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:20:31 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:20:31 Removing obsolete conffile /etc/default/motd-news ... 17:20:31 (Reading database ... 13912 files and directories currently installed.) 17:20:31 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:20:31 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:20:31 Setting up bash (4.4.18-2ubuntu1.2) ... 17:20:31 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 17:20:31 (Reading database ... 13912 files and directories currently installed.) 17:20:31 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:31 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:20:31 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:20:31 (Reading database ... 13912 files and directories currently installed.) 17:20:31 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 17:20:31 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 17:20:32 Setting up tar (1.29b-2ubuntu0.1) ... 17:20:32 (Reading database ... 13912 files and directories currently installed.) 17:20:32 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:20:32 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:20:32 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:20:32 (Reading database ... 13912 files and directories currently installed.) 17:20:32 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:20:32 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:20:32 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:20:32 (Reading database ... 13912 files and directories currently installed.) 17:20:32 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:20:32 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:20:33 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:20:33 (Reading database ... 13912 files and directories currently installed.) 17:20:33 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:20:33 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:20:33 Setting up grep (3.1-2build1) ... 17:20:33 (Reading database ... 13912 files and directories currently installed.) 17:20:33 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:20:33 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:20:33 Setting up login (1:4.5-1ubuntu2) ... 17:20:33 (Reading database ... 13912 files and directories currently installed.) 17:20:33 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:20:33 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:20:33 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:20:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:20:33 (Reading database ... 13912 files and directories currently installed.) 17:20:33 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:20:33 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:20:34 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:20:34 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:20:34 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:20:34 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:20:35 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:20:35 (Reading database ... 13912 files and directories currently installed.) 17:20:35 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:20:35 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:20:36 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:20:36 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:20:36 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:20:36 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:20:36 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:20:36 (Reading database ... 13912 files and directories currently installed.) 17:20:36 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:20:36 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:20:37 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:20:37 (Reading database ... 13912 files and directories currently installed.) 17:20:37 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:37 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:20:37 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:20:37 (Reading database ... 13912 files and directories currently installed.) 17:20:37 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:37 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:37 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:20:37 (Reading database ... 13912 files and directories currently installed.) 17:20:37 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:37 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:37 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:20:37 (Reading database ... 13912 files and directories currently installed.) 17:20:37 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:37 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:37 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:20:38 (Reading database ... 13912 files and directories currently installed.) 17:20:38 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:20:38 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:20:38 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:20:38 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:20:38 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:20:38 (Reading database ... 13912 files and directories currently installed.) 17:20:38 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:20:38 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:20:38 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:20:38 (Reading database ... 13912 files and directories currently installed.) 17:20:38 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:38 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:38 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:20:39 (Reading database ... 13912 files and directories currently installed.) 17:20:39 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:39 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:39 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:20:39 (Reading database ... 13912 files and directories currently installed.) 17:20:39 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:39 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:39 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:20:39 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:20:40 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:20:40 (Reading database ... 13912 files and directories currently installed.) 17:20:40 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:20:40 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:20:40 Setting up libc-bin (2.27-3ubuntu1.4) ... [Pipeline] } 17:20:40 $ docker stop --time=1 b107119bcef2e2cb6d9ec2dd82be10a7a47c205005c4c74d9498574e1f35ac10 17:20:40 (Reading database ... 13912 files and directories currently installed.) 17:20:40 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:20:40 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:20:40 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:20:41 (Reading database ... 13914 files and directories currently installed.) 17:20:41 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:20:41 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:20:41 Setting up debconf (1.5.66ubuntu1) ... 17:20:41 (Reading database ... 13914 files and directories currently installed.) 17:20:41 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:20:41 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:20:41 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:20:41 (Reading database ... 13914 files and directories currently installed.) 17:20:41 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:20:41 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:20:41 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:20:42 (Reading database ... 13914 files and directories currently installed.) 17:20:42 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:20:42 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:20:42 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:20:42 (Reading database ... 13914 files and directories currently installed.) 17:20:42 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:42 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:42 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 17:20:42 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 17:20:42 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:20:42 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:20:42 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:20:42 (Reading database ... 13914 files and directories currently installed.) 17:20:42 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:20:42 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:20:43 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:20:43 (Reading database ... 13914 files and directories currently installed.) 17:20:43 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:20:43 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:20:43 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:20:43 $ docker rm -f b107119bcef2e2cb6d9ec2dd82be10a7a47c205005c4c74d9498574e1f35ac10 17:20:43 (Reading database ... 13914 files and directories currently installed.) 17:20:43 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:20:43 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:20:43 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:20:43 (Reading database ... 13914 files and directories currently installed.) 17:20:43 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 17:20:43 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 17:20:43 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 17:20:43 (Reading database ... 13914 files and directories currently installed.) 17:20:43 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:20:43 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:20:44 Setting up passwd (1:4.5-1ubuntu2) ... 17:20:44 (Reading database ... 13914 files and directories currently installed.) 17:20:44 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 17:20:44 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:20:44 Setting up gpgv (2.2.4-1ubuntu1.3) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 17:20:44 (Reading database ... 13914 files and directories currently installed.) 17:20:44 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:20:44 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:20:44 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:20:45 (Reading database ... 13914 files and directories currently installed.) 17:20:45 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:20:45 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:20:45 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:20:45 (Reading database ... 13914 files and directories currently installed.) 17:20:45 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:20:45 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:20:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:20:45 17:20:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:20:45 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:20:45 (Reading database ... 13914 files and directories currently installed.) 17:20:45 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:20:45 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:20:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:20:45 latest: Pulling from edgex-devops/edgex-compose-arm64 17:20:45 29e5d40040c1: Pulling fs layer 17:20:45 1ce36da41761: Pulling fs layer 17:20:45 25b303627fd3: Pulling fs layer 17:20:45 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:20:45 (Reading database ... 13914 files and directories currently installed.) 17:20:45 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:20:45 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:20:45 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:20:45 (Reading database ... 13915 files and directories currently installed.) 17:20:45 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:20:45 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:20:45 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:20:46 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:20:46 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:20:46 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:20:46 29e5d40040c1: Verifying Checksum 17:20:46 29e5d40040c1: Download complete 17:20:46 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 17:20:46 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 17:20:46 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:20:46 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:20:46 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:20:46 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:20:46 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:20:46 1ce36da41761: Verifying Checksum 17:20:46 1ce36da41761: Download complete 17:20:46 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:20:46 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:20:46 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:20:46 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:20:46 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:20:47 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:20:47 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:20:47 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:20:47 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:20:47 29e5d40040c1: Pull complete 17:20:47 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 17:20:47 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 17:20:48 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:20:48 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:20:48 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:20:48 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:20:48 1ce36da41761: Pull complete 17:20:48 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:20:48 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:20:48 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:20:48 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:20:49 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:20:49 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:20:49 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:20:49 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:20:49 25b303627fd3: Verifying Checksum 17:20:49 25b303627fd3: Download complete 17:20:49 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:49 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:49 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:49 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:49 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:50 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:50 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:50 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:51 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:51 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:52 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:52 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:52 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:52 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:52 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:52 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:53 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:53 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:53 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:20:53 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:20:54 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:20:54 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:20:54 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:20:54 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:20:54 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:20:54 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:20:54 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:20:54 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:20:54 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:20:54 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:20:54 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:20:55 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:20:55 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:55 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:20:55 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:55 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:55 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:55 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:20:55 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:20:55 Setting up tzdata (2020d-0ubuntu0.18.04) ... 17:20:55 17:20:55 Current default time zone: 'Etc/UTC' 17:20:55 Local time is now: Tue Jan 5 17:20:55 UTC 2021. 17:20:55 Universal Time is now: Tue Jan 5 17:20:55 UTC 2021. 17:20:55 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:20:55 17:20:55 Setting up systemd-sysv (237-3ubuntu10.43) ... 17:20:55 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:55 Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... 17:20:55 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:20:55 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:20:55 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:20:55 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:20:55 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:20:55 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:20:55 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:20:55 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:55 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:20:55 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:20:56 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 17:20:56 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:56 Setting up patch (2.7.6-2ubuntu1.1) ... 17:20:56 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:20:56 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:20:56 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 17:20:56 Installing new version of config file /etc/ssl/openssl.cnf ... 17:20:56 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:20:56 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:20:56 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 17:20:58 Updating certificates in /etc/ssl/certs... 17:20:58 22 added, 17 removed; done. 17:20:58 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:20:58 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:58 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:20:58 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:20:58 Setting up pkgbinarymangler (138.18.04.1) ... 17:20:59 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:20:59 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 17:20:59 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:20:59 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:20:59 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:20:59 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:20:59 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:20:59 Setting up perl (5.26.1-6ubuntu0.5) ... 17:20:59 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 17:20:59 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:20:59 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:20:59 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 17:20:59 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:20:59 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:20:59 25b303627fd3: Pull complete 17:20:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:20:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:20:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:20:59 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:20:59 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:20:59 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:20:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:20:59 Processing triggers for systemd (237-3ubuntu10.43) ... 17:20:59 prd-ubuntu18.04-docker-arm64-4c-16g-18537 does not seem to be running inside a container 17:21:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:21:00 Processing triggers for mime-support (3.60ubuntu1) ... 17:21:00 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 17:21:00 Updating certificates in /etc/ssl/certs... 17:21:00 0 added, 0 removed; done. 17:21:00 Running hooks in /etc/ca-certificates/update.d... 17:21:00 done. 17:21:01 Reading package lists... 17:21:01 Building dependency tree... 17:21:01 Reading state information... 17:21:01 The following NEW packages will be installed: 17:21:01 apt-transport-https 17:21:01 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:21:01 Need to get 1696 B of archives. 17:21:01 After this operation, 153 kB of additional disk space will be used. 17:21:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:21:01 debconf: delaying package configuration, since apt-utils is not installed 17:21:01 Fetched 1696 B in 0s (31.1 kB/s) 17:21:01 Selecting previously unselected package apt-transport-https. 17:21:01 (Reading database ... 13929 files and directories currently installed.) 17:21:01 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:21:01 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:21:01 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:21:01 Waiting for network to be ready... 17:21:02 $ docker top 2476238eab7c76831396b67183b73e9e994c042cc084eabc98293c6a1649124f -eo pid,comm [Pipeline] { [Pipeline] sh 17:21:03 + docker-compose build --help 17:21:03 + grep parallel 17:21:07 --parallel Build images in parallel. [Pipeline] } 17:21:07 $ docker stop --time=1 2476238eab7c76831396b67183b73e9e994c042cc084eabc98293c6a1649124f 17:21:08 2021-01-05T17:21:05Z INFO Waiting for automatic snapd restart... 17:21:09 snapd 2.48.1 from Canonical* installed 17:21:09 $ docker rm -f 2476238eab7c76831396b67183b73e9e994c042cc084eabc98293c6a1649124f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:21:10 "snapd" switched to the "latest/stable" channel 17:21:10 17:21:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:21:10 . [Pipeline] withDockerContainer 17:21:10 prd-ubuntu18.04-docker-arm64-4c-16g-18537 does not seem to be running inside a container 17:21:10 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:21:11 $ docker top fac88116c64fa8de72b0ca860a31c09f183f13fcd4f4a8bc9c7a4b4dfccaa557 -eo pid,comm [Pipeline] { [Pipeline] sh 17:21:12 core18 20201210 from Canonical* installed 17:21:12 "core18" switched to the "latest/stable" channel 17:21:12 17:21:13 + docker-compose -f ./docker-compose-build.yml build --parallel 17:21:16 snapcraft 4.4.4 from Canonical* installed 17:21:16 "snapcraft" switched to the "latest/stable" channel 17:21:16 17:21:17 Building docker-core-command-go ... 17:21:17 Building docker-core-data-go ... 17:21:17 Building docker-core-metadata-go ... 17:21:17 Building docker-security-bootstrap-redis-go ... 17:21:17 Building docker-security-proxy-setup-go ... 17:21:17 Building docker-security-secretstore-setup-go ... 17:21:17 Building docker-support-notifications-go ... 17:21:17 Building docker-support-scheduler-go ... 17:21:17 Building docker-sys-mgmt-agent-go ... 17:21:17 Building docker-security-bootstrap-redis-go 17:21:17 Building docker-sys-mgmt-agent-go 17:21:17 Building docker-core-command-go 17:21:17 Building docker-core-metadata-go 17:21:17 Building docker-security-secretstore-setup-go 17:21:19 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 17:21:19 - README.md 17:21:19 17:21:19 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:21:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:21:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:21:26 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:21:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:21:27 Reading package lists... 17:21:27 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 17:21:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:21:33 Reading package lists... 17:21:33 Building dependency tree... 17:21:33 Reading state information... 17:21:33 Suggested packages: 17:21:33 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:21:33 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:21:33 Recommended packages: 17:21:33 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:21:33 The following NEW packages will be installed: 17:21:33 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:21:33 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:21:33 pkg-config zip 17:21:33 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:21:33 Need to get 7655 kB of archives. 17:21:33 After this operation, 43.7 MB of additional disk space will be used. 17:21:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 17:21:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:21:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:21:33 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:21:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 17:21:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:21:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:21:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:21:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:21:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:21:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:21:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:21:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:21:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:21:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:21:34 debconf: delaying package configuration, since apt-utils is not installed 17:21:34 Fetched 7655 kB in 1s (10.6 MB/s) 17:21:34 Selecting previously unselected package libglib2.0-0:amd64. 17:21:34 (Reading database ... 13933 files and directories currently installed.) 17:21:34 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 17:21:34 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:21:34 Selecting previously unselected package libpsl5:amd64. 17:21:34 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:21:34 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:21:34 Selecting previously unselected package libnghttp2-14:amd64. 17:21:34 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:21:34 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:21:35 Selecting previously unselected package librtmp1:amd64. 17:21:35 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:21:35 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:21:35 Selecting previously unselected package libcurl3-gnutls:amd64. 17:21:35 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:21:35 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:21:35 Selecting previously unselected package liberror-perl. 17:21:35 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:21:35 Unpacking liberror-perl (0.17025-1) ... 17:21:35 Selecting previously unselected package git-man. 17:21:35 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:21:35 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:21:35 Selecting previously unselected package git. 17:21:35 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 17:21:35 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:21:36 Selecting previously unselected package libnorm1:amd64. 17:21:36 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:21:36 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:21:36 Selecting previously unselected package libpgm-5.2-0:amd64. 17:21:36 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:21:36 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:21:36 Selecting previously unselected package libsodium23:amd64. 17:21:36 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:21:36 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:21:36 Selecting previously unselected package libzmq5:amd64. 17:21:36 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:21:36 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:21:36 Selecting previously unselected package libzmq3-dev:amd64. 17:21:36 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:21:36 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:21:36 Selecting previously unselected package pkg-config. 17:21:36 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:21:36 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:21:36 Selecting previously unselected package zip. 17:21:36 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:21:36 Unpacking zip (3.0-11build1) ... 17:21:36 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:21:36 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:21:36 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:21:37 Setting up liberror-perl (0.17025-1) ... 17:21:37 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:21:37 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:21:37 No schema files found: doing nothing. 17:21:37 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:21:37 Setting up zip (3.0-11build1) ... 17:21:37 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:21:37 Setting up libsodium23:amd64 (1.0.16-2) ... 17:21:37 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:21:37 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:21:37 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:21:37 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:21:37 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:21:37 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:21:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:21:43 git set to automatically installed. 17:21:43 git-man set to automatically installed. 17:21:43 libcurl3-gnutls set to automatically installed. 17:21:43 liberror-perl set to automatically installed. 17:21:43 libglib2.0-0 set to automatically installed. 17:21:43 libnghttp2-14 set to automatically installed. 17:21:43 libnorm1 set to automatically installed. 17:21:43 libpgm-5.2-0 set to automatically installed. 17:21:43 libpsl5 set to automatically installed. 17:21:43 librtmp1 set to automatically installed. 17:21:43 libsodium23 set to automatically installed. 17:21:43 libzmq3-dev set to automatically installed. 17:21:43 libzmq5 set to automatically installed. 17:21:43 pkg-config set to automatically installed. 17:21:43 zip set to automatically installed. 17:21:45 snapd is not logged in, snap install commands will use sudo 17:21:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:21:52 snap "core18" has no updates available 17:21:52 Pulling config-common 17:21:53 Pulling go-build-helper 17:22:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:22:15 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:22:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1477 kB] 17:22:15 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:22:15 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:22:15 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:22:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:22:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:22:15 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:22:15 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:22:15 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:22:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [287 kB] 17:22:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 17:22:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 17:22:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [192 kB] 17:22:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [25.5 kB] 17:22:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 17:22:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 17:22:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:22:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] 17:22:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] 17:22:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.8 kB] 17:22:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 17:22:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] 17:22:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] 17:22:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 17:22:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 17:22:15 Fetched 23.6 MB in 0s (0 B/s) 17:22:15 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:22:15 Fetched 96.5 kB in 0s (0 B/s) 17:22:15 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:22:15 Fetched 279 kB in 0s (0 B/s) 17:22:15 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:22:15 Fetched 122 kB in 0s (0 B/s) 17:22:15 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:22:15 Fetched 77.8 kB in 0s (0 B/s) 17:22:15 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:22:15 Fetched 8848 B in 0s (0 B/s) 17:22:15 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:22:15 Fetched 47.8 kB in 0s (0 B/s) 17:22:15 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:22:15 Fetched 45.6 kB in 0s (0 B/s) 17:22:15 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 17:22:15 Fetched 14.8 kB in 0s (0 B/s) 17:22:15 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:22:15 Fetched 214 kB in 0s (0 B/s) 17:22:15 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 17:22:15 Fetched 155 kB in 0s (0 B/s) 17:22:15 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:22:15 Fetched 50.6 kB in 0s (0 B/s) 17:22:15 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:22:15 Fetched 14.8 kB in 0s (0 B/s) 17:22:15 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:22:15 Fetched 41.8 kB in 0s (0 B/s) 17:22:15 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:22:15 Fetched 499 kB in 0s (0 B/s) 17:22:15 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:22:15 Fetched 111 kB in 0s (0 B/s) 17:22:15 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:22:15 Fetched 240 kB in 0s (0 B/s) 17:22:15 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:22:15 Fetched 29.3 kB in 0s (0 B/s) 17:22:15 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:22:15 Fetched 85.5 kB in 0s (0 B/s) 17:22:15 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:22:15 Fetched 24.5 kB in 0s (0 B/s) 17:22:15 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 17:22:15 Fetched 49.2 kB in 0s (0 B/s) 17:22:15 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:22:15 Fetched 54.2 kB in 0s (0 B/s) 17:22:15 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:22:15 Fetched 30.8 kB in 0s (0 B/s) 17:22:15 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 17:22:15 Fetched 17.0 kB in 0s (0 B/s) 17:22:15 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:22:15 Fetched 85.9 kB in 0s (0 B/s) 17:22:15 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:22:15 Fetched 8720 B in 0s (0 B/s) 17:22:15 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:22:15 Fetched 137 kB in 0s (0 B/s) 17:22:15 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:22:15 Fetched 119 kB in 0s (0 B/s) 17:22:15 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:22:15 Fetched 109 kB in 0s (0 B/s) 17:22:15 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:22:15 Fetched 11.1 kB in 0s (0 B/s) 17:22:15 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:22:15 Fetched 645 kB in 0s (0 B/s) 17:22:15 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:22:15 Fetched 41.3 kB in 0s (0 B/s) 17:22:15 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:22:15 Fetched 17.9 kB in 0s (0 B/s) 17:22:15 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:22:15 Fetched 368 kB in 0s (0 B/s) 17:22:15 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 17:22:15 Fetched 187 kB in 0s (0 B/s) 17:22:15 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:22:15 Fetched 175 kB in 0s (0 B/s) 17:22:15 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:22:18 Fetched 206 kB in 0s (0 B/s) 17:22:18 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 17:22:18 Fetched 1301 kB in 0s (0 B/s) 17:22:18 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:22:18 Fetched 36.2 kB in 0s (0 B/s) 17:22:18 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:22:18 Fetched 159 kB in 0s (0 B/s) 17:22:18 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:22:18 Fetched 107 kB in 0s (0 B/s) 17:22:18 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:22:18 Fetched 48.7 kB in 0s (0 B/s) 17:22:18 Pulling static-packages 17:22:19 'go115' has dependencies that need to be staged: static-packages go-build-helper 17:22:19 Skipping pull go-build-helper (already ran) 17:22:19 Skipping pull static-packages (already ran) 17:22:19 Building go-build-helper 17:22:22 Building static-packages 17:22:24 Staging go-build-helper 17:22:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:22:25 ---> d460acc5ade8 17:22:25 Step 3/24 : WORKDIR /edgex-go 17:22:25 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:22:25 ---> d460acc5ade8 17:22:25 Step 3/26 : WORKDIR /edgex-go 17:22:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:22:25 ---> d460acc5ade8 17:22:25 Step 3/22 : WORKDIR /edgex-go 17:22:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:22:25 ---> d460acc5ade8 17:22:25 Step 3/22 : WORKDIR /edgex-go 17:22:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:22:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:22:25 ---> d460acc5ade8 17:22:25 Step 3/22 : WORKDIR /edgex-go 17:22:25 Staging static-packages 17:22:26 Pulling go115 17:22:26 ---> Running in 14811263e910 17:22:26 ---> Running in 91e9d5c04198 17:22:26 ---> Running in 24faee31ac5f 17:22:26 ---> Running in cf23c396beea 17:22:26 ---> Running in f2109ad0790d 17:22:27 'edgex-go' has dependencies that need to be staged: go115 17:22:27 Skipping pull go115 (already ran) 17:22:27 Building go115 17:22:27 % Total % Received % Xferd Average Speed Time Time Time Current 17:22:27 Dload Upload Total Spent Left Speed 17:22:27 Removing intermediate container 91e9d5c04198 17:22:27 ---> 17f87312d5be 17:22:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:27 Removing intermediate container f2109ad0790d 17:22:27 ---> f4069e5fd596 17:22:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:27 ---> Running in 1040049dc814 17:22:27 Removing intermediate container cf23c396beea 17:22:27 ---> 2691180aad3c 17:22:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:27 Removing intermediate container 24faee31ac5f 17:22:27 ---> 58780417dd36 17:22:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:28 Removing intermediate container 14811263e910 17:22:28 ---> 2b5f7f8b5b31 17:22:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:28 ---> Running in 529260ecd483 17:22:28 ---> Running in e25988c37ba1 17:22:28 ---> Running in 133b4a074632 17:22:28 ---> Running in 9bd07300f116 17:22:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6783k 0 0 17.3M 0 0:00:06 --:--:-- 0:00:06 17.3M 38 115M 38 44.3M 0 0 32.0M 0 0:00:03 0:00:01 0:00:02 32.0M 66 115M 66 76.3M 0 0 32.0M 0 0:00:03 0:00:02 0:00:01 32.0M 100 115M 100 115M 0 0 34.5M 0 0:00:03 0:00:03 --:--:-- 34.5M 17:22:31 go1.15.2.linux-amd64.tar.gz: OK 17:22:31 Removing intermediate container 1040049dc814 17:22:31 ---> 6536e92c1ab3 17:22:31 Step 5/22 : RUN apk add --update --no-cache make git 17:22:31 ---> Running in cb4fbe5e2c71 17:22:31 Removing intermediate container 529260ecd483 17:22:31 ---> f8e57cb6c259 17:22:31 Step 5/22 : RUN apk add --update --no-cache make git 17:22:32 Removing intermediate container 133b4a074632 17:22:32 ---> 52040d261928 17:22:32 Step 5/24 : RUN apk add --update --no-cache make git 17:22:32 ---> Running in 1158ea430386 17:22:32 ---> Running in 6a52807ead73 17:22:32 Removing intermediate container 9bd07300f116 17:22:32 ---> 099f04954847 17:22:32 Step 5/26 : RUN apk add --update --no-cache make bash git 17:22:32 Removing intermediate container e25988c37ba1 17:22:32 ---> 083c75e5c5ed 17:22:32 Step 5/22 : RUN apk add --update --no-cache make git 17:22:32 ---> Running in 0576493d7209 17:22:32 ---> Running in 47d5c62e9f86 17:22:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:34 Staging go115 17:22:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:37 OK: 217 MiB in 51 packages 17:22:38 OK: 217 MiB in 51 packages 17:22:38 OK: 217 MiB in 51 packages 17:22:38 Removing intermediate container cb4fbe5e2c71 17:22:38 ---> cda804d17a92 17:22:38 Step 6/22 : COPY go.mod . 17:22:38 OK: 217 MiB in 51 packages 17:22:38 OK: 217 MiB in 51 packages 17:22:39 ---> 93ae13b6e1e7 17:22:39 Step 7/22 : RUN go mod download 17:22:39 ---> Running in 8de707ab9e01 17:22:39 Removing intermediate container 6a52807ead73 17:22:39 ---> b79ce6e62953 17:22:39 Step 6/22 : COPY go.mod . 17:22:39 Removing intermediate container 1158ea430386 17:22:39 ---> 76852744d93c 17:22:39 Step 6/24 : COPY go.mod . 17:22:40 Removing intermediate container 47d5c62e9f86 17:22:40 ---> 8713f1bf7a70 17:22:40 Step 6/22 : COPY go.mod . 17:22:40 Removing intermediate container 0576493d7209 17:22:40 ---> 3aa7538ff111 17:22:40 Step 6/26 : COPY go.mod . 17:22:41 ---> ce07b340eadf 17:22:41 Step 7/22 : RUN go mod download 17:22:41 ---> Running in 3ef574009403 17:22:41 ---> da859fff5471 17:22:41 Step 7/24 : RUN go mod download 17:22:41 ---> 89cb2d3116bc 17:22:41 Step 7/22 : RUN go mod download 17:22:41 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:22:41 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:22:41 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:22:41 Fetched 0 B in 0s (0 B/s) 17:22:41 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:22:41 Fetched 224 kB in 0s (0 B/s) 17:22:41 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:22:41 Fetched 157 kB in 0s (0 B/s) 17:22:41 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:22:41 Fetched 221 kB in 0s (0 B/s) 17:22:41 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:22:41 Fetched 143 kB in 0s (0 B/s) 17:22:41 Pulling edgex-go 17:22:41 ---> 2ae8517f9278 17:22:41 Step 7/26 : RUN go mod download 17:22:41 ---> Running in ca770d3ad650 17:22:41 ---> Running in 51f0aeaf4e29 17:22:41 Pulling version 17:22:41 ---> Running in 390b6d9c98c9 17:22:42 Building config-common 17:22:43 Removing intermediate container 8de707ab9e01 17:22:43 ---> cd43924e279a 17:22:43 Step 8/22 : COPY . . 17:22:44 Skipping build go-build-helper (already ran) 17:22:44 Skipping build static-packages (already ran) 17:22:44 Skipping build go115 (already ran) 17:22:44 Building edgex-go 17:22:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:22:45 go: downloading github.com/gorilla/mux v1.8.0 17:22:45 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.138 17:22:45 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:22:45 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.66 17:22:45 go: downloading github.com/google/uuid v1.1.4 17:22:45 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:22:45 Removing intermediate container 3ef574009403 17:22:45 ---> 6d358bc18505 17:22:45 Step 8/22 : COPY . . 17:22:46 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 17:22:46 go: downloading github.com/BurntSushi/toml v0.3.1 17:22:46 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:22:46 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:22:46 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 17:22:46 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 17:22:46 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 17:22:46 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:22:46 go: downloading github.com/x448/float16 v0.8.4 17:22:46 go: downloading github.com/pelletier/go-toml v1.2.0 17:22:46 go: downloading github.com/hashicorp/consul/api v1.1.0 17:22:46 go: downloading github.com/go-kit/kit v0.8.0 17:22:46 go: downloading github.com/pkg/errors v0.8.1 17:22:46 go: downloading github.com/imdario/mergo v0.3.11 17:22:46 go: downloading gopkg.in/yaml.v2 v2.4.0 17:22:46 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:22:46 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:22:46 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 17:22:46 go: downloading github.com/pebbe/zmq4 v1.0.0 17:22:46 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:22:46 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:22:46 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 17:22:46 go: downloading github.com/hashicorp/serf v0.8.2 17:22:46 go: downloading github.com/mitchellh/copystructure v1.0.0 17:22:46 go: downloading github.com/go-playground/universal-translator v0.17.0 17:22:46 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:22:46 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:22:46 go: downloading github.com/leodido/go-urn v1.2.0 17:22:46 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:22:46 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:22:46 go: downloading github.com/go-playground/locales v0.13.0 17:22:46 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:22:46 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:22:46 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:22:47 Removing intermediate container 51f0aeaf4e29 17:22:47 ---> 27b9301c515b 17:22:47 Step 8/24 : COPY . . 17:22:47 Removing intermediate container 390b6d9c98c9 17:22:47 ---> 337aea70447c 17:22:47 Step 8/26 : COPY . . 17:22:48 Removing intermediate container ca770d3ad650 17:22:48 ---> 82787aead67a 17:22:48 Step 8/22 : COPY . . 17:22:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:22:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:22:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:22:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:22:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:22:58 go: downloading github.com/stretchr/testify v1.6.1 17:22:58 go: downloading github.com/pmezard/go-difflib v1.0.0 17:22:58 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:22:58 go: downloading github.com/davecgh/go-spew v1.1.1 17:23:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:23:00 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:23:00 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:23:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:23:01 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:23:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:23:02 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:23:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:23:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:23:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:23:07 Building version 17:23:09 Staging config-common 17:23:10 ---> a82fd2fe75f6 17:23:10 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:23:10 ---> 9130647b647c 17:23:10 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:23:10 ---> Running in 63600f0fd903 17:23:10 ---> Running in 073f780bb7f6 17:23:10 ---> d694963ca0e9 17:23:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:23:10 ---> fff3e1217c21 17:23:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:23:10 ---> Running in 12768a6313dc 17:23:10 ---> Running in 6f59bab0121c 17:23:10 ---> 869788665afb 17:23:10 Step 9/22 : RUN make cmd/core-command/core-command 17:23:10 ---> Running in a4f11a9391b0 17:23:10 Skipping stage go-build-helper (already ran) 17:23:10 Skipping stage static-packages (already ran) 17:23:10 Skipping stage go115 (already ran) 17:23:10 Staging edgex-go 17:23:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:23:11 Staging version 17:23: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 17:23:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:23:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:23:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:23:12 Priming config-common 17:23:13 Priming go-build-helper 17:23:14 Priming static-packages 17:23:16 Priming go115 17:23:17 Priming edgex-go 17:23:18 Priming version 17:23:19 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] } 17:24:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:24:44 Removing intermediate container 12768a6313dc 17:24:44 ---> 7509fb2b2e40 17:24:44 17:24:44 Step 10/24 : FROM alpine:3.12 17:24:44 Removing intermediate container 63600f0fd903 17:24:44 ---> c3b27096a008 17:24:44 17:24:44 Step 10/22 : FROM alpine:3.12 17:24:44 3.12: Pulling from library/alpine 17:24:44 3.12: Pulling from library/alpine 17:24:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:24:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:24:46 Status: Downloaded newer image for alpine:3.12 17:24:46 ---> afeebe901d6b 17:24:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:24:46 Status: Image is up to date for alpine:3.12 17:24:46 ---> afeebe901d6b 17:24:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:24:47 ---> Running in 574f06fe2d3b 17:24:47 ---> Running in e48f5ceaf429 17:24:48 Removing intermediate container a4f11a9391b0 17:24:48 ---> 17152eea1e75 17:24:48 17:24:48 Step 10/22 : FROM scratch 17:24:48 ---> 17:24:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:24:48 Removing intermediate container 6f59bab0121c 17:24:48 ---> d254551a0692 17:24:48 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:24:48 ---> Running in 46c4d0afab69 17:24:48 ---> Running in 370dbbf3d085 17:24:49 Removing intermediate container 46c4d0afab69 17:24:49 ---> 0659bc9cf20e 17:24:49 Step 12/22 : ENV APP_PORT=48082 17:24:49 ---> Running in 65f30f4b2182 17:24:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:50 Removing intermediate container 65f30f4b2182 17:24:50 ---> da13fd592704 17:24:50 Step 13/22 : EXPOSE $APP_PORT 17:24:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:50 ---> Running in 6e3d55004059 17:24:50 (1/5) Installing ca-certificates (20191127-r4) 17:24:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:24:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:24:51 (3/5) Installing libcurl (7.69.1-r3) 17:24:51 (4/5) Installing curl (7.69.1-r3) 17:24:51 (5/5) Installing dumb-init (1.2.2-r1) 17:24:51 Executing busybox-1.31.1-r19.trigger 17:24:51 (1/5) Installing ca-certificates (20191127-r4) 17:24:51 Executing ca-certificates-20191127-r4.trigger 17:24:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:24:51 Removing intermediate container 6e3d55004059 17:24:51 ---> d1119c3a62fc 17:24:51 Step 14/22 : WORKDIR / 17:24:51 (3/5) Installing libcurl (7.69.1-r3) 17:24:51 (4/5) Installing curl (7.69.1-r3) 17:24:51 (5/5) Installing dumb-init (1.2.2-r1) 17:24:51 Executing busybox-1.31.1-r19.trigger 17:24:51 Executing ca-certificates-20191127-r4.trigger 17:24:51 ---> Running in f1bad9417fff 17:24:51 OK: 7 MiB in 19 packages 17:24:51 OK: 7 MiB in 19 packages 17:24:52 Removing intermediate container f1bad9417fff 17:24:52 ---> 0b4c60c12d89 17:24:52 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 17:24:54 ---> ac61d8266878 17:24:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:24:54 Removing intermediate container e48f5ceaf429 17:24:54 ---> 323517eaf52f 17:24:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:24:54 Removing intermediate container 574f06fe2d3b 17:24:54 ---> f519bad8354e 17:24:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:24:55 ---> Running in e1e6025422b3 17:24:55 ---> Running in edef0c793d81 17:24:55 ---> 7991acaebbfd 17:24:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:24:55 Removing intermediate container edef0c793d81 17:24:55 ---> e051149e449d 17:24:55 Step 13/24 : WORKDIR / 17:24:55 Removing intermediate container e1e6025422b3 17:24:55 ---> 8fac68734214 17:24:55 Step 13/22 : WORKDIR / 17:24:56 ---> Running in 089cc79cbc4f 17:24:56 ---> Running in d15f6af8b2a2 17:24:56 Removing intermediate container 370dbbf3d085 17:24:56 ---> ccd1e7cd6248 17:24:56 17:24:56 Step 11/26 : FROM docker:20.10.0 17:24:56 ---> 690fc8fe7d3a 17:24:56 Step 18/22 : ENTRYPOINT ["/core-command"] 17:24:56 20.10.0: Pulling from library/docker 17:24:57 ---> Running in 42231af8a249 17:24:57 Removing intermediate container 089cc79cbc4f 17:24:57 ---> 71f5820c164e 17:24:57 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:24:57 Removing intermediate container d15f6af8b2a2 17:24:57 ---> 6bf5954c6060 17:24:57 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 17:24:58 Removing intermediate container 42231af8a249 17:24:58 ---> 0fc461e89f91 17:24:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:24:59 ---> Running in e12a01509e4b 17:24:59 ---> 12d808a37f81 17:24:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:24:59 ---> adde6ed14988 17:24:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:24:59 Removing intermediate container 073f780bb7f6 17:24:59 ---> 7b54c0577cf5 17:24:59 17:24:59 Step 10/22 : FROM scratch 17:24:59 ---> 17:24:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:24:59 ---> Using cache 17:24:59 ---> 0659bc9cf20e 17:24:59 Step 12/22 : ENV APP_PORT=48081 17:25:00 ---> Running in 7e93f5f20bcb 17:25:00 Removing intermediate container e12a01509e4b 17:25:00 ---> fb462eba1b6b 17:25:00 Step 20/22 : LABEL arch=arm64 17:25:00 ---> Running in d9f458822b25 17:25:00 ---> 9c3d5fed74f2 17:25:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:25:00 Removing intermediate container 7e93f5f20bcb 17:25:00 ---> 69c0e12c5238 17:25:00 Step 13/22 : EXPOSE $APP_PORT 17:25:00 ---> ae04a1f6f144 17:25:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:25:00 ---> Running in 61e824f0eb00 17:25:01 Removing intermediate container d9f458822b25 17:25:01 ---> c2e225648ee0 17:25:01 Step 21/22 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:25:01 ---> Running in 7f8a27ccffe6 17:25:01 ---> 121b5e78dbc4 17:25:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:25:02 Removing intermediate container 61e824f0eb00 17:25:02 ---> be1e58f1acb1 17:25:02 Step 14/22 : WORKDIR / 17:25:02 ---> 3e5ea1f1fbb2 17:25:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:25:02 ---> Running in 42b18acc6181 17:25:02 Removing intermediate container 7f8a27ccffe6 17:25:02 ---> 9da30d27cde2 17:25:02 Step 22/22 : LABEL version=0.0.0 17:25:02 ---> Running in 465777c7cc4f 17:25:03 ---> 5ee690e933d4 17:25:03 Step 18/22 : RUN chmod +x entrypoint.sh 17:25:03 Removing intermediate container 465777c7cc4f 17:25:03 ---> e66ad88fa437 17:25:03 17:25:03 Removing intermediate container 42b18acc6181 17:25:03 ---> 2177ac1ac74e 17:25:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:25:04 ---> 144f4c192308 17:25:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:25:04 ---> Running in dd2ab79d437a 17:25:04 Successfully built e66ad88fa437 17:25:04 Successfully tagged docker-core-command-go-arm64:latest 17:25:04  Building docker-core-command-go ... done Building docker-core-data-go 17:25:05 ---> 77b957107b8d 17:25:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:25:08 ---> 13c9bc00e005 17:25:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:25:08 ---> 1edd22033caa 17:25:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:25:10 ---> 7576f09ee719 17:25:10 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:25:10 Removing intermediate container dd2ab79d437a 17:25:10 ---> 0480fa7e1125 17:25:10 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:25:10 ---> 5e5ea226f7f6 17:25:10 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:25:10 ---> Running in 464f9fecf8b7 17:25:10 ---> Running in 8a92b1d1515f 17:25:10 ---> Running in 32b5c61e3db8 17:25:11 Removing intermediate container 8a92b1d1515f 17:25:11 ---> 04b8ad4e7c18 17:25:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:25:11 Removing intermediate container 32b5c61e3db8 17:25:11 ---> 8b8d2ddadc54 17:25:11 Step 20/22 : LABEL arch=arm64 17:25:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:25:11 Status: Downloaded newer image for docker:20.10.0 17:25:11 ---> Running in 12cef63ddb40 17:25:11 ---> eeaf43b92773 17:25:11 Step 12/26 : RUN apk add --no-cache bash 17:25:11 ---> Running in d7d1f1baabd3 17:25:11 ---> Running in bea5b5f50c36 17:25:12 Removing intermediate container 12cef63ddb40 17:25:12 ---> d34b71fbd064 17:25:12 Step 20/22 : LABEL arch=arm64 17:25:12 Removing intermediate container d7d1f1baabd3 17:25:12 ---> e1cd4f9e4709 17:25:12 Step 21/22 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:25:13 ---> Running in 5210dfd9f939 17:25:13 ---> Running in 6df0ca74e3b2 17:25:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:25:13 Removing intermediate container 5210dfd9f939 17:25:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:25:13 ---> 99e49f1a5d84 17:25:13 Step 21/22 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:25:14 Removing intermediate container 464f9fecf8b7 17:25:14 ---> 46028314f132 17:25:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:25:14 (1/2) Installing readline (8.0.4-r0) 17:25:14 (2/2) Installing bash (5.0.17-r0) 17:25:14 Removing intermediate container 6df0ca74e3b2 17:25:14 ---> 7b367a2cc7a1 17:25:14 Step 22/22 : LABEL version=0.0.0 17:25:14 Executing bash-5.0.17-r0.post-install 17:25:14 ---> Running in 5a8c746efd65 17:25:14 Executing busybox-1.31.1-r19.trigger 17:25:14 OK: 12 MiB in 22 packages 17:25:14 ---> Running in 8ddaae8c077e 17:25:15 ---> Running in c94a2a130117 17:25:15 Removing intermediate container 5a8c746efd65 17:25:15 ---> 89b7543be195 17:25:15 Step 22/22 : LABEL version=0.0.0 17:25:15 Removing intermediate container 8ddaae8c077e 17:25:15 ---> fed8f8358ea0 17:25:15 Step 22/24 : LABEL arch=arm64 17:25:15 ---> Running in e1baf4e2e373 17:25:15 Removing intermediate container c94a2a130117 17:25:15 ---> 6772bf0cbe72 17:25:15 17:25:16 ---> Running in db8f1e0907f7 17:25:16 Successfully built 6772bf0cbe72 17:25:16 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 17:25:16  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go 17:25:16 Removing intermediate container e1baf4e2e373 17:25:16 ---> a5152f759074 17:25:16 17:25:17 Removing intermediate container db8f1e0907f7 17:25:17 ---> 333b86dcc56f 17:25:17 Step 23/24 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:25:17 Removing intermediate container bea5b5f50c36 17:25:17 ---> 4b2b9384a495 17:25:17 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:25:17 Successfully built a5152f759074 17:25:17 Successfully tagged docker-core-metadata-go-arm64:latest 17:25:17  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 17:25:17 ---> Running in 544804960eb3 17:25:17 ---> Running in e6d965a2a602 17:25:17 Removing intermediate container e6d965a2a602 17:25:17 ---> 9d03a7bb8e25 17:25:17 Step 14/26 : ENV APP_PORT=48090 17:25:17 Removing intermediate container 544804960eb3 17:25:17 ---> 2e4e3ab31bd3 17:25:17 Step 24/24 : LABEL version=0.0.0 17:25:18 ---> Running in 157ed16c3074 17:25:18 ---> Running in ba0603e9bc74 17:25:18 Removing intermediate container 157ed16c3074 17:25:18 ---> 7e64db792f20 17:25:18 Step 15/26 : EXPOSE $APP_PORT 17:25:18 ---> Running in 95f96aaccb35 17:25:19 Removing intermediate container ba0603e9bc74 17:25:19 ---> 772cc1796447 17:25:19 17:25:19 Successfully built 772cc1796447 17:25:19 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:25:19 Building docker-security-proxy-setup-go 17:25:20  Building docker-security-secretstore-setup-go ... done Removing intermediate container 95f96aaccb35 17:25:20 ---> 96305e71802d 17:25:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:25:22 ---> 3460473c5204 17:25:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:25:24 ---> 30f723495b64 17:25:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:25:26 ---> c3b05d93226d 17:25:26 Step 19/26 : RUN apk --no-cache add py3-pip 17:25:26 ---> Running in 568088cd6af9 17:25:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:25:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:25:28 (1/33) Installing libbz2 (1.0.8-r1) 17:25:28 (2/33) Installing expat (2.2.9-r1) 17:25:28 (3/33) Installing libffi (3.3-r2) 17:25:28 (4/33) Installing gdbm (1.13-r1) 17:25:28 (5/33) Installing xz-libs (5.2.5-r0) 17:25:28 (6/33) Installing sqlite-libs (3.32.1-r0) 17:25:28 (7/33) Installing python3 (3.8.5-r0) 17:25:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:25:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:25:30 ---> d460acc5ade8 17:25:30 Step 3/23 : WORKDIR /edgex-go 17:25:30 ---> Using cache 17:25:30 ---> 2b5f7f8b5b31 17:25:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:25:30 ---> Using cache 17:25:30 ---> 52040d261928 17:25:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:25:30 (8/33) Installing py3-appdirs (1.4.4-r1) 17:25:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:25:30 (10/33) Installing py3-parsing (2.4.7-r0) 17:25:30 (11/33) Installing py3-six (1.15.0-r0) 17:25:30 (12/33) Installing py3-packaging (20.4-r0) 17:25:30 (13/33) Installing py3-setuptools (47.0.0-r0) 17:25:30 (14/33) Installing py3-chardet (3.0.4-r4) 17:25:30 (15/33) Installing py3-idna (2.9-r0) 17:25:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:25:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:25:31 (18/33) Installing py3-requests (2.23.0-r0) 17:25:31 (19/33) Installing py3-msgpack (1.0.0-r0) 17:25:31 (20/33) Installing py3-lockfile (0.12.2-r3) 17:25:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:25:31 (22/33) Installing py3-colorama (0.4.3-r0) 17:25:31 (23/33) Installing py3-distlib (0.3.0-r0) 17:25:31 (24/33) Installing py3-distro (1.5.0-r1) 17:25:31 (25/33) Installing py3-webencodings (0.5.1-r3) 17:25:31 (26/33) Installing py3-html5lib (1.0.1-r4) 17:25:31 (27/33) Installing py3-pytoml (0.1.21-r0) 17:25:31 (28/33) Installing py3-pep517 (0.8.2-r0) 17:25:31 (29/33) Installing py3-progress (1.5-r0) 17:25:31 (30/33) Installing py3-toml (0.10.1-r0) 17:25:31 (31/33) Installing py3-retrying (1.3.3-r0) 17:25:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:25:31 (33/33) Installing py3-pip (20.1.1-r0) 17:25:31 Executing busybox-1.31.1-r19.trigger 17:25:31 OK: 71 MiB in 55 packages 17:25:32 ---> Running in af7bdd95e016 17:25:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:25:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:25:39 Removing intermediate container 568088cd6af9 17:25:39 ---> 644f18295f56 17:25:39 Step 20/26 : RUN pip install docker-compose==1.23.2 17:25:40 ---> Running in f71cfeb32667 17:25:40 OK: 217 MiB in 51 packages 17:25:43 Removing intermediate container af7bdd95e016 17:25:43 ---> 947c6dd16ba8 17:25:43 Step 6/23 : COPY go.mod . 17:25:44 ---> 47a254b3f3bb 17:25:44 Step 7/23 : RUN go mod download 17:25:44 ---> Running in e7474392ad9d 17:25:46 Collecting docker-compose==1.23.2 17:25:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:25:48 Collecting docopt<0.7,>=0.6.1 17:25:48 Downloading docopt-0.6.2.tar.gz (25 kB) 17:25:49 Removing intermediate container e7474392ad9d 17:25:49 ---> 23f15f227101 17:25:49 Step 8/23 : COPY . . 17:25:51 Collecting websocket-client<1.0,>=0.32.0 17:25:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:25:51 Collecting docker<4.0,>=3.6.0 17:25:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:25:52 Collecting dockerpty<0.5,>=0.4.1 17:25:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:25:55 Collecting jsonschema<3,>=2.5.1 17:25:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:25:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:25:55 Collecting cached-property<2,>=1.2.0 17:25:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:25:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:25:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:25:57 ---> d460acc5ade8 17:25:57 Step 3/21 : WORKDIR /edgex-go 17:25:57 ---> Using cache 17:25:57 ---> 2b5f7f8b5b31 17:25:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:25:57 ---> Using cache 17:25:57 ---> 52040d261928 17:25:57 Step 5/21 : RUN apk add --update --no-cache make git 17:25:57 ---> Using cache 17:25:57 ---> 76852744d93c 17:25:57 Step 6/21 : COPY go.mod . 17:25:57 ---> Using cache 17:25:57 ---> da859fff5471 17:25:57 Step 7/21 : RUN go mod download 17:25:57 ---> Using cache 17:25:57 ---> 27b9301c515b 17:25:57 Step 8/21 : COPY . . 17:25:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:25:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:25:57 ---> Using cache 17:25:57 ---> fff3e1217c21 17:25:57 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:25:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:25:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:25:57 ---> d460acc5ade8 17:25:57 Step 3/24 : WORKDIR /edgex-go 17:25:57 ---> Using cache 17:25:57 ---> 2b5f7f8b5b31 17:25:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:25:57 ---> Using cache 17:25:57 ---> 52040d261928 17:25:57 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 17:25:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:25:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:25:58 ---> d460acc5ade8 17:25:58 Step 3/21 : WORKDIR /edgex-go 17:25:58 ---> Using cache 17:25:58 ---> 2b5f7f8b5b31 17:25:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:25:58 ---> Using cache 17:25:58 ---> 52040d261928 17:25:58 Step 5/21 : RUN apk add --update --no-cache make git 17:25:58 ---> Using cache 17:25:58 ---> 76852744d93c 17:25:58 Step 6/21 : COPY go.mod . 17:25:58 ---> Using cache 17:25:58 ---> da859fff5471 17:25:58 Step 7/21 : RUN go mod download 17:25:58 ---> Using cache 17:25:58 ---> 27b9301c515b 17:25:58 Step 8/21 : COPY . . 17:25:58 ---> Using cache 17:25:58 ---> fff3e1217c21 17:25:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:25:58 Collecting texttable<0.10,>=0.9.0 17:25:58 Downloading texttable-0.9.1.tar.gz (11 kB) 17:26:01 ---> Running in 3542f3f32f46 17:26:01 ---> Running in 15e6e3df852a 17:26:01 ---> Running in b70cfdebbd23 17:26:02 Collecting PyYAML<4,>=3.10 17:26:02 Downloading PyYAML-3.13.tar.gz (270 kB) 17:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:26:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:26:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:05 Collecting docker-pycreds>=0.4.0 17:26:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:26:06 Collecting idna<2.8,>=2.5 17:26:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:26:07 OK: 217 MiB in 51 packages 17:26:07 Collecting urllib3<1.25,>=1.21.1 17:26:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:26:08 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:26:08 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:26:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:26:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:26:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:26:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:26:09 ---> 672be074e5d7 17:26:09 Step 9/23 : RUN make cmd/core-data/core-data 17:26:09 ---> Running in 9ba343bfd839 17:26:09 Removing intermediate container 15e6e3df852a 17:26:09 ---> ad2c309007cf 17:26:09 Step 6/24 : COPY go.mod . 17:26:09 Installing collected packages: docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, cached-property, texttable, PyYAML, docker-compose 17:26:09 Running setup.py install for docopt: started 17:26:11 ---> 1a33512d1f60 17:26:11 Step 7/24 : RUN go mod download 17:26:11 ---> Running in e99636603adc 17:26:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:26:13 Running setup.py install for docopt: finished with status 'done' 17:26:13 Attempting uninstall: idna 17:26:13 Found existing installation: idna 2.9 17:26:13 Uninstalling idna-2.9: 17:26:14 Successfully uninstalled idna-2.9 17:26:14 Attempting uninstall: urllib3 17:26:14 Found existing installation: urllib3 1.25.9 17:26:14 Uninstalling urllib3-1.25.9: 17:26:15 Successfully uninstalled urllib3-1.25.9 17:26:16 Attempting uninstall: requests 17:26:16 Found existing installation: requests 2.23.0 17:26:16 Uninstalling requests-2.23.0: 17:26:16 Removing intermediate container e99636603adc 17:26:16 ---> 80728e97cbb8 17:26:16 Step 8/24 : COPY . . 17:26:16 Successfully uninstalled requests-2.23.0 17:26:18 Running setup.py install for dockerpty: started 17:26:21 Running setup.py install for dockerpty: finished with status 'done' 17:26:21 Running setup.py install for texttable: started 17:26:24 Running setup.py install for texttable: finished with status 'done' 17:26:24 Running setup.py install for PyYAML: started 17:26:28 Running setup.py install for PyYAML: finished with status 'done' 17:26:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:26:36 ---> 4ed5c6f22593 17:26:36 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:26:36 ---> Running in 6877400d9af1 17:26:38 Removing intermediate container f71cfeb32667 17:26:38 ---> 879165b981ed 17:26:38 Step 21/26 : RUN apk --no-cache add curl 17:26:38 ---> Running in 8596be4c53da 17:26:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:26:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:26:41 (2/3) Installing libcurl (7.69.1-r3) 17:26:41 (3/3) Installing curl (7.69.1-r3) 17:26:41 Executing busybox-1.31.1-r19.trigger 17:26:41 OK: 71 MiB in 58 packages 17:26:43 Removing intermediate container 8596be4c53da 17:26:43 ---> 3aa7540977d9 17:26:43 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:26:43 ---> Running in b30b1d6e18fa 17:26:44 Removing intermediate container b30b1d6e18fa 17:26:44 ---> 01f90f365285 17:26:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:26:44 ---> Running in f9f5642d0aa2 17:26:45 Removing intermediate container f9f5642d0aa2 17:26:45 ---> cab4e4d44b64 17:26:45 Step 24/26 : LABEL arch=arm64 17:26:45 ---> Running in 4a76c62817f5 17:26:45 Removing intermediate container 4a76c62817f5 17:26:45 ---> b973eacac08c 17:26:45 Step 25/26 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:26:46 ---> Running in 5f997f0a7dfe 17:26:46 Removing intermediate container 5f997f0a7dfe 17:26:46 ---> 6f2e654f5797 17:26:46 Step 26/26 : LABEL version=0.0.0 17:26:47 ---> Running in 3db861670e7c 17:26:47 Removing intermediate container 3db861670e7c 17:26:47 ---> 60c9a0fc14aa 17:26:47 17:26:48 Successfully built 60c9a0fc14aa 17:26:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:27:20  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:27:27 Removing intermediate container 3542f3f32f46 17:27:27 ---> b116f465730b 17:27:27 17:27:27 Step 10/21 : FROM scratch 17:27:27 ---> 17:27:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:27:27 ---> Using cache 17:27:27 ---> 0659bc9cf20e 17:27:27 Step 12/21 : ENV APP_PORT=48085 17:27:27 ---> Running in d4be9d828242 17:27:29 Removing intermediate container d4be9d828242 17:27:29 ---> 68be55ee6cf5 17:27:29 Step 13/21 : EXPOSE $APP_PORT 17:27:29 ---> Running in 0d7194ef603b 17:27:31 Removing intermediate container 0d7194ef603b 17:27:31 ---> 1c7ce73f178a 17:27:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 17:27:31 Removing intermediate container b70cfdebbd23 17:27:31 ---> 6c0a169c971b 17:27:31 17:27:31 Step 10/21 : FROM alpine:3.12 17:27:31 ---> afeebe901d6b 17:27:31 Step 11/21 : RUN apk add --update --no-cache curl 17:27:31 ---> Running in a23a32ebcdad 17:27:32 ---> f87a339dfc2c 17:27:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:27:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:27:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:27:34 ---> 18e96c5cc8c8 17:27:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:27:35 (1/4) Installing ca-certificates (20191127-r4) 17:27:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:27:35 (3/4) Installing libcurl (7.69.1-r3) 17:27:35 (4/4) Installing curl (7.69.1-r3) 17:27:35 Executing busybox-1.31.1-r19.trigger 17:27:35 Executing ca-certificates-20191127-r4.trigger 17:27:35 OK: 7 MiB in 18 packages 17:27:35 ---> 199e4c478e74 17:27:35 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:27:35 ---> Running in a1ff1023102b 17:27:36 Removing intermediate container a1ff1023102b 17:27:36 ---> 618a01117ae9 17:27:36 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:27:36 ---> Running in 03c1db4eec5b 17:27:37 Removing intermediate container 03c1db4eec5b 17:27:37 ---> 2f00f0806446 17:27:37 Step 19/21 : LABEL arch=arm64 17:27:37 Removing intermediate container a23a32ebcdad 17:27:37 ---> 9b97af0d6831 17:27:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:27:38 ---> Running in 305f93f0ed77 17:27:38 ---> Running in d9d10a7ed862 17:27:38 Removing intermediate container d9d10a7ed862 17:27:38 ---> 20a3ff1a0d4e 17:27:38 Step 13/21 : WORKDIR /edgex 17:27:39 Removing intermediate container 305f93f0ed77 17:27:39 ---> 33ec1786c756 17:27:39 Step 20/21 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:27:39 ---> Running in 671aa5640e73 17:27:39 ---> Running in 1a81453489bd 17:27:40 Removing intermediate container 671aa5640e73 17:27:40 ---> 944738259bb0 17:27:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:27:40 Removing intermediate container 1a81453489bd 17:27:40 ---> 42ffc2532394 17:27:40 Step 21/21 : LABEL version=0.0.0 17:27:40 ---> Running in 4a501bd02167 17:27:41 Removing intermediate container 4a501bd02167 17:27:41 ---> 025593680d3a 17:27:41 17:27:41 ---> 6f951e8e20f8 17:27:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:27:41 Successfully built 025593680d3a 17:27:41 Successfully tagged docker-support-scheduler-go-arm64:latest 17:27:42  Building docker-support-scheduler-go ... done  ---> 75b3e2b3db56 17:27:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:27:44 ---> cf375dce2a38 17:27:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:27:44 ---> Running in da569fb91535 17:27:45 Removing intermediate container da569fb91535 17:27:45 ---> 22ea6acfee88 17:27:45 Step 18/21 : CMD ["--init=true"] 17:27:45 ---> Running in 37ced7aa7d1f 17:27:46 Removing intermediate container 37ced7aa7d1f 17:27:46 ---> 85ecbf460bc3 17:27:46 Step 19/21 : LABEL arch=arm64 17:27:46 ---> Running in e317774314ae 17:27:46 Removing intermediate container e317774314ae 17:27:46 ---> b968982166f7 17:27:46 Step 20/21 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:27:46 ---> Running in 03d1ec06f1d9 17:27:47 Removing intermediate container 03d1ec06f1d9 17:27:47 ---> 867be4c5b880 17:27:47 Step 21/21 : LABEL version=0.0.0 17:27:47 ---> Running in 0ab948c2e24c 17:27:48 Removing intermediate container 0ab948c2e24c 17:27:48 ---> 0208f5bd4419 17:27:48 17:27:49 Successfully built 0208f5bd4419 17:27:49 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:27:51  Building docker-security-proxy-setup-go ... done Removing intermediate container 6877400d9af1 17:27:51 ---> fff661abf78d 17:27:51 17:27:51 Step 10/24 : FROM scratch 17:27:51 ---> 17:27:51 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:27:51 ---> Running in d13d89943f89 17:27:52 Removing intermediate container d13d89943f89 17:27:52 ---> 0917baf3ae85 17:27:52 Step 12/24 : ENV APP_PORT=48060 17:27:52 ---> Running in 5e0540bc81a9 17:27:52 Removing intermediate container 5e0540bc81a9 17:27:52 ---> b96d4ef145e2 17:27:52 Step 13/24 : EXPOSE $APP_PORT 17:27:52 ---> Running in 5bcbe3de24df 17:27:52 Removing intermediate container 5bcbe3de24df 17:27:52 ---> 1ba2ebf46257 17:27:52 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:27:53 ---> b3950a7133e2 17:27:53 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:27:54 ---> c7f91100ac3d 17:27:54 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:27:56 ---> 88ba021bc86b 17:27:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 17:27:56 Removing intermediate container 9ba343bfd839 17:27:56 ---> e7f678d881cc 17:27:56 17:27:56 Step 10/23 : FROM alpine:3.12 17:27:56 ---> afeebe901d6b 17:27:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:27:57 ---> Running in 6c7130644135 17:27:57 ---> 35c0c1c42c2d 17:27:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:27:57 Removing intermediate container 6c7130644135 17:27:57 ---> 37ea04f5bbf8 17:27:57 Step 12/23 : ENV APP_PORT=48080 17:27:57 ---> Running in fe39c1037925 17:27:58 ---> 75c4088b62b6 17:27:58 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:27:58 Removing intermediate container fe39c1037925 17:27:58 ---> 524af4241a64 17:27:58 Step 13/23 : EXPOSE $APP_PORT 17:27:58 ---> Running in 575c14567224 17:27:58 ---> 90cd058e0aa9 17:27:58 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:27:58 Removing intermediate container 575c14567224 17:27:58 ---> 20280ed8e566 17:27:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:27:59 ---> Running in fb096e7814bf 17:27:59 ---> Running in 30cc1007ebdd 17:27:59 Removing intermediate container fb096e7814bf 17:27:59 ---> 5e3e8954a9e9 17:27:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:27:59 ---> Running in 3c0b2dcc41b1 17:28:00 Removing intermediate container 3c0b2dcc41b1 17:28:00 ---> 9cff1b16af5e 17:28:00 Step 22/24 : LABEL arch=arm64 17:28:00 ---> Running in b8f5f31bcaab 17:28:01 Removing intermediate container b8f5f31bcaab 17:28:01 ---> 0c091dccb931 17:28:01 Step 23/24 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:28:01 ---> Running in b2fbc2d33398 17:28:01 Removing intermediate container 30cc1007ebdd 17:28:01 ---> 2cbfe8875a20 17:28:01 Step 15/23 : RUN apk add --update --no-cache zeromq 17:28:01 ---> Running in 00f8b06da8ac 17:28:01 Removing intermediate container b2fbc2d33398 17:28:01 ---> 0e9c80f4d077 17:28:01 Step 24/24 : LABEL version=0.0.0 17:28:02 ---> Running in ac8af36ebc18 17:28:02 Removing intermediate container ac8af36ebc18 17:28:02 ---> c098b52f815e 17:28:02 17:28:03 Successfully built c098b52f815e 17:28:03 Successfully tagged docker-support-notifications-go-arm64:latest 17:28:03  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:28:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:28:05 (1/5) Installing libgcc (9.3.0-r2) 17:28:05 (2/5) Installing libsodium (1.0.18-r0) 17:28:05 (3/5) Installing libstdc++ (9.3.0-r2) 17:28:06 (4/5) Installing libzmq (4.3.3-r0) 17:28:06 (5/5) Installing zeromq (4.3.3-r0) 17:28:06 Executing busybox-1.31.1-r19.trigger 17:28:06 OK: 8 MiB in 19 packages 17:28:08 Removing intermediate container 00f8b06da8ac 17:28:08 ---> 48fd812a3c67 17:28:08 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 17:28:08 ---> 7b11e9ad9e2a 17:28:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:28:10 ---> e518bdaec495 17:28:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:28:10 ---> 41c1d93b80d3 17:28:10 Step 19/23 : ENTRYPOINT ["/core-data"] 17:28:10 ---> Running in a55b5288f342 17:28:11 Removing intermediate container a55b5288f342 17:28:11 ---> 62e038f74260 17:28:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:28:11 ---> Running in 23324914ca35 17:28:12 Removing intermediate container 23324914ca35 17:28:12 ---> 46fb34c21d16 17:28:12 Step 21/23 : LABEL arch=arm64 17:28:12 ---> Running in f6d369d160b9 17:28:12 Removing intermediate container f6d369d160b9 17:28:12 ---> 3813afb0177b 17:28:12 Step 22/23 : LABEL git_sha=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b 17:28:12 ---> Running in 8979cc655163 17:28:12 Removing intermediate container 8979cc655163 17:28:12 ---> 0fc3dc073d05 17:28:12 Step 23/23 : LABEL version=0.0.0 17:28:13 ---> Running in df0b28987863 17:28:13 Removing intermediate container df0b28987863 17:28:13 ---> 389a50e175f3 17:28:13 17:28:13 Successfully built 389a50e175f3 17:28:13 Successfully tagged docker-core-data-go-arm64:latest 17:28:14  Building docker-core-data-go ... done  [Pipeline] } 17:28:14 $ docker stop --time=1 fac88116c64fa8de72b0ca860a31c09f183f13fcd4f4a8bc9c7a4b4dfccaa557 17:28:16 $ docker rm -f fac88116c64fa8de72b0ca860a31c09f183f13fcd4f4a8bc9c7a4b4dfccaa557 [Pipeline] // withDockerContainer [Pipeline] sh 17:28:16 + grep docker 17:28:16 + docker images 17:28:17 docker-core-data-go-arm64 latest 389a50e175f3 3 seconds ago 21MB 17:28:17 docker-support-notifications-go-arm64 latest c098b52f815e 14 seconds ago 11.4MB 17:28:17 docker-security-proxy-setup-go-arm64 latest 0208f5bd4419 28 seconds ago 23.3MB 17:28:17 docker-support-scheduler-go-arm64 latest 025593680d3a 36 seconds ago 10MB 17:28:17 docker-sys-mgmt-agent-go-arm64 latest 60c9a0fc14aa About a minute ago 300MB 17:28:17 docker-security-secretstore-setup-go-arm64 latest 772cc1796447 2 minutes ago 23.4MB 17:28:17 docker-core-metadata-go-arm64 latest a5152f759074 3 minutes ago 12.2MB 17:28:17 docker-security-bootstrap-redis-go-arm64 latest 6772bf0cbe72 3 minutes ago 15.1MB 17:28:17 docker-core-command-go-arm64 latest e66ad88fa437 3 minutes ago 9.98MB 17:28:17 docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:28:18 provisioning config files... 17:28:18 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7478189077281365703tmp [Pipeline] { [Pipeline] sh 17:28:19 + set +x 17:28:19 + curl -s https://codecov.io/bash 17:28:19 + bash -s -- 17:28:19 17:28:19 _____ _ 17:28:19 / ____| | | 17:28:19 | | ___ __| | ___ ___ _____ __ 17:28:19 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:28:19 | |___| (_) | (_| | __/ (_| (_) \ V / 17:28:19 \_____\___/ \__,_|\___|\___\___/ \_/ 17:28:19 Bash-20201231-23d4836 17:28:19 17:28:19 17:28:19 ==> git version 2.24.3 found 17:28:19 ==> 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 17:28:19 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:28:19 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:28:19 ==> Jenkins CI detected. 17:28:19 project root: . 17:28:19 --> token set from env 17:28:19 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:28:19 ==> Running gcov in . (disable via -X gcov) 17:28:19 ==> Python coveragepy not found 17:28:19 ==> Searching for coverage reports in: 17:28:19 + . 17:28:19 -> Found 1 reports 17:28:19 ==> Detecting git/mercurial file structure 17:28:19 ==> Reading reports 17:28:19 + ./coverage.out bytes=541590 17:28:19 ==> Appending adjustments 17:28:19 https://docs.codecov.io/docs/fixing-reports 17:28:23 + Found adjustments 17:28:23 ==> Gzipping contents 17:28:23 84K /tmp/codecov.gpWghx.gz 17:28:23 ==> Uploading reports 17:28:23 url: https://codecov.io 17:28:23 query: branch=PR-2986&commit=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2986%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2986&job=&cmd_args= 17:28:23 -> Pinging Codecov 17:28:23 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2986&commit=bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2986%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2986&job=&cmd_args= 17:28:23 -> Uploading to 17:28:23 https://storage.googleapis.com/codecov/v4/raw/2021-01-05/00271124DB129430A58F1EEE437C3FCB/bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b/4e1a0aa2-2ad5-41d4-95bd-4cc1f33eec3e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210105%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210105T172823Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d5c5e4d99c5182a251fd4d6275001bc9d6f9029a807cbffe0e626c5679cdc52d 17:28:23 % Total % Received % Xferd Average Speed Time Time Time Current 17:28:23 Dload Upload Total Spent Left Speed 17:28:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82287 0 0 100 82287 0 129k --:--:-- --:--:-- --:--:-- 130k 17:28:24 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/bb9ad8927b6ec5d8ba50f9bc3a3382b6683d8a1b [Pipeline] } 17:28:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:28:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:28:27 ---> package-listing.sh 17:28:27 ++ facter osfamily 17:28:27 ++ tr '[:upper:]' '[:lower:]' 17:28:27 + OS_FAMILY=redhat 17:28:27 + workspace=/w/workspace/edgex-go/3 17:28:27 + START_PACKAGES=/tmp/packages_start.txt 17:28:27 + END_PACKAGES=/tmp/packages_end.txt 17:28:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:28:27 + PACKAGES=/tmp/packages_start.txt 17:28:27 + '[' /w/workspace/edgex-go/3 ']' 17:28:27 + PACKAGES=/tmp/packages_end.txt 17:28:27 + case "${OS_FAMILY}" in 17:28:27 + rpm -qa 17:28:27 + sort 17:28:32 + '[' -f /tmp/packages_start.txt ']' 17:28:32 + '[' -f /tmp/packages_end.txt ']' 17:28:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:28:32 + '[' /w/workspace/edgex-go/3 ']' 17:28:32 + mkdir -p /w/workspace/edgex-go/3/archives/ 17:28:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 17:28:32 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:28:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:28:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:28:33 17:28:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:28:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:28:33 alpine: Pulling from edgex-lftools-log-publisher 17:28:33 df20fa9351a1: Pulling fs layer 17:28:33 36b3adc4ff6f: Pulling fs layer 17:28:33 8ad3a11d3b57: Pulling fs layer 17:28:33 46f8f816bc3b: Pulling fs layer 17:28:33 93b61091891f: Pulling fs layer 17:28:33 93b9cdb0e59b: Pulling fs layer 17:28:33 5e14af77c1be: Pulling fs layer 17:28:33 01666e4c0597: Pulling fs layer 17:28:33 aa168da1d23b: Pulling fs layer 17:28:33 93b9cdb0e59b: Waiting 17:28:33 5e14af77c1be: Waiting 17:28:33 01666e4c0597: Waiting 17:28:33 aa168da1d23b: Waiting 17:28:33 46f8f816bc3b: Waiting 17:28:33 93b61091891f: Waiting 17:28:33 36b3adc4ff6f: Download complete 17:28:33 46f8f816bc3b: Verifying Checksum 17:28:33 46f8f816bc3b: Download complete 17:28:33 df20fa9351a1: Download complete 17:28:33 93b9cdb0e59b: Download complete 17:28:33 93b61091891f: Verifying Checksum 17:28:33 93b61091891f: Download complete 17:28:33 5e14af77c1be: Verifying Checksum 17:28:33 5e14af77c1be: Download complete 17:28:33 01666e4c0597: Verifying Checksum 17:28:33 01666e4c0597: Download complete 17:28:34 df20fa9351a1: Pull complete 17:28:34 36b3adc4ff6f: Pull complete 17:28:34 8ad3a11d3b57: Download complete 17:28:35 8ad3a11d3b57: Pull complete 17:28:35 46f8f816bc3b: Pull complete 17:28:36 aa168da1d23b: Verifying Checksum 17:28:36 aa168da1d23b: Download complete 17:28:37 93b61091891f: Pull complete 17:28:37 93b9cdb0e59b: Pull complete 17:28:37 5e14af77c1be: Pull complete 17:28:37 01666e4c0597: Pull complete 17:28:44 aa168da1d23b: Pull complete 17:28:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:28:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:28:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:28:44 prd-centos7-docker-4c-2g-18532 does not seem to be running inside a container 17:28:44 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:28:55 $ docker top 5d9c069235217482589e7f8c7ce0a140be5cf092706fe7cd75bcbe4466bbcf9c -eo pid,comm [Pipeline] { [Pipeline] sh 17:28:56 + touch /tmp/pre-build-complete [Pipeline] sh 17:28:56 + mkdir -p /var/log/sa [Pipeline] sh 17:28:56 + ls /var/log/sa-host 17:28:56 + sadf -c /var/log/sa-host/sa05 17:28:56 file_magic: OK 17:28:56 HZ: Using current value: 100 17:28:56 file_header: OK 17:28:56 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:28:56 Statistics: 17:28:56 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... 17:28:56 File successfully converted to sysstat format version 12.2.1 17:28:56 + sadf -c /var/log/sa-host/sa23 17:28:56 file_magic: OK 17:28:56 HZ: Using current value: 100 17:28:56 file_header: OK 17:28:56 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:28:56 Statistics: 17:28:56 Hnuu...uuuununununu... 17:28:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:28:56 provisioning config files... 17:28:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3401605957983917596tmp [Pipeline] { [Pipeline] echo 17:28:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:28:57 ---> create-netrc.sh [Pipeline] } 17:28:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:28:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:28:57 ---> python-tools-install.sh [Pipeline] echo 17:28:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:28:58 ---> sudo-logs.sh 17:28:58 Archiving 'sudo' log.. [Pipeline] echo 17:28:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:28:58 ---> job-cost.sh 17:28:58 lf-activate-venv: SKIPPING 17:28:58 INFO: No Stack... 17:28:59 INFO: Retrieving Pricing Info for: v1-standard-2 17:29:00 INFO: Archiving Costs [Pipeline] echo 17:29:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:29:00 ---> logs-deploy.sh 17:29:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2986/3 17:29:00 INFO: archiving workspace using pattern(s): 17:29:01 Archives upload complete. 17:29:02 INFO: archiving logs to Nexus