Branch indexing 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 60451040515ee9eeb901ca3bb1c4662a631f475e rather than 25b0e270b56badf436881da003bb813d97a6c436 Obtained Jenkinsfile from 60451040515ee9eeb901ca3bb1c4662a631f475e 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-20341 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 25b0e270b56badf436881da003bb813d97a6c436 Merge succeeded, producing d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 Checking out Revision d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 (PR-3030) > git config core.sparsecheckout # timeout=10 > git checkout -f 25b0e270b56badf436881da003bb813d97a6c436 # 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 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 # timeout=10 Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:12 ========================================================= 00:30:12 EdgeX Global Pipelines Version Info 00:30:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 # timeout=10 00:30:13 ------------------- 00:30:13 stable info: 00:30:13 ------------------- 00:30:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:13 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 00:30:13 Message: update stable to v1.0.177 00:30:14 ------------------- 00:30:14 experimental info: 00:30:14 ------------------- 00:30:14 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:14 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 00:30:14 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d791a1a [Pipeline] echo 00:30:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:18 provisioning config files... 00:30:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3054272792290535936tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:18 ---> docker-login.sh 00:30:18 nexus3.edgexfoundry.org:10001 00:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:18 Configure a credential helper to remove this warning. See 00:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:18 00:30:18 Login Succeeded 00:30:18 nexus3.edgexfoundry.org:10002 00:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:18 Configure a credential helper to remove this warning. See 00:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:18 00:30:18 Login Succeeded 00:30:18 nexus3.edgexfoundry.org:10003 00:30:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:19 Configure a credential helper to remove this warning. See 00:30:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:19 00:30:19 Login Succeeded 00:30:19 nexus3.edgexfoundry.org:10004 00:30:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:19 Configure a credential helper to remove this warning. See 00:30:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:19 00:30:19 Login Succeeded 00:30:19 docker.io 00:30:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:19 Configure a credential helper to remove this warning. See 00:30:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:19 00:30:19 Login Succeeded 00:30:19 ---> docker-login.sh ends [Pipeline] } 00:30:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:20 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:30:20 + for file in '`ls cmd/**/Dockerfile`' 00:30:20 ++ dirname cmd/core-command/Dockerfile 00:30:20 ++ cut -d/ -f2 00:30:20 + echo core-command,cmd/core-command/Dockerfile 00:30:20 + for file in '`ls cmd/**/Dockerfile`' 00:30:20 ++ dirname cmd/core-data/Dockerfile 00:30:20 ++ cut -d/ -f2 00:30:20 + echo core-data,cmd/core-data/Dockerfile 00:30:20 + for file in '`ls cmd/**/Dockerfile`' 00:30:20 ++ dirname cmd/core-metadata/Dockerfile 00:30:20 ++ cut -d/ -f2 00:30:20 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:20 + for file in '`ls cmd/**/Dockerfile`' 00:30:20 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:30:20 ++ cut -d/ -f2 00:30:20 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:30:20 + for file in '`ls cmd/**/Dockerfile`' 00:30:20 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:20 ++ cut -d/ -f2 00:30:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:20 + for file in '`ls cmd/**/Dockerfile`' 00:30:20 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:20 ++ cut -d/ -f2 00:30:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:20 + for file in '`ls cmd/**/Dockerfile`' 00:30:20 ++ dirname cmd/support-notifications/Dockerfile 00:30:20 ++ cut -d/ -f2 00:30:20 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:20 + for file in '`ls cmd/**/Dockerfile`' 00:30:20 ++ dirname cmd/support-scheduler/Dockerfile 00:30:20 ++ cut -d/ -f2 00:30:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:20 + for file in '`ls cmd/**/Dockerfile`' 00:30:20 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:20 ++ cut -d/ -f2 00:30:20 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:20 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:30:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:22 00:30:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:22 latest: Pulling from edgex-devops/git-semver 00:30:22 31603596830f: Pulling fs layer 00:30:22 2a8b12db71e7: Pulling fs layer 00:30:22 6ca5941a6612: Pulling fs layer 00:30:22 ecc8261a40a4: Pulling fs layer 00:30:22 2a8b12db71e7: Verifying Checksum 00:30:22 2a8b12db71e7: Download complete 00:30:22 31603596830f: Verifying Checksum 00:30:22 31603596830f: Download complete 00:30:22 6ca5941a6612: Verifying Checksum 00:30:22 6ca5941a6612: Download complete 00:30:22 ecc8261a40a4: Verifying Checksum 00:30:22 ecc8261a40a4: Download complete 00:30:22 31603596830f: Pull complete 00:30:23 2a8b12db71e7: Pull complete 00:30:23 6ca5941a6612: Pull complete 00:30:23 ecc8261a40a4: Pull complete 00:30:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:23 prd-centos7-docker-4c-2g-20341 does not seem to be running inside a container 00:30:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:26 $ docker top e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:26 [ssh-agent] Looking for ssh-agent implementation... 00:30:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:27 $ docker exec e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 ssh-agent 00:30:27 SSH_AUTH_SOCK=/tmp/ssh-Kw8QlXtyjGAb/agent.11 00:30:27 SSH_AGENT_PID=16 00:30:27 Running ssh-add (command line suppressed) 00:30:27 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8439416148573192294.key (/w/workspace/edgex-go/4@tmp/private_key_8439416148573192294.key) 00:30:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:27 + git tag --points-at HEAD [Pipeline] } 00:30:27 $ docker exec --env ******** --env ******** e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 ssh-agent -k 00:30:27 unset SSH_AUTH_SOCK; 00:30:27 unset SSH_AGENT_PID; 00:30:27 echo Agent pid 16 killed; 00:30:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:28 [ssh-agent] Looking for ssh-agent implementation... 00:30:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:28 $ docker exec e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 ssh-agent 00:30:28 SSH_AUTH_SOCK=/tmp/ssh-E6wDFjJKrUSq/agent.44 00:30:28 SSH_AGENT_PID=49 00:30:28 Running ssh-add (command line suppressed) 00:30:28 Identity added: /w/workspace/edgex-go/4@tmp/private_key_4667149484616783349.key (/w/workspace/edgex-go/4@tmp/private_key_4667149484616783349.key) 00:30:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:28 + git semver init 00:30:28 # -> Open(): unable to determine branch for HEAD 00:30:28 # $GIT_DIR = /w/workspace/edgex-go/4/.git 00:30:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 00:30:28 # $SEMVER_REMOTE_NAME = origin 00:30:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:28 # $SEMVER_USER_NAME = edgex-jenkins 00:30:28 # $SEMVER_BRANCH = PR-3030 00:30:28 # $SEMVER_TEMP = /tmp/semver-244630594 00:30:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:30:47 # '/tmp/semver-244630594' -> '/w/workspace/edgex-go/4/.semver' 00:30:47 # -> Force: false 00:30:47 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 00:30:47 $ docker exec --env ******** --env ******** e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 ssh-agent -k 00:30:47 unset SSH_AUTH_SOCK; 00:30:47 unset SSH_AGENT_PID; 00:30:47 echo Agent pid 49 killed; 00:30:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:47 + git semver [Pipeline] } 00:30:47 $ docker stop --time=1 e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 00:30:49 $ docker rm -f e065e241f8b224904928d5c57ae88e7216e91c68ca900c09974f629d824ae025 [Pipeline] // withDockerContainer [Pipeline] sh 00:30:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:30:50 Stashed 1 file(s) [Pipeline] echo 00:30:50 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:30:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:30:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:30:52 + sudo service docker restart 00:30:52 + true 00:30:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:30:52 ========================================================= 00:30:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:30:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:30:53 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:30:56 Sending build context to Docker daemon 326.5MB 00:30:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:30:56 Step 2/6 : FROM ${BASE} 00:30:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:30:56 188c0c94c7c5: Pulling fs layer 00:30:56 0ef7d3d256c8: Pulling fs layer 00:30:56 de9db76c5a1d: Pulling fs layer 00:30:56 bca2f99d35d6: Pulling fs layer 00:30:56 93359f2a8cfa: Pulling fs layer 00:30:56 7c6f9722023f: Pulling fs layer 00:30:56 a35cf1a2eb13: Pulling fs layer 00:30:56 bca2f99d35d6: Waiting 00:30:56 93359f2a8cfa: Waiting 00:30:56 7c6f9722023f: Waiting 00:30:56 a35cf1a2eb13: Waiting 00:30:56 de9db76c5a1d: Verifying Checksum 00:30:56 de9db76c5a1d: Download complete 00:30:56 0ef7d3d256c8: Verifying Checksum 00:30:56 0ef7d3d256c8: Download complete 00:30:56 93359f2a8cfa: Verifying Checksum 00:30:56 93359f2a8cfa: Download complete 00:30:56 7c6f9722023f: Verifying Checksum 00:30:56 7c6f9722023f: Download complete 00:30:56 188c0c94c7c5: Verifying Checksum 00:30:56 188c0c94c7c5: Download complete 00:30:56 188c0c94c7c5: Pull complete 00:30:56 0ef7d3d256c8: Pull complete 00:30:57 de9db76c5a1d: Pull complete 00:30:58 a35cf1a2eb13: Verifying Checksum 00:30:58 a35cf1a2eb13: Download complete 00:30:58 bca2f99d35d6: Download complete 00:31:03 bca2f99d35d6: Pull complete 00:31:03 93359f2a8cfa: Pull complete 00:31:03 7c6f9722023f: Pull complete 00:31:06 Still waiting to schedule task 00:31:06 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:10 a35cf1a2eb13: Pull complete 00:31:10 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:10 ---> a62c8e92a672 00:31: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 00:31:10 ---> Running in d3a2691e6c7b 00:31:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:11 (1/12) Installing libmagic (5.38-r0) 00:31:11 (2/12) Installing file (5.38-r0) 00:31:12 (3/12) Installing libc-dev (0.7.2-r3) 00:31:12 (4/12) Installing g++ (9.3.0-r2) 00:31:16 (5/12) Installing fortify-headers (1.1-r0) 00:31:16 (6/12) Installing patch (2.7.6-r6) 00:31:16 (7/12) Installing build-base (0.5-r2) 00:31:16 (8/12) Installing libsodium (1.0.18-r0) 00:31:16 (9/12) Installing pkgconf (1.7.2-r0) 00:31:16 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:16 (11/12) Installing libzmq (4.3.3-r0) 00:31:16 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:16 Executing busybox-1.31.1-r19.trigger 00:31:16 OK: 233 MiB in 51 packages 00:31:20 Removing intermediate container d3a2691e6c7b 00:31:20 ---> 46c17dab329e 00:31:20 Step 4/6 : WORKDIR /edgex-go 00:31:20 ---> Running in d416e39ba8bf 00:31:20 Removing intermediate container d416e39ba8bf 00:31:20 ---> ea3c53685671 00:31:20 Step 5/6 : COPY go.mod . 00:31:20 ---> 7fed1b483ad0 00:31:20 Step 6/6 : RUN go mod download 00:31:20 ---> Running in f32b6e434c5e 00:31:42 Removing intermediate container f32b6e434c5e 00:31:42 ---> 4cba6e8be494 00:31:42 Successfully built 4cba6e8be494 00:31:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:31:43 + docker inspect -f . ci-base-image-x86_64 00:31:43 . [Pipeline] withDockerContainer 00:31:43 prd-centos7-docker-4c-2g-20341 does not seem to be running inside a container 00:31:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 00:31:44 $ docker top 160752aa9850ae2ef3c227bff0cdad46e5ce9f9ef0008db1eff7c1297e25d4d0 -eo pid,comm [Pipeline] { [Pipeline] sh 00:31:44 + go version 00:31:44 go version go1.15.5 linux/amd64 [Pipeline] } 00:31:44 $ docker stop --time=1 160752aa9850ae2ef3c227bff0cdad46e5ce9f9ef0008db1eff7c1297e25d4d0 00:31:45 $ docker rm -f 160752aa9850ae2ef3c227bff0cdad46e5ce9f9ef0008db1eff7c1297e25d4d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:31:46 + docker inspect -f . ci-base-image-x86_64 00:31:46 . [Pipeline] withDockerContainer 00:31:46 prd-centos7-docker-4c-2g-20341 does not seem to be running inside a container 00:31:46 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 ******** ci-base-image-x86_64 cat 00:31:47 $ docker top 87a40dd2528b902c275153fc95b0ad8c7ca3d60be5a9e6dd73d4f59399b255ac -eo pid,comm [Pipeline] { [Pipeline] echo 00:31:47 ========================================================= 00:31:47 [edgeXBuildGoParallel] Running Tests and Build... 00:31:47 ========================================================= [Pipeline] sh 00:31:48 + make test 00:31:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:31:56 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:32:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements 00:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:32:26 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.0% of statements 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:32:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:32:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.036s coverage: 100.0% of statements 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:32:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.125s coverage: 67.9% of statements 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:32:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.104s coverage: 82.3% of statements 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:32:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.310s coverage: 28.6% of statements 00:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:32:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 00:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:32:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements 00:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:32:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements 00:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:32:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.163s coverage: 97.5% of statements 00:32:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:32:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 00:32:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:32:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:32:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:32:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:32:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.318s coverage: 93.2% of statements 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:32:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:32:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 0.1% of statements 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.049s coverage: 80.8% of statements 00:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements 00:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements 00:32:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.4% of statements 00:32:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 63.5% of statements 00:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:32:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements 00:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 00:32:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements 00:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 00:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements 00:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.289s coverage: 68.9% of statements 00:32:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:32:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:32:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:32:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:32:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements 00:32:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:32:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.324s coverage: 84.0% of statements 00:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 00:32:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.118s coverage: 47.1% of statements 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:32:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:32:35 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 00:32:35 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:32:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.671s coverage: 29.1% of statements 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:32:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:32:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:32:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:32:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:32:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:32:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:32:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 00:32:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 00:32:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 100.0% of statements 00:32:37 GO111MODULE=on go vet ./... 00:33:00 gofmt -l . 00:33:00 [ "`gofmt -l .`" = "" ] 00:33:00 ./bin/test-go-mod-tidy.sh 00:33:00 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:00 + ls -al . 00:33:00 total 656 00:33:00 drwxrwxr-x 10 1001 1001 4096 Jan 15 00:32 . 00:33:00 drwxr-xr-x 4 root root 28 Jan 15 00:31 .. 00:33:00 -rw-rw-r-- 1 1001 1001 11 Jan 15 00:30 .dockerignore 00:33:00 drwxrwxr-x 8 1001 1001 179 Jan 15 00:30 .git 00:33:00 drwxrwxr-x 3 1001 1001 125 Jan 15 00:30 .github 00:33:00 -rw-rw-r-- 1 1001 1001 824 Jan 15 00:30 .gitignore 00:33:00 drwx------ 3 1001 1001 47 Jan 15 00:30 .semver 00:33:00 -rw-rw-r-- 1 1001 1001 166 Jan 15 00:30 .sonarcloud.properties 00:33:00 -rw-rw-r-- 1 1001 1001 7741 Jan 15 00:30 Attribution.txt 00:33:00 -rw-rw-r-- 1 1001 1001 3804 Jan 15 00:30 CONTRIBUTING.md 00:33:00 -rw-rw-r-- 1 1001 1001 931 Jan 15 00:30 Dockerfile.build 00:33:00 -rw-rw-r-- 1 1001 1001 863 Jan 15 00:30 Jenkinsfile 00:33:00 -rw-rw-r-- 1 1001 1001 10775 Jan 15 00:30 LICENSE 00:33:00 -rw-rw-r-- 1 1001 1001 5750 Jan 15 00:30 Makefile 00:33:00 -rw-rw-r-- 1 1001 1001 6524 Jan 15 00:30 README.md 00:33:00 -rw-rw-r-- 1 1001 1001 6744 Jan 15 00:30 SECURITY.md 00:33:00 -rw-rw-r-- 1 1001 1001 5 Jan 15 00:30 VERSION 00:33:00 -rw-rw-r-- 1 1001 1001 4131 Jan 15 00:30 ZMQWindows.md 00:33:00 drwxrwxr-x 2 1001 1001 117 Jan 15 00:30 bin 00:33:00 drwxrwxr-x 14 1001 1001 4096 Jan 15 00:30 cmd 00:33:00 -rw-r--r-- 1 root root 550321 Jan 15 00:32 coverage.out 00:33:00 -rw-r--r-- 1 root root 979 Jan 15 00:32 go.mod 00:33:00 -rw-r--r-- 1 root root 19036 Jan 15 00:32 go.sum 00:33:00 drwxrwxr-x 8 1001 1001 127 Jan 15 00:30 internal 00:33:00 drwxrwxr-x 4 1001 1001 26 Jan 15 00:30 openapi 00:33:00 drwxrwxr-x 4 1001 1001 71 Jan 15 00:30 snap 00:33:00 -rw-rw-r-- 1 1001 1001 168 Jan 15 00:30 version.go [Pipeline] sh 00:33:00 + '[' -e coverage.out ] 00:33:00 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:01 Stashed 1 file(s) [Pipeline] sh 00:33:01 + make build 00:33:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:33: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 00:33:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:33:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:33:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:33:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:33:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:33:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:33:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:33:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:33:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:33:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:33:22 $ docker stop --time=1 87a40dd2528b902c275153fc95b0ad8c7ca3d60be5a9e6dd73d4f59399b255ac 00:33:24 $ docker rm -f 87a40dd2528b902c275153fc95b0ad8c7ca3d60be5a9e6dd73d4f59399b255ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:33:27 00:33:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:33:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:33:28 latest: Pulling from edgex-devops/edgex-compose 00:33:28 cbdbe7a5bc2a: Pulling fs layer 00:33:28 ca9280d653b3: Pulling fs layer 00:33:28 7e9c9ca2126c: Pulling fs layer 00:33:28 cbdbe7a5bc2a: Verifying Checksum 00:33:28 cbdbe7a5bc2a: Download complete 00:33:28 cbdbe7a5bc2a: Pull complete 00:33:28 ca9280d653b3: Verifying Checksum 00:33:28 ca9280d653b3: Download complete 00:33:29 7e9c9ca2126c: Verifying Checksum 00:33:29 7e9c9ca2126c: Download complete 00:33:29 ca9280d653b3: Pull complete 00:33:38 7e9c9ca2126c: Pull complete 00:33:38 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:33:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:33:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:33:38 prd-centos7-docker-4c-2g-20341 does not seem to be running inside a container 00:33:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:33:39 $ docker top d562279f23f473055e65ed479a7ae8e5b9f9a8f462a86925a87bade4ddde62be -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:40 + docker-compose build --help 00:33:40 + grep parallel 00:33:41 --parallel Build images in parallel. [Pipeline] } 00:33:41 $ docker stop --time=1 d562279f23f473055e65ed479a7ae8e5b9f9a8f462a86925a87bade4ddde62be 00:33:42 $ docker rm -f d562279f23f473055e65ed479a7ae8e5b9f9a8f462a86925a87bade4ddde62be [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:33:43 . [Pipeline] withDockerContainer 00:33:43 prd-centos7-docker-4c-2g-20341 does not seem to be running inside a container 00:33:43 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 00:33:44 $ docker top 8a5af491044991c81c9d64e3aff36dd8e2959ec57cbe88b3818d1c98b3a33ad9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:44 + docker-compose -f ./docker-compose-build.yml build --parallel 00:33:45 Building docker-core-command-go ... 00:33:45 Building docker-core-data-go ... 00:33:45 Building docker-core-metadata-go ... 00:33:45 Building docker-security-bootstrap-redis-go ... 00:33:45 Building docker-security-proxy-setup-go ... 00:33:45 Building docker-security-secretstore-setup-go ... 00:33:45 Building docker-support-notifications-go ... 00:33:45 Building docker-support-scheduler-go ... 00:33:45 Building docker-sys-mgmt-agent-go ... 00:33:45 Building docker-security-secretstore-setup-go 00:33:45 Building docker-security-proxy-setup-go 00:33:45 Building docker-core-metadata-go 00:33:45 Building docker-support-scheduler-go 00:33:45 Building docker-security-bootstrap-redis-go 00:33:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20346 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 00:33:50 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:33:55 using credential edgex-jenkins-ssh 00:33:55 Cloning the remote Git repository 00:33:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:33:55 > git init /w/workspace/edgex-go/4 # timeout=10 00:33:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:33:55 > git --version # timeout=10 00:33:55 > git --version # 'git version 2.17.1' 00:33:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:34:17 ---> 4cba6e8be494 00:34:17 Step 3/22 : WORKDIR /edgex-go 00:34:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:34:17 ---> 4cba6e8be494 00:34:17 Step 3/21 : WORKDIR /edgex-go 00:34:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:34:17 ---> 4cba6e8be494 00:34:17 Step 3/21 : WORKDIR /edgex-go 00:34:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:34:17 ---> 4cba6e8be494 00:34:17 Step 3/22 : WORKDIR /edgex-go 00:34:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:34:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:34:17 ---> 4cba6e8be494 00:34:17 Step 3/24 : WORKDIR /edgex-go 00:34:17 ---> Running in 7e3c132945a0 00:34:17 ---> Running in 17d2879cd5c5 00:34:17 ---> Running in 359158995b7e 00:34:17 ---> Running in 6b70da702e66 00:34:17 ---> Running in b347797d28bc 00:34:17 Removing intermediate container 17d2879cd5c5 00:34:17 ---> 0d3e3a749362 00:34:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:17 Removing intermediate container b347797d28bc 00:34:17 ---> f1e6a0a5d421 00:34:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:17 Removing intermediate container 7e3c132945a0 00:34:17 ---> bf607db5f33c 00:34:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:17 Removing intermediate container 359158995b7e 00:34:17 ---> 44d390471412 00:34:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:17 Removing intermediate container 6b70da702e66 00:34:17 ---> 8b213eb1001d 00:34:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:34:17 ---> Running in 5d03582d69ae 00:34:17 ---> Running in e43d25c8ce75 00:34:17 ---> Running in 65165e79aba1 00:34:17 ---> Running in fb4c089b4123 00:34:17 ---> Running in 198cf3f9a5b7 00:34:17 Removing intermediate container e43d25c8ce75 00:34:17 ---> 39eda801dcd0 00:34:17 Step 5/22 : RUN apk add --update --no-cache make git 00:34:17 Removing intermediate container fb4c089b4123 00:34:17 ---> 41633d67ffb0 00:34:17 Step 5/21 : RUN apk add --update --no-cache make git 00:34:17 Removing intermediate container 5d03582d69ae 00:34:17 ---> ce3ebebf1357 00:34:17 Step 5/22 : RUN apk add --update --no-cache make git 00:34:17 ---> Running in c32a7fe36842 00:34:17 ---> Running in cc340a35073a 00:34:17 ---> Running in b8f87343cdc5 00:34:17 Removing intermediate container 65165e79aba1 00:34:17 ---> 6f265137d488 00:34:17 Step 5/24 : RUN apk add --update --no-cache make git 00:34:17 Removing intermediate container 198cf3f9a5b7 00:34:17 ---> 8a20f1bbd960 00:34:17 Step 5/21 : RUN apk add --update --no-cache make git 00:34:17 ---> Running in b46df02c72d9 00:34:17 ---> Running in 604d9fc2e6d2 00:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:18 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 25b0e270b56badf436881da003bb813d97a6c436 00:34:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:19 OK: 233 MiB in 51 packages 00:34:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:19 OK: 233 MiB in 51 packages 00:34:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:19 OK: 233 MiB in 51 packages 00:34:19 Removing intermediate container c32a7fe36842 00:34:19 ---> 8b140287871a 00:34:19 Step 6/21 : COPY go.mod . 00:34:19 Merge succeeded, producing 7b5cca1967e5bb7896330d6787a280822eecb99f 00:34:19 Checking out Revision 7b5cca1967e5bb7896330d6787a280822eecb99f (PR-3030) 00:34:20 OK: 233 MiB in 51 packages 00:34:20 Removing intermediate container cc340a35073a 00:34:20 ---> 5c81a86198ca 00:34:20 Step 6/22 : COPY go.mod . 00:34:20 OK: 233 MiB in 51 packages 00:34:20 ---> 21479c5748b0 00:34:20 Step 7/21 : RUN go mod download 00:34:20 ---> ae8bd73e0221 00:34:20 Step 7/22 : RUN go mod download 00:34:20 ---> Running in 25cba4b5cdd7 00:34:20 Removing intermediate container b46df02c72d9 00:34:20 ---> 793985ba8c94 00:34:20 Step 6/24 : COPY go.mod . 00:34:19 > git config core.sparsecheckout # timeout=10 00:34:19 > git checkout -f 25b0e270b56badf436881da003bb813d97a6c436 # timeout=10 00:34:19 > git remote # timeout=10 00:34:19 > git config --get remote.origin.url # timeout=10 00:34:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:19 > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 00:34:19 > git rev-parse HEAD^{commit} # timeout=10 00:34:19 > git config core.sparsecheckout # timeout=10 00:34:19 > git checkout -f 7b5cca1967e5bb7896330d6787a280822eecb99f # timeout=10 00:34:21 ---> Running in 20220ea1e4ce 00:34:21 ---> e98a5e089a8a 00:34:21 Step 7/24 : RUN go mod download 00:34:21 Removing intermediate container b8f87343cdc5 00:34:21 ---> 2e4d3a9144b1 00:34:21 Step 6/22 : COPY go.mod . 00:34:21 ---> Running in 3e26a1e591b5 00:34:21 Removing intermediate container 604d9fc2e6d2 00:34:21 ---> 56006785d0d1 00:34:21 Step 6/21 : COPY go.mod . 00:34:22 ---> 42e2179ea166 00:34:22 Step 7/22 : RUN go mod download 00:34:22 ---> Running in dba154043615 00:34:22 ---> 05641518319a 00:34:22 Step 7/21 : RUN go mod download 00:34:22 ---> Running in a59059d9f303 00:34:23 Removing intermediate container 25cba4b5cdd7 00:34:23 ---> b4efcf4c9159 00:34:23 Step 8/21 : COPY . . 00:34:23 Removing intermediate container 20220ea1e4ce 00:34:23 ---> 72c7f54b63d9 00:34:23 Step 8/22 : COPY . . 00:34:24 Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" 00:34:24 Removing intermediate container 3e26a1e591b5 00:34:24 ---> 8c452ef45141 00:34:24 Step 8/24 : COPY . . 00:34:24 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:24 > git rev-list --no-walk 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 # timeout=10 00:34:26 + + sudo service docker restart 00:34:26 true 00:34:28 Removing intermediate container dba154043615 00:34:28 ---> d51211269a5b 00:34:28 Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:29 provisioning config files... 00:34:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config4001763549708594056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:30 ---> docker-login.sh 00:34:30 nexus3.edgexfoundry.org:10001 00:34:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:31 Configure a credential helper to remove this warning. See 00:34:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:31 00:34:31 Login Succeeded 00:34:31 nexus3.edgexfoundry.org:10002 00:34:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:31 Configure a credential helper to remove this warning. See 00:34:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:31 00:34:31 Login Succeeded 00:34:31 nexus3.edgexfoundry.org:10003 00:34:32 Removing intermediate container a59059d9f303 00:34:32 ---> d2eedc115508 00:34:32 Step 8/21 : COPY . . 00:34:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:32 Configure a credential helper to remove this warning. See 00:34:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:32 00:34:32 Login Succeeded 00:34:32 nexus3.edgexfoundry.org:10004 00:34:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:33 Configure a credential helper to remove this warning. See 00:34:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:33 00:34:33 Login Succeeded 00:34:33 docker.io 00:34:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:33 Configure a credential helper to remove this warning. See 00:34:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:33 00:34:33 Login Succeeded 00:34:33 ---> docker-login.sh ends [Pipeline] } 00:34:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:34:34 ========================================================= 00:34:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:34 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:34:38 Sending build context to Docker daemon 165.5MB 00:34:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:38 Step 2/6 : FROM ${BASE} 00:34:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:38 5f621e34cdf4: Pulling fs layer 00:34:38 a4357932f1b6: Pulling fs layer 00:34:38 18c013af1878: Pulling fs layer 00:34:38 00ac8860ef70: Pulling fs layer 00:34:38 63d7cb157983: Pulling fs layer 00:34:38 b116817d02f9: Pulling fs layer 00:34:38 745a02a5169b: Pulling fs layer 00:34:38 00ac8860ef70: Waiting 00:34:38 63d7cb157983: Waiting 00:34:38 b116817d02f9: Waiting 00:34:38 745a02a5169b: Waiting 00:34:38 18c013af1878: Download complete 00:34:38 a4357932f1b6: Verifying Checksum 00:34:38 a4357932f1b6: Download complete 00:34:38 63d7cb157983: Download complete 00:34:38 5f621e34cdf4: Verifying Checksum 00:34:38 5f621e34cdf4: Download complete 00:34:38 b116817d02f9: Verifying Checksum 00:34:38 b116817d02f9: Download complete 00:34:38 5f621e34cdf4: Pull complete 00:34:38 a4357932f1b6: Pull complete 00:34:39 18c013af1878: Pull complete 00:34:39 745a02a5169b: Verifying Checksum 00:34:39 745a02a5169b: Download complete 00:34:42 00ac8860ef70: Verifying Checksum 00:34:42 00ac8860ef70: Download complete 00:34:52 00ac8860ef70: Pull complete 00:34:52 63d7cb157983: Pull complete 00:34:52 b116817d02f9: Pull complete 00:34:55 745a02a5169b: Pull complete 00:34:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:34:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:34:55 ---> b7e6874047d6 00:34:55 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 00:34:59 ---> Running in 24734c48338c 00:35:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:01 (1/12) Installing libmagic (5.38-r0) 00:35:01 (2/12) Installing file (5.38-r0) 00:35:01 (3/12) Installing libc-dev (0.7.2-r3) 00:35:01 (4/12) Installing g++ (9.3.0-r2) 00:35:04 (5/12) Installing fortify-headers (1.1-r0) 00:35:04 (6/12) Installing patch (2.7.6-r6) 00:35:04 (7/12) Installing build-base (0.5-r2) 00:35:04 (8/12) Installing libsodium (1.0.18-r0) 00:35:05 (9/12) Installing pkgconf (1.7.2-r0) 00:35:05 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:05 (11/12) Installing libzmq (4.3.3-r0) 00:35:05 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:05 Executing busybox-1.31.1-r19.trigger 00:35:05 OK: 217 MiB in 51 packages 00:35:05 ---> 303aec6e2125 00:35:05 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:35:05 ---> 14fb26d40075 00:35:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:35:05 ---> de093064e5c5 00:35:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:35:05 ---> Running in 7f1725e0385c 00:35:05 ---> Running in fe488a0d1cb4 00:35:05 ---> 600a23a08110 00:35:05 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:35:05 ---> Running in 243d626c6fd2 00:35:05 ---> Running in 3bdca94fc99f 00:35:05 ---> 9fe3638a8b26 00:35:05 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:35:05 ---> Running in c9b322b62dae 00:35: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 00:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:35:09 Removing intermediate container 24734c48338c 00:35:09 ---> cac244666e7c 00:35:09 Step 4/6 : WORKDIR /edgex-go 00:35:09 ---> Running in a2d19e72aa4f 00:35:10 Removing intermediate container a2d19e72aa4f 00:35:10 ---> 6bb039012ba4 00:35:10 Step 5/6 : COPY go.mod . 00:35:10 ---> 6c3ca10eb618 00:35:10 Step 6/6 : RUN go mod download 00:35:10 ---> Running in 01469f1b1d83 00:35: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 00:35:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:34 Removing intermediate container 3bdca94fc99f 00:35:34 ---> f69e780b8fff 00:35:34 00:35:34 Step 10/22 : FROM alpine:3.12 00:35:34 3.12: Pulling from library/alpine 00:35:35 Removing intermediate container c9b322b62dae 00:35:35 ---> 86fd8a07b161 00:35:35 00:35:35 Step 10/21 : FROM scratch 00:35:35 ---> 00:35:35 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:35:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:35:35 Status: Downloaded newer image for alpine:3.12 00:35:35 ---> 389fef711851 00:35:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:35:35 ---> Running in 95a835453a2d 00:35:35 ---> Running in f4c262f2750b 00:35:36 Removing intermediate container 95a835453a2d 00:35:36 ---> 516aea27e24e 00:35:36 Step 12/21 : ENV APP_PORT=48085 00:35:36 ---> Running in 3487548341a9 00:35:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:36 (1/5) Installing ca-certificates (20191127-r4) 00:35:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:35:37 (3/5) Installing libcurl (7.69.1-r3) 00:35:37 (4/5) Installing curl (7.69.1-r3) 00:35:37 (5/5) Installing dumb-init (1.2.2-r1) 00:35:37 Executing busybox-1.31.1-r19.trigger 00:35:37 Executing ca-certificates-20191127-r4.trigger 00:35:37 OK: 7 MiB in 19 packages 00:35:37 Removing intermediate container 01469f1b1d83 00:35:37 ---> 61a0ddb51f89 00:35:37 Successfully built 61a0ddb51f89 00:35:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:37 + docker inspect -f . ci-base-image-arm64 00:35:37 . [Pipeline] withDockerContainer 00:35:38 prd-ubuntu18.04-docker-arm64-4c-16g-20346 does not seem to be running inside a container 00:35:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:35:39 Removing intermediate container 3487548341a9 00:35:39 ---> 07873b66bff9 00:35:39 Step 13/21 : EXPOSE $APP_PORT 00:35:39 Removing intermediate container 243d626c6fd2 00:35:39 ---> cccebb2b6293 00:35:39 00:35:39 Step 10/24 : FROM alpine:3.12 00:35:39 ---> 389fef711851 00:35:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:35:39 Removing intermediate container 7f1725e0385c 00:35:39 ---> 863bfe16e8be 00:35:39 00:35:39 Step 10/21 : FROM alpine:3.12 00:35:39 ---> 389fef711851 00:35:39 Step 11/21 : RUN apk add --update --no-cache curl 00:35:39 ---> Running in 137631c87811 00:35:39 $ docker top 416335b061b90e16b2911a1231cd92553b907a5376eaf91895654baf7f611200 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:41 ---> Running in 86f047d80ace 00:35:41 ---> Running in a974e456aaab 00:35:41 + go version 00:35:41 go version go1.15.5 linux/arm64 [Pipeline] } 00:35:41 $ docker stop --time=1 416335b061b90e16b2911a1231cd92553b907a5376eaf91895654baf7f611200 00:35:41 Removing intermediate container 137631c87811 00:35:41 ---> e85745ad38e6 00:35:41 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:35:42 Removing intermediate container fe488a0d1cb4 00:35:42 ---> 8cfd10b60aa3 00:35:42 00:35:42 Step 10/22 : FROM scratch 00:35:42 ---> 00:35:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:35:42 ---> Using cache 00:35:42 ---> 516aea27e24e 00:35:42 Step 12/22 : ENV APP_PORT=48081 00:35:42 Removing intermediate container f4c262f2750b 00:35:42 ---> 21f5635c8f75 00:35:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:35:42 ---> Running in ab35e72c5c6c 00:35:42 ---> 432acd5d033f 00:35:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:35:42 ---> Running in b108bff6f86c 00:35:42 Removing intermediate container ab35e72c5c6c 00:35:42 ---> 611ef6ec17fe 00:35:42 Step 13/22 : EXPOSE $APP_PORT 00:35:42 ---> Running in f27375ae2edb 00:35:42 Removing intermediate container b108bff6f86c 00:35:42 ---> be5f785ac675 00:35:42 Step 13/22 : WORKDIR / 00:35:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:43 ---> Running in a1038ca3f7cd 00:35:43 Removing intermediate container f27375ae2edb 00:35:43 ---> 0008a5634018 00:35:43 Step 14/22 : WORKDIR / 00:35:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:43 (1/5) Installing ca-certificates (20191127-r4) 00:35:43 $ docker rm -f 416335b061b90e16b2911a1231cd92553b907a5376eaf91895654baf7f611200 00:35:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:35:43 (3/5) Installing libcurl (7.69.1-r3) 00:35:43 (4/5) Installing curl (7.69.1-r3) 00:35:43 (1/4) Installing ca-certificates (20191127-r4) 00:35:43 (5/5) Installing dumb-init (1.2.2-r1) 00:35:43 Executing busybox-1.31.1-r19.trigger 00:35:43 Executing ca-certificates-20191127-r4.trigger 00:35:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:35:43 (3/4) Installing libcurl (7.69.1-r3) 00:35:43 (4/4) Installing curl (7.69.1-r3) 00:35:43 Executing busybox-1.31.1-r19.trigger 00:35:43 OK: 7 MiB in 19 packages 00:35:43 Executing ca-certificates-20191127-r4.trigger 00:35:43 OK: 7 MiB in 18 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:44 + docker inspect -f . ci-base-image-arm64 00:35:44 . [Pipeline] withDockerContainer 00:35:44 ---> Running in ef4036e3f6b8 00:35:44 ---> 2f6e45d5cf24 00:35:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:35:44 Removing intermediate container a1038ca3f7cd 00:35:44 ---> a782355ba42c 00:35:44 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:35:44 prd-ubuntu18.04-docker-arm64-4c-16g-20346 does not seem to be running inside a container 00:35:44 Removing intermediate container ef4036e3f6b8 00:35:44 ---> 563aea6bc188 00:35:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:35:44 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:35:45 ---> 89dd55c6ad30 00:35:45 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:35:45 ---> 9f27bb4011a0 00:35:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:35:45 ---> ecfb8c9d3553 00:35:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:35:45 ---> Running in 558a204a1d48 00:35:46 $ docker top 56c41cbe598d3d9624fc8af3d4a8529ec41d6af754799bb5fe17545373eee359 -eo pid,comm 00:35:46 Removing intermediate container a974e456aaab 00:35:46 ---> cf46adbb43a1 00:35:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [Pipeline] { [Pipeline] echo 00:35:46 ========================================================= 00:35:46 [edgeXBuildGoParallel] Running Tests and Build... 00:35:46 ========================================================= [Pipeline] sh 00:35:46 Removing intermediate container 86f047d80ace 00:35:46 ---> 30cd195d5e61 00:35:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:35:46 ---> Running in a93072bb732c 00:35:46 ---> cf74ddb86360 00:35:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:35:46 ---> Running in 5a280a905b21 00:35:46 Removing intermediate container 558a204a1d48 00:35:46 ---> bfb6e645f152 00:35:46 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:35:46 ---> c8aeb5e45091 00:35:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:35:46 ---> Running in 11be1579bc42 00:35:47 + make test 00:35:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:35:47 Removing intermediate container a93072bb732c 00:35:47 ---> f69066b000da 00:35:47 Step 13/21 : WORKDIR /edgex 00:35:47 Removing intermediate container 5a280a905b21 00:35:47 ---> ba34985eb62b 00:35:47 Step 13/24 : WORKDIR / 00:35:47 ---> c6f29416018e 00:35:47 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:35:47 Removing intermediate container 11be1579bc42 00:35:47 ---> a8374651ef19 00:35:47 Step 19/21 : LABEL arch=x86_64 00:35:47 ---> e329f484fa7c 00:35:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:35:47 ---> Running in 69cbadeb45f9 00:35:47 ---> Running in be00e6a3a6ab 00:35:47 ---> Running in cad65bd67400 00:35:47 ---> Running in d318a6e85195 00:35:47 Removing intermediate container 69cbadeb45f9 00:35:47 ---> 8f1fda0b2483 00:35:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:35:47 ---> Running in c0e5147d9d03 00:35:47 Removing intermediate container be00e6a3a6ab 00:35:47 ---> d4bf015e9669 00:35:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:35:47 Removing intermediate container cad65bd67400 00:35:47 ---> 5c7224177178 00:35:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:35:48 ---> edee7d370b26 00:35:48 Step 18/22 : RUN chmod +x entrypoint.sh 00:35:48 Removing intermediate container d318a6e85195 00:35:48 ---> 2ca445e42e5f 00:35:48 Step 20/21 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:35:48 ---> Running in 0bcd5014b21e 00:35:48 ---> Running in c98a48b8bb71 00:35:48 Removing intermediate container c0e5147d9d03 00:35:48 ---> a3fa651400ca 00:35:48 Step 20/22 : LABEL arch=x86_64 00:35:48 ---> 53a2a0fa539c 00:35:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:35:48 ---> 629fc4e1d6d6 00:35:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:35:48 ---> Running in 0ebe322f3f10 00:35:49 Removing intermediate container c98a48b8bb71 00:35:49 ---> 2eed6005e584 00:35:49 Step 21/21 : LABEL version=0.0.0 00:35:49 ---> 30cb7d8a6f6d 00:35:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:35:49 ---> Running in be418cf411e0 00:35:49 Removing intermediate container 0ebe322f3f10 00:35:49 ---> 02b4e5fd7ae2 00:35:49 Step 21/22 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:35:49 ---> c3f9ca2f4228 00:35:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:35:49 ---> Running in a95aa6a7e4b0 00:35:49 Removing intermediate container be418cf411e0 00:35:49 ---> 532b25cf5ddd 00:35:49 00:35:49 ---> 4caf24aafe84 00:35:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:35:49 Successfully built 532b25cf5ddd 00:35:49 Removing intermediate container a95aa6a7e4b0 00:35:49 ---> 54d506d2c10a 00:35:49 Step 22/22 : LABEL version=0.0.0 00:35:50 Successfully tagged docker-support-scheduler-go:latest 00:35:50  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 00:35:50 ---> 71739ee048dd 00:35:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:35:50 ---> Running in 2e41c15de994 00:35:50 ---> Running in 7e6113384683 00:35:50 ---> 5284a4390b9e 00:35:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:35:50 Removing intermediate container 0bcd5014b21e 00:35:50 ---> aabb72f451eb 00:35:50 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:35:50 Removing intermediate container 2e41c15de994 00:35:50 ---> d4949b8f5d8a 00:35:50 00:35:51 Successfully built d4949b8f5d8a 00:35:51 Removing intermediate container 7e6113384683 00:35:51 ---> e37e7e3e7c9e 00:35:51 Step 18/21 : CMD ["--init=true"] 00:35:51 ---> Running in 4c81f2efcbd3 00:35:51 Successfully tagged docker-core-metadata-go:latest 00:35:51 Building docker-core-command-go 00:35:54  Building docker-core-metadata-go ... done  ---> c491135703d2 00:35:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:35:54 ---> Running in e15f6fcaa51c 00:35:56 Removing intermediate container 4c81f2efcbd3 00:35:56 ---> f2c75e8a541a 00:35:56 Step 20/22 : LABEL arch=x86_64 00:35:57 ---> Running in fb5da27460c8 00:35:57 Removing intermediate container e15f6fcaa51c 00:35:57 ---> 906124d89100 00:35:57 Step 19/21 : LABEL arch=x86_64 00:35:57 ---> efc54f6c5799 00:35:57 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/ 00:35:57 ---> Running in fe336fcdc97b 00:35:57 ---> Running in d00177e67ddd 00:36:00 Removing intermediate container fb5da27460c8 00:36:00 ---> b0601c7cbe42 00:36:00 Step 21/22 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:36:00 Removing intermediate container fe336fcdc97b 00:36:00 ---> 54a476d917b0 00:36:00 Step 20/21 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:36:01 ---> Running in 157acf49fb44 00:36:01 ---> Running in 2a75762c8215 00:36:01 Removing intermediate container 157acf49fb44 00:36:01 ---> 90b240111978 00:36:01 Step 22/22 : LABEL version=0.0.0 00:36:03 ---> Running in 00508dd35e12 00:36:03 Removing intermediate container 2a75762c8215 00:36:03 ---> 741448ceab5f 00:36:03 Step 21/21 : LABEL version=0.0.0 00:36:04 ---> Running in 5c6d9a00e6ea 00:36:04 Removing intermediate container 00508dd35e12 00:36:04 ---> d055ebd72522 00:36:04 00:36:04 Removing intermediate container d00177e67ddd 00:36:04 ---> 0c8bcac089b8 00:36:04 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:36:05 Successfully built d055ebd72522 00:36:05 Successfully tagged docker-security-bootstrap-redis-go:latest 00:36:05 Building docker-core-data-go 00:36:08  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 5c6d9a00e6ea 00:36:08 ---> 4723b9401b57 00:36:08 00:36:08 ---> Running in 42fc52650ac8 00:36:08 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:08 ---> 4cba6e8be494 00:36:08 Step 3/26 : WORKDIR /edgex-go 00:36:08 ---> Using cache 00:36:08 ---> 8b213eb1001d 00:36:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:08 ---> Using cache 00:36:08 ---> 8a20f1bbd960 00:36:08 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:08 Successfully built 4723b9401b57 00:36:08 Successfully tagged docker-security-proxy-setup-go:latest 00:36:08 Building docker-support-notifications-go 00:36:08  Building docker-security-proxy-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:08 ---> 4cba6e8be494 00:36:08 Step 3/22 : WORKDIR /edgex-go 00:36:08 ---> Using cache 00:36:08 ---> 8b213eb1001d 00:36:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:08 ---> Using cache 00:36:08 ---> 8a20f1bbd960 00:36:08 Step 5/22 : RUN apk add --update --no-cache make git 00:36:08 ---> Using cache 00:36:08 ---> 56006785d0d1 00:36:08 Step 6/22 : COPY go.mod . 00:36:08 ---> Using cache 00:36:08 ---> 05641518319a 00:36:08 Step 7/22 : RUN go mod download 00:36:08 ---> Using cache 00:36:08 ---> d2eedc115508 00:36:08 Step 8/22 : COPY . . 00:36:12 ---> Using cache 00:36:12 ---> 9fe3638a8b26 00:36:12 Step 9/22 : RUN make cmd/core-command/core-command 00:36:13 ---> Running in aea334dde6e5 00:36:13 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:14 Removing intermediate container 42fc52650ac8 00:36:14 ---> 8929f0275d50 00:36:14 Step 22/24 : LABEL arch=x86_64 00:36:14 ---> Running in 8c8e6573f9f7 00:36:15 ---> Running in f3f8853b5b68 00:36:16 Removing intermediate container f3f8853b5b68 00:36:16 ---> 700e85a584e9 00:36:16 Step 23/24 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:17 ---> Running in 4596a2a2318f 00:36:18 Removing intermediate container 4596a2a2318f 00:36:18 ---> 946d3f1d7c9f 00:36:18 Step 24/24 : LABEL version=0.0.0 00:36:18 ---> Running in 41ddf1e7b4cf 00:36:18 OK: 233 MiB in 51 packages 00:36:18 Removing intermediate container 41ddf1e7b4cf 00:36:18 ---> 6cb3296b5317 00:36:18 00:36:19 Successfully built 6cb3296b5317 00:36:19 Successfully tagged docker-security-secretstore-setup-go:latest 00:36:22  Building docker-security-secretstore-setup-go ... done Removing intermediate container aea334dde6e5 00:36:22 ---> c7c2140fc25a 00:36:22 Step 6/26 : COPY go.mod . 00:36:22 ---> 93e5df729f59 00:36:22 Step 7/26 : RUN go mod download 00:36:23 ---> Running in 6df86e572b9d 00:36:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:25 ---> 4cba6e8be494 00:36:25 Step 3/23 : WORKDIR /edgex-go 00:36:25 ---> Using cache 00:36:25 ---> 8b213eb1001d 00:36:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:25 ---> Using cache 00:36:25 ---> 8a20f1bbd960 00:36:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:36:26 ---> Running in 2c3f472c964f 00:36:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 4cba6e8be494 00:36:27 Step 3/24 : WORKDIR /edgex-go 00:36:27 ---> Using cache 00:36:27 ---> 8b213eb1001d 00:36:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:27 ---> Using cache 00:36:27 ---> 8a20f1bbd960 00:36:27 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:27 Removing intermediate container 6df86e572b9d 00:36:27 ---> a17c59888714 00:36:27 Step 8/26 : COPY . . 00:36:27 ---> Running in a18cfe2747e5 00:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:29 OK: 233 MiB in 51 packages 00:36:30 OK: 233 MiB in 51 packages 00:36:36 Removing intermediate container 2c3f472c964f 00:36:36 ---> 56ede4b04b90 00:36:36 Step 6/23 : COPY go.mod . 00:36:36 Removing intermediate container a18cfe2747e5 00:36:36 ---> 44aa42ed9f92 00:36:36 Step 6/24 : COPY go.mod . 00:36:37 ---> e552aed6dade 00:36:37 Step 7/23 : RUN go mod download 00:36:38 ---> 9a1fcef81734 00:36:38 Step 7/24 : RUN go mod download 00:36:38 ---> Running in c1af244c35a4 00:36:39 ---> Running in 5bd84d8fce65 00:36:42 Removing intermediate container 8c8e6573f9f7 00:36:42 ---> 502497b38df3 00:36:42 00:36:42 Step 10/22 : FROM scratch 00:36:42 ---> 00:36:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:42 ---> 7ac5c813d6d5 00:36:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:42 ---> Running in a83e8da2a806 00:36:43 ---> Using cache 00:36:43 ---> 516aea27e24e 00:36:43 Step 12/22 : ENV APP_PORT=48082 00:36:43 Removing intermediate container c1af244c35a4 00:36:43 ---> 6900d3af23bd 00:36:43 Step 8/23 : COPY . . 00:36:43 Removing intermediate container 5bd84d8fce65 00:36:43 ---> 296f51ae66f9 00:36:43 Step 8/24 : COPY . . 00:36:43 ---> Running in 5effc7a544be 00:36:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:36:43 Removing intermediate container 5effc7a544be 00:36:43 ---> 64e44e6f0108 00:36:43 Step 13/22 : EXPOSE $APP_PORT 00:36:44 ---> Running in 7d7c30e6337f 00:36:49 Removing intermediate container 7d7c30e6337f 00:36:49 ---> 1d754951c511 00:36:49 Step 14/22 : WORKDIR / 00:36:51 ---> Running in 0252fe6188ef 00:36:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:36:57 Removing intermediate container 0252fe6188ef 00:36:57 ---> 307d2496c393 00:36:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:00 ---> 67f46f644fe8 00:37:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:04 ---> 0e20a5b47c36 00:37:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:06 ---> eab103828cd1 00:37:06 Step 18/22 : ENTRYPOINT ["/core-command"] 00:37:06 ---> Running in f608c09e3f06 00:37:06 ---> 651793880e16 00:37:06 Step 9/23 : RUN make cmd/core-data/core-data 00:37:06 ---> af7056b505df 00:37:06 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:37:06 ---> Running in 6a58a20855a0 00:37:06 ---> Running in 098b8f96d254 00:37:06 Removing intermediate container f608c09e3f06 00:37:06 ---> 18adb9fdeae6 00:37:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:06 ---> Running in 088af2ee3926 00:37:07 Removing intermediate container 088af2ee3926 00:37:07 ---> 4c06565d690c 00:37:07 Step 20/22 : LABEL arch=x86_64 00:37:07 ---> Running in 82833498c837 00:37:08 Removing intermediate container 82833498c837 00:37:08 ---> 88d4ebe4d27e 00:37:08 Step 21/22 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:37:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:37:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:08 ---> Running in 34a4e194f91f 00:37:08 Removing intermediate container a83e8da2a806 00:37:08 ---> 1ae6e56c7eb3 00:37:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:08 ---> Running in 018d80089227 00:37:08 Removing intermediate container 34a4e194f91f 00:37:08 ---> b87daf373b6d 00:37:08 Step 22/22 : LABEL version=0.0.0 00:37:08 ---> Running in da5bdb1f6d61 00:37:09 Removing intermediate container da5bdb1f6d61 00:37:09 ---> bd2d47338062 00:37:09 00:37:09 Successfully built bd2d47338062 00:37:09 Successfully tagged docker-core-command-go:latest 00:37:09  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:12 Removing intermediate container 018d80089227 00:37:12 ---> 6c4b0722e0d2 00:37:12 00:37:12 Step 11/26 : FROM docker:20.10.0 00:37:12 20.10.0: Pulling from library/docker 00:37:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:37:27 Status: Downloaded newer image for docker:20.10.0 00:37:27 ---> aefe523efa57 00:37:27 Step 12/26 : RUN apk add --no-cache bash 00:37:27 Removing intermediate container 098b8f96d254 00:37:27 ---> 3a06aea60ef3 00:37:27 00:37:27 Step 10/24 : FROM scratch 00:37:27 ---> 00:37:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:27 ---> Running in 94cc10a8880e 00:37:27 ---> Running in bb8cbfa56983 00:37:28 Removing intermediate container bb8cbfa56983 00:37:28 ---> 77c10ee2bddf 00:37:28 Step 12/24 : ENV APP_PORT=48060 00:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:28 ---> Running in f133c7c34118 00:37:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:28 (1/2) Installing readline (8.0.4-r0) 00:37:28 (2/2) Installing bash (5.0.17-r0) 00:37:28 Executing bash-5.0.17-r0.post-install 00:37:28 Executing busybox-1.31.1-r19.trigger 00:37:28 OK: 12 MiB in 22 packages 00:37:28 Removing intermediate container f133c7c34118 00:37:28 ---> 7e259eef5735 00:37:28 Step 13/24 : EXPOSE $APP_PORT 00:37:30 ---> Running in f065d34f82fc 00:37:30 Removing intermediate container 6a58a20855a0 00:37:30 ---> a00a09ca3259 00:37:30 00:37:30 Step 10/23 : FROM alpine:3.12 00:37:30 ---> 389fef711851 00:37:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:30 Removing intermediate container f065d34f82fc 00:37:30 ---> b54fb8a669d8 00:37:30 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:37:30 Removing intermediate container 94cc10a8880e 00:37:30 ---> ebfb4153bec5 00:37:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:30 ---> Running in a07059387eac 00:37:30 ---> Running in c7b0931d79f7 00:37:30 ---> c92e38a7ef33 00:37:30 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:37:30 Removing intermediate container a07059387eac 00:37:30 ---> 67a737ca07be 00:37:30 Step 12/23 : ENV APP_PORT=48080 00:37:30 Removing intermediate container c7b0931d79f7 00:37:30 ---> a924dffed3c0 00:37:30 Step 14/26 : ENV APP_PORT=48090 00:37:31 ---> Running in 5e8159296561 00:37:31 ---> Running in b994042da385 00:37:31 Removing intermediate container 5e8159296561 00:37:31 ---> f138ba8417b7 00:37:31 Step 13/23 : EXPOSE $APP_PORT 00:37:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.247s coverage: 46.6% of statements 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:31 ---> Running in 4309c7c7277c 00:37:31 Removing intermediate container b994042da385 00:37:31 ---> f82b2508ba68 00:37:31 Step 15/26 : EXPOSE $APP_PORT 00:37:31 ---> 0ee86bc0bbc0 00:37:31 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:37:31 ---> Running in 82b47ad9fb9f 00:37:32 Removing intermediate container 4309c7c7277c 00:37:32 ---> f0cf5c0b690e 00:37:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:32 ---> Running in 48f86307c041 00:37:32 Removing intermediate container 82b47ad9fb9f 00:37:32 ---> 662fc1f7468a 00:37:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:32 ---> 4254eb0ff3af 00:37:32 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:32 ---> 353f0a4b2e86 00:37:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:33 ---> d7d7ec22e3f2 00:37:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:33 ---> 0831f326ff3c 00:37:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:33 ---> 9a90ac9475ae 00:37:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:33 Removing intermediate container 48f86307c041 00:37:33 ---> 9d69f809c3a5 00:37:33 Step 15/23 : RUN apk add --update --no-cache zeromq 00:37:33 ---> 62bd99a2a512 00:37:33 Step 19/26 : RUN apk --no-cache add py3-pip 00:37:33 ---> Running in db767a6ac49e 00:37:33 ---> Running in c2d45520c456 00:37:33 ---> 8fb8192ede17 00:37:33 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:37:33 ---> Running in 65ad4ef426e7 00:37:34 Removing intermediate container 65ad4ef426e7 00:37:34 ---> df925e55ffc4 00:37:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:34 ---> Running in 37cb647e9703 00:37:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:34 (1/33) Installing libbz2 (1.0.8-r1) 00:37:34 (2/33) Installing expat (2.2.9-r1) 00:37:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:34 (3/33) Installing libffi (3.3-r2) 00:37:34 (4/33) Installing gdbm (1.13-r1) 00:37:34 (5/33) Installing xz-libs (5.2.5-r0) 00:37:34 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:34 (7/33) Installing python3 (3.8.5-r0) 00:37:34 Removing intermediate container 37cb647e9703 00:37:34 ---> a44dc44d609d 00:37:34 Step 22/24 : LABEL arch=x86_64 00:37:35 ---> Running in b812a3ee90d0 00:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:37 (1/5) Installing libgcc (9.3.0-r2) 00:37:37 (2/5) Installing libsodium (1.0.18-r0) 00:37:37 (3/5) Installing libstdc++ (9.3.0-r2) 00:37:37 (4/5) Installing libzmq (4.3.3-r0) 00:37:38 Removing intermediate container b812a3ee90d0 00:37:38 ---> edaac7af9575 00:37:38 Step 23/24 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:37:38 (5/5) Installing zeromq (4.3.3-r0) 00:37:38 ---> Running in 7ff626e563ee 00:37:38 (8/33) Installing py3-appdirs (1.4.4-r1) 00:37:38 Executing busybox-1.31.1-r19.trigger 00:37:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:37:38 (10/33) Installing py3-parsing (2.4.7-r0) 00:37:38 (11/33) Installing py3-six (1.15.0-r0) 00:37:38 OK: 8 MiB in 19 packages 00:37:38 (12/33) Installing py3-packaging (20.4-r0) 00:37:38 (13/33) Installing py3-setuptools (47.0.0-r0) 00:37:38 (14/33) Installing py3-chardet (3.0.4-r4) 00:37:38 (15/33) Installing py3-idna (2.9-r0) 00:37:39 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:37:39 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:37:39 Removing intermediate container 7ff626e563ee 00:37:39 ---> 545e84757a5a 00:37:39 Step 24/24 : LABEL version=0.0.0 00:37:39 (18/33) Installing py3-requests (2.23.0-r0) 00:37:39 (19/33) Installing py3-msgpack (1.0.0-r0) 00:37:39 (20/33) Installing py3-lockfile (0.12.2-r3) 00:37:39 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:37:40 (22/33) Installing py3-colorama (0.4.3-r0) 00:37:40 ---> Running in e3aaa9906931 00:37:40 (23/33) Installing py3-distlib (0.3.0-r0) 00:37:40 (24/33) Installing py3-distro (1.5.0-r1) 00:37:40 (25/33) Installing py3-webencodings (0.5.1-r3) 00:37:40 (26/33) Installing py3-html5lib (1.0.1-r4) 00:37:40 (27/33) Installing py3-pytoml (0.1.21-r0) 00:37:40 (28/33) Installing py3-pep517 (0.8.2-r0) 00:37:40 (29/33) Installing py3-progress (1.5-r0) 00:37:40 (30/33) Installing py3-toml (0.10.1-r0) 00:37:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.0% of statements 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:37:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:37:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:37:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.260s coverage: 67.9% of statements 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:37:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.778s coverage: 82.3% of statements 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:37:40 (31/33) Installing py3-retrying (1.3.3-r0) 00:37:40 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:37:40 (33/33) Installing py3-pip (20.1.1-r0) 00:37:40 Removing intermediate container e3aaa9906931 00:37:40 ---> 68f2fcddb695 00:37:40 00:37:41 Executing busybox-1.31.1-r19.trigger 00:37:41 OK: 71 MiB in 55 packages 00:37:41 Successfully built 68f2fcddb695 00:37:41 Removing intermediate container db767a6ac49e 00:37:41 ---> eec7790b04b0 00:37:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:41 Successfully tagged docker-support-notifications-go:latest 00:37:42  Building docker-support-notifications-go ... done  ---> 0a29441ffb7e 00:37:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:37:45 ---> 74d3c062b1bb 00:37:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:37:46 ---> 9778bfcdbcb1 00:37:46 Step 19/23 : ENTRYPOINT ["/core-data"] 00:37:46 ---> Running in 5961b0ac56f6 00:37:47 Removing intermediate container c2d45520c456 00:37:47 ---> c5bc152b8e70 00:37:47 Step 20/26 : RUN pip install docker-compose==1.23.2 00:37:47 Removing intermediate container 5961b0ac56f6 00:37:47 ---> 97779d4bbb33 00:37:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:47 ---> Running in b15dfbf03bfa 00:37:47 ---> Running in f9395bcffed2 00:37:47 Removing intermediate container f9395bcffed2 00:37:47 ---> 6bbe00a18f1a 00:37:47 Step 21/23 : LABEL arch=x86_64 00:37:47 ---> Running in 53f5de6eaef9 00:37:47 Removing intermediate container 53f5de6eaef9 00:37:47 ---> d5615aa8d1b6 00:37:47 Step 22/23 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:37:47 ---> Running in c339618e0c0a 00:37:47 Removing intermediate container c339618e0c0a 00:37:47 ---> 4c9b974e74b6 00:37:47 Step 23/23 : LABEL version=0.0.0 00:37:47 ---> Running in 7cbf8e17d807 00:37:47 Removing intermediate container 7cbf8e17d807 00:37:47 ---> e010e430bc5d 00:37:47 00:37:48 Successfully built e010e430bc5d 00:37:48 Successfully tagged docker-core-data-go:latest 00:37:48  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:37:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:37:48 Collecting docopt<0.7,>=0.6.1 00:37:48 Downloading docopt-0.6.2.tar.gz (25 kB) 00:37:49 Collecting cached-property<2,>=1.2.0 00:37:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:37:49 Collecting texttable<0.10,>=0.9.0 00:37:49 Downloading texttable-0.9.1.tar.gz (11 kB) 00:37:49 Collecting PyYAML<4,>=3.10 00:37:49 Downloading PyYAML-3.13.tar.gz (270 kB) 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.317s coverage: 28.6% of statements 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.367s coverage: 86.7% of statements 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.405s coverage: 97.5% of statements 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.182s coverage: 78.3% of statements 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:37:50 Collecting jsonschema<3,>=2.5.1 00:37:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:37:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:37:51 Collecting websocket-client<1.0,>=0.32.0 00:37:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:37:51 Collecting dockerpty<0.5,>=0.4.1 00:37:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:37:52 Collecting docker<4.0,>=3.6.0 00:37:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:37:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:37:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:37:53 Collecting docker-pycreds>=0.4.0 00:37:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:37:53 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:37:53 Collecting urllib3<1.25,>=1.21.1 00:37:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:37:53 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:37:53 Collecting idna<2.8,>=2.5 00:37:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:37:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:37:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:37:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:37:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:37:53 Installing collected packages: docopt, cached-property, texttable, PyYAML, jsonschema, websocket-client, dockerpty, urllib3, idna, requests, docker-pycreds, docker, docker-compose 00:37:53 Running setup.py install for docopt: started 00:37:53 Running setup.py install for docopt: finished with status 'done' 00:37:54 Running setup.py install for texttable: started 00:37:54 Running setup.py install for texttable: finished with status 'done' 00:37:54 Running setup.py install for PyYAML: started 00:37:54 Running setup.py install for PyYAML: finished with status 'done' 00:37:55 Running setup.py install for dockerpty: started 00:37:55 Running setup.py install for dockerpty: finished with status 'done' 00:37:55 Attempting uninstall: urllib3 00:37:55 Found existing installation: urllib3 1.25.9 00:37:55 Uninstalling urllib3-1.25.9: 00:37:55 Successfully uninstalled urllib3-1.25.9 00:37:55 Attempting uninstall: idna 00:37:55 Found existing installation: idna 2.9 00:37:55 Uninstalling idna-2.9: 00:37:55 Successfully uninstalled idna-2.9 00:37:55 Attempting uninstall: requests 00:37:55 Found existing installation: requests 2.23.0 00:37:55 Uninstalling requests-2.23.0: 00:37:55 Successfully uninstalled requests-2.23.0 00:37:56 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:37:59 Removing intermediate container b15dfbf03bfa 00:37:59 ---> e9beeacc896e 00:37:59 Step 21/26 : RUN apk --no-cache add curl 00:37:59 ---> Running in 19b35b33c11a 00:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:38:00 (2/3) Installing libcurl (7.69.1-r3) 00:38:00 (3/3) Installing curl (7.69.1-r3) 00:38:00 Executing busybox-1.31.1-r19.trigger 00:38:00 OK: 72 MiB in 58 packages 00:38:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.270s coverage: 93.2% of statements 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.129s coverage: 75.5% of statements 00:38:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.114s coverage: 80.8% of statements 00:38:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements 00:38:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.170s coverage: 84.2% of statements 00:38:00 Removing intermediate container 19b35b33c11a 00:38:00 ---> 74950b9150e3 00:38:00 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:38:00 ---> Running in 66446df9b93e 00:38:00 Removing intermediate container 66446df9b93e 00:38:00 ---> 04ecf6d92f00 00:38:00 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:00 ---> Running in c0539fd74eec 00:38:01 Removing intermediate container c0539fd74eec 00:38:01 ---> 1291f4e3286b 00:38:01 Step 24/26 : LABEL arch=x86_64 00:38:01 ---> Running in f5dfe0fa9a2f 00:38:01 Removing intermediate container f5dfe0fa9a2f 00:38:01 ---> 2317eb1368ee 00:38:01 Step 25/26 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:38:01 ---> Running in a939bf741dab 00:38:01 Removing intermediate container a939bf741dab 00:38:01 ---> 5ccc546020ab 00:38:01 Step 26/26 : LABEL version=0.0.0 00:38:01 ---> Running in 54862725674d 00:38:01 Removing intermediate container 54862725674d 00:38:01 ---> 63c2e76f35c4 00:38:01 00:38:02 Successfully built 63c2e76f35c4 00:38:02 Successfully tagged docker-sys-mgmt-agent-go:latest 00:38:02  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:38:02 $ docker stop --time=1 8a5af491044991c81c9d64e3aff36dd8e2959ec57cbe88b3818d1c98b3a33ad9 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.4% of statements 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:04 $ docker rm -f 8a5af491044991c81c9d64e3aff36dd8e2959ec57cbe88b3818d1c98b3a33ad9 [Pipeline] // withDockerContainer [Pipeline] sh 00:38:04 + docker images 00:38:04 + grep docker 00:38:04 docker-sys-mgmt-agent-go latest 63c2e76f35c4 3 seconds ago 313MB 00:38:04 docker-core-data-go latest e010e430bc5d 17 seconds ago 22.3MB 00:38:04 docker-support-notifications-go latest 68f2fcddb695 25 seconds ago 12MB 00:38:04 docker-core-command-go latest bd2d47338062 56 seconds ago 10.6MB 00:38:04 docker-security-secretstore-setup-go latest 6cb3296b5317 About a minute ago 24.6MB 00:38:04 docker-security-proxy-setup-go latest 4723b9401b57 2 minutes ago 24.4MB 00:38:04 docker-security-bootstrap-redis-go latest d055ebd72522 2 minutes ago 15.8MB 00:38:04 docker-core-metadata-go latest d4949b8f5d8a 2 minutes ago 13.1MB 00:38:04 docker-support-scheduler-go latest 532b25cf5ddd 2 minutes ago 10.7MB 00:38: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 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.789s coverage: 63.5% of statements 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.083s coverage: 100.0% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.095s coverage: 73.7% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements 00:38:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.937s coverage: 68.9% of statements 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.416s coverage: 37.0% of statements 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.843s coverage: 84.0% of statements 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements 00:38:20 Still waiting to schedule task 00:38:20 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:38:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.431s coverage: 47.1% of statements 00:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements 00:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements 00:38:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.883s coverage: 29.1% of statements 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.229s coverage: 99.0% of statements 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:38:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:38:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:38:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 00:38:29 GO111MODULE=on go vet ./... 00:39:05 Running on prd-ubuntu18.04-docker-8c-8g-20352 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 00:39:05 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 00:39:07 using credential edgex-jenkins-ssh 00:39:07 Cloning the remote Git repository 00:39:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:39:07 > git init /w/workspace/edgex-go/4 # timeout=10 00:39:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:39:07 > git --version # timeout=10 00:39:07 > git --version # 'git version 2.17.1' 00:39:07 using GIT_SSH to set credentials SSH Credentials for GitHub 00:39:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:39:19 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 25b0e270b56badf436881da003bb813d97a6c436 00:39:19 Merge succeeded, producing c6ccd7257047e2a2c11f4ed9d8d52c20f4841b8a 00:39:19 Checking out Revision c6ccd7257047e2a2c11f4ed9d8d52c20f4841b8a (PR-3030) 00:39:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:39:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:39:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:39:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:39:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:39:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:39:19 > git config core.sparsecheckout # timeout=10 00:39:19 > git checkout -f 25b0e270b56badf436881da003bb813d97a6c436 # timeout=10 00:39:19 > git remote # timeout=10 00:39:19 > git config --get remote.origin.url # timeout=10 00:39:19 using GIT_SSH to set credentials SSH Credentials for GitHub 00:39:19 > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 00:39:19 > git rev-parse HEAD^{commit} # timeout=10 00:39:19 > git config core.sparsecheckout # timeout=10 00:39:19 > git checkout -f c6ccd7257047e2a2c11f4ed9d8d52c20f4841b8a # timeout=10 00:39:23 Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" 00:39:23 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:39:24 + echo snap-build.sh 00:39:24 snap-build.sh 00:39:24 + SNAP_BASE_DIR=. 00:39:24 + '[' '!' -z /w/workspace/edgex-go/4 ']' 00:39:24 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 00:39:24 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 00:39:24 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 00:39:24 + cd /w/workspace/edgex-go/4 00:39:24 + sudo apt-get remove -qy --purge lxd lxd-client 00:39:24 Reading package lists... 00:39:24 Building dependency tree... 00:39:24 Reading state information... 00:39:24 The following packages were automatically installed and are no longer required: 00:39:24 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:39:24 uidmap xdelta3 00:39:24 Use 'sudo apt autoremove' to remove them. 00:39:24 The following packages will be REMOVED: 00:39:24 lxd* lxd-client* 00:39:25 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:39:25 After this operation, 31.7 MB disk space will be freed. 00:39:23 > git rev-list --no-walk 4d1422c6aa577a71801cc1e5479d2ecbc19b52c4 # timeout=10 00:39:26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:39:26 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:39:27 Removing lxd dnsmasq configuration 00:39:27 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:39:27 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:39:28 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:39:28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:39:28 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:39:29 Processing triggers for systemd (237-3ubuntu10.42) ... 00:39:29 Processing triggers for ureadahead (0.100.0-21) ... 00:39:31 + sudo snap remove --purge lxd 00:39:31 snap "lxd" is not installed 00:39:31 + sudo groupadd --force --system lxd 00:39:31 ++ whoami 00:39:31 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:39:31 + newgrp - lxd 00:39:31 + sudo snap install lxd 00:39:39 2021-01-15T00:39:37Z INFO Waiting for automatic snapd restart... 00:39:51 gofmt -l . 00:39:51 [ "`gofmt -l .`" = "" ] 00:39:51 ./bin/test-go-mod-tidy.sh 00:39:51 ./bin/test-attribution-txt.sh [Pipeline] sh 00:39:51 + ls -al . 00:39:51 total 684 00:39:51 drwxrwxr-x 9 1001 1001 4096 Jan 15 00:39 . 00:39:51 drwxr-xr-x 4 root root 4096 Jan 15 00:35 .. 00:39:51 -rw-rw-r-- 1 1001 1001 11 Jan 15 00:34 .dockerignore 00:39:51 drwxrwxr-x 8 1001 1001 4096 Jan 15 00:34 .git 00:39:51 drwxrwxr-x 3 1001 1001 4096 Jan 15 00:34 .github 00:39:51 -rw-rw-r-- 1 1001 1001 824 Jan 15 00:34 .gitignore 00:39:51 -rw-rw-r-- 1 1001 1001 166 Jan 15 00:34 .sonarcloud.properties 00:39:51 -rw-rw-r-- 1 1001 1001 7741 Jan 15 00:34 Attribution.txt 00:39:51 -rw-rw-r-- 1 1001 1001 3804 Jan 15 00:34 CONTRIBUTING.md 00:39:51 -rw-rw-r-- 1 1001 1001 931 Jan 15 00:34 Dockerfile.build 00:39:51 -rw-rw-r-- 1 1001 1001 863 Jan 15 00:34 Jenkinsfile 00:39:51 -rw-rw-r-- 1 1001 1001 10775 Jan 15 00:34 LICENSE 00:39:51 -rw-rw-r-- 1 1001 1001 5750 Jan 15 00:34 Makefile 00:39:51 -rw-rw-r-- 1 1001 1001 6524 Jan 15 00:34 README.md 00:39:51 -rw-rw-r-- 1 1001 1001 6744 Jan 15 00:34 SECURITY.md 00:39:51 -rw-rw-r-- 1 1001 1001 5 Jan 15 00:30 VERSION 00:39:51 -rw-rw-r-- 1 1001 1001 4131 Jan 15 00:34 ZMQWindows.md 00:39:51 drwxrwxr-x 2 1001 1001 4096 Jan 15 00:34 bin 00:39:51 drwxrwxr-x 14 1001 1001 4096 Jan 15 00:34 cmd 00:39:51 -rw-r--r-- 1 root root 550321 Jan 15 00:38 coverage.out 00:39:51 -rw-r--r-- 1 root root 979 Jan 15 00:39 go.mod 00:39:51 -rw-r--r-- 1 root root 19036 Jan 15 00:39 go.sum 00:39:51 drwxrwxr-x 8 1001 1001 4096 Jan 15 00:34 internal 00:39:51 drwxrwxr-x 4 1001 1001 4096 Jan 15 00:34 openapi 00:39:51 drwxrwxr-x 4 1001 1001 4096 Jan 15 00:34 snap 00:39:51 -rw-rw-r-- 1 1001 1001 168 Jan 15 00:34 version.go [Pipeline] sh 00:39:52 + '[' -e coverage.out ] 00:39:52 + chown 1001:1001 coverage.out [Pipeline] stash 00:39:52 Warning: overwriting stash ‘coverage-report’ 00:39:53 Stashed 1 file(s) [Pipeline] sh 00:39:54 + make build 00:39:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:57 lxd 4.10 from Canonical* installed 00:39:57 + sudo lxd init --auto 00:40:03 + sudo snap install --classic snapcraft 00:40:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:12 snapcraft 4.4.4 from Canonical* installed 00:40:12 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:40:12 + patch --verbose -p1 00:40:12 Hmm... Looks like a unified diff to me... 00:40:12 The text leading up to this was: 00:40:12 -------------------------- 00:40:12 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:40:12 |From: Tony Espy 00:40:12 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:40:12 |Subject: [PATCH] optimize snap build for pipeline CI check 00:40:12 | 00:40:12 |This patch is used by the EdgeX CI pipeline builds to 00:40:12 |optimize the snap CI check run for pull requests. When 00:40:12 |applied, it essentially strips out everything (apps and 00:40:12 |parts) from the snapcraft.yaml file except those required 00:40:12 |to build edgex-go, as the whole idea of the CI check is to 00:40:12 |catch changes to edgex-go that break the snap build. 00:40:12 | 00:40:12 |In general, anyone updating snapcraft.yaml will also need 00:40:12 |to update this patch file, otherwise it may fail to apply, 00:40:12 |resulting in a failed snap build CI check in the associated 00:40:12 |pull request. 00:40:12 | 00:40:12 |Note - in addition to applying this patch, the pipeline also 00:40:12 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:40:12 |need to build the finally binary .snap file (and it won't 00:40:12 |work with the patch applied). This further reduces the build 00:40:12 |time. 00:40:12 |--- 00:40:12 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:40:12 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:40:12 | 00:40:12 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:40:12 |index 1e537489..faf42425 100644 00:40:12 |--- a/snap/snapcraft.yaml 00:40:12 |+++ b/snap/snapcraft.yaml 00:40:12 -------------------------- 00:40:12 patching file snap/snapcraft.yaml 00:40:12 Using Plan A... 00:40:12 Hunk #1 succeeded at 73. 00:40:12 Hunk #2 succeeded at 202 with fuzz 1. 00:40:12 Hunk #3 succeeded at 214 (offset -3 lines). 00:40:12 Hunk #4 succeeded at 222 (offset -3 lines). 00:40:12 Hunk #5 succeeded at 229 (offset -3 lines). 00:40:12 Hunk #6 succeeded at 256 (offset -3 lines). 00:40:12 Hunk #7 succeeded at 290 (offset -3 lines). 00:40:12 Hunk #8 succeeded at 342 (offset -2 lines). 00:40:12 Hmm... Ignoring the trailing garbage. 00:40:12 done 00:40:12 + sudo snapcraft prime --use-lxd 00:40:12 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:40:12 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:40:12 - README.md 00:40:12 - snapcraft.yaml.orig 00:40:12 00:40:12 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:40:12 Launching a container. 00:40:23 Waiting for container to be ready 00:40:23 To start your first instance, try: lxc launch ubuntu:18.04 00:40:23 00:40:27 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:40:27 Waiting for network to be ready... 00:40:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:40:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 00:40:28 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:40:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 00:40:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:40:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:40:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:40:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:40:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 00:40:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:40:28 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:40:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:40:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:40:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:40:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:40:28 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:40:28 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:40:28 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:40:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:40:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 00:40:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 00:40:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:40:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:40:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 00:40:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 00:40:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:40:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:40:31 Fetched 23.7 MB in 4s (6025 kB/s) 00:40:32 Reading package lists... 00:40:32 Reading package lists... 00:40:33 Building dependency tree... 00:40:33 Reading state information... 00:40:33 The following additional packages will be installed: 00:40:33 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:40:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:40:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:40:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:40:33 Suggested packages: 00:40:33 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:40:33 Recommended packages: 00:40:33 gnupg libsasl2-modules 00:40:33 The following NEW packages will be installed: 00:40:33 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:40:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:40:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:40:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:40:33 The following packages will be upgraded: 00:40:33 gpg gpg-agent gpgconf libudev1 00:40:33 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 00:40:33 Need to get 3532 kB of archives. 00:40:33 After this operation, 13.3 MB of additional disk space will be used. 00:40:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:40:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:40:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:40:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:40:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:40:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:40:33 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:40:33 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:40:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:40:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:40:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:40:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:40:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:40:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:40:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:40:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:40:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:40:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:40:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:40:34 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:40:34 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] 00:40:34 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] 00:40:34 debconf: delaying package configuration, since apt-utils is not installed 00:40:34 Fetched 3532 kB in 1s (3136 kB/s) 00:40:34 (Reading database ... 12511 files and directories currently installed.) 00:40:34 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:40:34 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:40:34 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:40:34 Selecting previously unselected package udev. 00:40:34 (Reading database ... 12511 files and directories currently installed.) 00:40:34 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:40:34 Unpacking udev (237-3ubuntu10.43) ... 00:40:35 Selecting previously unselected package libfuse2:amd64. 00:40:35 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:40:35 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:40:35 Selecting previously unselected package fuse. 00:40:35 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:40:35 Unpacking fuse (2.9.7-1ubuntu1) ... 00:40:35 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:40:35 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:40:35 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:40:35 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:40:35 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:40:35 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:40:35 Selecting previously unselected package libksba8:amd64. 00:40:35 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:40:35 Unpacking libksba8:amd64 (1.3.5-2) ... 00:40:35 Selecting previously unselected package libroken18-heimdal:amd64. 00:40:35 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:40:35 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:35 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:40:35 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:40:35 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:35 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:40:35 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:40:35 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:36 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:40:36 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:40:36 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:36 Selecting previously unselected package libwind0-heimdal:amd64. 00:40:36 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:40:36 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:36 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:40:36 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:40:36 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:36 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:40:36 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:40:36 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:36 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:40:36 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:40:36 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:36 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:40:36 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:40:36 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:36 Selecting previously unselected package libsasl2-modules-db:amd64. 00:40:36 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:40:36 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:40:36 Selecting previously unselected package libsasl2-2:amd64. 00:40:36 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:40:36 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:40:36 Selecting previously unselected package libldap-common. 00:40:36 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:40:36 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:40:36 Selecting previously unselected package libldap-2.4-2:amd64. 00:40:36 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:40:36 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:40:37 Selecting previously unselected package dirmngr. 00:40:37 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:40:37 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:40:37 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:40:37 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:40:37 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:40:37 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:40:37 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:40:37 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:40:37 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:37 Setting up libksba8:amd64 (1.3.5-2) ... 00:40:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:40:37 Setting up udev (237-3ubuntu10.43) ... 00:40:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:40:38 invoke-rc.d: policy-rc.d denied execution of start. 00:40:38 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:38 Processing triggers for systemd (237-3ubuntu10) ... 00:40:38 Setting up fuse (2.9.7-1ubuntu1) ... 00:40:38 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:40:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:40:38 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:38 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:38 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:38 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:38 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:38 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:38 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:40:38 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:40:38 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:40:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:40:38 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:40:38 settings in the [Install] section, and DefaultInstance for template units). 00:40:38 This means they are not meant to be enabled using systemctl. 00:40:38 Possible reasons for having this kind of units are: 00:40:38 1) A unit may be statically enabled by being symlinked from another unit's 00:40:38 .wants/ or .requires/ directory. 00:40:38 2) A unit's purpose may be to act as a helper for some other unit which has 00:40:38 a requirement dependency on it. 00:40:38 3) A unit may be started when needed via activation (socket, path, timer, 00:40:38 D-Bus, udev, scripted systemctl call, ...). 00:40:38 4) In case of template units, the unit is meant to be enabled with some 00:40:38 instance name specified. 00:40:39 Reading package lists... 00:40:39 Building dependency tree... 00:40:39 Reading state information... 00:40:39 The following additional packages will be installed: 00:40:39 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:40:39 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:40:39 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:40:39 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:40:39 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:40:39 Suggested packages: 00:40:39 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:40:39 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:40:39 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:40:39 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:40:39 systemd-container policykit-1 00:40:39 Recommended packages: 00:40:39 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:40:39 The following NEW packages will be installed: 00:40:39 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:40:39 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:40:39 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:40:39 multiarch-support openssh-client python3 python3-minimal python3.6 00:40:39 python3.6-minimal snapd squashfs-tools sudo 00:40:39 The following packages will be upgraded: 00:40:39 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:40:39 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 00:40:39 Need to get 35.2 MB of archives. 00:40:39 After this operation, 141 MB of additional disk space will be used. 00:40:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:40:39 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:40:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:40:39 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:40:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:40:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:40:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:40:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:40:39 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:40:39 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:40:39 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:40:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:40:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:40:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:40:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:40:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:40:39 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:40:40 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:40:40 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:40:40 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:40:40 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:40:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:40:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:40:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:40:40 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:40:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:40:40 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:40:40 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:40:40 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:40:40 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:40:42 debconf: delaying package configuration, since apt-utils is not installed 00:40:42 Fetched 35.2 MB in 2s (16.2 MB/s) 00:40:42 (Reading database ... 12757 files and directories currently installed.) 00:40:42 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:40:42 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:40:42 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:40:42 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:40:43 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:40:43 (Reading database ... 12757 files and directories currently installed.) 00:40:43 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:40:43 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:40:43 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:40:43 (Reading database ... 12757 files and directories currently installed.) 00:40:43 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:40:43 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:40:43 Setting up apt (1.6.12ubuntu0.2) ... 00:40:43 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:40:44 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:40:44 (Reading database ... 12764 files and directories currently installed.) 00:40:44 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:40:44 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:40:44 Selecting previously unselected package libpython3.6-minimal:amd64. 00:40:44 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:40:44 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:40:44 Selecting previously unselected package libexpat1:amd64. 00:40:44 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:40:44 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:40:44 Selecting previously unselected package python3.6-minimal. 00:40:44 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:40:44 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:40:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:44 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:40:44 Checking for services that may need to be restarted...done. 00:40:44 Checking for services that may need to be restarted...done. 00:40:45 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:40:45 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:40:45 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:40:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:40:45 Selecting previously unselected package python3-minimal. 00:40:45 (Reading database ... 13012 files and directories currently installed.) 00:40:45 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:40:45 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:40:45 Selecting previously unselected package mime-support. 00:40:45 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:40:45 Unpacking mime-support (3.60ubuntu1) ... 00:40:45 Selecting previously unselected package libmpdec2:amd64. 00:40:45 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:40:45 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:40:46 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:40:46 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:40:46 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:40:46 Selecting previously unselected package python3.6. 00:40:46 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:40:46 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:40:46 Selecting previously unselected package libpython3-stdlib:amd64. 00:40:46 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:40:46 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:40:46 Setting up python3-minimal (3.6.7-1~18.04) ... 00:40:46 Selecting previously unselected package python3. 00:40:46 (Reading database ... 13442 files and directories currently installed.) 00:40:46 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:40:46 Unpacking python3 (3.6.7-1~18.04) ... 00:40:46 Selecting previously unselected package multiarch-support. 00:40:46 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:40:46 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:40:47 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:40:47 Selecting previously unselected package liblzo2-2:amd64. 00:40:47 (Reading database ... 13479 files and directories currently installed.) 00:40:47 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:40:47 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:40:47 Selecting previously unselected package libbsd0:amd64. 00:40:47 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:40:47 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:40:47 Selecting previously unselected package sudo. 00:40:47 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:40:47 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:40:47 Selecting previously unselected package apparmor. 00:40:47 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:40:47 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:40:47 Selecting previously unselected package libedit2:amd64. 00:40:47 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:40:47 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:40:47 Selecting previously unselected package libkrb5support0:amd64. 00:40:47 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:40:47 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:40:47 Selecting previously unselected package libk5crypto3:amd64. 00:40:47 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:40:47 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:40:47 Selecting previously unselected package libkeyutils1:amd64. 00:40:47 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:40:47 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:40:47 Selecting previously unselected package libkrb5-3:amd64. 00:40:47 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:40:47 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:40:48 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:40:48 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:40:48 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:40:48 Selecting previously unselected package libssl1.0.0:amd64. 00:40:48 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:40:48 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:40:48 Selecting previously unselected package openssh-client. 00:40:48 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:40:48 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:40:48 Selecting previously unselected package squashfs-tools. 00:40:48 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:40:48 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:40:48 Selecting previously unselected package snapd. 00:40:48 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:40:48 Unpacking snapd (2.48+18.04) ... 00:40:50 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:40:50 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:40:50 Setting up mime-support (3.60ubuntu1) ... 00:40:50 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:40:50 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:40:50 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:40:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:40:51 Setting up systemd (237-3ubuntu10.43) ... 00:40:51 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:40:52 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:40:52 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:40:52 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:40:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:40:52 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:40:52 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:40:52 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:40:53 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:40:53 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:40:53 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:40:53 Setting up python3 (3.6.7-1~18.04) ... 00:40:53 running python rtupdate hooks for python3.6... 00:40:53 running python post-rtupdate hooks for python3.6... 00:40:53 Setting up apparmor (2.12-4ubuntu5.1) ... 00:40:55 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:40:55 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:40:55 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:40:55 Setting up snapd (2.48+18.04) ... 00:40:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:40:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:40:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:40:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:40:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:40:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:40:56 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:40:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:40:56 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:40:57 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:40:57 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:40:57 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:40:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:40:57 Processing triggers for systemd (237-3ubuntu10.43) ... 00:40:58 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:40:58 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:40:58 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:40:59 Reading package lists... 00:40:59 Reading package lists... 00:40:59 Building dependency tree... 00:40:59 Reading state information... 00:41:00 Calculating upgrade... 00:41:00 The following packages will be upgraded: 00:41:00 advancecomp base-files bash binutils binutils-common 00:41:00 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:41:00 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:41:00 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:41:00 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:41:00 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:41:00 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:41:00 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:41:00 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 00:41:00 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 00:41:00 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 00:41:00 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 00:41:00 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 00:41:00 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 00:41:00 ubuntu-keyring util-linux 00:41:00 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:41:00 Need to get 63.7 MB of archives. 00:41:00 After this operation, 5203 kB of additional disk space will be used. 00:41:00 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:41:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 00:41:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:41:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:41:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:41:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:41:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:41:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:41:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:41:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:41:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:41:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:41:01 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:41:01 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:41:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:41:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:41:01 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:41:01 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:41:01 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:41:01 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:41:01 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:41:01 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:41:01 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:41:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:41:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:41:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:41:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:41:01 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:41:01 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:41:01 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:41:01 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:41:01 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:41:01 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:41:01 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:41:01 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:41:01 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:41:01 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:41:01 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:41:01 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:41:01 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:41:01 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:41:01 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:41:01 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:41:01 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:41:01 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:41:01 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:41:01 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:41:01 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:41:01 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:41:01 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:41:01 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:41:01 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:41:01 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:41:01 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:41:01 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:41:01 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:41:01 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:41:01 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:41:01 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:41:01 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:41:01 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:41:01 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:41:01 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:41:01 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:41:01 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:41:01 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:41:01 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:41:01 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:41:01 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:41:01 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:41:01 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:41:01 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:41:01 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:41:01 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:41:01 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:41:02 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:41:02 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:41:02 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:41:02 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:41:02 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:41:02 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:41:02 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] 00:41:02 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:41:02 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:41:02 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:41:02 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:41:02 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:41:02 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:41:02 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:41:02 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:41:03 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:41:03 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:41:03 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:41:03 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:41:03 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:41:03 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:41:03 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:41:03 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:41:03 debconf: delaying package configuration, since apt-utils is not installed 00:41:03 Fetched 63.7 MB in 3s (18.6 MB/s) 00:41:03 (Reading database ... 13912 files and directories currently installed.) 00:41:03 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:41:03 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:41:04 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:41:04 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:41:04 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 00:41:04 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 00:41:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:41:05 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:05 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:05 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:05 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:05 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:05 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:05 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:05 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:06 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:06 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:06 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:06 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:06 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:06 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:06 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:41:06 (Reading database ... 13911 files and directories currently installed.) 00:41:06 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:06 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:41:06 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:41:06 (Reading database ... 13911 files and directories currently installed.) 00:41:06 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:06 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:06 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:06 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:07 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:41:07 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:41:07 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:41:07 (Reading database ... 13911 files and directories currently installed.) 00:41:07 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:41:07 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:41:07 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:41:08 (Reading database ... 13911 files and directories currently installed.) 00:41:08 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:41:08 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:41:08 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:41:08 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:41:08 Setting up base-files (10.1ubuntu2.10) ... 00:41:08 Installing new version of config file /etc/issue ... 00:41:08 Installing new version of config file /etc/issue.net ... 00:41:08 Installing new version of config file /etc/lsb-release ... 00:41:08 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:41:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:41:09 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:41:09 Removing obsolete conffile /etc/default/motd-news ... 00:41:09 (Reading database ... 13912 files and directories currently installed.) 00:41:09 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:41:09 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:41:09 Setting up bash (4.4.18-2ubuntu1.2) ... 00:41:09 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:41:09 (Reading database ... 13912 files and directories currently installed.) 00:41:09 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:09 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:41:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:41:09 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:41:09 (Reading database ... 13912 files and directories currently installed.) 00:41:09 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:41:09 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:41:09 Setting up tar (1.29b-2ubuntu0.2) ... 00:41:09 (Reading database ... 13912 files and directories currently installed.) 00:41:09 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:41:09 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:41:10 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:41:10 (Reading database ... 13912 files and directories currently installed.) 00:41:10 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:41:10 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:41:10 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:41:10 (Reading database ... 13912 files and directories currently installed.) 00:41:10 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:41:10 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:41:10 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:41:10 (Reading database ... 13912 files and directories currently installed.) 00:41:10 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:41:10 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:41:10 Setting up grep (3.1-2build1) ... 00:41:11 (Reading database ... 13912 files and directories currently installed.) 00:41:11 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:41:11 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:41:11 Setting up login (1:4.5-1ubuntu2) ... 00:41:11 (Reading database ... 13912 files and directories currently installed.) 00:41:11 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:41:11 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:41:11 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:41:11 (Reading database ... 13912 files and directories currently installed.) 00:41:11 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:41:11 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:41:11 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:41:11 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:41:11 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:41:11 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:41:12 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:41:12 (Reading database ... 13912 files and directories currently installed.) 00:41:12 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:41:12 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:41:13 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:41:13 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:41:13 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:41:13 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:41:13 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:41:13 (Reading database ... 13912 files and directories currently installed.) 00:41:13 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:41:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:41:14 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:41:14 (Reading database ... 13912 files and directories currently installed.) 00:41:14 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:14 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:14 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:41:14 (Reading database ... 13912 files and directories currently installed.) 00:41:14 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:14 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:14 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:41:14 (Reading database ... 13912 files and directories currently installed.) 00:41:14 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:14 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:14 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:41:15 (Reading database ... 13912 files and directories currently installed.) 00:41:15 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:15 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:15 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:41:15 (Reading database ... 13912 files and directories currently installed.) 00:41:15 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:41:15 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:41:15 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:41:15 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:41:15 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:41:15 (Reading database ... 13912 files and directories currently installed.) 00:41:15 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:41:15 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:41:15 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:41:15 (Reading database ... 13912 files and directories currently installed.) 00:41:15 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:15 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:16 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:41:16 (Reading database ... 13912 files and directories currently installed.) 00:41:16 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:16 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:41:16 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:41:16 (Reading database ... 13912 files and directories currently installed.) 00:41:16 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:16 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:16 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:41:17 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:41:17 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:41:17 (Reading database ... 13912 files and directories currently installed.) 00:41:17 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:41:17 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:41:17 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:41:18 (Reading database ... 13912 files and directories currently installed.) 00:41:18 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:41:18 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:41:18 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:41:18 (Reading database ... 13914 files and directories currently installed.) 00:41:18 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:41:18 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:41:18 Setting up debconf (1.5.66ubuntu1) ... 00:41:19 (Reading database ... 13914 files and directories currently installed.) 00:41:19 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:41:19 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:41:19 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:41:19 (Reading database ... 13914 files and directories currently installed.) 00:41:19 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:41:19 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:41:19 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:41:19 (Reading database ... 13914 files and directories currently installed.) 00:41:19 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:41:19 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [Pipeline] } 00:41:19 $ docker stop --time=1 56c41cbe598d3d9624fc8af3d4a8529ec41d6af754799bb5fe17545373eee359 00:41:19 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:41:20 (Reading database ... 13914 files and directories currently installed.) 00:41:20 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:41:20 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:41:20 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:41:20 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:41:20 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:41:20 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:41:20 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:41:20 (Reading database ... 13914 files and directories currently installed.) 00:41:20 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:41:20 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:41:20 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:41:20 (Reading database ... 13914 files and directories currently installed.) 00:41:20 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:41:20 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:41:21 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:41:21 (Reading database ... 13914 files and directories currently installed.) 00:41:21 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:41:21 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:41:21 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:41:21 (Reading database ... 13914 files and directories currently installed.) 00:41:21 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:41:21 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:41:21 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:41:22 (Reading database ... 13914 files and directories currently installed.) 00:41:22 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:41:22 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:41:22 Setting up passwd (1:4.5-1ubuntu2) ... 00:41:22 $ docker rm -f 56c41cbe598d3d9624fc8af3d4a8529ec41d6af754799bb5fe17545373eee359 00:41:22 (Reading database ... 13914 files and directories currently installed.) 00:41:22 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:22 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:41:22 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:41:22 (Reading database ... 13914 files and directories currently installed.) 00:41:22 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:41:22 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:41:23 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:41:23 (Reading database ... 13914 files and directories currently installed.) 00:41:23 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:41:23 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:41:23 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:41:23 (Reading database ... 13914 files and directories currently installed.) 00:41:23 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:41:23 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:41:23 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:41:23 (Reading database ... 13914 files and directories currently installed.) 00:41:23 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:41:23 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 00:41:23 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:41:23 (Reading database ... 13914 files and directories currently installed.) 00:41:23 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:41:23 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:24 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:41:24 (Reading database ... 13914 files and directories currently installed.) 00:41:24 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:41:24 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:41:24 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:41:24 (Reading database ... 13915 files and directories currently installed.) 00:41:24 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:41:24 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:41:24 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:41:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:24 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:41:24 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:41:24 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:41:24 00:41:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:41:24 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:41:24 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:41:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:25 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:41:25 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:41:25 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:41:25 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:41:25 latest: Pulling from edgex-devops/edgex-compose-arm64 00:41:25 29e5d40040c1: Pulling fs layer 00:41:25 1ce36da41761: Pulling fs layer 00:41:25 25b303627fd3: Pulling fs layer 00:41:25 29e5d40040c1: Verifying Checksum 00:41:25 29e5d40040c1: Download complete 00:41:25 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:41:25 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:41:25 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:41:25 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:41:25 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:41:25 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:41:25 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:41:25 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:41:25 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:41:25 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:41:26 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:41:26 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:41:26 29e5d40040c1: Pull complete 00:41:26 1ce36da41761: Verifying Checksum 00:41:26 1ce36da41761: Download complete 00:41:26 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:41:26 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:41:26 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:41:26 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:41:27 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:41:27 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:41:27 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:41:27 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:41:27 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:41:27 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:41:27 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:41:27 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:41:27 1ce36da41761: Pull complete 00:41:27 25b303627fd3: Verifying Checksum 00:41:27 25b303627fd3: Download complete 00:41:28 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:41:28 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:41:28 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:41:28 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:41:28 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:41:28 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:41:28 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:41:28 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:41:29 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:41:29 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:41:30 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:41:30 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:41:30 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:41:30 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:41:31 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:41:31 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:41:32 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:41:32 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:41:32 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:41:32 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:41:32 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:41:32 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:41:32 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:41:32 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:41:32 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:41:32 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:41:32 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:41:32 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:41:32 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:41:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:41:33 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:41:33 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:41:33 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:41:33 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:41:33 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:41:33 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:41:33 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:41:33 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:41:33 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:41:33 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:41:33 00:41:33 Current default time zone: 'Etc/UTC' 00:41:33 Local time is now: Fri Jan 15 00:41:33 UTC 2021. 00:41:33 Universal Time is now: Fri Jan 15 00:41:33 UTC 2021. 00:41:33 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:41:33 00:41:33 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:41:33 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:41:33 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 00:41:33 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:41:34 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:41:34 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:41:34 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:41:34 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:41:34 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:41:34 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:41:34 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:41:34 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:41:34 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:41:34 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:41:34 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:41:34 Setting up patch (2.7.6-2ubuntu1.1) ... 00:41:34 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:41:34 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:41:34 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:41:34 Installing new version of config file /etc/ssl/openssl.cnf ... 00:41:34 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:41:34 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:41:34 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:41:36 Updating certificates in /etc/ssl/certs... 00:41:37 22 added, 17 removed; done. 00:41:37 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:41:37 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:41:37 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:41:37 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:41:37 Setting up pkgbinarymangler (138.18.04.1) ... 00:41:37 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:41:37 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:41:37 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:41:37 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:41:37 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:41:37 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:41:37 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:41:37 Setting up perl (5.26.1-6ubuntu0.5) ... 00:41:37 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:41:37 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:41:37 25b303627fd3: Pull complete 00:41:37 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:41:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:41:38 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:41:38 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:41:38 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:41:38 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:41:38 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:41:38 prd-ubuntu18.04-docker-arm64-4c-16g-20346 does not seem to be running inside a container 00:41:38 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:41:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:41:38 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:41:38 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:41:38 Processing triggers for systemd (237-3ubuntu10.43) ... 00:41:38 Processing triggers for mime-support (3.60ubuntu1) ... 00:41:38 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:41:38 Updating certificates in /etc/ssl/certs... 00:41:39 0 added, 0 removed; done. 00:41:39 Running hooks in /etc/ca-certificates/update.d... 00:41:39 done. 00:41:40 Reading package lists... 00:41:40 Building dependency tree... 00:41:40 Reading state information... 00:41:40 The following NEW packages will be installed: 00:41:40 apt-transport-https 00:41:40 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:41:40 Need to get 1696 B of archives. 00:41:40 After this operation, 153 kB of additional disk space will be used. 00:41:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:41:40 debconf: delaying package configuration, since apt-utils is not installed 00:41:40 Fetched 1696 B in 0s (9280 B/s) 00:41:40 Selecting previously unselected package apt-transport-https. 00:41:40 (Reading database ... 13929 files and directories currently installed.) 00:41:40 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:41:40 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:41:41 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:41:41 Waiting for network to be ready... 00:41:41 $ docker top 473b65ab294ed8208b3605c2727b6498c2a13252c8c02dc1f3405d31c010de57 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:42 + docker-compose build --help 00:41:42 + grep parallel 00:41:48 2021-01-15T00:41:44Z INFO Waiting for automatic snapd restart... 00:41:48 snapd 2.48.2 from Canonical* installed 00:41:48 --parallel Build images in parallel. [Pipeline] } 00:41:48 $ docker stop --time=1 473b65ab294ed8208b3605c2727b6498c2a13252c8c02dc1f3405d31c010de57 00:41:48 "snapd" switched to the "latest/stable" channel 00:41:48 00:41:50 $ docker rm -f 473b65ab294ed8208b3605c2727b6498c2a13252c8c02dc1f3405d31c010de57 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:50 . [Pipeline] withDockerContainer 00:41:51 core18 20201210 from Canonical* installed 00:41:51 prd-ubuntu18.04-docker-arm64-4c-16g-20346 does not seem to be running inside a container 00:41:51 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 00:41:51 "core18" switched to the "latest/stable" channel 00:41:51 00:41:52 $ docker top bc4f247b4edb6ed8b778b236ccfadbb87fe506df010b0bf3a3259e6e0d0c58f9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:53 + docker-compose -f ./docker-compose-build.yml build --parallel 00:41:54 snapcraft 4.4.4 from Canonical* installed 00:41:54 "snapcraft" switched to the "latest/stable" channel 00:41:54 00:41:58 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:41:58 - README.md 00:41:58 - snapcraft.yaml.orig 00:41:58 00:41:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:41:59 Building docker-core-command-go ... 00:41:59 Building docker-core-data-go ... 00:41:59 Building docker-core-metadata-go ... 00:41:59 Building docker-security-bootstrap-redis-go ... 00:41:59 Building docker-security-proxy-setup-go ... 00:41:59 Building docker-security-secretstore-setup-go ... 00:41:59 Building docker-support-notifications-go ... 00:41:59 Building docker-support-scheduler-go ... 00:41:59 Building docker-sys-mgmt-agent-go ... 00:41:59 Building docker-security-secretstore-setup-go 00:41:59 Building docker-security-proxy-setup-go 00:41:59 Building docker-core-metadata-go 00:41:59 Building docker-support-scheduler-go 00:41:59 Building docker-security-bootstrap-redis-go 00:42:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:42:05 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:42:05 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:42:05 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:42:06 Reading package lists... 00:42:06 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:42:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:42:13 Reading package lists... 00:42:13 Building dependency tree... 00:42:13 Reading state information... 00:42:13 Suggested packages: 00:42:13 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:42:13 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:42:13 Recommended packages: 00:42:13 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:42:13 The following NEW packages will be installed: 00:42:13 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:42:13 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:42:13 pkg-config zip 00:42:13 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:42:13 Need to get 7655 kB of archives. 00:42:13 After this operation, 43.7 MB of additional disk space will be used. 00:42:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:42:13 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:42:13 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:42:13 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:42:13 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:42:13 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:42:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:42:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:42:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:42:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:42:13 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:42:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:42:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:42:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:42:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:42:14 debconf: delaying package configuration, since apt-utils is not installed 00:42:14 Fetched 7655 kB in 1s (7135 kB/s) 00:42:14 Selecting previously unselected package libglib2.0-0:amd64. 00:42:14 (Reading database ... 13933 files and directories currently installed.) 00:42:14 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:42:14 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:42:14 Selecting previously unselected package libpsl5:amd64. 00:42:14 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:42:14 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:42:14 Selecting previously unselected package libnghttp2-14:amd64. 00:42:14 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:42:14 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:42:14 Selecting previously unselected package librtmp1:amd64. 00:42:14 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:42:14 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:42:14 Selecting previously unselected package libcurl3-gnutls:amd64. 00:42:14 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:42:14 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:42:14 Selecting previously unselected package liberror-perl. 00:42:14 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:42:14 Unpacking liberror-perl (0.17025-1) ... 00:42:14 Selecting previously unselected package git-man. 00:42:14 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:42:14 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:42:14 Selecting previously unselected package git. 00:42:14 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:42:14 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:42:15 Selecting previously unselected package libnorm1:amd64. 00:42:15 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:42:15 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:42:15 Selecting previously unselected package libpgm-5.2-0:amd64. 00:42:15 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:42:15 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:42:16 Selecting previously unselected package libsodium23:amd64. 00:42:16 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:42:16 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:42:16 Selecting previously unselected package libzmq5:amd64. 00:42:16 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:42:16 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:42:16 Selecting previously unselected package libzmq3-dev:amd64. 00:42:16 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:42:16 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:42:16 Selecting previously unselected package pkg-config. 00:42:16 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:42:16 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:42:16 Selecting previously unselected package zip. 00:42:16 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:42:16 Unpacking zip (3.0-11build1) ... 00:42:16 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:42:16 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:42:16 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:42:16 Setting up liberror-perl (0.17025-1) ... 00:42:16 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:42:16 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:42:16 No schema files found: doing nothing. 00:42:16 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:42:16 Setting up zip (3.0-11build1) ... 00:42:16 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:42:16 Setting up libsodium23:amd64 (1.0.16-2) ... 00:42:16 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:42:16 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:42:16 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:42:16 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:42:16 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:42:16 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:42:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:42:23 git set to automatically installed. 00:42:23 git-man set to automatically installed. 00:42:23 libcurl3-gnutls set to automatically installed. 00:42:23 liberror-perl set to automatically installed. 00:42:23 libglib2.0-0 set to automatically installed. 00:42:23 libnghttp2-14 set to automatically installed. 00:42:23 libnorm1 set to automatically installed. 00:42:23 libpgm-5.2-0 set to automatically installed. 00:42:23 libpsl5 set to automatically installed. 00:42:23 librtmp1 set to automatically installed. 00:42:23 libsodium23 set to automatically installed. 00:42:23 libzmq3-dev set to automatically installed. 00:42:23 libzmq5 set to automatically installed. 00:42:23 pkg-config set to automatically installed. 00:42:23 zip set to automatically installed. 00:42:25 snapd is not logged in, snap install commands will use sudo 00:42:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:42:32 snap "core18" has no updates available 00:42:33 Pulling config-common 00:42:34 Pulling go-build-helper 00:42:56 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:42:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:42:56 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:42:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 00:42:56 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:42:56 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:42:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 00:42:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:42:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:42:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:42:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:42:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 00:42:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:42:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:42:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:42:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:42:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:42:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:42:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:42:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 00:42:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 00:42:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:42:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:42:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 00:42:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 00:42:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:42:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:42:56 Fetched 23.7 MB in 0s (0 B/s) 00:42:56 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:42:56 Fetched 96.5 kB in 0s (0 B/s) 00:42:56 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:42:56 Fetched 279 kB in 0s (0 B/s) 00:42:56 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:42:56 Fetched 122 kB in 0s (0 B/s) 00:42:56 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:42:56 Fetched 77.8 kB in 0s (0 B/s) 00:42:56 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:42:56 Fetched 8848 B in 0s (0 B/s) 00:42:56 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:42:56 Fetched 47.8 kB in 0s (0 B/s) 00:42:56 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:42:56 Fetched 45.6 kB in 0s (0 B/s) 00:42:56 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:42:56 Fetched 15.0 kB in 0s (0 B/s) 00:42:56 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:42:56 Fetched 214 kB in 0s (0 B/s) 00:42:56 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:42:56 Fetched 155 kB in 0s (0 B/s) 00:42:56 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:42:56 Fetched 50.6 kB in 0s (0 B/s) 00:42:56 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:42:56 Fetched 14.8 kB in 0s (0 B/s) 00:42:56 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:42:56 Fetched 41.8 kB in 0s (0 B/s) 00:42:56 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:42:56 Fetched 499 kB in 0s (0 B/s) 00:42:56 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:42:56 Fetched 111 kB in 0s (0 B/s) 00:42:56 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:42:56 Fetched 240 kB in 0s (0 B/s) 00:42:56 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:42:56 Fetched 29.3 kB in 0s (0 B/s) 00:42:56 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:42:56 Fetched 85.5 kB in 0s (0 B/s) 00:42:56 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:42:56 Fetched 24.5 kB in 0s (0 B/s) 00:42:56 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:42:56 Fetched 49.2 kB in 0s (0 B/s) 00:42:56 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:42:56 Fetched 54.2 kB in 0s (0 B/s) 00:42:56 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:42:56 Fetched 30.8 kB in 0s (0 B/s) 00:42:56 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:42:56 Fetched 17.0 kB in 0s (0 B/s) 00:42:56 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:42:56 Fetched 85.9 kB in 0s (0 B/s) 00:42:56 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:42:56 Fetched 8720 B in 0s (0 B/s) 00:42:56 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:42:56 Fetched 137 kB in 0s (0 B/s) 00:42:56 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:42:56 Fetched 119 kB in 0s (0 B/s) 00:42:56 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:42:56 Fetched 109 kB in 0s (0 B/s) 00:42:56 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:42:56 Fetched 11.1 kB in 0s (0 B/s) 00:42:56 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:42:56 Fetched 645 kB in 0s (0 B/s) 00:42:56 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:42:56 Fetched 41.3 kB in 0s (0 B/s) 00:42:56 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:42:56 Fetched 17.9 kB in 0s (0 B/s) 00:42:56 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:42:56 Fetched 368 kB in 0s (0 B/s) 00:42:56 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:42:56 Fetched 187 kB in 0s (0 B/s) 00:42:56 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:42:56 Fetched 175 kB in 0s (0 B/s) 00:42:56 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:42:59 Fetched 206 kB in 0s (0 B/s) 00:42:59 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:42:59 Fetched 1301 kB in 0s (0 B/s) 00:42:59 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:42:59 Fetched 36.2 kB in 0s (0 B/s) 00:42:59 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:42:59 Fetched 159 kB in 0s (0 B/s) 00:42:59 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:42:59 Fetched 107 kB in 0s (0 B/s) 00:42:59 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:42:59 Fetched 48.7 kB in 0s (0 B/s) 00:42:59 Pulling static-packages 00:43:00 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:43:00 Skipping pull go-build-helper (already ran) 00:43:00 Skipping pull static-packages (already ran) 00:43:00 Building go-build-helper 00:43:04 Building static-packages 00:43:05 Staging go-build-helper 00:43:06 Staging static-packages 00:43:07 Pulling go115 00:43:08 'edgex-go' has dependencies that need to be staged: go115 00:43:08 Skipping pull go115 (already ran) 00:43:08 Building go115 00:43:08 % Total % Received % Xferd Average Speed Time Time Time Current 00:43:08 Dload Upload Total Spent Left Speed 00:43:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4255k 0 0 10.4M 0 0:00:11 --:--:-- 0:00:11 10.3M 41 115M 41 47.7M 0 0 34.0M 0 0:00:03 0:00:01 0:00:02 34.0M 75 115M 75 86.6M 0 0 36.1M 0 0:00:03 0:00:02 0:00:01 36.1M 100 115M 100 115M 0 0 37.1M 0 0:00:03 0:00:03 --:--:-- 37.1M 00:43:12 go1.15.2.linux-amd64.tar.gz: OK 00:43:16 Staging go115 00:43:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:21 ---> 61a0ddb51f89 00:43:21 Step 3/21 : WORKDIR /edgex-go 00:43:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:21 ---> 61a0ddb51f89 00:43:21 Step 3/22 : WORKDIR /edgex-go 00:43:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:21 ---> 61a0ddb51f89 00:43:21 Step 3/24 : WORKDIR /edgex-go 00:43:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:21 ---> 61a0ddb51f89 00:43:21 Step 3/22 : WORKDIR /edgex-go 00:43:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:21 ---> 61a0ddb51f89 00:43:21 Step 3/21 : WORKDIR /edgex-go 00:43:21 ---> Running in 44bb1e12260a 00:43:21 ---> Running in ba6f43bc3b7f 00:43:21 ---> Running in abb0f5d20583 00:43:21 ---> Running in f2324cd013b4 00:43:21 ---> Running in 9b99b0e36cf9 00:43:21 Removing intermediate container 9b99b0e36cf9 00:43:21 ---> aa620edd30a5 00:43:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:21 Removing intermediate container abb0f5d20583 00:43:21 ---> 9b0cd301e1a0 00:43:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:21 Removing intermediate container 44bb1e12260a 00:43:21 ---> 7d8cf28b8e5b 00:43:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:21 Removing intermediate container ba6f43bc3b7f 00:43:21 ---> ba7d37b21bdf 00:43:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:21 Removing intermediate container f2324cd013b4 00:43:21 ---> 57a1c44ecfce 00:43:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:21 ---> Running in ebcfde42c251 00:43:21 ---> Running in db00c47c62ff 00:43:21 ---> Running in cfc4ec41451e 00:43:21 ---> Running in 97e4f0aadee5 00:43:21 ---> Running in 5acfdb393155 00:43:21 Removing intermediate container ebcfde42c251 00:43:21 ---> 15a7af0637e6 00:43:21 Step 5/21 : RUN apk add --update --no-cache make git 00:43:21 ---> Running in d2ae3bb70ef4 00:43:21 Removing intermediate container cfc4ec41451e 00:43:21 ---> 7eddec925c60 00:43:21 Step 5/21 : RUN apk add --update --no-cache make git 00:43:21 Removing intermediate container db00c47c62ff 00:43:21 ---> e11718a4305f 00:43:21 Step 5/22 : RUN apk add --update --no-cache make git 00:43:21 ---> Running in 54920f62e9af 00:43:21 ---> Running in 486ed7a09599 00:43:21 Removing intermediate container 5acfdb393155 00:43:21 ---> 4e72ef0e3e33 00:43:21 Step 5/24 : RUN apk add --update --no-cache make git 00:43:21 ---> Running in 11355794e93b 00:43:21 Removing intermediate container 97e4f0aadee5 00:43:21 ---> c0123ea885f7 00:43:21 Step 5/22 : RUN apk add --update --no-cache make git 00:43:21 ---> Running in 67918b9f519d 00:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:21 OK: 217 MiB in 51 packages 00:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:21 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:21 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:21 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:21 Fetched 0 B in 0s (0 B/s) 00:43:21 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:43:21 Fetched 224 kB in 0s (0 B/s) 00:43:21 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:43:21 Fetched 157 kB in 0s (0 B/s) 00:43:21 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:43:21 Fetched 221 kB in 0s (0 B/s) 00:43:21 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:43:21 Fetched 143 kB in 0s (0 B/s) 00:43:21 Pulling edgex-go 00:43:21 OK: 217 MiB in 51 packages 00:43:22 OK: 217 MiB in 51 packages 00:43:22 OK: 217 MiB in 51 packages 00:43:22 Removing intermediate container d2ae3bb70ef4 00:43:22 ---> 00b4283a15fe 00:43:22 Step 6/21 : COPY go.mod . 00:43:22 Pulling version 00:43:22 OK: 217 MiB in 51 packages 00:43:23 Building config-common 00:43:23 ---> cc8421442faf 00:43:23 Step 7/21 : RUN go mod download 00:43:23 ---> Running in 4222f2be4867 00:43:23 Removing intermediate container 54920f62e9af 00:43:23 ---> 948ff2fc4016 00:43:23 Step 6/21 : COPY go.mod . 00:43:23 Removing intermediate container 11355794e93b 00:43:23 ---> d00976e54c1b 00:43:23 Step 6/24 : COPY go.mod . 00:43:24 Removing intermediate container 486ed7a09599 00:43:24 ---> 64e86e837bb5 00:43:24 Step 6/22 : COPY go.mod . 00:43:24 Removing intermediate container 67918b9f519d 00:43:24 ---> 0cf24685c4f6 00:43:24 Step 6/22 : COPY go.mod . 00:43:24 ---> ba1c0a16e7e1 00:43:24 Step 7/21 : RUN go mod download 00:43:24 ---> Running in bfe9502e5877 00:43:25 Skipping build go-build-helper (already ran) 00:43:25 Skipping build static-packages (already ran) 00:43:25 Skipping build go115 (already ran) 00:43:25 ---> c0776a02d407 00:43:25 Step 7/22 : RUN go mod download 00:43:25 ---> 312134e8a584 00:43:25 Step 7/24 : RUN go mod download 00:43:25 ---> a13352ad2e12 00:43:25 Step 7/22 : RUN go mod download 00:43:25 Building edgex-go 00:43:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:25 ---> Running in 99bdf7bab510 00:43:25 ---> Running in 9c248831fb71 00:43:25 ---> Running in b1929a864361 00:43:27 go: downloading github.com/gorilla/mux v1.8.0 00:43:27 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:43:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 00:43:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 00:43:27 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:43:27 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:43:27 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 00:43:27 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 00:43:27 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:43:27 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:43:27 go: downloading github.com/hashicorp/consul/api v1.1.0 00:43:27 go: downloading github.com/google/uuid v1.1.4 00:43:27 go: downloading github.com/pkg/errors v0.8.1 00:43:27 go: downloading github.com/pelletier/go-toml v1.2.0 00:43:27 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:43:27 go: downloading github.com/imdario/mergo v0.3.11 00:43:27 go: downloading gopkg.in/yaml.v2 v2.4.0 00:43:27 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:43:27 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:43:27 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:43:27 go: downloading github.com/go-kit/kit v0.8.0 00:43:27 go: downloading github.com/x448/float16 v0.8.4 00:43:27 go: downloading github.com/pebbe/zmq4 v1.2.2 00:43:27 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:43:27 go: downloading github.com/leodido/go-urn v1.2.0 00:43:27 go: downloading github.com/hashicorp/serf v0.8.2 00:43:27 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:43:27 go: downloading github.com/go-playground/universal-translator v0.17.0 00:43:27 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:43:27 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:43:27 go: downloading github.com/BurntSushi/toml v0.3.1 00:43:27 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:43:27 go: downloading github.com/mitchellh/copystructure v1.0.0 00:43:27 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:43:27 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:43:27 go: downloading github.com/go-playground/locales v0.13.0 00:43:27 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:43:27 Removing intermediate container 4222f2be4867 00:43:27 ---> 95760244a5bf 00:43:27 Step 8/21 : COPY . . 00:43:27 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:43:27 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:43:27 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:43:30 Removing intermediate container bfe9502e5877 00:43:30 ---> 749c1e57cfd0 00:43:30 Step 8/21 : COPY . . 00:43:30 Removing intermediate container 99bdf7bab510 00:43:30 ---> 32f26474c403 00:43:30 Step 8/22 : COPY . . 00:43:32 Removing intermediate container 9c248831fb71 00:43:32 ---> 26b193ec0600 00:43:32 Step 8/24 : COPY . . 00:43:32 Removing intermediate container b1929a864361 00:43:32 ---> f694a25e2bd7 00:43:32 Step 8/22 : COPY . . 00:43:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43: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 00:43:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43: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 00:43:42 go: downloading github.com/stretchr/testify v1.6.1 00:43:43 go: downloading github.com/pmezard/go-difflib v1.0.0 00:43:43 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:43:43 go: downloading github.com/davecgh/go-spew v1.1.1 00:43: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 00:43:44 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:43:44 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:43:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43: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 00:43:47 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:43:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:43:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:43:50 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:43:53 Building version 00:43:54 ---> 31bff60754c9 00:43:54 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:43:54 ---> e422ce9094e5 00:43:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:43:54 ---> d7efcc35aa67 00:43:54 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:43:54 ---> Running in 6c6da024d290 00:43:54 ---> aafcf20ed801 00:43:54 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:43:54 ---> Running in c836aaac54e7 00:43:54 ---> c70b8d34a89c 00:43:54 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:43:54 ---> Running in 9ef8eacec53f 00:43:54 ---> Running in 89877ddcb90e 00:43:54 ---> Running in 9314b2c977e5 00:43:54 Staging config-common 00:43:55 Skipping stage go-build-helper (already ran) 00:43:55 Skipping stage static-packages (already ran) 00:43:55 Skipping stage go115 (already ran) 00:43:55 Staging edgex-go 00:43:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:43:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:56 Staging version 00:43:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:43:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:57 Priming config-common 00:43:58 Priming go-build-helper 00:43:59 Priming static-packages 00:44:01 Priming go115 00:44:02 Priming edgex-go 00:44:03 Priming version 00:44:04 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:45:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:45:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:45:53 Removing intermediate container 9ef8eacec53f 00:45:53 ---> 9b124c6a6172 00:45:53 00:45:53 Step 10/22 : FROM alpine:3.12 00:45:53 3.12: Pulling from library/alpine 00:45:53 Removing intermediate container 89877ddcb90e 00:45:53 ---> 0165ed8c7ebd 00:45:53 00:45:53 Step 10/24 : FROM alpine:3.12 00:45:53 3.12: Pulling from library/alpine 00:45:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:45:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:45:55 Status: Downloaded newer image for alpine:3.12 00:45:55 ---> afeebe901d6b 00:45:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:45:55 Status: Image is up to date for alpine:3.12 00:45:55 ---> afeebe901d6b 00:45:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:45:57 ---> Running in 768b91455fb1 00:45:57 ---> Running in 3b55b99cbe7c 00:45:58 Removing intermediate container c836aaac54e7 00:45:58 ---> 2540ed647a04 00:45:58 00:45:58 Step 10/21 : FROM alpine:3.12 00:45:58 ---> afeebe901d6b 00:45:58 Step 11/21 : RUN apk add --update --no-cache curl 00:45:59 ---> Running in 6b802287a4ba 00:45:59 Removing intermediate container 6c6da024d290 00:45:59 ---> 08f2a64d04a1 00:45:59 00:45:59 Step 10/21 : FROM scratch 00:45:59 ---> 00:45:59 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:45:59 ---> Running in a151af0af0fe 00:46:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:00 Removing intermediate container a151af0af0fe 00:46:00 ---> 4d693650d21e 00:46:00 Step 12/21 : ENV APP_PORT=48085 00:46:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:00 ---> Running in be9d7f4d8d1a 00:46:01 (1/5) Installing ca-certificates (20191127-r4) 00:46:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:46:01 (3/5) Installing libcurl (7.69.1-r3) 00:46:01 (4/5) Installing curl (7.69.1-r3) 00:46:01 (5/5) Installing dumb-init (1.2.2-r1) 00:46:01 Executing busybox-1.31.1-r19.trigger 00:46:01 (1/5) Installing ca-certificates (20191127-r4) 00:46:01 Executing ca-certificates-20191127-r4.trigger 00:46:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:46:01 (3/5) Installing libcurl (7.69.1-r3) 00:46:01 Removing intermediate container be9d7f4d8d1a 00:46:01 ---> 5e91b02c8bb1 00:46:01 Step 13/21 : EXPOSE $APP_PORT(4/5) Installing curl (7.69.1-r3) 00:46:01 00:46:01 (5/5) Installing dumb-init (1.2.2-r1) 00:46:01 Executing busybox-1.31.1-r19.trigger 00:46:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:01 Executing ca-certificates-20191127-r4.trigger 00:46:01 OK: 7 MiB in 19 packages 00:46:01 ---> Running in b084b21c8f49 00:46:02 OK: 7 MiB in 19 packages 00:46:02 (1/4) Installing ca-certificates (20191127-r4) 00:46:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:46:02 (3/4) Installing libcurl (7.69.1-r3) 00:46:02 (4/4) Installing curl (7.69.1-r3) 00:46:02 Executing busybox-1.31.1-r19.trigger 00:46:02 Executing ca-certificates-20191127-r4.trigger 00:46:02 Removing intermediate container b084b21c8f49 00:46:02 ---> c0b5957ad165 00:46:02 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:02 OK: 7 MiB in 18 packages 00:46:04 ---> 98c4b16c830e 00:46:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:46:04 Removing intermediate container 768b91455fb1 00:46:04 ---> fc2046b4376a 00:46:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:46:05 ---> Running in a94867b7b44b 00:46:05 Removing intermediate container 3b55b99cbe7c 00:46:05 ---> f86584238116 00:46:05 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:05 Removing intermediate container 6b802287a4ba 00:46:05 ---> e408abf6183f 00:46:05 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:05 Removing intermediate container a94867b7b44b 00:46:05 ---> 62a44aa55928 00:46:05 Step 13/22 : WORKDIR / 00:46:06 ---> Running in eb82e8393a19 00:46:06 ---> Running in b7a10e9d5bab 00:46:06 ---> Running in fb7997c1f268 00:46:06 ---> aa937670845b 00:46:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:46:07 Removing intermediate container b7a10e9d5bab 00:46:07 ---> 6579751a2eea 00:46:07 Step 13/24 : WORKDIR / 00:46:07 Removing intermediate container eb82e8393a19 00:46:07 ---> 5eae3878b32a 00:46:07 Step 13/21 : WORKDIR /edgex 00:46:07 ---> Running in b3caee55a140 00:46:07 ---> Running in b71c80b21bb1 00:46:07 Removing intermediate container fb7997c1f268 00:46:07 ---> 4a47edf013f3 00:46:07 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:07 ---> f007a3444db5 00:46:07 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:46:07 ---> Running in 191c91314cf8 00:46:08 Removing intermediate container b3caee55a140 00:46:08 ---> f4035e754a02 00:46:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:46:08 Removing intermediate container b71c80b21bb1 00:46:08 ---> b05253e538e9 00:46:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:46:08 ---> 7003176a3fc8 00:46:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:46:08 Removing intermediate container 191c91314cf8 00:46:08 ---> dfe5bda4af92 00:46:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:09 ---> Running in d1f179577ecf 00:46:09 ---> 7ac36900d09a 00:46:09 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:46:10 Removing intermediate container d1f179577ecf 00:46:10 ---> 6267d2237152 00:46:10 Step 19/21 : LABEL arch=arm64 00:46:10 ---> 545864524afc 00:46:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:46:10 ---> Running in 7394c4677588 00:46:11 ---> 9fb5672b2f82 00:46:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:46:11 Removing intermediate container 7394c4677588 00:46:11 ---> 805c6088c7a8 00:46:11 Step 20/21 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:46:11 ---> 9b0a90f2d809 00:46:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:46:12 ---> Running in e239db41b577 00:46:12 ---> a504cb56abb4 00:46:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:46:13 ---> e3b019fdad7f 00:46:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:46:13 ---> 768d57b9e522 00:46:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:46:13 Removing intermediate container e239db41b577 00:46:13 ---> 26ab3b089f0c 00:46:13 Step 21/21 : LABEL version=0.0.0 00:46:14 ---> Running in 8a024efbb743 00:46:14 Removing intermediate container 9314b2c977e5 00:46:14 ---> c1110948f6e2 00:46:14 00:46:14 Step 10/22 : FROM scratch 00:46:14 ---> 00:46:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:14 ---> 9e9e4f45b467 00:46:14 Step 18/22 : RUN chmod +x entrypoint.sh 00:46:14 ---> Using cache 00:46:14 ---> 4d693650d21e 00:46:14 Step 12/22 : ENV APP_PORT=48081 00:46:14 ---> Running in 5a7b8a3e4228 00:46:14 ---> Running in 82c632674d28 00:46:14 ---> bfa0ea88d4bd 00:46:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:46:14 Removing intermediate container 8a024efbb743 00:46:14 ---> 4fe25b9a247e 00:46:14 00:46:15 ---> Running in 27a9f3a12338 00:46:15 ---> 667046be9e0b 00:46:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:46:15 Removing intermediate container 5a7b8a3e4228 00:46:15 ---> 9704f1215306 00:46:15 Step 13/22 : EXPOSE $APP_PORT 00:46:15 Successfully built 4fe25b9a247e 00:46:15 Successfully tagged docker-support-scheduler-go-arm64:latest 00:46:15 ---> Running in 5fed4d223123 00:46:15  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 00:46:15 Removing intermediate container 27a9f3a12338 00:46:15 ---> 9e8d220c1afd 00:46:15 Step 18/21 : CMD ["--init=true"] 00:46:16 ---> Running in 3019253d0c14 00:46:16 Removing intermediate container 5fed4d223123 00:46:16 ---> f3bc9d64ef02 00:46:16 Step 14/22 : WORKDIR / 00:46:16 ---> Running in 0647b9ec7cf6 00:46:17 Removing intermediate container 3019253d0c14 00:46:17 ---> bff37d5cdcce 00:46:17 Step 19/21 : LABEL arch=arm64 00:46:18 ---> 1383dcaec5d5 00:46:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:46:18 Removing intermediate container 0647b9ec7cf6 00:46:18 ---> aa04922210c8 00:46:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:18 ---> Running in 290106e39d90 00:46:19 Removing intermediate container 82c632674d28 00:46:19 ---> ed41f39825bb 00:46:19 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:46:20 ---> a6814f9c4a61 00:46:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:20 Removing intermediate container 290106e39d90 00:46:20 ---> f1c70e623e0a 00:46:20 Step 20/21 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:46:20 ---> Running in 71ddce509e9c 00:46:20 ---> 3874e4840f8a 00:46:20 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/ 00:46:21 ---> Running in e134e6301def 00:46:21 ---> Running in 4493a502474b 00:46:22 Removing intermediate container 71ddce509e9c 00:46:22 ---> 89f49b606491 00:46:22 Step 20/22 : LABEL arch=arm64 00:46:22 Removing intermediate container e134e6301def 00:46:22 ---> 4872ebf874b6 00:46:22 Step 21/21 : LABEL version=0.0.0 00:46:22 ---> c3cae23b300b 00:46:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:46:22 ---> Running in 372ed2962447 00:46:22 ---> Running in 1f453d89b1d4 00:46:23 Removing intermediate container 1f453d89b1d4 00:46:23 ---> f9bd8234e901 00:46:23 Step 21/22 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8Removing intermediate container 372ed2962447 00:46:23 00:46:23 ---> 8862405e6b66 00:46:23 00:46:23 ---> b0c80928a7ae 00:46:23 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:46:23 ---> Running in 7d505ac94039 00:46:23 Successfully built 8862405e6b66 00:46:24 ---> Running in 376950fc6d04 00:46:24 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:46:24  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 00:46:24 Removing intermediate container 7d505ac94039 00:46:24 ---> 50ffd50358b2 00:46:24 Step 22/22 : LABEL version=0.0.0 00:46:25 ---> Running in 4bb9b8bef07e 00:46:25 Removing intermediate container 376950fc6d04 00:46:25 ---> dea013f66cec 00:46:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:25 ---> Running in 4b7fe05ee6c4 00:46:25 Removing intermediate container 4bb9b8bef07e 00:46:25 ---> 876e5b0d4612 00:46:25 00:46:25 Removing intermediate container 4493a502474b 00:46:25 ---> 035794f066d1 00:46:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:46:26 Successfully built 876e5b0d4612 00:46:26 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:46:26 Building docker-core-data-go 00:46:26  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 4b7fe05ee6c4 00:46:26 ---> 7a3ee82974b8 00:46:26 Step 20/22 : LABEL arch=arm64 00:46:26 ---> Running in e3e007bae3a6 00:46:27 ---> Running in 661c11b20888 00:46:27 Removing intermediate container e3e007bae3a6 00:46:27 ---> 302c853ad55d 00:46:27 Step 22/24 : LABEL arch=arm64 00:46:27 Removing intermediate container 661c11b20888 00:46:27 ---> f5e2be3ce52d 00:46:27 Step 21/22 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:46:27 ---> Running in cd2790117667 00:46:27 ---> Running in 90dc12664bc4 00:46:28 Removing intermediate container cd2790117667 00:46:28 ---> d8a4dc8b8369 00:46:28 Step 23/24 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:46:29 Removing intermediate container 90dc12664bc4 00:46:29 ---> 880bcd67c49b 00:46:29 Step 22/22 : LABEL version=0.0.0 00:46:29 ---> Running in 9200c34593b8 00:46:30 ---> Running in 51fc553300b7 00:46:31 Removing intermediate container 9200c34593b8 00:46:31 ---> 51ab2416036c 00:46:31 Step 24/24 : LABEL version=0.0.0 00:46:31 Removing intermediate container 51fc553300b7 00:46:31 ---> 6dd90c146aa9 00:46:31 00:46:32 Successfully built 6dd90c146aa9 00:46:32 ---> Running in b561b31623ca 00:46:32 Successfully tagged docker-core-metadata-go-arm64:latest 00:46:32  Building docker-core-metadata-go ... done Building docker-support-notifications-go 00:46:32 Removing intermediate container b561b31623ca 00:46:32 ---> 41f7fd9395de 00:46:32 00:46:33 Successfully built 41f7fd9395de 00:46:33 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:46:59  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:59 ---> 61a0ddb51f89 00:46:59 Step 3/26 : WORKDIR /edgex-go 00:46:59 ---> Using cache 00:46:59 ---> 57a1c44ecfce 00:46:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:59 ---> Using cache 00:46:59 ---> c0123ea885f7 00:46:59 Step 5/26 : RUN apk add --update --no-cache make bash git 00:47:05 ---> Running in 0c2fe4941c31 00:47:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:08 OK: 217 MiB in 51 packages 00:47:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:10 ---> 61a0ddb51f89 00:47:10 Step 3/22 : WORKDIR /edgex-go 00:47:10 ---> Using cache 00:47:10 ---> 57a1c44ecfce 00:47:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:10 ---> Using cache 00:47:10 ---> c0123ea885f7 00:47:10 Step 5/22 : RUN apk add --update --no-cache make git 00:47:10 ---> Using cache 00:47:10 ---> 0cf24685c4f6 00:47:10 Step 6/22 : COPY go.mod . 00:47:10 ---> Using cache 00:47:10 ---> a13352ad2e12 00:47:10 Step 7/22 : RUN go mod download 00:47:10 ---> Using cache 00:47:10 ---> f694a25e2bd7 00:47:10 Step 8/22 : COPY . . 00:47:10 ---> Using cache 00:47:10 ---> aafcf20ed801 00:47:10 Step 9/22 : RUN make cmd/core-command/core-command 00:47:11 ---> Running in 4594ed5fda06 00:47:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:12 ---> 61a0ddb51f89 00:47:12 Step 3/23 : WORKDIR /edgex-go 00:47:12 ---> Using cache 00:47:12 ---> 57a1c44ecfce 00:47:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:12 ---> Using cache 00:47:12 ---> c0123ea885f7 00:47:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:47:12 Removing intermediate container 0c2fe4941c31 00:47:12 ---> 5010b0c84a0b 00:47:12 Step 6/26 : COPY go.mod . 00:47:12 ---> Running in 911e386d37fd 00:47:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:13 ---> c10809ac68ae 00:47:13 Step 7/26 : RUN go mod download 00:47:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:14 ---> 61a0ddb51f89 00:47:14 Step 3/24 : WORKDIR /edgex-go 00:47:14 ---> Using cache 00:47:14 ---> 57a1c44ecfce 00:47:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:14 ---> Using cache 00:47:14 ---> c0123ea885f7 00:47:14 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:47:14 ---> Running in 83aba38ac17c 00:47:14 ---> Running in 5d4c87a70682 00:47:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:16 OK: 217 MiB in 51 packages 00:47:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:17 OK: 217 MiB in 51 packages 00:47:18 Removing intermediate container 911e386d37fd 00:47:18 ---> deb34e35c11c 00:47:18 Step 6/23 : COPY go.mod . 00:47:19 Removing intermediate container 5d4c87a70682 00:47:19 ---> 729a7b516999 00:47:19 Step 8/26 : COPY . . 00:47:19 ---> 2562c6ba10af 00:47:19 Step 7/23 : RUN go mod download 00:47:20 Removing intermediate container 83aba38ac17c 00:47:20 ---> 424944fbbcbf 00:47:20 Step 6/24 : COPY go.mod . 00:47:20 ---> Running in ff7a4d329200 00:47:23 ---> 84eeb1961a78 00:47:23 Step 7/24 : RUN go mod download 00:47:23 ---> Running in 284594aa4bd3 00:47:26 Removing intermediate container ff7a4d329200 00:47:26 ---> 8421211a8f8e 00:47:26 Step 8/23 : COPY . . 00:47:30 Removing intermediate container 284594aa4bd3 00:47:30 ---> e156df8e407f 00:47:30 Step 8/24 : COPY . . 00:47:57 ---> 9415ce51df6b 00:47:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:47:57 ---> Running in cda1b421f1bd 00:47:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:57 ---> d7de31346b65 00:47:57 Step 9/23 : RUN make cmd/core-data/core-data 00:47:57 ---> Running in 8b312467f5f8 00:48:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:48:00 ---> d7ed237d1d59 00:48:00 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:48:00 ---> Running in 033183cdb285 00:48:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:48:04 Removing intermediate container 4594ed5fda06 00:48:04 ---> a7ad924317a1 00:48:04 00:48:04 Step 10/22 : FROM scratch 00:48:04 ---> 00:48:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:04 ---> Using cache 00:48:04 ---> 4d693650d21e 00:48:04 Step 12/22 : ENV APP_PORT=48082 00:48:04 ---> Running in 305ab4fd1d27 00:48:05 Removing intermediate container 305ab4fd1d27 00:48:05 ---> 99c0a3eab8db 00:48:05 Step 13/22 : EXPOSE $APP_PORT 00:48:05 ---> Running in 9b624c678591 00:48:06 Removing intermediate container 9b624c678591 00:48:06 ---> 399fb5cdcfb3 00:48:06 Step 14/22 : WORKDIR / 00:48:06 ---> Running in aa9e578d792c 00:48:07 Removing intermediate container aa9e578d792c 00:48:07 ---> 71efd867cc38 00:48:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:08 ---> 9b36748426d3 00:48:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:10 ---> f7184e40c337 00:48:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:11 ---> fe825e18add2 00:48:11 Step 18/22 : ENTRYPOINT ["/core-command"] 00:48:11 ---> Running in b0ff0582c823 00:48:11 Removing intermediate container b0ff0582c823 00:48:11 ---> 2dcc37ba1dba 00:48:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:12 ---> Running in b13cf4669343 00:48:12 Removing intermediate container b13cf4669343 00:48:12 ---> 6b71528f7d78 00:48:12 Step 20/22 : LABEL arch=arm64 00:48:13 ---> Running in a22b9d8054cb 00:48:13 Removing intermediate container a22b9d8054cb 00:48:13 ---> ec607988f877 00:48:13 Step 21/22 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:48:14 ---> Running in 754ef634c84b 00:48:14 Removing intermediate container 754ef634c84b 00:48:14 ---> 3a4b3d48e279 00:48:14 Step 22/22 : LABEL version=0.0.0 00:48:14 ---> Running in d5182d86dcbd 00:48:15 Removing intermediate container d5182d86dcbd 00:48:15 ---> e4e6eb9108e0 00:48:15 00:48:16 Successfully built e4e6eb9108e0 00:48:16 Successfully tagged docker-core-command-go-arm64:latest 00:49:12  Building docker-core-command-go ... done Removing intermediate container cda1b421f1bd 00:49:12 ---> 870b713fbaac 00:49:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:12 ---> Running in e306500beee6 00:49:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49:16 Removing intermediate container e306500beee6 00:49:16 ---> 6edaeae03cf7 00:49:16 00:49:16 Step 11/26 : FROM docker:20.10.0 00:49:16 20.10.0: Pulling from library/docker 00:49:18 Removing intermediate container 033183cdb285 00:49:18 ---> 2c647b433a66 00:49:18 00:49:18 Step 10/24 : FROM scratch 00:49:18 ---> 00:49:18 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:49:18 ---> Running in e82f7f42cb84 00:49:19 Removing intermediate container e82f7f42cb84 00:49:19 ---> d13e8bacd4a2 00:49:19 Step 12/24 : ENV APP_PORT=48060 00:49:19 ---> Running in e4cc51590dcc 00:49:20 Removing intermediate container e4cc51590dcc 00:49:20 ---> 454e6c87bc55 00:49:20 Step 13/24 : EXPOSE $APP_PORT 00:49:20 ---> Running in 1c81dc37edf6 00:49:21 Removing intermediate container 1c81dc37edf6 00:49:21 ---> 1bca1cd9a820 00:49:21 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:49:22 ---> 6392922104eb 00:49:22 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:49:24 ---> ad165872869e 00:49:24 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:49:26 ---> fc3dac00f7bf 00:49:26 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:27 ---> 870bd74322a2 00:49:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:28 Status: Downloaded newer image for docker:20.10.0 00:49:28 ---> eeaf43b92773 00:49:28 Step 12/26 : RUN apk add --no-cache bash 00:49:29 ---> Running in 95af47aa6929 00:49:29 ---> 2b11485c6d4b 00:49:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:30 ---> c719c17fee1c 00:49:30 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:30 ---> Running in 1f86ff06bc0f 00:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:31 (1/2) Installing readline (8.0.4-r0) 00:49:31 Removing intermediate container 1f86ff06bc0f 00:49:31 ---> 8e9b38451d16 00:49:31 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:31 (2/2) Installing bash (5.0.17-r0) 00:49:31 Executing bash-5.0.17-r0.post-install 00:49:31 Executing busybox-1.31.1-r19.trigger 00:49:31 OK: 12 MiB in 22 packages 00:49:31 ---> Running in af0424adce83 00:49:32 Removing intermediate container 8b312467f5f8 00:49:32 ---> 526060a80ce2 00:49:32 00:49:32 Step 10/23 : FROM alpine:3.12 00:49:32 ---> afeebe901d6b 00:49:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:32 Removing intermediate container af0424adce83 00:49:32 ---> 1a5d4c7cdef0 00:49:32 Step 22/24 : LABEL arch=arm64 00:49:32 ---> Running in 712c4b8cb633 00:49:32 ---> Running in a272df7f1b50 00:49:32 Removing intermediate container 95af47aa6929 00:49:32 ---> 7b9cb430a602 00:49:32 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:33 Removing intermediate container 712c4b8cb633 00:49:33 ---> 42ea876a6dc7 00:49:33 Step 12/23 : ENV APP_PORT=48080 00:49:33 ---> Running in 9c96a735231a 00:49:33 Removing intermediate container a272df7f1b50 00:49:33 ---> 591ec23af0fd 00:49:33 Step 23/24 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:49:33 ---> Running in 8e51e537e53d 00:49:33 ---> Running in 3adea2a4490b 00:49:33 Removing intermediate container 9c96a735231a 00:49:33 ---> 6a9814720282 00:49:33 Step 14/26 : ENV APP_PORT=48090 00:49:33 ---> Running in 8b3397176e0a 00:49:33 Removing intermediate container 8e51e537e53d 00:49:33 ---> 80e305fcc312 00:49:33 Step 13/23 : EXPOSE $APP_PORT 00:49:33 Removing intermediate container 3adea2a4490b 00:49:33 ---> 59f2aa46881f 00:49:33 Step 24/24 : LABEL version=0.0.0 00:49:33 ---> Running in 888b39cf6f10 00:49:34 ---> Running in 32cd3e344491 00:49:34 Removing intermediate container 8b3397176e0a 00:49:34 ---> efad065c921e 00:49:34 Step 15/26 : EXPOSE $APP_PORT 00:49:34 ---> Running in 732cfab5a051 00:49:34 Removing intermediate container 888b39cf6f10 00:49:34 ---> 88205057dafe 00:49:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:34 Removing intermediate container 32cd3e344491 00:49:34 ---> 59f62797c900 00:49:34 00:49:34 ---> Running in fb111217aa36 00:49:34 Removing intermediate container 732cfab5a051 00:49:34 ---> b8a1d72765a2 00:49:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:35 Successfully built 59f62797c900 00:49:35 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:36  Building docker-support-notifications-go ... done  ---> c0a052775c41 00:49:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:37 Removing intermediate container fb111217aa36 00:49:37 ---> 526f3da0f7f3 00:49:37 Step 15/23 : RUN apk add --update --no-cache zeromq 00:49:37 ---> 7a9ca77c40d0 00:49:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:37 ---> Running in 9df7a8e7a852 00:49:38 ---> f63863ad2d8d 00:49:38 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:38 ---> Running in f3bfbadd5c2c 00:49:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:40 (1/5) Installing libgcc (9.3.0-r2) 00:49:40 (1/33) Installing libbz2 (1.0.8-r1) 00:49:40 (2/5) Installing libsodium (1.0.18-r0) 00:49:40 (2/33) Installing expat (2.2.9-r1) 00:49:40 (3/33) Installing libffi (3.3-r2) 00:49:40 (4/33) Installing gdbm (1.13-r1) 00:49:40 (5/33) Installing xz-libs (5.2.5-r0) 00:49:40 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:40 (7/33) Installing python3 (3.8.5-r0) 00:49:40 (3/5) Installing libstdc++ (9.3.0-r2) 00:49:40 (4/5) Installing libzmq (4.3.3-r0) 00:49:41 (5/5) Installing zeromq (4.3.3-r0) 00:49:41 Executing busybox-1.31.1-r19.trigger 00:49:41 OK: 8 MiB in 19 packages 00:49:42 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:42 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:42 (11/33) Installing py3-six (1.15.0-r0) 00:49:42 (12/33) Installing py3-packaging (20.4-r0) 00:49:42 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:42 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:42 (15/33) Installing py3-idna (2.9-r0) 00:49:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:43 (18/33) Installing py3-requests (2.23.0-r0) 00:49:43 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:43 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:43 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:43 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:43 (24/33) Installing py3-distro (1.5.0-r1) 00:49:43 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:43 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:43 Removing intermediate container 9df7a8e7a852 00:49:43 ---> 81fc3d151ee2 00:49:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:43 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:43 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:43 (29/33) Installing py3-progress (1.5-r0) 00:49:43 (30/33) Installing py3-toml (0.10.1-r0) 00:49:43 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:43 (33/33) Installing py3-pip (20.1.1-r0) 00:49:43 Executing busybox-1.31.1-r19.trigger 00:49:43 OK: 71 MiB in 55 packages 00:49:44 ---> 4c98ed3afefe 00:49:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:45 ---> 414dfcf44956 00:49:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:47 ---> 31011316888e 00:49:47 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:47 ---> Running in d75f1bdb8f80 00:49:47 Removing intermediate container d75f1bdb8f80 00:49:47 ---> 677aba482c4e 00:49:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:48 ---> Running in a306b699a405 00:49:48 Removing intermediate container a306b699a405 00:49:48 ---> 27679dd09321 00:49:48 Step 21/23 : LABEL arch=arm64 00:49:49 ---> Running in 35c000a2387e 00:49:49 Removing intermediate container 35c000a2387e 00:49:49 ---> 81a46d31da35 00:49:49 Step 22/23 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:49:49 ---> Running in 7e4bcccb73d0 00:49:50 Removing intermediate container f3bfbadd5c2c 00:49:50 ---> f9cf04772eb4 00:49:50 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:50 Removing intermediate container 7e4bcccb73d0 00:49:50 ---> fad8836a77a8 00:49:50 Step 23/23 : LABEL version=0.0.0 00:49:50 ---> Running in fe6ce3804182 00:49:50 ---> Running in f93a4cfd2eb2 00:49:51 Removing intermediate container f93a4cfd2eb2 00:49:51 ---> bf47ca2b4ff0 00:49:51 00:49:51 Successfully built bf47ca2b4ff0 00:49:51 Successfully tagged docker-core-data-go-arm64:latest 00:49:56  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:49:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:57 Collecting docopt<0.7,>=0.6.1 00:49:57 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:01 Collecting docker<4.0,>=3.6.0 00:50:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:04 Collecting jsonschema<3,>=2.5.1 00:50:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:04 Collecting texttable<0.10,>=0.9.0 00:50:04 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:07 Collecting websocket-client<1.0,>=0.32.0 00:50:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:08 Collecting cached-property<2,>=1.2.0 00:50:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:08 Collecting dockerpty<0.5,>=0.4.1 00:50:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:13 Collecting PyYAML<4,>=3.10 00:50:13 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:17 Collecting docker-pycreds>=0.4.0 00:50:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:17 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:50:17 Collecting urllib3<1.25,>=1.21.1 00:50:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:18 Collecting idna<2.8,>=2.5 00:50:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:18 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:50:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:20 Installing collected packages: docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, texttable, cached-property, dockerpty, PyYAML, docker-compose 00:50:20 Running setup.py install for docopt: started 00:50:22 Running setup.py install for docopt: finished with status 'done' 00:50:23 Attempting uninstall: urllib3 00:50:23 Found existing installation: urllib3 1.25.9 00:50:23 Uninstalling urllib3-1.25.9: 00:50:23 Successfully uninstalled urllib3-1.25.9 00:50:24 Attempting uninstall: idna 00:50:24 Found existing installation: idna 2.9 00:50:24 Uninstalling idna-2.9: 00:50:24 Successfully uninstalled idna-2.9 00:50:25 Attempting uninstall: requests 00:50:25 Found existing installation: requests 2.23.0 00:50:25 Uninstalling requests-2.23.0: 00:50:25 Successfully uninstalled requests-2.23.0 00:50:27 Running setup.py install for texttable: started 00:50:30 Running setup.py install for texttable: finished with status 'done' 00:50:30 Running setup.py install for dockerpty: started 00:50:33 Running setup.py install for dockerpty: finished with status 'done' 00:50:33 Running setup.py install for PyYAML: started 00:50:36 Running setup.py install for PyYAML: finished with status 'done' 00:50:38 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:50:43 Removing intermediate container fe6ce3804182 00:50:43 ---> 09258bed8078 00:50:43 Step 21/26 : RUN apk --no-cache add curl 00:50:43 ---> Running in a118a0a3d77c 00:50:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:44 (2/3) Installing libcurl (7.69.1-r3) 00:50:44 (3/3) Installing curl (7.69.1-r3) 00:50:44 Executing busybox-1.31.1-r19.trigger 00:50:44 OK: 71 MiB in 58 packages 00:50:46 Removing intermediate container a118a0a3d77c 00:50:46 ---> 5c9c1906b93a 00:50:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:46 ---> Running in 4c01b3c20597 00:50:47 Removing intermediate container 4c01b3c20597 00:50:47 ---> 74c5dfc0de60 00:50:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:47 ---> Running in 7d14da26d37e 00:50:47 Removing intermediate container 7d14da26d37e 00:50:47 ---> 781fb6e345dc 00:50:47 Step 24/26 : LABEL arch=arm64 00:50:47 ---> Running in 71451914ce39 00:50:48 Removing intermediate container 71451914ce39 00:50:48 ---> b514ea1ee8d1 00:50:48 Step 25/26 : LABEL git_sha=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 00:50:48 ---> Running in 4d65d876d669 00:50:48 Removing intermediate container 4d65d876d669 00:50:48 ---> f5ea73243ee0 00:50:48 Step 26/26 : LABEL version=0.0.0 00:50:49 ---> Running in f01b1fa7bd19 00:50:49 Removing intermediate container f01b1fa7bd19 00:50:49 ---> 64fef053899f 00:50:49 00:50:49 Successfully built 64fef053899f 00:50:49 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:50  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:50:50 $ docker stop --time=1 bc4f247b4edb6ed8b778b236ccfadbb87fe506df010b0bf3a3259e6e0d0c58f9 00:50:52 $ docker rm -f bc4f247b4edb6ed8b778b236ccfadbb87fe506df010b0bf3a3259e6e0d0c58f9 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:53 + grep docker 00:50:53 + docker images 00:50:53 docker-sys-mgmt-agent-go-arm64 latest 64fef053899f 4 seconds ago 300MB 00:50:53 docker-core-data-go-arm64 latest bf47ca2b4ff0 About a minute ago 21MB 00:50:53 docker-support-notifications-go-arm64 latest 59f62797c900 About a minute ago 11.4MB 00:50:53 docker-core-command-go-arm64 latest e4e6eb9108e0 2 minutes ago 9.98MB 00:50:53 docker-security-secretstore-setup-go-arm64 latest 41f7fd9395de 4 minutes ago 23.4MB 00:50:53 docker-core-metadata-go-arm64 latest 6dd90c146aa9 4 minutes ago 12.3MB 00:50:53 docker-security-bootstrap-redis-go-arm64 latest 876e5b0d4612 4 minutes ago 15.1MB 00:50:53 docker-security-proxy-setup-go-arm64 latest 8862405e6b66 4 minutes ago 23.2MB 00:50:53 docker-support-scheduler-go-arm64 latest 4fe25b9a247e 4 minutes ago 10MB 00:50:53 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 00:50:55 provisioning config files... 00:50:55 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4765781272557556578tmp [Pipeline] { [Pipeline] sh 00:50:55 + set +x 00:50:55 + curl -s https://codecov.io/bash 00:50:55 + bash -s -- 00:50:56 00:50:56 _____ _ 00:50:56 / ____| | | 00:50:56 | | ___ __| | ___ ___ _____ __ 00:50:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:50:56 | |___| (_) | (_| | __/ (_| (_) \ V / 00:50:56 \_____\___/ \__,_|\___|\___\___/ \_/ 00:50:56 Bash-20201231-23d4836 00:50:56 00:50:56 00:50:56 ==> git version 2.24.3 found 00:50:56 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:50:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:50:56 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:50:56 ==> Jenkins CI detected. 00:50:56 project root: . 00:50:56 --> token set from env 00:50:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:50:56 ==> Running gcov in . (disable via -X gcov) 00:50:56 ==> Python coveragepy not found 00:50:56 ==> Searching for coverage reports in: 00:50:56 + . 00:50:56 -> Found 1 reports 00:50:56 ==> Detecting git/mercurial file structure 00:50:56 ==> Reading reports 00:50:56 + ./coverage.out bytes=550321 00:50:56 ==> Appending adjustments 00:50:56 https://docs.codecov.io/docs/fixing-reports 00:50:59 + Found adjustments 00:50:59 ==> Gzipping contents 00:50:59 84K /tmp/codecov.rfdYUo.gz 00:50:59 ==> Uploading reports 00:50:59 url: https://codecov.io 00:50:59 query: branch=PR-3030&commit=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= 00:50:59 -> Pinging Codecov 00:50:59 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3030&commit=d791a1a4a5e742e1cfd23f54a7a2c65c151967c8&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= 00:51:00 -> Uploading to 00:51:00 https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/d791a1a4a5e742e1cfd23f54a7a2c65c151967c8/e3d0c87e-1993-4562-83bd-129d52c8564f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T005059Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b4f0b63e30162d33b60d96cbd7ad36b9012830652f3997b4db3a3d9b1f5519e2 00:51:00 % Total % Received % Xferd Average Speed Time Time Time Current 00:51:00 Dload Upload Total Spent Left Speed 00:51:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83277 0 0 100 83277 0 161k --:--:-- --:--:-- --:--:-- 161k 00:51:00 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d791a1a4a5e742e1cfd23f54a7a2c65c151967c8 [Pipeline] } 00:51:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:51:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:03 ---> package-listing.sh 00:51:03 ++ facter osfamily 00:51:03 ++ tr '[:upper:]' '[:lower:]' 00:51:03 + OS_FAMILY=redhat 00:51:03 + workspace=/w/workspace/edgex-go/4 00:51:03 + START_PACKAGES=/tmp/packages_start.txt 00:51:03 + END_PACKAGES=/tmp/packages_end.txt 00:51:03 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:03 + PACKAGES=/tmp/packages_start.txt 00:51:03 + '[' /w/workspace/edgex-go/4 ']' 00:51:03 + PACKAGES=/tmp/packages_end.txt 00:51:03 + case "${OS_FAMILY}" in 00:51:03 + rpm -qa 00:51:03 + sort 00:51:08 + '[' -f /tmp/packages_start.txt ']' 00:51:08 + '[' -f /tmp/packages_end.txt ']' 00:51:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:08 + '[' /w/workspace/edgex-go/4 ']' 00:51:08 + mkdir -p /w/workspace/edgex-go/4/archives/ 00:51:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 00:51:08 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:09 00:51:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:09 alpine: Pulling from edgex-lftools-log-publisher 00:51:09 df20fa9351a1: Pulling fs layer 00:51:09 36b3adc4ff6f: Pulling fs layer 00:51:09 8ad3a11d3b57: Pulling fs layer 00:51:09 46f8f816bc3b: Pulling fs layer 00:51:09 93b61091891f: Pulling fs layer 00:51:09 93b9cdb0e59b: Pulling fs layer 00:51:09 5e14af77c1be: Pulling fs layer 00:51:09 01666e4c0597: Pulling fs layer 00:51:09 aa168da1d23b: Pulling fs layer 00:51:09 93b9cdb0e59b: Waiting 00:51:09 5e14af77c1be: Waiting 00:51:09 01666e4c0597: Waiting 00:51:09 aa168da1d23b: Waiting 00:51:09 46f8f816bc3b: Waiting 00:51:09 93b61091891f: Waiting 00:51:09 36b3adc4ff6f: Download complete 00:51:09 46f8f816bc3b: Verifying Checksum 00:51:09 46f8f816bc3b: Download complete 00:51:10 df20fa9351a1: Verifying Checksum 00:51:10 df20fa9351a1: Download complete 00:51:10 93b9cdb0e59b: Verifying Checksum 00:51:10 93b9cdb0e59b: Download complete 00:51:10 93b61091891f: Download complete 00:51:10 5e14af77c1be: Verifying Checksum 00:51:10 5e14af77c1be: Download complete 00:51:10 01666e4c0597: Verifying Checksum 00:51:10 01666e4c0597: Download complete 00:51:10 df20fa9351a1: Pull complete 00:51:10 36b3adc4ff6f: Pull complete 00:51:10 8ad3a11d3b57: Verifying Checksum 00:51:10 8ad3a11d3b57: Download complete 00:51:11 8ad3a11d3b57: Pull complete 00:51:11 46f8f816bc3b: Pull complete 00:51:12 aa168da1d23b: Verifying Checksum 00:51:12 aa168da1d23b: Download complete 00:51:13 93b61091891f: Pull complete 00:51:13 93b9cdb0e59b: Pull complete 00:51:13 5e14af77c1be: Pull complete 00:51:13 01666e4c0597: Pull complete 00:51:23 aa168da1d23b: Pull complete 00:51:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:23 prd-centos7-docker-4c-2g-20341 does not seem to be running inside a container 00:51:23 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:51:27 $ docker top 56fbb0383fb7f688b0f7d6b7840936fbf913143b2362313de1e9f5b29ac69a8f -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:27 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:28 + mkdir -p /var/log/sa [Pipeline] sh 00:51:28 + ls /var/log/sa-host 00:51:28 + sadf -c /var/log/sa-host/sa15 00:51:28 file_magic: OK 00:51:28 HZ: Using current value: 100 00:51:28 file_header: OK 00:51:28 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:51:28 Statistics: 00:51:28 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:51:28 File successfully converted to sysstat format version 12.2.1 00:51:28 + sadf -c /var/log/sa-host/sa23 00:51:28 file_magic: OK 00:51:28 HZ: Using current value: 100 00:51:28 file_header: OK 00:51:28 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:51:28 Statistics: 00:51:28 Hnuu...uuuununununu... 00:51:28 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:28 provisioning config files... 00:51:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config1972352385643174558tmp [Pipeline] { [Pipeline] echo 00:51:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:29 ---> create-netrc.sh [Pipeline] } 00:51:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:29 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:29 ---> python-tools-install.sh [Pipeline] echo 00:51:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:29 ---> sudo-logs.sh 00:51:29 Archiving 'sudo' log.. [Pipeline] echo 00:51:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:30 ---> job-cost.sh 00:51:30 lf-activate-venv: SKIPPING 00:51:30 INFO: No Stack... 00:51:31 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:31 INFO: Archiving Costs [Pipeline] echo 00:51:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:31 ---> logs-deploy.sh 00:51:31 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/4 00:51:31 INFO: archiving workspace using pattern(s): 00:51:33 Archives upload complete. 00:51:33 INFO: archiving logs to Nexus 00:51:34 ---> uname -a: 00:51:34 Linux prd-centos7-docker-4c-2g-20341.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:51:34 00:51:34 00:51:34 ---> lscpu: 00:51:34 Architecture: x86_64 00:51:34 CPU op-mode(s): 32-bit, 64-bit 00:51:34 Byte Order: Little Endian 00:51:34 Address sizes: 40 bits physical, 48 bits virtual 00:51:34 CPU(s): 4 00:51:34 On-line CPU(s) list: 0-3 00:51:34 Thread(s) per core: 1 00:51:34 Core(s) per socket: 1 00:51:34 Socket(s): 4 00:51:34 NUMA node(s): 1 00:51:34 Vendor ID: GenuineIntel 00:51:34 CPU family: 6 00:51:34 Model: 44 00:51:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:51:34 Stepping: 1 00:51:34 CPU MHz: 2933.442 00:51:34 BogoMIPS: 5866.88 00:51:34 Virtualization: VT-x 00:51:34 Hypervisor vendor: KVM 00:51:34 Virtualization type: full 00:51:34 L1d cache: 128 KiB 00:51:34 L1i cache: 128 KiB 00:51:34 L2 cache: 16 MiB 00:51:34 L3 cache: 64 MiB 00:51:34 NUMA node0 CPU(s): 0-3 00:51:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:51:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:51:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:51:34 Vulnerability Meltdown: Mitigation; PTI 00:51:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:51:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:51:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:51:34 Vulnerability Srbds: Not affected 00:51:34 Vulnerability Tsx async abort: Not affected 00:51:34 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 00:51:34 00:51:34 00:51:34 ---> nproc: 00:51:34 4 00:51:34 00:51:34 00:51:34 ---> df -h: 00:51:34 Filesystem Size Used Available Use% Mounted on 00:51:34 overlay 50.0G 12.0G 38.0G 24% / 00:51:34 tmpfs 64.0M 0 64.0M 0% /dev 00:51:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:51:34 shm 64.0M 0 64.0M 0% /dev/shm 00:51:34 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 00:51:34 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 00:51:34 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 00:51:34 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 00:51:34 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 00:51:34 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 00:51:34 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 00:51:34 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 00:51:34 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/4 00:51:34 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/4@tmp 00:51:34 00:51:34 00:51:34 ---> free -m: 00:51:34 total used free shared buff/cache available 00:51:34 Mem: 1837 714 231 0 891 1039 00:51:34 Swap: 1023 61 962 00:51:34 00:51:34 00:51:34 ---> ip addr: 00:51:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:51:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:51:34 inet 127.0.0.1/8 scope host lo 00:51:34 valid_lft forever preferred_lft forever 00:51:34 inet6 ::1/128 scope host 00:51:34 valid_lft forever preferred_lft forever 00:51:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:51:34 link/ether fa:16:3e:91:8f:36 brd ff:ff:ff:ff:ff:ff 00:51:34 inet 10.30.123.107/23 brd 10.30.123.255 scope global dynamic eth0 00:51:34 valid_lft 85076sec preferred_lft 85076sec 00:51:34 inet6 fe80::f816:3eff:fe91:8f36/64 scope link 00:51:34 valid_lft forever preferred_lft forever 00:51:34 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:51:34 link/ether 02:42:7d:53:87:e2 brd ff:ff:ff:ff:ff:ff 00:51:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:51:34 valid_lft forever preferred_lft forever 00:51:34 inet6 fe80::42:7dff:fe53:87e2/64 scope link 00:51:34 valid_lft forever preferred_lft forever 00:51:34 00:51:34 00:51:34 ---> sar -b -r -n DEV: 00:51:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 00:51:34 00:51:34 00:29:20 LINUX RESTART (4 CPU) 00:51:34 00:51:34 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:51:34 00:31:01 147.45 45.59 101.86 0.00 8370.85 40575.49 0.00 00:51:34 00:32:01 299.30 122.89 176.41 0.00 4805.59 31401.73 0.00 00:51:34 00:33:01 192.21 86.67 105.54 0.00 4415.64 11088.50 0.00 00:51:34 00:34:01 274.04 92.67 181.36 0.00 34705.47 106193.14 0.00 00:51:34 00:35:02 3202.91 2828.73 374.19 0.00 193097.60 207270.31 0.00 00:51:34 00:36:01 556.40 302.33 254.07 0.00 47283.28 66824.50 0.00 00:51:34 00:37:02 2286.31 1915.39 370.92 0.00 144435.63 163120.87 0.00 00:51:34 00:38:01 519.81 258.21 261.61 0.00 17853.94 41340.03 0.00 00:51:34 00:39:01 19.60 11.66 7.94 0.00 2981.42 225.21 0.00 00:51:34 00:40:01 0.72 0.52 0.20 0.00 17.72 2.22 0.00 00:51:34 00:41:01 0.28 0.02 0.27 0.00 0.27 3.36 0.00 00:51:34 00:42:01 0.23 0.00 0.23 0.00 0.00 2.75 0.00 00:51:34 00:43:01 0.33 0.05 0.28 0.00 1.33 3.76 0.00 00:51:34 00:44:01 0.28 0.05 0.23 0.00 0.67 3.22 0.00 00:51:34 00:45:01 2.05 1.73 0.32 0.00 56.35 4.10 0.00 00:51:34 00:46:01 0.88 0.07 0.82 0.00 1.33 15.47 0.00 00:51:34 00:47:01 0.32 0.02 0.30 0.00 0.27 3.20 0.00 00:51:34 00:48:01 0.25 0.00 0.25 0.00 0.00 3.15 0.00 00:51:34 00:49:01 0.62 0.13 0.48 0.00 2.80 5.51 0.00 00:51:34 00:50:01 0.83 0.30 0.53 0.00 136.84 5.96 0.00 00:51:34 00:51:01 14.61 14.22 0.38 0.00 907.40 23.05 0.00 00:51:34 Average: 359.53 271.97 87.56 0.00 21958.42 31925.14 0.00 00:51:34 00:51:34 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:51:34 00:31:01 74224 0 663764 35.28 2460 1141096 1539244 52.53 719412 873432 73628 00:51:34 00:32:01 91512 0 832124 44.23 1472 956436 1605392 54.79 673572 842468 52920 00:51:34 00:33:01 271324 0 739544 39.31 808 869868 1373308 46.87 562636 757584 41160 00:51:34 00:34:01 77092 0 835512 44.41 120 968820 2265024 77.30 722628 864880 84804 00:51:34 00:35:02 133796 0 714376 37.97 4 1033368 1537072 52.46 595632 925080 84 00:51:34 00:36:01 80536 0 756488 40.21 4 1044516 1744976 59.55 721216 838168 14212 00:51:34 00:37:02 76208 0 745004 39.60 4 1060328 2010200 68.60 535972 1044476 32232 00:51:34 00:38:01 304944 0 680128 36.15 4 896468 1380240 47.11 558220 775172 0 00:51:34 00:39:01 265240 0 631612 33.57 4 984688 1180368 40.28 555560 820008 12 00:51:34 00:40:01 266800 0 629548 33.46 4 985192 1162964 39.69 554480 820228 20 00:51:34 00:41:01 266420 0 629920 33.48 4 985200 1163000 39.69 554756 820244 12 00:51:34 00:42:01 266060 0 630268 33.50 4 985212 1163096 39.69 555208 820244 8 00:51:34 00:43:01 266272 0 630064 33.49 4 985204 1163036 39.69 555008 820268 20 00:51:34 00:44:01 267036 0 629276 33.44 4 985228 1162880 39.69 554232 820304 12 00:51:34 00:45:01 265416 0 629828 33.47 4 986296 1163000 39.69 554860 821148 24 00:51:34 00:46:01 264756 0 630480 33.51 4 986304 1163168 39.70 555312 821156 20 00:51:34 00:47:01 265844 0 629388 33.45 4 986308 1161852 39.65 554300 821164 12 00:51:34 00:48:01 266088 0 629128 33.44 4 986324 1161852 39.65 554428 821176 8 00:51:34 00:49:01 265352 0 629856 33.48 4 986332 1162164 39.66 554672 821256 8 00:51:34 00:50:01 258672 0 632440 33.61 4 990428 1162092 39.66 560068 822532 8 00:51:34 00:51:01 228676 0 636708 33.84 4 1016156 1162276 39.67 568752 842164 104 00:51:34 Average: 215346 0 674546 35.85 235 991418 1361295 46.46 586711 838722 14253 00:51:34 00:51:34 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:51:34 00:31:01 eth0 1512.41 1555.56 7896.49 187.25 0.00 0.00 0.00 0.00 00:51:34 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:31:01 docker0 829.97 683.44 68.10 2667.12 0.00 0.00 0.00 0.00 00:51:34 00:32:01 eth0 210.16 160.70 860.55 25.64 0.00 0.00 0.00 0.00 00:51:34 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:32:01 veth5797263 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:34 00:32:01 docker0 139.25 172.22 9.71 825.77 0.00 0.00 0.00 0.00 00:51:34 00:33:01 eth0 43.57 28.96 25.84 81.47 0.00 0.00 0.00 0.00 00:51:34 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:33:01 veth5797263 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:34:01 veth073fd18 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:34 00:34:01 eth0 210.80 166.53 1694.07 25.88 0.00 0.00 0.00 0.00 00:51:34 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:35:02 veth073fd18 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:51:34 00:35:02 eth0 69.93 49.86 161.42 62.36 0.00 0.00 0.00 0.00 00:51:34 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:35:02 vethe5c8d6e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:36:01 veth073fd18 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 00:51:34 00:36:01 eth0 56.86 30.39 189.89 14.49 0.00 0.00 0.00 0.00 00:51:34 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:36:01 veth3e84607 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:37:02 veth44751b4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:34 00:37:02 veth073fd18 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:51:34 00:37:02 eth0 74.12 47.94 121.35 95.60 0.00 0.00 0.00 0.00 00:51:34 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:38:01 veth073fd18 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:51:34 00:38:01 eth0 225.33 135.21 1725.37 26.47 0.00 0.00 0.00 0.00 00:51:34 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:38:01 docker0 1058.98 1008.70 83.49 4361.73 0.00 0.00 0.00 0.00 00:51:34 00:39:01 eth0 4.63 2.83 4.52 1.73 0.00 0.00 0.00 0.00 00:51:34 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:40:01 eth0 0.72 0.43 0.35 0.27 0.00 0.00 0.00 0.00 00:51:34 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:41:01 eth0 1.72 0.45 0.45 0.21 0.00 0.00 0.00 0.00 00:51:34 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:42:01 eth0 2.58 0.72 0.92 0.58 0.00 0.00 0.00 0.00 00:51:34 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:43:01 eth0 1.92 0.78 0.86 0.56 0.00 0.00 0.00 0.00 00:51:34 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:44:01 eth0 0.68 0.08 0.06 0.04 0.00 0.00 0.00 0.00 00:51:34 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:45:01 eth0 3.73 3.88 0.60 10.98 0.00 0.00 0.00 0.00 00:51:34 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:46:01 eth0 1.38 1.10 0.34 6.66 0.00 0.00 0.00 0.00 00:51:34 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:47:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:51:34 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:48:01 eth0 0.75 0.05 0.06 0.00 0.00 0.00 0.00 0.00 00:51:34 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:49:01 eth0 4.61 6.34 0.54 20.47 0.00 0.00 0.00 0.00 00:51:34 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:50:01 eth0 2.98 3.28 0.26 6.94 0.00 0.00 0.00 0.00 00:51:34 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:51:01 eth0 11.34 10.16 7.32 17.86 0.00 0.00 0.00 0.00 00:51:34 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 Average: eth0 116.23 105.08 604.10 27.94 0.00 0.00 0.00 0.00 00:51:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:34 Average: docker0 49.64 47.28 3.91 204.46 0.00 0.00 0.00 0.00 00:51:34 00:51:34 00:51:34 ---> sar -P ALL: 00:51:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) 00:51:34 00:51:34 00:29:20 LINUX RESTART (4 CPU) 00:51:34 00:51:34 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:51:34 00:31:01 all 15.94 0.00 6.78 1.83 0.05 75.40 00:51:34 00:31:01 0 14.77 0.00 8.44 0.89 0.03 75.86 00:51:34 00:31:01 1 10.89 0.00 5.76 2.37 0.08 80.89 00:51:34 00:31:01 2 18.11 0.00 7.21 1.06 0.05 73.57 00:51:34 00:31:01 3 20.00 0.00 5.73 2.98 0.03 71.25 00:51:34 00:32:01 all 19.96 0.00 7.69 5.16 0.05 67.15 00:51:34 00:32:01 0 20.18 0.00 8.27 2.84 0.03 68.67 00:51:34 00:32:01 1 19.22 0.00 7.82 7.52 0.03 65.41 00:51:34 00:32:01 2 19.86 0.00 7.54 4.17 0.09 68.34 00:51:34 00:32:01 3 20.57 0.00 7.10 6.11 0.05 66.17 00:51:34 00:33:01 all 61.50 0.00 13.41 5.00 0.07 20.02 00:51:34 00:33:01 0 60.81 0.00 13.39 7.02 0.09 18.69 00:51:34 00:33:01 1 61.62 0.00 13.67 2.37 0.07 22.27 00:51:34 00:33:01 2 62.90 0.00 13.24 5.71 0.09 18.06 00:51:34 00:33:01 3 60.67 0.00 13.33 4.90 0.04 21.06 00:51:34 00:34:01 all 23.52 0.00 12.07 7.42 0.09 56.90 00:51:34 00:34:01 0 22.82 0.00 11.68 10.17 0.10 55.22 00:51:34 00:34:01 1 25.59 0.00 12.51 5.78 0.09 56.03 00:51:34 00:34:01 2 23.03 0.00 12.06 6.62 0.09 58.20 00:51:34 00:34:01 3 22.64 0.00 12.03 7.08 0.07 58.18 00:51:34 00:35:02 all 21.81 0.00 23.15 28.33 0.11 26.60 00:51:34 00:35:02 0 20.98 0.00 21.78 28.58 0.12 28.53 00:51:34 00:35:02 1 22.70 0.00 22.79 26.99 0.10 27.41 00:51:34 00:35:02 2 21.44 0.00 24.08 29.60 0.12 24.76 00:51:34 00:35:02 3 22.12 0.00 23.96 28.16 0.07 25.68 00:51:34 00:36:01 all 48.55 0.00 15.04 18.00 0.18 18.22 00:51:34 00:36:01 0 47.72 0.00 14.38 19.18 0.19 18.52 00:51:34 00:36:01 1 48.03 0.00 15.69 18.33 0.14 17.82 00:51:34 00:36:01 2 48.88 0.00 14.81 16.19 0.18 19.94 00:51:34 00:36:01 3 49.58 0.00 15.27 18.31 0.21 16.62 00:51:34 00:37:02 all 31.43 0.00 21.03 28.00 0.19 19.35 00:51:34 00:37:02 0 30.46 0.00 19.85 29.09 0.24 20.36 00:51:34 00:37:02 1 31.59 0.00 21.01 26.83 0.19 20.38 00:51:34 00:37:02 2 30.81 0.00 22.01 26.94 0.17 20.06 00:51:34 00:37:02 3 32.86 0.00 21.26 29.14 0.16 16.59 00:51:34 00:38:01 all 30.50 0.00 10.38 12.84 0.09 46.19 00:51:34 00:38:01 0 32.74 0.00 10.71 17.25 0.10 39.19 00:51:34 00:38:01 1 29.42 0.00 10.88 8.51 0.09 51.10 00:51:34 00:38:01 2 29.77 0.00 10.21 14.56 0.07 45.38 00:51:34 00:38:01 3 30.04 0.00 9.71 10.99 0.09 49.18 00:51:34 00:39:01 all 0.46 0.00 0.35 0.26 0.00 98.92 00:51:34 00:39:01 0 0.75 0.00 0.32 0.15 0.02 98.77 00:51:34 00:39:01 1 0.38 0.00 0.42 0.53 0.00 98.67 00:51:34 00:39:01 2 0.32 0.00 0.38 0.03 0.00 99.27 00:51:34 00:39:01 3 0.38 0.00 0.30 0.33 0.00 98.98 00:51:34 00:40:01 all 0.16 0.00 0.02 0.00 0.00 99.81 00:51:34 00:40:01 0 0.53 0.00 0.02 0.00 0.00 99.45 00:51:34 00:40:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:51:34 00:40:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:51:34 00:40:01 3 0.02 0.00 0.02 0.02 0.00 99.95 00:51:34 00:41:01 all 0.17 0.00 0.03 0.00 0.00 99.79 00:51:34 00:41:01 0 0.52 0.00 0.02 0.00 0.00 99.47 00:51:34 00:41:01 1 0.07 0.00 0.03 0.00 0.00 99.90 00:51:34 00:41:01 2 0.05 0.00 0.02 0.00 0.00 99.93 00:51:34 00:41:01 3 0.07 0.00 0.05 0.00 0.02 99.87 00:51:34 00:51:34 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:51:34 00:42:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:51:34 00:42:01 0 0.55 0.00 0.02 0.00 0.00 99.43 00:51:34 00:42:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:51:34 00:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 00:51:34 00:42:01 3 0.02 0.00 0.05 0.00 0.00 99.93 00:51:34 00:43:01 all 0.10 0.00 0.06 0.00 0.01 99.83 00:51:34 00:43:01 0 0.23 0.00 0.03 0.00 0.02 99.72 00:51:34 00:43:01 1 0.07 0.00 0.10 0.00 0.02 99.82 00:51:34 00:43:01 2 0.05 0.00 0.08 0.00 0.00 99.87 00:51:34 00:43:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:51:34 00:44:01 all 0.12 0.00 0.02 0.00 0.00 99.85 00:51:34 00:44:01 0 0.40 0.00 0.02 0.00 0.00 99.58 00:51:34 00:44:01 1 0.02 0.00 0.02 0.02 0.00 99.95 00:51:34 00:44:01 2 0.03 0.00 0.03 0.00 0.02 99.92 00:51:34 00:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:51:34 00:45:01 all 0.20 0.00 0.06 0.02 0.00 99.72 00:51:34 00:45:01 0 0.52 0.00 0.05 0.00 0.00 99.43 00:51:34 00:45:01 1 0.10 0.00 0.10 0.07 0.00 99.73 00:51:34 00:45:01 2 0.08 0.00 0.03 0.02 0.00 99.87 00:51:34 00:45:01 3 0.08 0.00 0.07 0.00 0.00 99.85 00:51:34 00:46:01 all 0.05 0.00 0.04 0.00 0.00 99.92 00:51:34 00:46:01 0 0.07 0.00 0.05 0.00 0.00 99.88 00:51:34 00:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:51:34 00:46:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:51:34 00:46:01 3 0.07 0.00 0.05 0.00 0.00 99.88 00:51:34 00:47:01 all 0.03 0.00 0.02 0.00 0.00 99.94 00:51:34 00:47:01 0 0.07 0.00 0.05 0.00 0.00 99.88 00:51:34 00:47:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:51:34 00:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:51:34 00:47:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:51:34 00:48:01 all 0.02 0.00 0.02 0.00 0.00 99.96 00:51:34 00:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:51:34 00:48:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:51:34 00:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:51:34 00:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:51:34 00:49:01 all 0.08 0.00 0.04 0.00 0.00 99.87 00:51:34 00:49:01 0 0.15 0.00 0.07 0.00 0.00 99.78 00:51:34 00:49:01 1 0.07 0.00 0.02 0.00 0.00 99.92 00:51:34 00:49:01 2 0.07 0.00 0.02 0.00 0.00 99.92 00:51:34 00:49:01 3 0.05 0.00 0.07 0.02 0.00 99.87 00:51:34 00:50:01 all 0.05 0.00 0.04 0.01 0.00 99.91 00:51:34 00:50:01 0 0.07 0.00 0.02 0.00 0.00 99.92 00:51:34 00:50:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:51:34 00:50:01 2 0.03 0.00 0.07 0.03 0.00 99.87 00:51:34 00:50:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:51:34 00:51:01 all 0.99 0.00 0.53 0.35 0.00 98.13 00:51:34 00:51:01 0 0.70 0.00 0.43 0.15 0.00 98.72 00:51:34 00:51:01 1 1.42 0.00 0.63 0.48 0.00 97.46 00:51:34 00:51:01 2 0.57 0.00 0.48 0.32 0.00 98.63 00:51:34 00:51:01 3 1.28 0.00 0.57 0.43 0.00 97.72 00:51:34 Average: all 11.84 0.00 5.13 4.95 0.04 78.04 00:51:34 Average: 0 11.84 0.00 5.10 5.34 0.04 77.68 00:51:34 Average: 1 11.65 0.00 5.18 4.62 0.04 78.52 00:51:34 Average: 2 11.83 0.00 5.20 4.86 0.04 78.07 00:51:34 Average: 3 12.03 0.00 5.06 4.98 0.03 77.89 00:51:34 00:51:34 00:51:34