Pull request #3171 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2b04703d4e674a4b36fb2a1b8348aac01154cd91+431c39765778f2fdc6d58fd50bd7cbdfe9325062 (d53230c3bb60833d9bdc599c371926e6ab115303) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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-26849 in /w/workspace/edgexfoundry_edgex-go_PR-3171 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 431c39765778f2fdc6d58fd50bd7cbdfe9325062 into PR head commit 2b04703d4e674a4b36fb2a1b8348aac01154cd91 Merge succeeded, producing 2b04703d4e674a4b36fb2a1b8348aac01154cd91 Checking out Revision 2b04703d4e674a4b36fb2a1b8348aac01154cd91 (PR-3171) > 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/3171/head:refs/remotes/origin/PR-3171 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b04703d4e674a4b36fb2a1b8348aac01154cd91 # 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 431c39765778f2fdc6d58fd50bd7cbdfe9325062 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b04703d4e674a4b36fb2a1b8348aac01154cd91 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git rev-list --no-walk d446a20ec950243cdb2cde9e79e8d71c4fe4cde8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:22:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:22:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:22:03 ========================================================= 22:22:03 EdgeX Global Pipelines Version Info 22:22:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:22:04 ------------------- 22:22:04 stable info: 22:22:04 ------------------- 22:22:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:22:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:22:04 Message: update stable to v1.0.179 22:22:05 ------------------- 22:22:05 experimental info: 22:22:05 ------------------- 22:22:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:22:05 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 22:22:05 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:22:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:22:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:22:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:22:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:22:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:22:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:22:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:22:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:22:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:22:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:22:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:22:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:22:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:22:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:22:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:22:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:22:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:22:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:22:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:22:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:22:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:22:07 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:22:08 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:22:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3171 [Pipeline] echo 22:22:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3171 [Pipeline] echo 22:22:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3171 [Pipeline] echo 22:22:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b04703d4e674a4b36fb2a1b8348aac01154cd91 [Pipeline] echo 22:22:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b04703 [Pipeline] echo 22:22:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:22:08 provisioning config files... 22:22:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6263494801626459541tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:22:09 ---> docker-login.sh 22:22:09 nexus3.edgexfoundry.org:10001 22:22:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:09 Configure a credential helper to remove this warning. See 22:22:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:09 22:22:09 Login Succeeded 22:22:09 nexus3.edgexfoundry.org:10002 22:22:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:09 Configure a credential helper to remove this warning. See 22:22:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:09 22:22:09 Login Succeeded 22:22:09 nexus3.edgexfoundry.org:10003 22:22:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:09 Configure a credential helper to remove this warning. See 22:22:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:09 22:22:09 Login Succeeded 22:22:09 nexus3.edgexfoundry.org:10004 22:22:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:10 Configure a credential helper to remove this warning. See 22:22:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:10 22:22:10 Login Succeeded 22:22:10 docker.io 22:22:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:10 Configure a credential helper to remove this warning. See 22:22:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:10 22:22:10 Login Succeeded 22:22:10 ---> docker-login.sh ends [Pipeline] } 22:22:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:22:10 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 22:22:10 + for file in '`ls cmd/**/Dockerfile`' 22:22:10 ++ dirname cmd/core-command/Dockerfile 22:22:10 ++ cut -d/ -f2 22:22:10 + echo core-command,cmd/core-command/Dockerfile 22:22:10 + for file in '`ls cmd/**/Dockerfile`' 22:22:10 ++ dirname cmd/core-data/Dockerfile 22:22:10 ++ cut -d/ -f2 22:22:10 + echo core-data,cmd/core-data/Dockerfile 22:22:10 + for file in '`ls cmd/**/Dockerfile`' 22:22:10 ++ dirname cmd/core-metadata/Dockerfile 22:22:10 ++ cut -d/ -f2 22:22:10 + echo core-metadata,cmd/core-metadata/Dockerfile 22:22:10 + for file in '`ls cmd/**/Dockerfile`' 22:22:10 ++ dirname cmd/security-bootstrapper/Dockerfile 22:22:10 ++ cut -d/ -f2 22:22:10 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:22:10 + for file in '`ls cmd/**/Dockerfile`' 22:22:10 ++ dirname cmd/security-proxy-setup/Dockerfile 22:22:10 ++ cut -d/ -f2 22:22:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:22:10 + for file in '`ls cmd/**/Dockerfile`' 22:22:10 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:22:10 ++ cut -d/ -f2 22:22:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:22:10 + for file in '`ls cmd/**/Dockerfile`' 22:22:10 ++ dirname cmd/support-notifications/Dockerfile 22:22:10 ++ cut -d/ -f2 22:22:10 + echo support-notifications,cmd/support-notifications/Dockerfile 22:22:10 + for file in '`ls cmd/**/Dockerfile`' 22:22:10 ++ dirname cmd/support-scheduler/Dockerfile 22:22:10 ++ cut -d/ -f2 22:22:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:22:10 + for file in '`ls cmd/**/Dockerfile`' 22:22:10 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:22:10 ++ cut -d/ -f2 22:22:10 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:22:11 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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 22:22:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:22:11 22:22:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:22:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:22:12 latest: Pulling from edgex-devops/git-semver 22:22:12 31603596830f: Pulling fs layer 22:22:12 2a8b12db71e7: Pulling fs layer 22:22:12 6ca5941a6612: Pulling fs layer 22:22:12 ecc8261a40a4: Pulling fs layer 22:22:12 ecc8261a40a4: Waiting 22:22:12 2a8b12db71e7: Verifying Checksum 22:22:12 2a8b12db71e7: Download complete 22:22:12 31603596830f: Verifying Checksum 22:22:12 31603596830f: Download complete 22:22:12 ecc8261a40a4: Verifying Checksum 22:22:12 ecc8261a40a4: Download complete 22:22:12 6ca5941a6612: Verifying Checksum 22:22:12 6ca5941a6612: Download complete 22:22:12 31603596830f: Pull complete 22:22:12 2a8b12db71e7: Pull complete 22:22:13 6ca5941a6612: Pull complete 22:22:13 ecc8261a40a4: Pull complete 22:22:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:22:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:22:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:22:13 prd-centos7-docker-4c-2g-26849 does not seem to be running inside a container 22:22:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 22:22:16 $ docker top c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:22:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:22:16 [ssh-agent] Looking for ssh-agent implementation... 22:22:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:22:16 $ docker exec c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a ssh-agent 22:22:17 SSH_AUTH_SOCK=/tmp/ssh-sMZd9MY2kaIP/agent.12 22:22:17 SSH_AGENT_PID=18 22:22:17 Running ssh-add (command line suppressed) 22:22:17 Identity added: /w/workspace/edgex-go/6@tmp/private_key_6555842432025641629.key (/w/workspace/edgex-go/6@tmp/private_key_6555842432025641629.key) 22:22:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:22:17 + git tag --points-at HEAD [Pipeline] } 22:22:17 $ docker exec --env ******** --env ******** c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a ssh-agent -k 22:22:17 unset SSH_AUTH_SOCK; 22:22:17 unset SSH_AGENT_PID; 22:22:17 echo Agent pid 18 killed; 22:22:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:22:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:22:17 [ssh-agent] Looking for ssh-agent implementation... 22:22:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:22:18 $ docker exec c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a ssh-agent 22:22:18 SSH_AUTH_SOCK=/tmp/ssh-0pA0e1cX6cFD/agent.48 22:22:18 SSH_AGENT_PID=53 22:22:18 Running ssh-add (command line suppressed) 22:22:18 Identity added: /w/workspace/edgex-go/6@tmp/private_key_5729350104520597620.key (/w/workspace/edgex-go/6@tmp/private_key_5729350104520597620.key) 22:22:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:22:18 + git semver init 22:22:18 # -> Open(): unable to determine branch for HEAD 22:22:18 # $GIT_DIR = /w/workspace/edgex-go/6/.git 22:22:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 22:22:18 # $SEMVER_REMOTE_NAME = origin 22:22:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:22:18 # $SEMVER_USER_NAME = edgex-jenkins 22:22:18 # $SEMVER_BRANCH = PR-3171 22:22:18 # $SEMVER_TEMP = /tmp/semver-444830574 22:22:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:22:36 # '/tmp/semver-444830574' -> '/w/workspace/edgex-go/6/.semver' 22:22:36 # -> Force: false 22:22:36 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 22:22:36 $ docker exec --env ******** --env ******** c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a ssh-agent -k 22:22:37 unset SSH_AUTH_SOCK; 22:22:37 unset SSH_AGENT_PID; 22:22:37 echo Agent pid 53 killed; 22:22:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:22:37 + git semver [Pipeline] } 22:22:37 $ docker stop --time=1 c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a 22:22:39 $ docker rm -f c0fe89cda5d570fcaf0ec3d8705d99e4acab2d0407daa19272237106e74a8d2a [Pipeline] // withDockerContainer [Pipeline] sh 22:22:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:22:40 Stashed 1 file(s) [Pipeline] echo 22:22:40 [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 22:22:41 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:22:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:22:42 + sudo service docker restart 22:22:42 + true 22:22:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:22:42 ========================================================= 22:22:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:22:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:22:42 + 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 . 22:22:46 Sending build context to Docker daemon 327.9MB 22:22:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:22:46 Step 2/6 : FROM ${BASE} 22:22:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:22:46 188c0c94c7c5: Pulling fs layer 22:22:46 0ef7d3d256c8: Pulling fs layer 22:22:46 de9db76c5a1d: Pulling fs layer 22:22:46 bca2f99d35d6: Pulling fs layer 22:22:46 93359f2a8cfa: Pulling fs layer 22:22:46 7c6f9722023f: Pulling fs layer 22:22:46 a35cf1a2eb13: Pulling fs layer 22:22:46 bca2f99d35d6: Waiting 22:22:46 93359f2a8cfa: Waiting 22:22:46 7c6f9722023f: Waiting 22:22:46 a35cf1a2eb13: Waiting 22:22:46 de9db76c5a1d: Verifying Checksum 22:22:46 de9db76c5a1d: Download complete 22:22:46 0ef7d3d256c8: Verifying Checksum 22:22:46 0ef7d3d256c8: Download complete 22:22:46 93359f2a8cfa: Verifying Checksum 22:22:46 93359f2a8cfa: Download complete 22:22:46 188c0c94c7c5: Download complete 22:22:46 7c6f9722023f: Verifying Checksum 22:22:46 7c6f9722023f: Download complete 22:22:46 188c0c94c7c5: Pull complete 22:22:46 0ef7d3d256c8: Pull complete 22:22:47 de9db76c5a1d: Pull complete 22:22:48 a35cf1a2eb13: Verifying Checksum 22:22:48 a35cf1a2eb13: Download complete 22:22:48 bca2f99d35d6: Verifying Checksum 22:22:48 bca2f99d35d6: Download complete 22:22:54 bca2f99d35d6: Pull complete 22:22:54 93359f2a8cfa: Pull complete 22:22:54 7c6f9722023f: Pull complete 22:22:55 Still waiting to schedule task 22:22:55 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:22:58 a35cf1a2eb13: Pull complete 22:22:58 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:22:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:22:58 ---> a62c8e92a672 22:22:58 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 22:22:58 ---> Running in 81aeb5404e5d 22:22:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:22:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:23:00 (1/12) Installing libmagic (5.38-r0) 22:23:00 (2/12) Installing file (5.38-r0) 22:23:00 (3/12) Installing libc-dev (0.7.2-r3) 22:23:00 (4/12) Installing g++ (9.3.0-r2) 22:23:04 (5/12) Installing fortify-headers (1.1-r0) 22:23:04 (6/12) Installing patch (2.7.6-r6) 22:23:04 (7/12) Installing build-base (0.5-r2) 22:23:04 (8/12) Installing libsodium (1.0.18-r0) 22:23:04 (9/12) Installing pkgconf (1.7.2-r0) 22:23:05 (10/12) Installing libsodium-dev (1.0.18-r0) 22:23:05 (11/12) Installing libzmq (4.3.3-r0) 22:23:05 (12/12) Installing zeromq-dev (4.3.3-r0) 22:23:05 Executing busybox-1.31.1-r19.trigger 22:23:05 OK: 233 MiB in 51 packages 22:23:09 Removing intermediate container 81aeb5404e5d 22:23:09 ---> 20c90fbb215f 22:23:09 Step 4/6 : WORKDIR /edgex-go 22:23:09 ---> Running in f51a0d82f5fa 22:23:09 Removing intermediate container f51a0d82f5fa 22:23:09 ---> 6eace2582f3b 22:23:09 Step 5/6 : COPY go.mod . 22:23:09 ---> 5cd309a08b8c 22:23:09 Step 6/6 : RUN go mod download 22:23:10 ---> Running in e118e8020fa5 22:23:32 Removing intermediate container e118e8020fa5 22:23:32 ---> dbfa88be0d2c 22:23:32 Successfully built dbfa88be0d2c 22:23:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:23:32 + docker inspect -f . ci-base-image-x86_64 22:23:32 . [Pipeline] withDockerContainer 22:23:32 prd-centos7-docker-4c-2g-26849 does not seem to be running inside a container 22:23:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 22:23:33 $ docker top 817fa131e6f544f88667fe23d82667af8cb9b347c91a28cce6b4a505ab4e084a -eo pid,comm [Pipeline] { [Pipeline] sh 22:23:33 + go version 22:23:33 go version go1.15.5 linux/amd64 [Pipeline] } 22:23:33 $ docker stop --time=1 817fa131e6f544f88667fe23d82667af8cb9b347c91a28cce6b4a505ab4e084a 22:23:35 $ docker rm -f 817fa131e6f544f88667fe23d82667af8cb9b347c91a28cce6b4a505ab4e084a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:23:35 + docker inspect -f . ci-base-image-x86_64 22:23:35 . [Pipeline] withDockerContainer 22:23:35 prd-centos7-docker-4c-2g-26849 does not seem to be running inside a container 22:23:36 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 22:23:36 $ docker top 6416b6fe5c7ef36c3d96e0f37800ac57e5a42671984088c19009ef1d6fa87b9e -eo pid,comm [Pipeline] { [Pipeline] echo 22:23:36 ========================================================= 22:23:36 [edgeXBuildGoParallel] Running Tests and Build... 22:23:36 ========================================================= [Pipeline] sh 22:23:37 + make test 22:23:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:23:45 ? github.com/edgexfoundry/edgex-go [no test files] 22:24:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:24:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:24:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:24:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:24:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:24:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:24:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:24:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:24:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:24:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:24:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:24:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements 22:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:24:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 22:24:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.075s coverage: 100.0% of statements 22:24:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements 22:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:24:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 22:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:24:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 22:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:24:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:24:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 65.8% of statements 22:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:24:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.422s coverage: 82.3% of statements 22:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:24:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.392s coverage: 28.6% of statements 22:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:24:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 22:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:24:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 22:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:24:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.115s coverage: 86.7% of statements 22:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:24:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements 22:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:24:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.087s coverage: 78.3% of statements 22:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:24:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.414s coverage: 92.8% of statements 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:24:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:24:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:24:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 45.5% of statements 22:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.060s coverage: 79.5% of statements 22:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.026s coverage: 94.1% of statements 22:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 22:24:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements 22:24:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements 22:24:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.064s coverage: 92.9% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.148s coverage: 63.5% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.271s coverage: 68.9% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.275s coverage: 84.0% of statements 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.0% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.102s coverage: 89.4% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.699s coverage: 29.1% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.067s coverage: 100.0% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:24:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements 22:24:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 22:24:46 GO111MODULE=on go vet ./... 22:25:14 gofmt -l . 22:25:14 [ "`gofmt -l .`" = "" ] 22:25:14 ./bin/test-go-mod-tidy.sh 22:25:14 ./bin/test-attribution-txt.sh [Pipeline] sh 22:25:14 + ls -al . 22:25:14 total 708 22:25:14 drwxrwxr-x 10 1001 1001 4096 Feb 18 22:25 . 22:25:14 drwxr-xr-x 4 root root 28 Feb 18 22:23 .. 22:25:14 -rw-rw-r-- 1 1001 1001 11 Feb 18 22:21 .dockerignore 22:25:14 drwxrwxr-x 8 1001 1001 179 Feb 18 22:22 .git 22:25:14 drwxrwxr-x 3 1001 1001 125 Feb 18 22:21 .github 22:25:14 -rw-rw-r-- 1 1001 1001 818 Feb 18 22:21 .gitignore 22:25:14 drwx------ 3 1001 1001 60 Feb 18 22:22 .semver 22:25:14 -rw-rw-r-- 1 1001 1001 166 Feb 18 22:21 .sonarcloud.properties 22:25:14 -rw-rw-r-- 1 1001 1001 8475 Feb 18 22:21 Attribution.txt 22:25:14 -rw-rw-r-- 1 1001 1001 3804 Feb 18 22:21 CONTRIBUTING.md 22:25:14 -rw-rw-r-- 1 1001 1001 931 Feb 18 22:21 Dockerfile.build 22:25:14 -rw-rw-r-- 1 1001 1001 863 Feb 18 22:21 Jenkinsfile 22:25:14 -rw-rw-r-- 1 1001 1001 10775 Feb 18 22:21 LICENSE 22:25:14 -rw-rw-r-- 1 1001 1001 5774 Feb 18 22:21 Makefile 22:25:14 -rw-rw-r-- 1 1001 1001 6524 Feb 18 22:21 README.md 22:25:14 -rw-rw-r-- 1 1001 1001 6755 Feb 18 22:21 SECURITY.md 22:25:14 -rw-rw-r-- 1 1001 1001 5 Feb 18 22:22 VERSION 22:25:14 -rw-rw-r-- 1 1001 1001 4131 Feb 18 22:21 ZMQWindows.md 22:25:14 drwxrwxr-x 2 1001 1001 117 Feb 18 22:21 bin 22:25:14 drwxrwxr-x 14 1001 1001 4096 Feb 18 22:21 cmd 22:25:14 -rw-r--r-- 1 root root 597520 Feb 18 22:24 coverage.out 22:25:14 -rw-r--r-- 1 root root 1055 Feb 18 22:25 go.mod 22:25:14 -rw-r--r-- 1 root root 21638 Feb 18 22:25 go.sum 22:25:14 drwxrwxr-x 8 1001 1001 127 Feb 18 22:21 internal 22:25:14 drwxrwxr-x 4 1001 1001 26 Feb 18 22:21 openapi 22:25:14 drwxrwxr-x 4 1001 1001 71 Feb 18 22:21 snap 22:25:14 -rw-rw-r-- 1 1001 1001 168 Feb 18 22:21 version.go [Pipeline] sh 22:25:15 + '[' -e coverage.out ] 22:25:15 + chown 1001:1001 coverage.out [Pipeline] stash 22:25:15 Stashed 1 file(s) [Pipeline] sh 22:25:15 + make build 22:25:15 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 22:25:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:25:28 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 22:25:28 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 22:25:30 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 22:25:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:25:32 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 22:25:33 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 22:25: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 22:25:35 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 22:25:36 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 22:25:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 22:25:39 $ docker stop --time=1 6416b6fe5c7ef36c3d96e0f37800ac57e5a42671984088c19009ef1d6fa87b9e 22:25:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26852 in /w/workspace/edgexfoundry_edgex-go_PR-3171 22:25:42 $ docker rm -f 6416b6fe5c7ef36c3d96e0f37800ac57e5a42671984088c19009ef1d6fa87b9e [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 22:25:43 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:25:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:25:44 22:25:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:25:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:25:44 latest: Pulling from edgex-devops/edgex-compose 22:25:44 cbdbe7a5bc2a: Pulling fs layer 22:25:44 ca9280d653b3: Pulling fs layer 22:25:44 7e9c9ca2126c: Pulling fs layer 22:25:44 cbdbe7a5bc2a: Verifying Checksum 22:25:44 cbdbe7a5bc2a: Download complete 22:25:45 cbdbe7a5bc2a: Pull complete 22:25:45 ca9280d653b3: Verifying Checksum 22:25:45 ca9280d653b3: Download complete 22:25:46 ca9280d653b3: Pull complete 22:25:46 7e9c9ca2126c: Verifying Checksum 22:25:46 7e9c9ca2126c: Download complete 22:25:48 using credential edgex-jenkins-ssh 22:25:48 Cloning the remote Git repository 22:25:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:25:48 > git init /w/workspace/edgex-go/6 # timeout=10 22:25:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:25:48 > git --version # timeout=10 22:25:48 > git --version # 'git version 2.17.1' 22:25:48 using GIT_SSH to set credentials SSH Credentials for GitHub 22:25:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:25:54 7e9c9ca2126c: Pull complete 22:25:54 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:25:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:25:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:25:54 prd-centos7-docker-4c-2g-26849 does not seem to be running inside a container 22:25:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 22:25:57 $ docker top 21227841cc758d621a2dac760d311cd1b924235088cd77e662524ad2b09cba20 -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:57 + docker-compose build --help 22:25:57 + grep parallel 22:25:58 --parallel Build images in parallel. [Pipeline] } 22:25:58 $ docker stop --time=1 21227841cc758d621a2dac760d311cd1b924235088cd77e662524ad2b09cba20 22:26:00 $ docker rm -f 21227841cc758d621a2dac760d311cd1b924235088cd77e662524ad2b09cba20 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:26:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:26:00 . [Pipeline] withDockerContainer 22:26:00 prd-centos7-docker-4c-2g-26849 does not seem to be running inside a container 22:26:00 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 22:26:01 $ docker top a8a2cf758cd360793ea8dfc369fb44b00fe31b819ecc6c5d49543acda8a10f85 -eo pid,comm [Pipeline] { [Pipeline] sh 22:26:01 + docker-compose -f ./docker-compose-build.yml build --parallel 22:26:02 Building docker-core-command-go ... 22:26:02 Building docker-core-data-go ... 22:26:02 Building docker-core-metadata-go ... 22:26:02 Building docker-security-bootstrapper-go ... 22:26:02 Building docker-security-proxy-setup-go ... 22:26:02 Building docker-security-secretstore-setup-go ... 22:26:02 Building docker-support-notifications-go ... 22:26:02 Building docker-support-scheduler-go ... 22:26:02 Building docker-sys-mgmt-agent-go ... 22:26:02 Building docker-security-secretstore-setup-go 22:26:02 Building docker-core-metadata-go 22:26:02 Building docker-security-bootstrapper-go 22:26:02 Building docker-sys-mgmt-agent-go 22:26:02 Building docker-core-data-go 22:26:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:26:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:26:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:26:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:26:03 using GIT_SSH to set credentials SSH Credentials for GitHub 22:26:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3171/head:refs/remotes/origin/PR-3171 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:26:04 Merging remotes/origin/master commit 431c39765778f2fdc6d58fd50bd7cbdfe9325062 into PR head commit 2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:26:04 Merge succeeded, producing 2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:26:04 Checking out Revision 2b04703d4e674a4b36fb2a1b8348aac01154cd91 (PR-3171) 22:26:04 > git config core.sparsecheckout # timeout=10 22:26:04 > git checkout -f 2b04703d4e674a4b36fb2a1b8348aac01154cd91 # timeout=10 22:26:04 > git remote # timeout=10 22:26:04 > git config --get remote.origin.url # timeout=10 22:26:04 using GIT_SSH to set credentials SSH Credentials for GitHub 22:26:04 > git merge 431c39765778f2fdc6d58fd50bd7cbdfe9325062 # timeout=10 22:26:04 > git rev-parse HEAD^{commit} # timeout=10 22:26:04 > git config core.sparsecheckout # timeout=10 22:26:04 > git checkout -f 2b04703d4e674a4b36fb2a1b8348aac01154cd91 # timeout=10 22:26:08 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:26:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:26:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:26:11 + sudo service docker restart 22:26:11 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:26:13 provisioning config files... 22:26:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7592131506761927961tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:26:14 ---> docker-login.sh 22:26:14 nexus3.edgexfoundry.org:10001 22:26:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:15 Configure a credential helper to remove this warning. See 22:26:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:15 22:26:15 Login Succeeded 22:26:15 nexus3.edgexfoundry.org:10002 22:26:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:15 Configure a credential helper to remove this warning. See 22:26:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:15 22:26:15 Login Succeeded 22:26:15 nexus3.edgexfoundry.org:10003 22:26:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:16 Configure a credential helper to remove this warning. See 22:26:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:16 22:26:16 Login Succeeded 22:26:16 nexus3.edgexfoundry.org:10004 22:26:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:17 Configure a credential helper to remove this warning. See 22:26:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:17 22:26:17 Login Succeeded 22:26:17 docker.io 22:26:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:17 Configure a credential helper to remove this warning. See 22:26:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:17 22:26:17 Login Succeeded 22:26:17 ---> docker-login.sh ends [Pipeline] } 22:26:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:26:18 ========================================================= 22:26:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:26:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:26:18 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 22:26:21 Sending build context to Docker daemon 166.3MB 22:26:21 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:26:21 Step 2/6 : FROM ${BASE} 22:26:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:26:21 5f621e34cdf4: Pulling fs layer 22:26:21 a4357932f1b6: Pulling fs layer 22:26:21 18c013af1878: Pulling fs layer 22:26:21 00ac8860ef70: Pulling fs layer 22:26:21 63d7cb157983: Pulling fs layer 22:26:21 b116817d02f9: Pulling fs layer 22:26:21 745a02a5169b: Pulling fs layer 22:26:21 63d7cb157983: Waiting 22:26:21 00ac8860ef70: Waiting 22:26:21 b116817d02f9: Waiting 22:26:21 745a02a5169b: Waiting 22:26:21 18c013af1878: Verifying Checksum 22:26:21 a4357932f1b6: Download complete 22:26:21 63d7cb157983: Download complete 22:26:21 b116817d02f9: Verifying Checksum 22:26:21 b116817d02f9: Download complete 22:26:21 5f621e34cdf4: Verifying Checksum 22:26:21 5f621e34cdf4: Download complete 22:26:21 5f621e34cdf4: Pull complete 22:26:21 a4357932f1b6: Pull complete 22:26:22 18c013af1878: Pull complete 22:26:23 745a02a5169b: Verifying Checksum 22:26:23 745a02a5169b: Download complete 22:26:24 00ac8860ef70: Verifying Checksum 22:26:24 00ac8860ef70: Download complete 22:26:34 00ac8860ef70: Pull complete 22:26:35 63d7cb157983: Pull complete 22:26:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:26:35 ---> dbfa88be0d2c 22:26:35 Step 3/23 : WORKDIR /edgex-go 22:26:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:26:35 ---> dbfa88be0d2c 22:26:35 Step 3/23 : WORKDIR /edgex-go 22:26:35 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:26:35 ---> dbfa88be0d2c 22:26:35 Step 3/26 : WORKDIR /edgex-go 22:26:35 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:35 Step 2/30 : FROM ${BUILDER_BASE} AS builder 22:26:35 ---> dbfa88be0d2c 22:26:35 Step 3/30 : WORKDIR /edgex-go 22:26:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:26:35 ---> dbfa88be0d2c 22:26:35 Step 3/24 : WORKDIR /edgex-go 22:26:35 ---> Running in e56410eccdbe 22:26:35 ---> Running in be6d18618990 22:26:35 ---> Running in 94425f0651f9 22:26:35 ---> Running in 8e39538d408e 22:26:35 ---> Running in eea72396b9a1 22:26:35 Removing intermediate container eea72396b9a1 22:26:35 ---> 177acdd68e46 22:26:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:35 Removing intermediate container 8e39538d408e 22:26:35 ---> 18e950596fd5 22:26:35 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:35 Removing intermediate container be6d18618990 22:26:35 ---> 23f2760531ff 22:26:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:35 Removing intermediate container e56410eccdbe 22:26:35 ---> 5d751391c1bd 22:26:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:35 Removing intermediate container 94425f0651f9 22:26:35 ---> 83051801d249 22:26:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:35 ---> Running in bca3a2b91687 22:26:35 ---> Running in 9490e567d112 22:26:35 ---> Running in 9192c008c9d1 22:26:35 ---> Running in 1536120ab118 22:26:35 ---> Running in 4e2a0a109de5 22:26:35 b116817d02f9: Pull complete 22:26:36 Removing intermediate container 9192c008c9d1 22:26:36 ---> 81d92b37be37 22:26:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:26:36 Removing intermediate container 9490e567d112 22:26:36 ---> b1f0043d9d04 22:26:36 Step 5/30 : RUN apk add --update --no-cache make git 22:26:37 ---> Running in e7707f7bdf0b 22:26:37 ---> Running in fa12eb78879a 22:26:37 Removing intermediate container bca3a2b91687 22:26:37 ---> ef82afe5c32f 22:26:37 Step 5/24 : RUN apk add --update --no-cache make git 22:26:37 Removing intermediate container 1536120ab118 22:26:37 ---> d15f8d59b923 22:26:37 Step 5/26 : RUN apk add --update --no-cache make bash git 22:26:37 ---> Running in 91dbf2b5c7d8 22:26:37 Removing intermediate container 4e2a0a109de5 22:26:37 ---> a20c82d1f310 22:26:37 Step 5/23 : RUN apk add --update --no-cache make git 22:26:37 ---> Running in e2171995a93c 22:26:37 ---> Running in 6e03365d69aa 22:26:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:26:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:26:39 745a02a5169b: Pull complete 22:26:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:26:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:26:39 ---> b7e6874047d6 22:26:39 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 22:26:40 OK: 233 MiB in 51 packages 22:26:40 OK: 233 MiB in 51 packages 22:26:40 OK: 233 MiB in 51 packages 22:26:40 OK: 233 MiB in 51 packages 22:26:40 OK: 233 MiB in 51 packages 22:26:40 Removing intermediate container fa12eb78879a 22:26:40 ---> d0e420a2813b 22:26:40 Step 6/30 : COPY go.mod . 22:26:40 Removing intermediate container 91dbf2b5c7d8 22:26:40 ---> 386b5f8d4d8f 22:26:40 Step 6/24 : COPY go.mod . 22:26:41 ---> 94548fdd33ae 22:26:41 Step 7/30 : RUN go mod download 22:26:41 Removing intermediate container 6e03365d69aa 22:26:41 ---> e9067bf89cb3 22:26:41 Step 6/23 : COPY go.mod . 22:26:41 ---> Running in 382cd017a12e 22:26:41 Removing intermediate container e7707f7bdf0b 22:26:41 ---> 79ac027b9b9d 22:26:41 Step 6/23 : COPY go.mod . 22:26:41 ---> 6c92c20f9f23 22:26:41 Step 7/24 : RUN go mod download 22:26:42 Removing intermediate container e2171995a93c 22:26:42 ---> 8efc43a2f981 22:26:42 Step 6/26 : COPY go.mod . 22:26:42 ---> Running in 69d674e9bbfa 22:26:42 ---> 58a7613245e1 22:26:42 Step 7/23 : RUN go mod download 22:26:42 ---> 796d240c2012 22:26:42 Step 7/23 : RUN go mod download 22:26:42 ---> Running in 664971ab885f 22:26:42 ---> Running in 122d02ed9e66 22:26:42 ---> 3eeffaabd7fb 22:26:42 Step 7/26 : RUN go mod download 22:26:43 ---> Running in 3eefae30bde7 22:26:43 ---> Running in 9a270b6594a5 22:26:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:26:44 Removing intermediate container 69d674e9bbfa 22:26:44 ---> 225cbdc56fc2 22:26:44 Step 8/24 : COPY . . 22:26:44 Removing intermediate container 382cd017a12e 22:26:44 ---> 4206dc9cce5f 22:26:44 Step 8/30 : COPY . . 22:26:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:26:45 (1/12) Installing libmagic (5.38-r0) 22:26:46 (2/12) Installing file (5.38-r0) 22:26:46 (3/12) Installing libc-dev (0.7.2-r3) 22:26:46 (4/12) Installing g++ (9.3.0-r2) 22:26:47 Removing intermediate container 664971ab885f 22:26:47 ---> 66f5aa353bba 22:26:47 Step 8/23 : COPY . . 22:26:47 Removing intermediate container 9a270b6594a5 22:26:47 ---> 551683819551 22:26:47 Step 8/26 : COPY . . 22:26:49 Removing intermediate container 122d02ed9e66 22:26:49 ---> 7e3e1f8b9b07 22:26:49 Step 8/23 : COPY . . 22:26:50 (5/12) Installing fortify-headers (1.1-r0) 22:26:50 (6/12) Installing patch (2.7.6-r6) 22:26:50 (7/12) Installing build-base (0.5-r2) 22:26:50 (8/12) Installing libsodium (1.0.18-r0) 22:26:50 (9/12) Installing pkgconf (1.7.2-r0) 22:26:50 (10/12) Installing libsodium-dev (1.0.18-r0) 22:26:50 (11/12) Installing libzmq (4.3.3-r0) 22:26:50 (12/12) Installing zeromq-dev (4.3.3-r0) 22:26:51 Executing busybox-1.31.1-r19.trigger 22:26:51 OK: 217 MiB in 51 packages 22:26:55 Removing intermediate container 3eefae30bde7 22:26:55 ---> bf7f1cc613a2 22:26:55 Step 4/6 : WORKDIR /edgex-go 22:26:55 ---> Running in eeede02b4fbb 22:26:55 Removing intermediate container eeede02b4fbb 22:26:55 ---> 0dd4b016d3cc 22:26:55 Step 5/6 : COPY go.mod . 22:26:56 ---> b81b0cfcffb5 22:26:56 Step 6/6 : RUN go mod download 22:26:56 ---> Running in 082b2aff59cf 22:27:23 Removing intermediate container 082b2aff59cf 22:27:23 ---> 469cd4fe5429 22:27:23 Successfully built 469cd4fe5429 22:27:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:27:24 + docker inspect -f . ci-base-image-arm64 22:27:24 . [Pipeline] withDockerContainer 22:27:24 prd-ubuntu18.04-docker-arm64-4c-16g-26852 does not seem to be running inside a container 22:27:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:27:25 $ docker top f3bc480692ae533d97fd3c305dd495f546bceb26ad960cfe56cdea27af1ba752 -eo pid,comm [Pipeline] { [Pipeline] sh 22:27:26 + go version 22:27:26 go version go1.15.5 linux/arm64 [Pipeline] } 22:27:26 $ docker stop --time=1 f3bc480692ae533d97fd3c305dd495f546bceb26ad960cfe56cdea27af1ba752 22:27:28 ---> b6c65ba81bc5 22:27:28 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:27:28 ---> c2e0d318a02c 22:27:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:27:28 ---> c6493dc0c34e 22:27:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:27:28 ---> 6687259608ca 22:27:28 Step 9/23 : RUN make cmd/core-data/core-data 22:27:28 ---> b33b66c153c0 22:27:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:27:28 ---> Running in efefc577c5d0 22:27:28 ---> Running in 20e6c1a39c7e 22:27:28 ---> Running in cf6d5be57b3c 22:27:28 ---> Running in bf339915a39b 22:27:28 ---> Running in 7e8e457df33a 22:27:28 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 22:27:28 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 22:27:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:27:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:27:28 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 22:27:28 $ docker rm -f f3bc480692ae533d97fd3c305dd495f546bceb26ad960cfe56cdea27af1ba752 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:27:30 + docker inspect -f . ci-base-image-arm64 22:27:30 . [Pipeline] withDockerContainer 22:27:30 prd-ubuntu18.04-docker-arm64-4c-16g-26852 does not seem to be running inside a container 22:27:30 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:27:31 $ docker top 8f1dcd28a2defc2dedae8389d5f1b08bd66f61993afd826018b6a22361c90aa1 -eo pid,comm [Pipeline] { [Pipeline] echo 22:27:32 ========================================================= 22:27:32 [edgeXBuildGoParallel] Running Tests and Build... 22:27:32 ========================================================= [Pipeline] sh 22:27:32 + make test 22:27:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:27:55 ? github.com/edgexfoundry/edgex-go [no test files] 22:27:55 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 22:27:57 Removing intermediate container efefc577c5d0 22:27:57 ---> 1d978182e653 22:27:57 22:27:57 Step 10/30 : FROM alpine:3.12 22:27:57 3.12: Pulling from library/alpine 22:27:58 Removing intermediate container cf6d5be57b3c 22:27:58 ---> 2e2bc7555e37 22:27:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:27:58 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:27:58 Status: Downloaded newer image for alpine:3.12 22:27:58 ---> 389fef711851 22:27:58 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:28:00 ---> Running in a83eb6e71d0c 22:28:00 ---> Running in dd16c9d45605 22:28:01 Removing intermediate container 20e6c1a39c7e 22:28:01 ---> a0dc954b8bc4 22:28:01 22:28:01 Step 10/24 : FROM alpine:3.12 22:28:01 ---> 389fef711851 22:28:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:28:01 Removing intermediate container dd16c9d45605 22:28:01 ---> 432c950186c8 22:28:01 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 22:28:01 ---> Running in d178f18cd7fe 22:28:01 ---> Running in 506153b549ee 22:28:01 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 22:28:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:03 (1/2) Installing dumb-init (1.2.2-r1) 22:28:03 (2/2) Installing su-exec (0.2-r1) 22:28:03 Executing busybox-1.31.1-r19.trigger 22:28:03 (1/5) Installing ca-certificates (20191127-r4) 22:28:03 OK: 6 MiB in 16 packages 22:28:03 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:28:03 (3/5) Installing libcurl (7.69.1-r3) 22:28:03 (4/5) Installing curl (7.69.1-r3) 22:28:03 (5/5) Installing dumb-init (1.2.2-r1) 22:28:03 Executing busybox-1.31.1-r19.trigger 22:28:03 Executing ca-certificates-20191127-r4.trigger 22:28:03 OK: 7 MiB in 19 packages 22:28:07 Removing intermediate container a83eb6e71d0c 22:28:07 ---> 95f780ea508a 22:28:07 22:28:07 Step 11/26 : FROM docker:20.10.0 22:28:07 Removing intermediate container 506153b549ee 22:28:07 ---> 03011b1775c4 22:28:07 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 22:28:07 20.10.0: Pulling from library/docker 22:28:07 Removing intermediate container bf339915a39b 22:28:07 ---> 9b869a9aa8bd 22:28:07 22:28:07 Step 10/23 : FROM alpine:3.12 22:28:07 ---> 389fef711851 22:28:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:28:07 ---> Running in 2dd37cd936f8 22:28:07 Removing intermediate container d178f18cd7fe 22:28:07 ---> 41d970c1c421 22:28:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:28:07 ---> Running in 0dff169de0a2 22:28:08 ---> Running in 816831b056bf 22:28:09 Removing intermediate container 2dd37cd936f8 22:28:09 ---> 79b4e54f9d85 22:28:09 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:28:10 ---> Running in 351956e2e409 22:28:10 Removing intermediate container 816831b056bf 22:28:10 ---> e306dba98d08 22:28:10 Step 13/24 : WORKDIR / 22:28:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:10 Removing intermediate container 7e8e457df33a 22:28:10 ---> 7b04f2bf7b16 22:28:10 22:28:10 Step 10/23 : FROM alpine:3.12 22:28:10 ---> 389fef711851 22:28:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:28:10 ---> Running in 7683d7ec61bc 22:28:10 (1/1) Installing dumb-init (1.2.2-r1) 22:28:10 Executing busybox-1.31.1-r19.trigger 22:28:10 OK: 6 MiB in 15 packages 22:28:10 ---> Running in 6ff1c5914d36 22:28:10 Removing intermediate container 351956e2e409 22:28:10 ---> 1b577e58c190 22:28:10 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:28:12 Removing intermediate container 7683d7ec61bc 22:28:12 ---> 0cdaeb056947 22:28:12 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:28:12 ---> Running in 80839f0e98d6 22:28:13 Removing intermediate container 6ff1c5914d36 22:28:13 ---> 90b67093fdff 22:28:13 Step 12/23 : ENV APP_PORT=48080 22:28:13 ---> 6513e1a71177 22:28:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:28:13 ---> Running in 4eaab558b17a 22:28:14 Removing intermediate container 0dff169de0a2 22:28:14 ---> 95068f2c116e 22:28:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:28:14 ---> Running in a313902d12ac 22:28:14 ---> 8c48a27d6d4a 22:28:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:28:14 Removing intermediate container 4eaab558b17a 22:28:14 ---> 9c6a7334c192 22:28:14 Step 13/23 : EXPOSE $APP_PORT 22:28:14 ---> Running in 46fb40e08f82 22:28:14 Removing intermediate container a313902d12ac 22:28:14 ---> 32101c1191e3 22:28:14 Step 13/23 : ENV APP_PORT=48081 22:28:14 ---> 8ccd0eb0aa8b 22:28:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:28:15 ---> Running in 61d45b00e066 22:28:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:28:15 Removing intermediate container 46fb40e08f82 22:28:15 ---> dabce98cab4a 22:28:15 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:15 Status: Downloaded newer image for docker:20.10.0 22:28:15 ---> aefe523efa57 22:28:15 Step 12/26 : RUN apk add --no-cache bash 22:28:15 Removing intermediate container 80839f0e98d6 22:28:15 ---> abc0604540a5 22:28:15 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 22:28:15 ---> Running in 35d51cb8ed68 22:28:15 ---> Running in bfe65817c6ce 22:28:15 Removing intermediate container 61d45b00e066 22:28:15 ---> 5a88f4d1ff16 22:28:15 Step 14/23 : EXPOSE $APP_PORT 22:28:15 ---> e5b45ada552e 22:28:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:28:15 ---> Running in eba85ce532f3 22:28:15 ---> Running in 8ec11529ba66 22:28:16 Removing intermediate container eba85ce532f3 22:28:16 ---> c981343ade05 22:28:16 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:28:16 Removing intermediate container 8ec11529ba66 22:28:16 ---> fa17ab1c53b5 22:28:16 Step 15/23 : WORKDIR / 22:28:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:16 ---> 4f563dfb7782 22:28:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:28:16 ---> Running in eca4525fd3fc 22:28:16 ---> bcb84477bdfe 22:28:16 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:28:17 (1/2) Installing readline (8.0.4-r0) 22:28:17 (2/2) Installing bash (5.0.17-r0) 22:28:17 Executing bash-5.0.17-r0.post-install 22:28:17 Executing busybox-1.31.1-r19.trigger 22:28:17 OK: 12 MiB in 22 packages 22:28:17 ---> Running in 25834dfe99e3 22:28:17 Removing intermediate container eca4525fd3fc 22:28:17 ---> d3db98196a22 22:28:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:17 ---> b0eedf22e466 22:28:17 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:28:17 ---> Running in 30589fc583a7 22:28:18 Removing intermediate container bfe65817c6ce 22:28:18 ---> 0fcb1b978b5b 22:28:18 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:28:18 ---> Running in e1aec3abb302 22:28:18 ---> dcb52d412a1b 22:28:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:28:18 Removing intermediate container 35d51cb8ed68 22:28:18 ---> 47d54a56678a 22:28:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:28:19 ---> 2f3ea9b043ba 22:28:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:28:19 ---> Running in fa117b1e13fd 22:28:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:19 Removing intermediate container fa117b1e13fd 22:28:19 ---> 703b7cedfa80 22:28:19 Step 14/26 : ENV APP_PORT=48090 22:28:19 ---> Running in b55bb3adaa1b 22:28:19 ---> 2d90edb7d255 22:28:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:28:19 ---> Running in 23129257c0f1 22:28:19 Removing intermediate container 25834dfe99e3 22:28:19 ---> a46f577e1866 22:28:19 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:19 Removing intermediate container b55bb3adaa1b 22:28:19 ---> 2f28ed98fb13 22:28:19 Step 15/26 : EXPOSE $APP_PORT 22:28:19 Removing intermediate container 30589fc583a7 22:28:19 ---> 5d740377a904 22:28:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:28:19 ---> Running in 2a242d27150b 22:28:19 ---> Running in 4cf4c9c5e2e7 22:28:19 Removing intermediate container 23129257c0f1 22:28:19 ---> 2b8298766a63 22:28:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:20 ---> b44510db6449 22:28:20 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:28:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:20 ---> Running in 6a1d64973b6e 22:28:20 Removing intermediate container 2a242d27150b 22:28:20 ---> 23a081ace60c 22:28:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:28:20 Removing intermediate container 4cf4c9c5e2e7 22:28:20 ---> cac416f4a79c 22:28:20 Step 22/24 : LABEL arch=x86_64 22:28:20 ---> Running in d5146fb902e6 22:28:20 Removing intermediate container 6a1d64973b6e 22:28:20 ---> 00490edc16ae 22:28:20 Step 21/23 : LABEL arch=x86_64 22:28:20 ---> 67abb73e3af6 22:28:20 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:28:20 ---> Running in f48799dbde50 22:28:20 ---> 943e54cb1f9c 22:28:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:28:20 Removing intermediate container d5146fb902e6 22:28:20 ---> d1afacdc0c75 22:28:20 Step 23/24 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:28:21 ---> Running in cb75e3322f89 22:28:21 Removing intermediate container f48799dbde50 22:28:21 ---> 93a19bdf0f41 22:28:21 Step 22/23 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:28:21 (1/6) Installing dumb-init (1.2.2-r1) 22:28:21 ---> 294a70f3e9f3 22:28:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:28:21 ---> 062e3ad06900 22:28:21 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:28:21 (2/6) Installing libgcc (9.3.0-r2) 22:28:21 ---> Running in fe739583b6ac 22:28:21 (3/6) Installing libsodium (1.0.18-r0) 22:28:21 Removing intermediate container cb75e3322f89 22:28:21 ---> 70155fed6dd3 22:28:21 Step 24/24 : LABEL version=0.0.0 22:28:21 ---> Running in 14a89335b3eb 22:28:21 ---> bd9b1f9d8bd8 22:28:21 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 22:28:21 ---> 1f2f84acfbcc 22:28:21 Step 19/26 : RUN apk --no-cache add py3-pip 22:28:21 (4/6) Installing libstdc++ (9.3.0-r2) 22:28:21 Removing intermediate container fe739583b6ac 22:28:21 ---> b73c02667c76 22:28:21 Step 23/23 : LABEL version=0.0.0 22:28:21 ---> Running in 2f33e4121d44 22:28:21 ---> Running in 4e9b9e71369a 22:28:21 ---> Running in 0799bb1b76a9 22:28:22 Removing intermediate container 14a89335b3eb 22:28:22 ---> d2e0971d7f53 22:28:22 22:28:22 (5/6) Installing libzmq (4.3.3-r0) 22:28:22 (6/6) Installing zeromq (4.3.3-r0) 22:28:22 Removing intermediate container 4e9b9e71369a 22:28:22 ---> 727c606f0917 22:28:22 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:28:22 Successfully built d2e0971d7f53 22:28:22 Removing intermediate container 0799bb1b76a9 22:28:22 ---> 12aeb5dd2402 22:28:22 22:28:22 Successfully tagged docker-security-secretstore-setup-go:latest 22:28:22  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 22:28:22 Executing busybox-1.31.1-r19.trigger 22:28:22 OK: 8 MiB in 20 packages 22:28:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:22 Successfully built 12aeb5dd2402 22:28:22 Successfully tagged docker-core-metadata-go:latest 22:28:22  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 22:28:22 (1/33) Installing libbz2 (1.0.8-r1) 22:28:22 (2/33) Installing expat (2.2.9-r1) 22:28:22 (3/33) Installing libffi (3.3-r2) 22:28:22 (4/33) Installing gdbm (1.13-r1) 22:28:22 (5/33) Installing xz-libs (5.2.5-r0) 22:28:22 (6/33) Installing sqlite-libs (3.32.1-r0) 22:28:22 ---> 7b04e2b7712d 22:28:22 Step 25/30 : RUN chmod +x /entrypoint.sh 22:28:22 (7/33) Installing python3 (3.8.5-r0) 22:28:28 ---> Running in 4ca653dd7ee7 22:28:32 Removing intermediate container e1aec3abb302 22:28:32 ---> b4d36c201d7a 22:28:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:32 (8/33) Installing py3-appdirs (1.4.4-r1) 22:28:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:28:32 (10/33) Installing py3-parsing (2.4.7-r0) 22:28:32 (11/33) Installing py3-six (1.15.0-r0) 22:28:32 (12/33) Installing py3-packaging (20.4-r0) 22:28:32 (13/33) Installing py3-setuptools (47.0.0-r0) 22:28:32 (14/33) Installing py3-chardet (3.0.4-r4) 22:28:32 (15/33) Installing py3-idna (2.9-r0) 22:28:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:28:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:28:33 (18/33) Installing py3-requests (2.23.0-r0) 22:28:33 (19/33) Installing py3-msgpack (1.0.0-r0) 22:28:33 (20/33) Installing py3-lockfile (0.12.2-r3) 22:28:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:28:33 (22/33) Installing py3-colorama (0.4.3-r0) 22:28:34 (23/33) Installing py3-distlib (0.3.0-r0) 22:28:34 (24/33) Installing py3-distro (1.5.0-r1) 22:28:34 ---> 4ad942f69d53 22:28:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:28:35 (25/33) Installing py3-webencodings (0.5.1-r3) 22:28:35 (26/33) Installing py3-html5lib (1.0.1-r4) 22:28:35 (27/33) Installing py3-pytoml (0.1.21-r0) 22:28:36 (28/33) Installing py3-pep517 (0.8.2-r0) 22:28:36 (29/33) Installing py3-progress (1.5-r0) 22:28:36 (30/33) Installing py3-toml (0.10.1-r0) 22:28:37 (31/33) Installing py3-retrying (1.3.3-r0) 22:28:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:28:38 (33/33) Installing py3-pip (20.1.1-r0) 22:28:40 Executing busybox-1.31.1-r19.trigger 22:28:40 OK: 71 MiB in 55 packages 22:28:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:28:43 ---> d1984817da33 22:28:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:28:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:28:45 ---> dbfa88be0d2c 22:28:45 Step 3/21 : WORKDIR /edgex-go 22:28:45 ---> Using cache 22:28:45 ---> 83051801d249 22:28:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:45 ---> Using cache 22:28:45 ---> a20c82d1f310 22:28:45 Step 5/21 : RUN apk add --update --no-cache make git 22:28:45 ---> Using cache 22:28:45 ---> e9067bf89cb3 22:28:45 Step 6/21 : COPY go.mod . 22:28:45 ---> Using cache 22:28:45 ---> 58a7613245e1 22:28:45 Step 7/21 : RUN go mod download 22:28:45 ---> Using cache 22:28:45 ---> 66f5aa353bba 22:28:45 Step 8/21 : COPY . . 22:28:45 ---> Using cache 22:28:45 ---> b33b66c153c0 22:28:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:28:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:28:45 ---> dbfa88be0d2c 22:28:45 Step 3/23 : WORKDIR /edgex-go 22:28:45 ---> Using cache 22:28:45 ---> 83051801d249 22:28:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:45 ---> Using cache 22:28:45 ---> a20c82d1f310 22:28:45 Step 5/23 : RUN apk add --update --no-cache make git 22:28:45 ---> Using cache 22:28:45 ---> e9067bf89cb3 22:28:45 Step 6/23 : COPY go.mod . 22:28:45 ---> Using cache 22:28:45 ---> 58a7613245e1 22:28:45 Step 7/23 : RUN go mod download 22:28:45 ---> Using cache 22:28:45 ---> 66f5aa353bba 22:28:45 Step 8/23 : COPY . . 22:28:45 ---> Using cache 22:28:45 ---> b33b66c153c0 22:28:45 Step 9/23 : RUN make cmd/core-command/core-command 22:28:46 Removing intermediate container 4ca653dd7ee7 22:28:46 ---> b1b3fd30759d 22:28:46 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 22:28:47 ---> Running in 71fc25e15e3f 22:28:47 ---> 79e5d6b02295 22:28:47 Step 19/23 : ENTRYPOINT ["/core-data"] 22:28:47 ---> Running in 564468e72375 22:28:48 ---> Running in 6e2e32763509 22:28:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:28:49 ---> Running in 98d1170c3e1b 22:28:49 Removing intermediate container 6e2e32763509 22:28:49 ---> 6653a0cf03cb 22:28:49 Step 27/30 : CMD ["gate"] 22:28:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:28:51 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 22:28:51 Removing intermediate container 98d1170c3e1b 22:28:51 ---> b06d0c004fad 22:28:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:51 ---> Running in 11c3d7da3762 22:28:53 ---> Running in 183f10c9f2cf 22:28:53 Removing intermediate container 11c3d7da3762 22:28:53 ---> bb36e4275e91 22:28:53 Step 28/30 : LABEL arch=x86_64 22:28:54 Removing intermediate container 183f10c9f2cf 22:28:54 ---> 29398af5dea2 22:28:54 Step 21/23 : LABEL arch=x86_64 22:28:55 ---> Running in 58881bd7e559 22:28:56 ---> Running in da3dd664cad7 22:28:56 Removing intermediate container 2f33e4121d44 22:28:56 ---> 13a381e6e9e9 22:28:56 Step 20/26 : RUN pip install docker-compose==1.23.2 22:28:56 ---> Running in 96e57bf2a5f6 22:28:56 Removing intermediate container da3dd664cad7 22:28:56 ---> a48f977e21a6 22:28:56 Step 22/23 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:28:56 Removing intermediate container 58881bd7e559 22:28:56 ---> 5a3d806816e9 22:28:56 Step 29/30 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:28:57 ---> Running in 4c083298fc01 22:28:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:28:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:28:57 ---> Running in 81abef9c0824 22:28:57 Removing intermediate container 4c083298fc01 22:28:57 ---> e8c5b88f3665 22:28:57 Step 23/23 : LABEL version=0.0.0 22:28:57 ---> Running in 7f68162e242c 22:28:57 Removing intermediate container 81abef9c0824 22:28:57 ---> fa60dbc33441 22:28:57 Step 30/30 : LABEL version=0.0.0 22:28:58 ---> Running in 1609195028df 22:28:58 Removing intermediate container 7f68162e242c 22:28:58 ---> 6c76e4554652 22:28:58 22:28:58 Removing intermediate container 1609195028df 22:28:58 ---> 2bc04b572b65 22:28:58 22:28:58 Successfully built 6c76e4554652 22:28:58 Successfully tagged docker-core-data-go:latest 22:28:58 Building docker-support-scheduler-go 22:28:58  Building docker-core-data-go ... done Successfully built 2bc04b572b65 22:28:58 Successfully tagged docker-security-bootstrapper-go:latest 22:28:58  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go 22:28:59 Collecting docker-compose==1.23.2 22:28:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:28:59 Collecting docopt<0.7,>=0.6.1 22:28:59 Downloading docopt-0.6.2.tar.gz (25 kB) 22:29:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:29:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:29:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:29:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:29:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:29:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:29:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:29:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:29:05 Collecting jsonschema<3,>=2.5.1 22:29:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:29:06 Collecting cached-property<2,>=1.2.0 22:29:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:29:07 Collecting texttable<0.10,>=0.9.0 22:29:07 Downloading texttable-0.9.1.tar.gz (11 kB) 22:29:08 Collecting docker<4.0,>=3.6.0 22:29:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:29:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:29:08 Collecting PyYAML<4,>=3.10 22:29:09 Downloading PyYAML-3.13.tar.gz (270 kB) 22:29:10 Collecting websocket-client<1.0,>=0.32.0 22:29:10 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:29:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:29:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:29:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:29:13 Collecting dockerpty<0.5,>=0.4.1 22:29:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:29:15 Collecting idna<2.8,>=2.5 22:29:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:29:16 Collecting urllib3<1.25,>=1.21.1 22:29:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:29:17 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) 22:29:17 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) 22:29:17 Collecting docker-pycreds>=0.4.0 22:29:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:29:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:29:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:29:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:29:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:29:17 Installing collected packages: docopt, idna, urllib3, requests, jsonschema, cached-property, texttable, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, docker-compose 22:29:17 Running setup.py install for docopt: started 22:29:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.375s coverage: 45.9% of statements 22:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:29:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 22:29:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.276s coverage: 100.0% of statements 22:29:18 Running setup.py install for docopt: finished with status 'done' 22:29:18 Attempting uninstall: idna 22:29:18 Found existing installation: idna 2.9 22:29:18 Uninstalling idna-2.9: 22:29:19 Successfully uninstalled idna-2.9 22:29:21 Attempting uninstall: urllib3 22:29:21 Found existing installation: urllib3 1.25.9 22:29:21 Uninstalling urllib3-1.25.9: 22:29:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:29:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:29:21 ---> dbfa88be0d2c 22:29:21 Step 3/22 : WORKDIR /edgex-go 22:29:21 ---> Using cache 22:29:21 ---> 83051801d249 22:29:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:21 ---> Using cache 22:29:21 ---> a20c82d1f310 22:29:21 Step 5/22 : RUN apk add --update --no-cache make git 22:29:21 ---> Using cache 22:29:21 ---> e9067bf89cb3 22:29:21 Step 6/22 : COPY go.mod . 22:29:21 ---> Using cache 22:29:21 ---> 58a7613245e1 22:29:21 Step 7/22 : RUN go mod download 22:29:21 ---> Using cache 22:29:21 ---> 66f5aa353bba 22:29:21 Step 8/22 : COPY . . 22:29:21 Successfully uninstalled urllib3-1.25.9 22:29:21 ---> Using cache 22:29:21 ---> b33b66c153c0 22:29:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:29:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:29:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:29:22 ---> dbfa88be0d2c 22:29:22 Step 3/22 : WORKDIR /edgex-go 22:29:22 ---> Using cache 22:29:22 ---> 83051801d249 22:29:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:22 ---> Using cache 22:29:22 ---> a20c82d1f310 22:29:22 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:29:23 ---> Running in 268862539d62 22:29:23 Attempting uninstall: requests 22:29:23 Found existing installation: requests 2.23.0 22:29:23 Uninstalling requests-2.23.0: 22:29:23 Successfully uninstalled requests-2.23.0 22:29:23 ---> Running in 46f7a7a1bcdf 22:29:23 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 22:29:23 Running setup.py install for texttable: started 22:29:24 Running setup.py install for texttable: finished with status 'done' 22:29:24 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 22:29:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.627s coverage: 27.1% of statements 22:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:29:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 22:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:29:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements 22:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:29:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:29:25 Running setup.py install for PyYAML: started 22:29:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.219s coverage: 65.8% of statements 22:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:29:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:29:26 Running setup.py install for PyYAML: finished with status 'done' 22:29:26 Running setup.py install for dockerpty: started 22:29:26 OK: 233 MiB in 51 packages 22:29:26 Running setup.py install for dockerpty: finished with status 'done' 22:29:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.755s coverage: 82.3% of statements 22:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:29:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:29: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 22:29:30 Removing intermediate container 564468e72375 22:29:30 ---> b7639cb87660 22:29:30 22:29:30 Step 10/23 : FROM alpine:3.12 22:29:30 ---> 389fef711851 22:29:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:29:30 ---> Using cache 22:29:30 ---> 95068f2c116e 22:29:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:29:30 ---> Using cache 22:29:30 ---> 32101c1191e3 22:29:30 Step 13/23 : ENV APP_PORT=48082 22:29:30 Removing intermediate container 46f7a7a1bcdf 22:29:30 ---> e0323a92e5e8 22:29:30 Step 6/22 : COPY go.mod . 22:29:30 ---> Running in a21094061dfa 22:29:30 Removing intermediate container a21094061dfa 22:29:30 ---> 0e7bab98970b 22:29:30 Step 14/23 : EXPOSE $APP_PORT 22:29:31 ---> Running in 671ba799e580 22:29:31 ---> 6632a7506148 22:29:31 Step 7/22 : RUN go mod download 22:29:32 ---> Running in 5172e7f02261 22:29:33 Removing intermediate container 671ba799e580 22:29:33 ---> eddd342c3a24 22:29:33 Step 15/23 : WORKDIR / 22:29:33 ---> Running in 2cc7455ca6eb 22:29:34 Removing intermediate container 96e57bf2a5f6 22:29:34 ---> ece2d95cb86d 22:29:34 Step 21/26 : RUN apk --no-cache add curl 22:29:34 Removing intermediate container 71fc25e15e3f 22:29:34 ---> 87b5943be610 22:29:34 22:29:34 Step 10/21 : FROM alpine:3.12 22:29:34 ---> 389fef711851 22:29:34 Step 11/21 : RUN apk add --update --no-cache curl 22:29:34 ---> Running in 9dc1b81378e1 22:29:34 ---> Running in cf812a62e2c3 22:29:34 Removing intermediate container 2cc7455ca6eb 22:29:34 ---> 9e64bc706154 22:29:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:34 ---> dead0415bffc 22:29:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:35 (1/4) Installing ca-certificates (20191127-r4) 22:29:35 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:29:35 (3/4) Installing libcurl (7.69.1-r3) 22:29:35 (4/4) Installing curl (7.69.1-r3) 22:29:35 Executing busybox-1.31.1-r19.trigger 22:29:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:29:35 (2/3) Installing libcurl (7.69.1-r3) 22:29:35 (3/3) Installing curl (7.69.1-r3) 22:29:35 Executing busybox-1.31.1-r19.trigger 22:29:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.232s coverage: 28.6% of statements 22:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:29:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.269s coverage: 100.0% of statements 22:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:29:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.101s coverage: 100.0% of statements 22:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:29:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.308s coverage: 86.7% of statements 22:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:29:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.291s coverage: 97.5% of statements 22:29:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:29:36 OK: 72 MiB in 58 packages 22:29:36 Executing ca-certificates-20191127-r4.trigger 22:29:36 OK: 7 MiB in 18 packages 22:29:36 ---> 7f985165341d 22:29:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:29:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements 22:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:29:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:29:37 Removing intermediate container 5172e7f02261 22:29:37 ---> 7ed760c17897 22:29:37 Step 8/22 : COPY . . 22:29:37 ---> 3cd9006686ed 22:29:37 Step 19/23 : ENTRYPOINT ["/core-command"] 22:29:37 ---> Running in 04cab22f0aa1 22:29:38 Removing intermediate container cf812a62e2c3 22:29:38 ---> 324141db6c4a 22:29:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:29:42 ---> Running in 301b4d36d76b 22:29:42 Removing intermediate container 9dc1b81378e1 22:29:42 ---> a57de5000ff9 22:29:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:29:45 Removing intermediate container 04cab22f0aa1 22:29:45 ---> efe86397de76 22:29:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.477s coverage: 92.8% of statements 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:29:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:29:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.197s coverage: 0.1% of statements 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:29:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:29:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 45.5% of statements 22:29:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.079s coverage: 79.5% of statements 22:29:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.085s coverage: 94.1% of statements 22:29:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 22:29:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements 22:29:47 ---> Running in 9061a8b01e59 22:29:49 ---> Running in 78881be81a9d 22:29:49 Removing intermediate container 301b4d36d76b 22:29:49 ---> cc5915b27a73 22:29:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:29:50 ---> Running in a3b8a75e7bea 22:29:51 Removing intermediate container 9061a8b01e59 22:29:51 ---> b3f882642dd6 22:29:51 Step 13/21 : WORKDIR /edgex 22:29:51 Removing intermediate container 78881be81a9d 22:29:51 ---> 15da7be58897 22:29:51 Step 21/23 : LABEL arch=x86_64 22:29:52 Removing intermediate container a3b8a75e7bea 22:29:52 ---> 798e48bc993c 22:29:52 Step 24/26 : LABEL arch=x86_64 22:29:52 ---> Running in f920ba96c225 22:29:52 ---> Running in 0cea36851f68 22:29:55 ---> Running in 94349c204405 22:29:56 Removing intermediate container f920ba96c225 22:29:56 ---> 67afeb83bb33 22:29:56 Step 22/23 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:29:57 Removing intermediate container 0cea36851f68 22:29:57 ---> dbbb81cbdb98 22:29:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:29:57 Removing intermediate container 268862539d62 22:29:57 ---> 638d8747216f 22:29:57 22:29:57 Step 10/22 : FROM alpine:3.12 22:29:57 ---> 389fef711851 22:29:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:29:57 ---> Using cache 22:29:57 ---> 95068f2c116e 22:29:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:29:57 ---> Using cache 22:29:57 ---> 32101c1191e3 22:29:57 Step 13/22 : ENV APP_PORT=48085 22:29:57 ---> Running in 5a1ad973fdb9 22:29:57 Removing intermediate container 94349c204405 22:29:57 ---> ff70f55b7c4b 22:29:57 Step 25/26 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:29:57 ---> Running in ad39da5949ef 22:29:57 ---> Running in 550aee060fb0 22:29:57 ---> 9f5114d51ddc 22:29:57 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:29:57 ---> Running in a753bd2e7e03 22:29:57 Removing intermediate container 5a1ad973fdb9 22:29:57 ---> dc7acaf3ed23 22:29:57 Step 23/23 : LABEL version=0.0.0 22:29:57 ---> 68231955b889 22:29:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:29:57 Removing intermediate container ad39da5949ef 22:29:57 ---> 7204eb2c84fc 22:29:57 Step 14/22 : EXPOSE $APP_PORT 22:29:57 Removing intermediate container 550aee060fb0 22:29:57 ---> 254c7411235f 22:29:57 Step 26/26 : LABEL version=0.0.0 22:29:57 ---> Running in d761352b248f 22:29:58 ---> Running in 6af1bb66333b 22:29:58 ---> Running in e23c84436e70 22:29:58 Removing intermediate container d761352b248f 22:29:58 ---> d43913bcb0fe 22:29:58 22:29:58 ---> 0f3ef1b1cb0e 22:29:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:29:58 Removing intermediate container 6af1bb66333b 22:29:58 ---> bced78268bda 22:29:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:58 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 22:29:58 Successfully built d43913bcb0fe 22:29:58 Successfully tagged docker-core-command-go:latest 22:29:58 Removing intermediate container e23c84436e70 22:29:58 ---> d39fa5dfa15d 22:29:58 22:29:59  Building docker-core-command-go ... done Successfully built d39fa5dfa15d 22:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements 22:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 22:29:59 Successfully tagged docker-sys-mgmt-agent-go:latest 22:29:59  Building docker-sys-mgmt-agent-go ... done  ---> ca79ba5fa7d5 22:29:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:29:59 ---> ad55ad0ccc7c 22:29:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:29:59 ---> Running in e6f671714f3e 22:30:00 Removing intermediate container e6f671714f3e 22:30:00 ---> 4b10c41011f3 22:30:00 Step 18/21 : CMD ["--init=true"] 22:30:00 ---> Running in 34f6b1b01f9e 22:30:00 ---> 9d11c94acecb 22:30:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:30:00 Removing intermediate container 34f6b1b01f9e 22:30:00 ---> c03758704058 22:30:00 Step 19/21 : LABEL arch=x86_64 22:30:00 ---> Running in 12f37692c2b6 22:30:01 ---> 894c775f5dcc 22:30:01 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:30:01 Removing intermediate container 12f37692c2b6 22:30:01 ---> dc57c5c8f5ad 22:30:01 Step 20/21 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:30:01 ---> Running in a42e204adccf 22:30:01 ---> Running in 15471df18a62 22:30:01 Removing intermediate container a42e204adccf 22:30:01 ---> 436f93576a25 22:30:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:01 Removing intermediate container 15471df18a62 22:30:01 ---> 3c58ac326e75 22:30:01 Step 21/21 : LABEL version=0.0.0 22:30:01 ---> Running in 4160bb3a19ef 22:30:01 ---> Running in 0c2bcf7b72c3 22:30:02 Removing intermediate container 4160bb3a19ef 22:30:02 ---> 00670355d877 22:30:02 Step 20/22 : LABEL arch=x86_64 22:30:02 Removing intermediate container 0c2bcf7b72c3 22:30:02 ---> bd14d725ef7a 22:30:02 22:30:02 ---> Running in e742e94d083a 22:30:02 Successfully built bd14d725ef7a 22:30:02 Successfully tagged docker-security-proxy-setup-go:latest 22:30:02  Building docker-security-proxy-setup-go ... done Removing intermediate container e742e94d083a 22:30:02 ---> 5ed0b2ae773f 22:30:02 Step 21/22 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:30:02 ---> Running in b25a3943d1b3 22:30:02 Removing intermediate container b25a3943d1b3 22:30:02 ---> 897a6f2ba6a2 22:30:02 Step 22/22 : LABEL version=0.0.0 22:30:03 ---> Running in 5e5ffa35729e 22:30:03 Removing intermediate container 5e5ffa35729e 22:30:03 ---> 8e428bfd3da5 22:30:03 22:30:03 Successfully built 8e428bfd3da5 22:30:04 Successfully tagged docker-support-scheduler-go:latest 22:30:12  Building docker-support-scheduler-go ... done Removing intermediate container a753bd2e7e03 22:30:12 ---> 371243f55b9b 22:30:12 22:30:12 Step 10/22 : FROM alpine:3.12 22:30:12 ---> 389fef711851 22:30:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:30:12 ---> Running in e07a03a3efb8 22:30:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:12 (1/2) Installing ca-certificates (20191127-r4) 22:30:12 (2/2) Installing dumb-init (1.2.2-r1) 22:30:12 Executing busybox-1.31.1-r19.trigger 22:30:12 Executing ca-certificates-20191127-r4.trigger 22:30:12 OK: 6 MiB in 16 packages 22:30:14 Removing intermediate container e07a03a3efb8 22:30:14 ---> 97f5fb682b53 22:30:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.133s coverage: 92.9% of statements 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.060s coverage: 77.8% of statements 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.084s coverage: 75.5% of statements 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.2% of statements 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.4% of statements 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.551s coverage: 63.5% of statements 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.696s coverage: 68.9% of statements 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.371s coverage: 37.0% of statements 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:30:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.532s coverage: 84.0% of statements 22:30:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements 22:30:14 ---> Running in 54b60120e0d3 22:30:14 Removing intermediate container 54b60120e0d3 22:30:14 ---> aa1ddff3d59d 22:30:14 Step 13/22 : ENV APP_PORT=48060 22:30:14 ---> Running in b9b5ad6d5b0d 22:30:14 Removing intermediate container b9b5ad6d5b0d 22:30:14 ---> ef76b8e1168d 22:30:14 Step 14/22 : EXPOSE $APP_PORT 22:30:14 ---> Running in 49583dc7934b 22:30:14 Removing intermediate container 49583dc7934b 22:30:14 ---> c752b15c13b2 22:30:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:15 ---> 3252fe6b1512 22:30:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:30:15 ---> e8cd269cfd04 22:30:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:30:15 ---> 9b69af3f0439 22:30:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:30:16 ---> Running in 905648bc3456 22:30:16 Removing intermediate container 905648bc3456 22:30:16 ---> 2ccd7f58f107 22:30:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:16 ---> Running in 1ad5e822dc63 22:30:16 Removing intermediate container 1ad5e822dc63 22:30:16 ---> 601c68fb36d8 22:30:16 Step 20/22 : LABEL arch=x86_64 22:30:16 ---> Running in ac03fac92a9c 22:30:16 Removing intermediate container ac03fac92a9c 22:30:16 ---> cd19da43fa30 22:30:16 Step 21/22 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:30:16 ---> Running in d16d3594d5f7 22:30:16 Removing intermediate container d16d3594d5f7 22:30:16 ---> 0abcf022fcf0 22:30:16 Step 22/22 : LABEL version=0.0.0 22:30:16 ---> Running in d6a9589b6d8f 22:30:17 Removing intermediate container d6a9589b6d8f 22:30:17 ---> 0f7fb89bee5b 22:30:17 22:30:17 Successfully built 0f7fb89bee5b 22:30:17 Successfully tagged docker-support-notifications-go:latest 22:30:17  Building docker-support-notifications-go ... done  [Pipeline] } 22:30:17 $ docker stop --time=1 a8a2cf758cd360793ea8dfc369fb44b00fe31b819ecc6c5d49543acda8a10f85 22:30:19 $ docker rm -f a8a2cf758cd360793ea8dfc369fb44b00fe31b819ecc6c5d49543acda8a10f85 [Pipeline] // withDockerContainer [Pipeline] sh 22:30:20 + docker images 22:30:20 + grep docker 22:30:20 docker-support-notifications-go latest 0f7fb89bee5b 4 seconds ago 17.7MB 22:30:20 docker-support-scheduler-go latest 8e428bfd3da5 17 seconds ago 17.2MB 22:30:20 docker-security-proxy-setup-go latest bd14d725ef7a 18 seconds ago 24.7MB 22:30:20 docker-sys-mgmt-agent-go latest d39fa5dfa15d 22 seconds ago 313MB 22:30:20 docker-core-command-go latest d43913bcb0fe 22 seconds ago 17.1MB 22:30:20 docker-security-bootstrapper-go latest 2bc04b572b65 About a minute ago 18.2MB 22:30:20 docker-core-data-go latest 6c76e4554652 About a minute ago 22.4MB 22:30:20 docker-core-metadata-go latest 12aeb5dd2402 About a minute ago 19MB 22:30:20 docker-security-secretstore-setup-go latest d2e0971d7f53 About a minute ago 24.9MB 22:30:20 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 22:30:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.481s coverage: 47.0% of statements 22:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:30:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements 22:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:30:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements 22:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:30:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.353s coverage: 89.4% of statements 22:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:30:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [Pipeline] node 22:30:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.998s coverage: 29.1% of statements 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:30:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.209s coverage: 99.0% of statements 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:30:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:30:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.166s coverage: 100.0% of statements 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:30:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:30:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.071s coverage: 100.0% of statements 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:30:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.127s coverage: 87.9% of statements 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:30:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:30:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 22:30:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 22:30:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 22:30:30 GO111MODULE=on go vet ./... 22:30:36 Still waiting to schedule task 22:30:36 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:31:25 Running on prd-ubuntu18.04-docker-8c-8g-26853 in /w/workspace/edgexfoundry_edgex-go_PR-3171 [Pipeline] { [Pipeline] ws 22:31:26 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 22:31:28 using credential edgex-jenkins-ssh 22:31:28 Cloning the remote Git repository 22:31:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:31:28 > git init /w/workspace/edgex-go/6 # timeout=10 22:31:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:31:28 > git --version # timeout=10 22:31:28 > git --version # 'git version 2.17.1' 22:31:28 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:31:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:31:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:31:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:31:47 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3171/head:refs/remotes/origin/PR-3171 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:31:48 Merging remotes/origin/master commit 431c39765778f2fdc6d58fd50bd7cbdfe9325062 into PR head commit 2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:31:48 Merge succeeded, producing 2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:31:48 Checking out Revision 2b04703d4e674a4b36fb2a1b8348aac01154cd91 (PR-3171) 22:31:48 > git config core.sparsecheckout # timeout=10 22:31:48 > git checkout -f 2b04703d4e674a4b36fb2a1b8348aac01154cd91 # timeout=10 22:31:48 > git remote # timeout=10 22:31:48 > git config --get remote.origin.url # timeout=10 22:31:48 using GIT_SSH to set credentials SSH Credentials for GitHub 22:31:48 > git merge 431c39765778f2fdc6d58fd50bd7cbdfe9325062 # timeout=10 22:31:48 > git rev-parse HEAD^{commit} # timeout=10 22:31:48 > git config core.sparsecheckout # timeout=10 22:31:48 > git checkout -f 2b04703d4e674a4b36fb2a1b8348aac01154cd91 # timeout=10 22:31:51 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 22:31:52 gofmt -l . 22:31:52 [ "`gofmt -l .`" = "" ] 22:31:52 ./bin/test-go-mod-tidy.sh 22:31:52 ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:31:53 + ls -al . 22:31:53 total 736 22:31:53 drwxrwxr-x 9 1001 1001 4096 Feb 18 22:31 . 22:31:53 drwxr-xr-x 4 root root 4096 Feb 18 22:27 .. 22:31:53 -rw-rw-r-- 1 1001 1001 11 Feb 18 22:26 .dockerignore 22:31:53 drwxrwxr-x 8 1001 1001 4096 Feb 18 22:26 .git 22:31:53 drwxrwxr-x 3 1001 1001 4096 Feb 18 22:26 .github 22:31:53 -rw-rw-r-- 1 1001 1001 818 Feb 18 22:26 .gitignore 22:31:53 -rw-rw-r-- 1 1001 1001 166 Feb 18 22:26 .sonarcloud.properties 22:31:53 -rw-rw-r-- 1 1001 1001 8475 Feb 18 22:26 Attribution.txt 22:31:53 -rw-rw-r-- 1 1001 1001 3804 Feb 18 22:26 CONTRIBUTING.md 22:31:53 -rw-rw-r-- 1 1001 1001 931 Feb 18 22:26 Dockerfile.build 22:31:53 -rw-rw-r-- 1 1001 1001 863 Feb 18 22:26 Jenkinsfile 22:31:53 -rw-rw-r-- 1 1001 1001 10775 Feb 18 22:26 LICENSE 22:31:53 -rw-rw-r-- 1 1001 1001 5774 Feb 18 22:26 Makefile 22:31:53 -rw-rw-r-- 1 1001 1001 6524 Feb 18 22:26 README.md 22:31:53 -rw-rw-r-- 1 1001 1001 6755 Feb 18 22:26 SECURITY.md 22:31:53 -rw-rw-r-- 1 1001 1001 5 Feb 18 22:22 VERSION 22:31:53 -rw-rw-r-- 1 1001 1001 4131 Feb 18 22:26 ZMQWindows.md 22:31:53 drwxrwxr-x 2 1001 1001 4096 Feb 18 22:26 bin 22:31:53 drwxrwxr-x 14 1001 1001 4096 Feb 18 22:26 cmd 22:31:53 -rw-r--r-- 1 root root 597520 Feb 18 22:30 coverage.out 22:31:53 -rw-r--r-- 1 root root 1055 Feb 18 22:31 go.mod 22:31:53 -rw-r--r-- 1 root root 21638 Feb 18 22:31 go.sum 22:31:53 drwxrwxr-x 8 1001 1001 4096 Feb 18 22:26 internal 22:31:53 drwxrwxr-x 4 1001 1001 4096 Feb 18 22:26 openapi 22:31:53 drwxrwxr-x 4 1001 1001 4096 Feb 18 22:26 snap 22:31:53 -rw-rw-r-- 1 1001 1001 168 Feb 18 22:26 version.go [Pipeline] sh 22:31:53 + echo snap-build.sh 22:31:53 snap-build.sh 22:31:53 + SNAP_BASE_DIR=. 22:31:53 + '[' '!' -z /w/workspace/edgex-go/6 ']' 22:31:53 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 22:31:53 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 22:31:53 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 22:31:53 + cd /w/workspace/edgex-go/6 22:31:53 + sudo apt-get remove -qy --purge lxd lxd-client 22:31:53 Reading package lists... 22:31:53 Building dependency tree... 22:31:53 Reading state information... 22:31:53 The following packages were automatically installed and are no longer required: 22:31:53 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:31:53 uidmap xdelta3 22:31:53 Use 'sudo apt autoremove' to remove them. 22:31:53 The following packages will be REMOVED: 22:31:53 lxd* lxd-client* 22:31:53 + '[' -e coverage.out ] 22:31:53 + chown 1001:1001 coverage.out [Pipeline] stash 22:31:53 Warning: overwriting stash ‘coverage-report’ 22:31:53 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:31:53 After this operation, 31.7 MB disk space will be freed. 22:31:54 (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.) 22:31:54 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:31:55 Stashed 1 file(s) [Pipeline] sh 22:31:55 + make build 22:31:55 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 22:31:55 Removing lxd dnsmasq configuration 22:31:55 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:31:55 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:31:56 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:31:56 (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.) 22:31:56 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:31:58 Processing triggers for systemd (237-3ubuntu10.42) ... 22:31:58 Processing triggers for ureadahead (0.100.0-21) ... 22:31:59 + sudo snap remove --purge lxd 22:31:59 snap "lxd" is not installed 22:31:59 + sudo groupadd --force --system lxd 22:31:59 ++ whoami 22:31:59 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:31:59 + newgrp - lxd 22:31:59 + sudo snap install lxd 22:32:07 2021-02-18T22:32:04Z INFO Waiting for automatic snapd restart... 22:32:08 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 22:32:22 lxd 4.11 from Canonical* installed 22:32:22 + sudo lxd init --auto 22:32:30 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 22:32:30 + sudo snap install --classic snapcraft 22:32:34 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 22:32:36 snapcraft 4.5.1 from Canonical* installed 22:32:36 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 22:32:36 + patch --verbose -p1 22:32:36 Hmm... Looks like a unified diff to me... 22:32:36 The text leading up to this was: 22:32:36 -------------------------- 22:32:36 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 22:32:36 |From: Tony Espy 22:32:36 |Date: Wed, 16 Dec 2020 16:34:55 -0500 22:32:36 |Subject: [PATCH] optimize snap build for pipeline CI check 22:32:36 | 22:32:36 |This patch is used by the EdgeX CI pipeline builds to 22:32:36 |optimize the snap CI check run for pull requests. When 22:32:36 |applied, it essentially strips out everything (apps and 22:32:36 |parts) from the snapcraft.yaml file except those required 22:32:36 |to build edgex-go, as the whole idea of the CI check is to 22:32:36 |catch changes to edgex-go that break the snap build. 22:32:36 | 22:32:36 |In general, anyone updating snapcraft.yaml will also need 22:32:36 |to update this patch file, otherwise it may fail to apply, 22:32:36 |resulting in a failed snap build CI check in the associated 22:32:36 |pull request. 22:32:36 | 22:32:36 |Note - in addition to applying this patch, the pipeline also 22:32:36 |only primes the snap (e.g. `snapcraft prime`), as there's no 22:32:36 |need to build the finally binary .snap file (and it won't 22:32:36 |work with the patch applied). This further reduces the build 22:32:36 |time. 22:32:36 |--- 22:32:36 | snap/snapcraft.yaml | 461 +------------------------------------------- 22:32:36 | 1 file changed, 2 insertions(+), 459 deletions(-) 22:32:36 | 22:32:36 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 22:32:36 |index 1e537489..faf42425 100644 22:32:36 |--- a/snap/snapcraft.yaml 22:32:36 |+++ b/snap/snapcraft.yaml 22:32:36 -------------------------- 22:32:36 patching file snap/snapcraft.yaml 22:32:36 Using Plan A... 22:32:36 Hunk #1 succeeded at 73. 22:32:36 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 22:32:36 Hunk #3 succeeded at 217 (offset 3 lines). 22:32:36 Hunk #4 succeeded at 225 (offset 3 lines). 22:32:36 Hunk #5 succeeded at 232 (offset 3 lines). 22:32:36 Hunk #6 succeeded at 259 (offset 3 lines). 22:32:36 Hunk #7 succeeded at 293 (offset 3 lines). 22:32:36 Hunk #8 succeeded at 352 (offset 11 lines). 22:32:36 Hmm... Ignoring the trailing garbage. 22:32:36 done 22:32:36 + sudo snapcraft prime --use-lxd 22:32:37 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:32:37 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: 22:32:37 - README.md 22:32:37 - snapcraft.yaml.orig 22:32:37 22:32:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:32:37 Launching a container. 22:32:40 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 22:32:42 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 22:32:47 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 22:32:50 Waiting for container to be ready 22:32:50 To start your first instance, try: lxc launch ubuntu:18.04 22:32:50 22:32:52 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:32:52 Waiting for network to be ready... 22:32:52 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 22:32:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:32:53 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:32:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 22:32:53 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:32:53 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:32:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:32:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 22:32:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 22:32:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 22:32:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 22:32:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 22:32:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 22:32:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:32:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:32:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 22:32:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:32:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:32:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:32:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:32:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 22:32:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 22:32:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 22:32:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 22:32:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 22:32:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 22:32:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 22:32:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 22:32:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:32:58 Fetched 23.9 MB in 5s (4522 kB/s) 22:32:59 Reading package lists... 22:32:59 Reading package lists... 22:32:59 Building dependency tree... 22:32:59 Reading state information... 22:32:59 The following additional packages will be installed: 22:32:59 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:32:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:32:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:32:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:32:59 Suggested packages: 22:32:59 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:32:59 Recommended packages: 22:32:59 gnupg libsasl2-modules 22:32:59 The following NEW packages will be installed: 22:32:59 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:32:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:32:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:32:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:32:59 The following packages will be upgraded: 22:32:59 gpg gpg-agent gpgconf libudev1 22:33:00 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 22:33:00 Need to get 3532 kB of archives. 22:33:00 After this operation, 13.3 MB of additional disk space will be used. 22:33:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 22:33:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 22:33:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 22:33:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 22:33:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 22:33:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 22:33:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 22:33:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 22:33:00 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 22:33:00 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 22:33:01 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:33:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:33:01 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:33:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:33:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:33:01 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:33:01 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:33:01 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:33:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:33:01 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:33:01 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:33:01 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:33:01 debconf: delaying package configuration, since apt-utils is not installed 22:33:01 Fetched 3532 kB in 1s (3531 kB/s) 22:33:01 (Reading database ... 12511 files and directories currently installed.) 22:33:01 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 22:33:01 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:33:01 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 22:33:01 Selecting previously unselected package udev. 22:33:01 (Reading database ... 12511 files and directories currently installed.) 22:33:01 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 22:33:01 Unpacking udev (237-3ubuntu10.44) ... 22:33:01 Selecting previously unselected package libfuse2:amd64. 22:33:01 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:33:01 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:33:01 Selecting previously unselected package fuse. 22:33:01 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:33:01 Unpacking fuse (2.9.7-1ubuntu1) ... 22:33:02 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 22:33:02 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:33:02 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 22:33:02 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:33:02 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 22:33:02 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:33:02 Selecting previously unselected package libksba8:amd64. 22:33:02 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:33:02 Unpacking libksba8:amd64 (1.3.5-2) ... 22:33:02 Selecting previously unselected package libroken18-heimdal:amd64. 22:33:02 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:33:02 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:02 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:33:02 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:02 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:02 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:33:02 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:02 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:02 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:33:02 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:02 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:02 Selecting previously unselected package libwind0-heimdal:amd64. 22:33:02 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:02 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:33:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:33:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:03 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:33:03 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:03 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:03 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:33:03 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:33:03 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:03 Selecting previously unselected package libsasl2-modules-db:amd64. 22:33:03 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:33:03 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:33:03 Selecting previously unselected package libsasl2-2:amd64. 22:33:03 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:33:03 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:33:03 Selecting previously unselected package libldap-common. 22:33:03 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 22:33:03 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 22:33:03 Selecting previously unselected package libldap-2.4-2:amd64. 22:33:03 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 22:33:03 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 22:33:03 Selecting previously unselected package dirmngr. 22:33:03 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 22:33:03 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 22:33:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 22:33:03 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 22:33:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:33:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:33:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:33:03 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 22:33:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:03 Setting up libksba8:amd64 (1.3.5-2) ... 22:33:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:33:03 Setting up udev (237-3ubuntu10.44) ... 22:33:04 invoke-rc.d: policy-rc.d denied execution of start. 22:33:04 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:04 Processing triggers for systemd (237-3ubuntu10) ... 22:33:04 Setting up fuse (2.9.7-1ubuntu1) ... 22:33:04 Setting up gpg (2.2.4-1ubuntu1.3) ... 22:33:04 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:04 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:04 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:33:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 22:33:04 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 22:33:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:33:05 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:33:05 settings in the [Install] section, and DefaultInstance for template units). 22:33:05 This means they are not meant to be enabled using systemctl. 22:33:05 Possible reasons for having this kind of units are: 22:33:05 1) A unit may be statically enabled by being symlinked from another unit's 22:33:05 .wants/ or .requires/ directory. 22:33:05 2) A unit's purpose may be to act as a helper for some other unit which has 22:33:05 a requirement dependency on it. 22:33:05 3) A unit may be started when needed via activation (socket, path, timer, 22:33:05 D-Bus, udev, scripted systemctl call, ...). 22:33:05 4) In case of template units, the unit is meant to be enabled with some 22:33:05 instance name specified. 22:33:05 Reading package lists... 22:33:05 Building dependency tree... 22:33:05 Reading state information... 22:33:05 The following additional packages will be installed: 22:33:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:33:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:33:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:33:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:33:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:33:05 Suggested packages: 22:33:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:33:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:33:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:33:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:33:05 systemd-container policykit-1 22:33:05 Recommended packages: 22:33:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:33:05 The following NEW packages will be installed: 22:33:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:33:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:33:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:33:05 multiarch-support openssh-client python3 python3-minimal python3.6 22:33:05 python3.6-minimal snapd squashfs-tools sudo 22:33:05 The following packages will be upgraded: 22:33:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:33: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 22:33:06 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 22:33:06 Need to get 35.2 MB of archives. 22:33:06 After this operation, 141 MB of additional disk space will be used. 22:33:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:33:06 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 22:33:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:33:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 22:33:06 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 22:33:06 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:33:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:33:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:33:06 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:33:06 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:33:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:33:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:33:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:33:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 22:33:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:33:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 22:33:06 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:33:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 22:33:06 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:33:06 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 22:33:06 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:33:06 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:33:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:33:06 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:33:06 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:33:06 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:33:06 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:33:07 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 22:33:07 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:33:07 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 22:33:08 debconf: delaying package configuration, since apt-utils is not installed 22:33:08 Fetched 35.2 MB in 3s (13.6 MB/s) 22:33:08 (Reading database ... 12757 files and directories currently installed.) 22:33:08 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 22:33:08 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:33:09 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 22:33:09 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:33:09 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 22:33:09 (Reading database ... 12757 files and directories currently installed.) 22:33:09 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:33:09 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:33:09 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:33:09 (Reading database ... 12757 files and directories currently installed.) 22:33:09 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:33:10 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:33:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:33:10 Setting up apt (1.6.12ubuntu0.2) ... 22:33:10 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:33:10 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:33:10 (Reading database ... 12764 files and directories currently installed.) 22:33:10 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:33:10 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:33:11 Selecting previously unselected package libpython3.6-minimal:amd64. 22:33:11 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:33:11 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:33:11 Selecting previously unselected package libexpat1:amd64. 22:33:11 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:33:11 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:33:11 Selecting previously unselected package python3.6-minimal. 22:33:11 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:33:11 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:33:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 22:33:11 Checking for services that may need to be restarted...done. 22:33:12 Checking for services that may need to be restarted...done. 22:33:12 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:33:12 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:33:12 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:33:12 Selecting previously unselected package python3-minimal. 22:33:12 (Reading database ... 13012 files and directories currently installed.) 22:33:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:33:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:33:12 Selecting previously unselected package mime-support. 22:33:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:33:12 Unpacking mime-support (3.60ubuntu1) ... 22:33:12 Selecting previously unselected package libmpdec2:amd64. 22:33:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:33:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:33:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:33:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:33:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:33:13 Selecting previously unselected package python3.6. 22:33:13 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:33:13 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:33:13 Selecting previously unselected package libpython3-stdlib:amd64. 22:33:13 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:33:13 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:33:13 Setting up python3-minimal (3.6.7-1~18.04) ... 22:33:13 Selecting previously unselected package python3. 22:33:13 (Reading database ... 13442 files and directories currently installed.) 22:33:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:33:13 Unpacking python3 (3.6.7-1~18.04) ... 22:33:13 Selecting previously unselected package multiarch-support. 22:33:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:33:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:33:13 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:33:13 Selecting previously unselected package liblzo2-2:amd64. 22:33:13 (Reading database ... 13479 files and directories currently installed.) 22:33:13 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:33:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:33:13 Selecting previously unselected package libbsd0:amd64. 22:33:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:33:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:33:13 Selecting previously unselected package sudo. 22:33:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:33:13 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:33:13 Selecting previously unselected package apparmor. 22:33:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:33:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:33:14 Selecting previously unselected package libedit2:amd64. 22:33:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:33:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:33:14 Selecting previously unselected package libkrb5support0:amd64. 22:33:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:33:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:33:14 Selecting previously unselected package libk5crypto3:amd64. 22:33:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:33:14 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:33:14 Selecting previously unselected package libkeyutils1:amd64. 22:33:14 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:33:14 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:33:14 Selecting previously unselected package libkrb5-3:amd64. 22:33:14 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:33:14 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:33:14 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:33:14 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:33:14 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:33:14 Selecting previously unselected package libssl1.0.0:amd64. 22:33:14 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 22:33:14 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:33:14 Selecting previously unselected package openssh-client. 22:33:14 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:33:14 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:33:14 Selecting previously unselected package squashfs-tools. 22:33:14 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:33:14 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:33:14 Selecting previously unselected package snapd. 22:33:14 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 22:33:15 Unpacking snapd (2.48.3+18.04) ... [Pipeline] } 22:33:16 $ docker stop --time=1 8f1dcd28a2defc2dedae8389d5f1b08bd66f61993afd826018b6a22361c90aa1 22:33:17 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:33:17 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:33:17 Setting up mime-support (3.60ubuntu1) ... 22:33:17 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:33:17 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:33:17 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:33:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:33:17 Setting up systemd (237-3ubuntu10.44) ... 22:33:17 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:33:18 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:33:18 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:33:18 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:33:18 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:33:18 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:33:18 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:33:19 $ docker rm -f 8f1dcd28a2defc2dedae8389d5f1b08bd66f61993afd826018b6a22361c90aa1 22:33:19 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:33:19 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:33:19 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:33:19 Setting up python3 (3.6.7-1~18.04) ... 22:33:19 running python rtupdate hooks for python3.6... 22:33:19 running python post-rtupdate hooks for python3.6... 22:33:19 Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:33:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:33:21 22:33:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:33:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:33:21 latest: Pulling from edgex-devops/edgex-compose-arm64 22:33:21 29e5d40040c1: Pulling fs layer 22:33:21 1ce36da41761: Pulling fs layer 22:33:21 25b303627fd3: Pulling fs layer 22:33:21 29e5d40040c1: Verifying Checksum 22:33:21 29e5d40040c1: Download complete 22:33:22 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:33:22 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:33:22 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:33:22 Setting up snapd (2.48.3+18.04) ... 22:33:22 29e5d40040c1: Pull complete 22:33:22 1ce36da41761: Verifying Checksum 22:33:22 1ce36da41761: Download complete 22:33:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:33:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:33:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:33:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:33:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:33:23 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:33:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:33:23 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:33:23 1ce36da41761: Pull complete 22:33:23 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:33:24 25b303627fd3: Verifying Checksum 22:33:24 25b303627fd3: Download complete 22:33:24 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:33:24 /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' 22:33:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:33:24 Processing triggers for systemd (237-3ubuntu10.44) ... 22:33:25 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:33:25 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:33:25 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:33:26 Reading package lists... 22:33:26 Reading package lists... 22:33:26 Building dependency tree... 22:33:26 Reading state information... 22:33:26 Calculating upgrade... 22:33:27 The following packages will be upgraded: 22:33:27 advancecomp base-files bash binutils binutils-common 22:33:27 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:33:27 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:33:27 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:33:27 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:33:27 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:33:27 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:33:27 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 22:33:27 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 22:33:27 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 22:33:27 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 22:33:27 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 22:33:27 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 22:33:27 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 22:33:27 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:33:27 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:33:27 Need to get 63.8 MB of archives. 22:33:27 After this operation, 5189 kB of additional disk space will be used. 22:33:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 22:33:27 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:33:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:33:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:33:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:33:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:33:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:33:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:33:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:33:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:33:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:33:28 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:33:28 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:33:28 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:33:28 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:33:28 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:33:28 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:33:28 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:33:28 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:33:28 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:33:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:33:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:33:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:33:28 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:33:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:33:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:33:28 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:33:28 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:33:28 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:33:28 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:33:28 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:33:28 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:33:28 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:33:28 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:33:28 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:33:28 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:33:28 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:33:28 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:33:28 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:33:28 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:33:28 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 22:33:28 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:33:28 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:33:28 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:33:28 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:33:28 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:33:28 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:33:28 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:33:28 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:33:28 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:33:28 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:33:28 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:33:28 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:33:28 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:33:28 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:33:28 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:33:28 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:33:28 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:33:28 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:33:28 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:33:28 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:33:28 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:33:28 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:33:28 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:33:28 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:33:28 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:33:28 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:33:28 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:33:28 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:33:28 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 22:33:28 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 22:33:28 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:33:28 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:33:28 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:33:29 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 22:33:29 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 22:33:29 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:33:29 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:33:29 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:33:29 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 22:33:29 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:33:29 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:33:29 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 22:33:29 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 22:33:29 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 22:33:29 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 22:33:29 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:33:29 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:33:29 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:33:29 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:33:29 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:33:29 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:33:29 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:33:30 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:33:30 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:33:30 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:33:30 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:33:30 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:33:30 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:33:30 debconf: delaying package configuration, since apt-utils is not installed 22:33:30 Fetched 63.8 MB in 3s (20.5 MB/s) 22:33:30 (Reading database ... 13912 files and directories currently installed.) 22:33:30 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:33:30 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:33:31 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:33:31 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:33:31 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 22:33:31 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 22:33:32 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:32 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:32 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:32 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:32 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:32 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:32 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:32 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:33 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:33 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:33 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:33 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:33 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:33 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:33 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:33:33 (Reading database ... 13911 files and directories currently installed.) 22:33:33 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:33 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:33:33 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:33:33 (Reading database ... 13911 files and directories currently installed.) 22:33:33 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:33 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:33 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:33 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:33 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:33:34 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:33:34 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:33:34 (Reading database ... 13911 files and directories currently installed.) 22:33:34 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:33:34 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:33:34 25b303627fd3: Pull complete 22:33:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:33:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:33:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:33:34 prd-ubuntu18.04-docker-arm64-4c-16g-26852 does not seem to be running inside a container 22:33:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 22:33:34 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:33:35 (Reading database ... 13911 files and directories currently installed.) 22:33:35 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:33:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:33:35 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:33:35 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:33:35 Setting up base-files (10.1ubuntu2.10) ... 22:33:35 Installing new version of config file /etc/issue ... 22:33:35 Installing new version of config file /etc/issue.net ... 22:33:35 Installing new version of config file /etc/lsb-release ... 22:33:35 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:33:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:33:35 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:33:35 Removing obsolete conffile /etc/default/motd-news ... 22:33:35 (Reading database ... 13912 files and directories currently installed.) 22:33:35 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:33:35 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:33:35 Setting up bash (4.4.18-2ubuntu1.2) ... 22:33:35 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 22:33:36 (Reading database ... 13912 files and directories currently installed.) 22:33:36 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:36 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:33:36 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:33:36 (Reading database ... 13912 files and directories currently installed.) 22:33:36 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:33:36 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:33:36 Setting up tar (1.29b-2ubuntu0.2) ... 22:33:36 (Reading database ... 13912 files and directories currently installed.) 22:33:36 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:33:36 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:33:37 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:33:37 (Reading database ... 13912 files and directories currently installed.) 22:33:37 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:33:37 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:33:37 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:33:37 (Reading database ... 13912 files and directories currently installed.) 22:33:37 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:33:37 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:33:37 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:33:37 (Reading database ... 13912 files and directories currently installed.) 22:33:37 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:33:37 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:33:37 Setting up grep (3.1-2build1) ... 22:33:37 (Reading database ... 13912 files and directories currently installed.) 22:33:37 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:33:37 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:33:37 Setting up login (1:4.5-1ubuntu2) ... 22:33:37 $ docker top 9bc44d8dcdb90a4f24a94c8a491a8861057193ee14b2a851885a10cf107b2248 -eo pid,comm 22:33:38 (Reading database ... 13912 files and directories currently installed.) 22:33:38 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:33:38 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:33:38 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [Pipeline] { [Pipeline] sh 22:33:38 (Reading database ... 13912 files and directories currently installed.) 22:33:38 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:33:38 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:33:38 + docker-compose build --help 22:33:38 + grep parallel 22:33:38 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:33:38 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:33:38 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:33:38 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:33:39 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:33:39 (Reading database ... 13912 files and directories currently installed.) 22:33:39 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:33:39 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:33:40 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:33:40 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:33:40 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:33:40 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:33:40 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:33:40 (Reading database ... 13912 files and directories currently installed.) 22:33:40 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:33:40 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:33:41 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:33:41 (Reading database ... 13912 files and directories currently installed.) 22:33:41 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:41 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:41 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:33:41 (Reading database ... 13912 files and directories currently installed.) 22:33:41 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:41 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:41 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:33:41 (Reading database ... 13912 files and directories currently installed.) 22:33:41 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:41 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:41 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:33:41 (Reading database ... 13912 files and directories currently installed.) 22:33:41 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:41 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:41 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:33:41 (Reading database ... 13912 files and directories currently installed.) 22:33:41 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:33:41 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:33:42 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:33:42 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:33:42 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:33:42 --parallel Build images in parallel. 22:33:42 (Reading database ... 13912 files and directories currently installed.) 22:33:42 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:33:42 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:33:42 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [Pipeline] } 22:33:42 $ docker stop --time=1 9bc44d8dcdb90a4f24a94c8a491a8861057193ee14b2a851885a10cf107b2248 22:33:42 (Reading database ... 13912 files and directories currently installed.) 22:33:42 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:42 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:42 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:33:42 (Reading database ... 13912 files and directories currently installed.) 22:33:42 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:42 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:42 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:33:42 (Reading database ... 13912 files and directories currently installed.) 22:33:42 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:43 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:43 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:33:43 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:33:43 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:33:44 (Reading database ... 13912 files and directories currently installed.) 22:33:44 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:33:44 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:33:44 $ docker rm -f 9bc44d8dcdb90a4f24a94c8a491a8861057193ee14b2a851885a10cf107b2248 22:33:44 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:33:44 (Reading database ... 13912 files and directories currently installed.) 22:33:44 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:33:44 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile 22:33:44 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:33:44 (Reading database ... 13914 files and directories currently installed.) 22:33:44 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:33:45 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:33:45 Setting up debconf (1.5.66ubuntu1) ... 22:33:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:33:45 . [Pipeline] withDockerContainer 22:33:45 (Reading database ... 13914 files and directories currently installed.) 22:33:45 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:33:45 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:33:45 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:33:45 prd-ubuntu18.04-docker-arm64-4c-16g-26852 does not seem to be running inside a container 22:33:45 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:33:45 (Reading database ... 13914 files and directories currently installed.) 22:33:45 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:33:45 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:33:45 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:33:45 (Reading database ... 13914 files and directories currently installed.) 22:33:45 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:33:45 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:33:45 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:33:45 (Reading database ... 13914 files and directories currently installed.) 22:33:45 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:33:46 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:33:46 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:33:46 (Reading database ... 13914 files and directories currently installed.) 22:33:46 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:33:46 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:33:46 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:33:46 (Reading database ... 13914 files and directories currently installed.) 22:33:46 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:33:46 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:33:46 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 22:33:46 $ docker top ee768ca0b9ea21e96b68da888f6da7b9e8b53c03c585f168e42d68223f7d7c12 -eo pid,comm 22:33:46 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:33:46 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:33:46 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:33:46 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:33:47 (Reading database ... 13914 files and directories currently installed.) 22:33:47 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:33:47 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:33:47 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [Pipeline] { [Pipeline] sh 22:33:47 (Reading database ... 13914 files and directories currently installed.) 22:33:47 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:33:47 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:33:47 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:33:47 (Reading database ... 13914 files and directories currently installed.) 22:33:47 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:33:47 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:33:47 + docker-compose -f ./docker-compose-build.yml build --parallel 22:33:47 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:33:47 (Reading database ... 13914 files and directories currently installed.) 22:33:47 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 22:33:47 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 22:33:48 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 22:33:48 (Reading database ... 13914 files and directories currently installed.) 22:33:48 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:33:48 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:33:48 Setting up passwd (1:4.5-1ubuntu2) ... 22:33:48 (Reading database ... 13914 files and directories currently installed.) 22:33:48 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 22:33:48 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:33:48 Setting up gpgv (2.2.4-1ubuntu1.3) ... 22:33:48 (Reading database ... 13914 files and directories currently installed.) 22:33:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:33:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:33:49 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:33:49 (Reading database ... 13914 files and directories currently installed.) 22:33:49 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:33:49 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:33:49 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:33:49 (Reading database ... 13914 files and directories currently installed.) 22:33:49 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:33:49 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:33:49 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:33:49 (Reading database ... 13914 files and directories currently installed.) 22:33:49 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:33:49 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:33:49 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:33:50 (Reading database ... 13914 files and directories currently installed.) 22:33:50 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:33:50 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:33:50 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:33:50 (Reading database ... 13914 files and directories currently installed.) 22:33:50 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:33:50 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:33:50 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:33:50 (Reading database ... 13915 files and directories currently installed.) 22:33:50 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:33:50 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:33:50 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:33:50 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:33:50 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:33:50 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:33:50 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 22:33:50 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 22:33:51 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:33:51 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:33:51 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:33:51 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:33:51 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:33:51 Building docker-core-command-go ... 22:33:51 Building docker-core-data-go ... 22:33:51 Building docker-core-metadata-go ... 22:33:51 Building docker-security-bootstrapper-go ... 22:33:51 Building docker-security-proxy-setup-go ... 22:33:51 Building docker-security-secretstore-setup-go ... 22:33:51 Building docker-support-notifications-go ... 22:33:51 Building docker-support-scheduler-go ... 22:33:51 Building docker-sys-mgmt-agent-go ... 22:33:51 Building docker-security-secretstore-setup-go 22:33:51 Building docker-core-command-go 22:33:51 Building docker-support-notifications-go 22:33:51 Building docker-support-scheduler-go 22:33:51 Building docker-core-metadata-go 22:33:51 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:33:51 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:33:51 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:33:51 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:33:51 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:33:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:33:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:33:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:33:51 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:33:51 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 22:33:51 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 22:33:53 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:33:53 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:33:53 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:33:53 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:33:53 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:33:53 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:33:54 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:33:54 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:33:54 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:33:54 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:33:54 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:33:54 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:33:54 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:33:54 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:33:54 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:33:54 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:33:54 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:33:54 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:33:54 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:33:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:33:56 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:33:56 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:33:56 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:33:56 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:33:57 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:33:57 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:33:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:33:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:33:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:33:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:33:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:33:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:33:59 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:33:59 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:33:59 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:33:59 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:33:59 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:33:59 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:33:59 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:33:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:33:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:33:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:33:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:33:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:33:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:33:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:34:00 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:00 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:00 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:00 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:34:00 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:34:00 Setting up tzdata (2021a-0ubuntu0.18.04) ... 22:34:00 22:34:00 Current default time zone: 'Etc/UTC' 22:34:00 Local time is now: Thu Feb 18 22:34:00 UTC 2021. 22:34:00 Universal Time is now: Thu Feb 18 22:34:00 UTC 2021. 22:34:00 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:34:00 22:34:00 Setting up systemd-sysv (237-3ubuntu10.44) ... 22:34:00 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:00 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 22:34:00 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:34:00 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:34:00 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:34:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:34:00 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:34:00 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:34:00 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:34:00 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:00 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:34:01 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:34:01 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 22:34:01 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:01 Setting up patch (2.7.6-2ubuntu1.1) ... 22:34:01 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:34:01 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:34:01 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 22:34:01 Installing new version of config file /etc/ssl/openssl.cnf ... 22:34:01 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:34:01 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:34:01 Setting up ca-certificates (20210119~18.04.1) ... 22:34:02 Updating certificates in /etc/ssl/certs... 22:34:03 23 added, 27 removed; done. 22:34:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:34:03 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:34:03 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:34:03 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:34:03 Setting up pkgbinarymangler (138.18.04.1) ... 22:34:03 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:34:03 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 22:34:03 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:34:03 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:34:03 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:34:03 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:34:03 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:34:03 Setting up perl (5.26.1-6ubuntu0.5) ... 22:34:03 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 22:34:03 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:34:03 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:34:03 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 22:34:03 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:34:03 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:34:03 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:34:03 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:34:03 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:34:03 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:34:04 Processing triggers for systemd (237-3ubuntu10.44) ... 22:34:04 Processing triggers for mime-support (3.60ubuntu1) ... 22:34:04 Processing triggers for ca-certificates (20210119~18.04.1) ... 22:34:04 Updating certificates in /etc/ssl/certs... 22:34:04 0 added, 0 removed; done. 22:34:04 Running hooks in /etc/ca-certificates/update.d... 22:34:04 done. 22:34:04 Reading package lists... 22:34:05 Building dependency tree... 22:34:05 Reading state information... 22:34:05 The following NEW packages will be installed: 22:34:05 apt-transport-https 22:34:05 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:34:05 Need to get 1696 B of archives. 22:34:05 After this operation, 153 kB of additional disk space will be used. 22:34:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:34:05 debconf: delaying package configuration, since apt-utils is not installed 22:34:05 Fetched 1696 B in 0s (8507 B/s) 22:34:05 Selecting previously unselected package apt-transport-https. 22:34:05 (Reading database ... 13920 files and directories currently installed.) 22:34:05 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:34:05 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:34:05 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:34:05 Waiting for network to be ready... 22:34:11 2021-02-18T22:34:09Z INFO Waiting for automatic snapd restart... 22:34:11 snapd 2.48.2.1 from Canonical* installed 22:34:11 "snapd" switched to the "latest/stable" channel 22:34:11 22:34:14 core18 20210128 from Canonical* installed 22:34:14 "core18" switched to the "latest/stable" channel 22:34:14 22:34:18 snapcraft 4.5.1 from Canonical* installed 22:34:19 "snapcraft" switched to the "latest/stable" channel 22:34:19 22:34:22 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: 22:34:22 - README.md 22:34:22 - snapcraft.yaml.orig 22:34:22 22:34:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:34:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:34:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:34:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:34:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:34:29 Reading package lists... 22:34:30 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 22:34:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:34:36 Reading package lists... 22:34:36 Building dependency tree... 22:34:36 Reading state information... 22:34:36 Suggested packages: 22:34:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:34:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:34:36 Recommended packages: 22:34:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:34:36 The following NEW packages will be installed: 22:34:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:34:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:34:36 pkg-config zip 22:34:37 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:34:37 Need to get 7655 kB of archives. 22:34:37 After this operation, 43.7 MB of additional disk space will be used. 22:34:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 22:34:37 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:34:37 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:34:37 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:34:37 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:34:37 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:34:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:34:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:34:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:34:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:34:37 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:34:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 22:34:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 22:34:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:34:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:34:38 debconf: delaying package configuration, since apt-utils is not installed 22:34:38 Fetched 7655 kB in 1s (7060 kB/s) 22:34:38 Selecting previously unselected package libglib2.0-0:amd64. 22:34:38 (Reading database ... 13924 files and directories currently installed.) 22:34:38 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 22:34:38 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:34:38 Selecting previously unselected package libpsl5:amd64. 22:34:38 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:34:38 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:34:38 Selecting previously unselected package libnghttp2-14:amd64. 22:34:38 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:34:38 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:34:38 Selecting previously unselected package librtmp1:amd64. 22:34:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:34:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:34:38 Selecting previously unselected package libcurl3-gnutls:amd64. 22:34:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:34:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:34:38 Selecting previously unselected package liberror-perl. 22:34:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:34:38 Unpacking liberror-perl (0.17025-1) ... 22:34:38 Selecting previously unselected package git-man. 22:34:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 22:34:38 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 22:34:38 Selecting previously unselected package git. 22:34:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 22:34:38 Unpacking git (1:2.17.1-1ubuntu0.7) ... 22:34:39 Selecting previously unselected package libnorm1:amd64. 22:34:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:34:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:34:39 Selecting previously unselected package libpgm-5.2-0:amd64. 22:34:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:34:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:34:40 Selecting previously unselected package libsodium23:amd64. 22:34:40 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:34:40 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:34:40 Selecting previously unselected package libzmq5:amd64. 22:34:40 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:34:40 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:34:40 Selecting previously unselected package libzmq3-dev:amd64. 22:34:40 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:34:40 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:34:40 Selecting previously unselected package pkg-config. 22:34:40 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:34:40 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:34:40 Selecting previously unselected package zip. 22:34:40 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:34:40 Unpacking zip (3.0-11build1) ... 22:34:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:34:40 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 22:34:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:34:40 Setting up liberror-perl (0.17025-1) ... 22:34:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:34:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:34:40 No schema files found: doing nothing. 22:34:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:34:40 Setting up zip (3.0-11build1) ... 22:34:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:34:40 Setting up libsodium23:amd64 (1.0.16-2) ... 22:34:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:34:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:34:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:34:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:34:40 Setting up git (1:2.17.1-1ubuntu0.7) ... 22:34:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:34:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:34:47 git set to automatically installed. 22:34:47 git-man set to automatically installed. 22:34:47 libcurl3-gnutls set to automatically installed. 22:34:47 liberror-perl set to automatically installed. 22:34:47 libglib2.0-0 set to automatically installed. 22:34:47 libnghttp2-14 set to automatically installed. 22:34:47 libnorm1 set to automatically installed. 22:34:47 libpgm-5.2-0 set to automatically installed. 22:34:47 libpsl5 set to automatically installed. 22:34:47 librtmp1 set to automatically installed. 22:34:47 libsodium23 set to automatically installed. 22:34:47 libzmq3-dev set to automatically installed. 22:34:47 libzmq5 set to automatically installed. 22:34:47 pkg-config set to automatically installed. 22:34:47 zip set to automatically installed. 22:34:49 snapd is not logged in, snap install commands will use sudo 22:34:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:34:56 snap "core18" has no updates available 22:34:57 Pulling config-common 22:34:57 + snapcraftctl pull 22:34:58 Pulling go-build-helper 22:34:58 + snapcraftctl pull 22:35:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:35:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:35:12 ---> 469cd4fe5429 22:35:12 Step 3/22 : WORKDIR /edgex-go 22:35:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:35:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:35:12 ---> 469cd4fe5429 22:35:12 Step 3/24 : WORKDIR /edgex-go 22:35:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:35:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:35:12 ---> 469cd4fe5429 22:35:12 Step 3/23 : WORKDIR /edgex-go 22:35:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:35:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:35:12 ---> 469cd4fe5429 22:35:12 Step 3/23 : WORKDIR /edgex-go 22:35:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:35:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:35:12 ---> 469cd4fe5429 22:35:12 Step 3/22 : WORKDIR /edgex-go 22:35:12 ---> Running in 8e56e99d98ff 22:35:12 ---> Running in a75dbf91475b 22:35:12 ---> Running in c3a7680fb05f 22:35:12 ---> Running in c173e74d7730 22:35:12 ---> Running in 42ca7412001b 22:35:12 Removing intermediate container 42ca7412001b 22:35:12 Removing intermediate container c173e74d7730 22:35:12 ---> 30c8ea6ce7f9 22:35:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:35:12 ---> b2063629df0f 22:35:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:35:12 Removing intermediate container a75dbf91475b 22:35:12 ---> d8f7f8bcb8ae 22:35:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:35:12 Removing intermediate container c3a7680fb05f 22:35:12 ---> 7f1f8dc39aa9 22:35:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:35:12 Removing intermediate container 8e56e99d98ff 22:35:12 ---> 3c6f2f9db6e0 22:35:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:35:12 ---> Running in 3dfc3af6c977 22:35:12 ---> Running in 0f372ad78a93 22:35:12 ---> Running in 099ff9dc72d0 22:35:12 ---> Running in c57ba53adce8 22:35:12 ---> Running in 5eafaa8dbb7c 22:35:12 Removing intermediate container 0f372ad78a93 22:35:12 ---> ce608abdfb03 22:35:12 Step 5/23 : RUN apk add --update --no-cache make git 22:35:12 Removing intermediate container 3dfc3af6c977 22:35:12 ---> 592ec9ddc8d0 22:35:12 Step 5/22 : RUN apk add --update --no-cache make git 22:35:12 ---> Running in 9837c4fb0f00 22:35:12 Removing intermediate container 099ff9dc72d0 22:35:12 ---> b24d27ced8c2 22:35:12 Step 5/24 : RUN apk add --update --no-cache make git 22:35:12 ---> Running in 7cb17d88b0a9 22:35:12 ---> Running in 51959103c3be 22:35:12 Removing intermediate container 5eafaa8dbb7c 22:35:12 ---> 8879b042afcb 22:35:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:35:12 Removing intermediate container c57ba53adce8 22:35:12 ---> edaec58567cb 22:35:12 Step 5/23 : RUN apk add --update --no-cache make git 22:35:12 ---> Running in a24fa33cd4d8 22:35:12 ---> Running in 52e88d15b77a 22:35:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:35:14 OK: 217 MiB in 51 packages 22:35:14 OK: 217 MiB in 51 packages 22:35:15 OK: 217 MiB in 51 packages 22:35:15 OK: 217 MiB in 51 packages 22:35:15 OK: 217 MiB in 51 packages 22:35:16 Removing intermediate container 9837c4fb0f00 22:35:16 ---> 349dd415f86f 22:35:16 Step 6/23 : COPY go.mod . 22:35:16 Removing intermediate container 7cb17d88b0a9 22:35:16 ---> 6c9ad74a4e6e 22:35:16 Step 6/22 : COPY go.mod . 22:35:16 Removing intermediate container 51959103c3be 22:35:16 ---> 0e860e0a361d 22:35:16 Step 6/24 : COPY go.mod . 22:35:16 Removing intermediate container a24fa33cd4d8 22:35:16 ---> 2d06ae51bae8 22:35:16 Step 6/22 : COPY go.mod . 22:35:17 Removing intermediate container 52e88d15b77a 22:35:17 ---> 1eb0abe9eb82 22:35:17 Step 6/23 : COPY go.mod . 22:35:17 ---> ee7abe2f8c3d 22:35:17 Step 7/23 : RUN go mod download 22:35:17 ---> Running in 76582de5486d 22:35:17 ---> e63017fa9826 22:35:17 Step 7/22 : RUN go mod download 22:35:17 ---> 5c0d6d642415 22:35:17 Step 7/24 : RUN go mod download 22:35:18 ---> Running in 7f0668db17e0 22:35:18 ---> Running in 13746b369e49 22:35:18 ---> 2ea5b7fb67f5 22:35:18 Step 7/22 : RUN go mod download 22:35:18 ---> 69dc1026189c 22:35:18 Step 7/23 : RUN go mod download 22:35:18 ---> Running in 8695de3fc791 22:35:18 ---> Running in 81dee5125477 22:35:22 Removing intermediate container 76582de5486d 22:35:22 ---> 8b2345992bc1 22:35:22 Step 8/23 : COPY . . 22:35:22 Removing intermediate container 13746b369e49 22:35:22 ---> e6973661d957 22:35:22 Step 8/24 : COPY . . 22:35:23 Removing intermediate container 7f0668db17e0 22:35:23 ---> 487c9c92813a 22:35:23 Step 8/22 : COPY . . 22:35:23 Removing intermediate container 8695de3fc791 22:35:23 ---> ad4c9d27ecd5 22:35:23 Step 8/22 : COPY . . 22:35:24 Removing intermediate container 81dee5125477 22:35:24 ---> c09782fbeaca 22:35:24 Step 8/23 : COPY . . 22:35:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:35:24 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:35:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 22:35:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 22:35:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 22:35:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 22:35:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 22:35:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 22:35:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 22:35:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 22:35:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:35:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:35:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:35:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:35:24 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:35:24 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:35:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:35:24 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:35:24 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:35:24 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 22:35:24 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 22:35:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 22:35:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 22:35:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 22:35:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 22:35:24 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 22:35:24 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 22:35:24 Fetched 23.9 MB in 0s (0 B/s) 22:35:24 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:35:24 Fetched 96.5 kB in 0s (0 B/s) 22:35:24 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:35:24 Fetched 279 kB in 0s (0 B/s) 22:35:24 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:35:24 Fetched 122 kB in 0s (0 B/s) 22:35:24 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:35:24 Fetched 77.8 kB in 0s (0 B/s) 22:35:24 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:35:24 Fetched 8848 B in 0s (0 B/s) 22:35:24 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:35:24 Fetched 47.8 kB in 0s (0 B/s) 22:35:24 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:35:24 Fetched 45.6 kB in 0s (0 B/s) 22:35:24 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:35:24 Fetched 15.0 kB in 0s (0 B/s) 22:35:24 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:35:24 Fetched 214 kB in 0s (0 B/s) 22:35:24 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 22:35:24 Fetched 155 kB in 0s (0 B/s) 22:35:24 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:35:24 Fetched 50.6 kB in 0s (0 B/s) 22:35:24 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:35:24 Fetched 14.8 kB in 0s (0 B/s) 22:35:24 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:35:24 Fetched 41.8 kB in 0s (0 B/s) 22:35:24 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:35:24 Fetched 499 kB in 0s (0 B/s) 22:35:24 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:35:24 Fetched 111 kB in 0s (0 B/s) 22:35:24 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:35:24 Fetched 240 kB in 0s (0 B/s) 22:35:24 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:35:24 Fetched 29.3 kB in 0s (0 B/s) 22:35:24 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:35:24 Fetched 85.5 kB in 0s (0 B/s) 22:35:24 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:35:24 Fetched 24.5 kB in 0s (0 B/s) 22:35:24 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:35:24 Fetched 49.2 kB in 0s (0 B/s) 22:35:24 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:35:24 Fetched 54.2 kB in 0s (0 B/s) 22:35:24 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:35:24 Fetched 30.8 kB in 0s (0 B/s) 22:35:24 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 22:35:24 Fetched 16.6 kB in 0s (0 B/s) 22:35:24 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:35:24 Fetched 85.9 kB in 0s (0 B/s) 22:35:24 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:35:24 Fetched 8720 B in 0s (0 B/s) 22:35:24 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:35:24 Fetched 137 kB in 0s (0 B/s) 22:35:24 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:35:24 Fetched 119 kB in 0s (0 B/s) 22:35:24 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:35:24 Fetched 109 kB in 0s (0 B/s) 22:35:24 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:35:24 Fetched 11.1 kB in 0s (0 B/s) 22:35:24 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:35:24 Fetched 645 kB in 0s (0 B/s) 22:35:24 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:35:24 Fetched 41.3 kB in 0s (0 B/s) 22:35:24 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:35:24 Fetched 17.9 kB in 0s (0 B/s) 22:35:24 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:35:24 Fetched 368 kB in 0s (0 B/s) 22:35:24 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:35:24 Fetched 187 kB in 0s (0 B/s) 22:35:24 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:35:24 Fetched 175 kB in 0s (0 B/s) 22:35:24 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:35:24 Fetched 206 kB in 0s (0 B/s) 22:35:24 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 22:35:24 Fetched 1301 kB in 0s (0 B/s) 22:35:24 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:35:24 Fetched 36.2 kB in 0s (0 B/s) 22:35:24 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:35:24 Fetched 159 kB in 0s (0 B/s) 22:35:24 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:35:24 Fetched 107 kB in 0s (0 B/s) 22:35:24 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:35:24 Fetched 48.7 kB in 0s (0 B/s) 22:35:24 Pulling static-packages 22:35:24 + snapcraftctl pull 22:35:24 'go115' has dependencies that need to be staged: go-build-helper static-packages 22:35:24 Skipping pull go-build-helper (already ran) 22:35:24 Skipping pull static-packages (already ran) 22:35:24 Building go-build-helper 22:35:24 + snapcraftctl build 22:35:27 Building static-packages 22:35:27 + snapcraftctl build 22:35:30 Staging go-build-helper 22:35:30 + snapcraftctl stage 22:35:31 Staging static-packages 22:35:31 + snapcraftctl stage 22:35:32 Pulling go115 22:35:32 + snapcraftctl pull 22:35:33 'edgex-go' has dependencies that need to be staged: go115 22:35:33 Skipping pull go115 (already ran) 22:35:33 Building go115 22:35:33 + dpkg --print-architecture 22:35:33 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 22:35:33 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 22:35:33 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 22:35:33 % Total % Received % Xferd Average Speed Time Time Time Current 22:35:33 Dload Upload Total Spent Left Speed 22:35:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 106k 0 0 474k 0 0:04:09 --:--:-- 0:04:09 472k 28 115M 28 33.1M 0 0 27.0M 0 0:00:04 0:00:01 0:00:03 27.0M 58 115M 58 67.1M 0 0 30.0M 0 0:00:03 0:00:02 0:00:01 30.0M 86 115M 86 99.5M 0 0 30.6M 0 0:00:03 0:00:03 --:--:-- 30.6M 100 115M 100 115M 0 0 31.3M 0 0:00:03 0:00:03 --:--:-- 31.3M 22:35:37 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 22:35:37 + sha256sum -c sha256 22:35:37 + grep OK 22:35:38 go1.15.2.linux-amd64.tar.gz: OK 22:35:38 + mkdir -p /root/stage/go1.15 22:35:38 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 22:35:42 Staging go115 22:35:42 + snapcraftctl stage 22:35:49 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:35:49 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:35:49 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:35:49 Fetched 0 B in 0s (0 B/s) 22:35:49 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:35:49 Fetched 224 kB in 0s (0 B/s) 22:35:49 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:35:49 Fetched 157 kB in 0s (0 B/s) 22:35:49 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:35:49 Fetched 221 kB in 0s (0 B/s) 22:35:49 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:35:49 Fetched 143 kB in 0s (0 B/s) 22:35:49 Pulling edgex-go 22:35:49 + snapcraftctl pull 22:35:49 Pulling version 22:35:49 + cd /root/project 22:35:49 + [ -f VERSION ] 22:35:49 + PROJECT_VERSION=local-dev 22:35:49 + git rev-parse --short HEAD 22:35:49 + GIT_REVISION=2b04703d 22:35:49 + snapcraftctl set-version local-dev 22:35:50 Building config-common 22:35:50 + snapcraftctl build 22:35:51 ---> 12d488b5b7a5 22:35:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:35:51 ---> 30f92489aa15 22:35:51 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:35:51 ---> 931beb06c18f 22:35:51 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:35:51 ---> 1f697fcd30a0 22:35:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:35:51 ---> 27cd23e5aeea 22:35:51 Step 9/23 : RUN make cmd/core-command/core-command 22:35:51 ---> Running in a1022b3784a8 22:35:51 ---> Running in 7796ff10cea5 22:35:51 ---> Running in 7e8677307359 22:35:51 ---> Running in cb9e0bf26d06 22:35:51 ---> Running in c2e9f3db730a 22:35:51 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 22:35:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:35:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:35:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:35:51 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 22:35:53 Skipping build go-build-helper (already ran) 22:35:53 Skipping build static-packages (already ran) 22:35:53 Skipping build go115 (already ran) 22:35:53 Building edgex-go 22:35:53 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 22:35:53 + cd /root/parts/edgex-go/src 22:35:53 + make build 22:35:53 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 22:35:55 go: downloading github.com/gorilla/mux v1.8.0 22:35:55 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.12 22:35:55 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 22:35:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 22:35:55 go: downloading github.com/google/uuid v1.2.0 22:35:55 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:35:55 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.6 22:35:55 go: downloading github.com/imdario/mergo v0.3.11 22:35:55 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 22:35:55 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:35:55 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:35:55 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:35:55 go: downloading github.com/pelletier/go-toml v1.2.0 22:35:55 go: downloading github.com/BurntSushi/toml v0.3.1 22:35:55 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:35:55 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 22:35:55 go: downloading github.com/pkg/errors v0.8.1 22:35:55 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:35:55 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:35:55 go: downloading github.com/hashicorp/consul/api v1.8.1 22:35:55 go: downloading github.com/pebbe/zmq4 v1.2.2 22:35:55 go: downloading github.com/go-kit/kit v0.8.0 22:35:55 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:35:55 go: downloading github.com/leodido/go-urn v1.2.0 22:35:55 go: downloading github.com/go-playground/universal-translator v0.17.0 22:35:55 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:35:55 go: downloading github.com/x448/float16 v0.8.4 22:35:55 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:35:55 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:35:55 go: downloading github.com/mitchellh/copystructure v1.0.0 22:35:55 go: downloading github.com/go-playground/locales v0.13.0 22:35:55 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:35:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:35:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:35:55 go: downloading github.com/hashicorp/serf v0.9.5 22:35:55 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:35:55 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:35:55 go: downloading github.com/mattn/go-isatty v0.0.12 22:35:55 go: downloading github.com/fatih/color v1.9.0 22:35:55 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 22:35:55 go: downloading github.com/mattn/go-colorable v0.1.6 22:35:55 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:35:55 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:35:56 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:36:04 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 22:36:04 go: downloading gopkg.in/yaml.v2 v2.4.0 22:36:08 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 22:36:09 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 22:36:10 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 22:36:10 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 22:36:10 go: downloading github.com/stretchr/testify v1.7.0 22:36:10 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:36:10 go: downloading github.com/davecgh/go-spew v1.1.1 22:36:10 go: downloading github.com/pmezard/go-difflib v1.0.0 22:36:12 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 22:36:12 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:36:12 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:36:14 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 22:36:14 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 22:36:14 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 22:36:16 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 22:36: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 22:36:17 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:36:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:36:18 go: downloading github.com/lib/pq v1.9.0 22:36:19 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 22:36:19 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 22:36:19 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 22:36:19 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 22:36:19 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 22:36:19 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 22:36:19 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 22:36:19 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 22:36:19 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 22:36:19 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 22:36:19 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 22:36:19 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 22:36:19 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 22:36:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 22:36:19 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 22:36:19 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 22:36:19 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 22:36:19 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 22:36:19 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 22:36:19 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 22:36:19 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 22:36:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 22:36:19 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 22:36:19 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 22:36:19 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 22:36:21 Building version 22:36:21 + snapcraftctl build 22:36:23 Staging config-common 22:36:23 + snapcraftctl stage 22:36:24 Skipping stage go-build-helper (already ran) 22:36:24 Skipping stage static-packages (already ran) 22:36:24 Skipping stage go115 (already ran) 22:36:24 Staging edgex-go 22:36:24 + snapcraftctl stage 22:36:25 Staging version 22:36:25 + snapcraftctl stage 22:36:27 Priming config-common 22:36:27 + snapcraftctl prime 22:36:28 Priming go-build-helper 22:36:28 + snapcraftctl prime 22:36:29 Priming static-packages 22:36:29 + snapcraftctl prime 22:36:31 Priming go115 22:36:31 + snapcraftctl prime 22:36:32 Priming edgex-go 22:36:32 + snapcraftctl prime 22:36:33 Priming version 22:36:33 + snapcraftctl prime 22:36:34 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] } 22:37:13 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 22:37:32 Removing intermediate container 7e8677307359 22:37:32 ---> 8efda650b3c1 22:37:32 22:37:32 Step 10/24 : FROM alpine:3.12 22:37:32 3.12: Pulling from library/alpine 22:37:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:37:33 Status: Downloaded newer image for alpine:3.12 22:37:33 ---> afeebe901d6b 22:37:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:37:33 ---> Running in 854ce97ad0ed 22:37:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:36 (1/5) Installing ca-certificates (20191127-r4) 22:37:36 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:37:36 (3/5) Installing libcurl (7.69.1-r3) 22:37:36 (4/5) Installing curl (7.69.1-r3) 22:37:36 (5/5) Installing dumb-init (1.2.2-r1) 22:37:36 Executing busybox-1.31.1-r19.trigger 22:37:36 Executing ca-certificates-20191127-r4.trigger 22:37:36 OK: 7 MiB in 19 packages 22:37:39 Removing intermediate container 854ce97ad0ed 22:37:39 ---> 0d00f5843b21 22:37:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:37:39 ---> Running in bf1ebb62df34 22:37:40 Removing intermediate container bf1ebb62df34 22:37:40 ---> d0b26b4793a5 22:37:40 Step 13/24 : WORKDIR / 22:37:40 ---> Running in 281fdc7881f5 22:37:41 Removing intermediate container 281fdc7881f5 22:37:41 ---> 39271ae933e5 22:37:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:37:42 ---> f8b6ec355a5a 22:37:42 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:37:43 ---> 5e517147d985 22:37:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:37:45 ---> 884a66b4a6fb 22:37:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:37:47 ---> 7bcc2cd1b443 22:37:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:37:48 Removing intermediate container c2e9f3db730a 22:37:48 ---> 79f518ab5150 22:37:48 22:37:48 Step 10/23 : FROM alpine:3.12 22:37:48 ---> afeebe901d6b 22:37:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:37:49 ---> Running in 0cc7e9fb0e15 22:37:51 ---> ad42ba213d08 22:37:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:37:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:53 (1/1) Installing dumb-init (1.2.2-r1) 22:37:53 Executing busybox-1.31.1-r19.trigger 22:37:53 OK: 5 MiB in 15 packages 22:37:53 ---> 8b7f9c195348 22:37:53 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:37:53 ---> Running in cb85f0471709 22:37:54 Removing intermediate container cb9e0bf26d06 22:37:54 ---> b23b39afbdb0 22:37:54 22:37:54 Step 10/22 : FROM alpine:3.12 22:37:54 ---> afeebe901d6b 22:37:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:37:54 Removing intermediate container 7796ff10cea5 22:37:54 ---> 31feaf308b10 22:37:54 22:37:54 Step 10/22 : FROM alpine:3.12 22:37:54 ---> afeebe901d6b 22:37:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:37:54 ---> Running in c5c1a6050449 22:37:54 ---> Running in 43ae4ef4564c 22:37:54 Removing intermediate container 0cc7e9fb0e15 22:37:54 ---> e3f6519fe9d0 22:37:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:37:55 ---> Running in 66e302082721 22:37:56 Removing intermediate container 66e302082721 22:37:56 ---> c00b13837073 22:37:56 Step 13/23 : ENV APP_PORT=48082 22:37:56 ---> Running in a6bc03e2d7f2 22:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:37:57 (1/1) Installing dumb-init (1.2.2-r1) 22:37:57 Executing busybox-1.31.1-r19.trigger 22:37:57 OK: 5 MiB in 15 packages 22:37:57 (1/2) Installing ca-certificates (20191127-r4) 22:37:57 (2/2) Installing dumb-init (1.2.2-r1) 22:37:57 Executing busybox-1.31.1-r19.trigger 22:37:57 Executing ca-certificates-20191127-r4.trigger 22:37:58 Removing intermediate container a6bc03e2d7f2 22:37:58 ---> 6883e9d07884 22:37:58 Step 14/23 : EXPOSE $APP_PORT 22:37:58 Removing intermediate container cb85f0471709 22:37:58 ---> a5c726cb8adb 22:37:58 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:37:58 OK: 6 MiB in 16 packages 22:37:58 ---> Running in 1b8f639e3820 22:37:58 ---> Running in b45f0c319175 22:37:58 Removing intermediate container a1022b3784a8 22:37:58 ---> 9d0a92b412c4 22:37:58 22:37:58 Step 10/23 : FROM alpine:3.12 22:37:58 ---> afeebe901d6b 22:37:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:37:58 ---> Using cache 22:37:58 ---> e3f6519fe9d0 22:37:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:37:58 ---> Using cache 22:37:58 ---> c00b13837073 22:37:58 Step 13/23 : ENV APP_PORT=48081 22:37:59 ---> Running in 43de409407a7 22:37:59 Removing intermediate container b45f0c319175 22:37:59 ---> 6a2907eff4b6 22:37:59 Step 22/24 : LABEL arch=arm64 22:37:59 Removing intermediate container 1b8f639e3820 22:37:59 ---> b0323cb0c0a0 22:37:59 Step 15/23 : WORKDIR / 22:37:59 ---> Running in f7a5c6efacc7 22:37:59 ---> Running in 695819560da5 22:37:59 Removing intermediate container c5c1a6050449 22:37:59 ---> 71c6cb37ee27 22:37:59 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:37:59 Removing intermediate container 43de409407a7 22:37:59 ---> 4db531002859 22:37:59 Step 14/23 : EXPOSE $APP_PORT 22:38:00 ---> Running in 389fbff3340a 22:38:00 ---> Running in a35c520eab11 22:38:00 Removing intermediate container 695819560da5 22:38:00 ---> 665db196c45e 22:38:00 Step 23/24 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:38:00 Removing intermediate container f7a5c6efacc7 22:38:00 ---> 661c5ed19721 22:38:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:38:00 ---> Running in dd9f4182e8f9 22:38:00 Removing intermediate container 43ae4ef4564c 22:38:00 ---> 041157f59cef 22:38:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:38:00 Removing intermediate container 389fbff3340a 22:38:00 ---> a70ee78c0200 22:38:00 Step 13/22 : ENV APP_PORT=48085 22:38:01 ---> Running in cf178fbd518d 22:38:01 Removing intermediate container a35c520eab11 22:38:01 ---> 933bb1d0473c 22:38:01 Step 15/23 : WORKDIR / 22:38:01 ---> Running in 2e0df6908a1e 22:38:01 ---> Running in 90c72fef698f 22:38:01 Removing intermediate container dd9f4182e8f9 22:38:01 ---> d5f6f77c1461 22:38:01 Step 24/24 : LABEL version=0.0.0 22:38:01 ---> Running in 5e9e624c8cc1 22:38:01 ---> 15b62f01b694 22:38:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:38:01 Removing intermediate container cf178fbd518d 22:38:01 ---> 4f234da57bf2 22:38:01 Step 13/22 : ENV APP_PORT=48060 22:38:01 Removing intermediate container 2e0df6908a1e 22:38:01 ---> 39d666216018 22:38:01 Step 14/22 : EXPOSE $APP_PORT 22:38:01 Removing intermediate container 90c72fef698f 22:38:01 ---> 3f4cc5708d14 22:38:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:38:02 ---> Running in f1ecf9c7dffd 22:38:02 Removing intermediate container 5e9e624c8cc1 22:38:02 ---> 80698860e03f 22:38:02 22:38:02 ---> Running in 2e6465def8ea 22:38:02 Removing intermediate container f1ecf9c7dffd 22:38:02 ---> 2e3222be59c5 22:38:02 Step 14/22 : EXPOSE $APP_PORT 22:38:02 Successfully built 80698860e03f 22:38:03 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:38:03  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 22:38:03 ---> 83d5a69040b4 22:38:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:38:03 ---> Running in a95c82e83796 22:38:03 Removing intermediate container 2e6465def8ea 22:38:03 ---> b5c6dda65ce3 22:38:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:38:03 ---> 165865c809fa 22:38:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:38:03 Removing intermediate container a95c82e83796 22:38:03 ---> bca2bbc6b198 22:38:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:38:04 ---> 316be0edc0e1 22:38:04 ---> dc88627e57a5 22:38:04 Step 19/23 : ENTRYPOINT ["/core-command"] 22:38:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:38:05 ---> fa538b5e0c9b 22:38:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:38:05 ---> Running in 9a36c19e0fc8 22:38:05 ---> 5801f75623cb 22:38:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:38:06 Removing intermediate container 9a36c19e0fc8 22:38:06 ---> c32b44a5c2f8 22:38:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:38:06 ---> f17e3e2fd74f 22:38:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:38:06 ---> 5010acee5c16 22:38:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:38:07 ---> Running in 66e5656a8091 22:38:07 ---> Running in 996533e5d1c4 22:38:07 ---> 630cc13496e7 22:38:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:38:07 Removing intermediate container 66e5656a8091 22:38:07 ---> 6198c0a7e53c 22:38:07 Step 21/23 : LABEL arch=arm64 22:38:07 ---> 0ff12ba94f5d 22:38:07 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:38:08 Removing intermediate container 996533e5d1c4 22:38:08 ---> 42e12276bf6b 22:38:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:38:08 ---> Running in 969191a65ed3 22:38:08 ---> Running in b137c26f136c 22:38:08 ---> Running in 23a16761539b 22:38:09 ---> f8c8f76a754d 22:38:09 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:38:09 Removing intermediate container 969191a65ed3 22:38:09 ---> d39c597368d2 22:38:09 Step 22/23 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:38:09 ---> Running in 6cf4f3f3fa83 22:38:09 ---> Running in 16ce5f9dfa5e 22:38:09 Removing intermediate container b137c26f136c 22:38:09 ---> 88fca84270ad 22:38:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:38:09 Removing intermediate container 23a16761539b 22:38:09 ---> adf88936b4df 22:38:09 Step 21/23 : LABEL arch=arm64 22:38:09 ---> Running in 257fa2d25498 22:38:09 ---> Running in 379162bb51d9 22:38:09 Removing intermediate container 6cf4f3f3fa83 22:38:09 ---> 7b897bb8402a 22:38:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:38:10 Removing intermediate container 16ce5f9dfa5e 22:38:10 ---> 0e23fb6e2ff5 22:38:10 Step 23/23 : LABEL version=0.0.0 22:38:10 ---> Running in 21b115640dde 22:38:10 ---> Running in 1f48093f8baf 22:38:10 Removing intermediate container 257fa2d25498 22:38:10 ---> ab15c29b2e6c 22:38:10 Step 22/23 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:38:10 Removing intermediate container 379162bb51d9 22:38:10 ---> 313b1c8eb89a 22:38:10 Step 20/22 : LABEL arch=arm64 22:38:10 ---> Running in ab30ba26bde9 22:38:10 ---> Running in 839324f0177c 22:38:10 Removing intermediate container 21b115640dde 22:38:10 ---> ef108553fa2c 22:38:10 Step 20/22 : LABEL arch=arm64 22:38:10 Removing intermediate container 1f48093f8baf 22:38:10 ---> f6971d372973 22:38:10 22:38:11 ---> Running in 53136f365de2 22:38:11 Removing intermediate container ab30ba26bde9 22:38:11 ---> 6c8926443d63 22:38:11 Step 23/23 : LABEL version=0.0.0 22:38:11 Successfully built f6971d372973 22:38:11 Successfully tagged docker-core-command-go-arm64:latest 22:38:11 Building docker-security-proxy-setup-go 22:38:11  Building docker-core-command-go ... done Removing intermediate container 839324f0177c 22:38:11 ---> 0218d077567e 22:38:11 Step 21/22 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:38:12 ---> Running in 84cf785126f7 22:38:12 Removing intermediate container 53136f365de2 22:38:12 ---> b14d60302844 22:38:12 Step 21/22 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:38:12 ---> Running in bd36f0f645bb 22:38:12 ---> Running in 70832c9dab17 22:38:12 Removing intermediate container 84cf785126f7 22:38:12 ---> 51b32d46d098 22:38:12 22:38:12 Removing intermediate container bd36f0f645bb 22:38:12 ---> 8c790f9806fb 22:38:12 Step 22/22 : LABEL version=0.0.0 22:38:13 Removing intermediate container 70832c9dab17 22:38:13 Successfully built 51b32d46d098 22:38:13 ---> 501cc046ccab 22:38:13 Step 22/22 : LABEL version=0.0.0 22:38:13 Successfully tagged docker-core-metadata-go-arm64:latest 22:38:13 Building docker-core-data-go 22:38:13  Building docker-core-metadata-go ... done  ---> Running in 587dbec2017d 22:38:13 ---> Running in 599a04980283 22:38:14 Removing intermediate container 587dbec2017d 22:38:14 ---> c95c0c71e8df 22:38:14 22:38:14 Removing intermediate container 599a04980283 22:38:14 ---> 48a2f8bb07ce 22:38:14 22:38:14 Successfully built c95c0c71e8df 22:38:14 Successfully tagged docker-support-scheduler-go-arm64:latest 22:38:14 Building docker-sys-mgmt-agent-go 22:38:14  Building docker-support-scheduler-go ... done Successfully built 48a2f8bb07ce 22:38:14 Successfully tagged docker-support-notifications-go-arm64:latest 22:38:47  Building docker-support-notifications-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:38:47 Step 2/30 : FROM ${BUILDER_BASE} AS builder 22:38:47 ---> 469cd4fe5429 22:38:47 Step 3/30 : WORKDIR /edgex-go 22:38:47 ---> Using cache 22:38:47 ---> 3c6f2f9db6e0 22:38:47 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:38:47 ---> Using cache 22:38:47 ---> 8879b042afcb 22:38:47 Step 5/30 : RUN apk add --update --no-cache make git 22:38:52 ---> Running in 9b2980743dce 22:38:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:38:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:38:55 OK: 217 MiB in 51 packages 22:38:58 Removing intermediate container 9b2980743dce 22:38:58 ---> 8112192210ed 22:38:58 Step 6/30 : COPY go.mod . 22:38:59 ---> 555eeaef5712 22:38:59 Step 7/30 : RUN go mod download 22:38:59 ---> Running in 05d7ac05d49f 22:39:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:39:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:39:00 ---> 469cd4fe5429 22:39:00 Step 3/21 : WORKDIR /edgex-go 22:39:00 ---> Using cache 22:39:00 ---> 3c6f2f9db6e0 22:39:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:00 ---> Using cache 22:39:00 ---> 8879b042afcb 22:39:00 Step 5/21 : RUN apk add --update --no-cache make git 22:39:00 ---> Using cache 22:39:00 ---> 8112192210ed 22:39:00 Step 6/21 : COPY go.mod . 22:39:00 ---> Using cache 22:39:00 ---> 555eeaef5712 22:39:00 Step 7/21 : RUN go mod download 22:39:00 ---> Running in d4fc1bff1e5f 22:39:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:39:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:39:01 ---> 469cd4fe5429 22:39:01 Step 3/23 : WORKDIR /edgex-go 22:39:01 ---> Using cache 22:39:01 ---> 3c6f2f9db6e0 22:39:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:01 ---> Using cache 22:39:01 ---> 8879b042afcb 22:39:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:39:01 ---> Running in 5b0648a1b60f 22:39:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:39:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:39:01 ---> 469cd4fe5429 22:39:01 Step 3/26 : WORKDIR /edgex-go 22:39:01 ---> Using cache 22:39:01 ---> 3c6f2f9db6e0 22:39:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:01 ---> Using cache 22:39:01 ---> 8879b042afcb 22:39:01 Step 5/26 : RUN apk add --update --no-cache make bash git 22:39:01 ---> Running in 6f7833b64eec 22:39:03 Removing intermediate container 05d7ac05d49f 22:39:03 ---> 01bc1e26f8de 22:39:03 Step 8/30 : COPY . . 22:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:39:04 Removing intermediate container d4fc1bff1e5f 22:39:04 ---> e07406fafd4c 22:39:04 Step 8/21 : COPY . . 22:39:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:39:04 OK: 217 MiB in 51 packages 22:39:05 OK: 217 MiB in 51 packages 22:39:08 Removing intermediate container 5b0648a1b60f 22:39:08 ---> 2cc158de4a71 22:39:08 Step 6/23 : COPY go.mod . 22:39:08 Removing intermediate container 6f7833b64eec 22:39:08 ---> 1b84d16d25f8 22:39:08 Step 6/26 : COPY go.mod . 22:39:09 ---> 8a3475908fd8 22:39:09 Step 7/23 : RUN go mod download 22:39:09 ---> a8f8f5c4a46a 22:39:09 Step 7/26 : RUN go mod download 22:39:10 ---> Running in 9264e1caa754 22:39:10 ---> Running in 49be75a3d3aa 22:39:15 Removing intermediate container 49be75a3d3aa 22:39:15 ---> 13fdcc89175d 22:39:15 Step 8/26 : COPY . . 22:39:15 Removing intermediate container 9264e1caa754 22:39:15 ---> f236a5ab6b16 22:39:15 Step 8/23 : COPY . . 22:39:21 ---> 27387dc5fab7 22:39:21 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:39:21 ---> Running in b56f1a6e063a 22:39:22 ---> 315c31f666d8 22:39:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:39:23 ---> Running in 7e679d51a044 22:39:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:39:25 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 22:39:40 ---> ae11def3c28f 22:39:40 Step 9/23 : RUN make cmd/core-data/core-data 22:39:40 ---> 5a6a2ca4f2ef 22:39:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:39:40 ---> Running in 137cfd73569a 22:39:40 ---> Running in dcd022997eb1 22:39:42 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 22:39:42 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 22:40:29 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 22:40:35 Removing intermediate container b56f1a6e063a 22:40:35 ---> d62d48de75f4 22:40:35 22:40:35 Step 10/30 : FROM alpine:3.12 22:40:35 ---> afeebe901d6b 22:40:35 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:40:35 ---> Running in ee43069ae8f2 22:40:35 Removing intermediate container ee43069ae8f2 22:40:35 ---> 8c6e019d92fb 22:40:35 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 22:40:36 ---> Running in 6cc2fa22cbdc 22:40:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:40:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:40:38 (1/2) Installing dumb-init (1.2.2-r1) 22:40:38 (2/2) Installing su-exec (0.2-r1) 22:40:38 Executing busybox-1.31.1-r19.trigger 22:40:38 OK: 5 MiB in 16 packages 22:40:41 Removing intermediate container 6cc2fa22cbdc 22:40:41 ---> 8cc1ec6677c4 22:40:41 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 22:40:41 ---> Running in 536e21f01734 22:40:42 Removing intermediate container 536e21f01734 22:40:42 ---> 01678244fce6 22:40:42 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:40:43 Removing intermediate container 7e679d51a044 22:40:43 ---> 4c5fd56afdff 22:40:43 22:40:43 Step 10/21 : FROM alpine:3.12 22:40:43 ---> afeebe901d6b 22:40:43 Step 11/21 : RUN apk add --update --no-cache curl 22:40:43 ---> Running in 11e2e594eb22 22:40:43 ---> Running in aa8ea918c223 22:40:44 Removing intermediate container 11e2e594eb22 22:40:44 ---> 129ee1d8c27d 22:40:44 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:40:44 ---> Running in 07aa305f37a4 22:40:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:40:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:40:46 (1/4) Installing ca-certificates (20191127-r4) 22:40:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:40:46 (3/4) Installing libcurl (7.69.1-r3) 22:40:46 (4/4) Installing curl (7.69.1-r3) 22:40:46 Executing busybox-1.31.1-r19.trigger 22:40:46 Executing ca-certificates-20191127-r4.trigger 22:40:47 OK: 7 MiB in 18 packages 22:40:48 Removing intermediate container 07aa305f37a4 22:40:48 ---> 7f8db01617d3 22:40:48 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 22:40:48 ---> Running in 29ee64dfeadf 22:40:49 Removing intermediate container 29ee64dfeadf 22:40:49 ---> 630c504f0678 22:40:49 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:40:49 Removing intermediate container aa8ea918c223 22:40:49 ---> dbf8f8e54c86 22:40:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:40:49 ---> Running in 91c69c5e6266 22:40:50 ---> 7b218ef4c952 22:40:50 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:40:50 Removing intermediate container 91c69c5e6266 22:40:50 ---> dafc716789a7 22:40:50 Step 13/21 : WORKDIR /edgex 22:40:51 ---> Running in 6e55dc0a1d7e 22:40:51 ---> Running in f851ecad2e90 22:40:52 Removing intermediate container f851ecad2e90 22:40:52 ---> 774691b44e4d 22:40:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:40:53 ---> 3923b9c94616 22:40:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:40:55 Removing intermediate container 6e55dc0a1d7e 22:40:55 ---> e87f5d089d51 22:40:55 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 22:40:55 ---> 8650edac52bb 22:40:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:40:56 ---> 3b1f47a2075d 22:40:56 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:40:57 ---> 1ad2be6a222b 22:40:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:40:58 ---> Running in 41ba174c1e72 22:40:58 ---> 6fdeb97164a8 22:40:58 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:40:58 Removing intermediate container 41ba174c1e72 22:40:58 ---> 27a457081d47 22:40:58 Step 18/21 : CMD ["--init=true"] 22:40:59 ---> Running in fb37140ce9cd 22:40:59 ---> 17c5b19bbead 22:40:59 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:41:00 Removing intermediate container fb37140ce9cd 22:41:00 ---> ba5ac18ba327 22:41:00 Step 19/21 : LABEL arch=arm64 22:41:00 ---> Running in 75adecb3724b 22:41:01 Removing intermediate container 75adecb3724b 22:41:01 ---> ab93d4a6cc63 22:41:01 Step 20/21 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:41:01 ---> 96e192486c1c 22:41:01 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 22:41:01 ---> Running in 1dfc3e5b3bb1 22:41:02 ---> Running in 609f0ec4f8b6 22:41:02 Removing intermediate container 1dfc3e5b3bb1 22:41:02 ---> 3dcb1c7b5237 22:41:02 Step 21/21 : LABEL version=0.0.0 22:41:02 ---> Running in 9e14d19507ef 22:41:03 Removing intermediate container 609f0ec4f8b6 22:41:03 ---> 4b11957de4f6 22:41:03 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:41:03 Removing intermediate container dcd022997eb1 22:41:03 ---> a7d66d1d2837 22:41:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:41:03 ---> Running in 24869ddafdff 22:41:03 Removing intermediate container 9e14d19507ef 22:41:03 ---> 62d4d505c646 22:41:03 22:41:04 ---> 9876acc30ca4 22:41:04 Step 25/30 : RUN chmod +x /entrypoint.sh 22:41:04 Successfully built 62d4d505c646 22:41:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:41:04  Building docker-security-proxy-setup-go ... done  ---> Running in b338849fff29 22:41:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:41:07 Removing intermediate container b338849fff29 22:41:07 ---> 4598cba0abf0 22:41:07 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 22:41:08 ---> Running in 05a2a2897373 22:41:08 Removing intermediate container 05a2a2897373 22:41:08 ---> b15a2ce9e60d 22:41:08 Step 27/30 : CMD ["gate"] 22:41:09 Removing intermediate container 24869ddafdff 22:41:09 ---> 651de8b2b28a 22:41:09 22:41:09 Step 11/26 : FROM docker:20.10.0 22:41:09 20.10.0: Pulling from library/docker 22:41:09 ---> Running in 52d814e928c3 22:41:10 Removing intermediate container 52d814e928c3 22:41:10 ---> 01db55afaa17 22:41:10 Step 28/30 : LABEL arch=arm64 22:41:11 ---> Running in 397847818ae6 22:41:12 Removing intermediate container 397847818ae6 22:41:12 ---> 39f88b1b15e8 22:41:12 Step 29/30 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:41:12 ---> Running in 2e658fd7f9b6 22:41:13 Removing intermediate container 2e658fd7f9b6 22:41:13 ---> db7c1a990681 22:41:13 Step 30/30 : LABEL version=0.0.0 22:41:13 ---> Running in 1dccaa0e4f58 22:41:14 Removing intermediate container 1dccaa0e4f58 22:41:14 ---> 69dc73d4b8a2 22:41:14 22:41:15 Successfully built 69dc73d4b8a2 22:41:15 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:41:19  Building docker-security-bootstrapper-go ... done Removing intermediate container 137cfd73569a 22:41:19 ---> 069ba650c133 22:41:19 22:41:19 Step 10/23 : FROM alpine:3.12 22:41:19 ---> afeebe901d6b 22:41:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:41:19 ---> Running in 2eb5fdb4cacc 22:41:19 Removing intermediate container 2eb5fdb4cacc 22:41:19 ---> 1ee63e917bb1 22:41:19 Step 12/23 : ENV APP_PORT=48080 22:41:19 ---> Running in 617c1d883c3d 22:41:20 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:41:20 Status: Downloaded newer image for docker:20.10.0 22:41:20 ---> eeaf43b92773 22:41:20 Step 12/26 : RUN apk add --no-cache bash 22:41:20 Removing intermediate container 617c1d883c3d 22:41:20 ---> 84891cafd7f7 22:41:20 Step 13/23 : EXPOSE $APP_PORT 22:41:20 ---> Running in 00a4a7c01fa7 22:41:20 ---> Running in 47332b2b221b 22:41:20 Removing intermediate container 47332b2b221b 22:41:20 ---> 43f8e0e74513 22:41:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:21 ---> Running in 6a2189915588 22:41:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:22 (1/2) Installing readline (8.0.4-r0) 22:41:22 (2/2) Installing bash (5.0.17-r0) 22:41:22 Executing bash-5.0.17-r0.post-install 22:41:22 Executing busybox-1.31.1-r19.trigger 22:41:22 OK: 12 MiB in 22 packages 22:41:23 Removing intermediate container 00a4a7c01fa7 22:41:23 ---> 0b28cd43dee7 22:41:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:41:23 ---> Running in 727d8f164419 22:41:23 Removing intermediate container 6a2189915588 22:41:23 ---> b3a60467fe1e 22:41:23 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:41:24 ---> Running in 55924128a18e 22:41:24 Removing intermediate container 727d8f164419 22:41:24 ---> c60cee34805a 22:41:24 Step 14/26 : ENV APP_PORT=48090 22:41:24 ---> Running in 952926067a14 22:41:24 Removing intermediate container 952926067a14 22:41:24 ---> b8b1890dfef0 22:41:24 Step 15/26 : EXPOSE $APP_PORT 22:41:25 ---> Running in 23cacfb3687a 22:41:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:25 Removing intermediate container 23cacfb3687a 22:41:25 ---> a563a1923b63 22:41:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:26 ---> 26dcad254738 22:41:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:41:26 (1/6) Installing dumb-init (1.2.2-r1) 22:41:26 (2/6) Installing libgcc (9.3.0-r2) 22:41:26 (3/6) Installing libsodium (1.0.18-r0) 22:41:27 (4/6) Installing libstdc++ (9.3.0-r2) 22:41:27 (5/6) Installing libzmq (4.3.3-r0) 22:41:27 ---> cadde58d0ac2 22:41:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:41:27 (6/6) Installing zeromq (4.3.3-r0) 22:41:27 Executing busybox-1.31.1-r19.trigger 22:41:27 OK: 8 MiB in 20 packages 22:41:28 ---> 2cfc3893b570 22:41:28 Step 19/26 : RUN apk --no-cache add py3-pip 22:41:28 ---> Running in d3467e23748b 22:41:29 Removing intermediate container 55924128a18e 22:41:29 ---> c91ce049f858 22:41:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:41:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:30 ---> 3b4fd5f68aee 22:41:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:41:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:30 (1/33) Installing libbz2 (1.0.8-r1) 22:41:30 (2/33) Installing expat (2.2.9-r1) 22:41:30 (3/33) Installing libffi (3.3-r2) 22:41:30 (4/33) Installing gdbm (1.13-r1) 22:41:30 (5/33) Installing xz-libs (5.2.5-r0) 22:41:30 (6/33) Installing sqlite-libs (3.32.1-r0) 22:41:30 (7/33) Installing python3 (3.8.5-r0) 22:41:31 ---> 8b7b077e082e 22:41:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:41:32 (8/33) Installing py3-appdirs (1.4.4-r1) 22:41:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:41:32 (10/33) Installing py3-parsing (2.4.7-r0) 22:41:32 (11/33) Installing py3-six (1.15.0-r0) 22:41:32 (12/33) Installing py3-packaging (20.4-r0) 22:41:32 (13/33) Installing py3-setuptools (47.0.0-r0) 22:41:32 (14/33) Installing py3-chardet (3.0.4-r4) 22:41:32 (15/33) Installing py3-idna (2.9-r0) 22:41:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:41:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:41:32 ---> ba7ab6c5270d 22:41:32 Step 19/23 : ENTRYPOINT ["/core-data"] 22:41:32 (18/33) Installing py3-requests (2.23.0-r0) 22:41:32 (19/33) Installing py3-msgpack (1.0.0-r0) 22:41:32 (20/33) Installing py3-lockfile (0.12.2-r3) 22:41:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:41:32 (22/33) Installing py3-colorama (0.4.3-r0) 22:41:32 (23/33) Installing py3-distlib (0.3.0-r0) 22:41:32 (24/33) Installing py3-distro (1.5.0-r1) 22:41:32 (25/33) Installing py3-webencodings (0.5.1-r3) 22:41:32 (26/33) Installing py3-html5lib (1.0.1-r4) 22:41:32 ---> Running in abb7a100fd3c 22:41:32 (27/33) Installing py3-pytoml (0.1.21-r0) 22:41:32 (28/33) Installing py3-pep517 (0.8.2-r0) 22:41:32 (29/33) Installing py3-progress (1.5-r0) 22:41:32 (30/33) Installing py3-toml (0.10.1-r0) 22:41:32 (31/33) Installing py3-retrying (1.3.3-r0) 22:41:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:41:32 (33/33) Installing py3-pip (20.1.1-r0) 22:41:32 Executing busybox-1.31.1-r19.trigger 22:41:32 OK: 71 MiB in 55 packages 22:41:33 Removing intermediate container abb7a100fd3c 22:41:33 ---> 3d80f96ab2c4 22:41:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:41:33 ---> Running in c98ded3489dd 22:41:33 Removing intermediate container c98ded3489dd 22:41:33 ---> 35a962964ae4 22:41:33 Step 21/23 : LABEL arch=arm64 22:41:34 ---> Running in a6b1bba209d7 22:41:34 Removing intermediate container a6b1bba209d7 22:41:34 ---> b6a5a06f2343 22:41:34 Step 22/23 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:41:34 ---> Running in 340d82c7ee03 22:41:35 Removing intermediate container 340d82c7ee03 22:41:35 ---> 4272d1c91eb4 22:41:35 Step 23/23 : LABEL version=0.0.0 22:41:35 ---> Running in 9be64651d934 22:41:36 Removing intermediate container 9be64651d934 22:41:36 ---> df287d869344 22:41:36 22:41:36 Successfully built df287d869344 22:41:36 Successfully tagged docker-core-data-go-arm64:latest 22:41:38  Building docker-core-data-go ... done Removing intermediate container d3467e23748b 22:41:38 ---> 87dbbeaa8780 22:41:38 Step 20/26 : RUN pip install docker-compose==1.23.2 22:41:38 ---> Running in aff19c90e04d 22:41:43 Collecting docker-compose==1.23.2 22:41:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:41:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:41:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:41:44 Collecting cached-property<2,>=1.2.0 22:41:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:41:45 Collecting texttable<0.10,>=0.9.0 22:41:45 Downloading texttable-0.9.1.tar.gz (11 kB) 22:41:47 Collecting docopt<0.7,>=0.6.1 22:41:47 Downloading docopt-0.6.2.tar.gz (25 kB) 22:41:49 Collecting PyYAML<4,>=3.10 22:41:49 Downloading PyYAML-3.13.tar.gz (270 kB) 22:41:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:41:52 Collecting jsonschema<3,>=2.5.1 22:41:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:41:52 Collecting dockerpty<0.5,>=0.4.1 22:41:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:41:54 Collecting docker<4.0,>=3.6.0 22:41:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:41:55 Collecting websocket-client<1.0,>=0.32.0 22:41:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:41:55 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) 22:41:56 Collecting urllib3<1.25,>=1.21.1 22:41:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:41:56 Collecting idna<2.8,>=2.5 22:41:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:41:56 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) 22:41:56 Collecting docker-pycreds>=0.4.0 22:41:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:41:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:41:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:41:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:41:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:41:57 Installing collected packages: urllib3, idna, requests, cached-property, texttable, docopt, PyYAML, jsonschema, dockerpty, docker-pycreds, websocket-client, docker, docker-compose 22:41:57 Attempting uninstall: urllib3 22:41:57 Found existing installation: urllib3 1.25.9 22:41:57 Uninstalling urllib3-1.25.9: 22:41:57 Successfully uninstalled urllib3-1.25.9 22:41:58 Attempting uninstall: idna 22:41:58 Found existing installation: idna 2.9 22:41:58 Uninstalling idna-2.9: 22:41:58 Successfully uninstalled idna-2.9 22:41:59 Attempting uninstall: requests 22:41:59 Found existing installation: requests 2.23.0 22:41:59 Uninstalling requests-2.23.0: 22:41:59 Successfully uninstalled requests-2.23.0 22:41:59 Running setup.py install for texttable: started 22:42:01 Running setup.py install for texttable: finished with status 'done' 22:42:01 Running setup.py install for docopt: started 22:42:03 Running setup.py install for docopt: finished with status 'done' 22:42:03 Running setup.py install for PyYAML: started 22:42:05 Running setup.py install for PyYAML: finished with status 'done' 22:42:05 Running setup.py install for dockerpty: started 22:42:07 Running setup.py install for dockerpty: finished with status 'done' 22:42:09 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 22:42:12 Removing intermediate container aff19c90e04d 22:42:12 ---> d5ed99b54f68 22:42:12 Step 21/26 : RUN apk --no-cache add curl 22:42:12 ---> Running in 0f1fb3cb91ac 22:42:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:42:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:42:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:42:14 (2/3) Installing libcurl (7.69.1-r3) 22:42:14 (3/3) Installing curl (7.69.1-r3) 22:42:14 Executing busybox-1.31.1-r19.trigger 22:42:14 OK: 71 MiB in 58 packages 22:42:15 Removing intermediate container 0f1fb3cb91ac 22:42:15 ---> 26fc1f11e6db 22:42:15 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:42:16 ---> Running in 2614b879c536 22:42:16 Removing intermediate container 2614b879c536 22:42:16 ---> 0da2e958ac35 22:42:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:42:16 ---> Running in dc890e804702 22:42:17 Removing intermediate container dc890e804702 22:42:17 ---> fc84fd2a299f 22:42:17 Step 24/26 : LABEL arch=arm64 22:42:17 ---> Running in 74ef4434f6b9 22:42:17 Removing intermediate container 74ef4434f6b9 22:42:17 ---> ed648e682652 22:42:17 Step 25/26 : LABEL git_sha=2b04703d4e674a4b36fb2a1b8348aac01154cd91 22:42:17 ---> Running in fe8f781eca4b 22:42:18 Removing intermediate container fe8f781eca4b 22:42:18 ---> 8b3e8881a236 22:42:18 Step 26/26 : LABEL version=0.0.0 22:42:18 ---> Running in 4a16c0b5cc87 22:42:19 Removing intermediate container 4a16c0b5cc87 22:42:19 ---> 245c8f5ad7b5 22:42:19 22:42:19 Successfully built 245c8f5ad7b5 22:42:19 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:42:19  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:42:19 $ docker stop --time=1 ee768ca0b9ea21e96b68da888f6da7b9e8b53c03c585f168e42d68223f7d7c12 22:42:21 $ docker rm -f ee768ca0b9ea21e96b68da888f6da7b9e8b53c03c585f168e42d68223f7d7c12 [Pipeline] // withDockerContainer [Pipeline] sh 22:42:22 + docker images 22:42:22 + grep docker 22:42:22 docker-sys-mgmt-agent-go-arm64 latest 245c8f5ad7b5 4 seconds ago 300MB 22:42:22 docker-core-data-go-arm64 latest df287d869344 47 seconds ago 21.1MB 22:42:22 docker-security-bootstrapper-go-arm64 latest 69dc73d4b8a2 About a minute ago 17.2MB 22:42:22 docker-security-proxy-setup-go-arm64 latest 62d4d505c646 About a minute ago 23.4MB 22:42:22 docker-support-notifications-go-arm64 latest 48a2f8bb07ce 4 minutes ago 16.8MB 22:42:22 docker-support-scheduler-go-arm64 latest c95c0c71e8df 4 minutes ago 16.3MB 22:42:22 docker-core-metadata-go-arm64 latest 51b32d46d098 4 minutes ago 17.9MB 22:42:22 docker-core-command-go-arm64 latest f6971d372973 4 minutes ago 16.2MB 22:42:22 docker-security-secretstore-setup-go-arm64 latest 80698860e03f 4 minutes ago 23.6MB 22:42:22 docker 20.10.0 eeaf43b92773 2 months 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 22:42:24 provisioning config files... 22:42:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config7734456756689610847tmp [Pipeline] { [Pipeline] sh 22:42:24 + set +x 22:42:24 + curl -s https://codecov.io/bash 22:42:24 + bash -s -- 22:42:25 22:42:25 _____ _ 22:42:25 / ____| | | 22:42:25 | | ___ __| | ___ ___ _____ __ 22:42:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:42:25 | |___| (_) | (_| | __/ (_| (_) \ V / 22:42:25 \_____\___/ \__,_|\___|\___\___/ \_/ 22:42:25 Bash-20210129-7c25fce 22:42:25 22:42:25 22:42:25 ==> git version 2.24.3 found 22:42:25 ==> 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 22:42:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:42:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:42:25 ==> Jenkins CI detected. 22:42:25 project root: . 22:42:25 --> token set from env 22:42:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:42:25 ==> Running gcov in . (disable via -X gcov) 22:42:25 ==> Python coveragepy not found 22:42:25 ==> Searching for coverage reports in: 22:42:25 + . 22:42:25 -> Found 1 reports 22:42:25 ==> Detecting git/mercurial file structure 22:42:25 ==> Reading reports 22:42:25 + ./coverage.out bytes=597520 22:42:25 ==> Appending adjustments 22:42:25 https://docs.codecov.io/docs/fixing-reports 22:42:28 + Found adjustments 22:42:28 ==> Gzipping contents 22:42:28 88K /tmp/codecov.7ZBUgG.gz 22:42:28 ==> Uploading reports 22:42:28 url: https://codecov.io 22:42:28 query: branch=PR-3171&commit=2b04703d4e674a4b36fb2a1b8348aac01154cd91&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3171%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3171&job=&cmd_args= 22:42:28 -> Pinging Codecov 22:42:28 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3171&commit=2b04703d4e674a4b36fb2a1b8348aac01154cd91&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3171%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3171&job=&cmd_args= 22:42:29 -> Uploading to 22:42:29 https://storage.googleapis.com/codecov/v4/raw/2021-02-18/00271124DB129430A58F1EEE437C3FCB/2b04703d4e674a4b36fb2a1b8348aac01154cd91/ffc4ed48-6301-48b9-ad41-e29582238fca.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T224228Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=487cfa739741d9d8535227f67070c08d6b685864c98f1e2f6ee31e5a715d2e95 22:42:29 % Total % Received % Xferd Average Speed Time Time Time Current 22:42:29 Dload Upload Total Spent Left Speed 22:42:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89610 0 0 100 89610 0 150k --:--:-- --:--:-- --:--:-- 150k 22:42:29 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2b04703d4e674a4b36fb2a1b8348aac01154cd91 [Pipeline] } 22:42:29 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 22:42:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:42:32 ---> package-listing.sh 22:42:32 ++ facter osfamily 22:42:32 ++ tr '[:upper:]' '[:lower:]' 22:42:32 + OS_FAMILY=redhat 22:42:32 + workspace=/w/workspace/edgex-go/6 22:42:32 + START_PACKAGES=/tmp/packages_start.txt 22:42:32 + END_PACKAGES=/tmp/packages_end.txt 22:42:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:42:32 + PACKAGES=/tmp/packages_start.txt 22:42:32 + '[' /w/workspace/edgex-go/6 ']' 22:42:32 + PACKAGES=/tmp/packages_end.txt 22:42:32 + case "${OS_FAMILY}" in 22:42:32 + rpm -qa 22:42:32 + sort 22:42:38 + '[' -f /tmp/packages_start.txt ']' 22:42:38 + '[' -f /tmp/packages_end.txt ']' 22:42:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:42:38 + '[' /w/workspace/edgex-go/6 ']' 22:42:38 + mkdir -p /w/workspace/edgex-go/6/archives/ 22:42:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 22:42:38 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:42:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:42:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:42:38 22:42:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:42:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:42:39 alpine: Pulling from edgex-lftools-log-publisher 22:42:39 df20fa9351a1: Pulling fs layer 22:42:39 36b3adc4ff6f: Pulling fs layer 22:42:39 8ad3a11d3b57: Pulling fs layer 22:42:39 46f8f816bc3b: Pulling fs layer 22:42:39 93b61091891f: Pulling fs layer 22:42:39 93b9cdb0e59b: Pulling fs layer 22:42:39 5e14af77c1be: Pulling fs layer 22:42:39 01666e4c0597: Pulling fs layer 22:42:39 aa168da1d23b: Pulling fs layer 22:42:39 46f8f816bc3b: Waiting 22:42:39 93b61091891f: Waiting 22:42:39 93b9cdb0e59b: Waiting 22:42:39 5e14af77c1be: Waiting 22:42:39 aa168da1d23b: Waiting 22:42:39 36b3adc4ff6f: Verifying Checksum 22:42:39 36b3adc4ff6f: Download complete 22:42:39 46f8f816bc3b: Verifying Checksum 22:42:39 46f8f816bc3b: Download complete 22:42:39 df20fa9351a1: Download complete 22:42:39 93b9cdb0e59b: Verifying Checksum 22:42:39 93b9cdb0e59b: Download complete 22:42:39 93b61091891f: Verifying Checksum 22:42:39 93b61091891f: Download complete 22:42:39 5e14af77c1be: Verifying Checksum 22:42:39 5e14af77c1be: Download complete 22:42:39 01666e4c0597: Verifying Checksum 22:42:39 01666e4c0597: Download complete 22:42:39 8ad3a11d3b57: Verifying Checksum 22:42:39 8ad3a11d3b57: Download complete 22:42:39 df20fa9351a1: Pull complete 22:42:39 36b3adc4ff6f: Pull complete 22:42:40 8ad3a11d3b57: Pull complete 22:42:40 46f8f816bc3b: Pull complete 22:42:41 aa168da1d23b: Verifying Checksum 22:42:41 aa168da1d23b: Download complete 22:42:42 93b61091891f: Pull complete 22:42:42 93b9cdb0e59b: Pull complete 22:42:42 5e14af77c1be: Pull complete 22:42:42 01666e4c0597: Pull complete 22:42:50 aa168da1d23b: Pull complete 22:42:50 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:42:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:42:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:42:51 prd-centos7-docker-4c-2g-26849 does not seem to be running inside a container 22:42:51 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 22:42:55 $ docker top c57aadd8386cb14f7d51536df6b6af8808157fb9160dc024e08954365169e58f -eo pid,comm [Pipeline] { [Pipeline] sh 22:42:56 + touch /tmp/pre-build-complete [Pipeline] sh 22:42:56 + mkdir -p /var/log/sa [Pipeline] sh 22:42:56 + ls /var/log/sa-host 22:42:56 + sadf -c /var/log/sa-host/sa18 22:42:56 file_magic: OK 22:42:56 HZ: Using current value: 100 22:42:56 file_header: OK 22:42: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 22:42:56 Statistics: 22:42: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... 22:42:56 File successfully converted to sysstat format version 12.2.1 22:42:56 + sadf -c /var/log/sa-host/sa23 22:42:56 file_magic: OK 22:42:56 HZ: Using current value: 100 22:42:56 file_header: OK 22:42: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 22:42:56 Statistics: 22:42:56 Hnuu...uuuununununu... 22:42:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:42:56 provisioning config files... 22:42:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config1564405753365274175tmp [Pipeline] { [Pipeline] echo 22:42:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:42:57 ---> create-netrc.sh [Pipeline] } 22:42:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:42:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:42:57 ---> python-tools-install.sh [Pipeline] echo 22:42:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:42:58 ---> sudo-logs.sh 22:42:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:42:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:42:58 ---> job-cost.sh 22:42:58 lf-activate-venv: SKIPPING 22:42:58 INFO: No Stack... 22:42:59 INFO: Retrieving Pricing Info for: v1-standard-2 22:42:59 INFO: Archiving Costs [Pipeline] echo 22:42:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:43:00 ---> logs-deploy.sh 22:43:00 lf-activate-venv: SKIPPING 22:43:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3171/6 22:43:00 INFO: archiving workspace using pattern(s): 22:43:01 Archives upload complete. 22:43:01 INFO: archiving logs to Nexus