Pull request #3042 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from aee64e1e172df7b5958a4f5e4473f727edefab99+fd359634b10927f8e0ebf7f54b54c9e517c8d604 (3f2bd11e75e0194912261a0f3b33c16421c4216e) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20462 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 fd359634b10927f8e0ebf7f54b54c9e517c8d604 into PR head commit aee64e1e172df7b5958a4f5e4473f727edefab99 Merge succeeded, producing aee64e1e172df7b5958a4f5e4473f727edefab99 Checking out Revision aee64e1e172df7b5958a4f5e4473f727edefab99 (PR-3042) > 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/3042/head:refs/remotes/origin/PR-3042 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aee64e1e172df7b5958a4f5e4473f727edefab99 # 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 fd359634b10927f8e0ebf7f54b54c9e517c8d604 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aee64e1e172df7b5958a4f5e4473f727edefab99 # timeout=10 Commit message: "feat(data): Update Swagger doc to sync DTO schema with go-mod-core-contracts" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 773a6d4c3f443fbe1c9035963fb31f261e0285da # timeout=10 [Pipeline] timeout 09:31:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:31:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:31:24 ========================================================= 09:31:24 EdgeX Global Pipelines Version Info 09:31:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:31:26 ------------------- 09:31:26 stable info: 09:31:26 ------------------- 09:31:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:31:26 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 09:31:26 Message: update stable to v1.0.177 09:31:26 ------------------- 09:31:26 experimental info: 09:31:26 ------------------- 09:31:26 Commited By: **** collab-it+edgex@linuxfoundation.org 09:31:26 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 09:31:26 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:31:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:31:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:31:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:31:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:31:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:31:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:31:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:31:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:31:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:31:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:31:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:31:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:31:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:31:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:31:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:31:28 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:31:29 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:31:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3042 [Pipeline] echo 09:31:29 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3042 [Pipeline] echo 09:31:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3042 [Pipeline] echo 09:31:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aee64e1e172df7b5958a4f5e4473f727edefab99 [Pipeline] echo 09:31:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aee64e1 [Pipeline] echo 09:31:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:31:29 provisioning config files... 09:31:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4345991198267322002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:31:30 ---> docker-login.sh 09:31:30 nexus3.edgexfoundry.org:10001 09:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:31:30 Configure a credential helper to remove this warning. See 09:31:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:31:30 09:31:30 Login Succeeded 09:31:30 nexus3.edgexfoundry.org:10002 09:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:31:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:31:30 Configure a credential helper to remove this warning. See 09:31:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:31:30 09:31:30 Login Succeeded 09:31:30 nexus3.edgexfoundry.org:10003 09:31:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:31:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:31:31 Configure a credential helper to remove this warning. See 09:31:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:31:31 09:31:31 Login Succeeded 09:31:31 nexus3.edgexfoundry.org:10004 09:31:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:31:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:31:31 Configure a credential helper to remove this warning. See 09:31:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:31:31 09:31:31 Login Succeeded 09:31:31 docker.io 09:31:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:31:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:31:31 Configure a credential helper to remove this warning. See 09:31:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:31:31 09:31:31 Login Succeeded 09:31:31 ---> docker-login.sh ends [Pipeline] } 09:31:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:31:32 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 09:31:32 + for file in '`ls cmd/**/Dockerfile`' 09:31:32 ++ dirname cmd/core-command/Dockerfile 09:31:32 ++ cut -d/ -f2 09:31:32 + echo core-command,cmd/core-command/Dockerfile 09:31:32 + for file in '`ls cmd/**/Dockerfile`' 09:31:32 ++ dirname cmd/core-data/Dockerfile 09:31:32 ++ cut -d/ -f2 09:31:32 + echo core-data,cmd/core-data/Dockerfile 09:31:32 + for file in '`ls cmd/**/Dockerfile`' 09:31:32 ++ dirname cmd/core-metadata/Dockerfile 09:31:32 ++ cut -d/ -f2 09:31:32 + echo core-metadata,cmd/core-metadata/Dockerfile 09:31:32 + for file in '`ls cmd/**/Dockerfile`' 09:31:32 ++ dirname cmd/security-bootstrap-redis/Dockerfile 09:31:32 ++ cut -d/ -f2 09:31:32 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 09:31:32 + for file in '`ls cmd/**/Dockerfile`' 09:31:32 ++ dirname cmd/security-proxy-setup/Dockerfile 09:31:32 ++ cut -d/ -f2 09:31:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:31:32 + for file in '`ls cmd/**/Dockerfile`' 09:31:32 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:31:32 ++ cut -d/ -f2 09:31:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:31:32 + for file in '`ls cmd/**/Dockerfile`' 09:31:32 ++ dirname cmd/support-notifications/Dockerfile 09:31:32 ++ cut -d/ -f2 09:31:32 + echo support-notifications,cmd/support-notifications/Dockerfile 09:31:32 + for file in '`ls cmd/**/Dockerfile`' 09:31:32 ++ dirname cmd/support-scheduler/Dockerfile 09:31:32 ++ cut -d/ -f2 09:31:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:31:32 + for file in '`ls cmd/**/Dockerfile`' 09:31:32 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:31:32 ++ cut -d/ -f2 09:31:32 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:31:32 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 09:31:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:31:33 09:31:33 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:31:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:31:33 latest: Pulling from edgex-devops/git-semver 09:31:33 31603596830f: Pulling fs layer 09:31:33 2a8b12db71e7: Pulling fs layer 09:31:33 6ca5941a6612: Pulling fs layer 09:31:33 ecc8261a40a4: Pulling fs layer 09:31:33 ecc8261a40a4: Waiting 09:31:33 2a8b12db71e7: Verifying Checksum 09:31:33 2a8b12db71e7: Download complete 09:31:33 31603596830f: Verifying Checksum 09:31:33 31603596830f: Download complete 09:31:33 ecc8261a40a4: Verifying Checksum 09:31:33 ecc8261a40a4: Download complete 09:31:34 6ca5941a6612: Verifying Checksum 09:31:34 6ca5941a6612: Download complete 09:31:34 31603596830f: Pull complete 09:31:34 2a8b12db71e7: Pull complete 09:31:35 6ca5941a6612: Pull complete 09:31:35 ecc8261a40a4: Pull complete 09:31:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:31:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:31:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:31:35 prd-centos7-docker-4c-2g-20462 does not seem to be running inside a container 09:31:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:31:38 $ docker top e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:31:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:31:38 [ssh-agent] Looking for ssh-agent implementation... 09:31:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:31:38 $ docker exec e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 ssh-agent 09:31:39 SSH_AUTH_SOCK=/tmp/ssh-Nv9taZNNMoeu/agent.11 09:31:39 SSH_AGENT_PID=17 09:31:39 Running ssh-add (command line suppressed) 09:31:39 Identity added: /w/workspace/edgex-go/5@tmp/private_key_4686203051633604101.key (/w/workspace/edgex-go/5@tmp/private_key_4686203051633604101.key) 09:31:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:31:39 + git tag --points-at HEAD [Pipeline] } 09:31:39 $ docker exec --env ******** --env ******** e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 ssh-agent -k 09:31:39 unset SSH_AUTH_SOCK; 09:31:39 unset SSH_AGENT_PID; 09:31:39 echo Agent pid 17 killed; 09:31:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:31:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:31:40 [ssh-agent] Looking for ssh-agent implementation... 09:31:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:31:40 $ docker exec e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 ssh-agent 09:31:40 SSH_AUTH_SOCK=/tmp/ssh-FUbUDudswneV/agent.49 09:31:40 SSH_AGENT_PID=54 09:31:40 Running ssh-add (command line suppressed) 09:31:40 Identity added: /w/workspace/edgex-go/5@tmp/private_key_1618506790745154535.key (/w/workspace/edgex-go/5@tmp/private_key_1618506790745154535.key) 09:31:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:31:41 + git semver init 09:31:41 # -> Open(): unable to determine branch for HEAD 09:31:41 # $GIT_DIR = /w/workspace/edgex-go/5/.git 09:31:41 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 09:31:41 # $SEMVER_REMOTE_NAME = origin 09:31:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:31:41 # $SEMVER_USER_NAME = edgex-jenkins 09:31:41 # $SEMVER_BRANCH = PR-3042 09:31:41 # $SEMVER_TEMP = /tmp/semver-094839742 09:31:41 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:32:03 # '/tmp/semver-094839742' -> '/w/workspace/edgex-go/5/.semver' 09:32:03 # -> Force: false 09:32:03 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 09:32:03 $ docker exec --env ******** --env ******** e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 ssh-agent -k 09:32:03 unset SSH_AUTH_SOCK; 09:32:03 unset SSH_AGENT_PID; 09:32:03 echo Agent pid 54 killed; 09:32:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:32:04 + git semver [Pipeline] } 09:32:04 $ docker stop --time=1 e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 09:32:06 $ docker rm -f e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 [Pipeline] // withDockerContainer [Pipeline] sh 09:32:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:32:07 Stashed 1 file(s) [Pipeline] echo 09:32:07 [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 09:32:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:32:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:32:08 + sudo service docker restart 09:32:08 + true 09:32:08 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:32:09 ========================================================= 09:32:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:32:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:32:09 + 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 . 09:32:14 Sending build context to Docker daemon 326.6MB 09:32:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:32:14 Step 2/6 : FROM ${BASE} 09:32:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:32:14 188c0c94c7c5: Pulling fs layer 09:32:14 0ef7d3d256c8: Pulling fs layer 09:32:14 de9db76c5a1d: Pulling fs layer 09:32:14 bca2f99d35d6: Pulling fs layer 09:32:14 93359f2a8cfa: Pulling fs layer 09:32:14 7c6f9722023f: Pulling fs layer 09:32:14 a35cf1a2eb13: Pulling fs layer 09:32:14 93359f2a8cfa: Waiting 09:32:14 7c6f9722023f: Waiting 09:32:14 bca2f99d35d6: Waiting 09:32:14 a35cf1a2eb13: Waiting 09:32:14 de9db76c5a1d: Verifying Checksum 09:32:14 de9db76c5a1d: Download complete 09:32:14 0ef7d3d256c8: Verifying Checksum 09:32:14 0ef7d3d256c8: Download complete 09:32:14 93359f2a8cfa: Verifying Checksum 09:32:14 93359f2a8cfa: Download complete 09:32:14 188c0c94c7c5: Verifying Checksum 09:32:14 188c0c94c7c5: Download complete 09:32:14 7c6f9722023f: Verifying Checksum 09:32:14 7c6f9722023f: Download complete 09:32:14 188c0c94c7c5: Pull complete 09:32:14 0ef7d3d256c8: Pull complete 09:32:15 de9db76c5a1d: Pull complete 09:32:15 a35cf1a2eb13: Verifying Checksum 09:32:15 a35cf1a2eb13: Download complete 09:32:16 bca2f99d35d6: Verifying Checksum 09:32:16 bca2f99d35d6: Download complete 09:32:22 bca2f99d35d6: Pull complete 09:32:22 93359f2a8cfa: Pull complete 09:32:22 7c6f9722023f: Pull complete 09:32:22 Still waiting to schedule task 09:32:22 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:32:27 a35cf1a2eb13: Pull complete 09:32:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:32:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:32:27 ---> a62c8e92a672 09:32:27 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 09:32:27 ---> Running in b2714d378836 09:32:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:32:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:32:30 (1/12) Installing libmagic (5.38-r0) 09:32:30 (2/12) Installing file (5.38-r0) 09:32:30 (3/12) Installing libc-dev (0.7.2-r3) 09:32:30 (4/12) Installing g++ (9.3.0-r2) 09:32:34 (5/12) Installing fortify-headers (1.1-r0) 09:32:34 (6/12) Installing patch (2.7.6-r6) 09:32:34 (7/12) Installing build-base (0.5-r2) 09:32:34 (8/12) Installing libsodium (1.0.18-r0) 09:32:34 (9/12) Installing pkgconf (1.7.2-r0) 09:32:34 (10/12) Installing libsodium-dev (1.0.18-r0) 09:32:34 (11/12) Installing libzmq (4.3.3-r0) 09:32:34 (12/12) Installing zeromq-dev (4.3.3-r0) 09:32:35 Executing busybox-1.31.1-r19.trigger 09:32:35 OK: 233 MiB in 51 packages 09:32:39 Removing intermediate container b2714d378836 09:32:39 ---> 338e3ca630fc 09:32:39 Step 4/6 : WORKDIR /edgex-go 09:32:39 ---> Running in a1464a751961 09:32:39 Removing intermediate container a1464a751961 09:32:39 ---> fcd34afc01ac 09:32:39 Step 5/6 : COPY go.mod . 09:32:39 ---> 8ac38b10906c 09:32:39 Step 6/6 : RUN go mod download 09:32:39 ---> Running in b566ca219f6f 09:33:01 Removing intermediate container b566ca219f6f 09:33:01 ---> 7937eb468b9b 09:33:01 Successfully built 7937eb468b9b 09:33:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:33:01 + docker inspect -f . ci-base-image-x86_64 09:33:01 . [Pipeline] withDockerContainer 09:33:01 prd-centos7-docker-4c-2g-20462 does not seem to be running inside a container 09:33:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:33:02 $ docker top cbe1310f4856056847beed8a9fd4e3ad79f7f5d57e6a6f9be2fb56b9fa256aa0 -eo pid,comm [Pipeline] { [Pipeline] sh 09:33:03 + go version 09:33:03 go version go1.15.5 linux/amd64 [Pipeline] } 09:33:03 $ docker stop --time=1 cbe1310f4856056847beed8a9fd4e3ad79f7f5d57e6a6f9be2fb56b9fa256aa0 09:33:04 $ docker rm -f cbe1310f4856056847beed8a9fd4e3ad79f7f5d57e6a6f9be2fb56b9fa256aa0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:33:05 + docker inspect -f . ci-base-image-x86_64 09:33:05 . [Pipeline] withDockerContainer 09:33:05 prd-centos7-docker-4c-2g-20462 does not seem to be running inside a container 09:33:05 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:33:07 $ docker top 888633c435d324fc454c8ab201a5c59100f226762fe9ef574d2dfc308d7522fb -eo pid,comm [Pipeline] { [Pipeline] echo 09:33:07 ========================================================= 09:33:07 [edgeXBuildGoParallel] Running Tests and Build... 09:33:07 ========================================================= [Pipeline] sh 09:33:07 + make test 09:33:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:33:17 ? github.com/edgexfoundry/edgex-go [no test files] 09:33:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:33:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:33:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:33:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:33:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:33:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:33:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:33:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:33:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:33:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:33:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:33:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:33:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:33:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements 09:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.248s coverage: 27.0% of statements 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 67.9% of statements 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:33:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.131s coverage: 82.3% of statements 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:33:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.428s coverage: 28.6% of statements 09:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.126s coverage: 100.0% of statements 09:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 09:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:33:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements 09:33:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements 09:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:33:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 78.3% of statements 09:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:33:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.392s coverage: 92.8% of statements 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:33:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:33:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 75.5% of statements 09:33:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.039s coverage: 80.8% of statements 09:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 09:33:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements 09:33:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.118s coverage: 91.4% of statements 09:33:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:33:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements 09:33:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:33:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:33:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements 09:33:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements 09:33:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 09:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 09:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 09:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.401s coverage: 68.9% of statements 09:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.0% of statements 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:33:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.411s coverage: 84.0% of statements 09:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements 09:34:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.1% of statements 09:34:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:34:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:34:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:34:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:34:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:34:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.090s coverage: 100.0% of statements 09:34:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:34:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements 09:34:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:34:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.790s coverage: 29.1% of statements 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:34:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.107s coverage: 99.0% of statements 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:34:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:34:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:34:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:34:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:34:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:34:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 09:34:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.030s coverage: 32.1% of statements 09:34:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 09:34:04 GO111MODULE=on go vet ./... 09:34:31 gofmt -l . 09:34:31 [ "`gofmt -l .`" = "" ] 09:34:31 ./bin/test-go-mod-tidy.sh 09:34:31 ./bin/test-attribution-txt.sh [Pipeline] sh 09:34:31 + ls -al . 09:34:31 total 656 09:34:31 drwxrwxr-x 10 1001 1001 4096 Jan 15 09:34 . 09:34:31 drwxr-xr-x 4 root root 28 Jan 15 09:33 .. 09:34:31 -rw-rw-r-- 1 1001 1001 11 Jan 15 09:31 .dockerignore 09:34:31 drwxrwxr-x 8 1001 1001 179 Jan 15 09:31 .git 09:34:31 drwxrwxr-x 3 1001 1001 125 Jan 15 09:31 .github 09:34:31 -rw-rw-r-- 1 1001 1001 824 Jan 15 09:31 .gitignore 09:34:31 drwx------ 3 1001 1001 47 Jan 15 09:32 .semver 09:34:31 -rw-rw-r-- 1 1001 1001 166 Jan 15 09:31 .sonarcloud.properties 09:34:31 -rw-rw-r-- 1 1001 1001 7741 Jan 15 09:31 Attribution.txt 09:34:31 -rw-rw-r-- 1 1001 1001 3804 Jan 15 09:31 CONTRIBUTING.md 09:34:31 -rw-rw-r-- 1 1001 1001 931 Jan 15 09:31 Dockerfile.build 09:34:31 -rw-rw-r-- 1 1001 1001 863 Jan 15 09:31 Jenkinsfile 09:34:31 -rw-rw-r-- 1 1001 1001 10775 Jan 15 09:31 LICENSE 09:34:31 -rw-rw-r-- 1 1001 1001 5750 Jan 15 09:31 Makefile 09:34:31 -rw-rw-r-- 1 1001 1001 6524 Jan 15 09:31 README.md 09:34:31 -rw-rw-r-- 1 1001 1001 6744 Jan 15 09:31 SECURITY.md 09:34:31 -rw-rw-r-- 1 1001 1001 5 Jan 15 09:32 VERSION 09:34:31 -rw-rw-r-- 1 1001 1001 4131 Jan 15 09:31 ZMQWindows.md 09:34:31 drwxrwxr-x 2 1001 1001 117 Jan 15 09:31 bin 09:34:31 drwxrwxr-x 14 1001 1001 4096 Jan 15 09:31 cmd 09:34:31 -rw-r--r-- 1 root root 550280 Jan 15 09:34 coverage.out 09:34:31 -rw-r--r-- 1 root root 979 Jan 15 09:34 go.mod 09:34:31 -rw-r--r-- 1 root root 19036 Jan 15 09:34 go.sum 09:34:31 drwxrwxr-x 8 1001 1001 127 Jan 15 09:31 internal 09:34:31 drwxrwxr-x 4 1001 1001 26 Jan 15 09:31 openapi 09:34:31 drwxrwxr-x 4 1001 1001 71 Jan 15 09:31 snap 09:34:31 -rw-rw-r-- 1 1001 1001 168 Jan 15 09:31 version.go [Pipeline] sh 09:34:31 + '[' -e coverage.out ] 09:34:31 + chown 1001:1001 coverage.out [Pipeline] stash 09:34:32 Stashed 1 file(s) [Pipeline] sh 09:34:32 + make build 09:34:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:34:37 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 09:34:45 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 09:34:46 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 09:34:47 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 09:34:47 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 09:34:49 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 09:34: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 09:34:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:34:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:34:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:34:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 09:34:56 $ docker stop --time=1 888633c435d324fc454c8ab201a5c59100f226762fe9ef574d2dfc308d7522fb 09:34:58 $ docker rm -f 888633c435d324fc454c8ab201a5c59100f226762fe9ef574d2dfc308d7522fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:35:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:35:00 09:35:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:35:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:35:00 latest: Pulling from edgex-devops/edgex-compose 09:35:00 cbdbe7a5bc2a: Pulling fs layer 09:35:00 ca9280d653b3: Pulling fs layer 09:35:00 7e9c9ca2126c: Pulling fs layer 09:35:01 cbdbe7a5bc2a: Download complete 09:35:01 cbdbe7a5bc2a: Pull complete 09:35:01 ca9280d653b3: Verifying Checksum 09:35:01 ca9280d653b3: Download complete 09:35:02 7e9c9ca2126c: Verifying Checksum 09:35:02 7e9c9ca2126c: Download complete 09:35:02 ca9280d653b3: Pull complete 09:35:09 7e9c9ca2126c: Pull complete 09:35:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:35:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:35:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:35:09 prd-centos7-docker-4c-2g-20462 does not seem to be running inside a container 09:35:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:35:12 $ docker top 6b6ca93a19c0ec784f9dae4f38e0c165f26362a0d544263e3873794cca0637c5 -eo pid,comm [Pipeline] { [Pipeline] sh 09:35:13 + docker-compose build --help 09:35:13 + grep parallel 09:35:14 --parallel Build images in parallel. [Pipeline] } 09:35:14 $ docker stop --time=1 6b6ca93a19c0ec784f9dae4f38e0c165f26362a0d544263e3873794cca0637c5 09:35:16 $ docker rm -f 6b6ca93a19c0ec784f9dae4f38e0c165f26362a0d544263e3873794cca0637c5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:35:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:35:16 . [Pipeline] withDockerContainer 09:35:16 prd-centos7-docker-4c-2g-20462 does not seem to be running inside a container 09:35:16 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:35:17 $ docker top 4e8604331a883cfc29011ea86ecdd463b4e6f877ffee179fcbba825dab421c0c -eo pid,comm [Pipeline] { [Pipeline] sh 09:35:18 + docker-compose -f ./docker-compose-build.yml build --parallel 09:35:19 Building docker-core-command-go ... 09:35:19 Building docker-core-data-go ... 09:35:19 Building docker-core-metadata-go ... 09:35:19 Building docker-security-bootstrap-redis-go ... 09:35:19 Building docker-security-proxy-setup-go ... 09:35:19 Building docker-security-secretstore-setup-go ... 09:35:19 Building docker-support-notifications-go ... 09:35:19 Building docker-support-scheduler-go ... 09:35:19 Building docker-sys-mgmt-agent-go ... 09:35:19 Building docker-security-secretstore-setup-go 09:35:19 Building docker-sys-mgmt-agent-go 09:35:19 Building docker-core-metadata-go 09:35:19 Building docker-support-notifications-go 09:35:19 Building docker-security-bootstrap-redis-go 09:35:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20466 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws 09:35:47 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 09:35:52 using credential edgex-jenkins-ssh 09:35:53 Cloning the remote Git repository 09:35:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:35:53 > git init /w/workspace/edgex-go/5 # timeout=10 09:35:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:35:53 > git --version # timeout=10 09:35:53 > git --version # 'git version 2.17.1' 09:35:53 using GIT_SSH to set credentials SSH Credentials for GitHub 09:35:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:35:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:35:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:35:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:35:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:35:57 ---> 7937eb468b9b 09:35:57 Step 3/24 : WORKDIR /edgex-go 09:35:57 ---> 7937eb468b9b 09:35:57 Step 3/22 : WORKDIR /edgex-go 09:35:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:35:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:35:57 ---> 7937eb468b9b 09:35:57 Step 3/26 : WORKDIR /edgex-go 09:35:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:35:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:35:57 ---> 7937eb468b9b 09:35:57 Step 3/22 : WORKDIR /edgex-go 09:35:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:35:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:35:57 ---> 7937eb468b9b 09:35:57 Step 3/24 : WORKDIR /edgex-go 09:35:57 ---> Running in 86a9be423bff 09:35:57 ---> Running in 28e22ca7ed15 09:35:57 ---> Running in d1233da5dc8d 09:35:57 ---> Running in 922b6d63798f 09:35:57 ---> Running in 66a43e7a2e2b 09:35:57 Removing intermediate container 922b6d63798f 09:35:57 ---> 044201a2d2e5 09:35:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:57 Removing intermediate container d1233da5dc8d 09:35:57 ---> 30be84e09417 09:35:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:57 Removing intermediate container 66a43e7a2e2b 09:35:57 ---> a17bdb5eecd0 09:35:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:57 Removing intermediate container 86a9be423bff 09:35:57 ---> ed9c784285f5 09:35:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:57 Removing intermediate container 28e22ca7ed15 09:35:57 ---> 11c0a025b73d 09:35:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:35:57 ---> Running in 457ea8adfaf4 09:35:57 ---> Running in f26abcce58f1 09:35:57 ---> Running in 7ed7b2fdbdbb 09:35:57 ---> Running in dec0997a1674 09:35:57 ---> Running in a90333fda2c5 09:35:57 Removing intermediate container 7ed7b2fdbdbb 09:35:57 ---> 77d6bcd1c997 09:35:57 Step 5/22 : RUN apk add --update --no-cache make git 09:35:57 ---> Running in 8ad97fd57578 09:35:57 Removing intermediate container f26abcce58f1 09:35:57 ---> a928deb520a6 09:35:57 Step 5/22 : RUN apk add --update --no-cache make git 09:35:57 Removing intermediate container 457ea8adfaf4 09:35:57 ---> bd1712bf9b85 09:35:57 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 09:35:57 ---> Running in d5f14ece5095 09:35:57 ---> Running in c1ceb918504b 09:35:57 Removing intermediate container dec0997a1674 09:35:57 ---> b0d9036b643d 09:35:57 Step 5/26 : RUN apk add --update --no-cache make bash git 09:35:57 Removing intermediate container a90333fda2c5 09:35:57 ---> 2b7d3c8892c3 09:35:57 Step 5/24 : RUN apk add --update --no-cache make git 09:35:57 ---> Running in 632d41fcc0a6 09:35:57 ---> Running in a6cdc87e1a59 09:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:35:58 OK: 233 MiB in 51 packages 09:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:58 OK: 233 MiB in 51 packages 09:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:35:58 Removing intermediate container 8ad97fd57578 09:35:58 ---> 2c72f62da453 09:35:58 Step 6/22 : COPY go.mod . 09:35:58 OK: 233 MiB in 51 packages 09:35:58 OK: 233 MiB in 51 packages 09:35:59 OK: 233 MiB in 51 packages 09:35:59 ---> d4f665ab64a9 09:35:59 Step 7/22 : RUN go mod download 09:35:59 Removing intermediate container c1ceb918504b 09:35:59 ---> cad5da8fe067 09:35:59 Step 6/24 : COPY go.mod . 09:35:59 ---> Running in ea0f31b8b79e 09:35:59 ---> 46bf9aaa28f8 09:35:59 Step 7/24 : RUN go mod download 09:36:00 ---> Running in 908e46c31f47 09:36:00 Removing intermediate container a6cdc87e1a59 09:36:00 ---> 9a82265c9ed9 09:36:00 Step 6/24 : COPY go.mod . 09:36:00 Removing intermediate container d5f14ece5095 09:36:00 ---> d8f77f7ac1f9 09:36:00 Step 6/22 : COPY go.mod . 09:36:00 Removing intermediate container 632d41fcc0a6 09:36:00 ---> 4c63182624a5 09:36:00 Step 6/26 : COPY go.mod . 09:36:00 ---> 8fdcc5ac638e 09:36:00 Step 7/24 : RUN go mod download 09:36:00 ---> 72bff61271ca 09:36:00 Step 7/22 : RUN go mod download 09:36:00 ---> Running in a9bf230bd09e 09:36:00 ---> Running in adc8f3e36552 09:36:00 ---> cbaec80ac024 09:36:00 Step 7/26 : RUN go mod download 09:36:01 ---> Running in 92155e44d18d 09:36:01 Removing intermediate container 908e46c31f47 09:36:01 ---> 9cb79118cee9 09:36:01 Step 8/24 : COPY . . 09:36:01 Removing intermediate container ea0f31b8b79e 09:36:01 ---> 2a49cf81ad2a 09:36:01 Step 8/22 : COPY . . 09:36:07 Removing intermediate container a9bf230bd09e 09:36:07 ---> 9875dc95743b 09:36:07 Step 8/24 : COPY . . 09:36:07 Removing intermediate container adc8f3e36552 09:36:07 ---> 5d21445a8255 09:36:07 Step 8/22 : COPY . . 09:36:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:36:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:36:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:36:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:36:09 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3042/head:refs/remotes/origin/PR-3042 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:36:10 Merging remotes/origin/master commit fd359634b10927f8e0ebf7f54b54c9e517c8d604 into PR head commit aee64e1e172df7b5958a4f5e4473f727edefab99 09:36:10 Merge succeeded, producing aee64e1e172df7b5958a4f5e4473f727edefab99 09:36:10 Checking out Revision aee64e1e172df7b5958a4f5e4473f727edefab99 (PR-3042) 09:36:10 > git config core.sparsecheckout # timeout=10 09:36:10 > git checkout -f aee64e1e172df7b5958a4f5e4473f727edefab99 # timeout=10 09:36:10 > git remote # timeout=10 09:36:10 > git config --get remote.origin.url # timeout=10 09:36:10 using GIT_SSH to set credentials SSH Credentials for GitHub 09:36:10 > git merge fd359634b10927f8e0ebf7f54b54c9e517c8d604 # timeout=10 09:36:10 > git rev-parse HEAD^{commit} # timeout=10 09:36:10 > git config core.sparsecheckout # timeout=10 09:36:10 > git checkout -f aee64e1e172df7b5958a4f5e4473f727edefab99 # timeout=10 09:36:12 Removing intermediate container 92155e44d18d 09:36:12 ---> fd7f108da0bd 09:36:12 Step 8/26 : COPY . . 09:36:15 Commit message: "feat(data): Update Swagger doc to sync DTO schema with go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:36:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:36:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:36:17 + true 09:36:17 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:36:19 provisioning config files... 09:36:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config8219365113314398261tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:36:20 ---> docker-login.sh 09:36:20 nexus3.edgexfoundry.org:10001 09:36:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:21 Configure a credential helper to remove this warning. See 09:36:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:21 09:36:21 Login Succeeded 09:36:21 nexus3.edgexfoundry.org:10002 09:36:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:22 Configure a credential helper to remove this warning. See 09:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:22 09:36:22 Login Succeeded 09:36:22 nexus3.edgexfoundry.org:10003 09:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:22 Configure a credential helper to remove this warning. See 09:36:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:22 09:36:22 Login Succeeded 09:36:22 nexus3.edgexfoundry.org:10004 09:36:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:23 Configure a credential helper to remove this warning. See 09:36:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:23 09:36:23 Login Succeeded 09:36:23 docker.io 09:36:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:23 Configure a credential helper to remove this warning. See 09:36:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:23 09:36:23 Login Succeeded 09:36:23 ---> docker-login.sh ends [Pipeline] } 09:36:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:36:24 ========================================================= 09:36:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:36:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:36:24 + 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 . 09:36:27 Sending build context to Docker daemon 165.5MB 09:36:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:36:27 Step 2/6 : FROM ${BASE} 09:36:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:36:27 5f621e34cdf4: Pulling fs layer 09:36:27 a4357932f1b6: Pulling fs layer 09:36:27 18c013af1878: Pulling fs layer 09:36:27 00ac8860ef70: Pulling fs layer 09:36:27 63d7cb157983: Pulling fs layer 09:36:27 b116817d02f9: Pulling fs layer 09:36:27 745a02a5169b: Pulling fs layer 09:36:27 00ac8860ef70: Waiting 09:36:27 63d7cb157983: Waiting 09:36:27 b116817d02f9: Waiting 09:36:27 745a02a5169b: Waiting 09:36:27 18c013af1878: Verifying Checksum 09:36:27 18c013af1878: Download complete 09:36:27 a4357932f1b6: Verifying Checksum 09:36:27 a4357932f1b6: Download complete 09:36:27 63d7cb157983: Download complete 09:36:27 5f621e34cdf4: Download complete 09:36:28 5f621e34cdf4: Pull complete 09:36:28 a4357932f1b6: Pull complete 09:36:28 18c013af1878: Pull complete 09:36:29 745a02a5169b: Verifying Checksum 09:36:29 745a02a5169b: Download complete 09:36:30 00ac8860ef70: Verifying Checksum 09:36:30 00ac8860ef70: Download complete 09:36:40 00ac8860ef70: Pull complete 09:36:40 63d7cb157983: Pull complete 09:36:40 b116817d02f9: Pull complete 09:36:44 745a02a5169b: Pull complete 09:36:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:36:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:36:44 ---> b7e6874047d6 09:36:44 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 09:36:45 ---> 465ac4419294 09:36:45 Step 9/24 : RUN make cmd/support-notifications/support-notifications ---> df2c857728ce 09:36:45 09:36:45 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 09:36:45 ---> Running in 2c078b677ffc 09:36:45 ---> Running in 3ef949a6f9bc 09:36:45 ---> d5c9090f3f6e 09:36:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:36:45 ---> 30f6c52833bc 09:36:45 Step 9/22 : RUN make cmd/core-metadata/core-metadata 09:36:45 ---> Running in 1baf8b18d9f5 09:36:45 ---> Running in 923ace075278 09:36:45 ---> dac278c91ea6 09:36:45 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:36:45 ---> Running in 6629411d6142 09:36:47 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 09:36:47 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 09:36:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:36:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:36:47 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 09:36:48 ---> Running in 8b69de12729c 09:36:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:36:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:36:50 (1/12) Installing libmagic (5.38-r0) 09:36:50 (2/12) Installing file (5.38-r0) 09:36:50 (3/12) Installing libc-dev (0.7.2-r3) 09:36:50 (4/12) Installing g++ (9.3.0-r2) 09:36:54 (5/12) Installing fortify-headers (1.1-r0) 09:36:54 (6/12) Installing patch (2.7.6-r6) 09:36:54 (7/12) Installing build-base (0.5-r2) 09:36:54 (8/12) Installing libsodium (1.0.18-r0) 09:36:54 (9/12) Installing pkgconf (1.7.2-r0) 09:36:54 (10/12) Installing libsodium-dev (1.0.18-r0) 09:36:54 (11/12) Installing libzmq (4.3.3-r0) 09:36:54 (12/12) Installing zeromq-dev (4.3.3-r0) 09:36:54 Executing busybox-1.31.1-r19.trigger 09:36:55 OK: 217 MiB in 51 packages 09:36:59 Removing intermediate container 8b69de12729c 09:36:59 ---> 75a77683767b 09:36:59 Step 4/6 : WORKDIR /edgex-go 09:36:59 ---> Running in 203f0f2c4f97 09:36:59 Removing intermediate container 203f0f2c4f97 09:36:59 ---> b1f7bd947da4 09:36:59 Step 5/6 : COPY go.mod . 09:37:00 ---> 63a57f311c8b 09:37:00 Step 6/6 : RUN go mod download 09:37:00 ---> Running in bcc627efc155 09: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 09:37:22 Removing intermediate container 2c078b677ffc 09:37:22 ---> daefebf1ead7 09:37:22 09:37:22 Step 10/22 : FROM alpine:3.12 09:37:22 Removing intermediate container 3ef949a6f9bc 09:37:22 ---> bfb0ad5dca31 09:37:22 09:37:22 Step 10/24 : FROM scratch 09:37:22 ---> 09:37:22 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:37:22 Removing intermediate container 6629411d6142 09:37:22 ---> 5b0cf4cfdac1 09:37:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:37:22 3.12: Pulling from library/alpine 09:37:22 ---> Running in 675479947ad1 09:37:22 ---> Running in 806383069c2a 09:37:23 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:37:24 Status: Downloaded newer image for alpine:3.12 09:37:24 ---> 389fef711851 09:37:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:37:24 Removing intermediate container 1baf8b18d9f5 09:37:24 ---> 11c1fa7c305b 09:37:24 09:37:24 Step 10/24 : FROM alpine:3.12 09:37:24 ---> 389fef711851 09:37:24 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:37:24 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 09:37:25 Removing intermediate container 806383069c2a 09:37:25 ---> e450673888ff 09:37:25 Step 12/24 : ENV APP_PORT=48060 09:37:26 ---> Running in a9007fae40aa 09:37:26 ---> Running in 82633c8bdcc5 09:37:26 ---> Running in 0c813cd8f78b 09:37:26 Removing intermediate container 923ace075278 09:37:26 ---> 97ab8b07292c 09:37:26 09:37:26 Step 10/22 : FROM scratch 09:37:26 ---> 09:37:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:37:26 ---> Running in e93a2099006d 09:37:26 Removing intermediate container 82633c8bdcc5 09:37:26 ---> 718d94f28f5c 09:37:26 Step 13/24 : EXPOSE $APP_PORT 09:37:26 ---> Running in 2f50575a574d 09:37:26 Removing intermediate container e93a2099006d 09:37:26 ---> 63961d749c1b 09:37:26 Step 12/22 : ENV APP_PORT=48081 09:37:26 ---> Running in 550e57a8f7bc 09:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:37:26 Removing intermediate container 675479947ad1 09:37:26 ---> 514a9319fc28 09:37:26 09:37:26 Step 11/26 : FROM docker:20.10.0 09:37:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:26 20.10.0: Pulling from library/docker 09:37:26 Removing intermediate container 2f50575a574d 09:37:26 ---> 6abe4cc0fb7e 09:37:26 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 09:37:26 Removing intermediate container 550e57a8f7bc 09:37:26 ---> 699b5ab09f83 09:37:26 Step 13/22 : EXPOSE $APP_PORT 09:37:27 Removing intermediate container bcc627efc155 09:37:27 ---> 95acd44dde81 09:37:27 Successfully built 95acd44dde81 09:37:27 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:37:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:37:27 ---> Running in 0a02ccc9e647 09:37:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:27 (1/5) Installing ca-certificates (20191127-r4) 09:37:27 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:37:27 (3/5) Installing libcurl (7.69.1-r3) 09:37:27 (4/5) Installing curl (7.69.1-r3) 09:37:27 (5/5) Installing dumb-init (1.2.2-r1) 09:37:27 Executing busybox-1.31.1-r19.trigger 09:37:27 Executing ca-certificates-20191127-r4.trigger 09:37:27 + docker inspect -f . ci-base-image-arm64 09:37:27 . 09:37:27 (1/5) Installing ca-certificates (20191127-r4) 09:37:27 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:37:27 (3/5) Installing libcurl (7.69.1-r3) 09:37:27 (4/5) Installing curl (7.69.1-r3) 09:37:27 (5/5) Installing dumb-init (1.2.2-r1) 09:37:27 Executing busybox-1.31.1-r19.trigger 09:37:27 Executing ca-certificates-20191127-r4.trigger 09:37:27 OK: 7 MiB in 19 packages [Pipeline] withDockerContainer 09:37:27 prd-ubuntu18.04-docker-arm64-4c-16g-20466 does not seem to be running inside a container 09:37:27 OK: 7 MiB in 19 packages 09:37:27 Removing intermediate container 0a02ccc9e647 09:37:27 ---> 913642947175 09:37:27 Step 14/22 : WORKDIR / 09:37:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:37:29 ---> 3ca8b74743c9 09:37:29 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:37:29 ---> Running in 4d430379cc3d 09:37:29 $ docker top 2e5572b4672a4c0d85e436bb8e52ee2dc3fc488e2988e07b3bdf59917450510b -eo pid,comm [Pipeline] { [Pipeline] sh 09:37:29 Removing intermediate container 4d430379cc3d 09:37:29 ---> 1ab189ca63ce 09:37:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:37:30 + go version 09:37:30 go version go1.15.5 linux/arm64 [Pipeline] } 09:37:30 $ docker stop --time=1 2e5572b4672a4c0d85e436bb8e52ee2dc3fc488e2988e07b3bdf59917450510b 09:37:30 ---> 6977e5cb9067 09:37:30 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 09:37:30 Removing intermediate container 0c813cd8f78b 09:37:30 ---> 6f7224b77efa 09:37:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:37:30 ---> 4370d43bd0d1 09:37:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:37:30 ---> Running in 85966f113bcb 09:37:30 Removing intermediate container a9007fae40aa 09:37:30 ---> 442b4080a3a3 09:37:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 09:37:31 ---> Running in d46f415741c4 09:37:31 Removing intermediate container 85966f113bcb 09:37:31 ---> 74b54c8605b0 09:37:31 Step 13/24 : WORKDIR / 09:37:31 ---> Running in 769a7ea6bb19 09:37:31 ---> da8a38cbb5ef 09:37:31 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:37:31 Removing intermediate container d46f415741c4 09:37:31 ---> dd2bea027f3f 09:37:31 Step 13/22 : WORKDIR / 09:37:31 ---> Running in f9b7e6c50ede 09:37:31 ---> ec5f192bb938 09:37:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:37:32 Removing intermediate container 769a7ea6bb19 09:37:32 ---> 593928ae8753 09:37:32 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:37:32 ---> 79663d30ede2 09:37:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:37:32 Removing intermediate container f9b7e6c50ede 09:37:32 ---> d1703c2e3918 09:37:32 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:37:32 $ docker rm -f 2e5572b4672a4c0d85e436bb8e52ee2dc3fc488e2988e07b3bdf59917450510b 09:37:32 ---> 917d9f34630c 09:37:32 Step 18/22 : ENTRYPOINT ["/core-metadata"] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 09:37:32 ---> b24743657999 09:37:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:37:32 ---> Running in a84c181da60f 09:37:32 ---> 8f1c8f339ac4 09:37:32 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:37:32 ---> 8e877e01fdc9 09:37:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:37:32 Removing intermediate container a84c181da60f 09:37:32 ---> 2c9c9461fa7f 09:37:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:37:33 + docker inspect -f . ci-base-image-arm64 09:37:33 . [Pipeline] withDockerContainer 09:37:33 prd-ubuntu18.04-docker-arm64-4c-16g-20466 does not seem to be running inside a container 09:37:33 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:37:33 ---> fcd64f646720 09:37:33 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:37:33 ---> Running in fd944ea984fe 09:37:33 ---> 1d789523ccbc 09:37:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 09:37:33 ---> 45882f92e13c 09:37:33 Step 20/24 : ENTRYPOINT ["/support-notifications"] 09:37:33 ---> Running in 3558b31fbe6a 09:37:33 Removing intermediate container fd944ea984fe 09:37:33 ---> fa0b81fc9f91 09:37:33 Step 20/22 : LABEL arch=x86_64 09:37:33 ---> 5a807122fc06 09:37:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:37:33 ---> Running in b444a65b5b76 09:37:34 ---> d33c0b242df5 09:37:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 09:37:34 Removing intermediate container 3558b31fbe6a 09:37:34 ---> 857445790318 09:37:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:37:34 ---> Running in 2bcf3775bec0 09:37:34 Removing intermediate container b444a65b5b76 09:37:34 ---> 509f14ea5399 09:37:34 Step 21/22 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:37:34 ---> Running in d297c0f1fc93 09:37:34 ---> 465c25c8a8ab 09:37:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:37:34 $ docker top f09c48255bd21610b823f6b1dc030e79b872dabbf506ccdbb7f37bcdcfff11b3 -eo pid,comm 09:37:34 ---> b58357bf745f 09:37:34 Step 18/22 : RUN chmod +x entrypoint.sh 09:37:34 Removing intermediate container 2bcf3775bec0 09:37:34 ---> 72460c6ef9fb 09:37:34 Step 22/24 : LABEL arch=x86_64 09:37:34 ---> Running in 6406ffb2906e 09:37:35 ---> Running in 31591baf1c89 [Pipeline] { [Pipeline] echo 09:37:35 ========================================================= 09:37:35 [edgeXBuildGoParallel] Running Tests and Build... 09:37:35 ========================================================= [Pipeline] sh 09:37:35 Removing intermediate container d297c0f1fc93 09:37:35 ---> f2cede00b09b 09:37:35 Step 22/22 : LABEL version=0.0.0 09:37:35 + make test 09:37:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:37:36 ---> Running in 3016a04c5b70 09:37:36 Removing intermediate container 31591baf1c89 09:37:36 ---> 3813016fe842 09:37:36 Step 23/24 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:37:36 ---> e5b6f9248498 09:37:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:37:36 ---> Running in 4c6be6b1e6e9 09:37:36 Removing intermediate container 3016a04c5b70 09:37:36 ---> 2e6c38d4edf3 09:37:36 09:37:37 Removing intermediate container 4c6be6b1e6e9 09:37:37 ---> 225a5d498a90 09:37:37 Step 24/24 : LABEL version=0.0.0 09:37:37 ---> 4f69107220d2 09:37:37 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/ 09:37:37 Successfully built 2e6c38d4edf3 09:37:37 ---> Running in 0cb5526b090b 09:37:37 Successfully tagged docker-core-metadata-go:latest 09:37:37 ---> Running in a9021337f07d 09:37:37 Building docker-core-command-go 09:37:37  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:37:37 Removing intermediate container 0cb5526b090b 09:37:37 ---> 5363868806d8 09:37:37 09:37:37 Status: Downloaded newer image for docker:20.10.0 09:37:37 ---> aefe523efa57 09:37:37 Step 12/26 : RUN apk add --no-cache bash 09:37:37 ---> Running in 2ae7e399374f 09:37:37 Removing intermediate container 6406ffb2906e 09:37:37 ---> a35bcae8e5fe 09:37:37 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 09:37:37 Successfully built 5363868806d8 09:37:37 Successfully tagged docker-support-notifications-go:latest 09:37:38 Building docker-core-data-go 09:37:40  Building docker-support-notifications-go ... done  ---> Running in afe6611ca36d 09:37:42 Removing intermediate container afe6611ca36d 09:37:42 ---> 0b5e06f661db 09:37:42 Step 20/22 : LABEL arch=x86_64 09:37:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:37:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:43 ---> Running in 855f76270526 09:37:43 (1/2) Installing readline (8.0.4-r0) 09:37:43 (2/2) Installing bash (5.0.17-r0) 09:37:43 Executing bash-5.0.17-r0.post-install 09:37:43 Executing busybox-1.31.1-r19.trigger 09:37:43 OK: 12 MiB in 22 packages 09:37:44 Removing intermediate container a9021337f07d 09:37:44 ---> 649e34478cc5 09:37:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:37:44 Removing intermediate container 855f76270526 09:37:44 ---> cc5499493cd0 09:37:44 Step 21/22 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:37:44 ---> Running in 337a843e7cea 09:37:44 ---> Running in 3c7d11ca66f9 09:37:45 Removing intermediate container 337a843e7cea 09:37:45 ---> 008257c617d8 09:37:45 Step 22/24 : LABEL arch=x86_64 09:37:45 Removing intermediate container 2ae7e399374f 09:37:45 ---> 3ae4efc50f71 09:37:45 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:37:50 Removing intermediate container 3c7d11ca66f9 09:37:50 ---> df85ec6929ff 09:37:50 Step 22/22 : LABEL version=0.0.0 09:37:50 ---> Running in 8054586074fb 09:37:50 ---> Running in b9cea03350aa 09:37:50 ---> Running in cb7880f7738a 09:37:51 Removing intermediate container 8054586074fb 09:37:51 ---> b11a3f531c85 09:37:51 Step 14/26 : ENV APP_PORT=48090 09:37:51 Removing intermediate container b9cea03350aa 09:37:51 ---> 508d869990d6 09:37:51 Step 23/24 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:37:52 ---> Running in 2a1602129929 09:37:52 Removing intermediate container cb7880f7738a 09:37:52 ---> a2c2bcc3a24e 09:37:52 09:37:52 Successfully built a2c2bcc3a24e 09:37:52 Successfully tagged docker-security-bootstrap-redis-go:latest 09:37:52 ---> Running in cecf28ecd1fc 09:37:52 Building docker-security-proxy-setup-go 09:37:54  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 2a1602129929 09:37:54 ---> 5494566885ca 09:37:54 Step 15/26 : EXPOSE $APP_PORT 09:37:57 Removing intermediate container cecf28ecd1fc 09:37:57 ---> 12701e638da4 09:37:57 Step 24/24 : LABEL version=0.0.0 09:37:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:37:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:37:57 ---> 7937eb468b9b 09:37:57 Step 3/22 : WORKDIR /edgex-go 09:37:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:37:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:37:57 ---> 7937eb468b9b 09:37:57 Step 3/23 : WORKDIR /edgex-go 09:37:57 ---> Using cache 09:37:57 ---> 11c0a025b73d 09:37:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:57 ---> Using cache 09:37:57 ---> 11c0a025b73d 09:37:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:37:57 ---> Using cache 09:37:57 ---> 2b7d3c8892c3 09:37:57 Step 5/22 : RUN apk add --update --no-cache make git 09:37:57 ---> Using cache 09:37:57 ---> 2b7d3c8892c3 09:37:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:37:57 ---> Using cache 09:37:57 ---> 9a82265c9ed9 09:37:57 Step 6/22 : COPY go.mod . 09:37:57 ---> Using cache 09:37:57 ---> 8fdcc5ac638e 09:37:57 Step 7/22 : RUN go mod download 09:37:57 ---> Using cache 09:37:57 ---> 9875dc95743b 09:37:57 Step 8/22 : COPY . . 09:37:57 ---> Using cache 09:37:57 ---> d5c9090f3f6e 09:37:57 Step 9/22 : RUN make cmd/core-command/core-command 09:37:57 ? github.com/edgexfoundry/edgex-go [no test files] 09:37:58 ---> Running in dfa93b44433e 09:37:58 ---> Running in 4486206834f4 09:37:58 ---> Running in 5b9c8128add8 09:37:58 ---> Running in 0cc87100d3a2 09:37:59 Removing intermediate container 0cc87100d3a2 09:37:59 ---> 09aa495e6096 09:37:59 09:37:59 Removing intermediate container dfa93b44433e 09:37:59 ---> b615bb26c01a 09:37:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:37:59 Successfully built 09aa495e6096 09:37:59 Successfully tagged docker-security-secretstore-setup-go:latest 09:37:59  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 09:38:01 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 09:38:02 ---> 7a4f2735be8d 09:38:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:38:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:38:03 ---> 70ac82a14d0b 09:38:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:38:03 OK: 233 MiB in 51 packages 09:38:05 ---> ed57ccbdaf4a 09:38:05 Step 19/26 : RUN apk --no-cache add py3-pip 09:38:05 ---> Running in 2548e3cdfe78 09:38:07 Removing intermediate container 4486206834f4 09:38:07 ---> 79ac1c219350 09:38:07 Step 6/23 : COPY go.mod . 09:38:08 ---> f0bb9436d775 09:38:08 Step 7/23 : RUN go mod download 09:38:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:38:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:38:08 ---> Running in ac195c85014b 09:38:08 (1/33) Installing libbz2 (1.0.8-r1) 09:38:09 (2/33) Installing expat (2.2.9-r1) 09:38:09 (3/33) Installing libffi (3.3-r2) 09:38:09 (4/33) Installing gdbm (1.13-r1) 09:38:09 (5/33) Installing xz-libs (5.2.5-r0) 09:38:09 (6/33) Installing sqlite-libs (3.32.1-r0) 09:38:09 (7/33) Installing python3 (3.8.5-r0) 09:38:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:38:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:38:13 ---> 7937eb468b9b 09:38:13 Step 3/21 : WORKDIR /edgex-go 09:38:13 ---> Using cache 09:38:13 ---> 11c0a025b73d 09:38:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:38:13 ---> Using cache 09:38:13 ---> 2b7d3c8892c3 09:38:13 Step 5/21 : RUN apk add --update --no-cache make git 09:38:13 ---> Using cache 09:38:13 ---> 9a82265c9ed9 09:38:13 Step 6/21 : COPY go.mod . 09:38:13 ---> Using cache 09:38:13 ---> 8fdcc5ac638e 09:38:13 Step 7/21 : RUN go mod download 09:38:13 ---> Using cache 09:38:13 ---> 9875dc95743b 09:38:13 Step 8/21 : COPY . . 09:38:13 ---> Using cache 09:38:13 ---> d5c9090f3f6e 09:38:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:38:15 ---> Running in 0cec3c63a446 09:38:15 (8/33) Installing py3-appdirs (1.4.4-r1) 09:38:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:38:15 (10/33) Installing py3-parsing (2.4.7-r0) 09:38:15 (11/33) Installing py3-six (1.15.0-r0) 09:38:15 (12/33) Installing py3-packaging (20.4-r0) 09:38:15 (13/33) Installing py3-setuptools (47.0.0-r0) 09:38:15 (14/33) Installing py3-chardet (3.0.4-r4) 09:38:15 (15/33) Installing py3-idna (2.9-r0) 09:38:16 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:38:16 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:38:16 (18/33) Installing py3-requests (2.23.0-r0) 09:38:16 (19/33) Installing py3-msgpack (1.0.0-r0) 09:38:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:38:16 (20/33) Installing py3-lockfile (0.12.2-r3) 09:38:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:38:17 Removing intermediate container ac195c85014b 09:38:17 ---> c6095476862c 09:38:17 Step 8/23 : COPY . . 09:38:17 (22/33) Installing py3-colorama (0.4.3-r0) 09:38:17 (23/33) Installing py3-distlib (0.3.0-r0) 09:38:17 (24/33) Installing py3-distro (1.5.0-r1) 09:38:17 (25/33) Installing py3-webencodings (0.5.1-r3) 09:38:17 (26/33) Installing py3-html5lib (1.0.1-r4) 09:38:17 (27/33) Installing py3-pytoml (0.1.21-r0) 09:38:17 (28/33) Installing py3-pep517 (0.8.2-r0) 09:38:17 (29/33) Installing py3-progress (1.5-r0) 09:38:17 (30/33) Installing py3-toml (0.10.1-r0) 09:38:17 (31/33) Installing py3-retrying (1.3.3-r0) 09:38:17 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:38:17 (33/33) Installing py3-pip (20.1.1-r0) 09:38:17 Executing busybox-1.31.1-r19.trigger 09:38:18 OK: 71 MiB in 55 packages 09:38:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:38:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:38:26 ---> 7937eb468b9b 09:38:26 Step 3/21 : WORKDIR /edgex-go 09:38:26 ---> Using cache 09:38:26 ---> 11c0a025b73d 09:38:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:38:26 ---> Using cache 09:38:26 ---> 2b7d3c8892c3 09:38:26 Step 5/21 : RUN apk add --update --no-cache make git 09:38:26 ---> Using cache 09:38:26 ---> 9a82265c9ed9 09:38:26 Step 6/21 : COPY go.mod . 09:38:26 ---> Using cache 09:38:26 ---> 8fdcc5ac638e 09:38:26 Step 7/21 : RUN go mod download 09:38:26 ---> Using cache 09:38:26 ---> 9875dc95743b 09:38:26 Step 8/21 : COPY . . 09:38:26 ---> Using cache 09:38:26 ---> d5c9090f3f6e 09:38:26 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 09:38:27 ---> Running in a3cf71076f70 09:38:29 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 09:38:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:38:45 Removing intermediate container 5b9c8128add8 09:38:45 ---> 1a968536bc00 09:38:45 09:38:45 Step 10/22 : FROM scratch 09:38:45 ---> 09:38:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:38:45 Removing intermediate container 2548e3cdfe78 09:38:45 ---> ff9f0c52acfe 09:38:45 Step 20/26 : RUN pip install docker-compose==1.23.2 09:38:45 ---> Using cache 09:38:45 ---> 63961d749c1b 09:38:45 Step 12/22 : ENV APP_PORT=48082 09:38:45 ---> Running in 63280c3a8f4c 09:38:45 ---> b41946aec488 09:38:45 Step 9/23 : RUN make cmd/core-data/core-data 09:38:45 ---> Running in cb47707a052c 09:38:45 ---> Running in b8b80fd0b637 09:38:45 Removing intermediate container cb47707a052c 09:38:45 ---> 40faaad19504 09:38:45 Step 13/22 : EXPOSE $APP_PORT 09:38:45 ---> Running in ae8017d54ef3 09:38:46 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 09:38:47 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 09:38:47 Removing intermediate container ae8017d54ef3 09:38:47 ---> 10e4fb75a26e 09:38:47 Step 14/22 : WORKDIR / 09:38:47 ---> Running in 8e7d4513a2e9 09:38:47 Removing intermediate container 8e7d4513a2e9 09:38:47 ---> 3270b39d4f2d 09:38:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:38:48 ---> 69f746656ac7 09:38:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:38:49 ---> c1ba4fe7eba6 09:38:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:38:49 Collecting docker-compose==1.23.2 09:38:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:38:50 ---> 407f85572566 09:38:50 Step 18/22 : ENTRYPOINT ["/core-command"] 09:38:50 Collecting docker<4.0,>=3.6.0 09:38:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:38:50 ---> Running in 03ad8d228d67 09:38:51 Collecting PyYAML<4,>=3.10 09:38:51 Downloading PyYAML-3.13.tar.gz (270 kB) 09:38:51 Removing intermediate container 03ad8d228d67 09:38:51 ---> 1acfa453629b 09:38:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:38:52 ---> Running in a755fb978b17 09:38:54 Removing intermediate container a755fb978b17 09:38:54 ---> 876904b24dc6 09:38:54 Step 20/22 : LABEL arch=x86_64 09:38:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:38:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:38:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:38:54 Collecting dockerpty<0.5,>=0.4.1 09:38:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:38:54 ---> Running in 325161c46b0c 09:38:54 Removing intermediate container 0cec3c63a446 09:38:54 ---> d1ced886e465 09:38:54 09:38:54 Step 10/21 : FROM alpine:3.12 09:38:54 ---> 389fef711851 09:38:54 Step 11/21 : RUN apk add --update --no-cache curl 09:38:54 Removing intermediate container a3cf71076f70 09:38:54 ---> 5c8078e3282b 09:38:54 09:38:54 Step 10/21 : FROM scratch 09:38:54 ---> 09:38:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:38:55 ---> Running in 4c76c57eff3b 09:38:55 ---> Using cache 09:38:55 ---> 63961d749c1b 09:38:55 Step 12/21 : ENV APP_PORT=48085 09:38:55 ---> Running in 77c0fc5c1125 09:38:55 Removing intermediate container 325161c46b0c 09:38:55 ---> 3135b4bc31ab 09:38:55 Step 21/22 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:38:55 Collecting texttable<0.10,>=0.9.0 09:38:55 Downloading texttable-0.9.1.tar.gz (11 kB) 09:38:55 ---> Running in ae9facc826ff 09:38:55 Removing intermediate container 77c0fc5c1125 09:38:55 ---> 9cf6541ec2cc 09:38:55 Step 13/21 : EXPOSE $APP_PORT 09:38:56 ---> Running in a988572d2773 09:38:56 Removing intermediate container ae9facc826ff 09:38:56 ---> 3a1f4d20a9f8 09:38:56 Step 22/22 : LABEL version=0.0.0 09:38:56 ---> Running in 05fc5e6e263a 09:38:56 Collecting docopt<0.7,>=0.6.1 09:38:56 Downloading docopt-0.6.2.tar.gz (25 kB) 09:38:56 Removing intermediate container a988572d2773 09:38:56 ---> 9487526ce2ff 09:38:56 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 09:38:56 Removing intermediate container 05fc5e6e263a 09:38:56 ---> 6499f158069c 09:38:56 09:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:38:56 ---> 6592405e0fd5 09:38:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:38:57 Successfully built 6499f158069c 09:38:57 Successfully tagged docker-core-command-go:latest 09:38:57  Building docker-core-command-go ... done (1/4) Installing ca-certificates (20191127-r4) 09:38:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:38:57 (3/4) Installing libcurl (7.69.1-r3) 09:38:57 Collecting websocket-client<1.0,>=0.32.0 09:38:57 (4/4) Installing curl (7.69.1-r3) 09:38:57 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:38:57 Executing busybox-1.31.1-r19.trigger 09:38:57 Executing ca-certificates-20191127-r4.trigger 09:38:57 OK: 7 MiB in 18 packages 09:38:57 Collecting cached-property<2,>=1.2.0 09:38:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:38:57 Collecting jsonschema<3,>=2.5.1 09:38:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:38:57 Collecting docker-pycreds>=0.4.0 09:38:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:38:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:38:59 Collecting urllib3<1.25,>=1.21.1 09:38:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:38:59 ---> ac5463829dc0 09:38:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:38:59 Collecting idna<2.8,>=2.5 09:38:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:38:59 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) 09:38:59 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) 09:38:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:38:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:38:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:38:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:38:59 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, dockerpty, texttable, docopt, cached-property, jsonschema, docker-compose 09:39:00 ---> 05c53154ae79 09:39:00 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 09:39:00 Attempting uninstall: urllib3 09:39:00 Found existing installation: urllib3 1.25.9 09:39:00 Uninstalling urllib3-1.25.9: 09:39:00 Successfully uninstalled urllib3-1.25.9 09:39:00 ---> Running in e7743dad9346 09:39:00 Removing intermediate container 4c76c57eff3b 09:39:00 ---> 6ab43ca2e6a4 09:39:00 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:39:01 Attempting uninstall: idna 09:39:01 Found existing installation: idna 2.9 09:39:01 Uninstalling idna-2.9: 09:39:01 Successfully uninstalled idna-2.9 09:39:02 ---> Running in 2501b4c67d43 09:39:02 Attempting uninstall: requests 09:39:02 Found existing installation: requests 2.23.0 09:39:02 Uninstalling requests-2.23.0: 09:39:02 Removing intermediate container e7743dad9346 09:39:02 ---> ecb7499a2c25 09:39:02 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:39:02 Successfully uninstalled requests-2.23.0 09:39:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:39:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:39:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:39:02 ---> Running in e850eaf2b01b 09:39:02 Removing intermediate container 2501b4c67d43 09:39:02 ---> 1be6a51d2e7f 09:39:02 Step 13/21 : WORKDIR /edgex 09:39:03 Removing intermediate container e850eaf2b01b 09:39:03 ---> 63cd64d16513 09:39:03 Step 19/21 : LABEL arch=x86_64 09:39:03 ---> Running in 68d82ae8ce05 09:39:04 ---> Running in bacb0eead80e 09:39:04 Running setup.py install for PyYAML: started 09:39:04 Removing intermediate container 68d82ae8ce05 09:39:04 ---> a4345737a44e 09:39:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:39:04 Removing intermediate container bacb0eead80e 09:39:04 ---> 09f64586ca26 09:39:04 Step 20/21 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:39:04 ---> Running in f576d82ed188 09:39:04 ---> 171b7555fe22 09:39:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:39:04 Running setup.py install for PyYAML: finished with status 'done' 09:39:04 Running setup.py install for dockerpty: started 09:39:04 Removing intermediate container f576d82ed188 09:39:04 ---> 5903985ee847 09:39:04 Step 21/21 : LABEL version=0.0.0 09:39:05 ---> Running in ebd4943cad64 09:39:05 Running setup.py install for dockerpty: finished with status 'done' 09:39:05 Running setup.py install for texttable: started 09:39:05 Removing intermediate container ebd4943cad64 09:39:05 ---> b6f4b3e10bae 09:39:05 09:39:06 Running setup.py install for texttable: finished with status 'done' 09:39:06 Running setup.py install for docopt: started 09:39:06 Successfully built b6f4b3e10bae 09:39:06 ---> 213abab1ad6e 09:39:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:39:06 Successfully tagged docker-support-scheduler-go:latest 09:39:07  Building docker-support-scheduler-go ... done  Running setup.py install for docopt: finished with status 'done' 09:39:08 ---> 4924f4c99127 09:39:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:39:08 ---> Running in 79d135bb7f37 09:39:08 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 09:39:09 Removing intermediate container 79d135bb7f37 09:39:09 ---> c949be1c3f8e 09:39:09 Step 18/21 : CMD ["--init=true"] 09:39:09 ---> Running in f38736adb1f6 09:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.217s coverage: 46.6% of statements 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:39:09 Removing intermediate container f38736adb1f6 09:39:09 ---> b82a0e4cfff0 09:39:09 Step 19/21 : LABEL arch=x86_64 09:39:10 ---> Running in fabe34bd481d 09:39:11 Removing intermediate container fabe34bd481d 09:39:11 ---> 1eb36a828d08 09:39:11 Step 20/21 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:39:11 Removing intermediate container b8b80fd0b637 09:39:11 ---> ffa503a1cb21 09:39:11 09:39:11 Step 10/23 : FROM alpine:3.12 09:39:11 ---> 389fef711851 09:39:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:39:12 ---> Running in 574648f54745 09:39:12 ---> Running in ea9a32f1a3ba 09:39:13 Removing intermediate container 63280c3a8f4c 09:39:13 ---> 328966e2b6e6 09:39:13 Step 21/26 : RUN apk --no-cache add curl 09:39:13 Removing intermediate container 574648f54745 09:39:13 ---> a0a820d809ca 09:39:13 Step 21/21 : LABEL version=0.0.0 09:39:13 ---> Running in ce3006010c51 09:39:13 ---> Running in a6cad0c3fc55 09:39:13 Removing intermediate container ea9a32f1a3ba 09:39:13 ---> c8ae806d84e8 09:39:13 Step 12/23 : ENV APP_PORT=48080 09:39:13 ---> Running in 8dbe4ab80992 09:39:13 Removing intermediate container a6cad0c3fc55 09:39:13 ---> 7ab0cd14c5f3 09:39:13 09:39:13 Successfully built 7ab0cd14c5f3 09:39:13 Successfully tagged docker-security-proxy-setup-go:latest 09:39:13  Building docker-security-proxy-setup-go ... done Removing intermediate container 8dbe4ab80992 09:39:13 ---> 45901de34220 09:39:13 Step 13/23 : EXPOSE $APP_PORT 09:39:13 ---> Running in e90954816740 09:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:14 Removing intermediate container e90954816740 09:39:14 ---> 834b97b41ec4 09:39:14 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:14 ---> Running in 22bef445818f 09:39:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:39:14 (2/3) Installing libcurl (7.69.1-r3) 09:39:14 (3/3) Installing curl (7.69.1-r3) 09:39:14 Executing busybox-1.31.1-r19.trigger 09:39:14 OK: 72 MiB in 58 packages 09:39:14 Removing intermediate container ce3006010c51 09:39:14 ---> 24e81dc69ce0 09:39:14 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:39:14 ---> Running in 58b22eed1814 09:39:15 Removing intermediate container 58b22eed1814 09:39:15 ---> 20e51f5f0b26 09:39:15 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:39:15 Removing intermediate container 22bef445818f 09:39:15 ---> 0628bff935fc 09:39:15 Step 15/23 : RUN apk add --update --no-cache zeromq 09:39:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.563s coverage: 27.0% of statements 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:39:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.126s coverage: 100.0% of statements 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:39:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.128s coverage: 100.0% of statements 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:39:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.252s coverage: 67.9% of statements 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:39:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.714s coverage: 82.3% of statements 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:39:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:39:16 ---> Running in 8a791a836f54 09:39:16 ---> Running in dd5933b953b8 09:39:17 Removing intermediate container 8a791a836f54 09:39:17 ---> b6f4ab4d8222 09:39:17 Step 24/26 : LABEL arch=x86_64 09:39:17 ---> Running in 32fd89c8a04c 09:39:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:17 Removing intermediate container 32fd89c8a04c 09:39:17 ---> 7e9f6197437a 09:39:17 Step 25/26 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:39:17 ---> Running in 42ce326d5a2e 09:39:17 Removing intermediate container 42ce326d5a2e 09:39:17 ---> cffe075dba56 09:39:17 Step 26/26 : LABEL version=0.0.0 09:39:17 ---> Running in 3ecf0e2b390f 09:39:17 Removing intermediate container 3ecf0e2b390f 09:39:17 ---> 74311044ee9e 09:39:17 09:39:18 Successfully built 74311044ee9e 09:39:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:18 Successfully tagged docker-sys-mgmt-agent-go:latest 09:39:18  Building docker-sys-mgmt-agent-go ... done (1/5) Installing libgcc (9.3.0-r2) 09:39:18 (2/5) Installing libsodium (1.0.18-r0) 09:39:18 (3/5) Installing libstdc++ (9.3.0-r2) 09:39:18 (4/5) Installing libzmq (4.3.3-r0) 09:39:18 (5/5) Installing zeromq (4.3.3-r0) 09:39:18 Executing busybox-1.31.1-r19.trigger 09:39:19 OK: 8 MiB in 19 packages 09:39:19 Removing intermediate container dd5933b953b8 09:39:19 ---> cabc1b0a3839 09:39:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:39:20 ---> fa6494215922 09:39:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:39:20 ---> 75ee75064112 09:39:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:39:20 ---> 6765bee60067 09:39:20 Step 19/23 : ENTRYPOINT ["/core-data"] 09:39:20 ---> Running in 0410b5c704c1 09:39:21 Removing intermediate container 0410b5c704c1 09:39:21 ---> c21c23233743 09:39:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:39:21 ---> Running in db1935bcefef 09:39:21 Removing intermediate container db1935bcefef 09:39:21 ---> 71f90d277836 09:39:21 Step 21/23 : LABEL arch=x86_64 09:39:21 ---> Running in 64f26bc9dbb3 09:39:21 Removing intermediate container 64f26bc9dbb3 09:39:21 ---> 9c7c48b98213 09:39:21 Step 22/23 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:39:21 ---> Running in 1403d7b1f4ca 09:39:21 Removing intermediate container 1403d7b1f4ca 09:39:21 ---> db9b6bd60fee 09:39:21 Step 23/23 : LABEL version=0.0.0 09:39:21 ---> Running in e213e4579188 09:39:21 Removing intermediate container e213e4579188 09:39:21 ---> fd914ef3dd8e 09:39:21 09:39:21 Successfully built fd914ef3dd8e 09:39:22 Successfully tagged docker-core-data-go:latest 09:39:22  Building docker-core-data-go ... done  [Pipeline] } 09:39:22 $ docker stop --time=1 4e8604331a883cfc29011ea86ecdd463b4e6f877ffee179fcbba825dab421c0c 09:39:24 $ docker rm -f 4e8604331a883cfc29011ea86ecdd463b4e6f877ffee179fcbba825dab421c0c [Pipeline] // withDockerContainer [Pipeline] sh 09:39:24 + docker images 09:39:24 + grep docker 09:39:24 docker-core-data-go latest fd914ef3dd8e 3 seconds ago 22.3MB 09:39:24 docker-sys-mgmt-agent-go latest 74311044ee9e 7 seconds ago 313MB 09:39:24 docker-security-proxy-setup-go latest 7ab0cd14c5f3 11 seconds ago 24.4MB 09:39:24 docker-support-scheduler-go latest b6f4b3e10bae 19 seconds ago 10.7MB 09:39:24 docker-core-command-go latest 6499f158069c 28 seconds ago 10.6MB 09:39:24 docker-security-secretstore-setup-go latest 09aa495e6096 About a minute ago 24.6MB 09:39:24 docker-security-bootstrap-redis-go latest a2c2bcc3a24e About a minute ago 15.8MB 09:39:24 docker-support-notifications-go latest 5363868806d8 About a minute ago 12MB 09:39:24 docker-core-metadata-go latest 2e6c38d4edf3 About a minute ago 13.1MB 09:39:24 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv 09:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.166s coverage: 28.6% of statements 09:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.153s coverage: 100.0% of statements 09:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements 09:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:39:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.275s coverage: 86.7% of statements 09:39:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [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 09:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.401s coverage: 97.5% of statements 09:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements 09:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] node 09:39:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.210s coverage: 92.8% of statements 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:39:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:39:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.182s coverage: 0.1% of statements 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements 09:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements 09:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 09:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.214s coverage: 84.2% of statements 09:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.4% of statements 09:39:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:39:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.743s coverage: 63.5% of statements 09:39:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:39:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:39:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 09:39:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 09:39:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.100s coverage: 100.0% of statements 09:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements 09:39:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 09:39:40 Still waiting to schedule task 09:39:40 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 09:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.901s coverage: 68.9% of statements 09:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.361s coverage: 37.0% of statements 09:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:39:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.707s coverage: 84.0% of statements 09:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements 09:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.354s coverage: 47.1% of statements 09:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements 09:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:39:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 09:39:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.232s coverage: 29.1% of statements 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:39:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.073s coverage: 0.0% of statements 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:39:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:39:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:39:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:39:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.113s coverage: 100.0% of statements 09:39:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 09:39:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 09:39:59 GO111MODULE=on go vet ./... 09:40:22 Running on prd-ubuntu18.04-docker-8c-8g-20469 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws 09:40:22 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 09:40:24 using credential edgex-jenkins-ssh 09:40:24 Cloning the remote Git repository 09:40:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:40:25 > git init /w/workspace/edgex-go/5 # timeout=10 09:40:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:40:25 > git --version # timeout=10 09:40:25 > git --version # 'git version 2.17.1' 09:40:25 using GIT_SSH to set credentials SSH Credentials for GitHub 09:40:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:40:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:40:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:40:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:40:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:40:30 using GIT_SSH to set credentials SSH Credentials for GitHub 09:40:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3042/head:refs/remotes/origin/PR-3042 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:40:31 Merging remotes/origin/master commit fd359634b10927f8e0ebf7f54b54c9e517c8d604 into PR head commit aee64e1e172df7b5958a4f5e4473f727edefab99 09:40:31 Merge succeeded, producing aee64e1e172df7b5958a4f5e4473f727edefab99 09:40:31 Checking out Revision aee64e1e172df7b5958a4f5e4473f727edefab99 (PR-3042) 09:40:31 > git config core.sparsecheckout # timeout=10 09:40:31 > git checkout -f aee64e1e172df7b5958a4f5e4473f727edefab99 # timeout=10 09:40:31 > git remote # timeout=10 09:40:31 > git config --get remote.origin.url # timeout=10 09:40:31 using GIT_SSH to set credentials SSH Credentials for GitHub 09:40:31 > git merge fd359634b10927f8e0ebf7f54b54c9e517c8d604 # timeout=10 09:40:31 > git rev-parse HEAD^{commit} # timeout=10 09:40:31 > git config core.sparsecheckout # timeout=10 09:40:31 > git checkout -f aee64e1e172df7b5958a4f5e4473f727edefab99 # timeout=10 09:40:35 Commit message: "feat(data): Update Swagger doc to sync DTO schema with go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:40:36 + echo snap-build.sh 09:40:36 snap-build.sh 09:40:36 + SNAP_BASE_DIR=. 09:40:36 + '[' '!' -z /w/workspace/edgex-go/5 ']' 09:40:36 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 09:40:36 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 09:40:36 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 09:40:36 + cd /w/workspace/edgex-go/5 09:40:36 + sudo apt-get remove -qy --purge lxd lxd-client 09:40:36 Reading package lists... 09:40:36 Building dependency tree... 09:40:36 Reading state information... 09:40:36 The following packages were automatically installed and are no longer required: 09:40:36 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 09:40:36 uidmap xdelta3 09:40:36 Use 'sudo apt autoremove' to remove them. 09:40:36 The following packages will be REMOVED: 09:40:36 lxd* lxd-client* 09:40:36 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 09:40:36 After this operation, 31.7 MB disk space will be freed. 09:40:38 (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.) 09:40:38 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 09:40:39 Removing lxd dnsmasq configuration 09:40:39 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 09:40:39 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 09:40:40 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 09:40:40 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 09:40:40 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 09:40:41 Processing triggers for systemd (237-3ubuntu10.42) ... 09:40:41 Processing triggers for ureadahead (0.100.0-21) ... 09:40:43 + sudo snap remove --purge lxd 09:40:43 snap "lxd" is not installed 09:40:43 + sudo groupadd --force --system lxd 09:40:43 ++ whoami 09:40:43 + sudo /usr/sbin/usermod -G lxd -a jenkins 09:40:43 + newgrp - lxd 09:40:43 + sudo snap install lxd 09:40:53 2021-01-15T09:40:50Z INFO Waiting for automatic snapd restart... 09:41:05 lxd 4.10 from Canonical* installed 09:41:05 + sudo lxd init --auto 09:41:07 gofmt -l . 09:41:07 [ "`gofmt -l .`" = "" ] 09:41:07 ./bin/test-go-mod-tidy.sh 09:41:07 ./bin/test-attribution-txt.sh [Pipeline] sh 09:41:09 + ls -al . 09:41:09 total 684 09:41:09 drwxrwxr-x 9 1001 1001 4096 Jan 15 09:41 . 09:41:09 drwxr-xr-x 4 root root 4096 Jan 15 09:37 .. 09:41:09 -rw-rw-r-- 1 1001 1001 11 Jan 15 09:36 .dockerignore 09:41:09 drwxrwxr-x 8 1001 1001 4096 Jan 15 09:36 .git 09:41:09 drwxrwxr-x 3 1001 1001 4096 Jan 15 09:36 .github 09:41:09 -rw-rw-r-- 1 1001 1001 824 Jan 15 09:36 .gitignore 09:41:09 -rw-rw-r-- 1 1001 1001 166 Jan 15 09:36 .sonarcloud.properties 09:41:09 -rw-rw-r-- 1 1001 1001 7741 Jan 15 09:36 Attribution.txt 09:41:09 -rw-rw-r-- 1 1001 1001 3804 Jan 15 09:36 CONTRIBUTING.md 09:41:09 -rw-rw-r-- 1 1001 1001 931 Jan 15 09:36 Dockerfile.build 09:41:09 -rw-rw-r-- 1 1001 1001 863 Jan 15 09:36 Jenkinsfile 09:41:09 -rw-rw-r-- 1 1001 1001 10775 Jan 15 09:36 LICENSE 09:41:09 -rw-rw-r-- 1 1001 1001 5750 Jan 15 09:36 Makefile 09:41:09 -rw-rw-r-- 1 1001 1001 6524 Jan 15 09:36 README.md 09:41:09 -rw-rw-r-- 1 1001 1001 6744 Jan 15 09:36 SECURITY.md 09:41:09 -rw-rw-r-- 1 1001 1001 5 Jan 15 09:32 VERSION 09:41:09 -rw-rw-r-- 1 1001 1001 4131 Jan 15 09:36 ZMQWindows.md 09:41:09 drwxrwxr-x 2 1001 1001 4096 Jan 15 09:36 bin 09:41:09 drwxrwxr-x 14 1001 1001 4096 Jan 15 09:36 cmd 09:41:09 -rw-r--r-- 1 root root 550280 Jan 15 09:39 coverage.out 09:41:09 -rw-r--r-- 1 root root 979 Jan 15 09:41 go.mod 09:41:09 -rw-r--r-- 1 root root 19036 Jan 15 09:41 go.sum 09:41:09 drwxrwxr-x 8 1001 1001 4096 Jan 15 09:36 internal 09:41:09 drwxrwxr-x 4 1001 1001 4096 Jan 15 09:36 openapi 09:41:09 drwxrwxr-x 4 1001 1001 4096 Jan 15 09:36 snap 09:41:09 -rw-rw-r-- 1 1001 1001 168 Jan 15 09:36 version.go [Pipeline] sh 09:41:10 + '[' -e coverage.out ] 09:41:10 + chown 1001:1001 coverage.out [Pipeline] stash 09:41:10 Warning: overwriting stash ‘coverage-report’ 09:41:11 Stashed 1 file(s) [Pipeline] sh 09:41:12 + make build 09:41:12 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 09:41:15 + sudo snap install --classic snapcraft 09:41:22 snapcraft 4.4.4 from Canonical* installed 09:41:22 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 09:41:22 + patch --verbose -p1 09:41:22 Hmm... Looks like a unified diff to me... 09:41:22 The text leading up to this was: 09:41:22 -------------------------- 09:41:22 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 09:41:22 |From: Tony Espy 09:41:22 |Date: Wed, 16 Dec 2020 16:34:55 -0500 09:41:22 |Subject: [PATCH] optimize snap build for pipeline CI check 09:41:22 | 09:41:22 |This patch is used by the EdgeX CI pipeline builds to 09:41:22 |optimize the snap CI check run for pull requests. When 09:41:22 |applied, it essentially strips out everything (apps and 09:41:22 |parts) from the snapcraft.yaml file except those required 09:41:22 |to build edgex-go, as the whole idea of the CI check is to 09:41:22 |catch changes to edgex-go that break the snap build. 09:41:22 | 09:41:22 |In general, anyone updating snapcraft.yaml will also need 09:41:22 |to update this patch file, otherwise it may fail to apply, 09:41:22 |resulting in a failed snap build CI check in the associated 09:41:22 |pull request. 09:41:22 | 09:41:22 |Note - in addition to applying this patch, the pipeline also 09:41:22 |only primes the snap (e.g. `snapcraft prime`), as there's no 09:41:22 |need to build the finally binary .snap file (and it won't 09:41:22 |work with the patch applied). This further reduces the build 09:41:22 |time. 09:41:22 |--- 09:41:22 | snap/snapcraft.yaml | 461 +------------------------------------------- 09:41:22 | 1 file changed, 2 insertions(+), 459 deletions(-) 09:41:22 | 09:41:22 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 09:41:22 |index 1e537489..faf42425 100644 09:41:22 |--- a/snap/snapcraft.yaml 09:41:22 |+++ b/snap/snapcraft.yaml 09:41:22 -------------------------- 09:41:22 patching file snap/snapcraft.yaml 09:41:22 Using Plan A... 09:41:22 Hunk #1 succeeded at 73. 09:41:22 Hunk #2 succeeded at 202 with fuzz 1. 09:41:22 Hunk #3 succeeded at 214 (offset -3 lines). 09:41:22 Hunk #4 succeeded at 222 (offset -3 lines). 09:41:22 Hunk #5 succeeded at 229 (offset -3 lines). 09:41:22 Hunk #6 succeeded at 256 (offset -3 lines). 09:41:22 Hunk #7 succeeded at 290 (offset -3 lines). 09:41:22 Hunk #8 succeeded at 342 (offset -2 lines). 09:41:22 Hmm... Ignoring the trailing garbage. 09:41:22 done 09:41:22 + sudo snapcraft prime --use-lxd 09:41:22 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 09:41:23 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 09:41:23 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: 09:41:23 - README.md 09:41:23 - snapcraft.yaml.orig 09:41:23 09:41:23 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:41:24 Launching a container. 09:41:36 Waiting for container to be ready 09:41:36 To start your first instance, try: lxc launch ubuntu:18.04 09:41:36 09:41:39 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:41:39 Waiting for network to be ready... 09:41:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:41:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 09:41:40 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:41:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 09:41:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 09:41:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 09:41:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 09:41:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 09:41:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 09:41:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 09:41:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:41:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:41:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:41:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:41:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:41:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:41:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:41:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:41:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:41:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 09:41:42 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 09:41:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 09:41:42 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 09:41:42 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 09:41:42 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 09:41:42 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 09:41:42 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 09:41:44 Fetched 23.7 MB in 4s (5873 kB/s) 09:41:44 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 09:41:45 Reading package lists... 09:41:45 Reading package lists... 09:41:45 Building dependency tree... 09:41:45 Reading state information... 09:41:45 The following additional packages will be installed: 09:41:45 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:41:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:41:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:41:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:41:45 Suggested packages: 09:41:45 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:41:45 Recommended packages: 09:41:45 gnupg libsasl2-modules 09:41:45 The following NEW packages will be installed: 09:41:45 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:41:45 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:41:45 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:41:45 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:41:45 The following packages will be upgraded: 09:41:45 gpg gpg-agent gpgconf libudev1 09:41:45 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 09:41:45 Need to get 3532 kB of archives. 09:41:45 After this operation, 13.3 MB of additional disk space will be used. 09:41:45 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 09:41:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 09:41:45 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 09:41:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 09:41:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 09:41:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 09:41:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 09:41:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:41:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 09:41:46 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:41:46 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:41:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:41:46 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:41:46 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:41:46 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:41:46 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:41:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:41:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:41:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:41:46 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:41:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 09:41:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 09:41:46 debconf: delaying package configuration, since apt-utils is not installed 09:41:46 Fetched 3532 kB in 1s (3085 kB/s) 09:41:46 (Reading database ... 12511 files and directories currently installed.) 09:41:46 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 09:41:46 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 09:41:46 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 09:41:46 Selecting previously unselected package udev. 09:41:46 (Reading database ... 12511 files and directories currently installed.) 09:41:46 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 09:41:46 Unpacking udev (237-3ubuntu10.43) ... 09:41:47 Selecting previously unselected package libfuse2:amd64. 09:41:47 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:41:47 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:41:47 Selecting previously unselected package fuse. 09:41:47 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:41:47 Unpacking fuse (2.9.7-1ubuntu1) ... 09:41:47 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 09:41:47 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:41:47 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 09:41:47 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:41:47 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 09:41:48 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:41:48 Selecting previously unselected package libksba8:amd64. 09:41:48 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:41:48 Unpacking libksba8:amd64 (1.3.5-2) ... 09:41:48 Selecting previously unselected package libroken18-heimdal:amd64. 09:41:48 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:41:48 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:48 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:41:48 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:41:48 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:48 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:41:48 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:41:48 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:48 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:41:48 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:41:48 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:48 Selecting previously unselected package libwind0-heimdal:amd64. 09:41:48 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:41:48 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:48 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:41:48 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:41:48 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:48 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:41:48 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:41:48 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:49 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:41:49 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:41:49 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:49 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:41:49 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:41:49 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:49 Selecting previously unselected package libsasl2-modules-db:amd64. 09:41:49 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:41:49 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:41:49 Selecting previously unselected package libsasl2-2:amd64. 09:41:49 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:41:49 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:41:49 Selecting previously unselected package libldap-common. 09:41:49 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 09:41:49 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:41:49 Selecting previously unselected package libldap-2.4-2:amd64. 09:41:49 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 09:41:49 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:41:49 Selecting previously unselected package dirmngr. 09:41:49 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 09:41:49 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 09:41:49 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:41:49 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 09:41:49 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:41:50 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 09:41:50 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:41:50 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:41:50 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 09:41:50 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:50 Setting up libksba8:amd64 (1.3.5-2) ... 09:41:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:41:50 Setting up udev (237-3ubuntu10.43) ... 09:41:50 invoke-rc.d: policy-rc.d denied execution of start. 09:41:50 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:50 Processing triggers for systemd (237-3ubuntu10) ... 09:41:50 Setting up fuse (2.9.7-1ubuntu1) ... 09:41:50 Setting up gpg (2.2.4-1ubuntu1.3) ... 09:41:50 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:50 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:50 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:50 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:50 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:50 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:51 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:41:51 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:41:51 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 09:41:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:41:51 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:41:51 settings in the [Install] section, and DefaultInstance for template units). 09:41:51 This means they are not meant to be enabled using systemctl. 09:41:51 Possible reasons for having this kind of units are: 09:41:51 1) A unit may be statically enabled by being symlinked from another unit's 09:41:51 .wants/ or .requires/ directory. 09:41:51 2) A unit's purpose may be to act as a helper for some other unit which has 09:41:51 a requirement dependency on it. 09:41:51 3) A unit may be started when needed via activation (socket, path, timer, 09:41:51 D-Bus, udev, scripted systemctl call, ...). 09:41:51 4) In case of template units, the unit is meant to be enabled with some 09:41:51 instance name specified. 09:41:51 Reading package lists... 09:41:52 Building dependency tree... 09:41:52 Reading state information... 09:41:52 The following additional packages will be installed: 09:41:52 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:41:52 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:41:52 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:41:52 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:41:52 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:41:52 Suggested packages: 09:41:52 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:41:52 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:41:52 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:41:52 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:41:52 systemd-container policykit-1 09:41:52 Recommended packages: 09:41:52 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:41:52 The following NEW packages will be installed: 09:41:52 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:41:52 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:41:52 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:41:52 multiarch-support openssh-client python3 python3-minimal python3.6 09:41:52 python3.6-minimal snapd squashfs-tools sudo 09:41:52 The following packages will be upgraded: 09:41:52 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:41:52 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 09:41:52 Need to get 35.2 MB of archives. 09:41:52 After this operation, 141 MB of additional disk space will be used. 09:41:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 09:41:52 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 09:41:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 09:41:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 09:41:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 09:41:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:41:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 09:41:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 09:41:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 09:41:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:41:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:41:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:41:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:41:52 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:41:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:41:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 09:41:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:41:53 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 09:41:53 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:41:53 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:41:53 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:41:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:41:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:41:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:41:53 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:41:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 09:41:53 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:41:53 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:41:53 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:41:53 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 09:41:53 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 09:41:54 debconf: delaying package configuration, since apt-utils is not installed 09:41:54 Fetched 35.2 MB in 2s (14.8 MB/s) 09:41:54 (Reading database ... 12757 files and directories currently installed.) 09:41:54 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 09:41:54 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 09:41:55 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 09:41:55 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 09:41:55 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 09:41:55 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 09:41:55 (Reading database ... 12757 files and directories currently installed.) 09:41:55 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 09:41:55 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 09:41:55 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 09:41:56 (Reading database ... 12757 files and directories currently installed.) 09:41:56 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 09:41:56 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 09:41:56 Setting up apt (1.6.12ubuntu0.2) ... 09:41:56 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:41:56 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:41:56 (Reading database ... 12764 files and directories currently installed.) 09:41:56 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:41:57 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:41:57 Selecting previously unselected package libpython3.6-minimal:amd64. 09:41:57 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:41:57 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:41:57 Selecting previously unselected package libexpat1:amd64. 09:41:57 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:41:57 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:41:57 Selecting previously unselected package python3.6-minimal. 09:41:57 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:41:57 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:41:58 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 09:41:58 Checking for services that may need to be restarted...done. 09:41:58 Checking for services that may need to be restarted...done. 09:41:58 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:41:58 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:41:58 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:41:58 Selecting previously unselected package python3-minimal. 09:41:58 (Reading database ... 13012 files and directories currently installed.) 09:41:58 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:41:58 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:41:59 Selecting previously unselected package mime-support. 09:41:59 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:41:59 Unpacking mime-support (3.60ubuntu1) ... 09:41:59 Selecting previously unselected package libmpdec2:amd64. 09:41:59 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:41:59 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:41:59 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:41:59 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:41:59 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:41:59 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 09:41:59 Selecting previously unselected package python3.6. 09:41:59 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:41:59 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:41:59 Selecting previously unselected package libpython3-stdlib:amd64. 09:41:59 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:41:59 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:41:59 Setting up python3-minimal (3.6.7-1~18.04) ... 09:41:59 Selecting previously unselected package python3. 09:41:59 (Reading database ... 13442 files and directories currently installed.) 09:41:59 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:41:59 Unpacking python3 (3.6.7-1~18.04) ... 09:42:00 Selecting previously unselected package multiarch-support. 09:42:00 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:42:00 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:42:00 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:42:00 Selecting previously unselected package liblzo2-2:amd64. 09:42:00 (Reading database ... 13479 files and directories currently installed.) 09:42:00 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:42:00 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:42:00 Selecting previously unselected package libbsd0:amd64. 09:42:00 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:42:00 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:42:00 Selecting previously unselected package sudo. 09:42:00 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 09:42:00 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 09:42:00 Selecting previously unselected package apparmor. 09:42:00 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:42:00 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:42:00 Selecting previously unselected package libedit2:amd64. 09:42:00 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:42:00 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:42:00 Selecting previously unselected package libkrb5support0:amd64. 09:42:00 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:42:00 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:42:01 Selecting previously unselected package libk5crypto3:amd64. 09:42:01 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:42:01 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:42:01 Selecting previously unselected package libkeyutils1:amd64. 09:42:01 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:42:01 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:42:01 Selecting previously unselected package libkrb5-3:amd64. 09:42:01 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:42:01 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:42:01 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:42:01 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:42:01 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:42:01 Selecting previously unselected package libssl1.0.0:amd64. 09:42:01 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 09:42:01 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:42:01 Selecting previously unselected package openssh-client. 09:42:01 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:42:01 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:42:01 Selecting previously unselected package squashfs-tools. 09:42:01 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:42:01 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:42:02 Selecting previously unselected package snapd. 09:42:02 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 09:42:02 Unpacking snapd (2.48+18.04) ... 09:42:04 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 09:42:04 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:42:04 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:42:04 Setting up mime-support (3.60ubuntu1) ... 09:42:04 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 09:42:04 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:42:04 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:42:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:42:04 Setting up systemd (237-3ubuntu10.43) ... 09:42:04 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 09:42:05 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:42:05 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:42:05 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:42:05 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:42:05 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:42:05 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:42:06 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:42:06 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:42:06 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:42:06 Setting up python3 (3.6.7-1~18.04) ... 09:42:06 running python rtupdate hooks for python3.6... 09:42:06 running python post-rtupdate hooks for python3.6... 09:42:06 Setting up apparmor (2.12-4ubuntu5.1) ... 09:42:07 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 09:42:07 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:42:08 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:42:08 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:42:08 Setting up snapd (2.48+18.04) ... 09:42:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:42:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:42:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:42:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:42:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:42:09 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:42:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:42:09 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:42:09 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:42:10 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:42:10 /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' 09:42:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:42:10 Processing triggers for systemd (237-3ubuntu10.43) ... 09:42:11 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:42:11 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:42:11 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:42:11 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 09:42:12 Reading package lists... 09:42:12 Reading package lists... 09:42:12 Building dependency tree... 09:42:12 Reading state information... 09:42:13 Calculating upgrade... 09:42:13 The following packages will be upgraded: 09:42:13 advancecomp base-files bash binutils binutils-common 09:42:13 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:42:13 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:42:13 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 09:42:13 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 09:42:13 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 09:42:13 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 09:42:13 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 09:42:13 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 09:42:13 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 09:42:13 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 09:42:13 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 09:42:13 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 09:42:13 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 09:42:13 ubuntu-keyring util-linux 09:42:13 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:42:13 Need to get 63.7 MB of archives. 09:42:13 After this operation, 5203 kB of additional disk space will be used. 09:42:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 09:42:13 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:42:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:42:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:42:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:42:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:42:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:42:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:42:13 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:42:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:42:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:42:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:42:14 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:42:14 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:42:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:42:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:42:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 09:42:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:42:14 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:42:14 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:42:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:42:14 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:42:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:42:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:42:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:42:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:42:14 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:42:14 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:42:14 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:42:14 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:42:14 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:42:14 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:42:14 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:42:14 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:42:14 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:42:14 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 09:42:14 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:42:14 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 09:42:14 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 09:42:14 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:42:14 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:42:14 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:42:14 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:42:14 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 09:42:14 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:42:14 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:42:14 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 09:42:14 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:42:14 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:42:14 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:42:14 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:42:14 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:42:14 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:42:14 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:42:14 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:42:14 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:42:14 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:42:14 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:42:14 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:42:14 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:42:14 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:42:14 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:42:14 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:42:14 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:42:14 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:42:14 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:42:14 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:42:14 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 09:42:14 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 09:42:14 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:42:14 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:42:14 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 09:42:14 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 09:42:14 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 09:42:14 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:42:14 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:42:14 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:42:14 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 09:42:14 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:42:14 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:42:14 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 09:42:14 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 09:42:14 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 09:42:14 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 09:42:14 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:42:14 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:42:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:42:15 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:42:15 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:42:15 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:42:15 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:42:15 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:42:16 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:42:16 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:42:16 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:42:16 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:42:16 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:42:16 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:42:16 debconf: delaying package configuration, since apt-utils is not installed 09:42:16 Fetched 63.7 MB in 3s (18.9 MB/s) 09:42:16 (Reading database ... 13912 files and directories currently installed.) 09:42:16 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:42:16 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:42:17 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:42:17 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:42:17 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 09:42:17 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 09:42:18 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:42:18 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:42:18 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 09:42:18 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:42:18 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:42:18 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:42:18 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:42:18 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:42:18 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:42:18 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:42:18 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:42:18 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:42:18 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:42:19 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:42:19 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:42:19 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:42:19 (Reading database ... 13911 files and directories currently installed.) 09:42:19 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:42:19 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:42:19 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:42:19 (Reading database ... 13911 files and directories currently installed.) 09:42:19 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:42:19 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:42:20 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:42:20 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:42:20 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:42:20 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:42:20 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:42:20 (Reading database ... 13911 files and directories currently installed.) 09:42:20 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:42:20 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:42:21 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:42:21 (Reading database ... 13911 files and directories currently installed.) 09:42:21 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:42:21 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:42:21 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:42:21 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:42:21 Setting up base-files (10.1ubuntu2.10) ... 09:42:21 Installing new version of config file /etc/issue ... 09:42:21 Installing new version of config file /etc/issue.net ... [Pipeline] } 09:42:21 $ docker stop --time=1 f09c48255bd21610b823f6b1dc030e79b872dabbf506ccdbb7f37bcdcfff11b3 09:42:21 Installing new version of config file /etc/lsb-release ... 09:42:21 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:42:21 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:42:22 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:42:22 Removing obsolete conffile /etc/default/motd-news ... 09:42:22 (Reading database ... 13912 files and directories currently installed.) 09:42:22 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:42:22 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:42:22 Setting up bash (4.4.18-2ubuntu1.2) ... 09:42:22 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 09:42:22 (Reading database ... 13912 files and directories currently installed.) 09:42:22 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:42:22 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:42:22 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:42:22 (Reading database ... 13912 files and directories currently installed.) 09:42:22 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 09:42:22 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 09:42:22 Setting up tar (1.29b-2ubuntu0.2) ... 09:42:23 (Reading database ... 13912 files and directories currently installed.) 09:42:23 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:42:23 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:42:23 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:42:23 (Reading database ... 13912 files and directories currently installed.) 09:42:23 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:42:23 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:42:23 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:42:23 (Reading database ... 13912 files and directories currently installed.) 09:42:23 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:42:23 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:42:23 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:42:24 $ docker rm -f f09c48255bd21610b823f6b1dc030e79b872dabbf506ccdbb7f37bcdcfff11b3 09:42:24 (Reading database ... 13912 files and directories currently installed.) 09:42:24 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:42:24 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:42:24 Setting up grep (3.1-2build1) ... 09:42:24 (Reading database ... 13912 files and directories currently installed.) 09:42:24 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:42:24 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:42:24 Setting up login (1:4.5-1ubuntu2) ... 09:42:24 (Reading database ... 13912 files and directories currently installed.) 09:42:24 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:42:24 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:42:25 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:42:25 (Reading database ... 13912 files and directories currently installed.) 09:42:25 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:42:25 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 09:42:25 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:42:25 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:42:25 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:42:25 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] isUnix [Pipeline] sh 09:42:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:42:25 09:42:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:42:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:42:26 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:42:26 (Reading database ... 13912 files and directories currently installed.) 09:42:26 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:42:26 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:42:26 latest: Pulling from edgex-devops/edgex-compose-arm64 09:42:26 29e5d40040c1: Pulling fs layer 09:42:26 1ce36da41761: Pulling fs layer 09:42:26 25b303627fd3: Pulling fs layer 09:42:26 29e5d40040c1: Verifying Checksum 09:42:26 29e5d40040c1: Download complete 09:42:27 1ce36da41761: Verifying Checksum 09:42:27 1ce36da41761: Download complete 09:42:27 29e5d40040c1: Pull complete 09:42:27 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:42:27 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:42:27 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:42:27 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:42:27 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:42:28 (Reading database ... 13912 files and directories currently installed.) 09:42:28 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:42:28 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:42:28 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:42:28 (Reading database ... 13912 files and directories currently installed.) 09:42:28 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:42:28 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:42:28 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:42:28 (Reading database ... 13912 files and directories currently installed.) 09:42:28 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:42:28 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:42:28 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:42:28 (Reading database ... 13912 files and directories currently installed.) 09:42:28 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:42:28 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:42:28 1ce36da41761: Pull complete 09:42:28 25b303627fd3: Verifying Checksum 09:42:28 25b303627fd3: Download complete 09:42:29 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:42:29 (Reading database ... 13912 files and directories currently installed.) 09:42:29 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:42:29 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:42:29 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:42:29 (Reading database ... 13912 files and directories currently installed.) 09:42:29 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:42:29 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:42:29 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:42:29 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:42:29 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:42:30 (Reading database ... 13912 files and directories currently installed.) 09:42:30 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:42:30 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:42:30 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:42:30 (Reading database ... 13912 files and directories currently installed.) 09:42:30 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:42:30 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:42:30 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:42:30 (Reading database ... 13912 files and directories currently installed.) 09:42:30 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:42:30 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:42:30 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:42:30 (Reading database ... 13912 files and directories currently installed.) 09:42:30 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:42:30 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:42:31 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 09:42:31 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:42:31 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:42:31 (Reading database ... 13912 files and directories currently installed.) 09:42:31 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:42:31 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:42:32 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:42:32 (Reading database ... 13912 files and directories currently installed.) 09:42:32 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:42:32 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:42:32 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:42:32 (Reading database ... 13914 files and directories currently installed.) 09:42:32 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:42:32 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:42:32 Setting up debconf (1.5.66ubuntu1) ... 09:42:33 (Reading database ... 13914 files and directories currently installed.) 09:42:33 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:42:33 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:42:33 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:42:33 (Reading database ... 13914 files and directories currently installed.) 09:42:33 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:42:33 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:42:33 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:42:33 (Reading database ... 13914 files and directories currently installed.) 09:42:33 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:42:33 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:42:33 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:42:33 (Reading database ... 13914 files and directories currently installed.) 09:42:33 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:42:34 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:42:34 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 09:42:34 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 09:42:34 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 09:42:34 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:42:34 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:42:34 (Reading database ... 13914 files and directories currently installed.) 09:42:34 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 09:42:34 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:42:34 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:42:34 (Reading database ... 13914 files and directories currently installed.) 09:42:34 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:42:34 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:42:35 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:42:35 (Reading database ... 13914 files and directories currently installed.) 09:42:35 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:42:35 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:42:35 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:42:35 (Reading database ... 13914 files and directories currently installed.) 09:42:35 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 09:42:35 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 09:42:35 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 09:42:35 (Reading database ... 13914 files and directories currently installed.) 09:42:35 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:42:35 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:42:36 Setting up passwd (1:4.5-1ubuntu2) ... 09:42:36 (Reading database ... 13914 files and directories currently installed.) 09:42:36 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 09:42:36 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:42:36 Setting up gpgv (2.2.4-1ubuntu1.3) ... 09:42:36 (Reading database ... 13914 files and directories currently installed.) 09:42:36 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:42:36 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:42:36 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:42:37 (Reading database ... 13914 files and directories currently installed.) 09:42:37 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:42:37 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:42:37 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:42:37 (Reading database ... 13914 files and directories currently installed.) 09:42:37 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:42:37 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:42:37 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:42:37 (Reading database ... 13914 files and directories currently installed.) 09:42:37 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:42:37 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:42:37 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:42:37 (Reading database ... 13914 files and directories currently installed.) 09:42:37 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 09:42:37 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 09:42:38 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 09:42:38 (Reading database ... 13914 files and directories currently installed.) 09:42:38 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 09:42:38 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 09:42:38 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 09:42:38 (Reading database ... 13915 files and directories currently installed.) 09:42:38 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:42:38 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:42:38 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:42:38 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:42:38 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:42:38 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:42:38 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 09:42:38 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 09:42:39 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:42:39 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:42:39 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:42:39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:42:39 25b303627fd3: Pull complete 09:42:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:42:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:42:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:42:39 prd-ubuntu18.04-docker-arm64-4c-16g-20466 does not seem to be running inside a container 09:42:39 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:42:39 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:42:39 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:42:39 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:42:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:42:39 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:42:39 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:42:39 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:42:39 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:42:39 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:42:39 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:42:40 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 09:42:40 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 09:42:41 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:42:41 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:42:41 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:42:41 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:42:41 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:42:41 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:42:41 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:42:42 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:42:42 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:42:42 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:42:42 $ docker top b2542acb5e6f2622b14bcffb9c562414d5fb7070716d26130af113f0a7487015 -eo pid,comm 09:42:42 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:42:42 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:42:42 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [Pipeline] { 09:42:42 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:42:42 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:42:42 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] sh 09:42:42 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:42:42 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:42:42 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:42:42 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:42:43 + docker-compose build --help 09:42:43 + grep parallel 09:42:43 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:42:43 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:42:44 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:42:44 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:42:45 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:42:46 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:42:46 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:42:46 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:42:46 --parallel Build images in parallel. [Pipeline] } 09:42:47 $ docker stop --time=1 b2542acb5e6f2622b14bcffb9c562414d5fb7070716d26130af113f0a7487015 09:42:47 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:42:47 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:42:47 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:42:47 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:42:47 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:42:47 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:42:47 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:42:47 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:42:47 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:42:47 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:42:47 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:42:47 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:42:48 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:42:48 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:42:48 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:42:48 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:42:48 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:42:48 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:42:48 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:42:48 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:42:48 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:42:48 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:42:48 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:42:48 Setting up tzdata (2020f-0ubuntu0.18.04) ... 09:42:48 09:42:48 Current default time zone: 'Etc/UTC' 09:42:48 Local time is now: Fri Jan 15 09:42:48 UTC 2021. 09:42:48 Universal Time is now: Fri Jan 15 09:42:48 UTC 2021. 09:42:48 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:42:48 09:42:48 Setting up systemd-sysv (237-3ubuntu10.43) ... 09:42:48 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:42:48 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 09:42:48 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:42:48 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:42:48 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:42:48 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:42:48 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:42:48 $ docker rm -f b2542acb5e6f2622b14bcffb9c562414d5fb7070716d26130af113f0a7487015 09:42:49 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:42:49 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 09:42:49 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:42:49 Setting up procps (2:3.3.12-3ubuntu1.2) ... [Pipeline] // withDockerContainer [Pipeline] writeFile 09:42:49 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:42:49 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 09:42:49 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:42:49 Setting up patch (2.7.6-2ubuntu1.1) ... 09:42:49 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:42:49 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:42:49 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:42:49 Installing new version of config file /etc/ssl/openssl.cnf ... 09:42:49 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:42:49 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:42:49 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 09:42:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:42:49 . [Pipeline] withDockerContainer 09:42:50 prd-ubuntu18.04-docker-arm64-4c-16g-20466 does not seem to be running inside a container 09:42:50 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:42:51 $ docker top 50ebaa9b8d9f647ad6a06a1d9ff89adf18466b4f45af504c9e5b9835b196ae59 -eo pid,comm 09:42:51 Updating certificates in /etc/ssl/certs... [Pipeline] { [Pipeline] sh 09:42:52 22 added, 17 removed; done. 09:42:52 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:42:52 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:42:52 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:42:52 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:42:52 Setting up pkgbinarymangler (138.18.04.1) ... 09:42:52 + docker-compose -f ./docker-compose-build.yml build --parallel 09:42:52 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:42:52 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 09:42:52 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:42:52 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:42:52 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:42:52 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:42:52 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:42:52 Setting up perl (5.26.1-6ubuntu0.5) ... 09:42:52 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 09:42:52 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:42:52 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:42:52 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 09:42:52 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:42:52 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:42:53 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:42:53 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:42:53 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:42:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:42:53 Processing triggers for systemd (237-3ubuntu10.43) ... 09:42:53 Processing triggers for mime-support (3.60ubuntu1) ... 09:42:53 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 09:42:53 Updating certificates in /etc/ssl/certs... 09:42:54 0 added, 0 removed; done. 09:42:54 Running hooks in /etc/ca-certificates/update.d... 09:42:54 done. 09:42:54 Reading package lists... 09:42:54 Building dependency tree... 09:42:54 Reading state information... 09:42:54 The following NEW packages will be installed: 09:42:54 apt-transport-https 09:42:54 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:42:54 Need to get 1696 B of archives. 09:42:54 After this operation, 153 kB of additional disk space will be used. 09:42:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 09:42:55 debconf: delaying package configuration, since apt-utils is not installed 09:42:55 Fetched 1696 B in 0s (8502 B/s) 09:42:55 Selecting previously unselected package apt-transport-https. 09:42:55 (Reading database ... 13929 files and directories currently installed.) 09:42:55 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 09:42:55 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 09:42:55 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 09:42:55 Waiting for network to be ready... 09:42:56 Building docker-core-command-go ... 09:42:56 Building docker-core-data-go ... 09:42:56 Building docker-core-metadata-go ... 09:42:56 Building docker-security-bootstrap-redis-go ... 09:42:56 Building docker-security-proxy-setup-go ... 09:42:56 Building docker-security-secretstore-setup-go ... 09:42:56 Building docker-support-notifications-go ... 09:42:56 Building docker-support-scheduler-go ... 09:42:56 Building docker-sys-mgmt-agent-go ... 09:42:56 Building docker-sys-mgmt-agent-go 09:42:56 Building docker-support-notifications-go 09:42:56 Building docker-core-command-go 09:42:56 Building docker-security-secretstore-setup-go 09:42:56 Building docker-security-bootstrap-redis-go 09:43:00 2021-01-15T09:42:58Z INFO Waiting for automatic snapd restart... 09:43:01 snapd 2.48.2 from Canonical* installed 09:43:02 "snapd" switched to the "latest/stable" channel 09:43:02 09:43:04 core18 20201210 from Canonical* installed 09:43:05 "core18" switched to the "latest/stable" channel 09:43:05 09:43:08 snapcraft 4.4.4 from Canonical* installed 09:43:08 "snapcraft" switched to the "latest/stable" channel 09:43:08 09:43:12 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: 09:43:12 - README.md 09:43:12 - snapcraft.yaml.orig 09:43:12 09:43:12 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:43:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:43:19 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:43:19 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:43:19 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:43:19 Reading package lists... 09:43:19 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 09:43:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:43:26 Reading package lists... 09:43:26 Building dependency tree... 09:43:26 Reading state information... 09:43:26 Suggested packages: 09:43:26 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:43:26 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:43:26 Recommended packages: 09:43:26 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:43:26 The following NEW packages will be installed: 09:43:26 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:43:26 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:43:26 pkg-config zip 09:43:26 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:43:26 Need to get 7655 kB of archives. 09:43:26 After this operation, 43.7 MB of additional disk space will be used. 09:43:26 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:43:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 09:43:26 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:43:26 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:43:27 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:43:27 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:43:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:43:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:43:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:43:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:43:27 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 09:43:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:43:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:43:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:43:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:43:27 debconf: delaying package configuration, since apt-utils is not installed 09:43:27 Fetched 7655 kB in 1s (6999 kB/s) 09:43:27 Selecting previously unselected package libglib2.0-0:amd64. 09:43:27 (Reading database ... 13933 files and directories currently installed.) 09:43:27 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 09:43:27 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:43:27 Selecting previously unselected package libpsl5:amd64. 09:43:27 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:43:27 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:43:28 Selecting previously unselected package libnghttp2-14:amd64. 09:43:28 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:43:28 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:43:28 Selecting previously unselected package librtmp1:amd64. 09:43:28 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:43:28 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:43:28 Selecting previously unselected package libcurl3-gnutls:amd64. 09:43:28 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 09:43:28 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:43:28 Selecting previously unselected package liberror-perl. 09:43:28 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:43:28 Unpacking liberror-perl (0.17025-1) ... 09:43:28 Selecting previously unselected package git-man. 09:43:28 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:43:28 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:43:28 Selecting previously unselected package git. 09:43:28 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:43:28 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:43:29 Selecting previously unselected package libnorm1:amd64. 09:43:29 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:43:29 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:43:29 Selecting previously unselected package libpgm-5.2-0:amd64. 09:43:29 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:43:29 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:43:29 Selecting previously unselected package libsodium23:amd64. 09:43:29 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:43:29 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:43:29 Selecting previously unselected package libzmq5:amd64. 09:43:29 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:43:29 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:43:29 Selecting previously unselected package libzmq3-dev:amd64. 09:43:29 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:43:29 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:43:30 Selecting previously unselected package pkg-config. 09:43:30 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:43:30 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:43:30 Selecting previously unselected package zip. 09:43:30 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:43:30 Unpacking zip (3.0-11build1) ... 09:43:30 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:43:30 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:43:30 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:43:30 Setting up liberror-perl (0.17025-1) ... 09:43:30 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:43:30 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:43:30 No schema files found: doing nothing. 09:43:30 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:43:30 Setting up zip (3.0-11build1) ... 09:43:30 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:43:30 Setting up libsodium23:amd64 (1.0.16-2) ... 09:43:30 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:43:30 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:43:30 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:43:30 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:43:30 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:43:30 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:43:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:43:37 git set to automatically installed. 09:43:37 git-man set to automatically installed. 09:43:37 libcurl3-gnutls set to automatically installed. 09:43:37 liberror-perl set to automatically installed. 09:43:37 libglib2.0-0 set to automatically installed. 09:43:37 libnghttp2-14 set to automatically installed. 09:43:37 libnorm1 set to automatically installed. 09:43:37 libpgm-5.2-0 set to automatically installed. 09:43:37 libpsl5 set to automatically installed. 09:43:37 librtmp1 set to automatically installed. 09:43:37 libsodium23 set to automatically installed. 09:43:37 libzmq3-dev set to automatically installed. 09:43:37 libzmq5 set to automatically installed. 09:43:37 pkg-config set to automatically installed. 09:43:37 zip set to automatically installed. 09:43:40 snapd is not logged in, snap install commands will use sudo 09:43:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:43:47 snap "core18" has no updates available 09:43:47 Pulling config-common 09:43:48 Pulling go-build-helper 09:44:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:44:04 ---> 95acd44dde81 09:44:04 Step 3/22 : WORKDIR /edgex-go 09:44:04 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:44:04 ---> 95acd44dde81 09:44:04 Step 3/26 : WORKDIR /edgex-go 09:44:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:44:04 ---> 95acd44dde81 09:44:04 Step 3/22 : WORKDIR /edgex-go 09:44:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:44:04 ---> 95acd44dde81 09:44:04 Step 3/24 : WORKDIR /edgex-go 09:44:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:44:04 ---> 95acd44dde81 09:44:04 Step 3/24 : WORKDIR /edgex-go 09:44:06 ---> Running in 0e6e61a8b3bb 09:44:06 ---> Running in e2322a3b8fe3 09:44:06 ---> Running in 2493f20ca382 09:44:06 ---> Running in 4d288fd7b0c3 09:44:06 ---> Running in 63f462216318 09:44:06 Removing intermediate container 63f462216318 09:44:06 ---> 3fc2a0086912 09:44:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:06 ---> Running in a4139c226dde 09:44:06 Removing intermediate container 2493f20ca382 09:44:06 ---> e9cc2f876667 09:44:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:07 Removing intermediate container 0e6e61a8b3bb 09:44:07 ---> a1e25b550169 09:44:07 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:07 Removing intermediate container 4d288fd7b0c3 09:44:07 ---> 7a82b8649a3f 09:44:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:07 Removing intermediate container e2322a3b8fe3 09:44:07 ---> af4d6f4c1c67 09:44:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:07 ---> Running in f45f7747eca3 09:44:07 ---> Running in 78056678dd68 09:44:07 ---> Running in f71680ea9c06 09:44:07 ---> Running in 4ae40c7b7526 09:44:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:44:10 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:44:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 09:44:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 09:44:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 09:44:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 09:44:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 09:44:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 09:44:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 09:44:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 09:44:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:44:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:44:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:44:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:44:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:44:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:44:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:44:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:44:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:44:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 09:44:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 09:44:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 09:44:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 09:44:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 09:44:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 09:44:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 09:44:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 09:44:10 Fetched 23.7 MB in 0s (0 B/s) 09:44:10 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:44:10 Fetched 96.5 kB in 0s (0 B/s) 09:44:10 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:44:10 Fetched 279 kB in 0s (0 B/s) 09:44:10 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:44:10 Fetched 122 kB in 0s (0 B/s) 09:44:10 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:44:10 Fetched 77.8 kB in 0s (0 B/s) 09:44:10 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:44:10 Fetched 8848 B in 0s (0 B/s) 09:44:10 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:44:10 Fetched 47.8 kB in 0s (0 B/s) 09:44:10 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:44:10 Fetched 45.6 kB in 0s (0 B/s) 09:44:10 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:44:10 Fetched 15.0 kB in 0s (0 B/s) 09:44:10 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 09:44:10 Fetched 214 kB in 0s (0 B/s) 09:44:10 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 09:44:10 Fetched 155 kB in 0s (0 B/s) 09:44:10 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:44:10 Fetched 50.6 kB in 0s (0 B/s) 09:44:10 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:44:10 Fetched 14.8 kB in 0s (0 B/s) 09:44:10 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:44:10 Fetched 41.8 kB in 0s (0 B/s) 09:44:10 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:44:10 Fetched 499 kB in 0s (0 B/s) 09:44:10 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:44:10 Fetched 111 kB in 0s (0 B/s) 09:44:10 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:44:10 Fetched 240 kB in 0s (0 B/s) 09:44:10 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:44:10 Fetched 29.3 kB in 0s (0 B/s) 09:44:10 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:44:10 Fetched 85.5 kB in 0s (0 B/s) 09:44:10 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:44:10 Fetched 24.5 kB in 0s (0 B/s) 09:44:10 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:44:10 Fetched 49.2 kB in 0s (0 B/s) 09:44:10 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:44:10 Fetched 54.2 kB in 0s (0 B/s) 09:44:10 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:44:10 Fetched 30.8 kB in 0s (0 B/s) 09:44:10 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 09:44:10 Fetched 17.0 kB in 0s (0 B/s) 09:44:10 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:44:10 Fetched 85.9 kB in 0s (0 B/s) 09:44:10 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:44:10 Fetched 8720 B in 0s (0 B/s) 09:44:10 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 09:44:10 Fetched 137 kB in 0s (0 B/s) 09:44:10 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:44:10 Fetched 119 kB in 0s (0 B/s) 09:44:10 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 09:44:10 Fetched 109 kB in 0s (0 B/s) 09:44:10 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:44:10 Fetched 11.1 kB in 0s (0 B/s) 09:44:10 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:44:10 Fetched 645 kB in 0s (0 B/s) 09:44:10 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:44:10 Fetched 41.3 kB in 0s (0 B/s) 09:44:10 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:44:10 Fetched 17.9 kB in 0s (0 B/s) 09:44:10 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:44:10 Fetched 368 kB in 0s (0 B/s) 09:44:10 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:44:10 Fetched 187 kB in 0s (0 B/s) 09:44:10 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:44:10 Fetched 175 kB in 0s (0 B/s) 09:44:10 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:44:10 Removing intermediate container a4139c226dde 09:44:10 ---> d2a0f15d5181 09:44:10 Step 5/22 : RUN apk add --update --no-cache make git 09:44:10 ---> Running in a5e0d42a4674 09:44:10 Removing intermediate container f45f7747eca3 09:44:10 ---> 76b97d2f83e2 09:44:10 Step 5/22 : RUN apk add --update --no-cache make git 09:44:11 ---> Running in 2dcde0cfe95c 09:44:11 Removing intermediate container 78056678dd68 09:44:11 ---> 16d33ae4394d 09:44:11 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 09:44:11 ---> Running in 545de37d9b82 09:44:12 Removing intermediate container f71680ea9c06 09:44:12 ---> 7b3c77de57c1 09:44:12 Step 5/24 : RUN apk add --update --no-cache make git 09:44:12 Removing intermediate container 4ae40c7b7526 09:44:12 ---> fa0e9d19e17b 09:44:12 Step 5/26 : RUN apk add --update --no-cache make bash git 09:44:12 ---> Running in b3383adc8335 09:44:12 ---> Running in d3e469b6ef99 09:44:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:13 Fetched 206 kB in 0s (0 B/s) 09:44:13 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 09:44:13 Fetched 1301 kB in 0s (0 B/s) 09:44:13 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:44:13 Fetched 36.2 kB in 0s (0 B/s) 09:44:13 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 09:44:13 Fetched 159 kB in 0s (0 B/s) 09:44:13 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:44:13 Fetched 107 kB in 0s (0 B/s) 09:44:13 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:44:13 Fetched 48.7 kB in 0s (0 B/s) 09:44:13 Pulling static-packages 09:44:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:14 OK: 217 MiB in 51 packages 09:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:14 'go115' has dependencies that need to be staged: static-packages go-build-helper 09:44:14 Skipping pull go-build-helper (already ran) 09:44:14 Skipping pull static-packages (already ran) 09:44:14 Building go-build-helper 09:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:14 OK: 217 MiB in 51 packages 09:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:15 OK: 217 MiB in 51 packages 09:44:15 OK: 217 MiB in 51 packages 09:44:15 OK: 217 MiB in 51 packages 09:44:15 Removing intermediate container a5e0d42a4674 09:44:15 ---> 072da1f63114 09:44:16 Step 6/22 : COPY go.mod . 09:44:16 Removing intermediate container 2dcde0cfe95c 09:44:16 ---> ec3c31c735d3 09:44:16 Step 6/22 : COPY go.mod . 09:44:16 Removing intermediate container 545de37d9b82 09:44:16 ---> b1e689caeb78 09:44:16 Step 6/24 : COPY go.mod . 09:44:16 ---> 4b340b1d345a 09:44:16 Step 7/22 : RUN go mod download 09:44:17 ---> Running in 6a3ceaebb989 09:44:17 ---> 2eacf9c5d865 09:44:17 Step 7/22 : RUN go mod download 09:44:17 Removing intermediate container b3383adc8335 09:44:17 ---> d8b971431b08 09:44:17 Step 6/24 : COPY go.mod . 09:44:17 ---> Running in 512657dd7a85 09:44:17 Removing intermediate container d3e469b6ef99 09:44:17 ---> b3ad464e3d86 09:44:17 Step 6/26 : COPY go.mod . 09:44:17 ---> a5faa46f39ba 09:44:17 Step 7/24 : RUN go mod download 09:44:17 ---> Running in 8980a34161c5 09:44:18 ---> 794e5c567b74 09:44:18 Step 7/24 : RUN go mod download 09:44:18 Building static-packages 09:44:18 ---> Running in 3d971f6c5c4d 09:44:18 ---> df17ddd930c7 09:44:18 Step 7/26 : RUN go mod download 09:44:19 ---> Running in 4bb264aab393 09:44:19 Staging go-build-helper 09:44:20 Staging static-packages 09:44:21 Removing intermediate container 6a3ceaebb989 09:44:21 ---> 7add35366a1b 09:44:21 Step 8/22 : COPY . . 09:44:21 Pulling go115 09:44:22 'edgex-go' has dependencies that need to be staged: go115 09:44:22 Skipping pull go115 (already ran) 09:44:22 Building go115 09:44:22 % Total % Received % Xferd Average Speed Time Time Time Current 09:44:22 Dload Upload Total Spent Left Speed 09:44:22 Removing intermediate container 512657dd7a85 09:44:22 ---> ce9766aa1249 09:44:22 Step 8/22 : COPY . . 09:44:22 Removing intermediate container 8980a34161c5 09:44:22 ---> 0af64272405c 09:44:22 Step 8/24 : COPY . . 09:44:23 Removing intermediate container 3d971f6c5c4d 09:44:23 ---> ab91c09420b4 09:44:23 Step 8/24 : COPY . . 09:44:24 Removing intermediate container 4bb264aab393 09:44:24 ---> 37bf7e2680d4 09:44:24 Step 8/26 : COPY . . 09:44:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 852k 0 0 3840k 0 0:00:30 --:--:-- 0:00:30 3840k 37 115M 37 43.6M 0 0 35.7M 0 0:00:03 0:00:01 0:00:02 35.7M 72 115M 72 83.7M 0 0 37.6M 0 0:00:03 0:00:02 0:00:01 37.6M 100 115M 100 115M 0 0 39.4M 0 0:00:02 0:00:02 --:--:-- 39.4M 09:44:25 go1.15.2.linux-amd64.tar.gz: OK 09:44:30 Staging go115 09:44:35 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:44:35 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:44:35 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:44:35 Fetched 0 B in 0s (0 B/s) 09:44:35 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:44:35 Fetched 224 kB in 0s (0 B/s) 09:44:35 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:44:35 Fetched 157 kB in 0s (0 B/s) 09:44:35 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:44:35 Fetched 221 kB in 0s (0 B/s) 09:44:35 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:44:35 Fetched 143 kB in 0s (0 B/s) 09:44:35 Pulling edgex-go 09:44:35 Pulling version 09:44:36 Building config-common 09:44:38 Skipping build go-build-helper (already ran) 09:44:38 Skipping build static-packages (already ran) 09:44:38 Skipping build go115 (already ran) 09:44:38 Building edgex-go 09:44:39 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 09:44:41 go: downloading github.com/gorilla/mux v1.8.0 09:44:41 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:44:41 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 09:44:41 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 09:44:41 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 09:44:41 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:44:41 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:44:41 go: downloading github.com/google/uuid v1.1.4 09:44:41 go: downloading github.com/pkg/errors v0.8.1 09:44:41 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:44:41 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 09:44:41 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 09:44:41 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 09:44:41 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:44:41 go: downloading github.com/x448/float16 v0.8.4 09:44:41 go: downloading github.com/pebbe/zmq4 v1.2.2 09:44:41 go: downloading github.com/BurntSushi/toml v0.3.1 09:44:41 go: downloading github.com/pelletier/go-toml v1.2.0 09:44:41 go: downloading github.com/imdario/mergo v0.3.11 09:44:41 go: downloading github.com/go-playground/validator/v10 v10.3.0 09:44:41 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:44:41 go: downloading github.com/go-kit/kit v0.8.0 09:44:41 go: downloading gopkg.in/yaml.v2 v2.4.0 09:44:41 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:44:41 go: downloading github.com/hashicorp/consul/api v1.1.0 09:44:41 go: downloading github.com/go-playground/universal-translator v0.17.0 09:44:41 go: downloading github.com/leodido/go-urn v1.2.0 09:44:41 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:44:41 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:44:41 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:44:41 go: downloading github.com/mitchellh/copystructure v1.0.0 09:44:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:44:41 go: downloading github.com/hashicorp/serf v0.8.2 09:44:41 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:44:41 go: downloading github.com/go-playground/locales v0.13.0 09:44:41 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:44:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:44:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:44:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:44:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:44:48 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 09:44:50 ---> c8402fc7d5df 09:44:50 Step 9/24 : RUN make cmd/support-notifications/support-notifications 09:44:50 ---> f89b2fd03d4a 09:44:50 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 09:44:50 ---> 77ae2f79d805 09:44:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:44:50 ---> 70e262a16a31 09:44:50 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:44:50 ---> 11a5f5e74a03 09:44:50 Step 9/22 : RUN make cmd/core-command/core-command 09:44:50 ---> Running in 2608ef764d36 09:44:50 ---> Running in 39487b742035 09:44:50 ---> Running in fa275985c523 09:44:50 ---> Running in 8d2eaf777249 09:44:50 ---> Running in 7886abf118f2 09:44:50 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 09:44:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:44:50 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 09:44:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:44:50 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 09:44: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 09:44:53 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 09:44:54 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 09:44:54 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 09:44:54 go: downloading github.com/stretchr/testify v1.6.1 09:44:54 go: downloading github.com/pmezard/go-difflib v1.0.0 09:44:54 go: downloading github.com/davecgh/go-spew v1.1.1 09:44:54 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:44:56 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:44:56 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:44:57 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 09:44:58 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 09:44:58 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 09:44:59 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 09:45:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:45:01 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 09:45:01 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:45:03 Building version 09:45:05 Staging config-common 09:45:06 Skipping stage go-build-helper (already ran) 09:45:06 Skipping stage static-packages (already ran) 09:45:06 Skipping stage go115 (already ran) 09:45:06 Staging edgex-go 09:45:07 Staging version 09:45:08 Priming config-common 09:45:09 Priming go-build-helper 09:45:10 Priming static-packages 09:45:12 Priming go115 09:45:13 Priming edgex-go 09:45:14 Priming version 09:45:15 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] } 09:46: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 09:46:19 Removing intermediate container 39487b742035 09:46:19 ---> c8ffc699fb9e 09:46:19 09:46:19 Step 10/22 : FROM alpine:3.12 09:46:19 Removing intermediate container fa275985c523 09:46:19 ---> 054f885d8b97 09:46:19 09:46:19 Step 10/24 : FROM alpine:3.12 09:46:19 3.12: Pulling from library/alpine 09:46:19 3.12: Pulling from library/alpine 09:46:20 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:46:20 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:46:20 Removing intermediate container 8d2eaf777249 09:46:20 ---> 1996265e2b28 09:46:20 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:46:21 Status: Downloaded newer image for alpine:3.12 09:46:21 Status: Image is up to date for alpine:3.12 09:46:21 ---> afeebe901d6b 09:46:21 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:46:21 ---> afeebe901d6b 09:46:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:46:21 Removing intermediate container 2608ef764d36 09:46:21 ---> 78ee94f6b041 09:46:21 09:46:21 Step 10/24 : FROM scratch 09:46:21 ---> 09:46:21 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:46:21 ---> Running in 5cb15645a600 09:46:21 ---> Running in 4fc40f9d89b5 09:46:21 ---> Running in 8c738208beb7 09:46:22 ---> Running in 2ff31f354d5c 09:46:22 Removing intermediate container 7886abf118f2 09:46:22 ---> f0a388b100c4 09:46:22 09:46:22 Step 10/22 : FROM scratch 09:46:22 ---> 09:46:22 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:46:22 ---> Running in d6c7702e7859 09:46:22 Removing intermediate container 2ff31f354d5c 09:46:22 ---> dadd43e68d29 09:46:22 Step 12/24 : ENV APP_PORT=48060 09:46:22 ---> Running in 120359ff9a49 09:46:23 Removing intermediate container d6c7702e7859 09:46:23 ---> 21bb7b5807cb 09:46:23 Step 12/22 : ENV APP_PORT=48082 09:46:23 ---> Running in 6ce13d65ad54 09:46:23 Removing intermediate container 120359ff9a49 09:46:23 ---> 26485f04c3d7 09:46:23 Step 13/24 : EXPOSE $APP_PORT 09:46:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:46:23 ---> Running in 4d60d91bef61 09:46:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:46:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:46:23 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 09:46:24 Removing intermediate container 6ce13d65ad54 09:46:24 ---> 7e55c593266d 09:46:24 Step 13/22 : EXPOSE $APP_PORT 09:46:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:46:24 Removing intermediate container 4d60d91bef61 09:46:24 ---> 403d79410e59 09:46:24 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 09:46:24 ---> Running in 60ae5e504935 09:46:24 (1/5) Installing ca-certificates (20191127-r4) 09:46:24 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:46:24 (3/5) Installing libcurl (7.69.1-r3) 09:46:24 (4/5) Installing curl (7.69.1-r3) 09:46:24 (5/5) Installing dumb-init (1.2.2-r1) 09:46:24 Executing busybox-1.31.1-r19.trigger 09:46:24 Executing ca-certificates-20191127-r4.trigger 09:46:24 (1/5) Installing ca-certificates (20191127-r4) 09:46:24 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:46:24 (3/5) Installing libcurl (7.69.1-r3) 09:46:25 OK: 7 MiB in 19 packages 09:46:25 (4/5) Installing curl (7.69.1-r3) 09:46:25 (5/5) Installing dumb-init (1.2.2-r1) 09:46:25 Executing busybox-1.31.1-r19.trigger 09:46:25 Executing ca-certificates-20191127-r4.trigger 09:46:25 Removing intermediate container 60ae5e504935 09:46:25 ---> 8e34b1f314b7 09:46:25 Step 14/22 : WORKDIR / 09:46:25 OK: 7 MiB in 19 packages 09:46:25 ---> Running in c7f555ef201b 09:46:25 ---> 62c6427b1f8e 09:46:25 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:46:26 Removing intermediate container c7f555ef201b 09:46:26 ---> aefeadaae242 09:46:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:46:27 Removing intermediate container 4fc40f9d89b5 09:46:27 ---> 6dfad80d9f43 09:46:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 09:46:27 ---> 9921e10d501a 09:46:27 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 09:46:27 ---> Running in c9aa8307470b 09:46:27 ---> 126ebedc6008 09:46:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:46:28 Removing intermediate container 8c738208beb7 09:46:28 ---> e3157bf038a7 09:46:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:46:28 ---> Running in db87ed49f388 09:46:28 Removing intermediate container c9aa8307470b 09:46:28 ---> fc2ac2300812 09:46:28 Step 13/22 : WORKDIR / 09:46:28 Removing intermediate container 5cb15645a600 09:46:28 ---> 868d9a394e9e 09:46:28 09:46:28 Step 11/26 : FROM docker:20.10.0 09:46:28 20.10.0: Pulling from library/docker 09:46:29 ---> Running in 40ee6577e669 09:46:29 Removing intermediate container db87ed49f388 09:46:29 ---> b6fde328b838 09:46:29 Step 13/24 : WORKDIR / 09:46:29 ---> 5d2986e52db4 09:46:29 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 09:46:29 ---> 52cd69a1adbb 09:46:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:46:30 ---> Running in 92f8a0f55a36 09:46:30 Removing intermediate container 40ee6577e669 09:46:30 ---> 499016cc6566 09:46:30 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:46:31 Removing intermediate container 92f8a0f55a36 09:46:31 ---> 69501e098e95 09:46:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:46:31 ---> d58d74a1871c 09:46:31 Step 18/22 : ENTRYPOINT ["/core-command"] 09:46:31 ---> 1a08a9bc24ba 09:46:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:46:31 ---> 227dfae23d1e 09:46:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 09:46:31 ---> Running in 8528a54c07ac 09:46:32 ---> 38571690fbe6 09:46:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:46:32 Removing intermediate container 8528a54c07ac 09:46:32 ---> 4053a022603c 09:46:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:46:33 ---> Running in 71b45d5bcf57 09:46:33 ---> 9659bbb7512d 09:46:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:46:33 ---> a3a4e83eeae3 09:46:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 09:46:33 ---> 25ce90ddfdc2 09:46:33 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:46:33 Removing intermediate container 71b45d5bcf57 09:46:33 ---> 0b7d1448590f 09:46:33 Step 20/22 : LABEL arch=arm64 09:46:34 ---> Running in c0098d904b27 09:46:35 ---> 23e2380d4747 09:46:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 09:46:35 ---> f6947f460609 09:46:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:46:35 ---> 4f4e8d270128 09:46:35 Step 20/24 : ENTRYPOINT ["/support-notifications"] 09:46:35 Removing intermediate container c0098d904b27 09:46:35 ---> 56e9a94c84b6 09:46:35 Step 21/22 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:46:36 ---> Running in 329c81d06929 09:46:36 ---> Running in d19a31fb7eb7 09:46:36 ---> 42e1426504c6 09:46:36 Step 18/22 : RUN chmod +x entrypoint.sh 09:46:37 Removing intermediate container d19a31fb7eb7 09:46:37 ---> b2dd8b093043 09:46:37 Step 22/22 : LABEL version=0.0.0 09:46:37 ---> Running in 327ac3a1a196 09:46:37 ---> Running in 45ad1ce5f686 09:46:37 Removing intermediate container 329c81d06929 09:46:37 ---> 9c6f16b3f536 09:46:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:46:37 ---> d39fbfbd9666 09:46:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:46:37 ---> Running in 7d4ccd6f2e53 09:46:38 Removing intermediate container 45ad1ce5f686 09:46:38 ---> e4108c9f9e6f 09:46:38 09:46:38 Removing intermediate container 7d4ccd6f2e53 09:46:38 ---> 13b91ab032d4 09:46:38 Step 22/24 : LABEL arch=arm64 09:46:39 Successfully built e4108c9f9e6f 09:46:39 Successfully tagged docker-core-command-go-arm64:latest 09:46:39  Building docker-core-command-go ... done Building docker-core-data-go 09:46:39 ---> Running in e0a7425c99bb 09:46:39 ---> 3dddeb58860e 09:46:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:46:40 Removing intermediate container e0a7425c99bb 09:46:40 ---> cda16270cf80 09:46:40 Step 23/24 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:46:41 ---> Running in f8ade5da23ea 09:46:41 Removing intermediate container 327ac3a1a196 09:46:41 ---> 3b65ccdd5611 09:46:41 ---> ff59a6c6811a 09:46:41 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 09:46:41 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/ 09:46:42 Removing intermediate container f8ade5da23ea 09:46:42 ---> cb442cf55725 09:46:42 Step 24/24 : LABEL version=0.0.0 09:46:42 ---> Running in a09f2927a9bb 09:46:42 ---> Running in 6c73c3b41a5b 09:46:42 ---> Running in 24b685ea99aa 09:46:42 Removing intermediate container 6c73c3b41a5b 09:46:42 ---> 67dc609ab2f0 09:46:42 Step 20/22 : LABEL arch=arm64 09:46:43 ---> Running in 3ea24ff31dda 09:46:43 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:46:43 Status: Downloaded newer image for docker:20.10.0 09:46:43 ---> eeaf43b92773 09:46:43 Step 12/26 : RUN apk add --no-cache bash 09:46:44 Removing intermediate container 24b685ea99aa 09:46:44 ---> 691eb69301da 09:46:44 09:46:44 Successfully built 691eb69301da 09:46:44 ---> Running in 14a9663d522a 09:46:44 Successfully tagged docker-support-notifications-go-arm64:latest 09:46:44  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 09:46:44 Removing intermediate container 3ea24ff31dda 09:46:44 ---> d76088d9bab3 09:46:44 Step 21/22 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:46:45 ---> Running in 04975e9d264b 09:46:46 Removing intermediate container 04975e9d264b 09:46:46 ---> 488307b4d639 09:46:46 Step 22/22 : LABEL version=0.0.0 09:46:46 Removing intermediate container a09f2927a9bb 09:46:46 ---> 26ea481995a5 09:46:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:46:46 ---> Running in 99121b3f21d9 09:46:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:46:46 ---> Running in 8a94e20652b8 09:46:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:46:47 Removing intermediate container 8a94e20652b8 09:46:47 ---> 04ed15841a8a 09:46:47 Step 22/24 : LABEL arch=arm64Removing intermediate container 99121b3f21d9 09:46:47 ---> 5e2ba7fa98db 09:46:47 09:46:47 09:46:47 (1/2) Installing readline (8.0.4-r0) 09:46:47 (2/2) Installing bash (5.0.17-r0) 09:46:47 Executing bash-5.0.17-r0.post-install 09:46:47 Executing busybox-1.31.1-r19.trigger 09:46:47 OK: 12 MiB in 22 packages 09:46:47 ---> Running in 6e55a7eae944 09:46:47 Successfully built 5e2ba7fa98db 09:46:47 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 09:46:47 Building docker-security-proxy-setup-go 09:46:48  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 6e55a7eae944 09:46:48 ---> 5953eb2192f5 09:46:48 Step 23/24 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:46:48 ---> Running in 6da4f6afd206 09:46:49 Removing intermediate container 14a9663d522a 09:46:49 ---> 751c0d8b4290 09:46:49 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:46:49 Removing intermediate container 6da4f6afd206 09:46:49 ---> 70b2e1566e17 09:46:49 Step 24/24 : LABEL version=0.0.0 09:46:49 ---> Running in 42f4a80b8847 09:46:49 ---> Running in 6f35e839c671 09:46:50 Removing intermediate container 42f4a80b8847 09:46:50 ---> 7f646e14c82a 09:46:50 Step 14/26 : ENV APP_PORT=48090 09:46:50 Removing intermediate container 6f35e839c671 09:46:50 ---> 427d3e6e8855 09:46:50 09:46:51 ---> Running in ccda61dbaf6d 09:46:51 Successfully built 427d3e6e8855 09:46:51 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:46:51  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 09:46:51 Removing intermediate container ccda61dbaf6d 09:46:51 ---> 3ca1c2b92cf9 09:46:51 Step 15/26 : EXPOSE $APP_PORT 09:46:52 ---> Running in d2a1b3a3ed2b 09:46:52 Removing intermediate container d2a1b3a3ed2b 09:46:52 ---> e668d10fde3d 09:46:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:46:54 ---> cf99cebcbb28 09:46:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:46:55 ---> aa7b7a804c92 09:46:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:46:57 ---> e1c21614c956 09:46:57 Step 19/26 : RUN apk --no-cache add py3-pip 09:46:57 ---> Running in 412f978a3d53 09:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:46:59 (1/33) Installing libbz2 (1.0.8-r1) 09:46:59 (2/33) Installing expat (2.2.9-r1) 09:46:59 (3/33) Installing libffi (3.3-r2) 09:46:59 (4/33) Installing gdbm (1.13-r1) 09:46:59 (5/33) Installing xz-libs (5.2.5-r0) 09:46:59 (6/33) Installing sqlite-libs (3.32.1-r0) 09:46:59 (7/33) Installing python3 (3.8.5-r0) 09:47:05 (8/33) Installing py3-appdirs (1.4.4-r1) 09:47:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:47:05 (10/33) Installing py3-parsing (2.4.7-r0) 09:47:05 (11/33) Installing py3-six (1.15.0-r0) 09:47:05 (12/33) Installing py3-packaging (20.4-r0) 09:47:05 (13/33) Installing py3-setuptools (47.0.0-r0) 09:47:05 (14/33) Installing py3-chardet (3.0.4-r4) 09:47:05 (15/33) Installing py3-idna (2.9-r0) 09:47:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:47:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:47:05 (18/33) Installing py3-requests (2.23.0-r0) 09:47:05 (19/33) Installing py3-msgpack (1.0.0-r0) 09:47:05 (20/33) Installing py3-lockfile (0.12.2-r3) 09:47:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:47:05 (22/33) Installing py3-colorama (0.4.3-r0) 09:47:05 (23/33) Installing py3-distlib (0.3.0-r0) 09:47:05 (24/33) Installing py3-distro (1.5.0-r1) 09:47:05 (25/33) Installing py3-webencodings (0.5.1-r3) 09:47:05 (26/33) Installing py3-html5lib (1.0.1-r4) 09:47:05 (27/33) Installing py3-pytoml (0.1.21-r0) 09:47:05 (28/33) Installing py3-pep517 (0.8.2-r0) 09:47:05 (29/33) Installing py3-progress (1.5-r0) 09:47:05 (30/33) Installing py3-toml (0.10.1-r0) 09:47:05 (31/33) Installing py3-retrying (1.3.3-r0) 09:47:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:47:05 (33/33) Installing py3-pip (20.1.1-r0) 09:47:05 Executing busybox-1.31.1-r19.trigger 09:47:05 OK: 71 MiB in 55 packages 09:47:18 Removing intermediate container 412f978a3d53 09:47:18 ---> fed253e656e6 09:47:18 Step 20/26 : RUN pip install docker-compose==1.23.2 09:47:18 ---> Running in cc04b0bc1768 09:47:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:47:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:47:19 ---> 95acd44dde81 09:47:19 Step 3/23 : WORKDIR /edgex-go 09:47:19 ---> Using cache 09:47:19 ---> 7a82b8649a3f 09:47:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:19 ---> Using cache 09:47:19 ---> 7b3c77de57c1 09:47:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:47:20 ---> Running in a7283f0032aa 09:47:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:47:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:47:23 Collecting docker-compose==1.23.2 09:47:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:47:23 OK: 217 MiB in 51 packages 09:47:24 Collecting websocket-client<1.0,>=0.32.0 09:47:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:47:26 Collecting PyYAML<4,>=3.10 09:47:26 Downloading PyYAML-3.13.tar.gz (270 kB) 09:47:26 Removing intermediate container a7283f0032aa 09:47:26 ---> 55246b0bab9f 09:47:26 Step 6/23 : COPY go.mod . 09:47:28 ---> 0fe4c4274e0b 09:47:28 Step 7/23 : RUN go mod download 09:47:28 ---> Running in 0626d0c4f3d2 09:47:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:47:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:47:28 ---> 95acd44dde81 09:47:28 Step 3/21 : WORKDIR /edgex-go 09:47:28 ---> Using cache 09:47:28 ---> 7a82b8649a3f 09:47:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:28 ---> Using cache 09:47:28 ---> 7b3c77de57c1 09:47:28 Step 5/21 : RUN apk add --update --no-cache make git 09:47:28 ---> Using cache 09:47:28 ---> d8b971431b08 09:47:28 Step 6/21 : COPY go.mod . 09:47:28 ---> Using cache 09:47:28 ---> 794e5c567b74 09:47:28 Step 7/21 : RUN go mod download 09:47:28 ---> Using cache 09:47:28 ---> ab91c09420b4 09:47:28 Step 8/21 : COPY . . 09:47:28 ---> Using cache 09:47:28 ---> 77ae2f79d805 09:47:28 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 09:47:29 ---> Running in c53f1990b6b5 09:47:31 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 09:47:31 Collecting docker<4.0,>=3.6.0 09:47:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:47:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:47:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:47:31 ---> 95acd44dde81 09:47:31 Step 3/21 : WORKDIR /edgex-go 09:47:31 ---> Using cache 09:47:31 ---> 7a82b8649a3f 09:47:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:31 ---> Using cache 09:47:31 ---> 7b3c77de57c1 09:47:31 Step 5/21 : RUN apk add --update --no-cache make git 09:47:31 ---> Using cache 09:47:31 ---> d8b971431b08 09:47:31 Step 6/21 : COPY go.mod . 09:47:31 ---> Using cache 09:47:31 ---> 794e5c567b74 09:47:31 Step 7/21 : RUN go mod download 09:47:31 ---> Using cache 09:47:31 ---> ab91c09420b4 09:47:31 Step 8/21 : COPY . . 09:47:31 ---> Using cache 09:47:31 ---> 77ae2f79d805 09:47:31 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:47:31 ---> Running in ba644d9dcad4 09:47:32 Collecting docopt<0.7,>=0.6.1 09:47:32 Downloading docopt-0.6.2.tar.gz (25 kB) 09:47:33 Removing intermediate container 0626d0c4f3d2 09:47:33 ---> 7691a57862b2 09:47:33 Step 8/23 : COPY . . 09:47:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:47:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:47:33 ---> 95acd44dde81 09:47:33 Step 3/22 : WORKDIR /edgex-go 09:47:33 ---> Using cache 09:47:33 ---> 7a82b8649a3f 09:47:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:33 ---> Using cache 09:47:33 ---> 7b3c77de57c1 09:47:33 Step 5/22 : RUN apk add --update --no-cache make git 09:47:33 ---> Using cache 09:47:33 ---> d8b971431b08 09:47:33 Step 6/22 : COPY go.mod . 09:47:33 ---> Using cache 09:47:33 ---> 794e5c567b74 09:47:33 Step 7/22 : RUN go mod download 09:47:33 ---> Using cache 09:47:33 ---> ab91c09420b4 09:47:33 Step 8/22 : COPY . . 09:47:33 ---> Using cache 09:47:33 ---> 77ae2f79d805 09:47:33 Step 9/22 : RUN make cmd/core-metadata/core-metadata 09:47:34 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 09:47:34 ---> Running in 0dc98e8ea653 09:47:36 Collecting dockerpty<0.5,>=0.4.1 09:47:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:47:36 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 09:47:39 Collecting texttable<0.10,>=0.9.0 09:47:39 Downloading texttable-0.9.1.tar.gz (11 kB) 09:47:42 Collecting jsonschema<3,>=2.5.1 09:47:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:47:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:47:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:47:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:47:45 Collecting cached-property<2,>=1.2.0 09:47:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:47:46 Collecting docker-pycreds>=0.4.0 09:47:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:47:46 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) 09:47:46 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 09:47:46 Collecting idna<2.8,>=2.5 09:47:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:47:48 Collecting urllib3<1.25,>=1.21.1 09:47:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:47:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:47:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:47:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:47:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:47:50 Installing collected packages: websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, texttable, jsonschema, cached-property, docker-compose 09:47:51 Running setup.py install for PyYAML: started 09:47:52 ---> 797fa7852427 09:47:52 Step 9/23 : RUN make cmd/core-data/core-data 09:47:52 ---> Running in 66e68ee77861 09:47:54 Running setup.py install for PyYAML: finished with status 'done' 09:47:54 Attempting uninstall: idna 09:47:54 Found existing installation: idna 2.9 09:47:54 Uninstalling idna-2.9: 09:47:54 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 09:47:54 Successfully uninstalled idna-2.9 09:47:55 Attempting uninstall: urllib3 09:47:55 Found existing installation: urllib3 1.25.9 09:47:55 Uninstalling urllib3-1.25.9: 09:47:55 Successfully uninstalled urllib3-1.25.9 09:47:56 Attempting uninstall: requests 09:47:56 Found existing installation: requests 2.23.0 09:47:56 Uninstalling requests-2.23.0: 09:47:56 Successfully uninstalled requests-2.23.0 09:47:57 Running setup.py install for docopt: started 09:48:00 Running setup.py install for docopt: finished with status 'done' 09:48:00 Running setup.py install for dockerpty: started 09:48:03 Running setup.py install for dockerpty: finished with status 'done' 09:48:03 Running setup.py install for texttable: started 09:48:05 Running setup.py install for texttable: finished with status 'done' 09:48:07 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 09:48:12 Removing intermediate container cc04b0bc1768 09:48:12 ---> 69ebc7915fc5 09:48:12 Step 21/26 : RUN apk --no-cache add curl 09:48:12 ---> Running in ee7c33411442 09:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:48:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:48:16 (2/3) Installing libcurl (7.69.1-r3) 09:48:16 (3/3) Installing curl (7.69.1-r3) 09:48:16 Executing busybox-1.31.1-r19.trigger 09:48:16 OK: 71 MiB in 58 packages 09:48:18 Removing intermediate container ee7c33411442 09:48:18 ---> b3e65773457d 09:48:18 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:48:18 ---> Running in 5c40db809e58 09:48:19 Removing intermediate container 5c40db809e58 09:48:19 ---> 8d3f2f88b05b 09:48:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:48:19 ---> Running in 87ce0b2eb8af 09:48:20 Removing intermediate container 87ce0b2eb8af 09:48:20 ---> 66f4b4fbb9d9 09:48:20 Step 24/26 : LABEL arch=arm64 09:48:20 ---> Running in 237439f35bb8 09:48:20 Removing intermediate container 237439f35bb8 09:48:20 ---> 8893adfe9650 09:48:20 Step 25/26 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:48:21 ---> Running in 76eee17af358 09:48:21 Removing intermediate container 76eee17af358 09:48:21 ---> 3f09fa6f9232 09:48:21 Step 26/26 : LABEL version=0.0.0 09:48:22 ---> Running in daef293c91dd 09:48:22 Removing intermediate container daef293c91dd 09:48:22 ---> 63affef1a21c 09:48:22 09:48:23 Successfully built 63affef1a21c 09:48:23 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:48:50  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:49:02 Removing intermediate container c53f1990b6b5 09:49:02 ---> d94a7188d739 09:49:02 09:49:02 Step 10/21 : FROM scratch 09:49:02 ---> 09:49:02 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:49:02 ---> Using cache 09:49:02 ---> 21bb7b5807cb 09:49:02 Step 12/21 : ENV APP_PORT=48085 09:49:02 ---> Running in 3537d0de015b 09:49:03 Removing intermediate container 3537d0de015b 09:49:03 ---> 0e0d96ece634 09:49:03 Step 13/21 : EXPOSE $APP_PORT 09:49:03 ---> Running in 7365aa0652df 09:49:04 Removing intermediate container 7365aa0652df 09:49:04 ---> c1858e22d52c 09:49:04 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 09:49:05 Removing intermediate container ba644d9dcad4 09:49:05 ---> f48bcd7c684b 09:49:05 09:49:05 Step 10/21 : FROM alpine:3.12 09:49:05 ---> afeebe901d6b 09:49:05 Step 11/21 : RUN apk add --update --no-cache curl 09:49:05 ---> Running in 45754ffd6f59 09:49:06 ---> 1576fa045859 09:49:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:49:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:08 ---> f368d8027ca1 09:49:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:49:09 (1/4) Installing ca-certificates (20191127-r4) 09:49:09 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:49:09 (3/4) Installing libcurl (7.69.1-r3) 09:49:09 (4/4) Installing curl (7.69.1-r3) 09:49:09 Executing busybox-1.31.1-r19.trigger 09:49:09 Executing ca-certificates-20191127-r4.trigger 09:49:09 OK: 7 MiB in 18 packages 09:49:10 ---> 10638e2c465b 09:49:10 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 09:49:10 ---> Running in 95a437f04dc1 09:49:11 Removing intermediate container 95a437f04dc1 09:49:11 ---> f9cca1148443 09:49:11 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:49:11 ---> Running in ab0475085826 09:49:12 Removing intermediate container 45754ffd6f59 09:49:12 ---> 25658b7aa0eb 09:49:12 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:49:12 ---> Running in de43b41a7824 09:49:12 Removing intermediate container ab0475085826 09:49:12 ---> 0e94eeee9ad9 09:49:12 Step 19/21 : LABEL arch=arm64 09:49:12 ---> Running in fdf1900be1cd 09:49:13 Removing intermediate container de43b41a7824 09:49:13 ---> c61a0419ff8d 09:49:13 Step 13/21 : WORKDIR /edgex 09:49:13 ---> Running in eabb246ca4bf 09:49:13 Removing intermediate container fdf1900be1cd 09:49:13 ---> 5dd1f9ff79a8 09:49:13 Step 20/21 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:49:13 Removing intermediate container eabb246ca4bf 09:49:13 ---> b881d2aa0b29 09:49:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:49:13 ---> Running in 5326ea7e4ecd 09:49:14 Removing intermediate container 5326ea7e4ecd 09:49:14 ---> 14015b0c4bec 09:49:14 Step 21/21 : LABEL version=0.0.0 09:49:15 ---> Running in 88300b4a5868 09:49:15 ---> 325d8e495505 09:49:15 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:49:15 Removing intermediate container 88300b4a5868 09:49:15 ---> 0815360848be 09:49:15 09:49:16 Successfully built 0815360848be 09:49:16 Successfully tagged docker-support-scheduler-go-arm64:latest 09:49:17  Building docker-support-scheduler-go ... done  ---> 620d6d5235ae 09:49:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:49:19 ---> 599741734718 09:49:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:49:19 ---> Running in 3085d6658931 09:49:20 Removing intermediate container 3085d6658931 09:49:20 ---> abd337ab4fbb 09:49:20 Step 18/21 : CMD ["--init=true"] 09:49:20 ---> Running in aa24a5fbfce6 09:49:21 Removing intermediate container aa24a5fbfce6 09:49:21 ---> f40120bb5cf4 09:49:21 Step 19/21 : LABEL arch=arm64 09:49:21 ---> Running in 2d9efc24d895 09:49:21 Removing intermediate container 0dc98e8ea653 09:49:21 ---> cbf00042416c 09:49:21 09:49:21 Step 10/22 : FROM scratch 09:49:21 ---> 09:49:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:49:21 ---> Using cache 09:49:21 ---> 21bb7b5807cb 09:49:21 Step 12/22 : ENV APP_PORT=48081 09:49:22 ---> Running in 331e19de3561 09:49:22 Removing intermediate container 2d9efc24d895 09:49:22 ---> 09533765e96a 09:49:22 Step 20/21 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:49:22 ---> Running in 88945a0c2635 09:49:22 Removing intermediate container 331e19de3561 09:49:22 ---> e0c513632fac 09:49:22 Step 13/22 : EXPOSE $APP_PORT 09:49:22 ---> Running in 3a3a1afe9199 09:49:22 Removing intermediate container 88945a0c2635 09:49:22 ---> 8c9abad95fd5 09:49:22 Step 21/21 : LABEL version=0.0.0 09:49:23 ---> Running in efdcf503779b 09:49:23 Removing intermediate container 3a3a1afe9199 09:49:23 ---> 970aaecdaa5f 09:49:23 Step 14/22 : WORKDIR / 09:49:23 ---> Running in 85b6eccd226b 09:49:23 Removing intermediate container efdcf503779b 09:49:23 ---> ec131fceada2 09:49:23 09:49:24 Successfully built ec131fceada2 09:49:24 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:49:24  Building docker-security-proxy-setup-go ... done Removing intermediate container 85b6eccd226b 09:49:24 ---> 17324004e291 09:49:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:49:25 ---> 131388c888e5 09:49:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:49:26 ---> 989150359618 09:49:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:49:27 ---> 905fee466e32 09:49:27 Step 18/22 : ENTRYPOINT ["/core-metadata"] 09:49:27 ---> Running in cd78e3687dfb 09:49:27 Removing intermediate container cd78e3687dfb 09:49:27 ---> c360731636f4 09:49:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:49:28 ---> Running in 1dd26d45ac00 09:49:28 Removing intermediate container 1dd26d45ac00 09:49:28 ---> 6cc553dd76d7 09:49:28 Step 20/22 : LABEL arch=arm64 09:49:28 ---> Running in 605d23d03e0a 09:49:29 Removing intermediate container 605d23d03e0a 09:49:29 ---> 53b098b090a6 09:49:29 Step 21/22 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:49:29 ---> Running in 5dba2cd1fab5 09:49:30 Removing intermediate container 5dba2cd1fab5 09:49:30 ---> 0341e816610f 09:49:30 Step 22/22 : LABEL version=0.0.0 09:49:30 ---> Running in 4548ea8d7659 09:49:30 Removing intermediate container 4548ea8d7659 09:49:30 ---> ace72814d2a1 09:49:30 09:49:31 Successfully built ace72814d2a1 09:49:31 Successfully tagged docker-core-metadata-go-arm64:latest 09:49:33  Building docker-core-metadata-go ... done Removing intermediate container 66e68ee77861 09:49:33 ---> edecd64e3545 09:49:33 09:49:33 Step 10/23 : FROM alpine:3.12 09:49:33 ---> afeebe901d6b 09:49:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:49:33 ---> Running in 46ac382e0bbf 09:49:34 Removing intermediate container 46ac382e0bbf 09:49:34 ---> a94733f19b0a 09:49:34 Step 12/23 : ENV APP_PORT=48080 09:49:34 ---> Running in d16228b3c59e 09:49:34 Removing intermediate container d16228b3c59e 09:49:34 ---> 2cec7e51c896 09:49:34 Step 13/23 : EXPOSE $APP_PORT 09:49:34 ---> Running in 008d756f3435 09:49:35 Removing intermediate container 008d756f3435 09:49:35 ---> 0c26eea729a2 09:49:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:35 ---> Running in 11f66f074255 09:49:37 Removing intermediate container 11f66f074255 09:49:37 ---> 7d9ede7a4fe4 09:49:37 Step 15/23 : RUN apk add --update --no-cache zeromq 09:49:37 ---> Running in dce4d6b674df 09:49:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:40 (1/5) Installing libgcc (9.3.0-r2) 09:49:40 (2/5) Installing libsodium (1.0.18-r0) 09:49:40 (3/5) Installing libstdc++ (9.3.0-r2) 09:49:40 (4/5) Installing libzmq (4.3.3-r0) 09:49:40 (5/5) Installing zeromq (4.3.3-r0) 09:49:40 Executing busybox-1.31.1-r19.trigger 09:49:40 OK: 8 MiB in 19 packages 09:49:42 Removing intermediate container dce4d6b674df 09:49:42 ---> 546497045f1b 09:49:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:49:42 ---> 8f28792eabc0 09:49:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:49:43 ---> 0522a13a403c 09:49:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:49:44 ---> 88728200b387 09:49:44 Step 19/23 : ENTRYPOINT ["/core-data"] 09:49:44 ---> Running in 4e935fb578e4 09:49:44 Removing intermediate container 4e935fb578e4 09:49:44 ---> 03bd608b36a6 09:49:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:49:45 ---> Running in 15927f616780 09:49:45 Removing intermediate container 15927f616780 09:49:45 ---> 89ec419f27e6 09:49:45 Step 21/23 : LABEL arch=arm64 09:49:45 ---> Running in dcfd8ccc9716 09:49:46 Removing intermediate container dcfd8ccc9716 09:49:46 ---> 0a578cfca51b 09:49:46 Step 22/23 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 09:49:46 ---> Running in aa37b9646e4c 09:49:46 Removing intermediate container aa37b9646e4c 09:49:46 ---> 8138c3476217 09:49:46 Step 23/23 : LABEL version=0.0.0 09:49:46 ---> Running in 0682b30559ba 09:49:47 Removing intermediate container 0682b30559ba 09:49:47 ---> f3775d15a268 09:49:47 09:49:47 Successfully built f3775d15a268 09:49:47 Successfully tagged docker-core-data-go-arm64:latest 09:49:48  Building docker-core-data-go ... done  [Pipeline] } 09:49:48 $ docker stop --time=1 50ebaa9b8d9f647ad6a06a1d9ff89adf18466b4f45af504c9e5b9835b196ae59 09:49:49 $ docker rm -f 50ebaa9b8d9f647ad6a06a1d9ff89adf18466b4f45af504c9e5b9835b196ae59 [Pipeline] // withDockerContainer [Pipeline] sh 09:49:50 + + grepdocker docker images 09:49:50 09:49:51 docker-core-data-go-arm64 latest f3775d15a268 3 seconds ago 21MB 09:49:51 docker-core-metadata-go-arm64 latest ace72814d2a1 20 seconds ago 12.3MB 09:49:51 docker-security-proxy-setup-go-arm64 latest ec131fceada2 27 seconds ago 23.2MB 09:49:51 docker-support-scheduler-go-arm64 latest 0815360848be 35 seconds ago 10MB 09:49:51 docker-sys-mgmt-agent-go-arm64 latest 63affef1a21c About a minute ago 300MB 09:49:51 docker-security-secretstore-setup-go-arm64 latest 427d3e6e8855 3 minutes ago 23.4MB 09:49:51 docker-security-bootstrap-redis-go-arm64 latest 5e2ba7fa98db 3 minutes ago 15.1MB 09:49:51 docker-support-notifications-go-arm64 latest 691eb69301da 3 minutes ago 11.4MB 09:49:51 docker-core-command-go-arm64 latest e4108c9f9e6f 3 minutes ago 9.98MB 09:49:51 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:49:53 provisioning config files... 09:49:53 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config6198266993653538727tmp [Pipeline] { [Pipeline] sh 09:49:53 + set +x 09:49:53 + curl -s https://codecov.io/bash 09:49:53 + bash -s -- 09:49:54 09:49:54 _____ _ 09:49:54 / ____| | | 09:49:54 | | ___ __| | ___ ___ _____ __ 09:49:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:49:54 | |___| (_) | (_| | __/ (_| (_) \ V / 09:49:54 \_____\___/ \__,_|\___|\___\___/ \_/ 09:49:54 Bash-20201231-23d4836 09:49:54 09:49:54 09:49:54 ==> git version 2.24.3 found 09:49:54 ==> 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 09:49:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:49:54 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:49:54 ==> Jenkins CI detected. 09:49:54 project root: . 09:49:54 --> token set from env 09:49:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:49:54 ==> Running gcov in . (disable via -X gcov) 09:49:54 ==> Python coveragepy not found 09:49:54 ==> Searching for coverage reports in: 09:49:54 + . 09:49:54 -> Found 1 reports 09:49:54 ==> Detecting git/mercurial file structure 09:49:54 ==> Reading reports 09:49:54 + ./coverage.out bytes=550280 09:49:54 ==> Appending adjustments 09:49:54 https://docs.codecov.io/docs/fixing-reports 09:49:57 + Found adjustments 09:49:57 ==> Gzipping contents 09:49:57 84K /tmp/codecov.n33S5z.gz 09:49:57 ==> Uploading reports 09:49:57 url: https://codecov.io 09:49:57 query: branch=PR-3042&commit=aee64e1e172df7b5958a4f5e4473f727edefab99&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3042%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3042&job=&cmd_args= 09:49:57 -> Pinging Codecov 09:49:57 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3042&commit=aee64e1e172df7b5958a4f5e4473f727edefab99&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3042%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3042&job=&cmd_args= 09:49:57 -> Uploading to 09:49:57 https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/aee64e1e172df7b5958a4f5e4473f727edefab99/026862d1-4777-4683-a69c-16d75e117298.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T094957Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1894144fef8587029c7b50d02b16461cb26504279d3182a6a38d4d8caf2674e8 09:49:57 % Total % Received % Xferd Average Speed Time Time Time Current 09:49:57 Dload Upload Total Spent Left Speed 09:49:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83260 0 0 100 83260 0 119k --:--:-- --:--:-- --:--:-- 119k 100 83260 0 0 100 83260 0 119k --:--:-- --:--:-- --:--:-- 119k 09:49:58 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/aee64e1e172df7b5958a4f5e4473f727edefab99 [Pipeline] } 09:49:58 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 09:50:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:50:01 ---> package-listing.sh 09:50:01 ++ facter osfamily 09:50:01 ++ tr '[:upper:]' '[:lower:]' 09:50:01 + OS_FAMILY=redhat 09:50:01 + workspace=/w/workspace/edgex-go/5 09:50:01 + START_PACKAGES=/tmp/packages_start.txt 09:50:01 + END_PACKAGES=/tmp/packages_end.txt 09:50:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:50:01 + PACKAGES=/tmp/packages_start.txt 09:50:01 + '[' /w/workspace/edgex-go/5 ']' 09:50:01 + PACKAGES=/tmp/packages_end.txt 09:50:01 + case "${OS_FAMILY}" in 09:50:01 + rpm -qa 09:50:01 + sort 09:50:07 + '[' -f /tmp/packages_start.txt ']' 09:50:07 + '[' -f /tmp/packages_end.txt ']' 09:50:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:50:07 + '[' /w/workspace/edgex-go/5 ']' 09:50:07 + mkdir -p /w/workspace/edgex-go/5/archives/ 09:50:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 09:50:07 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:50:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:50:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:50:07 09:50:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:50:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:50:08 alpine: Pulling from edgex-lftools-log-publisher 09:50:08 df20fa9351a1: Pulling fs layer 09:50:08 36b3adc4ff6f: Pulling fs layer 09:50:08 8ad3a11d3b57: Pulling fs layer 09:50:08 46f8f816bc3b: Pulling fs layer 09:50:08 93b61091891f: Pulling fs layer 09:50:08 93b9cdb0e59b: Pulling fs layer 09:50:08 5e14af77c1be: Pulling fs layer 09:50:08 01666e4c0597: Pulling fs layer 09:50:08 aa168da1d23b: Pulling fs layer 09:50:08 46f8f816bc3b: Waiting 09:50:08 93b61091891f: Waiting 09:50:08 93b9cdb0e59b: Waiting 09:50:08 01666e4c0597: Waiting 09:50:08 aa168da1d23b: Waiting 09:50:08 5e14af77c1be: Waiting 09:50:08 36b3adc4ff6f: Verifying Checksum 09:50:08 36b3adc4ff6f: Download complete 09:50:08 46f8f816bc3b: Download complete 09:50:08 df20fa9351a1: Verifying Checksum 09:50:08 df20fa9351a1: Download complete 09:50:08 93b61091891f: Verifying Checksum 09:50:08 93b61091891f: Download complete 09:50:08 93b9cdb0e59b: Verifying Checksum 09:50:08 93b9cdb0e59b: Download complete 09:50:08 5e14af77c1be: Download complete 09:50:08 01666e4c0597: Verifying Checksum 09:50:08 01666e4c0597: Download complete 09:50:08 df20fa9351a1: Pull complete 09:50:09 36b3adc4ff6f: Pull complete 09:50:09 8ad3a11d3b57: Verifying Checksum 09:50:09 8ad3a11d3b57: Download complete 09:50:09 8ad3a11d3b57: Pull complete 09:50:10 46f8f816bc3b: Pull complete 09:50:11 aa168da1d23b: Verifying Checksum 09:50:11 aa168da1d23b: Download complete 09:50:12 93b61091891f: Pull complete 09:50:12 93b9cdb0e59b: Pull complete 09:50:12 5e14af77c1be: Pull complete 09:50:13 01666e4c0597: Pull complete 09:50:23 aa168da1d23b: Pull complete 09:50:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:50:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:50:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:50:23 prd-centos7-docker-4c-2g-20462 does not seem to be running inside a container 09:50:23 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:50:27 $ docker top 2739582021edd16991b5dc8d8c92d95ee758c5e6ae7e508818216305610f7457 -eo pid,comm [Pipeline] { [Pipeline] sh 09:50:28 + touch /tmp/pre-build-complete [Pipeline] sh 09:50:28 + mkdir -p /var/log/sa [Pipeline] sh 09:50:28 + ls /var/log/sa-host 09:50:28 + sadf -c /var/log/sa-host/sa15 09:50:28 file_magic: OK 09:50:28 HZ: Using current value: 100 09:50:28 file_header: OK 09:50:28 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 09:50:28 Statistics: 09:50:28 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... 09:50:28 File successfully converted to sysstat format version 12.2.1 09:50:28 + sadf -c /var/log/sa-host/sa23 09:50:28 file_magic: OK 09:50:28 HZ: Using current value: 100 09:50:28 file_header: OK 09:50:28 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 09:50:28 Statistics: 09:50:28 Hnuu...uuuununununu... 09:50:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:50:29 provisioning config files... 09:50:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config180949067833425254tmp [Pipeline] { [Pipeline] echo 09:50:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:50:30 ---> create-netrc.sh [Pipeline] } 09:50:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:50:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:50:30 ---> python-tools-install.sh [Pipeline] echo 09:50:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:50:30 ---> sudo-logs.sh 09:50:30 Archiving 'sudo' log.. [Pipeline] echo 09:50:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:50:31 ---> job-cost.sh 09:50:31 lf-activate-venv: SKIPPING 09:50:31 INFO: No Stack... 09:50:32 INFO: Retrieving Pricing Info for: v1-standard-2 09:50:33 INFO: Archiving Costs [Pipeline] echo 09:50:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:50:33 ---> logs-deploy.sh 09:50:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3042/5 09:50:33 INFO: archiving workspace using pattern(s): 09:50:34 Archives upload complete. 09:50:34 INFO: archiving logs to Nexus