Pull request #2966 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 rather than 638c5eca75d96072983230586d0b72665e7313b1 Obtained Jenkinsfile from 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 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-20222 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # 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 > 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/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 Merge succeeded, producing 638c5eca75d96072983230586d0b72665e7313b1 Checking out Revision 638c5eca75d96072983230586d0b72665e7313b1 (PR-2966) > git config core.sparsecheckout # timeout=10 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # 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 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 Commit message: "feat(scheduler): ServiceName change should invoke old service's callback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:37:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:37:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:37:14 ========================================================= 13:37:14 EdgeX Global Pipelines Version Info 13:37:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 854e5a44da6d710a24ec1b887fc7d30ee1500c3c # timeout=10 13:37:16 ------------------- 13:37:16 stable info: 13:37:16 ------------------- 13:37:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:37:16 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 13:37:16 Message: update stable to v1.0.177 13:37:17 ------------------- 13:37:17 experimental info: 13:37:17 ------------------- 13:37:17 Commited By: **** collab-it+edgex@linuxfoundation.org 13:37:17 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 13:37:17 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:37:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:37:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:37:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:37:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:37:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:37:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:37:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:37:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:37:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 13:37:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 13:37:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:37:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:37:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:37:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:37:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:37:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:37:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:37:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:37:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:37:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:37:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 13:37:19 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 13:37:19 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 13:37:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo 13:37:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo 13:37:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo 13:37:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 638c5eca75d96072983230586d0b72665e7313b1 [Pipeline] echo 13:37:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 638c5ec [Pipeline] echo 13:37:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:37:20 provisioning config files... 13:37:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config7304732238815699201tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:37:20 ---> docker-login.sh 13:37:20 nexus3.edgexfoundry.org:10001 13:37:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:37:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:37:21 Configure a credential helper to remove this warning. See 13:37:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:37:21 13:37:21 Login Succeeded 13:37:21 nexus3.edgexfoundry.org:10002 13:37:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:37:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:37:21 Configure a credential helper to remove this warning. See 13:37:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:37:21 13:37:21 Login Succeeded 13:37:21 nexus3.edgexfoundry.org:10003 13:37:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:37:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:37:21 Configure a credential helper to remove this warning. See 13:37:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:37:21 13:37:21 Login Succeeded 13:37:21 nexus3.edgexfoundry.org:10004 13:37:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:37:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:37:21 Configure a credential helper to remove this warning. See 13:37:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:37:21 13:37:21 Login Succeeded 13:37:21 docker.io 13:37:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:37:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:37:22 Configure a credential helper to remove this warning. See 13:37:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:37:22 13:37:22 Login Succeeded 13:37:22 ---> docker-login.sh ends [Pipeline] } 13:37:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:37:22 ++ 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 13:37:22 + for file in '`ls cmd/**/Dockerfile`' 13:37:22 ++ dirname cmd/core-command/Dockerfile 13:37:22 ++ cut -d/ -f2 13:37:22 + echo core-command,cmd/core-command/Dockerfile 13:37:22 + for file in '`ls cmd/**/Dockerfile`' 13:37:22 ++ dirname cmd/core-data/Dockerfile 13:37:22 ++ cut -d/ -f2 13:37:22 + echo core-data,cmd/core-data/Dockerfile 13:37:22 + for file in '`ls cmd/**/Dockerfile`' 13:37:22 ++ dirname cmd/core-metadata/Dockerfile 13:37:22 ++ cut -d/ -f2 13:37:22 + echo core-metadata,cmd/core-metadata/Dockerfile 13:37:22 + for file in '`ls cmd/**/Dockerfile`' 13:37:22 ++ dirname cmd/security-bootstrap-redis/Dockerfile 13:37:22 ++ cut -d/ -f2 13:37:22 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 13:37:22 + for file in '`ls cmd/**/Dockerfile`' 13:37:22 ++ dirname cmd/security-proxy-setup/Dockerfile 13:37:22 ++ cut -d/ -f2 13:37:22 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:37:22 + for file in '`ls cmd/**/Dockerfile`' 13:37:22 ++ dirname cmd/security-secretstore-setup/Dockerfile 13:37:22 ++ cut -d/ -f2 13:37:22 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:37:22 + for file in '`ls cmd/**/Dockerfile`' 13:37:22 ++ dirname cmd/support-notifications/Dockerfile 13:37:22 ++ cut -d/ -f2 13:37:22 + echo support-notifications,cmd/support-notifications/Dockerfile 13:37:22 + for file in '`ls cmd/**/Dockerfile`' 13:37:22 ++ dirname cmd/support-scheduler/Dockerfile 13:37:22 ++ cut -d/ -f2 13:37:22 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:37:22 + for file in '`ls cmd/**/Dockerfile`' 13:37:22 ++ cut -d/ -f2 13:37:22 ++ dirname cmd/sys-mgmt-agent/Dockerfile 13:37:22 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:37:22 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 13:37:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:37:23 13:37:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:37:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:37:23 latest: Pulling from edgex-devops/git-semver 13:37:23 31603596830f: Pulling fs layer 13:37:23 2a8b12db71e7: Pulling fs layer 13:37:23 6ca5941a6612: Pulling fs layer 13:37:23 ecc8261a40a4: Pulling fs layer 13:37:23 ecc8261a40a4: Waiting 13:37:23 2a8b12db71e7: Download complete 13:37:23 31603596830f: Verifying Checksum 13:37:23 31603596830f: Download complete 13:37:24 ecc8261a40a4: Verifying Checksum 13:37:24 ecc8261a40a4: Download complete 13:37:24 6ca5941a6612: Verifying Checksum 13:37:24 6ca5941a6612: Download complete 13:37:24 31603596830f: Pull complete 13:37:24 2a8b12db71e7: Pull complete 13:37:25 6ca5941a6612: Pull complete 13:37:25 ecc8261a40a4: Pull complete 13:37:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:37:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:37:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:37:25 prd-centos7-docker-4c-2g-20222 does not seem to be running inside a container 13:37:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 13:37:28 $ docker top 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:37:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:37:28 [ssh-agent] Looking for ssh-agent implementation... 13:37:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:37:28 $ docker exec 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 ssh-agent 13:37:28 SSH_AUTH_SOCK=/tmp/ssh-ffBQaQXZcwWZ/agent.12 13:37:28 SSH_AGENT_PID=18 13:37:28 Running ssh-add (command line suppressed) 13:37:28 Identity added: /w/workspace/edgex-go/22@tmp/private_key_527157822643061445.key (/w/workspace/edgex-go/22@tmp/private_key_527157822643061445.key) 13:37:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:37:29 + git tag --points-at HEAD [Pipeline] } 13:37:29 $ docker exec --env ******** --env ******** 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 ssh-agent -k 13:37:29 unset SSH_AUTH_SOCK; 13:37:29 unset SSH_AGENT_PID; 13:37:29 echo Agent pid 18 killed; 13:37:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:37:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:37:29 [ssh-agent] Looking for ssh-agent implementation... 13:37:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:37:29 $ docker exec 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 ssh-agent 13:37:29 SSH_AUTH_SOCK=/tmp/ssh-FM8Ve3LnKDef/agent.46 13:37:29 SSH_AGENT_PID=51 13:37:29 Running ssh-add (command line suppressed) 13:37:30 Identity added: /w/workspace/edgex-go/22@tmp/private_key_7563481530999048557.key (/w/workspace/edgex-go/22@tmp/private_key_7563481530999048557.key) 13:37:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:37:30 + git semver init 13:37:30 # -> Open(): unable to determine branch for HEAD 13:37:30 # $GIT_DIR = /w/workspace/edgex-go/22/.git 13:37:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/22 13:37:30 # $SEMVER_REMOTE_NAME = origin 13:37:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:37:30 # $SEMVER_USER_NAME = edgex-jenkins 13:37:30 # $SEMVER_BRANCH = PR-2966 13:37:30 # $SEMVER_TEMP = /tmp/semver-549732024 13:37:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 13:37:48 # '/tmp/semver-549732024' -> '/w/workspace/edgex-go/22/.semver' 13:37:48 # -> Force: false 13:37:48 # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } 13:37:48 $ docker exec --env ******** --env ******** 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 ssh-agent -k 13:37:48 unset SSH_AUTH_SOCK; 13:37:48 unset SSH_AGENT_PID; 13:37:48 echo Agent pid 51 killed; 13:37:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:37:49 + git semver [Pipeline] } 13:37:49 $ docker stop --time=1 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 13:37:51 $ docker rm -f 2bd2786166edc2aca57bcfb9478531934a0fda821c0ec2b2006597dc5a87b887 [Pipeline] // withDockerContainer [Pipeline] sh 13:37:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:37:52 Stashed 1 file(s) [Pipeline] echo 13:37:52 [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 13:37:52 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:37:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:37:53 + sudo service docker restart 13:37:53 + true 13:37:53 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 13:37:54 ========================================================= 13:37:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:37:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:37:54 + 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 . 13:37:57 Sending build context to Docker daemon 326.6MB 13:37:57 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:37:57 Step 2/6 : FROM ${BASE} 13:37:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:37:57 188c0c94c7c5: Pulling fs layer 13:37:57 0ef7d3d256c8: Pulling fs layer 13:37:57 de9db76c5a1d: Pulling fs layer 13:37:57 bca2f99d35d6: Pulling fs layer 13:37:57 93359f2a8cfa: Pulling fs layer 13:37:57 7c6f9722023f: Pulling fs layer 13:37:57 a35cf1a2eb13: Pulling fs layer 13:37:57 93359f2a8cfa: Waiting 13:37:57 7c6f9722023f: Waiting 13:37:57 a35cf1a2eb13: Waiting 13:37:57 bca2f99d35d6: Waiting 13:37:57 de9db76c5a1d: Verifying Checksum 13:37:57 de9db76c5a1d: Download complete 13:37:57 0ef7d3d256c8: Download complete 13:37:57 93359f2a8cfa: Verifying Checksum 13:37:57 93359f2a8cfa: Download complete 13:37:57 188c0c94c7c5: Download complete 13:37:57 7c6f9722023f: Verifying Checksum 13:37:57 7c6f9722023f: Download complete 13:37:57 188c0c94c7c5: Pull complete 13:37:58 0ef7d3d256c8: Pull complete 13:37:58 de9db76c5a1d: Pull complete 13:38:00 a35cf1a2eb13: Verifying Checksum 13:38:00 a35cf1a2eb13: Download complete 13:38:00 bca2f99d35d6: Verifying Checksum 13:38:00 bca2f99d35d6: Download complete 13:38:06 bca2f99d35d6: Pull complete 13:38:06 93359f2a8cfa: Pull complete 13:38:06 7c6f9722023f: Pull complete 13:38:07 Still waiting to schedule task 13:38:07 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 13:38:10 a35cf1a2eb13: Pull complete 13:38:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:38:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:38:10 ---> a62c8e92a672 13:38:10 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 13:38:10 ---> Running in 74ba148e1a70 13:38:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:38:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:38:12 (1/12) Installing libmagic (5.38-r0) 13:38:12 (2/12) Installing file (5.38-r0) 13:38:12 (3/12) Installing libc-dev (0.7.2-r3) 13:38:12 (4/12) Installing g++ (9.3.0-r2) 13:38:19 (5/12) Installing fortify-headers (1.1-r0) 13:38:19 (6/12) Installing patch (2.7.6-r6) 13:38:19 (7/12) Installing build-base (0.5-r2) 13:38:19 (8/12) Installing libsodium (1.0.18-r0) 13:38:19 (9/12) Installing pkgconf (1.7.2-r0) 13:38:19 (10/12) Installing libsodium-dev (1.0.18-r0) 13:38:19 (11/12) Installing libzmq (4.3.3-r0) 13:38:19 (12/12) Installing zeromq-dev (4.3.3-r0) 13:38:19 Executing busybox-1.31.1-r19.trigger 13:38:19 OK: 233 MiB in 51 packages 13:38:23 Removing intermediate container 74ba148e1a70 13:38:23 ---> 69807c9b2bdb 13:38:23 Step 4/6 : WORKDIR /edgex-go 13:38:23 ---> Running in 4ec492527d49 13:38:23 Removing intermediate container 4ec492527d49 13:38:23 ---> 686514350580 13:38:23 Step 5/6 : COPY go.mod . 13:38:23 ---> 8521f8bea709 13:38:23 Step 6/6 : RUN go mod download 13:38:23 ---> Running in ae65a7f848bf 13:38:45 Removing intermediate container ae65a7f848bf 13:38:45 ---> b6c0c8fed939 13:38:45 Successfully built b6c0c8fed939 13:38:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:38:45 + docker inspect -f . ci-base-image-x86_64 13:38:45 . [Pipeline] withDockerContainer 13:38:46 prd-centos7-docker-4c-2g-20222 does not seem to be running inside a container 13:38:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 13:38:46 $ docker top e2278c97f358fc56c8e5be6c8822527870c6d00541e5845477480ca3281cc80e -eo pid,comm [Pipeline] { [Pipeline] sh 13:38:47 + go version 13:38:47 go version go1.15.5 linux/amd64 [Pipeline] } 13:38:47 $ docker stop --time=1 e2278c97f358fc56c8e5be6c8822527870c6d00541e5845477480ca3281cc80e 13:38:48 $ docker rm -f e2278c97f358fc56c8e5be6c8822527870c6d00541e5845477480ca3281cc80e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:38:49 + docker inspect -f . ci-base-image-x86_64 13:38:49 . [Pipeline] withDockerContainer 13:38:49 prd-centos7-docker-4c-2g-20222 does not seem to be running inside a container 13:38:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 13:38:51 $ docker top 9b9583f8a3c09f3704cddabbda27175b92e1ac1d5d1980533f2656eea6570ae7 -eo pid,comm [Pipeline] { [Pipeline] echo 13:38:51 ========================================================= 13:38:51 [edgeXBuildGoParallel] Running Tests and Build... 13:38:51 ========================================================= [Pipeline] sh 13:38:51 + make test 13:38:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:38:59 ? github.com/edgexfoundry/edgex-go [no test files] 13:39:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:39:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:39:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:39:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:39:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 13:39:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:39:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:39:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:39:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:39:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:39:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:39:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.070s coverage: 46.6% of statements 13:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.0% of statements 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.031s coverage: 100.0% of statements 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 77.1% of statements 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.112s coverage: 82.4% of statements 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 13:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements 13:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements 13:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements 13:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 86.7% of statements 13:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements 13:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:39:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 13:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:39:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:39:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.388s coverage: 93.2% of statements 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:39:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:39:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.040s coverage: 75.5% of statements 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 13:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.061s coverage: 87.2% of statements 13:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements 13:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.4% of statements 13:39:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.209s coverage: 63.5% of statements 13:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 13:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 13:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.027s coverage: 100.0% of statements 13:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 13:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.023s coverage: 100.0% of statements 13:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.329s coverage: 55.9% of statements 13:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 13:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 13:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 13:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements 13:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.276s coverage: 84.0% of statements 13:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 13:39:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements 13:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:39:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.065s coverage: 100.0% of statements 13:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:39:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements 13:39:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:39:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.653s coverage: 29.1% of statements 13:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:39:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements 13:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:39:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements 13:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:39:39 ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements 13:39:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:39:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 13:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:39:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 13:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:39:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:39:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 13:39:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 13:39:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 13:39:41 GO111MODULE=on go vet ./... 13:40:03 gofmt -l . 13:40:03 [ "`gofmt -l .`" = "" ] 13:40:03 ./bin/test-go-mod-tidy.sh 13:40:04 ./bin/test-attribution-txt.sh [Pipeline] sh 13:40:04 + ls -al . 13:40:04 total 660 13:40:04 drwxrwxr-x 10 1001 1001 4096 Jan 14 13:40 . 13:40:04 drwxr-xr-x 4 root root 30 Jan 14 13:38 .. 13:40:04 -rw-rw-r-- 1 1001 1001 11 Jan 14 13:37 .dockerignore 13:40:04 drwxrwxr-x 8 1001 1001 179 Jan 14 13:37 .git 13:40:04 drwxrwxr-x 3 1001 1001 125 Jan 14 13:37 .github 13:40:04 -rw-rw-r-- 1 1001 1001 824 Jan 14 13:37 .gitignore 13:40:04 drwx------ 3 1001 1001 47 Jan 14 13:37 .semver 13:40:04 -rw-rw-r-- 1 1001 1001 166 Jan 14 13:37 .sonarcloud.properties 13:40:04 -rw-rw-r-- 1 1001 1001 7741 Jan 14 13:37 Attribution.txt 13:40:04 -rw-rw-r-- 1 1001 1001 3804 Jan 14 13:37 CONTRIBUTING.md 13:40:04 -rw-rw-r-- 1 1001 1001 931 Jan 14 13:37 Dockerfile.build 13:40:04 -rw-rw-r-- 1 1001 1001 863 Jan 14 13:37 Jenkinsfile 13:40:04 -rw-rw-r-- 1 1001 1001 10775 Jan 14 13:37 LICENSE 13:40:04 -rw-rw-r-- 1 1001 1001 5750 Jan 14 13:37 Makefile 13:40:04 -rw-rw-r-- 1 1001 1001 6524 Jan 14 13:37 README.md 13:40:04 -rw-rw-r-- 1 1001 1001 6744 Jan 14 13:37 SECURITY.md 13:40:04 -rw-rw-r-- 1 1001 1001 5 Jan 14 13:37 VERSION 13:40:04 -rw-rw-r-- 1 1001 1001 4131 Jan 14 13:37 ZMQWindows.md 13:40:04 drwxrwxr-x 2 1001 1001 117 Jan 14 13:37 bin 13:40:04 drwxrwxr-x 14 1001 1001 4096 Jan 14 13:37 cmd 13:40:04 -rw-r--r-- 1 root root 554655 Jan 14 13:39 coverage.out 13:40:04 -rw-r--r-- 1 root root 979 Jan 14 13:40 go.mod 13:40:04 -rw-r--r-- 1 root root 19036 Jan 14 13:40 go.sum 13:40:04 drwxrwxr-x 8 1001 1001 127 Jan 14 13:37 internal 13:40:04 drwxrwxr-x 4 1001 1001 26 Jan 14 13:37 openapi 13:40:04 drwxrwxr-x 4 1001 1001 71 Jan 14 13:37 snap 13:40:04 -rw-rw-r-- 1 1001 1001 168 Jan 14 13:37 version.go [Pipeline] sh 13:40:05 + '[' -e coverage.out ] 13:40:05 + chown 1001:1001 coverage.out [Pipeline] stash 13:40:05 Stashed 1 file(s) [Pipeline] sh 13:40:05 + make build 13:40:05 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 13:40:09 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 13:40:18 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 13:40:18 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 13:40:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:40:19 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 13:40:21 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 13:40:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:40:23 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 13:40:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:40:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 13:40:26 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] } 13:40:27 $ docker stop --time=1 9b9583f8a3c09f3704cddabbda27175b92e1ac1d5d1980533f2656eea6570ae7 13:40:29 $ docker rm -f 9b9583f8a3c09f3704cddabbda27175b92e1ac1d5d1980533f2656eea6570ae7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:40:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:40:31 13:40:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 13:40:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:40:33 latest: Pulling from edgex-devops/edgex-compose 13:40:33 cbdbe7a5bc2a: Pulling fs layer 13:40:33 ca9280d653b3: Pulling fs layer 13:40:33 7e9c9ca2126c: Pulling fs layer 13:40:33 cbdbe7a5bc2a: Verifying Checksum 13:40:33 cbdbe7a5bc2a: Download complete 13:40:33 cbdbe7a5bc2a: Pull complete 13:40:33 ca9280d653b3: Verifying Checksum 13:40:33 ca9280d653b3: Download complete 13:40:34 7e9c9ca2126c: Download complete 13:40:35 ca9280d653b3: Pull complete 13:40:41 7e9c9ca2126c: Pull complete 13:40:41 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:40:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:40:41 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:40:41 prd-centos7-docker-4c-2g-20222 does not seem to be running inside a container 13:40:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 13:40:45 $ docker top c1d6b588e5709f80c75ded34a93b6d9fc7b396bb26b89330398d9df0dffb8bbb -eo pid,comm [Pipeline] { [Pipeline] sh 13:40:45 + docker-compose build --help 13:40:45 + grep parallel 13:40:46 --parallel Build images in parallel. [Pipeline] } 13:40:46 $ docker stop --time=1 c1d6b588e5709f80c75ded34a93b6d9fc7b396bb26b89330398d9df0dffb8bbb 13:40:47 $ docker rm -f c1d6b588e5709f80c75ded34a93b6d9fc7b396bb26b89330398d9df0dffb8bbb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:40:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:40:48 . [Pipeline] withDockerContainer 13:40:48 prd-centos7-docker-4c-2g-20222 does not seem to be running inside a container 13:40:48 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 13:40:49 $ docker top 1a107f7efc92a23f30751aeb7b7bfd477f02f95692737fcd710083119eb1665b -eo pid,comm [Pipeline] { [Pipeline] sh 13:40:49 + docker-compose -f ./docker-compose-build.yml build --parallel 13:40:51 Building docker-core-command-go ... 13:40:51 Building docker-core-data-go ... 13:40:51 Building docker-core-metadata-go ... 13:40:51 Building docker-security-bootstrap-redis-go ... 13:40:51 Building docker-security-proxy-setup-go ... 13:40:51 Building docker-security-secretstore-setup-go ... 13:40:51 Building docker-support-notifications-go ... 13:40:51 Building docker-support-scheduler-go ... 13:40:51 Building docker-sys-mgmt-agent-go ... 13:40:51 Building docker-sys-mgmt-agent-go 13:40:51 Building docker-support-notifications-go 13:40:51 Building docker-core-data-go 13:40:51 Building docker-core-command-go 13:40:51 Building docker-security-secretstore-setup-go 13:41:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:41:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:41:17 ---> b6c0c8fed939 13:41:17 Step 3/24 : WORKDIR /edgex-go 13:41:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:41:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:41:17 ---> b6c0c8fed939 13:41:17 Step 3/23 : WORKDIR /edgex-go 13:41:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:41:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:41:17 ---> b6c0c8fed939 13:41:17 Step 3/24 : WORKDIR /edgex-go 13:41:17 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:41:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:41:17 ---> b6c0c8fed939 13:41:17 Step 3/26 : WORKDIR /edgex-go 13:41:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:41:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:41:17 ---> b6c0c8fed939 13:41:17 Step 3/22 : WORKDIR /edgex-go 13:41:17 ---> Running in ef143c1219c5 13:41:17 ---> Running in 685089e5c508 13:41:17 ---> Running in 37b89cd004d0 13:41:17 ---> Running in ce0f0563a3ee 13:41:17 ---> Running in 86656eaf2845 13:41:17 Removing intermediate container ef143c1219c5 13:41:17 ---> 2590cf5f90bd 13:41:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:41:17 Removing intermediate container ce0f0563a3ee 13:41:17 ---> 30fd66b23b35 13:41:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:41:17 Removing intermediate container 37b89cd004d0 13:41:17 ---> dc8c6923f56c 13:41:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:41:17 Removing intermediate container 86656eaf2845 13:41:17 ---> d2b40fcc8455 13:41:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:41:17 Removing intermediate container 685089e5c508 13:41:17 ---> 02d8be93ae16 13:41:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:41:18 ---> Running in 7075fdd73e66 13:41:18 ---> Running in db6c8d888ad9 13:41:18 ---> Running in 5b7fc89db366 13:41:18 ---> Running in 098b2ab621fa 13:41:18 ---> Running in dadcaec7227b 13:41:20 Removing intermediate container 5b7fc89db366 13:41:20 ---> 30da7825b47f 13:41:20 Step 5/24 : RUN apk add --update --no-cache make git 13:41:20 Removing intermediate container 7075fdd73e66 13:41:20 ---> d04aed1048f3 13:41:20 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 13:41:20 ---> Running in f42a3b51d191 13:41:20 ---> Running in 72d73d69a786 13:41:20 Removing intermediate container 098b2ab621fa 13:41:20 ---> 0b32851ba3c5 13:41:20 Step 5/26 : RUN apk add --update --no-cache make bash git 13:41:20 Removing intermediate container dadcaec7227b 13:41:20 ---> fbd4023a60b2 13:41:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:41:20 Removing intermediate container db6c8d888ad9 13:41:20 ---> 901eb1861ca8 13:41:20 Step 5/22 : RUN apk add --update --no-cache make git 13:41:20 ---> Running in 9cc7d9e5fa5a 13:41:21 ---> Running in c4743391355a 13:41:21 ---> Running in 164ca9ef97fb 13:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:41:23 OK: 233 MiB in 51 packages 13:41:23 OK: 233 MiB in 51 packages 13:41:23 OK: 233 MiB in 51 packages 13:41:23 OK: 233 MiB in 51 packages 13:41:23 OK: 233 MiB in 51 packages 13:41:24 Removing intermediate container f42a3b51d191 13:41:24 ---> 2a78b4534f83 13:41:24 Step 6/24 : COPY go.mod . 13:41:24 Removing intermediate container 9cc7d9e5fa5a 13:41:24 ---> e505feea07c7 13:41:24 Step 6/26 : COPY go.mod . 13:41:24 ---> d1ca5661801f 13:41:24 Step 7/24 : RUN go mod download 13:41:24 Removing intermediate container 72d73d69a786 13:41:24 ---> 74c290681130 13:41:24 Step 6/24 : COPY go.mod . 13:41:24 Removing intermediate container c4743391355a 13:41:24 ---> fd4aad79856b 13:41:24 Step 6/23 : COPY go.mod . 13:41:24 Removing intermediate container 164ca9ef97fb 13:41:24 ---> 10f252978cf5 13:41:24 Step 6/22 : COPY go.mod . 13:41:24 ---> Running in 64e6d843e238 13:41:25 ---> 2fbfbf47daaa 13:41:25 Step 7/26 : RUN go mod download 13:41:25 ---> f5cfe794edde 13:41:25 Step 7/24 : RUN go mod download 13:41:25 ---> Running in 441b06e14d25 13:41:25 ---> Running in 9c9699e4e48d 13:41:25 ---> 35baad8a9cc9 13:41:25 Step 7/23 : RUN go mod download 13:41:25 ---> 6d52c82498cc 13:41:25 Step 7/22 : RUN go mod download 13:41:25 ---> Running in 63792c8309aa 13:41:25 ---> Running in 25281203ca39 13:41:27 Removing intermediate container 64e6d843e238 13:41:27 ---> c0f8f5fe4ebe 13:41:27 Step 8/24 : COPY . . 13:41:27 Removing intermediate container 441b06e14d25 13:41:27 ---> 53a2011c6b08 13:41:27 Step 8/26 : COPY . . 13:41:27 Removing intermediate container 9c9699e4e48d 13:41:27 ---> fadb4b30187a 13:41:27 Step 8/24 : COPY . . 13:41:33 Removing intermediate container 63792c8309aa 13:41:33 ---> bca8ee1238e9 13:41:33 Step 8/23 : COPY . . 13:41:33 Removing intermediate container 25281203ca39 13:41:33 ---> 022e2018d741 13:41:33 Step 8/22 : COPY . . 13:42:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20223 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws 13:42:05 Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout 13:42:06 ---> e537062bdb68 13:42:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:42:06 ---> f5dcb5079993 13:42:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:42:06 ---> 28aba256fe27 13:42:06 Step 9/24 : RUN make cmd/support-notifications/support-notifications 13:42:06 ---> 6e32b57fb210 13:42:06 Step 9/23 : RUN make cmd/core-data/core-data 13:42:06 ---> 456afbf0c6de 13:42:06 Step 9/22 : RUN make cmd/core-command/core-command 13:42:06 ---> Running in 27c5a76784e9 13:42:06 ---> Running in fd383c91995f 13:42:06 ---> Running in 34582a6a0338 13:42:06 ---> Running in 7bc4149979b5 13:42:06 ---> Running in 01144d993234 13:42:06 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 13:42:06 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 13:42:06 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 13:42:06 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 13:42:06 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 13:42:11 using credential edgex-jenkins-ssh 13:42:11 Cloning the remote Git repository 13:42:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:42:11 > git init /w/workspace/edgex-go/22 # timeout=10 13:42:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:42:12 > git --version # timeout=10 13:42:12 > git --version # 'git version 2.17.1' 13:42:12 using GIT_SSH to set credentials SSH Credentials for GitHub 13:42:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:42:29 Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 13:42:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:42:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:42:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:42:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:42:29 using GIT_SSH to set credentials SSH Credentials for GitHub 13:42:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:42:29 > git config core.sparsecheckout # timeout=10 13:42:29 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 13:42:30 > git remote # timeout=10 13:42:30 > git config --get remote.origin.url # timeout=10 13:42:30 Merge succeeded, producing 638c5eca75d96072983230586d0b72665e7313b1 13:42:30 Checking out Revision 638c5eca75d96072983230586d0b72665e7313b1 (PR-2966) 13:42:30 using GIT_SSH to set credentials SSH Credentials for GitHub 13:42:30 > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 13:42:30 > git rev-parse HEAD^{commit} # timeout=10 13:42:30 > git config core.sparsecheckout # timeout=10 13:42:30 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 13:42:32 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 13:42:35 Commit message: "feat(scheduler): ServiceName change should invoke old service's callback" 13:42:35 Removing intermediate container 34582a6a0338 13:42:35 ---> ed29c17b5a1e 13:42:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:42:36 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 13:42:36 ---> Running in 31d0ef5e66db 13:42:36 Removing intermediate container 01144d993234 13:42:36 ---> 19ccc86a0562 13:42:36 13:42:36 Step 10/22 : FROM scratch 13:42:36 ---> 13:42:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:42:36 Removing intermediate container fd383c91995f 13:42:36 ---> 231d52f49497 13:42:36 13:42:36 Step 10/24 : FROM scratch 13:42:36 ---> 13:42:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [Pipeline] sh 13:42:37 ---> Running in 9447bb1a21cb 13:42:37 ---> Running in f48d67384944 13:42:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:42:37 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 13:42:37 + true 13:42:37 + sudo service docker restart 13:42:39 Removing intermediate container 9447bb1a21cb 13:42:39 ---> ba9fc1c21cf7 13:42:39 Step 12/22 : ENV APP_PORT=48082 13:42:39 Removing intermediate container f48d67384944 13:42:39 ---> c1e0c2654cd8 13:42:39 Step 12/24 : ENV APP_PORT=48060 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:42:39 provisioning config files... 13:42:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config7451128935979220273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:42:39 ---> Running in 4c4566184e3c 13:42:39 ---> Running in 5bf46339a282 13:42:39 Removing intermediate container 27c5a76784e9 13:42:39 ---> a1a6354914f0 13:42:39 13:42:39 Step 10/24 : FROM alpine:3.12 13:42:40 3.12: Pulling from library/alpine 13:42:40 Removing intermediate container 4c4566184e3c 13:42:40 ---> eb1bd5c847f4 13:42:40 Step 13/24 : EXPOSE $APP_PORT 13:42:40 Removing intermediate container 5bf46339a282 13:42:40 ---> ec3212624b70 13:42:40 Step 13/22 : EXPOSE $APP_PORT 13:42:40 ---> Running in 0dd7ac6712c8 13:42:40 ---> docker-login.sh 13:42:40 nexus3.edgexfoundry.org:10001 13:42:40 ---> Running in a148c7100f19 13:42:40 Removing intermediate container a148c7100f19 13:42:40 ---> dbc8853b1971 13:42:40 Step 14/22 : WORKDIR / 13:42:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 13:42:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:42:41 Configure a credential helper to remove this warning. See 13:42:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:42:41 13:42:41 Login Succeeded 13:42:41 nexus3.edgexfoundry.org:10002 13:42:41 Status: Downloaded newer image for alpine:3.12 13:42:41 ---> 389fef711851 13:42:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:42:41 Removing intermediate container 31d0ef5e66db 13:42:41 ---> ab5ff25c57f6 13:42:41 13:42:41 Step 11/26 : FROM docker:20.10.0 13:42:41 20.10.0: Pulling from library/docker 13:42:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:42:41 Configure a credential helper to remove this warning. See 13:42:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:42:41 13:42:41 Login Succeeded 13:42:41 nexus3.edgexfoundry.org:10003 13:42:42 Removing intermediate container 0dd7ac6712c8 13:42:42 ---> 085dbc314595 13:42:42 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 13:42:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:42:42 Configure a credential helper to remove this warning. See 13:42:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:42:42 13:42:42 Login Succeeded 13:42:42 nexus3.edgexfoundry.org:10004 13:42:42 ---> Running in 7b643af7fc8f 13:42:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:42:43 Configure a credential helper to remove this warning. See 13:42:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:42:43 13:42:43 Login Succeeded 13:42:43 docker.io 13:42:43 ---> Running in fdd6bd9b45aa 13:42:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:42:43 ---> 7d879b40281f 13:42:43 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 13:42:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:42:44 Configure a credential helper to remove this warning. See 13:42:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:42:44 13:42:44 Login Succeeded 13:42:44 ---> docker-login.sh ends [Pipeline] } 13:42:44 Deleting 1 temporary files 13:42:44 Removing intermediate container 7bc4149979b5 13:42:44 ---> 1ad540933dd2 13:42:44 13:42:44 Step 10/23 : FROM alpine:3.12 13:42:44 ---> 389fef711851 13:42:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:42:44 ========================================================= 13:42:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:42:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:42:44 Removing intermediate container 7b643af7fc8f 13:42:44 ---> 80901f1cf29c 13:42:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:42:44 + 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 . 13:42:45 ---> Running in 5c58d38513aa 13:42:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:42:45 ---> 4b2594fdf9f6 13:42:45 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 13:42:45 ---> 6728d3f9185b 13:42:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:42:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:42:45 (1/5) Installing ca-certificates (20191127-r4) 13:42:45 (2/5) Installing nghttp2-libs (1.41.0-r0) 13:42:45 (3/5) Installing libcurl (7.69.1-r3) 13:42:45 (4/5) Installing curl (7.69.1-r3) 13:42:45 (5/5) Installing dumb-init (1.2.2-r1) 13:42:45 Executing busybox-1.31.1-r19.trigger 13:42:45 Executing ca-certificates-20191127-r4.trigger 13:42:45 OK: 7 MiB in 19 packages 13:42:45 Removing intermediate container 5c58d38513aa 13:42:45 ---> 05830e4f8008 13:42:45 Step 12/23 : ENV APP_PORT=48080 13:42:46 ---> Running in f00b70e56fd6 13:42:46 ---> bcb8e71b140d 13:42:46 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 13:42:46 ---> 14530ae34ba7 13:42:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:42:47 Removing intermediate container f00b70e56fd6 13:42:47 ---> 7b7480dd003d 13:42:47 Step 13/23 : EXPOSE $APP_PORT 13:42:47 Sending build context to Docker daemon 165.6MB 13:42:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:42:47 Step 2/6 : FROM ${BASE} 13:42:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:42:47 5f621e34cdf4: Pulling fs layer 13:42:47 a4357932f1b6: Pulling fs layer 13:42:47 18c013af1878: Pulling fs layer 13:42:47 00ac8860ef70: Pulling fs layer 13:42:47 63d7cb157983: Pulling fs layer 13:42:47 b116817d02f9: Pulling fs layer 13:42:47 745a02a5169b: Pulling fs layer 13:42:47 b116817d02f9: Waiting 13:42:47 63d7cb157983: Waiting 13:42:47 745a02a5169b: Waiting 13:42:47 00ac8860ef70: Waiting 13:42:47 18c013af1878: Download complete 13:42:47 a4357932f1b6: Verifying Checksum 13:42:47 a4357932f1b6: Download complete 13:42:47 63d7cb157983: Verifying Checksum 13:42:47 63d7cb157983: Download complete 13:42:47 b116817d02f9: Download complete 13:42:47 5f621e34cdf4: Verifying Checksum 13:42:47 5f621e34cdf4: Download complete 13:42:47 ---> Running in 447515e0ff69 13:42:47 ---> 1c948d3edbc2 13:42:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:42:47 ---> 644e942f61b9 13:42:47 Step 18/22 : ENTRYPOINT ["/core-command"] 13:42:48 Removing intermediate container fdd6bd9b45aa 13:42:48 ---> 6e9e9d181c2c 13:42:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:42:48 ---> Running in d54ca82c949f 13:42:48 Removing intermediate container 447515e0ff69 13:42:48 ---> f9c3d6f8311f 13:42:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:42:48 ---> Running in 10e2edffe061 13:42:48 5f621e34cdf4: Pull complete 13:42:48 ---> Running in a9040a8925f2 13:42:48 a4357932f1b6: Pull complete 13:42:48 Removing intermediate container d54ca82c949f 13:42:48 ---> 08ceb38c621c 13:42:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:42:49 Removing intermediate container 10e2edffe061 13:42:49 ---> 80be962afd9e 13:42:49 Step 13/24 : WORKDIR / 13:42:49 ---> 70bb0f4bd5f5 13:42:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:42:49 ---> Running in d0b1351617a9 13:42:49 ---> Running in 35d7dbb680cc 13:42:49 18c013af1878: Pull complete 13:42:49 Removing intermediate container 35d7dbb680cc 13:42:49 ---> eb5c13e2d9db 13:42:49 Step 20/22 : LABEL arch=x86_64 13:42:49 Removing intermediate container d0b1351617a9 13:42:49 ---> b7048af50b0b 13:42:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:42:49 ---> Running in ea2cb7c4b78f 13:42:49 ---> e4960f5731d7 13:42:49 Step 20/24 : ENTRYPOINT ["/support-notifications"] 13:42:49 745a02a5169b: Verifying Checksum 13:42:49 745a02a5169b: Download complete 13:42:50 ---> Running in 04030a333d31 13:42:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:42:50 Status: Downloaded newer image for docker:20.10.0 13:42:50 Removing intermediate container ea2cb7c4b78f 13:42:50 ---> b7d839174539 13:42:50 Step 21/22 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:42:50 ---> aefe523efa57 13:42:50 Step 12/26 : RUN apk add --no-cache bash 13:42:50 ---> b3940aefe36d 13:42:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:42:50 ---> Running in 20207b8a52dc 13:42:50 ---> Running in 4417f6cfec71 13:42:50 Removing intermediate container 04030a333d31 13:42:50 ---> 6ea71b3f0eec 13:42:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:42:50 Removing intermediate container a9040a8925f2 13:42:50 ---> 7c6c4bf6f0e2 13:42:50 Step 15/23 : RUN apk add --update --no-cache zeromq 13:42:50 ---> Running in 2a600195d35a 13:42:50 ---> Running in 963263e7343f 13:42:50 ---> 19c57ca8f1d6 13:42:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:42:50 Removing intermediate container 4417f6cfec71 13:42:50 ---> 81e5beb63c8e 13:42:50 Step 22/22 : LABEL version=0.0.0 13:42:51 00ac8860ef70: Verifying Checksum 13:42:51 00ac8860ef70: Download complete 13:42:51 ---> Running in c4ff5c5369e7 13:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:42:51 Removing intermediate container 2a600195d35a 13:42:51 ---> ebe614844e76 13:42:51 Step 22/24 : LABEL arch=x86_64 13:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:42:51 ---> ce9ac0a7efc3 13:42:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:42:52 ---> Running in 6c7ec1d99669 13:42:52 (1/2) Installing readline (8.0.4-r0) 13:42:52 Removing intermediate container c4ff5c5369e7 13:42:52 ---> e5a7709f906a 13:42:52 13:42:52 (2/2) Installing bash (5.0.17-r0) 13:42:52 Executing bash-5.0.17-r0.post-install 13:42:52 Executing busybox-1.31.1-r19.trigger 13:42:52 OK: 12 MiB in 22 packages 13:42:52 Removing intermediate container 6c7ec1d99669 13:42:52 ---> d28134d4804b 13:42:52 Step 23/24 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:42:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:42:52 Successfully built e5a7709f906a 13:42:52 ---> Running in 0d5bb84ea69f 13:42:52 Successfully tagged docker-core-command-go:latest 13:42:52  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go 13:42:52 ---> 8568f54e3abf 13:42:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:42:52 Removing intermediate container 0d5bb84ea69f 13:42:52 ---> 282ac82b97cc 13:42:52 Step 24/24 : LABEL version=0.0.0 13:42:52 ---> Running in 8fa0b5840690 13:42:52 Removing intermediate container 20207b8a52dc 13:42:52 ---> 38165225a3cf 13:42:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:42:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:42:53 ---> Running in 172636c7deb2 13:42:53 ---> b6f70c9a0b8b 13:42:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:42:54 (1/5) Installing libgcc (9.3.0-r2) 13:42:54 Removing intermediate container 8fa0b5840690 13:42:54 ---> 94db865b08cd 13:42:54 13:42:55 (2/5) Installing libsodium (1.0.18-r0) 13:42:55 Successfully built 94db865b08cd 13:42:55 (3/5) Installing libstdc++ (9.3.0-r2) 13:42:56 (4/5) Installing libzmq (4.3.3-r0) 13:42:56 (5/5) Installing zeromq (4.3.3-r0) 13:42:56 Successfully tagged docker-support-notifications-go:latest 13:42:56  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 13:42:56 Removing intermediate container 172636c7deb2 13:42:56 ---> 7b91b0a9b976 13:42:56 Step 14/26 : ENV APP_PORT=48090 13:42:56 Executing busybox-1.31.1-r19.trigger 13:42:56 OK: 8 MiB in 19 packages 13:42:59 ---> f5687919022c 13:42:59 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/ 13:42:59 ---> Running in e4c18eaf6538 13:43:01 00ac8860ef70: Pull complete 13:43:01 63d7cb157983: Pull complete 13:43:01 b116817d02f9: Pull complete 13:43:03 ---> Running in 308ab2fe93b3 13:43:04 Removing intermediate container e4c18eaf6538 13:43:04 ---> 0cfc82c34d37 13:43:04 Step 15/26 : EXPOSE $APP_PORT 13:43:04 ---> Running in eaaaaf9b87e7 13:43:05 745a02a5169b: Pull complete 13:43:05 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:43:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:43:05 ---> b7e6874047d6 13:43:05 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 13:43:05 Removing intermediate container 963263e7343f 13:43:05 ---> f39875fd2487 13:43:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:43:06 Removing intermediate container eaaaaf9b87e7 13:43:06 ---> a834687d671c 13:43:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:43:07 ---> 4134361a677b 13:43:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:43:08 ---> 9ab4e59830fb 13:43:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:43:08 Removing intermediate container 308ab2fe93b3 13:43:08 ---> d6e877ba759e 13:43:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:43:09 ---> Running in cd2479237f83 13:43:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:43:10 ---> 2f711532b338 13:43:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:43:10 ---> Running in 297130f375dc 13:43:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:43:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:43:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:43:11 ---> b6c0c8fed939 13:43:11 Step 3/22 : WORKDIR /edgex-go 13:43:11 ---> Using cache 13:43:11 ---> 02d8be93ae16 13:43:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:43:11 ---> Using cache 13:43:11 ---> fbd4023a60b2 13:43:11 Step 5/22 : RUN apk add --update --no-cache make git 13:43:11 (1/12) Installing libmagic (5.38-r0) 13:43:11 ---> ad9e2a2fab9a 13:43:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:43:12 (2/12) Installing file (5.38-r0) 13:43:12 (3/12) Installing libc-dev (0.7.2-r3) 13:43:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:43:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:43:12 (4/12) Installing g++ (9.3.0-r2) 13:43:12 ---> b6c0c8fed939 13:43:12 Step 3/21 : WORKDIR /edgex-go 13:43:12 ---> Using cache 13:43:12 ---> 02d8be93ae16 13:43:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:43:12 ---> Using cache 13:43:12 ---> fbd4023a60b2 13:43:12 Step 5/21 : RUN apk add --update --no-cache make git 13:43:12 Removing intermediate container 297130f375dc 13:43:12 ---> 87e337b2eca9 13:43:12 Step 22/24 : LABEL arch=x86_64 13:43:12 ---> Running in e40aefedcc11 13:43:12 ---> 5b351c298aad 13:43:12 Step 19/23 : ENTRYPOINT ["/core-data"] 13:43:12 ---> Running in d4c9867da190 13:43:12 ---> Running in 2ff13022138f 13:43:12 ---> 9c321028881b 13:43:12 Step 19/26 : RUN apk --no-cache add py3-pip 13:43:12 ---> Running in 1624c67bd474 13:43:12 ---> Running in 0bbc1c691e0d 13:43:13 Removing intermediate container 2ff13022138f 13:43:13 ---> aedb7a9c94da 13:43:13 Step 23/24 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:43:13 Removing intermediate container 1624c67bd474 13:43:13 ---> 7d8f2f7c73a7 13:43:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:43:13 ---> Running in 1c070c65a4cf 13:43:13 ---> Running in eb147e5b6333 13:43:13 Removing intermediate container 1c070c65a4cf 13:43:13 ---> 3d28038474f9 13:43:13 Step 24/24 : LABEL version=0.0.0 13:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:43:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:43:13 Removing intermediate container eb147e5b6333 13:43:13 ---> c5de01733cb4 13:43:13 Step 21/23 : LABEL arch=x86_64 13:43:14 ---> Running in c0f3484c9e27 13:43:14 ---> Running in 6433e3ac99e1 13:43:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:43:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:43:14 Removing intermediate container c0f3484c9e27 13:43:14 ---> 5875296d89a3 13:43:14 13:43:14 Removing intermediate container 6433e3ac99e1 13:43:14 ---> 464ea50b2a0b 13:43:14 Step 22/23 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:43:14 ---> Running in 529e7bdb57d6 13:43:14 (1/33) Installing libbz2 (1.0.8-r1) 13:43:14 Successfully built 5875296d89a3 13:43:14 (2/33) Installing expat (2.2.9-r1) 13:43:14 (3/33) Installing libffi (3.3-r2) 13:43:14 Successfully tagged docker-security-secretstore-setup-go:latest 13:43:14  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 13:43:14 (4/33) Installing gdbm (1.13-r1) 13:43:14 (5/33) Installing xz-libs (5.2.5-r0) 13:43:14 (6/33) Installing sqlite-libs (3.32.1-r0) 13:43:14 (7/33) Installing python3 (3.8.5-r0) 13:43:14 Removing intermediate container 529e7bdb57d6 13:43:14 ---> cfa00d5352dc 13:43:14 Step 23/23 : LABEL version=0.0.0 13:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:43:15 OK: 233 MiB in 51 packages 13:43:15 OK: 233 MiB in 51 packages 13:43:15 (5/12) Installing fortify-headers (1.1-r0) 13:43:15 (6/12) Installing patch (2.7.6-r6) 13:43:15 (7/12) Installing build-base (0.5-r2) 13:43:15 (8/12) Installing libsodium (1.0.18-r0) 13:43:15 (9/12) Installing pkgconf (1.7.2-r0) 13:43:15 (10/12) Installing libsodium-dev (1.0.18-r0) 13:43:15 (11/12) Installing libzmq (4.3.3-r0) 13:43:15 (12/12) Installing zeromq-dev (4.3.3-r0) 13:43:15 Executing busybox-1.31.1-r19.trigger 13:43:15 OK: 217 MiB in 51 packages 13:43:20 Removing intermediate container cd2479237f83 13:43:20 ---> 5ad4517e6d23 13:43:20 Step 4/6 : WORKDIR /edgex-go 13:43:20 ---> Running in bb035a430807 13:43:21 Removing intermediate container bb035a430807 13:43:21 ---> 19ee2fb0f3f3 13:43:21 Step 5/6 : COPY go.mod . 13:43:21 ---> cf729156a963 13:43:21 Step 6/6 : RUN go mod download 13:43:21 ---> Running in 80fd6844b351 13:43:23 ---> Running in f4e325cb5e87 13:43:23 (8/33) Installing py3-appdirs (1.4.4-r1) 13:43:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:43:23 (10/33) Installing py3-parsing (2.4.7-r0) 13:43:23 (11/33) Installing py3-six (1.15.0-r0) 13:43:23 (12/33) Installing py3-packaging (20.4-r0) 13:43:23 (13/33) Installing py3-setuptools (47.0.0-r0) 13:43:23 (14/33) Installing py3-chardet (3.0.4-r4) 13:43:23 (15/33) Installing py3-idna (2.9-r0) 13:43:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:43:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:43:23 Removing intermediate container f4e325cb5e87 13:43:23 ---> 9ec1971962b0 13:43:23 13:43:23 (18/33) Installing py3-requests (2.23.0-r0) 13:43:23 (19/33) Installing py3-msgpack (1.0.0-r0) 13:43:23 (20/33) Installing py3-lockfile (0.12.2-r3) 13:43:24 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:43:24 (22/33) Installing py3-colorama (0.4.3-r0) 13:43:24 (23/33) Installing py3-distlib (0.3.0-r0) 13:43:24 Removing intermediate container e40aefedcc11 13:43:24 ---> 943431c7157a 13:43:24 Step 6/22 : COPY go.mod . 13:43:24 Successfully built 9ec1971962b0 13:43:24 (24/33) Installing py3-distro (1.5.0-r1) 13:43:24 (25/33) Installing py3-webencodings (0.5.1-r3) 13:43:24 Successfully tagged docker-core-data-go:latest 13:43:24 Building docker-core-metadata-go 13:43:25  Building docker-core-data-go ... done (26/33) Installing py3-html5lib (1.0.1-r4) 13:43:25 (27/33) Installing py3-pytoml (0.1.21-r0) 13:43:25 Removing intermediate container d4c9867da190 13:43:25 ---> f48f5df2eb8c 13:43:25 Step 6/21 : COPY go.mod . 13:43:25 (28/33) Installing py3-pep517 (0.8.2-r0) 13:43:25 (29/33) Installing py3-progress (1.5-r0) 13:43:25 (30/33) Installing py3-toml (0.10.1-r0) 13:43:26 (31/33) Installing py3-retrying (1.3.3-r0) 13:43:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:43:27 (33/33) Installing py3-pip (20.1.1-r0) 13:43:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:43:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:43:27 ---> b6c0c8fed939 13:43:27 Step 3/21 : WORKDIR /edgex-go 13:43:27 ---> Using cache 13:43:27 ---> 02d8be93ae16 13:43:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:43:27 ---> Using cache 13:43:27 ---> fbd4023a60b2 13:43:27 Step 5/21 : RUN apk add --update --no-cache make git 13:43:27 ---> Using cache 13:43:27 ---> f48f5df2eb8c 13:43:27 Step 6/21 : COPY go.mod . 13:43:28 ---> d6a97628f722 13:43:28 Step 7/22 : RUN go mod download 13:43:29 Executing busybox-1.31.1-r19.trigger 13:43:29 ---> Running in 4599ebc14d29 13:43:29 OK: 71 MiB in 55 packages 13:43:29 ---> be3355b304f0 13:43:29 Step 7/21 : RUN go mod download 13:43:29 ---> 9f30daf4cfa1 13:43:29 Step 7/21 : RUN go mod download 13:43:30 ---> Running in 7b3d37fd2227 13:43:30 ---> Running in 600bf2a88dbd 13:43:34 Removing intermediate container 4599ebc14d29 13:43:34 ---> 9a2a6c82b608 13:43:34 Step 8/22 : COPY . . 13:43:38 Removing intermediate container 7b3d37fd2227 13:43:38 ---> acb55218def1 13:43:38 Step 8/21 : COPY . . 13:43:41 Removing intermediate container 600bf2a88dbd 13:43:41 ---> b8af63667b9e 13:43:41 Step 8/21 : COPY . . 13:43:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:43:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:43:41 ---> b6c0c8fed939 13:43:41 Step 3/22 : WORKDIR /edgex-go 13:43:41 ---> Using cache 13:43:41 ---> 02d8be93ae16 13:43:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:43:41 ---> Using cache 13:43:41 ---> fbd4023a60b2 13:43:41 Step 5/22 : RUN apk add --update --no-cache make git 13:43:41 ---> Using cache 13:43:41 ---> f48f5df2eb8c 13:43:41 Step 6/22 : COPY go.mod . 13:43:41 ---> Using cache 13:43:41 ---> be3355b304f0 13:43:41 Step 7/22 : RUN go mod download 13:43:41 ---> Using cache 13:43:41 ---> acb55218def1 13:43:41 Step 8/22 : COPY . . 13:43:48 Removing intermediate container 80fd6844b351 13:43:48 ---> baf11d4d34e1 13:43:48 Successfully built baf11d4d34e1 13:43:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:43:48 + docker inspect -f . ci-base-image-arm64 13:43:48 . [Pipeline] withDockerContainer 13:43:49 prd-ubuntu18.04-docker-arm64-4c-16g-20223 does not seem to be running inside a container 13:43:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** ci-base-image-arm64 cat 13:43:50 $ docker top c06b5c96906a16eb587979ce524dbcb64e4ae6782fa762164417111db97d5e1f -eo pid,comm [Pipeline] { [Pipeline] sh 13:43:51 + go version 13:43:51 go version go1.15.5 linux/arm64 [Pipeline] } 13:43:51 $ docker stop --time=1 c06b5c96906a16eb587979ce524dbcb64e4ae6782fa762164417111db97d5e1f 13:43:53 $ docker rm -f c06b5c96906a16eb587979ce524dbcb64e4ae6782fa762164417111db97d5e1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:43:55 + docker inspect -f . ci-base-image-arm64 13:43:55 . [Pipeline] withDockerContainer 13:43:55 prd-ubuntu18.04-docker-arm64-4c-16g-20223 does not seem to be running inside a container 13:43:55 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** ci-base-image-arm64 cat 13:43:56 $ docker top c143868c6b3abcdd1ea6d9999c6ea10643ab7a792f0a51b7ec39f82979add387 -eo pid,comm [Pipeline] { [Pipeline] echo 13:43:57 ========================================================= 13:43:57 [edgeXBuildGoParallel] Running Tests and Build... 13:43:57 ========================================================= [Pipeline] sh 13:43:58 + make test 13:43:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:44:14 Removing intermediate container 0bbc1c691e0d 13:44:14 ---> 27bd843cb2ce 13:44:14 Step 20/26 : RUN pip install docker-compose==1.23.2 13:44:14 ---> Running in 4a2dd929c3c0 13:44:16 ---> 4aefcd3e4978 13:44:16 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 13:44:17 ---> Running in d5c5db8288a6 13:44:17 ---> 23d460014409 13:44:17 Step 9/22 : RUN make cmd/core-metadata/core-metadata 13:44:17 ---> dac9f9871de0 13:44:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:44:17 ---> a3268631b3ea 13:44:17 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 13:44:17 ---> Running in a61cbf33a767 13:44:17 ---> Running in 5d3849a24118 13:44:17 ---> Running in a76b1184140e 13:44:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 13:44:18 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 13:44:18 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 13:44:18 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 13:44:21 Collecting docker-compose==1.23.2 13:44:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:44:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:44:22 Collecting texttable<0.10,>=0.9.0 13:44:22 Downloading texttable-0.9.1.tar.gz (11 kB) 13:44:23 Collecting PyYAML<4,>=3.10 13:44:23 Downloading PyYAML-3.13.tar.gz (270 kB) 13:44:24 ? github.com/edgexfoundry/edgex-go [no test files] 13:44:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:44:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:44:25 Collecting websocket-client<1.0,>=0.32.0 13:44:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 13:44:25 Collecting cached-property<2,>=1.2.0 13:44:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:44:25 Collecting docker<4.0,>=3.6.0 13:44:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:44:26 Collecting dockerpty<0.5,>=0.4.1 13:44:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:44:27 Collecting docopt<0.7,>=0.6.1 13:44:27 Downloading docopt-0.6.2.tar.gz (25 kB) 13:44:28 Collecting jsonschema<3,>=2.5.1 13:44:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:44:28 Collecting urllib3<1.25,>=1.21.1 13:44:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:44:28 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) 13:44:29 Collecting idna<2.8,>=2.5 13:44:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:44:29 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) 13:44:29 Collecting docker-pycreds>=0.4.0 13:44:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:44:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:44:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:44:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:44:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:44:29 Installing collected packages: texttable, PyYAML, urllib3, idna, requests, websocket-client, cached-property, docker-pycreds, docker, dockerpty, docopt, jsonschema, docker-compose 13:44:29 Running setup.py install for texttable: started 13:44:30 Running setup.py install for texttable: finished with status 'done' 13:44:30 Running setup.py install for PyYAML: started 13:44:31 Running setup.py install for PyYAML: finished with status 'done' 13:44:31 Attempting uninstall: urllib3 13:44:31 Found existing installation: urllib3 1.25.9 13:44:31 Uninstalling urllib3-1.25.9: 13:44:31 Successfully uninstalled urllib3-1.25.9 13:44:31 Attempting uninstall: idna 13:44:31 Found existing installation: idna 2.9 13:44:31 Uninstalling idna-2.9: 13:44:31 Successfully uninstalled idna-2.9 13:44:31 Attempting uninstall: requests 13:44:31 Found existing installation: requests 2.23.0 13:44:31 Uninstalling requests-2.23.0: 13:44:32 Successfully uninstalled requests-2.23.0 13:44:32 Running setup.py install for dockerpty: started 13:44:33 Running setup.py install for dockerpty: finished with status 'done' 13:44:33 Running setup.py install for docopt: started 13:44:34 Running setup.py install for docopt: finished with status 'done' 13:44:36 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 13:44:39 Removing intermediate container 4a2dd929c3c0 13:44:39 ---> 35de5cf5f8f6 13:44:39 Step 21/26 : RUN apk --no-cache add curl 13:44:39 ---> Running in 244b72cb57be 13:44:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:44:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:44:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:44:40 (2/3) Installing libcurl (7.69.1-r3) 13:44:40 (3/3) Installing curl (7.69.1-r3) 13:44:40 Executing busybox-1.31.1-r19.trigger 13:44:40 OK: 72 MiB in 58 packages 13:44:42 Removing intermediate container 244b72cb57be 13:44:42 ---> fe42bd4acd94 13:44:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:44:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:44:42 ---> Running in 07bf1301caf1 13:44:43 Removing intermediate container 07bf1301caf1 13:44:43 ---> aa611b656227 13:44:43 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:44:43 ---> Running in 6d1f6b5bd937 13:44:43 Removing intermediate container 6d1f6b5bd937 13:44:43 ---> 16a1768e4901 13:44:43 Step 24/26 : LABEL arch=x86_64 13:44:43 ---> Running in 4f72865c526f 13:44:43 Removing intermediate container 4f72865c526f 13:44:43 ---> 888f1fb21a32 13:44:43 Step 25/26 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:44:44 ---> Running in b87ea95838ae 13:44:44 Removing intermediate container b87ea95838ae 13:44:44 ---> 10c65f893793 13:44:44 Step 26/26 : LABEL version=0.0.0 13:44:47 ---> Running in bd8d47dd7b54 13:44:47 Removing intermediate container d5c5db8288a6 13:44:47 ---> d8204987dc42 13:44:47 13:44:47 Step 10/22 : FROM alpine:3.12 13:44:47 ---> 389fef711851 13:44:47 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:44:47 ---> Using cache 13:44:47 ---> 6e9e9d181c2c 13:44:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 13:44:47 Removing intermediate container bd8d47dd7b54 13:44:47 ---> f17821d1f17f 13:44:47 13:44:47 ---> Running in 7e89b01e3973 13:44:47 Successfully built f17821d1f17f 13:44:47 Successfully tagged docker-sys-mgmt-agent-go:latest 13:44:47  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 7e89b01e3973 13:44:47 ---> e027a4d7eb02 13:44:47 Step 13/22 : WORKDIR / 13:44:49 ---> Running in 1370b87e036e 13:44:49 Removing intermediate container a76b1184140e 13:44:49 ---> f7878a7a22d9 13:44:49 13:44:49 Step 10/21 : FROM scratch 13:44:49 ---> 13:44:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:44:50 ---> Using cache 13:44:50 ---> ba9fc1c21cf7 13:44:50 Step 12/21 : ENV APP_PORT=48085 13:44:50 Removing intermediate container 1370b87e036e 13:44:50 ---> e4f35474a35a 13:44:50 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:44:50 ---> Running in bb7980d32a35 13:44:54 Removing intermediate container 5d3849a24118 13:44:54 ---> 013fdc51488d 13:44:54 13:44:54 Step 10/21 : FROM alpine:3.12 13:44:54 ---> 389fef711851 13:44:54 Step 11/21 : RUN apk add --update --no-cache curl 13:44:54 ---> 80fe416da418 13:44:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 13:44:54 Removing intermediate container bb7980d32a35 13:44:54 ---> 168de8f9846d 13:44:54 Step 13/21 : EXPOSE $APP_PORT 13:44:54 Removing intermediate container a61cbf33a767 13:44:54 ---> c72b7f019389 13:44:54 13:44:54 Step 10/22 : FROM scratch 13:44:54 ---> 13:44:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:44:54 ---> Using cache 13:44:54 ---> ba9fc1c21cf7 13:44:54 Step 12/22 : ENV APP_PORT=48081 13:44:54 ---> Running in 9d444591857c 13:44:54 ---> Running in 5e1c1ab4d670 13:44:54 ---> Running in 3ecec36a3f18 13:44:54 Removing intermediate container 9d444591857c 13:44:54 ---> 53a45dbac75d 13:44:54 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 13:44:54 Removing intermediate container 3ecec36a3f18 13:44:54 ---> 3a8b520c4d6e 13:44:54 Step 13/22 : EXPOSE $APP_PORT 13:44:54 ---> 1bf9efd1eb69 13:44:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 13:44:54 ---> Running in 4f69776e8250 13:44:55 ---> 059b78159837 13:44:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:44:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:44:55 Removing intermediate container 4f69776e8250 13:44:55 ---> 9ca38a55c860 13:44:55 Step 14/22 : WORKDIR / 13:44:55 ---> 41d5b4bf6e8c 13:44:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 13:44:55 ---> Running in 545ff6301a68 13:44:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:44:55 (1/4) Installing ca-certificates (20191127-r4) 13:44:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:44:55 (3/4) Installing libcurl (7.69.1-r3) 13:44:55 (4/4) Installing curl (7.69.1-r3) 13:44:55 Executing busybox-1.31.1-r19.trigger 13:44:55 Executing ca-certificates-20191127-r4.trigger 13:44:55 OK: 7 MiB in 18 packages 13:44:55 Removing intermediate container 545ff6301a68 13:44:55 ---> 36729b50aa6e 13:44:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:44:55 ---> 0e487b0de426 13:44:55 Step 18/22 : RUN chmod +x entrypoint.sh 13:44:55 ---> 1bcc183bb4de 13:44:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:44:55 ---> Running in 79d5220bc180 13:44:55 ---> 5169f2e706ed 13:44:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:44:56 ---> 0edf671cebfd 13:44:56 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 13:44:57 ---> Running in d4972ce02c27 13:44:57 Removing intermediate container 5e1c1ab4d670 13:44:57 ---> 4f439e8bdd6a 13:44:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:44:57 ---> 68e992a88b6e 13:44:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:44:57 ---> Running in 00b53e1f4f84 13:44:57 Removing intermediate container d4972ce02c27 13:44:57 ---> cdd28150e8cf 13:44:57 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:44:57 ---> Running in 2e91e6ceb9e8 13:44:57 Removing intermediate container 00b53e1f4f84 13:44:57 ---> ad46e7b3db7f 13:44:57 Step 13/21 : WORKDIR /edgex 13:44:57 ---> dcd1e35b1796 13:44:57 Step 18/22 : ENTRYPOINT ["/core-metadata"] 13:44:57 ---> Running in 9fa3921c8f2d 13:44:57 ---> Running in 3ac7f088e60e 13:44:57 Removing intermediate container 2e91e6ceb9e8 13:44:57 ---> 0425171d895d 13:44:57 Step 19/21 : LABEL arch=x86_64 13:44:57 ---> Running in 336d3b2deec1 13:44:58 Removing intermediate container 79d5220bc180 13:44:58 ---> f0fdd955408e 13:44:58 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 13:44:58 Removing intermediate container 9fa3921c8f2d 13:44:58 ---> 05bca8742a35 13:44:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:44:58 Removing intermediate container 3ac7f088e60e 13:44:58 ---> 1caf41b494b1 13:44:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:44:58 ---> Running in b77b958922bf 13:44:58 ---> Running in c227177770d9 13:44:58 Removing intermediate container 336d3b2deec1 13:44:58 ---> b7fdd54b1fbc 13:44:58 Step 20/21 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:44:58 ---> 6b9f28287bd3 13:44:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:44:58 ---> Running in d1429b7ff159 13:44:58 Removing intermediate container b77b958922bf 13:44:58 ---> 61f315a170ef 13:44:58 Step 20/22 : LABEL arch=x86_64 13:44:59 Removing intermediate container c227177770d9 13:44:59 ---> e6443f6dd23f 13:44:59 Step 20/22 : LABEL arch=x86_64 13:44:59 ---> Running in 6db9cbdefbbe 13:44:59 ---> Running in 4604cd6b909d 13:44:59 ---> 18e2f5a80975 13:44:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:44:59 Removing intermediate container d1429b7ff159 13:44:59 ---> 85af05193d30 13:44:59 Step 21/21 : LABEL version=0.0.0 13:44:59 Removing intermediate container 6db9cbdefbbe 13:44:59 ---> af1e6f9020ed 13:44:59 Step 21/22 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:44:59 ---> Running in 8d0d91d2f028 13:44:59 Removing intermediate container 4604cd6b909d 13:44:59 ---> 2abd65b4c2b0 13:44:59 Step 21/22 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:44:59 ---> Running in dcaa146bc438 13:45:00 ---> Running in 1b952f894ff6 13:45:00 ---> 7513a21920fc 13:45:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:45:00 Removing intermediate container 8d0d91d2f028 13:45:00 ---> 018bcf7b8229 13:45:00 13:45:00 ---> Running in 8d2e801d90e2 13:45:00 Successfully built 018bcf7b8229 13:45:00 Removing intermediate container dcaa146bc438 13:45:00 ---> 041d996a4a1f 13:45:00 Step 22/22 : LABEL version=0.0.0 13:45:00 Successfully tagged docker-support-scheduler-go:latest 13:45:00  Building docker-support-scheduler-go ... done Removing intermediate container 1b952f894ff6 13:45:00 ---> 224267108b69 13:45:00 Step 22/22 : LABEL version=0.0.0 13:45:00 ---> Running in bd74c379849c 13:45:00 Removing intermediate container 8d2e801d90e2 13:45:00 ---> 5cf967316f2f 13:45:00 Step 18/21 : CMD ["--init=true"] 13:45:00 ---> Running in 1eb4051e755f 13:45:00 ---> Running in ed5945209fcf 13:45:00 Removing intermediate container 1eb4051e755f 13:45:00 ---> 48a9d53d8f7d 13:45:00 13:45:00 Removing intermediate container bd74c379849c 13:45:00 ---> d87eb50d9d49 13:45:00 13:45:01 Successfully built 48a9d53d8f7d 13:45:01 Successfully built d87eb50d9d49 13:45:01 Removing intermediate container ed5945209fcf 13:45:01 ---> 123521907f34 13:45:01 Step 19/21 : LABEL arch=x86_64 13:45:01 Successfully tagged docker-core-metadata-go:latest 13:45:01  Building docker-core-metadata-go ... done Successfully tagged docker-security-bootstrap-redis-go:latest 13:45:01  Building docker-security-bootstrap-redis-go ... done  ---> Running in 53408b9fa6e6 13:45:01 Removing intermediate container 53408b9fa6e6 13:45:01 ---> f4359fcfe1ef 13:45:01 Step 20/21 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:45:01 ---> Running in bb232f4f429b 13:45:01 Removing intermediate container bb232f4f429b 13:45:01 ---> 2aea14a3d064 13:45:01 Step 21/21 : LABEL version=0.0.0 13:45:01 ---> Running in 929af3dbdc39 13:45:02 Removing intermediate container 929af3dbdc39 13:45:02 ---> 1ca597f6b252 13:45:02 13:45:02 Successfully built 1ca597f6b252 13:45:02 Successfully tagged docker-security-proxy-setup-go:latest 13:45:02  Building docker-security-proxy-setup-go ... done  [Pipeline] } 13:45:02 $ docker stop --time=1 1a107f7efc92a23f30751aeb7b7bfd477f02f95692737fcd710083119eb1665b 13:45:04 $ docker rm -f 1a107f7efc92a23f30751aeb7b7bfd477f02f95692737fcd710083119eb1665b [Pipeline] // withDockerContainer [Pipeline] sh 13:45:04 + docker images 13:45:04 + grep docker 13:45:04 docker-security-proxy-setup-go latest 1ca597f6b252 3 seconds ago 24.5MB 13:45:04 docker-security-bootstrap-redis-go latest d87eb50d9d49 4 seconds ago 15.8MB 13:45:04 docker-core-metadata-go latest 48a9d53d8f7d 4 seconds ago 13.1MB 13:45:04 docker-support-scheduler-go latest 018bcf7b8229 5 seconds ago 10.7MB 13:45:04 docker-sys-mgmt-agent-go latest f17821d1f17f 18 seconds ago 313MB 13:45:04 docker-core-data-go latest 9ec1971962b0 About a minute ago 22.3MB 13:45:04 docker-security-secretstore-setup-go latest 5875296d89a3 About a minute ago 24.6MB 13:45:04 docker-support-notifications-go latest 94db865b08cd 2 minutes ago 12MB 13:45:04 docker-core-command-go latest e5a7709f906a 2 minutes ago 10.6MB 13:45:04 docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 13:45:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:45:20 Still waiting to schedule task 13:45:20 ‘prd-ubuntu18.04-docker-8c-8g-20224’ is offline 13:45:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:45:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:45:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:45:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 13:45:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:45:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:45:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:45:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:45:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:45:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:45:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:45:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:45:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 46.6% of statements 13:45:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:45:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:45:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:45:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:45:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:45:52 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.0% of statements 13:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:45:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 13:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:45:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements 13:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:45:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.250s coverage: 77.1% of statements 13:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:45:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:45:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.715s coverage: 82.4% of statements 13:45:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:45:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:45:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 13:45:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:46:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.318s coverage: 28.6% of statements 13:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:46:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.189s coverage: 100.0% of statements 13:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:46:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.098s coverage: 100.0% of statements 13:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:46:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.399s coverage: 86.7% of statements 13:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:46:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.402s coverage: 97.5% of statements 13:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:46:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements 13:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:46:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:46:10 Running on prd-ubuntu18.04-docker-8c-8g-20225 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws 13:46:10 Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout 13:46:12 using credential edgex-jenkins-ssh 13:46:12 Cloning the remote Git repository 13:46:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:46:12 > git init /w/workspace/edgex-go/22 # timeout=10 13:46:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:46:12 > git --version # timeout=10 13:46:12 > git --version # 'git version 2.17.1' 13:46:12 using GIT_SSH to set credentials SSH Credentials for GitHub 13:46:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:46:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.380s coverage: 93.2% of statements 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:46:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:46:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.173s coverage: 0.1% of statements 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:46:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:46:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.133s coverage: 75.5% of statements 13:46:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:46:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 80.8% of statements 13:46:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.151s coverage: 87.2% of statements 13:46:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements 13:46:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.350s coverage: 91.4% of statements 13:46:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.572s coverage: 63.5% of statements 13:46:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:46:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 13:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 13:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.090s coverage: 100.0% of statements 13:46:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements 13:46:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 13:46:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:46:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:46:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:46:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:46:23 using GIT_SSH to set credentials SSH Credentials for GitHub 13:46:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:46:24 Merging remotes/origin/master commit 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 13:46:24 Merge succeeded, producing 638c5eca75d96072983230586d0b72665e7313b1 13:46:24 Checking out Revision 638c5eca75d96072983230586d0b72665e7313b1 (PR-2966) 13:46:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.905s coverage: 55.9% of statements 13:46:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:46:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:46:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 13:46:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 13:46:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 13:46:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.417s coverage: 37.0% of statements 13:46:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:46:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:46:24 > git config core.sparsecheckout # timeout=10 13:46:24 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 13:46:24 > git remote # timeout=10 13:46:24 > git config --get remote.origin.url # timeout=10 13:46:24 using GIT_SSH to set credentials SSH Credentials for GitHub 13:46:24 > git merge 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 13:46:24 > git rev-parse HEAD^{commit} # timeout=10 13:46:24 > git config core.sparsecheckout # timeout=10 13:46:24 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 13:46:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.648s coverage: 84.0% of statements 13:46:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.097s coverage: 100.0% of statements 13:46:27 Commit message: "feat(scheduler): ServiceName change should invoke old service's callback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:46:29 + echo snap-build.sh 13:46:29 snap-build.sh 13:46:29 + SNAP_BASE_DIR=. 13:46:29 + '[' '!' -z /w/workspace/edgex-go/22 ']' 13:46:29 + SNAP_BASE_DIR=/w/workspace/edgex-go/22 13:46:29 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/22]' 13:46:29 [snap-build] Building snap in dir [/w/workspace/edgex-go/22] 13:46:29 + cd /w/workspace/edgex-go/22 13:46:29 + sudo apt-get remove -qy --purge lxd lxd-client 13:46:29 Reading package lists... 13:46:29 Building dependency tree... 13:46:29 Reading state information... 13:46:29 The following packages were automatically installed and are no longer required: 13:46:29 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 13:46:29 uidmap xdelta3 13:46:29 Use 'sudo apt autoremove' to remove them. 13:46:29 The following packages will be REMOVED: 13:46:29 lxd* lxd-client* 13:46:29 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 13:46:29 After this operation, 31.7 MB disk space will be freed. 13:46:30 (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.) 13:46:30 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 13:46:31 Removing lxd dnsmasq configuration 13:46:31 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 13:46:31 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 13:46:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.347s coverage: 47.1% of statements 13:46:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:46:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:46:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:46:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:46:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:46:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements 13:46:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:46:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 13:46:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:46:32 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 13:46:33 (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.) 13:46:33 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 13:46:34 Processing triggers for systemd (237-3ubuntu10.42) ... 13:46:34 Processing triggers for ureadahead (0.100.0-21) ... 13:46:35 + sudo snap remove --purge lxd 13:46:35 snap "lxd" is not installed 13:46:35 + sudo groupadd --force --system lxd 13:46:35 ++ whoami 13:46:35 + sudo /usr/sbin/usermod -G lxd -a jenkins 13:46:35 + newgrp - lxd 13:46:35 + sudo snap install lxd 13:46:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.258s coverage: 29.1% of statements 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:46:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.179s coverage: 99.0% of statements 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:46:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:46:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:46:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:46:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:46:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:46:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.077s coverage: 100.0% of statements 13:46:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.068s coverage: 32.1% of statements 13:46:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 13:46:39 GO111MODULE=on go vet ./... 13:46:44 2021-01-14T13:46:42Z INFO Waiting for automatic snapd restart... 13:47:02 lxd 4.10 from Canonical* installed 13:47:02 + sudo lxd init --auto 13:47:10 + sudo snap install --classic snapcraft 13:47:14 snapcraft 4.4.4 from Canonical* installed 13:47:14 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 13:47:14 + patch --verbose -p1 13:47:14 Hmm... Looks like a unified diff to me... 13:47:14 The text leading up to this was: 13:47:14 -------------------------- 13:47:14 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 13:47:14 |From: Tony Espy 13:47:14 |Date: Wed, 16 Dec 2020 16:34:55 -0500 13:47:14 |Subject: [PATCH] optimize snap build for pipeline CI check 13:47:14 | 13:47:14 |This patch is used by the EdgeX CI pipeline builds to 13:47:14 |optimize the snap CI check run for pull requests. When 13:47:14 |applied, it essentially strips out everything (apps and 13:47:14 |parts) from the snapcraft.yaml file except those required 13:47:14 |to build edgex-go, as the whole idea of the CI check is to 13:47:14 |catch changes to edgex-go that break the snap build. 13:47:14 | 13:47:14 |In general, anyone updating snapcraft.yaml will also need 13:47:14 |to update this patch file, otherwise it may fail to apply, 13:47:14 |resulting in a failed snap build CI check in the associated 13:47:14 |pull request. 13:47:14 | 13:47:14 |Note - in addition to applying this patch, the pipeline also 13:47:14 |only primes the snap (e.g. `snapcraft prime`), as there's no 13:47:14 |need to build the finally binary .snap file (and it won't 13:47:14 |work with the patch applied). This further reduces the build 13:47:14 |time. 13:47:14 |--- 13:47:14 | snap/snapcraft.yaml | 461 +------------------------------------------- 13:47:14 | 1 file changed, 2 insertions(+), 459 deletions(-) 13:47:14 | 13:47:14 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 13:47:14 |index 1e537489..faf42425 100644 13:47:14 |--- a/snap/snapcraft.yaml 13:47:14 |+++ b/snap/snapcraft.yaml 13:47:14 -------------------------- 13:47:14 patching file snap/snapcraft.yaml 13:47:14 Using Plan A... 13:47:14 Hunk #1 succeeded at 73. 13:47:14 Hunk #2 succeeded at 202 with fuzz 1. 13:47:14 Hunk #3 succeeded at 214 (offset -3 lines). 13:47:14 Hunk #4 succeeded at 222 (offset -3 lines). 13:47:14 Hunk #5 succeeded at 229 (offset -3 lines). 13:47:14 Hunk #6 succeeded at 256 (offset -3 lines). 13:47:14 Hunk #7 succeeded at 290 (offset -3 lines). 13:47:14 Hunk #8 succeeded at 342 (offset -2 lines). 13:47:14 Hmm... Ignoring the trailing garbage. 13:47:14 done 13:47:14 + sudo snapcraft prime --use-lxd 13:47:15 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 13:47:15 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: 13:47:15 - README.md 13:47:15 - snapcraft.yaml.orig 13:47:15 13:47:15 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 13:47:16 Launching a container. 13:47:28 Waiting for container to be ready 13:47:28 To start your first instance, try: lxc launch ubuntu:18.04 13:47:28 13:47:30 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 13:47:31 Waiting for network to be ready... 13:47:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:47:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 13:47:31 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:47:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 13:47:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 13:47:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 13:47:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 13:47:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 13:47:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 13:47:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 13:47:32 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:47:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:47:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:47:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:47:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:47:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:47:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:47:32 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:47:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:47:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 13:47:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 13:47:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 13:47:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 13:47:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 13:47:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 13:47:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 13:47:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 13:47:35 Fetched 23.7 MB in 4s (5888 kB/s) 13:47:36 Reading package lists... 13:47:36 Reading package lists... 13:47:36 Building dependency tree... 13:47:36 Reading state information... 13:47:37 The following additional packages will be installed: 13:47:37 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:47:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:47:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:47:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 13:47:37 Suggested packages: 13:47:37 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 13:47:37 Recommended packages: 13:47:37 gnupg libsasl2-modules 13:47:37 The following NEW packages will be installed: 13:47:37 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:47:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:47:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:47:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 13:47:37 The following packages will be upgraded: 13:47:37 gpg gpg-agent gpgconf libudev1 13:47:37 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 13:47:37 Need to get 3532 kB of archives. 13:47:37 After this operation, 13.3 MB of additional disk space will be used. 13:47:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 13:47:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 13:47:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 13:47:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 13:47:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 13:47:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 13:47:37 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 13:47:37 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 13:47:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 13:47:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 13:47:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 13:47:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 13:47:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 13:47:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 13:47:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 13:47:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 13:47:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 13:47:38 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 13:47:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 13:47:38 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 13:47:38 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] 13:47:38 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] 13:47:38 debconf: delaying package configuration, since apt-utils is not installed 13:47:38 Fetched 3532 kB in 1s (3145 kB/s) 13:47:38 (Reading database ... 12511 files and directories currently installed.) 13:47:38 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 13:47:38 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 13:47:38 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 13:47:38 Selecting previously unselected package udev. 13:47:38 (Reading database ... 12511 files and directories currently installed.) 13:47:38 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 13:47:38 Unpacking udev (237-3ubuntu10.43) ... 13:47:38 Selecting previously unselected package libfuse2:amd64. 13:47:38 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 13:47:38 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:47:38 Selecting previously unselected package fuse. 13:47:38 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 13:47:38 Unpacking fuse (2.9.7-1ubuntu1) ... 13:47:39 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 13:47:39 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 13:47:39 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 13:47:39 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 13:47:39 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 13:47:39 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 13:47:39 Selecting previously unselected package libksba8:amd64. 13:47:39 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 13:47:39 Unpacking libksba8:amd64 (1.3.5-2) ... 13:47:39 Selecting previously unselected package libroken18-heimdal:amd64. 13:47:39 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:47:39 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:39 Selecting previously unselected package libasn1-8-heimdal:amd64. 13:47:39 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:47:39 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:39 Selecting previously unselected package libheimbase1-heimdal:amd64. 13:47:39 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:47:39 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:39 Selecting previously unselected package libhcrypto4-heimdal:amd64. 13:47:39 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:47:39 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:40 Selecting previously unselected package libwind0-heimdal:amd64. 13:47:40 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:47:40 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:40 Selecting previously unselected package libhx509-5-heimdal:amd64. 13:47:40 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:47:40 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:40 Selecting previously unselected package libkrb5-26-heimdal:amd64. 13:47:40 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:47:40 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:40 Selecting previously unselected package libheimntlm0-heimdal:amd64. 13:47:40 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:47:40 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:40 Selecting previously unselected package libgssapi3-heimdal:amd64. 13:47:40 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:47:40 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:40 Selecting previously unselected package libsasl2-modules-db:amd64. 13:47:40 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:47:40 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:47:40 Selecting previously unselected package libsasl2-2:amd64. 13:47:40 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:47:40 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:47:40 Selecting previously unselected package libldap-common. 13:47:40 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 13:47:40 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 13:47:40 Selecting previously unselected package libldap-2.4-2:amd64. 13:47:40 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 13:47:40 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 13:47:40 Selecting previously unselected package dirmngr. 13:47:40 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 13:47:40 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 13:47:41 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 13:47:41 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 13:47:41 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:47:41 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:47:41 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:47:41 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 13:47:41 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:41 Setting up libksba8:amd64 (1.3.5-2) ... 13:47:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:47:41 Setting up udev (237-3ubuntu10.43) ... 13:47:41 invoke-rc.d: policy-rc.d denied execution of start. 13:47:42 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:42 Processing triggers for systemd (237-3ubuntu10) ... 13:47:42 Setting up fuse (2.9.7-1ubuntu1) ... 13:47:42 Setting up gpg (2.2.4-1ubuntu1.3) ... 13:47:42 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:42 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:42 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:42 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:42 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:42 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:42 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:47:42 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 13:47:42 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 13:47:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:47:42 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 13:47:42 settings in the [Install] section, and DefaultInstance for template units). 13:47:42 This means they are not meant to be enabled using systemctl. 13:47:42 Possible reasons for having this kind of units are: 13:47:42 1) A unit may be statically enabled by being symlinked from another unit's 13:47:42 .wants/ or .requires/ directory. 13:47:42 2) A unit's purpose may be to act as a helper for some other unit which has 13:47:42 a requirement dependency on it. 13:47:42 3) A unit may be started when needed via activation (socket, path, timer, 13:47:42 D-Bus, udev, scripted systemctl call, ...). 13:47:42 4) In case of template units, the unit is meant to be enabled with some 13:47:42 instance name specified. 13:47:43 Reading package lists... 13:47:43 Building dependency tree... 13:47:43 Reading state information... 13:47:43 The following additional packages will be installed: 13:47:43 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 13:47:43 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 13:47:43 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 13:47:43 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 13:47:43 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 13:47:43 Suggested packages: 13:47:43 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 13:47:43 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 13:47:43 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 13:47:43 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 13:47:43 systemd-container policykit-1 13:47:43 Recommended packages: 13:47:43 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 13:47:43 The following NEW packages will be installed: 13:47:43 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 13:47:43 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 13:47:43 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 13:47:43 multiarch-support openssh-client python3 python3-minimal python3.6 13:47:43 python3.6-minimal snapd squashfs-tools sudo 13:47:43 The following packages will be upgraded: 13:47:43 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 13:47:43 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 13:47:43 Need to get 35.2 MB of archives. 13:47:43 After this operation, 141 MB of additional disk space will be used. 13:47:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 13:47:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 13:47:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 13:47:43 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 13:47:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 13:47:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 13:47:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 13:47:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 13:47:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 13:47:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 13:47:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 13:47:43 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 13:47:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 13:47:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 13:47:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 13:47:43 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 13:47:43 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 13:47:44 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 13:47:44 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 13:47:44 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 13:47:44 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 13:47:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 13:47:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 13:47:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 13:47:44 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 13:47:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 13:47:44 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 13:47:44 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 13:47:44 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 13:47:44 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 13:47:46 debconf: delaying package configuration, since apt-utils is not installed 13:47:46 Fetched 35.2 MB in 3s (13.6 MB/s) 13:47:46 (Reading database ... 12757 files and directories currently installed.) 13:47:46 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 13:47:46 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 13:47:46 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 13:47:46 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 13:47:46 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 13:47:47 (Reading database ... 12757 files and directories currently installed.) 13:47:47 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 13:47:47 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 13:47:47 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 13:47:47 (Reading database ... 12757 files and directories currently installed.) 13:47:47 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 13:47:47 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 13:47:47 gofmt -l . 13:47:47 [ "`gofmt -l .`" = "" ] 13:47:47 Setting up apt (1.6.12ubuntu0.2) ... 13:47:47 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 13:47:47 ./bin/test-go-mod-tidy.sh 13:47:48 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 13:47:48 (Reading database ... 12764 files and directories currently installed.) 13:47:48 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 13:47:48 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 13:47:48 Selecting previously unselected package libpython3.6-minimal:amd64. 13:47:48 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 13:47:48 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 13:47:48 ./bin/test-attribution-txt.sh 13:47:48 Selecting previously unselected package libexpat1:amd64. 13:47:48 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 13:47:48 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:47:48 Selecting previously unselected package python3.6-minimal. 13:47:48 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 13:47:48 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 13:47:49 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 13:47:49 Checking for services that may need to be restarted...done. 13:47:49 Checking for services that may need to be restarted...done. 13:47:49 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 13:47:49 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:47:49 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] sh 13:47:49 Selecting previously unselected package python3-minimal. 13:47:50 (Reading database ... 13012 files and directories currently installed.) 13:47:50 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 13:47:50 Unpacking python3-minimal (3.6.7-1~18.04) ... 13:47:50 Selecting previously unselected package mime-support. 13:47:50 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 13:47:50 Unpacking mime-support (3.60ubuntu1) ... 13:47:50 Selecting previously unselected package libmpdec2:amd64. 13:47:50 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 13:47:50 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:47:50 + ls -al . 13:47:50 total 688 13:47:50 drwxrwxr-x 9 1001 1001 4096 Jan 14 13:47 . 13:47:50 drwxr-xr-x 4 root root 4096 Jan 14 13:43 .. 13:47:50 -rw-rw-r-- 1 1001 1001 11 Jan 14 13:42 .dockerignore 13:47:50 drwxrwxr-x 8 1001 1001 4096 Jan 14 13:42 .git 13:47:50 drwxrwxr-x 3 1001 1001 4096 Jan 14 13:42 .github 13:47:50 -rw-rw-r-- 1 1001 1001 824 Jan 14 13:42 .gitignore 13:47:50 -rw-rw-r-- 1 1001 1001 166 Jan 14 13:42 .sonarcloud.properties 13:47:50 -rw-rw-r-- 1 1001 1001 7741 Jan 14 13:42 Attribution.txt 13:47:50 -rw-rw-r-- 1 1001 1001 3804 Jan 14 13:42 CONTRIBUTING.md 13:47:50 -rw-rw-r-- 1 1001 1001 931 Jan 14 13:42 Dockerfile.build 13:47:50 -rw-rw-r-- 1 1001 1001 863 Jan 14 13:42 Jenkinsfile 13:47:50 -rw-rw-r-- 1 1001 1001 10775 Jan 14 13:42 LICENSE 13:47:50 -rw-rw-r-- 1 1001 1001 5750 Jan 14 13:42 Makefile 13:47:50 -rw-rw-r-- 1 1001 1001 6524 Jan 14 13:42 README.md 13:47:50 -rw-rw-r-- 1 1001 1001 6744 Jan 14 13:42 SECURITY.md 13:47:50 -rw-rw-r-- 1 1001 1001 5 Jan 14 13:37 VERSION 13:47:50 -rw-rw-r-- 1 1001 1001 4131 Jan 14 13:42 ZMQWindows.md 13:47:50 drwxrwxr-x 2 1001 1001 4096 Jan 14 13:42 bin 13:47:50 drwxrwxr-x 14 1001 1001 4096 Jan 14 13:42 cmd 13:47:50 -rw-r--r-- 1 root root 554655 Jan 14 13:46 coverage.out 13:47:50 -rw-r--r-- 1 root root 979 Jan 14 13:47 go.mod 13:47:50 -rw-r--r-- 1 root root 19036 Jan 14 13:47 go.sum 13:47:50 drwxrwxr-x 8 1001 1001 4096 Jan 14 13:42 internal 13:47:50 drwxrwxr-x 4 1001 1001 4096 Jan 14 13:42 openapi 13:47:50 drwxrwxr-x 4 1001 1001 4096 Jan 14 13:42 snap 13:47:50 -rw-rw-r-- 1 1001 1001 168 Jan 14 13:42 version.go [Pipeline] sh 13:47:50 Selecting previously unselected package libpython3.6-stdlib:amd64. 13:47:50 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 13:47:50 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 13:47:50 Selecting previously unselected package python3.6. 13:47:50 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 13:47:50 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 13:47:50 Selecting previously unselected package libpython3-stdlib:amd64. 13:47:50 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 13:47:50 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:47:51 Setting up python3-minimal (3.6.7-1~18.04) ... 13:47:51 Selecting previously unselected package python3. 13:47:51 (Reading database ... 13442 files and directories currently installed.) 13:47:51 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 13:47:51 + '[' -e coverage.out ] 13:47:51 + chown 1001:1001 coverage.out [Pipeline] stash 13:47:51 Warning: overwriting stash ‘coverage-report’ 13:47:51 Unpacking python3 (3.6.7-1~18.04) ... 13:47:51 Selecting previously unselected package multiarch-support. 13:47:51 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 13:47:51 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 13:47:51 Setting up multiarch-support (2.27-3ubuntu1.4) ... 13:47:51 Selecting previously unselected package liblzo2-2:amd64. 13:47:51 (Reading database ... 13479 files and directories currently installed.) 13:47:51 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 13:47:51 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 13:47:51 Selecting previously unselected package libbsd0:amd64. 13:47:51 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 13:47:51 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:47:51 Selecting previously unselected package sudo. 13:47:51 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 13:47:51 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 13:47:51 Selecting previously unselected package apparmor. 13:47:51 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 13:47:51 Unpacking apparmor (2.12-4ubuntu5.1) ... 13:47:51 Selecting previously unselected package libedit2:amd64. 13:47:51 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 13:47:51 Unpacking libedit2:amd64 (3.1-20170329-1) ... 13:47:52 Selecting previously unselected package libkrb5support0:amd64. 13:47:52 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 13:47:52 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:47:52 Selecting previously unselected package libk5crypto3:amd64. 13:47:52 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 13:47:52 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:47:52 Selecting previously unselected package libkeyutils1:amd64. 13:47:52 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 13:47:52 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:47:52 Stashed 1 file(s) [Pipeline] sh 13:47:52 Selecting previously unselected package libkrb5-3:amd64. 13:47:52 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 13:47:52 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:47:52 Selecting previously unselected package libgssapi-krb5-2:amd64. 13:47:52 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 13:47:52 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:47:52 Selecting previously unselected package libssl1.0.0:amd64. 13:47:52 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 13:47:52 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 13:47:52 Selecting previously unselected package openssh-client. 13:47:52 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 13:47:52 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 13:47:52 Selecting previously unselected package squashfs-tools. 13:47:52 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 13:47:52 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:47:52 + make build 13:47:52 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 13:47:53 Selecting previously unselected package snapd. 13:47:53 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 13:47:53 Unpacking snapd (2.48+18.04) ... 13:47:55 Setting up libedit2:amd64 (3.1-20170329-1) ... 13:47:55 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 13:47:55 Setting up mime-support (3.60ubuntu1) ... 13:47:55 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 13:47:55 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:47:55 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:47:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:47:55 Setting up systemd (237-3ubuntu10.43) ... 13:47:55 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 13:47:56 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:47:56 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:47:56 Setting up liblzo2-2:amd64 (2.08-1.2) ... 13:47:56 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 13:47:56 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:47:56 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 13:47:57 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:47:57 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:47:57 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:47:57 Setting up python3 (3.6.7-1~18.04) ... 13:47:57 running python rtupdate hooks for python3.6... 13:47:57 running python post-rtupdate hooks for python3.6... 13:47:57 Setting up apparmor (2.12-4ubuntu5.1) ... 13:47:58 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 13:47:58 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:47:58 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 13:47:58 Setting up snapd (2.48+18.04) ... 13:47:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 13:47:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 13:47:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 13:47:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 13:47:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:47:59 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:48:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 13:48:00 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 13:48:00 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 13:48:00 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 13:48:00 /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' 13:48:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:48:00 Processing triggers for systemd (237-3ubuntu10.43) ... 13:48:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:48:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 13:48:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:48:02 Fetched 88.7 kB in 1s (170 kB/s) 13:48:02 Reading package lists... 13:48:02 Reading package lists... 13:48:03 Building dependency tree... 13:48:03 Reading state information... 13:48:03 Calculating upgrade... 13:48:03 The following packages will be upgraded: 13:48:03 advancecomp base-files bash binutils binutils-common 13:48:03 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 13:48:03 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 13:48:03 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 13:48:03 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 13:48:03 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 13:48:03 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 13:48:03 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 13:48:03 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 13:48:03 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 13:48:03 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 13:48:03 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 13:48:03 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 13:48:03 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 13:48:03 ubuntu-keyring util-linux 13:48:03 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 13:48:03 Need to get 63.7 MB of archives. 13:48:03 After this operation, 5203 kB of additional disk space will be used. 13:48:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 13:48:03 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 13:48:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 13:48:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 13:48:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 13:48:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 13:48:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 13:48:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 13:48:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 13:48:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 13:48:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 13:48:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 13:48:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 13:48:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 13:48:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 13:48:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 13:48:04 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 13:48:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 13:48:04 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 13:48:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 13:48:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 13:48:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 13:48:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 13:48:04 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 13:48:04 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 13:48:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 13:48:04 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 13:48:04 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 13:48:04 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 13:48:04 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 13:48:04 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 13:48:04 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 13:48:04 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 13:48:04 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 13:48:04 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 13:48:04 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 13:48:04 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 13:48:04 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 13:48:04 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 13:48:04 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 13:48:04 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 13:48:04 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 13:48:04 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 13:48:04 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 13:48:04 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 13:48:04 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 13:48:04 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 13:48:04 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 13:48:04 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 13:48:04 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 13:48:04 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 13:48:04 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 13:48:04 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 13:48:04 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 13:48:04 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 13:48:04 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 13:48:04 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 13:48:04 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 13:48:04 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 13:48:04 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 13:48:05 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 13:48:05 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 13:48:05 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 13:48:05 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 13:48:05 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 13:48:05 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 13:48:05 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 13:48:05 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 13:48:05 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 13:48:05 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 13:48:05 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 13:48:05 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 13:48:05 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 13:48:05 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 13:48:05 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 13:48:05 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 13:48:05 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 13:48:05 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 13:48:05 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 13:48:05 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 13:48:05 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] 13:48:05 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 13:48:05 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 13:48:05 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 13:48:05 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 13:48:05 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 13:48:05 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 13:48:05 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 13:48:05 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 13:48:05 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 13:48:06 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 13:48:06 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 13:48:06 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 13:48:06 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 13:48:06 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 13:48:06 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 13:48:06 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 13:48:06 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 13:48:07 debconf: delaying package configuration, since apt-utils is not installed 13:48:07 Fetched 63.7 MB in 3s (19.1 MB/s) 13:48:07 (Reading database ... 13912 files and directories currently installed.) 13:48:07 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 13:48:07 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:48:07 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 13:48:07 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:48:07 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 13:48:07 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 13:48:08 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:48:08 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:48:08 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:48:09 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:48:09 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:48:09 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:48:09 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:48:09 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:48:09 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:48:09 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:48:09 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:48:09 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:48:09 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:48:09 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:48:09 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 13:48:09 (Reading database ... 13911 files and directories currently installed.) 13:48:09 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 13:48:10 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 13:48:10 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 13:48:10 (Reading database ... 13911 files and directories currently installed.) 13:48:10 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:48:10 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:48:10 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:48:10 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:48:10 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:48:10 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:48:10 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 13:48:10 (Reading database ... 13911 files and directories currently installed.) 13:48:10 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 13:48:10 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:48:11 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 13:48:11 (Reading database ... 13911 files and directories currently installed.) 13:48:11 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 13:48:11 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 13:48:11 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 13:48:11 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 13:48:12 Setting up base-files (10.1ubuntu2.10) ... 13:48:12 Installing new version of config file /etc/issue ... 13:48:12 Installing new version of config file /etc/issue.net ... 13:48:12 Installing new version of config file /etc/lsb-release ... 13:48:12 Installing new version of config file /etc/update-motd.d/50-motd-news ... 13:48:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 13:48:12 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 13:48:12 Removing obsolete conffile /etc/default/motd-news ... 13:48:12 (Reading database ... 13912 files and directories currently installed.) 13:48:12 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 13:48:12 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 13:48:12 Setting up bash (4.4.18-2ubuntu1.2) ... 13:48:12 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 13:48:12 (Reading database ... 13912 files and directories currently installed.) 13:48:12 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 13:48:12 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 13:48:13 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 13:48:13 (Reading database ... 13912 files and directories currently installed.) 13:48:13 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 13:48:13 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 13:48:13 Setting up tar (1.29b-2ubuntu0.2) ... 13:48:13 (Reading database ... 13912 files and directories currently installed.) 13:48:13 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 13:48:13 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:48:13 Setting up dpkg (1.19.0.5ubuntu2.3) ... 13:48:13 (Reading database ... 13912 files and directories currently installed.) 13:48:13 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 13:48:13 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:48:13 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 13:48:14 (Reading database ... 13912 files and directories currently installed.) 13:48:14 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 13:48:14 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:48:14 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 13:48:14 (Reading database ... 13912 files and directories currently installed.) 13:48:14 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 13:48:14 Unpacking grep (3.1-2build1) over (3.1-2) ... 13:48:14 Setting up grep (3.1-2build1) ... 13:48:14 (Reading database ... 13912 files and directories currently installed.) 13:48:14 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 13:48:14 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:48:14 Setting up login (1:4.5-1ubuntu2) ... 13:48:14 (Reading database ... 13912 files and directories currently installed.) 13:48:14 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 13:48:14 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:48:15 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 13:48:15 (Reading database ... 13912 files and directories currently installed.) 13:48:15 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 13:48:15 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:48:15 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 13:48:15 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:48:15 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 13:48:15 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:48:16 Setting up perl-base (5.26.1-6ubuntu0.5) ... 13:48:16 (Reading database ... 13912 files and directories currently installed.) 13:48:16 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 13:48:16 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:48:17 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:48:17 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:48:17 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:48:17 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:48:17 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 13:48:18 (Reading database ... 13912 files and directories currently installed.) 13:48:18 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 13:48:18 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 13:48:18 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 13:48:18 (Reading database ... 13912 files and directories currently installed.) 13:48:18 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:48:18 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:48:18 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:48:18 (Reading database ... 13912 files and directories currently installed.) 13:48:18 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:48:18 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:48:18 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:48:18 (Reading database ... 13912 files and directories currently installed.) 13:48:18 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:48:18 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:48:18 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:48:18 (Reading database ... 13912 files and directories currently installed.) 13:48:18 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:48:18 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:48:18 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:48:19 (Reading database ... 13912 files and directories currently installed.) 13:48:19 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 13:48:19 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:48:19 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 13:48:19 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:48:19 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 13:48:19 (Reading database ... 13912 files and directories currently installed.) 13:48:19 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 13:48:19 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:48:19 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 13:48:19 (Reading database ... 13912 files and directories currently installed.) 13:48:19 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:48:19 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:48:19 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:48:19 (Reading database ... 13912 files and directories currently installed.) 13:48:19 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:48:19 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:48:19 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 13:48:20 (Reading database ... 13912 files and directories currently installed.) 13:48:20 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:48:20 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:48:20 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 13:48:21 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 13:48:21 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 13:48:21 (Reading database ... 13912 files and directories currently installed.) 13:48:21 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 13:48:21 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:48:21 Setting up libc-bin (2.27-3ubuntu1.4) ... 13:48:21 (Reading database ... 13912 files and directories currently installed.) 13:48:21 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 13:48:21 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:48:21 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 13:48:22 (Reading database ... 13914 files and directories currently installed.) 13:48:22 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 13:48:22 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 13:48:22 Setting up debconf (1.5.66ubuntu1) ... 13:48:22 (Reading database ... 13914 files and directories currently installed.) 13:48:22 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:48:22 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:48:22 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:48:22 (Reading database ... 13914 files and directories currently installed.) 13:48:22 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:48:22 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:48:23 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 13:48:23 (Reading database ... 13914 files and directories currently installed.) 13:48:23 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:48:23 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:48:23 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:48:23 (Reading database ... 13914 files and directories currently installed.) 13:48:23 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:48:23 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:48:23 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 13:48:23 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 13:48:23 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 13:48:23 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:48:24 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 13:48:24 (Reading database ... 13914 files and directories currently installed.) 13:48:24 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 13:48:24 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 13:48:24 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 13:48:24 (Reading database ... 13914 files and directories currently installed.) 13:48:24 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 13:48:24 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:48:24 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 13:48:24 (Reading database ... 13914 files and directories currently installed.) 13:48:24 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 13:48:24 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:48:24 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 13:48:24 (Reading database ... 13914 files and directories currently installed.) 13:48:24 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 13:48:25 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 13:48:25 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 13:48:25 (Reading database ... 13914 files and directories currently installed.) 13:48:25 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 13:48:25 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:48:25 Setting up passwd (1:4.5-1ubuntu2) ... 13:48:25 (Reading database ... 13914 files and directories currently installed.) 13:48:25 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 13:48:25 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 13:48:26 Setting up gpgv (2.2.4-1ubuntu1.3) ... 13:48:26 (Reading database ... 13914 files and directories currently installed.) 13:48:26 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 13:48:26 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 13:48:26 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 13:48:26 (Reading database ... 13914 files and directories currently installed.) 13:48:26 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 13:48:26 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 13:48:26 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 13:48:26 (Reading database ... 13914 files and directories currently installed.) 13:48:26 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 13:48:26 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 13:48:26 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 13:48:26 (Reading database ... 13914 files and directories currently installed.) 13:48:26 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 13:48:26 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 13:48:27 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 13:48:27 (Reading database ... 13914 files and directories currently installed.) 13:48:27 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 13:48:27 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 13:48:27 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 13:48:27 (Reading database ... 13914 files and directories currently installed.) 13:48:27 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 13:48:27 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 13:48:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 13:48:27 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 13:48:27 (Reading database ... 13915 files and directories currently installed.) 13:48:27 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:48:27 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:48:27 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:48:27 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:48:28 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 13:48:28 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 13:48:28 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 13:48:28 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 13:48:28 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 13:48:28 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 13:48:28 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 13:48:28 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 13:48:28 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 13:48:28 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 13:48:28 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 13:48:28 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 13:48:29 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 13:48:29 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 13:48:29 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 13:48:29 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 13:48:29 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 13:48:29 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 13:48:29 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 13:48:29 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 13:48:29 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 13:48:30 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 13:48:30 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 13:48:30 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 13:48:30 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 13:48:30 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 13:48:30 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 13:48:30 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 13:48:30 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 13:48:31 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 13:48:31 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 13:48:31 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 13:48:31 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 13:48:31 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:48:31 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:48:31 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:48:31 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:48:31 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:48:32 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:48:32 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:48:32 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:48:33 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:48:33 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:48:33 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 13:48:34 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:48:34 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:48:34 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:48:34 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:48:34 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 13:48:35 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:48:35 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:48:35 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:48:35 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:48:35 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:48:35 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:48:36 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 13:48:36 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:48:36 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 13:48:36 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:48:36 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 13:48:36 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 13:48:36 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:48:36 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:48:37 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:48:37 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:48:37 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 13:48:37 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 13:48:37 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:48:37 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 13:48:37 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:48:37 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:48:37 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:48:37 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 13:48:37 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 13:48:37 Setting up tzdata (2020f-0ubuntu0.18.04) ... 13:48:37 13:48:37 Current default time zone: 'Etc/UTC' 13:48:37 Local time is now: Thu Jan 14 13:48:37 UTC 2021. 13:48:37 Universal Time is now: Thu Jan 14 13:48:37 UTC 2021. 13:48:37 Run 'dpkg-reconfigure tzdata' if you wish to change it. 13:48:37 13:48:37 Setting up systemd-sysv (237-3ubuntu10.43) ... 13:48:37 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:48:37 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 13:48:37 Setting up mount (2.31.1-0.4ubuntu3.7) ... 13:48:38 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 13:48:38 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 13:48:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 13:48:38 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 13:48:38 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 13:48:38 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 13:48:38 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:48:38 Setting up procps (2:3.3.12-3ubuntu1.2) ... 13:48:38 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 13:48:38 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 13:48:38 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 13:48:38 Setting up patch (2.7.6-2ubuntu1.1) ... 13:48:38 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 13:48:38 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 13:48:38 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 13:48:38 Installing new version of config file /etc/ssl/openssl.cnf ... 13:48:38 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 13:48:38 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 13:48:38 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 13:48:40 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 13:48:40 Updating certificates in /etc/ssl/certs... 13:48:41 22 added, 17 removed; done. 13:48:41 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 13:48:41 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:48:41 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 13:48:41 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 13:48:41 Setting up pkgbinarymangler (138.18.04.1) ... 13:48:41 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 13:48:41 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 13:48:41 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 13:48:41 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 13:48:41 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:48:41 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 13:48:41 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:48:41 Setting up perl (5.26.1-6ubuntu0.5) ... 13:48:41 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 13:48:42 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 13:48:42 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 13:48:42 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 13:48:42 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 13:48:42 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 13:48:42 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 13:48:42 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 13:48:42 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 13:48:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:48:42 Processing triggers for systemd (237-3ubuntu10.43) ... 13:48:42 Processing triggers for mime-support (3.60ubuntu1) ... 13:48:42 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 13:48:42 Updating certificates in /etc/ssl/certs... 13:48:43 0 added, 0 removed; done. 13:48:43 Running hooks in /etc/ca-certificates/update.d... 13:48:43 done. 13:48:43 Reading package lists... 13:48:43 Building dependency tree... 13:48:43 Reading state information... 13:48:43 The following NEW packages will be installed: 13:48:43 apt-transport-https 13:48:43 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 13:48:43 Need to get 1696 B of archives. 13:48:43 After this operation, 153 kB of additional disk space will be used. 13:48:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 13:48:43 debconf: delaying package configuration, since apt-utils is not installed 13:48:43 Fetched 1696 B in 0s (29.3 kB/s) 13:48:43 Selecting previously unselected package apt-transport-https. 13:48:43 (Reading database ... 13929 files and directories currently installed.) 13:48:43 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 13:48:43 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 13:48:43 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 13:48:44 Waiting for network to be ready... 13:48:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:48:47 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 13:48:50 2021-01-14T13:48:47Z INFO Waiting for automatic snapd restart... 13:48:50 snapd 2.48.2 from Canonical* installed 13:48:51 "snapd" switched to the "latest/stable" channel 13:48:51 13:48:52 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 13:48:54 core18 20201210 from Canonical* installed 13:48:54 "core18" switched to the "latest/stable" channel 13:48:54 13:48: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 13:48:57 snapcraft 4.4.4 from Canonical* installed 13:48:57 "snapcraft" switched to the "latest/stable" channel 13:48:57 13:48:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:49:01 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: 13:49:01 - README.md 13:49:01 - snapcraft.yaml.orig 13:49:01 13:49:01 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [Pipeline] } 13:49:02 $ docker stop --time=1 c143868c6b3abcdd1ea6d9999c6ea10643ab7a792f0a51b7ec39f82979add387 13:49:04 $ docker rm -f c143868c6b3abcdd1ea6d9999c6ea10643ab7a792f0a51b7ec39f82979add387 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:49:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:49:06 13:49:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:49:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:49:07 latest: Pulling from edgex-devops/edgex-compose-arm64 13:49:07 29e5d40040c1: Pulling fs layer 13:49:07 1ce36da41761: Pulling fs layer 13:49:07 25b303627fd3: Pulling fs layer 13:49:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:49:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:49:07 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 13:49:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:49:07 29e5d40040c1: Verifying Checksum 13:49:07 29e5d40040c1: Download complete 13:49:08 Fetched 88.7 kB in 0s (190 kB/s) 13:49:08 1ce36da41761: Verifying Checksum 13:49:08 1ce36da41761: Download complete 13:49:08 29e5d40040c1: Pull complete 13:49:08 Reading package lists... 13:49:09 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 13:49:09 1ce36da41761: Pull complete 13:49:09 25b303627fd3: Verifying Checksum 13:49:09 25b303627fd3: Download complete 13:49:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:49:15 Reading package lists... 13:49:15 Building dependency tree... 13:49:15 Reading state information... 13:49:15 Suggested packages: 13:49:15 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 13:49:15 git-gui gitk gitweb git-cvs git-mediawiki git-svn 13:49:15 Recommended packages: 13:49:15 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 13:49:15 The following NEW packages will be installed: 13:49:15 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 13:49:15 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 13:49:15 pkg-config zip 13:49:15 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 13:49:15 Need to get 7655 kB of archives. 13:49:15 After this operation, 43.7 MB of additional disk space will be used. 13:49:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 13:49:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 13:49:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 13:49:15 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 13:49:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 13:49:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 13:49:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 13:49:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 13:49:16 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 13:49:16 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 13:49:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 13:49:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 13:49:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 13:49:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 13:49:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 13:49:16 debconf: delaying package configuration, since apt-utils is not installed 13:49:16 Fetched 7655 kB in 1s (9008 kB/s) 13:49:16 Selecting previously unselected package libglib2.0-0:amd64. 13:49:16 (Reading database ... 13933 files and directories currently installed.) 13:49:16 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 13:49:16 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 13:49:16 Selecting previously unselected package libpsl5:amd64. 13:49:16 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 13:49:16 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 13:49:16 Selecting previously unselected package libnghttp2-14:amd64. 13:49:16 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 13:49:16 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:49:17 Selecting previously unselected package librtmp1:amd64. 13:49:17 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 13:49:17 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:49:17 Selecting previously unselected package libcurl3-gnutls:amd64. 13:49:17 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 13:49:17 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 13:49:17 Selecting previously unselected package liberror-perl. 13:49:17 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 13:49:17 Unpacking liberror-perl (0.17025-1) ... 13:49:17 Selecting previously unselected package git-man. 13:49:17 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 13:49:17 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 13:49:17 Selecting previously unselected package git. 13:49:17 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 13:49:17 Unpacking git (1:2.17.1-1ubuntu0.7) ... 13:49:18 Selecting previously unselected package libnorm1:amd64. 13:49:18 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 13:49:18 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:49:18 Selecting previously unselected package libpgm-5.2-0:amd64. 13:49:18 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 13:49:18 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:49:18 Selecting previously unselected package libsodium23:amd64. 13:49:18 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 13:49:18 Unpacking libsodium23:amd64 (1.0.16-2) ... 13:49:18 Selecting previously unselected package libzmq5:amd64. 13:49:18 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 13:49:18 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:49:18 Selecting previously unselected package libzmq3-dev:amd64. 13:49:18 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 13:49:18 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:49:19 Selecting previously unselected package pkg-config. 13:49:19 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 13:49:19 Unpacking pkg-config (0.29.1-0ubuntu2) ... 13:49:19 Selecting previously unselected package zip. 13:49:19 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 13:49:19 Unpacking zip (3.0-11build1) ... 13:49:19 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:49:19 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 13:49:19 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:49:19 Setting up liberror-perl (0.17025-1) ... 13:49:19 Setting up libpsl5:amd64 (0.19.1-5build1) ... 13:49:19 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 13:49:19 No schema files found: doing nothing. 13:49:19 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:49:19 Setting up zip (3.0-11build1) ... 13:49:19 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:49:19 Setting up libsodium23:amd64 (1.0.16-2) ... 13:49:19 Setting up pkg-config (0.29.1-0ubuntu2) ... 13:49:19 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:49:19 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 13:49:19 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:49:19 Setting up git (1:2.17.1-1ubuntu0.7) ... 13:49:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:49:19 25b303627fd3: Pull complete 13:49:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:49:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:49:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 13:49:20 prd-ubuntu18.04-docker-arm64-4c-16g-20223 does not seem to be running inside a container 13:49:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 13:49:23 $ docker top fc2b234e0a605458db5ebf9830558589805cfd8399ccf5f60c1c64bc5e51b725 -eo pid,comm [Pipeline] { [Pipeline] sh 13:49:24 + grep parallel+ 13:49:24 docker-compose build --help 13:49:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:49:26 git set to automatically installed. 13:49:26 git-man set to automatically installed. 13:49:26 libcurl3-gnutls set to automatically installed. 13:49:26 liberror-perl set to automatically installed. 13:49:26 libglib2.0-0 set to automatically installed. 13:49:26 libnghttp2-14 set to automatically installed. 13:49:26 libnorm1 set to automatically installed. 13:49:26 libpgm-5.2-0 set to automatically installed. 13:49:26 libpsl5 set to automatically installed. 13:49:26 librtmp1 set to automatically installed. 13:49:26 libsodium23 set to automatically installed. 13:49:26 libzmq3-dev set to automatically installed. 13:49:26 libzmq5 set to automatically installed. 13:49:26 pkg-config set to automatically installed. 13:49:26 zip set to automatically installed. 13:49:27 --parallel Build images in parallel. [Pipeline] } 13:49:27 $ docker stop --time=1 fc2b234e0a605458db5ebf9830558589805cfd8399ccf5f60c1c64bc5e51b725 13:49:28 snapd is not logged in, snap install commands will use sudo 13:49:29 $ docker rm -f fc2b234e0a605458db5ebf9830558589805cfd8399ccf5f60c1c64bc5e51b725 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:49:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:49:30 . [Pipeline] withDockerContainer 13:49:30 prd-ubuntu18.04-docker-arm64-4c-16g-20223 does not seem to be running inside a container 13:49:31 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 13:49:32 $ docker top 71ff170745dd2f9e4151c270125e9a0279d952b1f483eeecc08c45100d67ef13 -eo pid,comm [Pipeline] { [Pipeline] sh 13:49:33 + docker-compose -f ./docker-compose-build.yml build --parallel 13:49:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:49:35 snap "core18" has no updates available 13:49:36 Pulling config-common 13:49:37 Pulling go-build-helper 13:49:37 Building docker-core-command-go ... 13:49:37 Building docker-core-data-go ... 13:49:37 Building docker-core-metadata-go ... 13:49:37 Building docker-security-bootstrap-redis-go ... 13:49:37 Building docker-security-proxy-setup-go ... 13:49:37 Building docker-security-secretstore-setup-go ... 13:49:37 Building docker-support-notifications-go ... 13:49:37 Building docker-support-scheduler-go ... 13:49:37 Building docker-sys-mgmt-agent-go ... 13:49:37 Building docker-sys-mgmt-agent-go 13:49:37 Building docker-core-command-go 13:49:37 Building docker-core-data-go 13:49:37 Building docker-security-secretstore-setup-go 13:49:37 Building docker-security-proxy-setup-go 13:49:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:49:59 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:49:59 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:49:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 13:49:59 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:49:59 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:49:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:49:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:49:59 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:49:59 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:49:59 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:49:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 13:49:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 13:49:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 13:49:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 13:49:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 13:49:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 13:49:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 13:49:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:49:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 13:49:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 13:49:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 13:49:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 13:49:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 13:49:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 13:49:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 13:49:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 13:49:59 Fetched 23.7 MB in 0s (0 B/s) 13:49:59 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 13:49:59 Fetched 96.5 kB in 0s (0 B/s) 13:49:59 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 13:49:59 Fetched 279 kB in 0s (0 B/s) 13:49:59 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 13:49:59 Fetched 122 kB in 0s (0 B/s) 13:49:59 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 13:49:59 Fetched 77.8 kB in 0s (0 B/s) 13:49:59 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 13:49:59 Fetched 8848 B in 0s (0 B/s) 13:49:59 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 13:49:59 Fetched 47.8 kB in 0s (0 B/s) 13:49:59 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 13:49:59 Fetched 45.6 kB in 0s (0 B/s) 13:49:59 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 13:49:59 Fetched 15.0 kB in 0s (0 B/s) 13:49:59 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 13:49:59 Fetched 214 kB in 0s (0 B/s) 13:49:59 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 13:49:59 Fetched 155 kB in 0s (0 B/s) 13:49:59 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 13:49:59 Fetched 50.6 kB in 0s (0 B/s) 13:49:59 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 13:49:59 Fetched 14.8 kB in 0s (0 B/s) 13:49:59 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 13:49:59 Fetched 41.8 kB in 0s (0 B/s) 13:49:59 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 13:49:59 Fetched 499 kB in 0s (0 B/s) 13:49:59 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 13:49:59 Fetched 111 kB in 0s (0 B/s) 13:49:59 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 13:49:59 Fetched 240 kB in 0s (0 B/s) 13:49:59 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 13:49:59 Fetched 29.3 kB in 0s (0 B/s) 13:49:59 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 13:49:59 Fetched 85.5 kB in 0s (0 B/s) 13:49:59 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 13:49:59 Fetched 24.5 kB in 0s (0 B/s) 13:49:59 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 13:49:59 Fetched 49.2 kB in 0s (0 B/s) 13:49:59 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 13:49:59 Fetched 54.2 kB in 0s (0 B/s) 13:49:59 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 13:49:59 Fetched 30.8 kB in 0s (0 B/s) 13:49:59 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 13:49:59 Fetched 17.0 kB in 0s (0 B/s) 13:49:59 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 13:49:59 Fetched 85.9 kB in 0s (0 B/s) 13:49:59 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 13:49:59 Fetched 8720 B in 0s (0 B/s) 13:49:59 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 13:49:59 Fetched 137 kB in 0s (0 B/s) 13:49:59 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 13:49:59 Fetched 119 kB in 0s (0 B/s) 13:49:59 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 13:49:59 Fetched 109 kB in 0s (0 B/s) 13:49:59 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 13:49:59 Fetched 11.1 kB in 0s (0 B/s) 13:49:59 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 13:49:59 Fetched 645 kB in 0s (0 B/s) 13:49:59 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 13:49:59 Fetched 41.3 kB in 0s (0 B/s) 13:49:59 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 13:49:59 Fetched 17.9 kB in 0s (0 B/s) 13:49:59 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 13:49:59 Fetched 368 kB in 0s (0 B/s) 13:49:59 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 13:49:59 Fetched 187 kB in 0s (0 B/s) 13:49:59 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 13:49:59 Fetched 175 kB in 0s (0 B/s) 13:49:59 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 13:50:01 Fetched 206 kB in 0s (0 B/s) 13:50:01 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 13:50:01 Fetched 1301 kB in 0s (0 B/s) 13:50:01 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 13:50:01 Fetched 36.2 kB in 0s (0 B/s) 13:50:01 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 13:50:01 Fetched 159 kB in 0s (0 B/s) 13:50:01 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 13:50:01 Fetched 107 kB in 0s (0 B/s) 13:50:01 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 13:50:01 Fetched 48.7 kB in 0s (0 B/s) 13:50:01 Pulling static-packages 13:50:02 'go115' has dependencies that need to be staged: static-packages go-build-helper 13:50:02 Skipping pull go-build-helper (already ran) 13:50:02 Skipping pull static-packages (already ran) 13:50:02 Building go-build-helper 13:50:06 Building static-packages 13:50:08 Staging go-build-helper 13:50:08 Staging static-packages 13:50:09 Pulling go115 13:50:10 'edgex-go' has dependencies that need to be staged: go115 13:50:10 Skipping pull go115 (already ran) 13:50:10 Building go115 13:50:10 % Total % Received % Xferd Average Speed Time Time Time Current 13:50:10 Dload Upload Total Spent Left Speed 13:50:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2479k 0 0 6214k 0 0:00:19 --:--:-- 0:00:19 6199k 35 115M 35 41.3M 0 0 29.4M 0 0:00:03 0:00:01 0:00:02 29.4M 63 115M 63 73.9M 0 0 30.8M 0 0:00:03 0:00:02 0:00:01 30.8M 92 115M 92 107M 0 0 31.5M 0 0:00:03 0:00:03 --:--:-- 31.5M 100 115M 100 115M 0 0 32.4M 0 0:00:03 0:00:03 --:--:-- 32.4M 13:50:14 go1.15.2.linux-amd64.tar.gz: OK 13:50:19 Staging go115 13:50:24 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 13:50:24 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 13:50:24 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:50:24 Fetched 0 B in 0s (0 B/s) 13:50:24 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 13:50:24 Fetched 224 kB in 0s (0 B/s) 13:50:24 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 13:50:24 Fetched 157 kB in 0s (0 B/s) 13:50:24 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 13:50:24 Fetched 221 kB in 0s (0 B/s) 13:50:24 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 13:50:24 Fetched 143 kB in 0s (0 B/s) 13:50:24 Pulling edgex-go 13:50:24 Pulling version 13:50:25 Building config-common 13:50:27 Skipping build go-build-helper (already ran) 13:50:27 Skipping build static-packages (already ran) 13:50:27 Skipping build go115 (already ran) 13:50:27 Building edgex-go 13:50:27 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 13:50:29 go: downloading github.com/gorilla/mux v1.8.0 13:50:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 13:50:29 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 13:50:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.144 13:50:29 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 13:50:29 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 13:50:29 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 13:50:29 go: downloading github.com/pelletier/go-toml v1.2.0 13:50:29 go: downloading gopkg.in/yaml.v2 v2.4.0 13:50:29 go: downloading github.com/OneOfOne/xxhash v1.2.8 13:50:29 go: downloading github.com/go-redis/redis/v7 v7.2.0 13:50:29 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 13:50:29 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 13:50:29 go: downloading github.com/go-kit/kit v0.8.0 13:50:29 go: downloading github.com/go-playground/validator/v10 v10.3.0 13:50:29 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:50:29 go: downloading github.com/pebbe/zmq4 v1.2.2 13:50:29 go: downloading github.com/x448/float16 v0.8.4 13:50:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 13:50:29 go: downloading github.com/google/uuid v1.1.4 13:50:29 go: downloading github.com/hashicorp/consul/api v1.1.0 13:50:29 go: downloading github.com/pkg/errors v0.8.1 13:50:29 go: downloading github.com/BurntSushi/toml v0.3.1 13:50:29 go: downloading github.com/imdario/mergo v0.3.11 13:50:29 go: downloading github.com/go-playground/universal-translator v0.17.0 13:50:29 go: downloading github.com/leodido/go-urn v1.2.0 13:50:29 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:50:29 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 13:50:29 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 13:50:29 go: downloading github.com/hashicorp/serf v0.8.2 13:50:29 go: downloading github.com/mitchellh/mapstructure v1.1.2 13:50:29 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 13:50:29 go: downloading github.com/go-playground/locales v0.13.0 13:50:29 go: downloading github.com/go-logfmt/logfmt v0.4.0 13:50:29 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 13:50:29 go: downloading github.com/mitchellh/copystructure v1.0.0 13:50:29 go: downloading github.com/mitchellh/reflectwalk v1.0.0 13:50:29 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:50:29 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 13:50:29 go: downloading github.com/hashicorp/golang-lru v0.5.0 13:50: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 13:50:40 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 13:50:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:50:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:50:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:50:42 go: downloading github.com/stretchr/testify v1.6.1 13:50:42 go: downloading github.com/pmezard/go-difflib v1.0.0 13:50:42 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 13:50:42 go: downloading github.com/davecgh/go-spew v1.1.1 13:50:44 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 13:50:44 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 13:50:44 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:50:45 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 13:50:45 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:50:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:50:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:50:45 ---> baf11d4d34e1 13:50:45 Step 3/22 : WORKDIR /edgex-go 13:50:45 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:50:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:50:45 ---> baf11d4d34e1 13:50:45 Step 3/26 : WORKDIR /edgex-go 13:50:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:50:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:50:45 ---> baf11d4d34e1 13:50:45 Step 3/24 : WORKDIR /edgex-go 13:50:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:50:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:50:45 ---> baf11d4d34e1 13:50:45 Step 3/23 : WORKDIR /edgex-go 13:50:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:50:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:50:45 ---> baf11d4d34e1 13:50:45 Step 3/21 : WORKDIR /edgex-go 13:50:46 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 13:50:46 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 13:50: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 13:50:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 13:50:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:50:50 ---> Running in 5a75a95b1408 13:50:50 ---> Running in f29712acd12d 13:50:50 ---> Running in b0f90a7def91 13:50:50 ---> Running in 1b3e20a8713d 13:50:50 ---> Running in f806fbf83655 13:50:50 Removing intermediate container 5a75a95b1408 13:50:50 ---> 9c235f07fb43 13:50:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:50:50 Removing intermediate container f806fbf83655 13:50:50 ---> a45e30710a7c 13:50:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:50:50 Removing intermediate container b0f90a7def91 13:50:50 ---> f22898a66d10 13:50:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:50:50 Removing intermediate container 1b3e20a8713d 13:50:50 ---> 52eeaff89c7b 13:50:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:50:50 Removing intermediate container f29712acd12d 13:50:50 ---> 6b082e11e912 13:50:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:50:50 ---> Running in b73852296225 13:50:50 ---> Running in 64391dc4b00c 13:50:50 ---> Running in 1d3e9b3a98b3 13:50:50 ---> Running in 1b7d466d9469 13:50:50 ---> Running in 770e3f7d2581 13:50:50 Building version 13:50:52 Staging config-common 13:50:53 Skipping stage go-build-helper (already ran) 13:50:53 Skipping stage static-packages (already ran) 13:50:53 Skipping stage go115 (already ran) 13:50:53 Staging edgex-go 13:50:54 Staging version 13:50:54 Removing intermediate container b73852296225 13:50:54 ---> f121ac6fb65a 13:50:54 Step 5/21 : RUN apk add --update --no-cache make git 13:50:54 ---> Running in 1b9304cb312e 13:50:54 Removing intermediate container 64391dc4b00c 13:50:54 ---> 3dfb6ad1681e 13:50:54 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:50:54 Removing intermediate container 1d3e9b3a98b3 13:50:54 ---> f3422f5d6c3b 13:50:54 Step 5/26 : RUN apk add --update --no-cache make bash git 13:50:54 ---> Running in 4b90ad83a9bd 13:50:54 ---> Running in 19501b1f4594 13:50:55 Removing intermediate container 770e3f7d2581 13:50:55 ---> c45e253b5ad5 13:50:55 Step 5/22 : RUN apk add --update --no-cache make git 13:50:55 Removing intermediate container 1b7d466d9469 13:50:55 ---> 709db3e0eb3e 13:50:55 Step 5/24 : RUN apk add --update --no-cache make git 13:50:55 Priming config-common 13:50:55 ---> Running in 3b7dbafd0459 13:50:55 ---> Running in 2ebdaecefebf 13:50:56 Priming go-build-helper 13:50:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:50:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:50:56 Priming static-packages 13:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:50:57 OK: 217 MiB in 51 packages 13:50:57 OK: 217 MiB in 51 packages 13:50:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:50:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:50:58 OK: 217 MiB in 51 packages 13:50:59 OK: 217 MiB in 51 packages 13:50:59 OK: 217 MiB in 51 packages 13:50:59 Priming go115 13:51:00 Priming edgex-go 13:51:00 Removing intermediate container 4b90ad83a9bd 13:51:00 ---> f01eea68abdd 13:51:00 Step 6/23 : COPY go.mod . 13:51:00 Removing intermediate container 1b9304cb312e 13:51:00 ---> b72a7edb2b98 13:51:00 Step 6/21 : COPY go.mod . 13:51:00 Removing intermediate container 19501b1f4594 13:51:00 ---> 59d7331370ce 13:51:00 Step 6/26 : COPY go.mod . 13:51:01 ---> b8ed03c05e91 13:51:01 Step 7/23 : RUN go mod download 13:51:01 Removing intermediate container 2ebdaecefebf 13:51:01 ---> 4a55f1b1e529 13:51:01 Step 6/22 : COPY go.mod . 13:51:01 Removing intermediate container 3b7dbafd0459 13:51:01 ---> 58578ec322df 13:51:01 Step 6/24 : COPY go.mod . 13:51:01 ---> 15dcd6aabb97 13:51:01 Step 7/21 : RUN go mod download 13:51:01 ---> Running in e1a0f5f0242c 13:51:01 Priming version 13:51:01 ---> 6cbb6e8b5d12 13:51:01 Step 7/26 : RUN go mod download 13:51:01 ---> Running in e8f17cea233a 13:51:01 ---> Running in 1500a0c8f536 13:51:01 ---> a5c23d0879d1 13:51:01 Step 7/22 : RUN go mod download 13:51:01 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 13:51:02 ---> Running in 6868d639217c 13:51:02 ---> 13eaca49554e 13:51:02 Step 7/24 : RUN go mod download 13:51:02 ---> Running in d7594833fd9c [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:51:06 Removing intermediate container e1a0f5f0242c 13:51:06 ---> bb9e6b1ca039 13:51:06 Step 8/23 : COPY . . 13:51:06 Removing intermediate container e8f17cea233a 13:51:06 ---> f7d3ed755ba2 13:51:06 Step 8/21 : COPY . . 13:51:06 Removing intermediate container 1500a0c8f536 13:51:06 ---> 85098f74496b 13:51:06 Step 8/26 : COPY . . 13:51:07 Removing intermediate container d7594833fd9c 13:51:07 ---> 2868623a6e4d 13:51:07 Step 8/24 : COPY . . 13:51:07 Removing intermediate container 6868d639217c 13:51:07 ---> d28c424f7cdb 13:51:07 Step 8/22 : COPY . . 13:51:34 ---> ea407f08aad8 13:51:34 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:51:34 ---> 8634f824d6ca 13:51:34 Step 9/23 : RUN make cmd/core-data/core-data 13:51:34 ---> 562674c76171 13:51:34 Step 9/22 : RUN make cmd/core-command/core-command 13:51:34 ---> 6f0460dbabd7 13:51:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:51:34 ---> 0623bc8d1f61 13:51:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:51:34 ---> Running in 94c249dcd149 13:51:34 ---> Running in e54f8dc695d7 13:51:34 ---> Running in 354ed02ff505 13:51:34 ---> Running in 243bdb43d0c6 13:51:34 ---> Running in 496bcc4faf78 13:51: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 13:51:34 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 13:51:34 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 13:51:34 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 13:51:34 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 13:52:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 13:52: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 13:53:06 Removing intermediate container 243bdb43d0c6 13:53:06 ---> 6165ece7907d 13:53:06 13:53:06 Step 10/24 : FROM alpine:3.12 13:53:06 3.12: Pulling from library/alpine 13:53:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 13:53:08 Status: Downloaded newer image for alpine:3.12 13:53:08 ---> afeebe901d6b 13:53:08 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:53:09 ---> Running in cf0d04e7b633 13:53:10 Removing intermediate container 94c249dcd149 13:53:10 ---> 6626b06c7144 13:53:10 13:53:10 Step 10/21 : FROM alpine:3.12 13:53:10 ---> afeebe901d6b 13:53:10 Step 11/21 : RUN apk add --update --no-cache curl 13:53:11 ---> Running in cc37541dd6d3 13:53:11 Removing intermediate container 496bcc4faf78 13:53:11 ---> 480e1cc38933 13:53:11 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:53:11 ---> Running in 2abf73f4cd17 13:53:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:53:12 Removing intermediate container 354ed02ff505 13:53:12 ---> 035806291906 13:53:12 13:53:12 Step 10/22 : FROM scratch 13:53:12 ---> 13:53:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:53:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:53:12 ---> Running in 3986070614e4 13:53:12 (1/5) Installing ca-certificates (20191127-r4) 13:53:13 (2/5) Installing nghttp2-libs (1.41.0-r0) 13:53:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:53:13 (3/5) Installing libcurl (7.69.1-r3) 13:53:13 (4/5) Installing curl (7.69.1-r3) 13:53:13 (5/5) Installing dumb-init (1.2.2-r1) 13:53:13 Executing busybox-1.31.1-r19.trigger 13:53:13 Executing ca-certificates-20191127-r4.trigger 13:53:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:53:13 OK: 7 MiB in 19 packages 13:53:13 Removing intermediate container 3986070614e4 13:53:13 ---> 1254a63a0df6 13:53:13 Step 12/22 : ENV APP_PORT=48082 13:53:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:53:13 ---> Running in 8c3e8933240d 13:53:14 (1/4) Installing ca-certificates (20191127-r4) 13:53:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:53:14 (3/4) Installing libcurl (7.69.1-r3) 13:53:14 (4/4) Installing curl (7.69.1-r3) 13:53:14 Executing busybox-1.31.1-r19.trigger 13:53:14 Executing ca-certificates-20191127-r4.trigger 13:53:14 OK: 7 MiB in 18 packages 13:53:14 Removing intermediate container 8c3e8933240d 13:53:14 ---> eabbc616e0a2 13:53:14 Step 13/22 : EXPOSE $APP_PORT 13:53:14 ---> Running in f32426323104 13:53:15 Removing intermediate container f32426323104 13:53:15 ---> 7287cee8cb63 13:53:15 Step 14/22 : WORKDIR / 13:53:15 ---> Running in c5de1822e163 13:53:16 Removing intermediate container cf0d04e7b633 13:53:16 ---> 83662a73e8e9 13:53:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:53:16 ---> Running in eabd30d290ad 13:53:16 Removing intermediate container c5de1822e163 13:53:16 ---> 1cad3ea07c3d 13:53:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:53:17 Removing intermediate container cc37541dd6d3 13:53:17 ---> 294791be2ef7 13:53:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:53:17 Removing intermediate container eabd30d290ad 13:53:17 ---> 1ba134ce748b 13:53:17 Step 13/24 : WORKDIR / 13:53:17 ---> Running in b72b3090e622 13:53:17 ---> Running in 464dcaa6e37b 13:53:18 ---> 0753b89fbc26 13:53:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:53:18 Removing intermediate container b72b3090e622 13:53:18 ---> 08551f1a934e 13:53:18 Step 13/21 : WORKDIR /edgex 13:53:18 Removing intermediate container 464dcaa6e37b 13:53:18 ---> 018537f6c11e 13:53:18 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:53:18 ---> Running in b2f4fd116bc0 13:53:20 Removing intermediate container 2abf73f4cd17 13:53:20 ---> 59c9e31bc07e 13:53:20 13:53:20 Step 11/26 : FROM docker:20.10.0 13:53:20 20.10.0: Pulling from library/docker 13:53:20 Removing intermediate container b2f4fd116bc0 13:53:20 ---> 9b44b84b5e94 13:53:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:53:20 ---> a085bbe40260 13:53:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:53:21 ---> 0c5f95570ac5 13:53:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:53:22 ---> 3e43f0fbc017 13:53:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:53:22 ---> 71e7491ac858 13:53:22 Step 18/22 : ENTRYPOINT ["/core-command"] 13:53:22 ---> 023733dbcf7f 13:53:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:53:23 ---> Running in a415fea26cad 13:53:24 ---> ac9c8a4fa217 13:53:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:53:24 Removing intermediate container a415fea26cad 13:53:24 ---> d9d2d42bf96f 13:53:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:53:24 ---> 8cedc685b52e 13:53:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:53:24 ---> Running in 60040e1fa1ab 13:53:25 Removing intermediate container 60040e1fa1ab 13:53:25 ---> 1c9d0e66096b 13:53:25 Step 20/22 : LABEL arch=arm64 13:53:27 ---> Running in b17684dc8ee9 13:53:27 ---> 843f9d618be2 13:53:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:53:27 ---> baa27ce499c0 13:53:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:53:27 ---> Running in da6989008580 13:53:27 Removing intermediate container b17684dc8ee9 13:53:27 ---> 55c064bfcda9 13:53:27 Step 21/22 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:53:28 ---> Running in 4be22db4d6e5 13:53:28 Removing intermediate container da6989008580 13:53:28 ---> 713e9350b97b 13:53:28 Step 18/21 : CMD ["--init=true"] 13:53:29 ---> 0fb7c61f94d9 13:53:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:53:29 ---> Running in 144ebf5b7df1 13:53:30 Removing intermediate container 4be22db4d6e5 13:53:30 ---> 2f394ff97780 13:53:30 Step 22/22 : LABEL version=0.0.0 13:53:31 ---> Running in 8600d7021fd9 13:53:31 Removing intermediate container 144ebf5b7df1 13:53:31 ---> 8ced7809e347 13:53:31 Step 19/21 : LABEL arch=arm64 13:53:31 ---> 20626e146421 13:53:31 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/ 13:53:31 Removing intermediate container e54f8dc695d7 13:53:31 ---> 1add80dd065e 13:53:31 13:53:31 Step 10/23 : FROM alpine:3.12 13:53:31 ---> afeebe901d6b 13:53:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:53:32 ---> Running in 22e6810028a6 13:53:32 ---> Running in 88a3f2bbeb7c 13:53:32 ---> Running in c50aff6c539d 13:53:32 Removing intermediate container 8600d7021fd9 13:53:32 ---> 8208b99da1ec 13:53:32 13:53:32 Removing intermediate container 22e6810028a6 13:53:32 ---> 0543356a8ac4 13:53:32 Step 20/21 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:53:33 Successfully built 8208b99da1ec 13:53:33 ---> Running in b51cf7b814d9 13:53:33 Successfully tagged docker-core-command-go-arm64:latest 13:53:33  Building docker-core-command-go ... done Building docker-support-notifications-go 13:53:33 Removing intermediate container c50aff6c539d 13:53:33 ---> 693372a818cb 13:53:33 Step 12/23 : ENV APP_PORT=48080 13:53:33 ---> Running in 4feb162c6947 13:53:33 Removing intermediate container b51cf7b814d9 13:53:33 ---> 0a9974bbb567 13:53:33 Step 21/21 : LABEL version=0.0.0 13:53:33 ---> Running in 58d79c174683 13:53:33 Removing intermediate container 4feb162c6947 13:53:33 ---> 2c875773cd0f 13:53:33 Step 13/23 : EXPOSE $APP_PORT 13:53:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:53:34 Status: Downloaded newer image for docker:20.10.0 13:53:34 ---> eeaf43b92773 13:53:34 Step 12/26 : RUN apk add --no-cache bash 13:53:34 ---> Running in 105bde9615f2 13:53:34 ---> Running in 1e5596223919 13:53:35 Removing intermediate container 58d79c174683 13:53:35 ---> c2205b6be1b2 13:53:35 13:53:35 Successfully built c2205b6be1b2 13:53:36 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:53:36  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go 13:53:36 Removing intermediate container 105bde9615f2 13:53:36 ---> 54b18b377add 13:53:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:53:36 Removing intermediate container 88a3f2bbeb7c 13:53:36 ---> 7cc0f3b41d57 13:53:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:53:36 ---> Running in 6b72120838d7 13:53:36 ---> Running in 6bfdeed54d33 13:53:37 Removing intermediate container 6bfdeed54d33 13:53:37 ---> bc957e0c7e90 13:53:37 Step 22/24 : LABEL arch=arm64 13:53:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:53:37 ---> Running in 8adf9b309809 13:53:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:53:38 (1/2) Installing readline (8.0.4-r0) 13:53:38 (2/2) Installing bash (5.0.17-r0) 13:53:38 Executing bash-5.0.17-r0.post-install 13:53:38 Executing busybox-1.31.1-r19.trigger 13:53:38 OK: 12 MiB in 22 packages 13:53:38 Removing intermediate container 8adf9b309809 13:53:38 ---> 941cb1c9fdae 13:53:38 Step 23/24 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:53:40 ---> Running in d92c9c99d583 13:53:41 Removing intermediate container d92c9c99d583 13:53:41 ---> 49461301d2d6 13:53:41 Step 24/24 : LABEL version=0.0.0 13:53:41 Removing intermediate container 6b72120838d7 13:53:41 ---> d66c9b8a8ee1 13:53:41 Step 15/23 : RUN apk add --update --no-cache zeromq 13:53:41 ---> Running in 7ebef733257a 13:53:41 ---> Running in 8a8dc7b2d5a8 13:53:41 Removing intermediate container 1e5596223919 13:53:41 ---> e6509d119b31 13:53:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:53:42 ---> Running in 6e4d5911830a 13:53:42 Removing intermediate container 8a8dc7b2d5a8 13:53:42 ---> ccd5e2ba83ea 13:53:42 13:53:42 Removing intermediate container 6e4d5911830a 13:53:42 ---> d3589859e50a 13:53:42 Step 14/26 : ENV APP_PORT=48090 13:53:43 Successfully built ccd5e2ba83ea 13:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:53:43 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:53:43 Building docker-core-metadata-go 13:53:43  Building docker-security-secretstore-setup-go ... done  ---> Running in f4c7ba7e4799 13:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:53:44 Removing intermediate container f4c7ba7e4799 13:53:44 ---> df0aaceea6bf 13:53:44 Step 15/26 : EXPOSE $APP_PORT 13:53:44 ---> Running in 65f2dccfc056 13:53:44 (1/5) Installing libgcc (9.3.0-r2) 13:53:44 (2/5) Installing libsodium (1.0.18-r0) 13:53:44 (3/5) Installing libstdc++ (9.3.0-r2) 13:53:44 (4/5) Installing libzmq (4.3.3-r0) 13:53:44 (5/5) Installing zeromq (4.3.3-r0) 13:53:44 Executing busybox-1.31.1-r19.trigger 13:53:45 OK: 8 MiB in 19 packages 13:53:45 Removing intermediate container 65f2dccfc056 13:53:45 ---> 7817254bc134 13:53:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:53:47 ---> 0a5fab772a5c 13:53:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:53:47 Removing intermediate container 7ebef733257a 13:53:47 ---> 51825a699872 13:53:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:53:48 ---> acdedaa1fdc9 13:53:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:53:49 ---> d6c84f3da0e4 13:53:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:53:50 ---> 952f1c3c6e30 13:53:50 Step 19/26 : RUN apk --no-cache add py3-pip 13:53:50 ---> Running in 3bb1fd364771 13:53:50 ---> aa749b8c7332 13:53:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:53:52 ---> 08d1bcb93f0f 13:53:52 Step 19/23 : ENTRYPOINT ["/core-data"] 13:53:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:53:52 ---> Running in 3c438d3df530 13:53:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:53:53 (1/33) Installing libbz2 (1.0.8-r1) 13:53:53 (2/33) Installing expat (2.2.9-r1) 13:53:53 (3/33) Installing libffi (3.3-r2) 13:53:53 (4/33) Installing gdbm (1.13-r1) 13:53:53 (5/33) Installing xz-libs (5.2.5-r0) 13:53:53 (6/33) Installing sqlite-libs (3.32.1-r0) 13:53:53 (7/33) Installing python3 (3.8.5-r0) 13:53:53 Removing intermediate container 3c438d3df530 13:53:53 ---> 6754121cacd0 13:53:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:53:54 ---> Running in 407184677fd6 13:53:55 (8/33) Installing py3-appdirs (1.4.4-r1) 13:53:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:53:55 (10/33) Installing py3-parsing (2.4.7-r0) 13:53:55 (11/33) Installing py3-six (1.15.0-r0) 13:53:55 (12/33) Installing py3-packaging (20.4-r0) 13:53:55 (13/33) Installing py3-setuptools (47.0.0-r0) 13:53:55 (14/33) Installing py3-chardet (3.0.4-r4) 13:53:55 (15/33) Installing py3-idna (2.9-r0) 13:53:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:53:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:53:55 (18/33) Installing py3-requests (2.23.0-r0) 13:53:55 (19/33) Installing py3-msgpack (1.0.0-r0) 13:53:55 Removing intermediate container 407184677fd6 13:53:55 ---> 1730c2e58b77 13:53:55 Step 21/23 : LABEL arch=arm64 13:53:55 (20/33) Installing py3-lockfile (0.12.2-r3) 13:53:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:53:55 (22/33) Installing py3-colorama (0.4.3-r0) 13:53:55 (23/33) Installing py3-distlib (0.3.0-r0) 13:53:56 (24/33) Installing py3-distro (1.5.0-r1) 13:53:56 (25/33) Installing py3-webencodings (0.5.1-r3) 13:53:56 (26/33) Installing py3-html5lib (1.0.1-r4) 13:53:56 (27/33) Installing py3-pytoml (0.1.21-r0) 13:53:56 (28/33) Installing py3-pep517 (0.8.2-r0) 13:53:56 (29/33) Installing py3-progress (1.5-r0) 13:53:56 (30/33) Installing py3-toml (0.10.1-r0) 13:53:56 (31/33) Installing py3-retrying (1.3.3-r0) 13:53:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:53:56 (33/33) Installing py3-pip (20.1.1-r0) 13:53:56 ---> Running in 289a1bffc070 13:53:56 Executing busybox-1.31.1-r19.trigger 13:53:56 OK: 71 MiB in 55 packages 13:53:57 Removing intermediate container 289a1bffc070 13:53:57 ---> 0769a14d31ab 13:53:57 Step 22/23 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:53:58 ---> Running in 32d34c12c6bc 13:53:59 Removing intermediate container 32d34c12c6bc 13:53:59 ---> 1a432e2750d8 13:53:59 Step 23/23 : LABEL version=0.0.0 13:53:59 ---> Running in bd2ee96cc953 13:54:00 Removing intermediate container bd2ee96cc953 13:54:00 ---> 44947884f34b 13:54:00 13:54:01 Successfully built 44947884f34b 13:54:01 Successfully tagged docker-core-data-go-arm64:latest 13:54:01  Building docker-core-data-go ... done Building docker-support-scheduler-go 13:54:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:54:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:54:03 ---> baf11d4d34e1 13:54:03 Step 3/24 : WORKDIR /edgex-go 13:54:03 ---> Using cache 13:54:03 ---> 6b082e11e912 13:54:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:54:03 ---> Using cache 13:54:03 ---> c45e253b5ad5 13:54:03 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 13:54:04 ---> Running in 818d009a2cbb 13:54:05 Removing intermediate container 3bb1fd364771 13:54:05 ---> cc9e00a14563 13:54:05 Step 20/26 : RUN pip install docker-compose==1.23.2 13:54:06 ---> Running in 5b9416d4d7f4 13:54:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:54:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:54:07 OK: 217 MiB in 51 packages 13:54:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:54:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:54:10 ---> baf11d4d34e1 13:54:10 Step 3/22 : WORKDIR /edgex-go 13:54:10 ---> Using cache 13:54:10 ---> 6b082e11e912 13:54:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:54:10 ---> Using cache 13:54:10 ---> c45e253b5ad5 13:54:10 Step 5/22 : RUN apk add --update --no-cache make git 13:54:10 ---> Using cache 13:54:10 ---> 4a55f1b1e529 13:54:10 Step 6/22 : COPY go.mod . 13:54:10 ---> Using cache 13:54:10 ---> a5c23d0879d1 13:54:10 Step 7/22 : RUN go mod download 13:54:10 ---> Using cache 13:54:10 ---> d28c424f7cdb 13:54:10 Step 8/22 : COPY . . 13:54:10 ---> Using cache 13:54:10 ---> 562674c76171 13:54:10 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 13:54:11 ---> Running in 1c511f770a74 13:54:11 Removing intermediate container 818d009a2cbb 13:54:11 ---> 2a7171837e8d 13:54:11 Step 6/24 : COPY go.mod . 13:54:12 Collecting docker-compose==1.23.2 13:54:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:54:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 13:54:13 ---> ae7ff20481b6 13:54:13 Step 7/24 : RUN go mod download 13:54:13 ---> Running in fca0c391926b 13:54:14 Collecting cached-property<2,>=1.2.0 13:54:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:54:14 Collecting docopt<0.7,>=0.6.1 13:54:14 Downloading docopt-0.6.2.tar.gz (25 kB) 13:54:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:54:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:54:19 Removing intermediate container fca0c391926b 13:54:19 ---> a9347b263d73 13:54:19 Step 8/24 : COPY . . 13:54:20 Collecting PyYAML<4,>=3.10 13:54:20 Downloading PyYAML-3.13.tar.gz (270 kB) 13:54:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:54:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:54:20 ---> baf11d4d34e1 13:54:20 Step 3/22 : WORKDIR /edgex-go 13:54:20 ---> Using cache 13:54:20 ---> 6b082e11e912 13:54:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:54:20 ---> Using cache 13:54:20 ---> c45e253b5ad5 13:54:20 Step 5/22 : RUN apk add --update --no-cache make git 13:54:20 ---> Using cache 13:54:20 ---> 4a55f1b1e529 13:54:20 Step 6/22 : COPY go.mod . 13:54:20 ---> Using cache 13:54:20 ---> a5c23d0879d1 13:54:20 Step 7/22 : RUN go mod download 13:54:20 ---> Using cache 13:54:20 ---> d28c424f7cdb 13:54:20 Step 8/22 : COPY . . 13:54:20 ---> Using cache 13:54:20 ---> 562674c76171 13:54:20 Step 9/22 : RUN make cmd/core-metadata/core-metadata 13:54:21 ---> Running in be03a3288f7e 13:54:23 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 13:54:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:54:24 Collecting texttable<0.10,>=0.9.0 13:54:24 Downloading texttable-0.9.1.tar.gz (11 kB) 13:54:27 Collecting jsonschema<3,>=2.5.1 13:54:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:54:28 Collecting docker<4.0,>=3.6.0 13:54:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:54:29 Collecting websocket-client<1.0,>=0.32.0 13:54:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 13:54:30 Collecting dockerpty<0.5,>=0.4.1 13:54:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:54:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:54:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:54:32 ---> baf11d4d34e1 13:54:32 Step 3/21 : WORKDIR /edgex-go 13:54:32 ---> Using cache 13:54:32 ---> 6b082e11e912 13:54:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:54:32 ---> Using cache 13:54:32 ---> c45e253b5ad5 13:54:32 Step 5/21 : RUN apk add --update --no-cache make git 13:54:32 ---> Using cache 13:54:32 ---> 4a55f1b1e529 13:54:32 Step 6/21 : COPY go.mod . 13:54:32 ---> Using cache 13:54:32 ---> a5c23d0879d1 13:54:32 Step 7/21 : RUN go mod download 13:54:32 ---> Using cache 13:54:32 ---> d28c424f7cdb 13:54:32 Step 8/21 : COPY . . 13:54:32 ---> Using cache 13:54:32 ---> 562674c76171 13:54:32 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 13:54:34 Collecting urllib3<1.25,>=1.21.1 13:54:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:54:35 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) 13:54:35 Collecting idna<2.8,>=2.5 13:54:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:54:36 ---> Running in 88d877e93fd6 13:54:36 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) 13:54:36 Collecting docker-pycreds>=0.4.0 13:54:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:54:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:54:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:54:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:54:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:54:38 Installing collected packages: cached-property, docopt, urllib3, idna, requests, PyYAML, texttable, jsonschema, docker-pycreds, websocket-client, docker, dockerpty, docker-compose 13:54:38 Running setup.py install for docopt: started 13:54:38 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 13:54:41 Running setup.py install for docopt: finished with status 'done' 13:54:41 Attempting uninstall: urllib3 13:54:41 Found existing installation: urllib3 1.25.9 13:54:41 Uninstalling urllib3-1.25.9: 13:54:41 Successfully uninstalled urllib3-1.25.9 13:54:42 Attempting uninstall: idna 13:54:42 Found existing installation: idna 2.9 13:54:42 Uninstalling idna-2.9: 13:54:42 Successfully uninstalled idna-2.9 13:54:43 ---> c8d7dc8c56ea 13:54:43 Step 9/24 : RUN make cmd/support-notifications/support-notifications 13:54:43 ---> Running in 430b57bc42a0 13:54:43 Attempting uninstall: requests 13:54:43 Found existing installation: requests 2.23.0 13:54:43 Uninstalling requests-2.23.0: 13:54:44 Successfully uninstalled requests-2.23.0 13:54:44 Running setup.py install for PyYAML: started 13:54:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:54:47 Running setup.py install for PyYAML: finished with status 'done' 13:54:47 Running setup.py install for texttable: started 13:54:50 Running setup.py install for texttable: finished with status 'done' 13:54:51 Running setup.py install for dockerpty: started 13:54:54 Running setup.py install for dockerpty: finished with status 'done' 13:54:55 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 13:55:01 Removing intermediate container 5b9416d4d7f4 13:55:01 ---> 4e7231db6ce5 13:55:01 Step 21/26 : RUN apk --no-cache add curl 13:55:01 ---> Running in 87422396ae02 13:55:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:55:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:55:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:55:03 (2/3) Installing libcurl (7.69.1-r3) 13:55:03 (3/3) Installing curl (7.69.1-r3) 13:55:03 Executing busybox-1.31.1-r19.trigger 13:55:03 OK: 71 MiB in 58 packages 13:55:05 Removing intermediate container 87422396ae02 13:55:05 ---> d3b9f7ea1f2a 13:55:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:55:06 ---> Running in 2dccc8607369 13:55:06 Removing intermediate container 2dccc8607369 13:55:06 ---> 1bc342560195 13:55:06 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:55:07 ---> Running in dcc62f9cefc9 13:55:07 Removing intermediate container dcc62f9cefc9 13:55:07 ---> ed5070b8ecaf 13:55:07 Step 24/26 : LABEL arch=arm64 13:55:07 ---> Running in f33b7251efa1 13:55:08 Removing intermediate container f33b7251efa1 13:55:08 ---> 4ced8ec84d93 13:55:08 Step 25/26 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:55:08 ---> Running in 5e5edb41adc2 13:55:09 Removing intermediate container 5e5edb41adc2 13:55:09 ---> 20adaaa191fd 13:55:09 Step 26/26 : LABEL version=0.0.0 13:55:09 ---> Running in fd2af1ec73ab 13:55:10 Removing intermediate container fd2af1ec73ab 13:55:10 ---> 18e58138ca37 13:55:10 13:55:10 Successfully built 18e58138ca37 13:55:10 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:55:33  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1c511f770a74 13:55:33 ---> 55d84066ef65 13:55:33 13:55:33 Step 10/22 : FROM alpine:3.12 13:55:33 ---> afeebe901d6b 13:55:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:55:33 ---> Using cache 13:55:33 ---> 83662a73e8e9 13:55:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 13:55:33 ---> Running in d193f729643a 13:55:33 Removing intermediate container d193f729643a 13:55:33 ---> 41b6ba75ed7e 13:55:33 Step 13/22 : WORKDIR / 13:55:33 ---> Running in bc4e6421de48 13:55:34 Removing intermediate container bc4e6421de48 13:55:34 ---> d87b8e856f0b 13:55:34 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:55:35 ---> e3bfcb0b3667 13:55:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 13:55:36 ---> c906e42f049e 13:55:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 13:55:38 ---> a9013afdf180 13:55:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 13:55:38 ---> 65fb3aca62bd 13:55:38 Step 18/22 : RUN chmod +x entrypoint.sh 13:55:39 ---> Running in a616e048a954 13:55:43 Removing intermediate container a616e048a954 13:55:43 ---> a6bc05f788a6 13:55:43 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 13:55:43 ---> Running in 27dd3e518c59 13:55:43 Removing intermediate container 27dd3e518c59 13:55:43 ---> 78c06567a40d 13:55:43 Step 20/22 : LABEL arch=arm64 13:55:43 ---> Running in 7646b3c31da9 13:55:44 Removing intermediate container 7646b3c31da9 13:55:44 ---> 23cd418027b7 13:55:44 Step 21/22 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:55:44 ---> Running in fd786abbc146 13:55:44 Removing intermediate container fd786abbc146 13:55:44 ---> de286bfea0d9 13:55:44 Step 22/22 : LABEL version=0.0.0 13:55:45 ---> Running in 1e0e1b234301 13:55:45 Removing intermediate container 1e0e1b234301 13:55:45 ---> 5cc4f60b18f7 13:55:45 13:55:46 Successfully built 5cc4f60b18f7 13:55:46 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 13:56:01  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 88d877e93fd6 13:56:01 ---> 36e34127c08b 13:56:01 13:56:01 Step 10/21 : FROM scratch 13:56:01 ---> 13:56:01 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:56:01 ---> Using cache 13:56:01 ---> 1254a63a0df6 13:56:01 Step 12/21 : ENV APP_PORT=48085 13:56:01 ---> Running in 944149c7e99f 13:56:01 Removing intermediate container 944149c7e99f 13:56:01 ---> b8e0fa863c04 13:56:01 Step 13/21 : EXPOSE $APP_PORT 13:56:01 ---> Running in 3321ed41056a 13:56:01 Removing intermediate container 430b57bc42a0 13:56:01 ---> 89c9d1bd97ec 13:56:01 13:56:01 Step 10/24 : FROM scratch 13:56:01 ---> 13:56:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 13:56:01 ---> Running in db3cc8e8fe1f 13:56:01 Removing intermediate container 3321ed41056a 13:56:01 ---> 8bc01a28c84b 13:56:01 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 13:56:02 Removing intermediate container db3cc8e8fe1f 13:56:02 ---> 9e6b964b3136 13:56:02 Step 12/24 : ENV APP_PORT=48060 13:56:02 ---> 7cb1f62d7eab 13:56:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:56:02 ---> Running in 154a92cb7985 13:56:03 Removing intermediate container 154a92cb7985 13:56:03 ---> 3dedc418197d 13:56:03 Step 13/24 : EXPOSE $APP_PORT 13:56:03 ---> Running in 98ff0ab51c5c 13:56:04 Removing intermediate container be03a3288f7e 13:56:04 ---> 4c4066b8121d 13:56:04 13:56:04 Step 10/22 : FROM scratch 13:56:04 ---> 13:56:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:56:04 ---> Using cache 13:56:04 ---> 1254a63a0df6 13:56:04 Step 12/22 : ENV APP_PORT=48081 13:56:04 ---> a6e95bab95d3 13:56:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:56:04 ---> Running in f2a309da0441 13:56:04 Removing intermediate container 98ff0ab51c5c 13:56:04 ---> a0ba7bac88ef 13:56:04 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 13:56:05 Removing intermediate container f2a309da0441 13:56:05 ---> 6e763025ccd1 13:56:05 Step 13/22 : EXPOSE $APP_PORT 13:56:05 ---> Running in 48b2db132f7b 13:56:05 ---> 9debf607dc24 13:56:05 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 13:56:05 ---> 595f0979ba03 13:56:05 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 13:56:05 ---> Running in 9869f4de63d6 13:56:05 Removing intermediate container 48b2db132f7b 13:56:05 ---> ede766f547b1 13:56:05 Step 14/22 : WORKDIR / 13:56:05 ---> Running in 3819813b8e52 13:56:06 Removing intermediate container 9869f4de63d6 13:56:06 ---> 8929d50b9610 13:56:06 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:56:06 ---> Running in 9dd8519aa739 13:56:06 Removing intermediate container 3819813b8e52 13:56:06 ---> 3d30b6bbfc52 13:56:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:56:06 ---> 5d27c61bd1a8 13:56:06 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 13:56:06 Removing intermediate container 9dd8519aa739 13:56:06 ---> 5aaa64f387bf 13:56:06 Step 19/21 : LABEL arch=arm64 13:56:06 ---> Running in 96b33675af29 13:56:07 ---> 4bb00939c911 13:56:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:56:07 Removing intermediate container 96b33675af29 13:56:07 ---> 62077b2a2818 13:56:07 Step 20/21 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:56:08 ---> Running in 9ca84ba21a56 13:56:08 ---> 6afcffdd0a81 13:56:08 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 13:56:08 Removing intermediate container 9ca84ba21a56 13:56:08 ---> 9c79d0f92fc7 13:56:08 Step 21/21 : LABEL version=0.0.0 13:56:08 ---> 6cffb5edbbf1 13:56:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:56:08 ---> Running in 25c4fe090cf2 13:56:08 ---> fdeaaf4195cd 13:56:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:56:09 Removing intermediate container 25c4fe090cf2 13:56:09 ---> 6bdabdad0db8 13:56:09 13:56:09 ---> 4e85b9794d0c 13:56:09 Step 18/22 : ENTRYPOINT ["/core-metadata"] 13:56:09 Successfully built 6bdabdad0db8 13:56:09 Successfully tagged docker-support-scheduler-go-arm64:latest 13:56:09  Building docker-support-scheduler-go ... done  ---> Running in ba8359933928 13:56:10 ---> 8abf7892f404 13:56:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:56:10 Removing intermediate container ba8359933928 13:56:10 ---> d4eede8135e4 13:56:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:56:10 ---> Running in 9088fad0bc6d 13:56:10 Removing intermediate container 9088fad0bc6d 13:56:10 ---> 418dc1bd6a4b 13:56:10 Step 20/24 : ENTRYPOINT ["/support-notifications"] 13:56:10 ---> 29a301507a29 13:56:10 Step 20/22 : LABEL arch=arm64 13:56:11 ---> Running in 9915ef550533 13:56:11 ---> Running in 056169332e5d 13:56:11 Removing intermediate container 9915ef550533 13:56:11 ---> 82ab54fbcb1e 13:56:11 Step 21/22 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:56:11 Removing intermediate container 056169332e5d 13:56:11 ---> cddf8f4bfa61 13:56:11 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:56:11 ---> Running in 52b75b949e7f 13:56:11 ---> Running in 72f708e23eec 13:56:12 Removing intermediate container 52b75b949e7f 13:56:12 ---> 53a9de909acb 13:56:12 Step 22/22 : LABEL version=0.0.0 13:56:12 Removing intermediate container 72f708e23eec 13:56:12 ---> 302bfad8f7f2 13:56:12 Step 22/24 : LABEL arch=arm64 13:56:12 ---> Running in f0fef3e6a987 13:56:12 ---> Running in 26303467fa5b 13:56:12 Removing intermediate container f0fef3e6a987 13:56:12 ---> 0bdc640310ab 13:56:12 13:56:13 Removing intermediate container 26303467fa5b 13:56:13 ---> 973b56eb012d 13:56:13 Step 23/24 : LABEL git_sha=638c5eca75d96072983230586d0b72665e7313b1 13:56:13 Successfully built 0bdc640310ab 13:56:13 Successfully tagged docker-core-metadata-go-arm64:latest 13:56:13  Building docker-core-metadata-go ... done  ---> Running in a129aeea5b9e 13:56:13 Removing intermediate container a129aeea5b9e 13:56:13 ---> 1e552b99f4bf 13:56:13 Step 24/24 : LABEL version=0.0.0 13:56:14 ---> Running in eac39b07b038 13:56:14 Removing intermediate container eac39b07b038 13:56:14 ---> 7347322b4b9e 13:56:14 13:56:14 Successfully built 7347322b4b9e 13:56:14 Successfully tagged docker-support-notifications-go-arm64:latest 13:56:14  Building docker-support-notifications-go ... done  [Pipeline] } 13:56:14 $ docker stop --time=1 71ff170745dd2f9e4151c270125e9a0279d952b1f483eeecc08c45100d67ef13 13:56:16 $ docker rm -f 71ff170745dd2f9e4151c270125e9a0279d952b1f483eeecc08c45100d67ef13 [Pipeline] // withDockerContainer [Pipeline] sh 13:56:17 + docker images 13:56:17 + grep docker 13:56:17 docker-support-notifications-go-arm64 latest 7347322b4b9e 3 seconds ago 11.4MB 13:56:17 docker-core-metadata-go-arm64 latest 0bdc640310ab 5 seconds ago 12.3MB 13:56:17 docker-support-scheduler-go-arm64 latest 6bdabdad0db8 9 seconds ago 10MB 13:56:17 docker-security-bootstrap-redis-go-arm64 latest 5cc4f60b18f7 32 seconds ago 15.1MB 13:56:17 docker-sys-mgmt-agent-go-arm64 latest 18e58138ca37 About a minute ago 300MB 13:56:17 docker-core-data-go-arm64 latest 44947884f34b 2 minutes ago 21MB 13:56:17 docker-security-secretstore-setup-go-arm64 latest ccd5e2ba83ea 2 minutes ago 23.4MB 13:56:17 docker-security-proxy-setup-go-arm64 latest c2205b6be1b2 2 minutes ago 23.3MB 13:56:17 docker-core-command-go-arm64 latest 8208b99da1ec 2 minutes ago 9.98MB 13:56:17 docker 20.10.0 eeaf43b92773 4 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 13:56:19 provisioning config files... 13:56:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/22@tmp/config1844687133135120197tmp [Pipeline] { [Pipeline] sh 13:56:20 + set +x 13:56:20 + curl -s https://codecov.io/bash 13:56:20 + bash -s -- 13:56:20 13:56:20 _____ _ 13:56:20 / ____| | | 13:56:20 | | ___ __| | ___ ___ _____ __ 13:56:20 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:56:20 | |___| (_) | (_| | __/ (_| (_) \ V / 13:56:20 \_____\___/ \__,_|\___|\___\___/ \_/ 13:56:20 Bash-20201231-23d4836 13:56:20 13:56:20 13:56:20 ==> git version 2.24.3 found 13:56:20 ==> 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 13:56:20 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:56:20 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:56:20 ==> Jenkins CI detected. 13:56:20 project root: . 13:56:20 --> token set from env 13:56:20 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:56:20 ==> Running gcov in . (disable via -X gcov) 13:56:20 ==> Python coveragepy not found 13:56:20 ==> Searching for coverage reports in: 13:56:20 + . 13:56:20 -> Found 1 reports 13:56:20 ==> Detecting git/mercurial file structure 13:56:20 ==> Reading reports 13:56:20 + ./coverage.out bytes=554655 13:56:20 ==> Appending adjustments 13:56:20 https://docs.codecov.io/docs/fixing-reports 13:56:24 + Found adjustments 13:56:24 ==> Gzipping contents 13:56:24 84K /tmp/codecov.AgqCH4.gz 13:56:24 ==> Uploading reports 13:56:24 url: https://codecov.io 13:56:24 query: branch=PR-2966&commit=638c5eca75d96072983230586d0b72665e7313b1&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= 13:56:24 -> Pinging Codecov 13:56:24 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2966&commit=638c5eca75d96072983230586d0b72665e7313b1&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= 13:56:24 -> Uploading to 13:56:24 https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/638c5eca75d96072983230586d0b72665e7313b1/00cea258-aa75-45bb-b8be-283ebae236d2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T135624Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fb1801b91e8884b078e040927adbb5254c827357e7f660e4e61968c78153df07 13:56:24 % Total % Received % Xferd Average Speed Time Time Time Current 13:56:24 Dload Upload Total Spent Left Speed 13:56:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83912 0 0 100 83912 0 154k --:--:-- --:--:-- --:--:-- 154k 13:56:24 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/638c5eca75d96072983230586d0b72665e7313b1 [Pipeline] } 13:56:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 13:56:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:56:27 ---> package-listing.sh 13:56:27 ++ facter osfamily 13:56:27 ++ tr '[:upper:]' '[:lower:]' 13:56:27 + OS_FAMILY=redhat 13:56:27 + workspace=/w/workspace/edgex-go/22 13:56:27 + START_PACKAGES=/tmp/packages_start.txt 13:56:27 + END_PACKAGES=/tmp/packages_end.txt 13:56:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:56:27 + PACKAGES=/tmp/packages_start.txt 13:56:27 + '[' /w/workspace/edgex-go/22 ']' 13:56:27 + PACKAGES=/tmp/packages_end.txt 13:56:27 + case "${OS_FAMILY}" in 13:56:27 + rpm -qa 13:56:27 + sort 13:56:32 + '[' -f /tmp/packages_start.txt ']' 13:56:32 + '[' -f /tmp/packages_end.txt ']' 13:56:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:56:32 + '[' /w/workspace/edgex-go/22 ']' 13:56:32 + mkdir -p /w/workspace/edgex-go/22/archives/ 13:56:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] echo 13:56:32 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/22/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:56:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:56:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:56:33 13:56:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:56:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:56:33 alpine: Pulling from edgex-lftools-log-publisher 13:56:33 df20fa9351a1: Pulling fs layer 13:56:33 36b3adc4ff6f: Pulling fs layer 13:56:33 8ad3a11d3b57: Pulling fs layer 13:56:33 46f8f816bc3b: Pulling fs layer 13:56:33 93b61091891f: Pulling fs layer 13:56:33 93b9cdb0e59b: Pulling fs layer 13:56:33 5e14af77c1be: Pulling fs layer 13:56:33 01666e4c0597: Pulling fs layer 13:56:33 aa168da1d23b: Pulling fs layer 13:56:33 93b9cdb0e59b: Waiting 13:56:33 5e14af77c1be: Waiting 13:56:33 aa168da1d23b: Waiting 13:56:33 46f8f816bc3b: Waiting 13:56:33 01666e4c0597: Waiting 13:56:33 93b61091891f: Waiting 13:56:33 36b3adc4ff6f: Verifying Checksum 13:56:33 36b3adc4ff6f: Download complete 13:56:34 46f8f816bc3b: Verifying Checksum 13:56:34 46f8f816bc3b: Download complete 13:56:34 df20fa9351a1: Download complete 13:56:34 93b9cdb0e59b: Verifying Checksum 13:56:34 93b9cdb0e59b: Download complete 13:56:34 5e14af77c1be: Verifying Checksum 13:56:34 5e14af77c1be: Download complete 13:56:34 93b61091891f: Verifying Checksum 13:56:34 93b61091891f: Download complete 13:56:34 01666e4c0597: Verifying Checksum 13:56:34 df20fa9351a1: Pull complete 13:56:34 36b3adc4ff6f: Pull complete 13:56:34 8ad3a11d3b57: Verifying Checksum 13:56:34 8ad3a11d3b57: Download complete 13:56:35 8ad3a11d3b57: Pull complete 13:56:35 46f8f816bc3b: Pull complete 13:56:36 aa168da1d23b: Verifying Checksum 13:56:38 93b61091891f: Pull complete 13:56:38 93b9cdb0e59b: Pull complete 13:56:38 5e14af77c1be: Pull complete 13:56:38 01666e4c0597: Pull complete 13:56:48 aa168da1d23b: Pull complete 13:56:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:56:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:56:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:56:48 prd-centos7-docker-4c-2g-20222 does not seem to be running inside a container 13:56:48 $ 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/22/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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:56:53 $ docker top 7c6b85c6f53cde806e9ffdd5d02257d12857208dc91143ddd79d016ee0b97d5b -eo pid,comm [Pipeline] { [Pipeline] sh 13:56:53 + touch /tmp/pre-build-complete [Pipeline] sh 13:56:54 + mkdir -p /var/log/sa [Pipeline] sh 13:56:54 + ls /var/log/sa-host 13:56:54 + sadf -c /var/log/sa-host/sa14 13:56:54 file_magic: OK 13:56:54 HZ: Using current value: 100 13:56:54 file_header: OK 13:56:54 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 13:56:54 Statistics: 13:56:54 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... 13:56:54 File successfully converted to sysstat format version 12.2.1 13:56:54 + sadf -c /var/log/sa-host/sa23 13:56:54 file_magic: OK 13:56:54 HZ: Using current value: 100 13:56:54 file_header: OK 13:56:54 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 13:56:54 Statistics: 13:56:54 Hnuu...uuuununununu... 13:56:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:56:55 provisioning config files... 13:56:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config2762820844126233813tmp [Pipeline] { [Pipeline] echo 13:56:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:56:55 ---> create-netrc.sh [Pipeline] } 13:56:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:56:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:56:55 ---> python-tools-install.sh [Pipeline] echo 13:56:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:56:56 ---> sudo-logs.sh 13:56:56 Archiving 'sudo' log.. [Pipeline] echo 13:56:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:56:56 ---> job-cost.sh 13:56:56 lf-activate-venv: SKIPPING 13:56:56 INFO: No Stack... 13:56:57 INFO: Retrieving Pricing Info for: v1-standard-2 13:56:57 INFO: Archiving Costs [Pipeline] echo 13:56:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:56:58 ---> logs-deploy.sh 13:56:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/22 13:56:58 INFO: archiving workspace using pattern(s): 13:56:59 Archives upload complete. 13:56:59 INFO: archiving logs to Nexus 13:57:00 ---> uname -a: 13:57:00 Linux prd-centos7-docker-4c-2g-20222.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:57:00 13:57:00 13:57:00 ---> lscpu: 13:57:00 Architecture: x86_64 13:57:00 CPU op-mode(s): 32-bit, 64-bit 13:57:00 Byte Order: Little Endian 13:57:00 Address sizes: 40 bits physical, 48 bits virtual 13:57:00 CPU(s): 4 13:57:00 On-line CPU(s) list: 0-3 13:57:00 Thread(s) per core: 1 13:57:00 Core(s) per socket: 1 13:57:00 Socket(s): 4 13:57:00 NUMA node(s): 1 13:57:00 Vendor ID: GenuineIntel 13:57:00 CPU family: 6 13:57:00 Model: 44 13:57:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:57:00 Stepping: 1 13:57:00 CPU MHz: 2933.442 13:57:00 BogoMIPS: 5866.88 13:57:00 Virtualization: VT-x 13:57:00 Hypervisor vendor: KVM 13:57:00 Virtualization type: full 13:57:00 L1d cache: 128 KiB 13:57:00 L1i cache: 128 KiB 13:57:00 L2 cache: 16 MiB 13:57:00 L3 cache: 64 MiB 13:57:00 NUMA node0 CPU(s): 0-3 13:57:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:57:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:57:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:57:00 Vulnerability Meltdown: Mitigation; PTI 13:57:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:57:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:57:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:57:00 Vulnerability Srbds: Not affected 13:57:00 Vulnerability Tsx async abort: Not affected 13:57:00 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 13:57:00 13:57:00 13:57:00 ---> nproc: 13:57:00 4 13:57:00 13:57:00 13:57:00 ---> df -h: 13:57:00 Filesystem Size Used Available Use% Mounted on 13:57:00 overlay 50.0G 12.4G 37.5G 25% / 13:57:00 tmpfs 64.0M 0 64.0M 0% /dev 13:57:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:57:00 shm 64.0M 0 64.0M 0% /dev/shm 13:57:00 /dev/vda1 50.0G 12.4G 37.5G 25% /facter-os 13:57:00 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/resolv.conf 13:57:00 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hostname 13:57:00 /dev/vda1 50.0G 12.4G 37.5G 25% /etc/hosts 13:57:00 /dev/vda1 50.0G 12.4G 37.5G 25% /run/cloud-init/result.json 13:57:00 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/sa-host 13:57:00 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/secure 13:57:00 /dev/vda1 50.0G 12.4G 37.5G 25% /var/log/auth.log 13:57:00 /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/22@tmp 13:57:00 /dev/vda1 50.0G 12.4G 37.5G 25% /w/workspace/edgex-go/22 13:57:00 13:57:00 13:57:00 ---> free -m: 13:57:00 total used free shared buff/cache available 13:57:00 Mem: 1837 727 128 0 981 1026 13:57:00 Swap: 1023 63 960 13:57:00 13:57:00 13:57:00 ---> ip addr: 13:57:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:57:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:57:00 inet 127.0.0.1/8 scope host lo 13:57:00 valid_lft forever preferred_lft forever 13:57:00 inet6 ::1/128 scope host 13:57:00 valid_lft forever preferred_lft forever 13:57:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:57:00 link/ether fa:16:3e:a0:92:de brd ff:ff:ff:ff:ff:ff 13:57:00 inet 10.30.122.98/23 brd 10.30.123.255 scope global dynamic eth0 13:57:00 valid_lft 85170sec preferred_lft 85170sec 13:57:00 inet6 fe80::f816:3eff:fea0:92de/64 scope link 13:57:00 valid_lft forever preferred_lft forever 13:57:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:57:00 link/ether 02:42:4d:32:8b:48 brd ff:ff:ff:ff:ff:ff 13:57:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:57:00 valid_lft forever preferred_lft forever 13:57:00 inet6 fe80::42:4dff:fe32:8b48/64 scope link 13:57:00 valid_lft forever preferred_lft forever 13:57:00 13:57:00 13:57:00 ---> sar -b -r -n DEV: 13:57:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 13:57:00 13:57:00 13:36:20 LINUX RESTART (4 CPU) 13:57:00 13:57:00 13:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:57:00 13:38:01 149.99 59.67 90.32 0.00 9333.82 35673.50 0.00 13:57:00 13:39:01 320.88 140.33 180.55 0.00 5739.23 34416.72 0.00 13:57:00 13:40:01 179.00 56.27 122.73 0.00 2406.12 16473.73 0.00 13:57:00 13:41:01 237.74 78.44 159.29 0.00 17121.94 91296.47 0.00 13:57:00 13:42:01 3343.37 2959.76 383.61 0.00 210001.92 222879.34 0.00 13:57:00 13:43:02 656.80 406.25 250.55 0.00 52341.92 65372.45 0.00 13:57:00 13:44:02 3025.41 2638.19 387.21 0.00 159138.63 179604.20 0.00 13:57:00 13:45:01 983.27 704.91 278.36 0.00 39066.71 59734.79 0.00 13:57:00 13:46:01 20.01 9.16 10.86 0.00 2794.27 341.26 0.00 13:57:00 13:47:01 1.18 1.03 0.15 0.00 28.91 1.92 0.00 13:57:00 13:48:01 0.30 0.00 0.30 0.00 0.00 3.93 0.00 13:57:00 13:49:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 13:57:00 13:50:01 0.22 0.02 0.20 0.00 1.07 1.65 0.00 13:57:00 13:51:01 0.38 0.00 0.38 0.00 0.00 3.93 0.00 13:57:00 13:52:01 2.98 2.10 0.88 0.00 217.29 16.37 0.00 13:57:00 13:53:01 0.27 0.00 0.27 0.00 0.00 4.88 0.00 13:57:00 13:54:01 0.40 0.17 0.23 0.00 2.27 2.97 0.00 13:57:00 13:55:01 0.23 0.02 0.22 0.00 1.07 3.83 0.00 13:57:00 13:56:01 0.25 0.00 0.25 0.00 0.00 2.76 0.00 13:57:00 Average: 469.09 370.96 98.14 0.00 26231.59 37161.23 0.00 13:57:00 13:57:00 13:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:57:00 13:38:01 80932 0 712124 37.85 2596 1085892 1559612 53.23 700672 890216 25976 13:57:00 13:39:01 125856 0 803232 42.69 1528 950928 1753788 59.85 623512 859536 62472 13:57:00 13:40:01 234840 0 768636 40.85 764 877304 1654668 56.47 602784 754312 33432 13:57:00 13:41:01 74580 0 706604 37.55 308 1100052 1267748 43.27 724832 847136 79988 13:57:00 13:42:01 249296 0 704772 37.46 124 927352 1370732 46.78 601872 801144 12 13:57:00 13:43:02 52436 0 768608 40.85 124 1060376 1768340 60.35 748888 835196 75256 13:57:00 13:44:02 71332 0 806960 42.89 124 1003128 2145488 73.22 735880 838252 20336 13:57:00 13:45:01 464452 0 694256 36.90 124 722712 1391232 47.48 523080 642636 0 13:57:00 13:46:01 433092 0 643328 34.19 124 805000 1201488 41.00 517144 684956 12 13:57:00 13:47:01 433376 0 642560 34.15 124 805484 1191356 40.66 517316 684988 16 13:57:00 13:48:01 434648 0 641284 34.08 124 805488 1187148 40.52 516844 684824 12 13:57:00 13:49:01 434636 0 641284 34.08 124 805500 1187148 40.52 516852 684824 8 13:57:00 13:50:01 434512 0 641432 34.09 124 805476 1187148 40.52 516592 684824 8 13:57:00 13:51:01 434792 0 641112 34.07 124 805516 1187148 40.52 516736 684856 8 13:57:00 13:52:01 425056 0 645024 34.28 124 811340 1187232 40.52 523320 687292 16 13:57:00 13:53:01 425336 0 644728 34.27 124 811356 1187148 40.52 523008 687292 8 13:57:00 13:54:01 425016 0 645048 34.28 124 811356 1187184 40.52 523220 687360 16 13:57:00 13:55:01 424224 0 645828 34.32 124 811368 1187332 40.52 523740 687396 8 13:57:00 13:56:01 424628 0 645416 34.30 124 811376 1187272 40.52 523364 687392 8 13:57:00 Average: 320160 0 686433 36.48 371 874579 1367853 46.68 577877 737602 15663 13:57:00 13:57:00 13:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:57:00 13:38:01 eth0 1375.05 1388.80 7079.49 168.66 0.00 0.00 0.00 0.00 13:57:00 13:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:38:01 docker0 868.37 719.08 70.36 2666.45 0.00 0.00 0.00 0.00 13:57:00 13:39:01 vethdaa3ccc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:57:00 13:39:01 eth0 268.50 202.16 864.75 29.49 0.00 0.00 0.00 0.00 13:57:00 13:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:39:01 docker0 180.02 229.58 13.03 829.59 0.00 0.00 0.00 0.00 13:57:00 13:40:01 vethdaa3ccc 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 13:57:00 13:40:01 eth0 47.60 35.42 22.67 78.84 0.00 0.00 0.00 0.00 13:57:00 13:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:40:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 13:57:00 13:41:01 veth4614849 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:57:00 13:41:01 eth0 213.44 174.29 1703.71 29.26 0.00 0.00 0.00 0.00 13:57:00 13:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:42:01 veth4614849 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 13:57:00 13:42:01 eth0 64.14 47.02 162.02 62.76 0.00 0.00 0.00 0.00 13:57:00 13:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:42:01 docker0 16.41 25.44 0.95 146.12 0.00 0.00 0.00 0.00 13:57:00 13:43:02 veth4614849 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:43:02 eth0 175.09 138.11 1391.55 21.60 0.00 0.00 0.00 0.00 13:57:00 13:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:43:02 docker0 10.17 16.69 0.56 119.30 0.00 0.00 0.00 0.00 13:57:00 13:44:02 veth4614849 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:44:02 eth0 112.64 74.23 393.79 93.52 0.00 0.00 0.00 0.00 13:57:00 13:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:44:02 docker0 27.23 50.76 1.50 365.99 0.00 0.00 0.00 0.00 13:57:00 13:45:01 veth4614849 0.00 0.09 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:45:01 eth0 54.00 28.57 129.38 17.88 0.00 0.00 0.00 0.00 13:57:00 13:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:45:01 docker0 8.52 14.40 0.74 97.22 0.00 0.00 0.00 0.00 13:57:00 13:46:01 eth0 6.04 3.51 5.05 2.01 0.00 0.00 0.00 0.00 13:57:00 13:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:46:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:47:01 eth0 0.78 0.55 0.41 0.28 0.00 0.00 0.00 0.00 13:57:00 13:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:48:01 eth0 0.18 0.08 0.02 0.01 0.00 0.00 0.00 0.00 13:57:00 13:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:49:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:57:00 13:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:50:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 13:57:00 13:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:57:00 13:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:52:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 13:57:00 13:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:53:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:54:01 eth0 0.68 0.15 0.12 0.01 0.00 0.00 0.00 0.00 13:57:00 13:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:55:01 eth0 0.55 0.38 0.27 0.17 0.00 0.00 0.00 0.00 13:57:00 13:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:56:01 eth0 2.13 1.35 2.13 0.12 0.00 0.00 0.00 0.00 13:57:00 13:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 13:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 Average: eth0 122.41 110.49 620.55 26.58 0.00 0.00 0.00 0.00 13:57:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:57:00 Average: docker0 58.55 55.65 4.59 222.53 0.00 0.00 0.00 0.00 13:57:00 13:57:00 13:57:00 ---> sar -P ALL: 13:57:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 13:57:00 13:57:00 13:36:20 LINUX RESTART (4 CPU) 13:57:00 13:57:00 13:37:01 CPU %user %nice %system %iowait %steal %idle 13:57:00 13:38:01 all 14.40 0.00 6.04 1.98 0.04 77.54 13:57:00 13:38:01 0 14.35 0.00 6.86 1.19 0.03 77.56 13:57:00 13:38:01 1 17.71 0.00 5.96 2.83 0.03 73.46 13:57:00 13:38:01 2 12.21 0.00 6.07 3.22 0.03 78.47 13:57:00 13:38:01 3 13.32 0.00 5.27 0.65 0.07 80.69 13:57:00 13:39:01 all 16.15 0.00 7.64 7.36 0.05 68.81 13:57:00 13:39:01 0 17.43 0.00 7.88 6.67 0.05 67.97 13:57:00 13:39:01 1 15.43 0.00 7.59 8.08 0.09 68.83 13:57:00 13:39:01 2 15.64 0.00 7.57 5.74 0.02 71.03 13:57:00 13:39:01 3 16.08 0.00 7.54 8.96 0.03 67.39 13:57:00 13:40:01 all 64.40 0.00 13.28 6.03 0.03 16.26 13:57:00 13:40:01 0 64.73 0.00 13.00 7.41 0.03 14.82 13:57:00 13:40:01 1 64.82 0.00 13.79 6.97 0.03 14.38 13:57:00 13:40:01 2 64.71 0.00 12.71 4.94 0.03 17.60 13:57:00 13:40:01 3 63.33 0.00 13.63 4.78 0.03 18.23 13:57:00 13:41:01 all 23.88 0.00 11.10 4.83 0.05 60.13 13:57:00 13:41:01 0 25.05 0.00 10.66 5.85 0.05 58.39 13:57:00 13:41:01 1 22.89 0.00 11.02 3.69 0.03 62.36 13:57:00 13:41:01 2 22.69 0.00 11.13 5.05 0.07 61.07 13:57:00 13:41:01 3 24.89 0.00 11.61 4.75 0.05 58.70 13:57:00 13:42:01 all 24.15 0.00 25.49 24.94 0.08 25.33 13:57:00 13:42:01 0 23.60 0.00 24.05 25.39 0.09 26.88 13:57:00 13:42:01 1 24.76 0.00 25.91 25.55 0.09 23.69 13:57:00 13:42:01 2 23.53 0.00 25.39 25.09 0.09 25.91 13:57:00 13:42:01 3 24.75 0.00 26.63 23.72 0.07 24.84 13:57:00 13:43:02 all 49.05 0.00 15.03 18.11 0.04 17.77 13:57:00 13:43:02 0 48.22 0.00 14.11 21.57 0.05 16.05 13:57:00 13:43:02 1 49.47 0.00 15.22 13.47 0.03 21.80 13:57:00 13:43:02 2 48.90 0.00 15.98 16.60 0.03 18.49 13:57:00 13:43:02 3 49.60 0.00 14.80 20.86 0.05 14.69 13:57:00 13:44:02 all 16.93 0.00 20.47 33.82 0.09 28.69 13:57:00 13:44:02 0 16.37 0.00 18.93 34.69 0.09 29.91 13:57:00 13:44:02 1 16.27 0.00 20.56 35.36 0.09 27.72 13:57:00 13:44:02 2 17.43 0.00 21.96 33.94 0.10 26.56 13:57:00 13:44:02 3 17.66 0.00 20.43 31.23 0.09 30.59 13:57:00 13:45:01 all 45.61 0.00 14.28 20.48 0.07 19.56 13:57:00 13:45:01 0 44.86 0.00 13.90 23.70 0.09 17.45 13:57:00 13:45:01 1 45.62 0.00 14.61 21.17 0.09 18.51 13:57:00 13:45:01 2 45.76 0.00 14.42 17.91 0.05 21.85 13:57:00 13:45:01 3 46.21 0.00 14.17 19.11 0.05 20.45 13:57:00 13:46:01 all 0.43 0.00 0.38 0.32 0.00 98.87 13:57:00 13:46:01 0 0.22 0.00 0.23 0.13 0.00 99.42 13:57:00 13:46:01 1 0.95 0.00 0.52 0.45 0.00 98.08 13:57:00 13:46:01 2 0.35 0.00 0.38 0.12 0.00 99.15 13:57:00 13:46:01 3 0.22 0.00 0.37 0.58 0.00 98.83 13:57:00 13:47:01 all 0.19 0.00 0.03 0.02 0.00 99.76 13:57:00 13:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:57:00 13:47:01 1 0.57 0.00 0.02 0.07 0.00 99.35 13:57:00 13:47:01 2 0.17 0.00 0.05 0.00 0.00 99.78 13:57:00 13:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:57:00 13:48:01 all 0.16 0.00 0.03 0.00 0.00 99.81 13:57:00 13:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 13:57:00 13:48:01 1 0.53 0.00 0.02 0.00 0.00 99.45 13:57:00 13:48:01 2 0.05 0.00 0.03 0.00 0.00 99.92 13:57:00 13:48:01 3 0.05 0.00 0.03 0.00 0.02 99.90 13:57:00 13:57:00 13:48:01 CPU %user %nice %system %iowait %steal %idle 13:57:00 13:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 13:57:00 13:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:57:00 13:49:01 1 0.52 0.00 0.02 0.00 0.00 99.47 13:57:00 13:49:01 2 0.05 0.00 0.02 0.00 0.00 99.93 13:57:00 13:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 13:57:00 13:50:01 all 0.17 0.00 0.05 0.00 0.00 99.78 13:57:00 13:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:57:00 13:50:01 1 0.52 0.00 0.03 0.00 0.00 99.45 13:57:00 13:50:01 2 0.10 0.00 0.08 0.00 0.00 99.82 13:57:00 13:50:01 3 0.05 0.00 0.07 0.00 0.00 99.88 13:57:00 13:51:01 all 0.14 0.00 0.02 0.00 0.00 99.83 13:57:00 13:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 13:57:00 13:51:01 1 0.52 0.00 0.00 0.00 0.00 99.48 13:57:00 13:51:01 2 0.03 0.00 0.05 0.00 0.02 99.90 13:57:00 13:51:01 3 0.00 0.00 0.03 0.00 0.00 99.97 13:57:00 13:52:01 all 0.12 0.00 0.06 0.04 0.00 99.78 13:57:00 13:52:01 0 0.03 0.00 0.03 0.02 0.00 99.92 13:57:00 13:52:01 1 0.32 0.00 0.08 0.00 0.00 99.60 13:57:00 13:52:01 2 0.12 0.00 0.13 0.13 0.00 99.62 13:57:00 13:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 13:57:00 13:53:01 all 0.02 0.00 0.02 0.00 0.00 99.96 13:57:00 13:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 13:57:00 13:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 13:57:00 13:53:01 2 0.03 0.00 0.02 0.00 0.00 99.95 13:57:00 13:53:01 3 0.03 0.00 0.05 0.00 0.00 99.92 13:57:00 13:54:01 all 0.15 0.00 0.03 0.01 0.00 99.80 13:57:00 13:54:01 0 0.15 0.00 0.02 0.02 0.00 99.82 13:57:00 13:54:01 1 0.10 0.00 0.03 0.02 0.00 99.85 13:57:00 13:54:01 2 0.32 0.00 0.03 0.02 0.00 99.63 13:57:00 13:54:01 3 0.05 0.00 0.03 0.00 0.00 99.92 13:57:00 13:55:01 all 0.17 0.00 0.02 0.00 0.00 99.80 13:57:00 13:55:01 0 0.10 0.00 0.03 0.00 0.00 99.87 13:57:00 13:55:01 1 0.03 0.00 0.02 0.00 0.02 99.93 13:57:00 13:55:01 2 0.53 0.00 0.02 0.00 0.00 99.45 13:57:00 13:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 13:57:00 13:56:01 all 0.17 0.00 0.02 0.00 0.00 99.81 13:57:00 13:56:01 0 0.05 0.00 0.03 0.00 0.00 99.92 13:57:00 13:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 13:57:00 13:56:01 2 0.55 0.00 0.02 0.00 0.00 99.43 13:57:00 13:56:01 3 0.05 0.00 0.02 0.00 0.00 99.93 13:57:00 Average: all 13.17 0.00 5.85 6.02 0.02 74.93 13:57:00 Average: 0 13.12 0.00 5.65 6.48 0.02 74.73 13:57:00 Average: 1 13.44 0.00 5.93 6.02 0.03 74.59 13:57:00 Average: 2 13.00 0.00 5.95 5.76 0.02 75.26 13:57:00 Average: 3 13.14 0.00 5.86 5.83 0.02 75.14 13:57:00 13:57:00 13:57:00