Pull request #3049 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 54ea9942bb2bd90c55593f11273246d37bec9a1a+afbeca7a1f2fb6f639bd3a1f3a358734ab321017 (c6c3a5903b6a59ff955648a9c7c40ed57077461d) 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-21268 in /w/workspace/edgexfoundry_edgex-go_PR-3049 [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 Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 54ea9942bb2bd90c55593f11273246d37bec9a1a > 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/3049/head:refs/remotes/origin/PR-3049 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54ea9942bb2bd90c55593f11273246d37bec9a1a # timeout=10 Merge succeeded, producing 54ea9942bb2bd90c55593f11273246d37bec9a1a Checking out Revision 54ea9942bb2bd90c55593f11273246d37bec9a1a (PR-3049) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge afbeca7a1f2fb6f639bd3a1f3a358734ab321017 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 54ea9942bb2bd90c55593f11273246d37bec9a1a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. > git rev-list --no-walk 036dd87a408c0209f536ff9270daa9ca0d718137 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:25:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:25:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:25:23 ========================================================= 18:25:23 EdgeX Global Pipelines Version Info 18:25:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:25:25 ------------------- 18:25:25 stable info: 18:25:25 ------------------- 18:25:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:25:25 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 18:25:25 Message: update stable to v1.0.177 18:25:26 ------------------- 18:25:26 experimental info: 18:25:26 ------------------- 18:25:26 Commited By: **** collab-it+edgex@linuxfoundation.org 18:25:26 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 18:25:26 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:25:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:25:26 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:25:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:25:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:25:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:25:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:25:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:25:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:25:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:25:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:25:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:25:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:25:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:25:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:25:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:25:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:25:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:25:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:25:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:25:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:25:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:25:28 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:25:28 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:25:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3049 [Pipeline] echo 18:25:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3049 [Pipeline] echo 18:25:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3049 [Pipeline] echo 18:25:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 54ea9942bb2bd90c55593f11273246d37bec9a1a [Pipeline] echo 18:25:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 54ea994 [Pipeline] echo 18:25:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:25:29 provisioning config files... 18:25:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8243717717195791011tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:25:29 ---> docker-login.sh 18:25:29 nexus3.edgexfoundry.org:10001 18:25:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:29 Configure a credential helper to remove this warning. See 18:25:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:29 18:25:29 Login Succeeded 18:25:29 nexus3.edgexfoundry.org:10002 18:25:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:30 Configure a credential helper to remove this warning. See 18:25:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:30 18:25:30 Login Succeeded 18:25:30 nexus3.edgexfoundry.org:10003 18:25:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:30 Configure a credential helper to remove this warning. See 18:25:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:30 18:25:30 Login Succeeded 18:25:30 nexus3.edgexfoundry.org:10004 18:25:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:30 Configure a credential helper to remove this warning. See 18:25:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:30 18:25:30 Login Succeeded 18:25:30 docker.io 18:25:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:30 Configure a credential helper to remove this warning. See 18:25:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:30 18:25:30 Login Succeeded 18:25:30 ---> docker-login.sh ends [Pipeline] } 18:25:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:25:31 ++ 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 18:25:31 + for file in '`ls cmd/**/Dockerfile`' 18:25:31 ++ dirname cmd/core-command/Dockerfile 18:25:31 ++ cut -d/ -f2 18:25:31 + echo core-command,cmd/core-command/Dockerfile 18:25:31 + for file in '`ls cmd/**/Dockerfile`' 18:25:31 ++ dirname cmd/core-data/Dockerfile 18:25:31 ++ cut -d/ -f2 18:25:31 + echo core-data,cmd/core-data/Dockerfile 18:25:31 + for file in '`ls cmd/**/Dockerfile`' 18:25:31 ++ dirname cmd/core-metadata/Dockerfile 18:25:31 ++ cut -d/ -f2 18:25:31 + echo core-metadata,cmd/core-metadata/Dockerfile 18:25:31 + for file in '`ls cmd/**/Dockerfile`' 18:25:31 ++ dirname cmd/security-bootstrap-redis/Dockerfile 18:25:31 ++ cut -d/ -f2 18:25:31 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 18:25:31 + for file in '`ls cmd/**/Dockerfile`' 18:25:31 ++ dirname cmd/security-proxy-setup/Dockerfile 18:25:31 ++ cut -d/ -f2 18:25:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:25:31 + for file in '`ls cmd/**/Dockerfile`' 18:25:31 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:25:31 ++ cut -d/ -f2 18:25:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:25:31 + for file in '`ls cmd/**/Dockerfile`' 18:25:31 ++ dirname cmd/support-notifications/Dockerfile 18:25:31 ++ cut -d/ -f2 18:25:31 + echo support-notifications,cmd/support-notifications/Dockerfile 18:25:31 + for file in '`ls cmd/**/Dockerfile`' 18:25:31 ++ dirname cmd/support-scheduler/Dockerfile 18:25:31 ++ cut -d/ -f2 18:25:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:25:31 + for file in '`ls cmd/**/Dockerfile`' 18:25:31 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:25:31 ++ cut -d/ -f2 18:25:31 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:25:31 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 18:25:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:25:32 18:25:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:25:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:25:33 latest: Pulling from edgex-devops/git-semver 18:25:33 31603596830f: Pulling fs layer 18:25:33 2a8b12db71e7: Pulling fs layer 18:25:33 6ca5941a6612: Pulling fs layer 18:25:33 ecc8261a40a4: Pulling fs layer 18:25:33 ecc8261a40a4: Waiting 18:25:33 2a8b12db71e7: Verifying Checksum 18:25:33 2a8b12db71e7: Download complete 18:25:33 31603596830f: Verifying Checksum 18:25:33 31603596830f: Download complete 18:25:33 ecc8261a40a4: Verifying Checksum 18:25:33 ecc8261a40a4: Download complete 18:25:33 6ca5941a6612: Verifying Checksum 18:25:33 6ca5941a6612: Download complete 18:25:33 31603596830f: Pull complete 18:25:33 2a8b12db71e7: Pull complete 18:25:34 6ca5941a6612: Pull complete 18:25:34 ecc8261a40a4: Pull complete 18:25:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:25:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:25:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:25:34 prd-centos7-docker-4c-2g-21268 does not seem to be running inside a container 18:25:34 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:25:37 $ docker top 1c7562059abab9637fce84a1e0c331940f96bf2d9a356fa5048a3a8839758d6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:25:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:25:37 [ssh-agent] Looking for ssh-agent implementation... 18:25:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:25:37 $ docker exec 1c7562059abab9637fce84a1e0c331940f96bf2d9a356fa5048a3a8839758d6b ssh-agent 18:25:37 SSH_AUTH_SOCK=/tmp/ssh-BCMTNwbxHHUI/agent.11 18:25:37 SSH_AGENT_PID=16 18:25:37 Running ssh-add (command line suppressed) 18:25:37 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5523180171940879746.key (/w/workspace/edgex-go/4@tmp/private_key_5523180171940879746.key) 18:25:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:25:38 + git tag --points-at HEAD [Pipeline] } 18:25:38 $ docker exec --env ******** --env ******** 1c7562059abab9637fce84a1e0c331940f96bf2d9a356fa5048a3a8839758d6b ssh-agent -k 18:25:38 unset SSH_AUTH_SOCK; 18:25:38 unset SSH_AGENT_PID; 18:25:38 echo Agent pid 16 killed; 18:25:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:25:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:25:38 [ssh-agent] Looking for ssh-agent implementation... 18:25:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:25:38 $ docker exec 1c7562059abab9637fce84a1e0c331940f96bf2d9a356fa5048a3a8839758d6b ssh-agent 18:25:38 SSH_AUTH_SOCK=/tmp/ssh-D4WoajZShyaO/agent.45 18:25:38 SSH_AGENT_PID=50 18:25:38 Running ssh-add (command line suppressed) 18:25:39 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8880380875206868494.key (/w/workspace/edgex-go/4@tmp/private_key_8880380875206868494.key) 18:25:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:25:39 + git semver init 18:25:39 # -> Open(): unable to determine branch for HEAD 18:25:39 # $GIT_DIR = /w/workspace/edgex-go/4/.git 18:25:39 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 18:25:39 # $SEMVER_REMOTE_NAME = origin 18:25:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:25:39 # $SEMVER_USER_NAME = edgex-jenkins 18:25:39 # $SEMVER_BRANCH = PR-3049 18:25:39 # $SEMVER_TEMP = /tmp/semver-641401545 18:25:39 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:25:57 # '/tmp/semver-641401545' -> '/w/workspace/edgex-go/4/.semver' 18:25:58 # -> Force: false 18:25:58 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 18:25:58 $ docker exec --env ******** --env ******** 1c7562059abab9637fce84a1e0c331940f96bf2d9a356fa5048a3a8839758d6b ssh-agent -k 18:25:58 unset SSH_AUTH_SOCK; 18:25:58 unset SSH_AGENT_PID; 18:25:58 echo Agent pid 50 killed; 18:25:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:25:59 + git semver [Pipeline] } 18:25:59 $ docker stop --time=1 1c7562059abab9637fce84a1e0c331940f96bf2d9a356fa5048a3a8839758d6b 18:26:00 $ docker rm -f 1c7562059abab9637fce84a1e0c331940f96bf2d9a356fa5048a3a8839758d6b [Pipeline] // withDockerContainer [Pipeline] sh 18:26:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:26:01 Stashed 1 file(s) [Pipeline] echo 18:26:01 [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 18:26:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:26:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:26:03 + true 18:26:03 + sudo service docker restart 18:26:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:26:03 ========================================================= 18:26:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:26:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:26:04 + 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 . 18:26:07 Sending build context to Docker daemon 326.6MB 18:26:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:26:07 Step 2/6 : FROM ${BASE} 18:26:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:26:07 188c0c94c7c5: Pulling fs layer 18:26:07 0ef7d3d256c8: Pulling fs layer 18:26:07 de9db76c5a1d: Pulling fs layer 18:26:07 bca2f99d35d6: Pulling fs layer 18:26:07 93359f2a8cfa: Pulling fs layer 18:26:07 7c6f9722023f: Pulling fs layer 18:26:07 a35cf1a2eb13: Pulling fs layer 18:26:07 bca2f99d35d6: Waiting 18:26:07 7c6f9722023f: Waiting 18:26:07 a35cf1a2eb13: Waiting 18:26:07 93359f2a8cfa: Waiting 18:26:07 de9db76c5a1d: Verifying Checksum 18:26:07 de9db76c5a1d: Download complete 18:26:07 0ef7d3d256c8: Verifying Checksum 18:26:07 0ef7d3d256c8: Download complete 18:26:07 93359f2a8cfa: Verifying Checksum 18:26:07 93359f2a8cfa: Download complete 18:26:07 7c6f9722023f: Verifying Checksum 18:26:07 7c6f9722023f: Download complete 18:26:07 188c0c94c7c5: Verifying Checksum 18:26:07 188c0c94c7c5: Download complete 18:26:07 188c0c94c7c5: Pull complete 18:26:07 0ef7d3d256c8: Pull complete 18:26:07 de9db76c5a1d: Pull complete 18:26:09 a35cf1a2eb13: Verifying Checksum 18:26:09 a35cf1a2eb13: Download complete 18:26:10 bca2f99d35d6: Download complete 18:26:15 bca2f99d35d6: Pull complete 18:26:15 93359f2a8cfa: Pull complete 18:26:15 7c6f9722023f: Pull complete 18:26:17 Still waiting to schedule task 18:26:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:26:22 a35cf1a2eb13: Pull complete 18:26:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:26:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:26:22 ---> a62c8e92a672 18:26:22 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 18:26:22 ---> Running in d6f541722e43 18:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:23 (1/12) Installing libmagic (5.38-r0) 18:26:23 (2/12) Installing file (5.38-r0) 18:26:23 (3/12) Installing libc-dev (0.7.2-r3) 18:26:24 (4/12) Installing g++ (9.3.0-r2) 18:26:30 (5/12) Installing fortify-headers (1.1-r0) 18:26:30 (6/12) Installing patch (2.7.6-r6) 18:26:30 (7/12) Installing build-base (0.5-r2) 18:26:30 (8/12) Installing libsodium (1.0.18-r0) 18:26:31 (9/12) Installing pkgconf (1.7.2-r0) 18:26:31 (10/12) Installing libsodium-dev (1.0.18-r0) 18:26:31 (11/12) Installing libzmq (4.3.3-r0) 18:26:31 (12/12) Installing zeromq-dev (4.3.3-r0) 18:26:31 Executing busybox-1.31.1-r19.trigger 18:26:31 OK: 233 MiB in 51 packages 18:26:35 Removing intermediate container d6f541722e43 18:26:35 ---> a7292eb99a65 18:26:35 Step 4/6 : WORKDIR /edgex-go 18:26:35 ---> Running in 5024078ec71c 18:26:35 Removing intermediate container 5024078ec71c 18:26:35 ---> a810c31a7b70 18:26:35 Step 5/6 : COPY go.mod . 18:26:35 ---> 1bb0eb3cc506 18:26:35 Step 6/6 : RUN go mod download 18:26:35 ---> Running in 888c1333a655 18:26:57 Removing intermediate container 888c1333a655 18:26:57 ---> 78c674f9330a 18:26:57 Successfully built 78c674f9330a 18:26:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:26:57 + docker inspect -f . ci-base-image-x86_64 18:26:57 . [Pipeline] withDockerContainer 18:26:58 prd-centos7-docker-4c-2g-21268 does not seem to be running inside a container 18:26:58 $ 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 ******** ci-base-image-x86_64 cat 18:26:58 $ docker top 1ab42de41fb0e42b636771e39e3f9d7cd5dbebe60eaa7905406385feda1a360a -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:59 + go version 18:26:59 go version go1.15.5 linux/amd64 [Pipeline] } 18:26:59 $ docker stop --time=1 1ab42de41fb0e42b636771e39e3f9d7cd5dbebe60eaa7905406385feda1a360a 18:27:00 $ docker rm -f 1ab42de41fb0e42b636771e39e3f9d7cd5dbebe60eaa7905406385feda1a360a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:27:01 + docker inspect -f . ci-base-image-x86_64 18:27:01 . [Pipeline] withDockerContainer 18:27:01 prd-centos7-docker-4c-2g-21268 does not seem to be running inside a container 18:27:01 $ 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 ******** ci-base-image-x86_64 cat 18:27:02 $ docker top 8bb41e6153e601dedf861a35b3acd7308f1b4781a61f3b382f97c6fd9bf897e8 -eo pid,comm [Pipeline] { [Pipeline] echo 18:27:02 ========================================================= 18:27:02 [edgeXBuildGoParallel] Running Tests and Build... 18:27:02 ========================================================= [Pipeline] sh 18:27:03 + make test 18:27:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:27:11 ? github.com/edgexfoundry/edgex-go [no test files] 18:27:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:27:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:27:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:27:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:27:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:27:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:27:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:27:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:27:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:27:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:27:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:27:35 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:27:35 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:27:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements 18:27:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:27:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:27:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:27:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:27:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:27:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.162s coverage: 27.0% of statements 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:27:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:27:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:27:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.118s coverage: 67.9% of statements 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:27:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.128s coverage: 82.3% of statements 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:27:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:27:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.305s coverage: 28.6% of statements 18:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:27:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements 18:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:27:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 18:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:27:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements 18:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:27:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.155s coverage: 97.5% of statements 18:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:27:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 18:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:27:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:27:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.371s coverage: 92.8% of statements 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:27:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:27:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.047s coverage: 0.1% of statements 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:27:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:27:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements 18:27:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:27:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.030s coverage: 80.8% of statements 18:27:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.106s coverage: 87.2% of statements 18:27:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 84.2% of statements 18:27:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.070s coverage: 91.4% of statements 18:27:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:27:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.188s coverage: 63.5% of statements 18:27:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:27:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:27:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 18:27:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements 18:27:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements 18:27:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 18:27:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 18:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.081s coverage: 37.0% of statements 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.275s coverage: 84.0% of statements 18:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.048s coverage: 100.0% of statements 18:27:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.1% of statements 18:27:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:27:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:27:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:27:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:27:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:27:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 18:27:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:27:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 18:27:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:27:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.739s coverage: 29.1% of statements 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:27:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:27:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:27:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:27:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.108s coverage: 100.0% of statements 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:27:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:27:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:27:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 18:27:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.024s coverage: 32.1% of statements 18:27:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements 18:27:54 GO111MODULE=on go vet ./... 18:28:16 gofmt -l . 18:28:16 [ "`gofmt -l .`" = "" ] 18:28:16 ./bin/test-go-mod-tidy.sh 18:28:16 ./bin/test-attribution-txt.sh [Pipeline] sh 18:28:17 + ls -al . 18:28:17 total 656 18:28:17 drwxrwxr-x 10 1001 1001 4096 Jan 19 18:28 . 18:28:17 drwxr-xr-x 4 root root 28 Jan 19 18:27 .. 18:28:17 -rw-rw-r-- 1 1001 1001 11 Jan 19 18:25 .dockerignore 18:28:17 drwxrwxr-x 8 1001 1001 179 Jan 19 18:25 .git 18:28:17 drwxrwxr-x 3 1001 1001 125 Jan 19 18:25 .github 18:28:17 -rw-rw-r-- 1 1001 1001 824 Jan 19 18:25 .gitignore 18:28:17 drwx------ 3 1001 1001 47 Jan 19 18:25 .semver 18:28:17 -rw-rw-r-- 1 1001 1001 166 Jan 19 18:25 .sonarcloud.properties 18:28:17 -rw-rw-r-- 1 1001 1001 7744 Jan 19 18:25 Attribution.txt 18:28:17 -rw-rw-r-- 1 1001 1001 3804 Jan 19 18:25 CONTRIBUTING.md 18:28:17 -rw-rw-r-- 1 1001 1001 931 Jan 19 18:25 Dockerfile.build 18:28:17 -rw-rw-r-- 1 1001 1001 863 Jan 19 18:25 Jenkinsfile 18:28:17 -rw-rw-r-- 1 1001 1001 10775 Jan 19 18:25 LICENSE 18:28:17 -rw-rw-r-- 1 1001 1001 5750 Jan 19 18:25 Makefile 18:28:17 -rw-rw-r-- 1 1001 1001 6524 Jan 19 18:25 README.md 18:28:17 -rw-rw-r-- 1 1001 1001 6744 Jan 19 18:25 SECURITY.md 18:28:17 -rw-rw-r-- 1 1001 1001 5 Jan 19 18:26 VERSION 18:28:17 -rw-rw-r-- 1 1001 1001 4131 Jan 19 18:25 ZMQWindows.md 18:28:17 drwxrwxr-x 2 1001 1001 117 Jan 19 18:25 bin 18:28:17 drwxrwxr-x 14 1001 1001 4096 Jan 19 18:25 cmd 18:28:17 -rw-r--r-- 1 root root 550280 Jan 19 18:27 coverage.out 18:28:17 -rw-r--r-- 1 root root 981 Jan 19 18:28 go.mod 18:28:17 -rw-r--r-- 1 root root 19436 Jan 19 18:28 go.sum 18:28:17 drwxrwxr-x 8 1001 1001 127 Jan 19 18:25 internal 18:28:17 drwxrwxr-x 4 1001 1001 26 Jan 19 18:25 openapi 18:28:17 drwxrwxr-x 4 1001 1001 71 Jan 19 18:25 snap 18:28:17 -rw-rw-r-- 1 1001 1001 168 Jan 19 18:25 version.go [Pipeline] sh 18:28:17 + '[' -e coverage.out ] 18:28:17 + chown 1001:1001 coverage.out [Pipeline] stash 18:28:17 Stashed 1 file(s) [Pipeline] sh 18:28:18 + make build 18:28:18 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 18:28:20 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 18:28:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:28:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:28:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:28:31 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 18:28:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:28:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:28:35 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 18:28:36 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 18:28:37 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 18:28:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 18:28:38 $ docker stop --time=1 8bb41e6153e601dedf861a35b3acd7308f1b4781a61f3b382f97c6fd9bf897e8 18:28:40 $ docker rm -f 8bb41e6153e601dedf861a35b3acd7308f1b4781a61f3b382f97c6fd9bf897e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:28:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:28:43 18:28:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:28:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:28:43 latest: Pulling from edgex-devops/edgex-compose 18:28:43 cbdbe7a5bc2a: Pulling fs layer 18:28:43 ca9280d653b3: Pulling fs layer 18:28:43 7e9c9ca2126c: Pulling fs layer 18:28:43 cbdbe7a5bc2a: Verifying Checksum 18:28:43 cbdbe7a5bc2a: Download complete 18:28:44 cbdbe7a5bc2a: Pull complete 18:28:44 ca9280d653b3: Verifying Checksum 18:28:44 ca9280d653b3: Download complete 18:28:45 7e9c9ca2126c: Verifying Checksum 18:28:45 7e9c9ca2126c: Download complete 18:28:45 ca9280d653b3: Pull complete 18:28:51 7e9c9ca2126c: Pull complete 18:28:51 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:28:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:28:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:28:51 prd-centos7-docker-4c-2g-21268 does not seem to be running inside a container 18:28:52 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:28:53 $ docker top 0c8e026de36208edf0144220fa928b5f8536f3cf2b18ea32ddd9006be05251a0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:28:54 + docker-compose build --help 18:28:54 + grep parallel 18:28:55 --parallel Build images in parallel. [Pipeline] } 18:28:55 $ docker stop --time=1 0c8e026de36208edf0144220fa928b5f8536f3cf2b18ea32ddd9006be05251a0 18:28:56 $ docker rm -f 0c8e026de36208edf0144220fa928b5f8536f3cf2b18ea32ddd9006be05251a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:28:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:28:57 . [Pipeline] withDockerContainer 18:28:57 prd-centos7-docker-4c-2g-21268 does not seem to be running inside a container 18:28:57 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:28:58 $ docker top 0317ccd4edf0e1ac08bd5f24504ebb1c049f2fa5de70ae0265f52a7065220a9c -eo pid,comm [Pipeline] { [Pipeline] sh 18:28:58 + docker-compose -f ./docker-compose-build.yml build --parallel 18:28:59 Building docker-core-command-go ... 18:28:59 Building docker-core-data-go ... 18:28:59 Building docker-core-metadata-go ... 18:28:59 Building docker-security-bootstrap-redis-go ... 18:28:59 Building docker-security-proxy-setup-go ... 18:28:59 Building docker-security-secretstore-setup-go ... 18:28:59 Building docker-support-notifications-go ... 18:28:59 Building docker-support-scheduler-go ... 18:28:59 Building docker-sys-mgmt-agent-go ... 18:28:59 Building docker-support-scheduler-go 18:28:59 Building docker-security-bootstrap-redis-go 18:28:59 Building docker-core-command-go 18:28:59 Building docker-support-notifications-go 18:28:59 Building docker-core-metadata-go 18:29:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:29:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:29:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 78c674f9330a 18:29:32 Step 3/22 : WORKDIR /edgex-go 18:29:32 18:29:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:29:32 ---> 78c674f9330a 18:29:32 Step 3/22 : WORKDIR /edgex-go 18:29:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:29:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:29:32 ---> 78c674f9330a 18:29:32 Step 3/24 : WORKDIR /edgex-go 18:29:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:29:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:29:32 ---> 78c674f9330a 18:29:32 Step 3/22 : WORKDIR /edgex-go 18:29:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:29:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:29:32 ---> 78c674f9330a 18:29:32 Step 3/21 : WORKDIR /edgex-go 18:29:32 ---> Running in fb01ba782b4e 18:29:32 ---> Running in bdd1d4d1535a 18:29:32 ---> Running in cb9e06e82505 18:29:32 ---> Running in bac15c286800 18:29:32 ---> Running in 110f5c7e038f 18:29:32 Removing intermediate container 110f5c7e038f 18:29:32 ---> 03b22c4f390d 18:29:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:32 Removing intermediate container fb01ba782b4e 18:29:32 ---> 62316a637f12 18:29:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:32 Removing intermediate container cb9e06e82505 18:29:32 ---> e304024088bc 18:29:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:32 Removing intermediate container bac15c286800 18:29:32 ---> 34f299ab5fff 18:29:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:32 Removing intermediate container bdd1d4d1535a 18:29:32 ---> 9edfbd2c6ab2 18:29:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:32 ---> Running in f2797af369ce 18:29:32 ---> Running in 7348a5b3c06e 18:29:32 ---> Running in 234f4fc14849 18:29:32 ---> Running in 1e3bb8e39410 18:29:32 ---> Running in e152477c3a41 18:29:32 Removing intermediate container 234f4fc14849 18:29:32 ---> 2c8c20516a08 18:29:32 Step 5/22 : RUN apk add --update --no-cache make git 18:29:32 Removing intermediate container f2797af369ce 18:29:32 ---> 70f397afc8d7 18:29:32 Step 5/22 : RUN apk add --update --no-cache make git 18:29:32 ---> Running in 32c120c7f09e 18:29:32 Removing intermediate container 1e3bb8e39410 18:29:32 ---> 50ffc5035c71 18:29:32 Step 5/22 : RUN apk add --update --no-cache make git 18:29:32 Removing intermediate container 7348a5b3c06e 18:29:32 ---> c6a079484328 18:29:32 Step 5/21 : RUN apk add --update --no-cache make git 18:29:32 ---> Running in fed82060063b 18:29:32 ---> Running in 5c99153ea87d 18:29:32 Removing intermediate container e152477c3a41 18:29:32 ---> 5350b94dd560 18:29:32 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 18:29:32 ---> Running in 076628f05aac 18:29:32 ---> Running in 5f9b9ab1ed9a 18:29:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:34 OK: 233 MiB in 51 packages 18:29:34 OK: 233 MiB in 51 packages 18:29:34 OK: 233 MiB in 51 packages 18:29:34 OK: 233 MiB in 51 packages 18:29:35 OK: 233 MiB in 51 packages 18:29:35 Removing intermediate container 32c120c7f09e 18:29:35 ---> 808005684572 18:29:35 Step 6/22 : COPY go.mod . 18:29:35 ---> 6616498b1611 18:29:35 Step 7/22 : RUN go mod download 18:29:35 Removing intermediate container fed82060063b 18:29:35 ---> 6103257b3c47 18:29:35 Step 6/22 : COPY go.mod . 18:29:35 ---> Running in ed9af008db81 18:29:36 Removing intermediate container 5c99153ea87d 18:29:36 ---> 19d091120159 18:29:36 Step 6/22 : COPY go.mod . 18:29:36 Removing intermediate container 076628f05aac 18:29:36 ---> 733f434a8564 18:29:36 Step 6/21 : COPY go.mod . 18:29:36 ---> 38bd9f40d071 18:29:36 Step 7/22 : RUN go mod download 18:29:36 Removing intermediate container 5f9b9ab1ed9a 18:29:36 ---> 6db6e72e4f0f 18:29:36 Step 6/24 : COPY go.mod . 18:29:36 ---> 13c368bde58c 18:29:36 Step 7/22 : RUN go mod download 18:29:36 ---> Running in 1d725764a233 18:29:36 ---> 527a2bea1c92 18:29:36 Step 7/21 : RUN go mod download 18:29:36 ---> Running in 1ad8fa2319d5 18:29:36 ---> 45c1f973d904 18:29:36 Step 7/24 : RUN go mod download 18:29:36 ---> Running in f7a8fe1dd3d2 18:29:37 ---> Running in e7f5258f13fd 18:29:37 Removing intermediate container ed9af008db81 18:29:37 ---> b17ed6d36f89 18:29:37 Step 8/22 : COPY . . 18:29:37 Removing intermediate container 1d725764a233 18:29:37 ---> bab6a6cf2029 18:29:37 Step 8/22 : COPY . . 18:29:43 Removing intermediate container 1ad8fa2319d5 18:29:43 ---> a5b2671c0735 18:29:43 Step 8/22 : COPY . . 18:29:44 Removing intermediate container f7a8fe1dd3d2 18:29:44 ---> 13e3f25eacd0 18:29:44 Step 8/21 : COPY . . 18:29:44 Removing intermediate container e7f5258f13fd 18:29:44 ---> 5d29ce4dd089 18:29:44 Step 8/24 : COPY . . 18:30:17 ---> 1d41503c3027 18:30:17 ---> 1db4c853b31f 18:30:17 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:30:17 Step 9/22 : RUN make cmd/core-command/core-command 18:30:17 ---> Running in f0927470df86 18:30:17 ---> Running in dcac779815fe 18:30:17 ---> 6fb5621b40f8 18:30:17 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:30:17 ---> b5fbcc0ff45c 18:30:17 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 18:30:17 ---> 3968426c5356 18:30:17 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:30:17 ---> Running in d719a50012b3 18:30:17 ---> Running in e993f8e12fb9 18:30:17 ---> Running in 813c0a5e1767 18:30:17 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 18:30:17 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 18:30:17 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 18:30:17 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 18:30:17 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 18:30:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21271 in /w/workspace/edgexfoundry_edgex-go_PR-3049 [Pipeline] { [Pipeline] ws 18:30:31 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 18:30:37 using credential edgex-jenkins-ssh 18:30:37 Cloning the remote Git repository 18:30:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:30:37 > git init /w/workspace/edgex-go/4 # timeout=10 18:30:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:30:37 > git --version # timeout=10 18:30:37 > git --version # 'git version 2.17.1' 18:30:37 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:56 Removing intermediate container dcac779815fe 18:30:56 ---> 99d80fb978f8 18:30:56 18:30:56 Step 10/22 : FROM scratch 18:30:56 ---> 18:30:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:30:56 Removing intermediate container e993f8e12fb9 18:30:56 ---> b41683e666b5 18:30:56 18:30:56 Step 10/24 : FROM scratch 18:30:56 ---> 18:30:56 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:30:56 Removing intermediate container 813c0a5e1767 18:30:56 ---> 0f73745551a5 18:30:56 18:30:56 Step 10/21 : FROM scratch 18:30:56 ---> 18:30:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:30:56 Removing intermediate container d719a50012b3 18:30:56 ---> 851377166a54 18:30:56 18:30:56 Step 10/22 : FROM alpine:3.12 18:30:56 3.12: Pulling from library/alpine 18:30:56 ---> Running in c5be4733644c 18:30:56 ---> Running in ca6aefe318c0 18:30:56 ---> Running in 3091e58ed477 18:30:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:30:56 Status: Downloaded newer image for alpine:3.12 18:30:56 ---> 389fef711851 18:30:56 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:30:56 ---> Running in 14780c731edc 18:30:56 Removing intermediate container 3091e58ed477 18:30:56 ---> dc5e8bf6adf5 18:30:56 Step 12/21 : ENV APP_PORT=48085 18:30:56 Removing intermediate container c5be4733644c 18:30:56 ---> 70aafa535062 18:30:56 Step 12/24 : ENV APP_PORT=48060 18:30:56 Removing intermediate container ca6aefe318c0 18:30:56 ---> 924691355394 18:30:56 Step 12/22 : ENV APP_PORT=48082 18:30:56 ---> Running in 6bb7744f306b 18:30:56 ---> Running in adca16e61946 18:30:56 ---> Running in db90b7a7a0d4 18:30:56 Removing intermediate container f0927470df86 18:30:56 ---> 81f70f0e392f 18:30:56 18:30:56 Step 10/22 : FROM scratch 18:30:56 ---> 18:30:56 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:30:56 ---> Using cache 18:30:56 ---> 924691355394 18:30:56 Step 12/22 : ENV APP_PORT=48081 18:30:56 ---> Running in 26fd6924c815 18:30:56 Removing intermediate container 6bb7744f306b 18:30:56 ---> c2447fd03452 18:30:56 Step 13/21 : EXPOSE $APP_PORT 18:30:56 Removing intermediate container adca16e61946 18:30:56 ---> 301829c96a24 18:30:56 Step 13/24 : EXPOSE $APP_PORT 18:30:56 ---> Running in 286653ed2995 18:30:56 Removing intermediate container db90b7a7a0d4 18:30:56 ---> f8ea0e212a29 18:30:56 Step 13/22 : EXPOSE $APP_PORT 18:30:56 ---> Running in 303aa7487515 18:30:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:56 ---> Running in 69006a624fee 18:30:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:56 Removing intermediate container 26fd6924c815 18:30:56 ---> 5687e7bf0575 18:30:56 Step 13/22 : EXPOSE $APP_PORT 18:30:56 Removing intermediate container 286653ed2995 18:30:56 ---> 09e7f5fcc5fc 18:30:56 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 18:30:56 ---> Running in 4a4492350a7f 18:30:56 Removing intermediate container 303aa7487515 18:30:56 ---> 86c2e24a969e 18:30:56 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:30:56 (1/5) Installing ca-certificates (20191127-r4) 18:30:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:30:56 (3/5) Installing libcurl (7.69.1-r3) 18:30:56 Removing intermediate container 69006a624fee 18:30:56 ---> afc24b2134b8 18:30:56 Step 14/22 : WORKDIR / 18:30:56 (4/5) Installing curl (7.69.1-r3) 18:30:56 (5/5) Installing dumb-init (1.2.2-r1) 18:30:56 Executing busybox-1.31.1-r19.trigger 18:30:56 Executing ca-certificates-20191127-r4.trigger 18:30:56 OK: 7 MiB in 19 packages 18:30:56 ---> Running in b8f8dfc8a01d 18:30:56 Removing intermediate container 4a4492350a7f 18:30:56 ---> 8fc894d3388f 18:30:56 Step 14/22 : WORKDIR / 18:30:57 ---> fbcf8a7d4faf 18:30:57 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:30:57 ---> 80b0e8236251 18:30:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:30:57 ---> Running in d8a03a9d74c8 18:30:57 Removing intermediate container b8f8dfc8a01d 18:30:57 ---> 2321f7099d65 18:30:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:30:57 Removing intermediate container d8a03a9d74c8 18:30:57 ---> 0450b87d699c 18:30:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:30:58 ---> d8edaacf3f5a 18:30:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:30:58 Removing intermediate container 14780c731edc 18:30:58 ---> 0aba3470841f 18:30:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:30:58 ---> b100c8f7eec5 18:30:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:30:58 ---> 6b4706c1cf84 18:30:58 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:30:59 ---> 86f4e07db59d 18:30:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:30:59 ---> Running in 78e9e72ee1f2 18:30:59 ---> a949068b6204 18:30:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:30:59 ---> 6bd0001d4b1f 18:30:59 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:30:59 ---> 6a4b437fa08b 18:30:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:30:59 ---> f14f0d169bfa 18:30:59 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:30:59 Removing intermediate container 78e9e72ee1f2 18:30:59 ---> 0c7ab55c410d 18:30:59 Step 13/22 : WORKDIR / 18:30:59 ---> Running in 0a883782f8a9 18:30:59 ---> Running in c89f983ebed6 18:31:01 ---> f757ebd0bec3 18:31:01 Step 18/22 : ENTRYPOINT ["/core-command"] 18:31:01 ---> af3981dbdb8c 18:31:01 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:31:01 Removing intermediate container 0a883782f8a9 18:31:01 ---> 2189fa225e30 18:31:01 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:01 ---> be5979afdeaf 18:31:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:31:01 Removing intermediate container c89f983ebed6 18:31:01 ---> 35b47dadf498 18:31:01 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:31:01 ---> Running in 5dcb64305f18 18:31:01 ---> Running in f9da51be0926 18:31:01 ---> Running in e3a9f7a9f160 18:31:01 Removing intermediate container f9da51be0926 18:31:01 ---> dd1106b5cbd7 18:31:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:01 Removing intermediate container 5dcb64305f18 18:31:01 ---> a04734fe6338 18:31:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:01 Removing intermediate container e3a9f7a9f160 18:31:01 ---> 06a8c26b0311 18:31:01 Step 19/21 : LABEL arch=x86_64 18:31:01 ---> a78faf9e108d 18:31:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:31:01 ---> 1e5f5d8b9f5c 18:31:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:31:01 ---> Running in da8835fe5f03 18:31:01 ---> Running in 409f6d79b58c 18:31:01 ---> Running in e67311b8cf36 18:31:01 Removing intermediate container da8835fe5f03 18:31:01 ---> 10fc33229f8d 18:31:01 Step 20/22 : LABEL arch=x86_64 18:31:01 ---> 2fd411fa5d54 18:31:01 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:31:01 Removing intermediate container e67311b8cf36 18:31:01 ---> 10ef741ae475 18:31:01 Step 20/21 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:31:01 Removing intermediate container 409f6d79b58c 18:31:01 ---> b9e35f31e94c 18:31:01 Step 20/22 : LABEL arch=x86_64 18:31:01 ---> 13b906f12f51 18:31:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:31:01 ---> Running in b71366a62717 18:31:01 ---> Running in 46ac8b475055 18:31:01 ---> Running in 9bf72f88f3ed 18:31:01 ---> Running in b2f4c8300f94 18:31:02 Removing intermediate container b71366a62717 18:31:02 ---> 65806b01f720 18:31:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:02 Removing intermediate container 46ac8b475055 18:31:02 ---> 7a01dc57e99c 18:31:02 Step 21/22 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:31:02 Removing intermediate container 9bf72f88f3ed 18:31:02 ---> 8c6fae354034 18:31:02 Step 21/21 : LABEL version=0.0.0 18:31:02 ---> a697e95f3da6 18:31:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:31:02 ---> Running in 866128f0d11e 18:31:02 ---> Running in a18990276a21 18:31:02 Removing intermediate container b2f4c8300f94 18:31:02 ---> 6d1593188c25 18:31:02 Step 21/22 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:31:02 ---> Running in 1f8828bfb70b 18:31:02 ---> Running in e358cdec124c 18:31:02 Removing intermediate container a18990276a21 18:31:02 ---> 76d19a7c0664 18:31:02 Step 22/22 : LABEL version=0.0.0 18:31:02 Removing intermediate container 866128f0d11e 18:31:02 ---> 8927d9c645f2 18:31:02 Step 22/24 : LABEL arch=x86_64 18:31:02 Removing intermediate container 1f8828bfb70b 18:31:02 ---> 2a73de8e2671 18:31:02 18:31:03 ---> db4ccd407670 18:31:03 Step 18/22 : RUN chmod +x entrypoint.sh 18:31:03 Successfully built 2a73de8e2671 18:31:03 ---> Running in 007436af35fc 18:31:03 Removing intermediate container e358cdec124c 18:31:03 ---> 00764a7c9bf1 18:31:03 Step 22/22 : LABEL version=0.0.0 18:31:03 Successfully tagged docker-support-scheduler-go:latest 18:31:03  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 18:31:03 ---> Running in 6adbe76a2604 18:31:03 ---> Running in 2c36a6cae3f1 18:31:03 ---> Running in 7406535d2a4e 18:31:03 Removing intermediate container 007436af35fc 18:31:03 ---> 8b6e88cda42e 18:31:03 18:31:03 Removing intermediate container 6adbe76a2604 18:31:03 ---> bed6c25615e9 18:31:03 Step 23/24 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:31:03 Removing intermediate container 7406535d2a4e 18:31:03 ---> 5a4f4b2874da 18:31:03 18:31:03 Successfully built 8b6e88cda42e 18:31:03 Successfully built 5a4f4b2874da 18:31:03 Successfully tagged docker-core-metadata-go:latest 18:31:03 Building docker-security-secretstore-setup-go 18:31:03 ---> Running in 49fea33606c2 18:31:03  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest 18:31:03 Building docker-core-data-go 18:31:04  Building docker-core-command-go ... done Removing intermediate container 49fea33606c2 18:31:04 ---> 847969111275 18:31:04 Step 24/24 : LABEL version=0.0.0 18:31:04 ---> Running in a80b66d756fc 18:31:07 Removing intermediate container a80b66d756fc 18:31:07 ---> ff33dbb06fac 18:31:07 18:31:07 Successfully built ff33dbb06fac 18:31:07 Successfully tagged docker-support-notifications-go:latest 18:31:07 Building docker-sys-mgmt-agent-go 18:31:07  Building docker-support-notifications-go ... done Removing intermediate container 2c36a6cae3f1 18:31:07 ---> 6e3e9b956d40 18:31:07 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:31:10 ---> Running in f5d24c82f1aa 18:31:11 Removing intermediate container f5d24c82f1aa 18:31:11 ---> 36e7ad7ca021 18:31:11 Step 20/22 : LABEL arch=x86_64 18:31:12 ---> Running in ca133dc9fe77 18:31:13 Removing intermediate container ca133dc9fe77 18:31:13 ---> b24b628e67a6 18:31:13 Step 21/22 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:31:13 Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 54ea9942bb2bd90c55593f11273246d37bec9a1a 18:31:13 ---> Running in 244e76250653 18:31:13 Merge succeeded, producing 54ea9942bb2bd90c55593f11273246d37bec9a1a 18:31:13 Checking out Revision 54ea9942bb2bd90c55593f11273246d37bec9a1a (PR-3049) 18:31:13 Removing intermediate container 244e76250653 18:31:13 ---> 2cff3f3b5104 18:31:13 Step 22/22 : LABEL version=0.0.0 18:31:13 ---> Running in ee46781e470f 18:31:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:31:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:31:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:31:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:31:12 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3049/head:refs/remotes/origin/PR-3049 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:31:13 > git config core.sparsecheckout # timeout=10 18:31:13 > git checkout -f 54ea9942bb2bd90c55593f11273246d37bec9a1a # timeout=10 18:31:13 > git remote # timeout=10 18:31:13 > git config --get remote.origin.url # timeout=10 18:31:13 using GIT_SSH to set credentials SSH Credentials for GitHub 18:31:13 > git merge afbeca7a1f2fb6f639bd3a1f3a358734ab321017 # timeout=10 18:31:13 > git rev-parse HEAD^{commit} # timeout=10 18:31:13 > git config core.sparsecheckout # timeout=10 18:31:13 > git checkout -f 54ea9942bb2bd90c55593f11273246d37bec9a1a # timeout=10 18:31:13 Removing intermediate container ee46781e470f 18:31:13 ---> f9377becd9a6 18:31:13 18:31:13 Successfully built f9377becd9a6 18:31:13 Successfully tagged docker-security-bootstrap-redis-go:latest 18:31:17 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:31:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:31:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:31:20 + + true 18:31:20 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:31:23 provisioning config files... 18:31:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config258346662998076943tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:31:23 ---> docker-login.sh 18:31:23 nexus3.edgexfoundry.org:10001 18:31:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:24 Configure a credential helper to remove this warning. See 18:31:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:24 18:31:24 Login Succeeded 18:31:24 nexus3.edgexfoundry.org:10002 18:31:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:25 Configure a credential helper to remove this warning. See 18:31:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:25 18:31:25 Login Succeeded 18:31:25 nexus3.edgexfoundry.org:10003 18:31:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:25 Configure a credential helper to remove this warning. See 18:31:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:25 18:31:25 Login Succeeded 18:31:25 nexus3.edgexfoundry.org:10004 18:31:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:26  Building docker-security-bootstrap-redis-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:31:26 ---> 78c674f9330a 18:31:26 Step 3/21 : WORKDIR /edgex-go 18:31:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:31:26 ---> 78c674f9330a 18:31:26 Step 3/23 : WORKDIR /edgex-go 18:31:26 ---> Using cache 18:31:26 ---> Using cache 18:31:26 ---> 34f299ab5fff 18:31:26 ---> 34f299ab5fff 18:31:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:26 18:31:26 ---> Using cache 18:31:26 ---> 50ffc5035c71 18:31:26 Step 5/21 : RUN apk add --update --no-cache make git 18:31:26 ---> Using cache 18:31:26 ---> 50ffc5035c71 18:31:26 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:31:26 ---> Using cache 18:31:26 ---> 19d091120159 18:31:26 Step 6/21 : COPY go.mod . 18:31:26 ---> Using cache 18:31:26 ---> 13c368bde58c 18:31:26 Step 7/21 : RUN go mod download 18:31:26 ---> Using cache 18:31:26 ---> a5b2671c0735 18:31:26 Step 8/21 : COPY . . 18:31:26 ---> Using cache 18:31:26 ---> b5fbcc0ff45c 18:31:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:31:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:31:26 ---> 78c674f9330a 18:31:26 Step 3/24 : WORKDIR /edgex-go 18:31:26 ---> Using cache 18:31:26 ---> 34f299ab5fff 18:31:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:26 ---> Using cache 18:31:26 ---> 50ffc5035c71 18:31:26 Step 5/24 : RUN apk add --update --no-cache make git 18:31:26 ---> Using cache 18:31:26 ---> 19d091120159 18:31:26 Step 6/24 : COPY go.mod . 18:31:26 ---> Using cache 18:31:26 ---> 13c368bde58c 18:31:26 Step 7/24 : RUN go mod download 18:31:26 ---> Using cache 18:31:26 ---> a5b2671c0735 18:31:26 Step 8/24 : COPY . . 18:31:26 ---> Using cache 18:31:26 ---> b5fbcc0ff45c 18:31:26 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:31:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:26 Configure a credential helper to remove this warning. See 18:31:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:26 18:31:26 Login Succeeded 18:31:26 docker.io 18:31:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:27 Configure a credential helper to remove this warning. See 18:31:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:27 18:31:27 Login Succeeded 18:31:27 ---> docker-login.sh ends [Pipeline] } 18:31:27 Deleting 1 temporary files 18:31:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:31:27 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:31:27 ---> 78c674f9330a 18:31:27 Step 3/26 : WORKDIR /edgex-go 18:31:27 ---> Using cache 18:31:27 ---> 34f299ab5fff 18:31:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:27 ---> Using cache 18:31:27 ---> 50ffc5035c71 18:31:27 Step 5/26 : RUN apk add --update --no-cache make bash git [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:31:27 ========================================================= 18:31:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:31:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:31:27 ---> Running in 1e7282c3082a 18:31:27 ---> Running in 79bc2620d2eb 18:31:27 ---> Running in 6af0627787e7 18:31:27 ---> Running in a4bdea7d4b8d 18:31:28 + 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 . 18:31:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:31:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:31:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:30 OK: 233 MiB in 51 packages 18:31:30 OK: 233 MiB in 51 packages 18:31:30 Sending build context to Docker daemon 165.5MB 18:31:30 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:31:30 Step 2/6 : FROM ${BASE} 18:31:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:31:30 5f621e34cdf4: Pulling fs layer 18:31:30 a4357932f1b6: Pulling fs layer 18:31:30 18c013af1878: Pulling fs layer 18:31:30 00ac8860ef70: Pulling fs layer 18:31:30 63d7cb157983: Pulling fs layer 18:31:30 b116817d02f9: Pulling fs layer 18:31:30 745a02a5169b: Pulling fs layer 18:31:30 63d7cb157983: Waiting 18:31:30 b116817d02f9: Waiting 18:31:30 745a02a5169b: Waiting 18:31:30 00ac8860ef70: Waiting 18:31:30 18c013af1878: Verifying Checksum 18:31:30 18c013af1878: Download complete 18:31:30 a4357932f1b6: Verifying Checksum 18:31:30 a4357932f1b6: Download complete 18:31:30 63d7cb157983: Verifying Checksum 18:31:30 63d7cb157983: Download complete 18:31:30 b116817d02f9: Download complete 18:31:30 5f621e34cdf4: Verifying Checksum 18:31:30 5f621e34cdf4: Download complete 18:31:31 5f621e34cdf4: Pull complete 18:31:31 Removing intermediate container 1e7282c3082a 18:31:31 ---> d564a6409625 18:31:31 Step 6/23 : COPY go.mod . 18:31:31 Removing intermediate container 79bc2620d2eb 18:31:31 ---> 21e318f123b0 18:31:31 Step 6/26 : COPY go.mod . 18:31:31 a4357932f1b6: Pull complete 18:31:32 18c013af1878: Pull complete 18:31:32 ---> ea36194a0a36 18:31:32 Step 7/23 : RUN go mod download 18:31:32 745a02a5169b: Verifying Checksum 18:31:32 745a02a5169b: Download complete 18:31:33 ---> 81839bb9beed 18:31:33 Step 7/26 : RUN go mod download 18:31:33 ---> Running in 9b30da4f624e 18:31:33 ---> Running in af62ce0effef 18:31:33 00ac8860ef70: Verifying Checksum 18:31:33 00ac8860ef70: Download complete 18:31:35 Removing intermediate container af62ce0effef 18:31:35 ---> c8d66a266a9c 18:31:35 Step 8/26 : COPY . . 18:31:35 Removing intermediate container 9b30da4f624e 18:31:35 ---> a0b3c01e85e1 18:31:35 Step 8/23 : COPY . . 18:31:44 00ac8860ef70: Pull complete 18:31:44 63d7cb157983: Pull complete 18:31:44 b116817d02f9: Pull complete 18:31:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:31:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:31:47 745a02a5169b: Pull complete 18:31:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:31:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:31:47 ---> b7e6874047d6 18:31:47 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 18:31:51 ---> Running in 6fa581d7cefa 18:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:55 (1/12) Installing libmagic (5.38-r0) 18:31:56 (2/12) Installing file (5.38-r0) 18:31:56 (3/12) Installing libc-dev (0.7.2-r3) 18:31:56 (4/12) Installing g++ (9.3.0-r2) 18:32:01 Removing intermediate container a4bdea7d4b8d 18:32:01 ---> 77706b5580f7 18:32:01 18:32:01 Step 10/24 : FROM alpine:3.12 18:32:01 Removing intermediate container 6af0627787e7 18:32:01 ---> f41d876963a6 18:32:01 18:32:01 Step 10/21 : FROM alpine:3.12 18:32:01 ---> 389fef711851 18:32:01 Step 11/21 : RUN apk add --update --no-cache curl 18:32:01 ---> 389fef711851 18:32:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:32:01 ---> Using cache 18:32:01 ---> 0aba3470841f 18:32:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:32:01 ---> Running in 3270695941e2 18:32:01 ---> b1cada685171 18:32:01 Step 9/23 : RUN make cmd/core-data/core-data 18:32:01 ---> 64457f32d749 18:32:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:32:01 ---> Running in 8c93c344e019 18:32:01 ---> Running in 57d1f5c6bb13 18:32:01 ---> Running in e9e1828db0c8 18:32:01 Removing intermediate container 3270695941e2 18:32:01 ---> d712f463c9d3 18:32:01 Step 13/24 : WORKDIR / 18:32:01 ---> Running in be5e9a28bf5b 18:32:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:32:01 Removing intermediate container be5e9a28bf5b 18:32:01 ---> bfd831362bf4 18:32:01 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:32:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:32: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 18:32:01 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 18:32:01 (1/4) Installing ca-certificates (20191127-r4) 18:32:01 ---> 180040e44410 18:32:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:32:01 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:32:01 (3/4) Installing libcurl (7.69.1-r3) 18:32:01 (4/4) Installing curl (7.69.1-r3) 18:32:01 Executing busybox-1.31.1-r19.trigger 18:32:02 Executing ca-certificates-20191127-r4.trigger 18:32:02 OK: 7 MiB in 18 packages 18:32:02 ---> 413b65a7b5e2 18:32:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:32:02 ---> 9f8bc713cd17 18:32:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:32:03 Removing intermediate container 8c93c344e019 18:32:03 ---> 69e4830bd61b 18:32:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:32:03 ---> e008bf71e73e 18:32:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:32:03 ---> Running in f0b3c8d84282 18:32:04 Removing intermediate container f0b3c8d84282 18:32:04 ---> 34f5d4db9949 18:32:04 Step 13/21 : WORKDIR /edgex 18:32:04 ---> Running in a78df36a44ca 18:32:04 ---> 58301c306115 18:32:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:32:05 Removing intermediate container a78df36a44ca 18:32:05 ---> a74b3fc8d6db 18:32:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:32:05 ---> 57219ff5cd68 18:32:05 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/ 18:32:05 ---> Running in 90aa2893f7b9 18:32:06 ---> 437a067e66fe 18:32:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:32:07 ---> fcdb0877c0ff 18:32:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:32:07 Removing intermediate container 90aa2893f7b9 18:32:07 ---> 18d74dab83b7 18:32:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:32:07 ---> Running in c7f9a710ae7a 18:32:07 ---> 99275e8b2435 18:32:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:32:07 ---> Running in f8101c5e5427 18:32:07 Removing intermediate container c7f9a710ae7a 18:32:07 ---> f30b743ff6d2 18:32:07 Step 22/24 : LABEL arch=x86_64 18:32:08 ---> Running in 5cae2be94855 18:32:08 Removing intermediate container f8101c5e5427 18:32:08 ---> 6c6b47cbfe99 18:32:08 Step 18/21 : CMD ["--init=true"] 18:32:09 ---> Running in aafca6fab81b 18:32:09 Removing intermediate container 5cae2be94855 18:32:09 ---> 3f2a1194630b 18:32:09 Step 23/24 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:32:09 ---> Running in bb56f8125bde 18:32:09 Removing intermediate container aafca6fab81b 18:32:09 ---> 465e72836375 18:32:09 Step 19/21 : LABEL arch=x86_64 18:32:09 ---> Running in aea6a783c2aa 18:32:09 Removing intermediate container bb56f8125bde 18:32:09 ---> 12513b794e14 18:32:09 Step 24/24 : LABEL version=0.0.0 18:32:09 ---> Running in 6fd8056a8443 18:32:09 Removing intermediate container aea6a783c2aa 18:32:09 ---> ba84b38dd1a3 18:32:09 Step 20/21 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:32:09 ---> Running in d6a5409f8ce8 18:32:09 Removing intermediate container 6fd8056a8443 18:32:09 ---> 9117462d780a 18:32:09 18:32:10 Successfully built 9117462d780a 18:32:10 Successfully tagged docker-security-secretstore-setup-go:latest 18:32:10  Building docker-security-secretstore-setup-go ... done Removing intermediate container d6a5409f8ce8 18:32:10 ---> 4a54cb5e1ec0 18:32:10 Step 21/21 : LABEL version=0.0.0 18:32:11 ---> Running in 866feed20f03 18:32:12 Removing intermediate container 866feed20f03 18:32:12 ---> 6a30bdcf75bd 18:32:12 18:32:12 Successfully built 6a30bdcf75bd 18:32:12 Successfully tagged docker-security-proxy-setup-go:latest 18:32:15 (5/12) Installing fortify-headers (1.1-r0) 18:32:15 (6/12) Installing patch (2.7.6-r6) 18:32:15 (7/12) Installing build-base (0.5-r2) 18:32:15 (8/12) Installing libsodium (1.0.18-r0) 18:32:15 (9/12) Installing pkgconf (1.7.2-r0) 18:32:15 (10/12) Installing libsodium-dev (1.0.18-r0) 18:32:15 (11/12) Installing libzmq (4.3.3-r0) 18:32:15 (12/12) Installing zeromq-dev (4.3.3-r0) 18:32:15 Executing busybox-1.31.1-r19.trigger 18:32:15 OK: 217 MiB in 51 packages 18:32:18  Building docker-security-proxy-setup-go ... done Removing intermediate container e9e1828db0c8 18:32:18 ---> f4e4ad66a578 18:32:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:32:19 ---> Running in 4938d264ef97 18:32:19 Removing intermediate container 6fa581d7cefa 18:32:19 ---> 7fcb47a94ba6 18:32:19 Step 4/6 : WORKDIR /edgex-go 18:32:19 ---> Running in eac8da6babc1 18:32:19 Removing intermediate container eac8da6babc1 18:32:19 ---> 8fda2ab59a45 18:32:19 Step 5/6 : COPY go.mod . 18:32:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:32:20 ---> e55d0f3af2cc 18:32:20 Step 6/6 : RUN go mod download 18:32:20 ---> Running in 59b0ffdac303 18:32:20 Removing intermediate container 4938d264ef97 18:32:20 ---> 885f723007b1 18:32:20 18:32:20 Step 11/26 : FROM docker:20.10.0 18:32:21 20.10.0: Pulling from library/docker 18:32:24 Removing intermediate container 57d1f5c6bb13 18:32:24 ---> cf140283052b 18:32:24 18:32:24 Step 10/23 : FROM alpine:3.12 18:32:24 ---> 389fef711851 18:32:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:32:24 ---> Running in 3e336c5e0b27 18:32:25 Removing intermediate container 3e336c5e0b27 18:32:25 ---> 258ef0f087fe 18:32:25 Step 12/23 : ENV APP_PORT=48080 18:32:25 ---> Running in 5f6ca5ee47e7 18:32:25 Removing intermediate container 5f6ca5ee47e7 18:32:25 ---> 5a02c58d62e1 18:32:25 Step 13/23 : EXPOSE $APP_PORT 18:32:25 ---> Running in 6517bf8205b6 18:32:26 Removing intermediate container 6517bf8205b6 18:32:26 ---> 7b178364d485 18:32:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:26 ---> Running in a8670e72ffff 18:32:27 Removing intermediate container a8670e72ffff 18:32:27 ---> 1a427d86d029 18:32:27 Step 15/23 : RUN apk add --update --no-cache zeromq 18:32:27 ---> Running in 748102d3e562 18:32:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:32:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:32:28 Status: Downloaded newer image for docker:20.10.0 18:32:28 ---> aefe523efa57 18:32:28 Step 12/26 : RUN apk add --no-cache bash 18:32:29 ---> Running in ce311291aacb 18:32:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:32:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:32:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:32:29 (1/2) Installing readline (8.0.4-r0) 18:32:30 (2/2) Installing bash (5.0.17-r0) 18:32:30 Executing bash-5.0.17-r0.post-install 18:32:30 Executing busybox-1.31.1-r19.trigger 18:32:30 OK: 12 MiB in 22 packages 18:32:30 Removing intermediate container ce311291aacb 18:32:30 ---> 7375cb70340a 18:32:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:32:30 ---> Running in 09c91cbc2410 18:32:30 Removing intermediate container 09c91cbc2410 18:32:30 ---> 3a5a62f05de1 18:32:30 Step 14/26 : ENV APP_PORT=48090 18:32:30 ---> Running in 56ddf4d8fe36 18:32:30 (1/5) Installing libgcc (9.3.0-r2) 18:32:31 Removing intermediate container 56ddf4d8fe36 18:32:31 ---> 5255d7e65e7c 18:32:31 Step 15/26 : EXPOSE $APP_PORT 18:32:31 ---> Running in 7a77c6a75873 18:32:31 Removing intermediate container 7a77c6a75873 18:32:31 ---> 3d6ba068fa48 18:32:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:32:31 (2/5) Installing libsodium (1.0.18-r0) 18:32:31 (3/5) Installing libstdc++ (9.3.0-r2) 18:32:31 ---> df3cb1941b26 18:32:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:32:32 ---> e231b3a5c51c 18:32:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:32:32 (4/5) Installing libzmq (4.3.3-r0) 18:32:32 ---> a0c7aaaa7682 18:32:32 Step 19/26 : RUN apk --no-cache add py3-pip 18:32:32 ---> Running in ab45317bd5f4 18:32:32 (5/5) Installing zeromq (4.3.3-r0) 18:32:32 Executing busybox-1.31.1-r19.trigger 18:32:32 OK: 8 MiB in 19 packages 18:32:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:32:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:32:33 (1/33) Installing libbz2 (1.0.8-r1) 18:32:33 (2/33) Installing expat (2.2.9-r1) 18:32:33 Removing intermediate container 748102d3e562 18:32:33 ---> 7fd3ffd753a4 18:32:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:32:33 (3/33) Installing libffi (3.3-r2) 18:32:33 (4/33) Installing gdbm (1.13-r1) 18:32:33 (5/33) Installing xz-libs (5.2.5-r0) 18:32:33 (6/33) Installing sqlite-libs (3.32.1-r0) 18:32:33 (7/33) Installing python3 (3.8.5-r0) 18:32:36 ---> 09d539e0e431 18:32:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:32:36 (8/33) Installing py3-appdirs (1.4.4-r1) 18:32:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:32:36 (10/33) Installing py3-parsing (2.4.7-r0) 18:32:36 (11/33) Installing py3-six (1.15.0-r0) 18:32:36 (12/33) Installing py3-packaging (20.4-r0) 18:32:36 (13/33) Installing py3-setuptools (47.0.0-r0) 18:32:36 (14/33) Installing py3-chardet (3.0.4-r4) 18:32:36 (15/33) Installing py3-idna (2.9-r0) 18:32:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:32:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:32:36 (18/33) Installing py3-requests (2.23.0-r0) 18:32:36 (19/33) Installing py3-msgpack (1.0.0-r0) 18:32:36 (20/33) Installing py3-lockfile (0.12.2-r3) 18:32:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:32:37 (22/33) Installing py3-colorama (0.4.3-r0) 18:32:37 (23/33) Installing py3-distlib (0.3.0-r0) 18:32:37 ---> c93d99f7d50a 18:32:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:32:37 (24/33) Installing py3-distro (1.5.0-r1) 18:32:37 (25/33) Installing py3-webencodings (0.5.1-r3) 18:32:37 (26/33) Installing py3-html5lib (1.0.1-r4) 18:32:37 (27/33) Installing py3-pytoml (0.1.21-r0) 18:32:37 (28/33) Installing py3-pep517 (0.8.2-r0) 18:32:37 (29/33) Installing py3-progress (1.5-r0) 18:32:37 (30/33) Installing py3-toml (0.10.1-r0) 18:32:37 (31/33) Installing py3-retrying (1.3.3-r0) 18:32:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:32:37 (33/33) Installing py3-pip (20.1.1-r0) 18:32:38 ---> ef37e6733425 18:32:38 Step 19/23 : ENTRYPOINT ["/core-data"] 18:32:38 Executing busybox-1.31.1-r19.trigger 18:32:38 OK: 71 MiB in 55 packages 18:32:38 ---> Running in 0c05aec4d9ca 18:32:39 Removing intermediate container 0c05aec4d9ca 18:32:39 ---> 906a4e9bbb27 18:32:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:32:39 ---> Running in 9cf6a042873b 18:32:39 Removing intermediate container 9cf6a042873b 18:32:39 ---> 8c3ff42b4f21 18:32:39 Step 21/23 : LABEL arch=x86_64 18:32:40 ---> Running in 79cbdacfb77e 18:32:42 Removing intermediate container 79cbdacfb77e 18:32:42 ---> 59af55cfb9d9 18:32:42 Step 22/23 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:32:43 ---> Running in 66d295bc5c05 18:32:43 Removing intermediate container ab45317bd5f4 18:32:43 ---> c02e3e303b6b 18:32:43 Step 20/26 : RUN pip install docker-compose==1.23.2 18:32:43 Removing intermediate container 66d295bc5c05 18:32:43 ---> 9a7b48dcd2dd 18:32:43 Step 23/23 : LABEL version=0.0.0 18:32:43 ---> Running in 0fffb72e442e 18:32:43 ---> Running in 9397722bb707 18:32:44 Removing intermediate container 9397722bb707 18:32:44 ---> 508062d9745d 18:32:44 18:32:44 Successfully built 508062d9745d 18:32:44 Successfully tagged docker-core-data-go:latest 18:32:45  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 18:32:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:32:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:32:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:32:45 Collecting docopt<0.7,>=0.6.1 18:32:45 Downloading docopt-0.6.2.tar.gz (25 kB) 18:32:46 Collecting docker<4.0,>=3.6.0 18:32:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:32:46 Collecting dockerpty<0.5,>=0.4.1 18:32:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:32:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:32:47 Collecting PyYAML<4,>=3.10 18:32:47 Downloading PyYAML-3.13.tar.gz (270 kB) 18:32:47 Removing intermediate container 59b0ffdac303 18:32:47 ---> 6efb52e69ce9 18:32:47 Successfully built 6efb52e69ce9 18:32:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:32:47 + docker inspect -f . ci-base-image-arm64 18:32:47 . [Pipeline] withDockerContainer 18:32:47 Collecting cached-property<2,>=1.2.0 18:32:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:32:47 Collecting texttable<0.10,>=0.9.0 18:32:47 Downloading texttable-0.9.1.tar.gz (11 kB) 18:32:48 prd-ubuntu18.04-docker-arm64-4c-16g-21271 does not seem to be running inside a container 18:32:48 $ 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 ******** ci-base-image-arm64 cat 18:32:48 Collecting websocket-client<1.0,>=0.32.0 18:32:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:32:48 Collecting jsonschema<3,>=2.5.1 18:32:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:32:48 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) 18:32:48 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) 18:32:48 Collecting idna<2.8,>=2.5 18:32:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:32:48 Collecting urllib3<1.25,>=1.21.1 18:32:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:32:49 Collecting docker-pycreds>=0.4.0 18:32:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:32:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:32:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:32:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:32:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:32:49 Installing collected packages: idna, urllib3, requests, docopt, websocket-client, docker-pycreds, docker, dockerpty, PyYAML, cached-property, texttable, jsonschema, docker-compose 18:32:49 Attempting uninstall: idna 18:32:49 Found existing installation: idna 2.9 18:32:49 Uninstalling idna-2.9: 18:32:49 Successfully uninstalled idna-2.9 18:32:49 Attempting uninstall: urllib3 18:32:49 Found existing installation: urllib3 1.25.9 18:32:49 Uninstalling urllib3-1.25.9: 18:32:49 $ docker top 927699c0b2d9d31365438f8ab4e7c54af9c2e2636b3f517ddf8a83d14571b82c -eo pid,comm 18:32:49 Successfully uninstalled urllib3-1.25.9 18:32:49 Attempting uninstall: requests 18:32:49 Found existing installation: requests 2.23.0 18:32:49 Uninstalling requests-2.23.0: 18:32:49 Successfully uninstalled requests-2.23.0 18:32:49 Running setup.py install for docopt: started [Pipeline] { [Pipeline] sh 18:32:50 Running setup.py install for docopt: finished with status 'done' 18:32:50 + go version 18:32:50 go version go1.15.5 linux/arm64 [Pipeline] } 18:32:50 $ docker stop --time=1 927699c0b2d9d31365438f8ab4e7c54af9c2e2636b3f517ddf8a83d14571b82c 18:32:50 Running setup.py install for dockerpty: started 18:32:50 Running setup.py install for dockerpty: finished with status 'done' 18:32:50 Running setup.py install for PyYAML: started 18:32:51 Running setup.py install for PyYAML: finished with status 'done' 18:32:51 Running setup.py install for texttable: started 18:32:52 Running setup.py install for texttable: finished with status 'done' 18:32:52 $ docker rm -f 927699c0b2d9d31365438f8ab4e7c54af9c2e2636b3f517ddf8a83d14571b82c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:32:53 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 18:32:53 + docker inspect -f . ci-base-image-arm64 18:32:53 . [Pipeline] withDockerContainer 18:32:53 prd-ubuntu18.04-docker-arm64-4c-16g-21271 does not seem to be running inside a container 18:32:53 $ 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 ******** ci-base-image-arm64 cat 18:32:55 $ docker top 5863d89974407dcd91552d637ae9b7cbf47304166a0b1797af99bc28d4d7ce65 -eo pid,comm [Pipeline] { [Pipeline] echo 18:32:55 ========================================================= 18:32:55 [edgeXBuildGoParallel] Running Tests and Build... 18:32:55 ========================================================= [Pipeline] sh 18:32:56 + make test 18:32:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:32:56 Removing intermediate container 0fffb72e442e 18:32:56 ---> c106d7f25163 18:32:56 Step 21/26 : RUN apk --no-cache add curl 18:32:56 ---> Running in d5e57c31904b 18:32:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:32:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:32:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:32:57 (2/3) Installing libcurl (7.69.1-r3) 18:32:57 (3/3) Installing curl (7.69.1-r3) 18:32:57 Executing busybox-1.31.1-r19.trigger 18:32:57 OK: 72 MiB in 58 packages 18:32:57 Removing intermediate container d5e57c31904b 18:32:57 ---> da25e3c9d709 18:32:57 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:32:57 ---> Running in bfb79ef050cf 18:32:57 Removing intermediate container bfb79ef050cf 18:32:57 ---> 14ee082be5b3 18:32:57 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:32:57 ---> Running in 7ad9c23d35ee 18:32:58 Removing intermediate container 7ad9c23d35ee 18:32:58 ---> c9b9c9878798 18:32:58 Step 24/26 : LABEL arch=x86_64 18:32:58 ---> Running in 97314a81ad5b 18:32:58 Removing intermediate container 97314a81ad5b 18:32:58 ---> df7b4b1fdf3a 18:32:58 Step 25/26 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:32:58 ---> Running in 8ae3691f8a9f 18:32:58 Removing intermediate container 8ae3691f8a9f 18:32:58 ---> d7ddb1ef06b0 18:32:58 Step 26/26 : LABEL version=0.0.0 18:32:58 ---> Running in 240c9ca89353 18:32:58 Removing intermediate container 240c9ca89353 18:32:58 ---> e2cb0fc08704 18:32:58 18:32:58 Successfully built e2cb0fc08704 18:32:58 Successfully tagged docker-sys-mgmt-agent-go:latest 18:32:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:32:59 $ docker stop --time=1 0317ccd4edf0e1ac08bd5f24504ebb1c049f2fa5de70ae0265f52a7065220a9c 18:33:01 $ docker rm -f 0317ccd4edf0e1ac08bd5f24504ebb1c049f2fa5de70ae0265f52a7065220a9c [Pipeline] // withDockerContainer [Pipeline] sh 18:33:01 + docker images 18:33:01 + grep docker 18:33:02 docker-sys-mgmt-agent-go latest e2cb0fc08704 3 seconds ago 313MB 18:33:02 docker-core-data-go latest 508062d9745d 18 seconds ago 22.3MB 18:33:02 docker-security-proxy-setup-go latest 6a30bdcf75bd 50 seconds ago 24.4MB 18:33:02 docker-security-secretstore-setup-go latest 9117462d780a 52 seconds ago 24.6MB 18:33:02 docker-security-bootstrap-redis-go latest f9377becd9a6 About a minute ago 15.8MB 18:33:02 docker-support-notifications-go latest ff33dbb06fac About a minute ago 12MB 18:33:02 docker-core-command-go latest 5a4f4b2874da About a minute ago 10.6MB 18:33:02 docker-core-metadata-go latest 8b6e88cda42e About a minute ago 13.1MB 18:33:02 docker-support-scheduler-go latest 2a73de8e2671 About a minute ago 10.7MB 18:33:02 docker 20.10.0 aefe523efa57 5 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 18:33:17 Still waiting to schedule task 18:33:17 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:33:18 ? github.com/edgexfoundry/edgex-go [no test files] 18:33:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:34:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:34:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:34:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:34:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:34:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:34:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:34:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:34:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:34:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:34:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:34:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:34:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:34:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.244s coverage: 46.6% of statements 18:34:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:34:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:34:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:34:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:34:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.498s coverage: 27.0% of statements 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.221s coverage: 67.9% of statements 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.341s coverage: 82.3% of statements 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.123s coverage: 28.6% of statements 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.219s coverage: 100.0% of statements 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.284s coverage: 86.7% of statements 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.319s coverage: 97.5% of statements 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:34:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.128s coverage: 78.3% of statements 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:34:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:34:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.243s coverage: 92.8% of statements 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:34:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:34:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.122s coverage: 75.5% of statements 18:34:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 18:34:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements 18:34:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.151s coverage: 84.2% of statements 18:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.210s coverage: 91.4% of statements 18:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.572s coverage: 63.5% of statements 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:34:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 18:34:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 18:35:00 Running on prd-ubuntu18.04-docker-8c-8g-21274 in /w/workspace/edgexfoundry_edgex-go_PR-3049 [Pipeline] { 18:35:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [Pipeline] ws 18:35:00 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 18:35:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements 18:35:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements 18:35:03 using credential edgex-jenkins-ssh 18:35:03 Cloning the remote Git repository 18:35:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:35:03 > git init /w/workspace/edgex-go/4 # timeout=10 18:35:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:35:03 > git --version # timeout=10 18:35:03 > git --version # 'git version 2.17.1' 18:35:03 using GIT_SSH to set credentials SSH Credentials for GitHub 18:35:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:35:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.801s coverage: 68.9% of statements 18:35:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:35:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:35:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:35:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:35:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.331s coverage: 37.0% of statements 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:35:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.616s coverage: 84.0% of statements 18:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements 18:35:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.363s coverage: 47.1% of statements 18:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:35:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements 18:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:35:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements 18:35:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:35:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:35:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:35:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:35:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:35:13 using GIT_SSH to set credentials SSH Credentials for GitHub 18:35:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3049/head:refs/remotes/origin/PR-3049 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:35:13 Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 54ea9942bb2bd90c55593f11273246d37bec9a1a 18:35:13 Merge succeeded, producing 54ea9942bb2bd90c55593f11273246d37bec9a1a 18:35:13 Checking out Revision 54ea9942bb2bd90c55593f11273246d37bec9a1a (PR-3049) 18:35:13 > git config core.sparsecheckout # timeout=10 18:35:13 > git checkout -f 54ea9942bb2bd90c55593f11273246d37bec9a1a # timeout=10 18:35:13 > git remote # timeout=10 18:35:13 > git config --get remote.origin.url # timeout=10 18:35:13 using GIT_SSH to set credentials SSH Credentials for GitHub 18:35:13 > git merge afbeca7a1f2fb6f639bd3a1f3a358734ab321017 # timeout=10 18:35:13 > git rev-parse HEAD^{commit} # timeout=10 18:35:13 > git config core.sparsecheckout # timeout=10 18:35:13 > git checkout -f 54ea9942bb2bd90c55593f11273246d37bec9a1a # timeout=10 18:35:17 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:35:18 + echo snap-build.sh 18:35:18 snap-build.sh 18:35:18 + SNAP_BASE_DIR=. 18:35:18 + '[' '!' -z /w/workspace/edgex-go/4 ']' 18:35:18 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 18:35:18 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 18:35:18 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 18:35:18 + cd /w/workspace/edgex-go/4 18:35:18 + sudo apt-get remove -qy --purge lxd lxd-client 18:35:18 Reading package lists... 18:35:18 Building dependency tree... 18:35:18 Reading state information... 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.123s coverage: 29.1% of statements 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.203s coverage: 99.0% of statements 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.074s coverage: 87.9% of statements 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:35:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.110s coverage: 100.0% of statements 18:35:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 18:35:18 The following packages were automatically installed and are no longer required: 18:35:18 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:35:18 uidmap xdelta3 18:35:18 Use 'sudo apt autoremove' to remove them. 18:35:18 The following packages will be REMOVED: 18:35:18 lxd* lxd-client* 18:35:19 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:35:19 After this operation, 31.7 MB disk space will be freed. 18:35:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 18:35:20 (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.) 18:35:20 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:35:20 GO111MODULE=on go vet ./... 18:35:21 Removing lxd dnsmasq configuration 18:35:21 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:35:21 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:35:22 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:35:22 (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.) 18:35:22 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:35:23 Processing triggers for systemd (237-3ubuntu10.42) ... 18:35:23 Processing triggers for ureadahead (0.100.0-21) ... 18:35:25 + sudo snap remove --purge lxd 18:35:25 snap "lxd" is not installed 18:35:25 + sudo groupadd --force --system lxd 18:35:25 ++ whoami 18:35:25 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:35:25 + newgrp - lxd 18:35:25 + sudo snap install lxd 18:35:35 2021-01-19T18:35:32Z INFO Waiting for automatic snapd restart... 18:35:50 lxd 4.10 from Canonical* installed 18:35:50 + sudo lxd init --auto 18:35:58 + sudo snap install --classic snapcraft 18:36:05 snapcraft 4.4.4 from Canonical* installed 18:36:05 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:36:05 + patch --verbose -p1 18:36:05 Hmm... Looks like a unified diff to me... 18:36:05 The text leading up to this was: 18:36:05 -------------------------- 18:36:05 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:36:05 |From: Tony Espy 18:36:05 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:36:05 |Subject: [PATCH] optimize snap build for pipeline CI check 18:36:05 | 18:36:05 |This patch is used by the EdgeX CI pipeline builds to 18:36:05 |optimize the snap CI check run for pull requests. When 18:36:05 |applied, it essentially strips out everything (apps and 18:36:05 |parts) from the snapcraft.yaml file except those required 18:36:05 |to build edgex-go, as the whole idea of the CI check is to 18:36:05 |catch changes to edgex-go that break the snap build. 18:36:05 | 18:36:05 |In general, anyone updating snapcraft.yaml will also need 18:36:05 |to update this patch file, otherwise it may fail to apply, 18:36:05 |resulting in a failed snap build CI check in the associated 18:36:05 |pull request. 18:36:05 | 18:36:05 |Note - in addition to applying this patch, the pipeline also 18:36:05 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:36:05 |need to build the finally binary .snap file (and it won't 18:36:05 |work with the patch applied). This further reduces the build 18:36:05 |time. 18:36:05 |--- 18:36:05 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:36:05 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:36:05 | 18:36:05 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:36:05 |index 1e537489..faf42425 100644 18:36:05 |--- a/snap/snapcraft.yaml 18:36:05 |+++ b/snap/snapcraft.yaml 18:36:05 -------------------------- 18:36:05 patching file snap/snapcraft.yaml 18:36:05 Using Plan A... 18:36:05 Hunk #1 succeeded at 73. 18:36:05 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 18:36:05 Hunk #3 succeeded at 214 (offset -1 lines). 18:36:05 Hunk #4 succeeded at 222 (offset -1 lines). 18:36:05 Hunk #5 succeeded at 229 (offset -1 lines). 18:36:05 Hunk #6 succeeded at 256 (offset -1 lines). 18:36:05 Hunk #7 succeeded at 290 (offset -1 lines). 18:36:05 Hunk #8 succeeded at 342. 18:36:05 Hmm... Ignoring the trailing garbage. 18:36:05 done 18:36:05 + sudo snapcraft prime --use-lxd 18:36:06 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:36:06 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: 18:36:06 - README.md 18:36:06 - snapcraft.yaml.orig 18:36:06 18:36:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:36:07 Launching a container. 18:36:19 Waiting for container to be ready 18:36:19 To start your first instance, try: lxc launch ubuntu:18.04 18:36:19 18:36:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:36:21 Waiting for network to be ready... 18:36:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:36:22 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:36:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 18:36:22 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:36:22 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:36:23 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:36:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:36:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:36:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:36:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:36:23 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:36:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 18:36:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 18:36:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 18:36:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 18:36:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 18:36:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 18:36:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 18:36:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:36:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 18:36:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 18:36:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 18:36:24 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 18:36:24 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 18:36:24 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 18:36:24 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 18:36:24 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 18:36:26 Fetched 23.8 MB in 4s (5603 kB/s) 18:36:27 Reading package lists... 18:36:27 Reading package lists... 18:36:27 Building dependency tree... 18:36:27 Reading state information... 18:36:27 The following additional packages will be installed: 18:36:27 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:36:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:36:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:36:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:36:27 Suggested packages: 18:36:27 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:36:27 Recommended packages: 18:36:27 gnupg libsasl2-modules 18:36:27 The following NEW packages will be installed: 18:36:27 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:36:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:36:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:36:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:36:27 The following packages will be upgraded: 18:36:27 gpg gpg-agent gpgconf libudev1 18:36:27 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 18:36:27 Need to get 3533 kB of archives. 18:36:27 After this operation, 13.3 MB of additional disk space will be used. 18:36:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 18:36:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 18:36:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 18:36:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 18:36:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:36:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 18:36:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 18:36:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 18:36:27 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 18:36:28 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 18:36:28 gofmt -l . 18:36:28 [ "`gofmt -l .`" = "" ] 18:36:28 ./bin/test-go-mod-tidy.sh 18:36:28 ./bin/test-attribution-txt.sh 18:36:28 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:36:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:36:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:36:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:36:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:36:28 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:36:28 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:36:28 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:36:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:36:28 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:36:28 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:36:28 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:36:29 debconf: delaying package configuration, since apt-utils is not installed 18:36:29 Fetched 3533 kB in 1s (3379 kB/s) 18:36:29 (Reading database ... 12511 files and directories currently installed.) 18:36:29 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 18:36:29 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:36:29 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 18:36:29 Selecting previously unselected package udev. 18:36:29 (Reading database ... 12511 files and directories currently installed.) 18:36:29 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 18:36:29 Unpacking udev (237-3ubuntu10.44) ... 18:36:29 Selecting previously unselected package libfuse2:amd64. 18:36:29 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:36:29 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:36:29 Selecting previously unselected package fuse. 18:36:29 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:36:29 Unpacking fuse (2.9.7-1ubuntu1) ... [Pipeline] sh 18:36:29 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 18:36:29 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:36:29 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 18:36:29 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:36:30 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 18:36:30 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:36:30 Selecting previously unselected package libksba8:amd64. 18:36:30 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:36:30 Unpacking libksba8:amd64 (1.3.5-2) ... 18:36:30 + ls -al . 18:36:30 total 684 18:36:30 drwxrwxr-x 9 1001 1001 4096 Jan 19 18:36 . 18:36:30 drwxr-xr-x 4 root root 4096 Jan 19 18:32 .. 18:36:30 -rw-rw-r-- 1 1001 1001 11 Jan 19 18:31 .dockerignore 18:36:30 drwxrwxr-x 8 1001 1001 4096 Jan 19 18:31 .git 18:36:30 drwxrwxr-x 3 1001 1001 4096 Jan 19 18:31 .github 18:36:30 -rw-rw-r-- 1 1001 1001 824 Jan 19 18:31 .gitignore 18:36:30 -rw-rw-r-- 1 1001 1001 166 Jan 19 18:31 .sonarcloud.properties 18:36:30 -rw-rw-r-- 1 1001 1001 7744 Jan 19 18:31 Attribution.txt 18:36:30 -rw-rw-r-- 1 1001 1001 3804 Jan 19 18:31 CONTRIBUTING.md 18:36:30 -rw-rw-r-- 1 1001 1001 931 Jan 19 18:31 Dockerfile.build 18:36:30 -rw-rw-r-- 1 1001 1001 863 Jan 19 18:31 Jenkinsfile 18:36:30 -rw-rw-r-- 1 1001 1001 10775 Jan 19 18:31 LICENSE 18:36:30 -rw-rw-r-- 1 1001 1001 5750 Jan 19 18:31 Makefile 18:36:30 -rw-rw-r-- 1 1001 1001 6524 Jan 19 18:31 README.md 18:36:30 -rw-rw-r-- 1 1001 1001 6744 Jan 19 18:31 SECURITY.md 18:36:30 -rw-rw-r-- 1 1001 1001 5 Jan 19 18:26 VERSION 18:36:30 -rw-rw-r-- 1 1001 1001 4131 Jan 19 18:31 ZMQWindows.md 18:36:30 drwxrwxr-x 2 1001 1001 4096 Jan 19 18:31 bin 18:36:30 drwxrwxr-x 14 1001 1001 4096 Jan 19 18:31 cmd 18:36:30 -rw-r--r-- 1 root root 550280 Jan 19 18:35 coverage.out 18:36:30 -rw-r--r-- 1 root root 981 Jan 19 18:36 go.mod 18:36:30 -rw-r--r-- 1 root root 19436 Jan 19 18:36 go.sum 18:36:30 drwxrwxr-x 8 1001 1001 4096 Jan 19 18:31 internal 18:36:30 drwxrwxr-x 4 1001 1001 4096 Jan 19 18:31 openapi 18:36:30 drwxrwxr-x 4 1001 1001 4096 Jan 19 18:31 snap 18:36:30 -rw-rw-r-- 1 1001 1001 168 Jan 19 18:31 version.go [Pipeline] sh 18:36:30 Selecting previously unselected package libroken18-heimdal:amd64. 18:36:30 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:36:30 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:30 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:36:30 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:36:30 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:30 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:36:30 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:36:30 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:30 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:36:30 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:36:30 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:30 Selecting previously unselected package libwind0-heimdal:amd64. 18:36:30 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:36:30 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:30 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:36:30 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:36:30 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:30 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:36:30 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:36:30 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:30 + '[' -e coverage.out ] 18:36:30 + chown 1001:1001 coverage.out [Pipeline] stash 18:36:30 Warning: overwriting stash ‘coverage-report’ 18:36:31 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:36:31 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:36:31 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:31 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:36:31 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:36:31 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:31 Selecting previously unselected package libsasl2-modules-db:amd64. 18:36:31 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:36:31 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:36:31 Selecting previously unselected package libsasl2-2:amd64. 18:36:31 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:36:31 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:36:31 Selecting previously unselected package libldap-common. 18:36:31 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 18:36:31 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:36:31 Selecting previously unselected package libldap-2.4-2:amd64. 18:36:31 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 18:36:31 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:36:31 Selecting previously unselected package dirmngr. 18:36:31 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 18:36:31 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 18:36:31 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:36:31 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 18:36:31 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:36:31 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:36:31 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:36:31 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 18:36:31 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:31 Setting up libksba8:amd64 (1.3.5-2) ... 18:36:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:36:32 Stashed 1 file(s) [Pipeline] sh 18:36:32 Setting up udev (237-3ubuntu10.44) ... 18:36:32 invoke-rc.d: policy-rc.d denied execution of start. 18:36:32 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:32 + make build 18:36:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:36:32 Processing triggers for systemd (237-3ubuntu10) ... 18:36:32 Setting up fuse (2.9.7-1ubuntu1) ... 18:36:32 Setting up gpg (2.2.4-1ubuntu1.3) ... 18:36:32 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:32 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:32 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:32 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:32 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:32 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:32 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:36:32 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:36:32 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 18:36:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:36:33 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:36:33 settings in the [Install] section, and DefaultInstance for template units). 18:36:33 This means they are not meant to be enabled using systemctl. 18:36:33 Possible reasons for having this kind of units are: 18:36:33 1) A unit may be statically enabled by being symlinked from another unit's 18:36:33 .wants/ or .requires/ directory. 18:36:33 2) A unit's purpose may be to act as a helper for some other unit which has 18:36:33 a requirement dependency on it. 18:36:33 3) A unit may be started when needed via activation (socket, path, timer, 18:36:33 D-Bus, udev, scripted systemctl call, ...). 18:36:33 4) In case of template units, the unit is meant to be enabled with some 18:36:33 instance name specified. 18:36:33 Reading package lists... 18:36:33 Building dependency tree... 18:36:33 Reading state information... 18:36:34 The following additional packages will be installed: 18:36:34 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:36:34 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:36:34 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:36:34 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:36:34 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:36:34 Suggested packages: 18:36:34 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:36:34 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:36:34 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:36:34 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:36:34 systemd-container policykit-1 18:36:34 Recommended packages: 18:36:34 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:36:34 The following NEW packages will be installed: 18:36:34 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:36:34 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:36:34 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:36:34 multiarch-support openssh-client python3 python3-minimal python3.6 18:36:34 python3.6-minimal snapd squashfs-tools sudo 18:36:34 The following packages will be upgraded: 18:36:34 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:36:34 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 18:36:34 Need to get 35.2 MB of archives. 18:36:34 After this operation, 141 MB of additional disk space will be used. 18:36:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:36:34 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 18:36:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:36:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 18:36:34 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 18:36:34 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:36:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:36:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:36:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 18:36:34 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:36:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:36:34 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:36:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:36:34 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 18:36:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:36:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 18:36:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 18:36:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:36:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:36:35 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:36:35 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 18:36:35 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 18:36:35 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:36:35 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:36:35 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:36:35 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:36:35 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:36:35 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:36:35 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 18:36:35 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:36:36 debconf: delaying package configuration, since apt-utils is not installed 18:36:36 Fetched 35.2 MB in 2s (16.8 MB/s) 18:36:36 (Reading database ... 12757 files and directories currently installed.) 18:36:36 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 18:36:36 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:36:37 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 18:36:37 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:36:37 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 18:36:37 (Reading database ... 12757 files and directories currently installed.) 18:36:37 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:36:37 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:36:37 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:36:37 (Reading database ... 12757 files and directories currently installed.) 18:36:37 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:36:37 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:36:37 Setting up apt (1.6.12ubuntu0.2) ... 18:36:37 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:36:38 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:36:38 (Reading database ... 12764 files and directories currently installed.) 18:36:38 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:36:38 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:36:38 Selecting previously unselected package libpython3.6-minimal:amd64. 18:36:38 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:36:38 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:36:39 Selecting previously unselected package libexpat1:amd64. 18:36:39 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:36:39 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:36:39 Selecting previously unselected package python3.6-minimal. 18:36:39 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:36:39 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:36:39 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 18:36:39 Checking for services that may need to be restarted...done. 18:36:39 Checking for services that may need to be restarted...done. 18:36:39 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:36:39 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:36:40 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:36:40 Selecting previously unselected package python3-minimal. 18:36:40 (Reading database ... 13012 files and directories currently installed.) 18:36:40 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:36:40 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:36:40 Selecting previously unselected package mime-support. 18:36:40 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:36:40 Unpacking mime-support (3.60ubuntu1) ... 18:36:40 Selecting previously unselected package libmpdec2:amd64. 18:36:40 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:36:40 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:36:40 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:36:40 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:36:40 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:36:40 Selecting previously unselected package python3.6. 18:36:40 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:36:40 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:36:41 Selecting previously unselected package libpython3-stdlib:amd64. 18:36:41 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:36:41 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:36:41 Setting up python3-minimal (3.6.7-1~18.04) ... 18:36:41 Selecting previously unselected package python3. 18:36:41 (Reading database ... 13442 files and directories currently installed.) 18:36:41 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:36:41 Unpacking python3 (3.6.7-1~18.04) ... 18:36:41 Selecting previously unselected package multiarch-support. 18:36:41 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:36:41 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:36:41 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:36:41 Selecting previously unselected package liblzo2-2:amd64. 18:36:41 (Reading database ... 13479 files and directories currently installed.) 18:36:41 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:36:41 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:36:41 Selecting previously unselected package libbsd0:amd64. 18:36:41 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:36:41 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:36:41 Selecting previously unselected package sudo. 18:36:41 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 18:36:41 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 18:36:42 Selecting previously unselected package apparmor. 18:36:42 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:36:42 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:36:42 Selecting previously unselected package libedit2:amd64. 18:36:42 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:36:42 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:36:42 Selecting previously unselected package libkrb5support0:amd64. 18:36:42 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:36:42 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:36:42 Selecting previously unselected package libk5crypto3:amd64. 18:36:42 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:36:42 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:36:42 Selecting previously unselected package libkeyutils1:amd64. 18:36:42 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:36:42 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:36:42 Selecting previously unselected package libkrb5-3:amd64. 18:36:42 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:36:42 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:36:42 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:36:42 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:36:42 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:36:42 Selecting previously unselected package libssl1.0.0:amd64. 18:36:42 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 18:36:42 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:36:43 Selecting previously unselected package openssh-client. 18:36:43 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:36:43 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:36:43 Selecting previously unselected package squashfs-tools. 18:36:43 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:36:43 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:36:43 Selecting previously unselected package snapd. 18:36:43 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 18:36:43 Unpacking snapd (2.48+18.04) ... 18:36:45 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 18:36:45 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:36:45 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:36:45 Setting up mime-support (3.60ubuntu1) ... 18:36:45 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 18:36:45 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:36:45 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:36:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:36:45 Setting up systemd (237-3ubuntu10.44) ... 18:36:45 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:36:46 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:36:46 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:36:46 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:36:46 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:36:46 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:36:46 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:36:47 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:36:47 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:36:47 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:36:47 Setting up python3 (3.6.7-1~18.04) ... 18:36:47 running python rtupdate hooks for python3.6... 18:36:47 running python post-rtupdate hooks for python3.6... 18:36:47 Setting up apparmor (2.12-4ubuntu5.1) ... 18:36:48 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:36:48 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:36:48 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:36:49 Setting up snapd (2.48+18.04) ... 18:36:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:36:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:36:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:36:49 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:36:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:36:50 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:36:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:36:50 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:36:50 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:36:51 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:36:51 /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' 18:36:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:36:51 Processing triggers for systemd (237-3ubuntu10.44) ... 18:36:51 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:36:52 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:36:52 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:36:53 Reading package lists... 18:36:53 Reading package lists... 18:36:53 Building dependency tree... 18:36:53 Reading state information... 18:36:53 Calculating upgrade... 18:36:53 The following packages will be upgraded: 18:36:53 advancecomp base-files bash binutils binutils-common 18:36:53 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:36:53 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:36:53 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 18:36:53 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 18:36:53 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 18:36:53 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 18:36:53 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 18:36:53 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 18:36:53 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 18:36:53 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 18:36:53 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 18:36:53 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 18:36:53 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 18:36:53 ubuntu-keyring util-linux 18:36:54 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:36:54 Need to get 63.7 MB of archives. 18:36:54 After this operation, 5203 kB of additional disk space will be used. 18:36:54 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:36:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 18:36:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:36:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:36:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:36:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:36:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:36:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:36:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:36:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:36:55 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:36:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:36:55 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:36:55 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:36:55 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:36:55 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:36:55 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:36:55 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:36:55 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:36:55 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:36:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:36:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:36:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:36:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:36:55 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:36:55 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:36:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:36:55 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:36:55 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:36:55 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:36:55 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:36:55 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:36:55 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:36:55 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:36:55 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:36:55 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:36:55 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:36:55 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:36:55 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:36:55 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:36:55 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:36:55 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:36:55 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:36:55 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:36:55 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:36:55 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:36:55 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:36:55 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 18:36:55 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:36:55 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:36:55 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:36:55 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:36:55 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:36:55 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:36:55 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:36:55 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:36:55 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:36:55 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:36:55 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:36:55 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:36:55 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 18:36:55 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:36:55 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 18:36:55 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:36:55 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:36:55 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:36:55 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:36:55 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:36:55 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:36:55 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:36:55 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:36:55 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:36:55 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 18:36:55 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 18:36:55 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:36:55 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:36:55 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:36:55 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 18:36:55 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:36:56 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:36:56 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] 18:36:56 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 18:36:56 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 18:36:56 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 18:36:56 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:36:56 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:36:56 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:36:56 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:36:56 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:36:56 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:36:56 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:36:56 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:36:57 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:36:57 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:36:57 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:36:57 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:36:57 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:36:57 debconf: delaying package configuration, since apt-utils is not installed 18:36:57 Fetched 63.7 MB in 3s (20.3 MB/s) 18:36:57 (Reading database ... 13912 files and directories currently installed.) 18:36:57 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:36:57 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:36:57 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:36:57 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:36:57 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 18:36:58 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 18:36:58 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:36:58 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:36:59 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:36:59 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:36:59 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:36:59 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:36:59 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:36:59 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:36:59 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:36:59 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:36:59 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:36:59 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:36:59 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:36:59 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:36:59 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:37:00 (Reading database ... 13911 files and directories currently installed.) 18:37:00 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:37:00 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:37:00 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:37:00 (Reading database ... 13911 files and directories currently installed.) 18:37:00 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:37:00 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:37:00 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:37:00 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:37:00 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:37:00 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:37:00 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:37:00 (Reading database ... 13911 files and directories currently installed.) 18:37:00 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:37:01 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:37:01 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:37:01 (Reading database ... 13911 files and directories currently installed.) 18:37:01 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:37:01 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:37:01 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:37:01 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:37:01 Setting up base-files (10.1ubuntu2.10) ... 18:37:01 Installing new version of config file /etc/issue ... 18:37:01 Installing new version of config file /etc/issue.net ... 18:37:01 Installing new version of config file /etc/lsb-release ... 18:37:01 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:37:02 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:37:02 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:37:02 Removing obsolete conffile /etc/default/motd-news ... 18:37:02 (Reading database ... 13912 files and directories currently installed.) 18:37:02 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:37:02 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:37:02 Setting up bash (4.4.18-2ubuntu1.2) ... 18:37:02 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 18:37:02 (Reading database ... 13912 files and directories currently installed.) 18:37:02 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:37:02 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:37:02 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:37:03 (Reading database ... 13912 files and directories currently installed.) 18:37:03 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:37:03 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:37:03 Setting up tar (1.29b-2ubuntu0.2) ... 18:37:03 (Reading database ... 13912 files and directories currently installed.) 18:37:03 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:37:03 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:37:03 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:37:03 (Reading database ... 13912 files and directories currently installed.) 18:37:03 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:37:03 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:37:03 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:37:03 (Reading database ... 13912 files and directories currently installed.) 18:37:03 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:37:04 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:37:04 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:37:04 (Reading database ... 13912 files and directories currently installed.) 18:37:04 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:37:04 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:37:04 Setting up grep (3.1-2build1) ... 18:37:04 (Reading database ... 13912 files and directories currently installed.) 18:37:04 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:37:04 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:37:04 Setting up login (1:4.5-1ubuntu2) ... 18:37:04 (Reading database ... 13912 files and directories currently installed.) 18:37:04 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:37:04 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:37:04 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:37:05 (Reading database ... 13912 files and directories currently installed.) 18:37:05 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:37:05 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:37:05 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:37:05 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:37:05 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:37:05 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:37:06 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:37:06 (Reading database ... 13912 files and directories currently installed.) 18:37:06 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:37:06 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:37:07 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:37:07 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:37:07 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:37:07 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:37:07 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:37:07 (Reading database ... 13912 files and directories currently installed.) 18:37:07 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:37:07 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:37:07 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:37:07 (Reading database ... 13912 files and directories currently installed.) 18:37:07 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:37:07 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:37:07 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:37:08 (Reading database ... 13912 files and directories currently installed.) 18:37:08 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:37:08 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:37:08 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:37:08 (Reading database ... 13912 files and directories currently installed.) 18:37:08 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:37:08 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:37:08 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:37:08 (Reading database ... 13912 files and directories currently installed.) 18:37:08 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:37:08 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:37:08 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:37:08 (Reading database ... 13912 files and directories currently installed.) 18:37:08 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:37:08 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:37:08 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:37:08 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:37:08 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:37:09 (Reading database ... 13912 files and directories currently installed.) 18:37:09 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:37:09 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:37:09 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:37:09 (Reading database ... 13912 files and directories currently installed.) 18:37:09 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:37:09 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:37:09 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:37:09 (Reading database ... 13912 files and directories currently installed.) 18:37:09 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:37:09 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:37:09 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:37:09 (Reading database ... 13912 files and directories currently installed.) 18:37:09 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:37:10 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:37:10 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:37:10 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:37:10 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:37:11 (Reading database ... 13912 files and directories currently installed.) 18:37:11 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:37:11 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:37:11 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:37:11 (Reading database ... 13912 files and directories currently installed.) 18:37:11 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:37:11 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:37:11 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:37:11 (Reading database ... 13914 files and directories currently installed.) 18:37:11 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:37:11 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:37:11 Setting up debconf (1.5.66ubuntu1) ... 18:37:11 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 18:37:11 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 18:37:12 (Reading database ... 13914 files and directories currently installed.) 18:37:12 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:37:12 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:37:12 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:37:12 (Reading database ... 13914 files and directories currently installed.) 18:37:12 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:37:12 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:37:12 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:37:12 (Reading database ... 13914 files and directories currently installed.) 18:37:12 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:37:12 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:37:12 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:37:13 (Reading database ... 13914 files and directories currently installed.) 18:37:13 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:37:13 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:37:13 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 18:37:13 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:37:13 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:37:13 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:37:13 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:37:13 (Reading database ... 13914 files and directories currently installed.) 18:37:13 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:37:13 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:37:13 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:37:13 (Reading database ... 13914 files and directories currently installed.) 18:37:13 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:37:13 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:37:14 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:37:14 (Reading database ... 13914 files and directories currently installed.) 18:37:14 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:37:14 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:37:14 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:37:14 (Reading database ... 13914 files and directories currently installed.) 18:37:14 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 18:37:14 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 18:37:14 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 18:37:15 (Reading database ... 13914 files and directories currently installed.) 18:37:15 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:37:15 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:37:15 Setting up passwd (1:4.5-1ubuntu2) ... 18:37:15 (Reading database ... 13914 files and directories currently installed.) 18:37:15 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 18:37:15 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:37:15 Setting up gpgv (2.2.4-1ubuntu1.3) ... 18:37:15 (Reading database ... 13914 files and directories currently installed.) 18:37:15 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:37:15 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:37:15 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:37:16 (Reading database ... 13914 files and directories currently installed.) 18:37:16 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:37:16 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:37:16 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:37:16 (Reading database ... 13914 files and directories currently installed.) 18:37:16 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:37:16 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 18:37:16 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:37:16 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:37:16 (Reading database ... 13914 files and directories currently installed.) 18:37:16 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:37:16 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:37:16 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:37:16 (Reading database ... 13914 files and directories currently installed.) 18:37:16 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:37:16 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:37:16 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:37:17 (Reading database ... 13914 files and directories currently installed.) 18:37:17 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:37:17 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:37:17 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:37:17 (Reading database ... 13915 files and directories currently installed.) 18:37:17 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:37:17 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:37:17 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 18:37:17 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:37:17 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:37:17 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:37:17 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:37:17 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 18:37:17 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 18:37:17 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:37:17 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:37:18 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:37:18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:37:18 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:37:18 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:37:18 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:37:18 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:37:18 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:37:18 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:37:18 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:37:18 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:37:18 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:37:18 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:37:18 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 18:37:18 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 18:37:19 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:37:19 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:37:20 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:37:20 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:37:20 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:37:20 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:37:20 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:37:20 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:37:20 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:37:20 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:37:20 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:37:20 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:37:21 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:37:21 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:37:21 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:37:21 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:37:21 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:37:21 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:37:21 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:37:21 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:37:22 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 18:37:22 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:37:22 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:37:23 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:37:23 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:37:24 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:37:24 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:37:24 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:37:24 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:37:25 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:37:25 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:37:25 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:37:25 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:37:25 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:37:25 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:37:25 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:37:25 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:37:26 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 18:37:26 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:37:26 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:37:26 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:37:26 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:37:26 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:37:26 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:37:26 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:37:26 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:37:26 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:37:27 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:37:27 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:37:27 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:37:27 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:37:27 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:37:27 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:37:27 Setting up tzdata (2020f-0ubuntu0.18.04) ... 18:37:27 18:37:27 Current default time zone: 'Etc/UTC' 18:37:27 Local time is now: Tue Jan 19 18:37:27 UTC 2021. 18:37:27 Universal Time is now: Tue Jan 19 18:37:27 UTC 2021. 18:37:27 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:37:27 18:37:27 Setting up systemd-sysv (237-3ubuntu10.44) ... 18:37:27 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:37:27 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 18:37:27 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:37:27 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:37:27 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:37:27 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:37:27 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:37:27 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:37:27 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:37:27 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:37:27 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:37:27 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:37:27 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 18:37:27 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:37:27 Setting up patch (2.7.6-2ubuntu1.1) ... 18:37:27 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:37:28 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:37:28 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 18:37:28 Installing new version of config file /etc/ssl/openssl.cnf ... 18:37:28 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:37:28 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:37:28 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 18:37:30 Updating certificates in /etc/ssl/certs... 18:37:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:37:30 22 added, 17 removed; done. 18:37:30 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:37:31 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:37:31 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:37:31 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:37:31 Setting up pkgbinarymangler (138.18.04.1) ... 18:37:31 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:37:31 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 18:37:31 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:37:31 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:37:31 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:37:31 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:37:31 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:37:31 Setting up perl (5.26.1-6ubuntu0.5) ... 18:37:31 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 18:37:31 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:37:31 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:37:31 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 18:37:31 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:37:31 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:37:31 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:37:31 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:37:32 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:37:32 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:37:32 Processing triggers for systemd (237-3ubuntu10.44) ... 18:37:32 Processing triggers for mime-support (3.60ubuntu1) ... 18:37:32 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 18:37:32 Updating certificates in /etc/ssl/certs... 18:37:32 0 added, 0 removed; done. 18:37:32 Running hooks in /etc/ca-certificates/update.d... 18:37:32 done. 18:37:33 Reading package lists... 18:37:33 Building dependency tree... 18:37:33 Reading state information... 18:37:33 The following NEW packages will be installed: 18:37:33 apt-transport-https 18:37:33 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:37:33 Need to get 1696 B of archives. 18:37:33 After this operation, 153 kB of additional disk space will be used. 18:37:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:37:33 debconf: delaying package configuration, since apt-utils is not installed 18:37:33 Fetched 1696 B in 0s (29.6 kB/s) 18:37:33 Selecting previously unselected package apt-transport-https. 18:37:33 (Reading database ... 13929 files and directories currently installed.) 18:37:33 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:37:33 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:37:33 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:37:33 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 18:37:33 Waiting for network to be ready... 18:37:37 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 18:37:39 2021-01-19T18:37:36Z INFO Waiting for automatic snapd restart... 18:37:39 snapd 2.48.2 from Canonical* installed 18:37:40 "snapd" switched to the "latest/stable" channel 18:37:40 18:37:40 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 18:37:42 core18 20201210 from Canonical* installed 18:37:42 "core18" switched to the "latest/stable" channel 18:37:42 [Pipeline] } 18:37:44 $ docker stop --time=1 5863d89974407dcd91552d637ae9b7cbf47304166a0b1797af99bc28d4d7ce65 18:37:46 snapcraft 4.4.4 from Canonical* installed 18:37:46 "snapcraft" switched to the "latest/stable" channel 18:37:46 18:37:47 $ docker rm -f 5863d89974407dcd91552d637ae9b7cbf47304166a0b1797af99bc28d4d7ce65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:37:49 18:37:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:37:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:37:49 latest: Pulling from edgex-devops/edgex-compose-arm64 18:37:49 29e5d40040c1: Pulling fs layer 18:37:49 1ce36da41761: Pulling fs layer 18:37:49 25b303627fd3: Pulling fs layer 18:37:50 29e5d40040c1: Verifying Checksum 18:37:50 29e5d40040c1: Download complete 18:37:50 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: 18:37:50 - README.md 18:37:50 - snapcraft.yaml.orig 18:37:50 18:37:50 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:37:50 1ce36da41761: Download complete 18:37:50 29e5d40040c1: Pull complete 18:37:52 1ce36da41761: Pull complete 18:37:52 25b303627fd3: Verifying Checksum 18:37:52 25b303627fd3: Download complete 18:37:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:37:57 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:37:57 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:37:57 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:37:57 Reading package lists... 18:37:57 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 18:38:02 25b303627fd3: Pull complete 18:38:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:38:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:38:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:38:02 prd-ubuntu18.04-docker-arm64-4c-16g-21271 does not seem to be running inside a container 18:38:02 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:38:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:38:04 Reading package lists... 18:38:04 Building dependency tree... 18:38:04 Reading state information... 18:38:04 Suggested packages: 18:38:04 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:38:04 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:38:04 Recommended packages: 18:38:04 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:38:04 The following NEW packages will be installed: 18:38:04 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:38:04 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:38:04 pkg-config zip 18:38:04 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:38:04 Need to get 7655 kB of archives. 18:38:04 After this operation, 43.7 MB of additional disk space will be used. 18:38:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:38:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:38:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:38:04 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:38:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:38:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:38:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:38:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:38:05 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:38:05 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:38:05 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:38:05 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:38:05 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:38:05 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:38:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:38:05 debconf: delaying package configuration, since apt-utils is not installed 18:38:05 Fetched 7655 kB in 1s (10.0 MB/s) 18:38:05 Selecting previously unselected package libglib2.0-0:amd64. 18:38:05 (Reading database ... 13933 files and directories currently installed.) 18:38:05 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:38:05 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:38:05 $ docker top 737b53983ebdaf1de18954add3e7d28dc5ddb1961959bb8ad76fd2476dc712c0 -eo pid,comm 18:38:05 Selecting previously unselected package libpsl5:amd64. 18:38:05 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:38:05 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:38:05 Selecting previously unselected package libnghttp2-14:amd64. 18:38:05 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:38:05 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:38:05 Selecting previously unselected package librtmp1:amd64. 18:38:05 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:38:05 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [Pipeline] { [Pipeline] sh 18:38:06 Selecting previously unselected package libcurl3-gnutls:amd64. 18:38:06 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:38:06 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:38:06 Selecting previously unselected package liberror-perl. 18:38:06 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:38:06 Unpacking liberror-perl (0.17025-1) ... 18:38:06 Selecting previously unselected package git-man. 18:38:06 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:38:06 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:38:06 Selecting previously unselected package git. 18:38:06 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:38:06 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:38:06 + grep parallel 18:38:06 + docker-compose build --help 18:38:07 Selecting previously unselected package libnorm1:amd64. 18:38:07 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:38:07 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:38:07 Selecting previously unselected package libpgm-5.2-0:amd64. 18:38:07 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:38:07 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:38:07 Selecting previously unselected package libsodium23:amd64. 18:38:07 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:38:07 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:38:07 Selecting previously unselected package libzmq5:amd64. 18:38:07 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:38:07 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:38:07 Selecting previously unselected package libzmq3-dev:amd64. 18:38:07 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:38:07 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:38:07 Selecting previously unselected package pkg-config. 18:38:07 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:38:07 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:38:07 Selecting previously unselected package zip. 18:38:07 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:38:07 Unpacking zip (3.0-11build1) ... 18:38:08 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:38:08 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:38:08 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:38:08 Setting up liberror-perl (0.17025-1) ... 18:38:08 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:38:08 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:38:08 No schema files found: doing nothing. 18:38:08 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:38:08 Setting up zip (3.0-11build1) ... 18:38:08 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:38:08 Setting up libsodium23:amd64 (1.0.16-2) ... 18:38:08 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:38:08 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:38:08 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:38:08 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:38:08 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:38:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:38:09 --parallel Build images in parallel. [Pipeline] } 18:38:10 $ docker stop --time=1 737b53983ebdaf1de18954add3e7d28dc5ddb1961959bb8ad76fd2476dc712c0 18:38:12 $ docker rm -f 737b53983ebdaf1de18954add3e7d28dc5ddb1961959bb8ad76fd2476dc712c0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:38:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:38:12 . [Pipeline] withDockerContainer 18:38:13 prd-ubuntu18.04-docker-arm64-4c-16g-21271 does not seem to be running inside a container 18:38:13 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:38:14 $ docker top d08e30f6d03c5a387da7d90b124024dfdee552cd3edec168ed992b075ea583b7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:38:15 git set to automatically installed. 18:38:15 git-man set to automatically installed. 18:38:15 libcurl3-gnutls set to automatically installed. 18:38:15 liberror-perl set to automatically installed. 18:38:15 libglib2.0-0 set to automatically installed. 18:38:15 libnghttp2-14 set to automatically installed. 18:38:15 libnorm1 set to automatically installed. 18:38:15 libpgm-5.2-0 set to automatically installed. 18:38:15 libpsl5 set to automatically installed. 18:38:15 librtmp1 set to automatically installed. 18:38:15 libsodium23 set to automatically installed. 18:38:15 libzmq3-dev set to automatically installed. 18:38:15 libzmq5 set to automatically installed. 18:38:15 pkg-config set to automatically installed. 18:38:15 zip set to automatically installed. 18:38:15 + docker-compose -f ./docker-compose-build.yml build --parallel 18:38:17 snapd is not logged in, snap install commands will use sudo 18:38:20 Building docker-core-command-go ... 18:38:20 Building docker-core-data-go ... 18:38:20 Building docker-core-metadata-go ... 18:38:20 Building docker-security-bootstrap-redis-go ... 18:38:20 Building docker-security-proxy-setup-go ... 18:38:20 Building docker-security-secretstore-setup-go ... 18:38:20 Building docker-support-notifications-go ... 18:38:20 Building docker-support-scheduler-go ... 18:38:20 Building docker-sys-mgmt-agent-go ... 18:38:20 Building docker-support-notifications-go 18:38:20 Building docker-security-bootstrap-redis-go 18:38:20 Building docker-security-proxy-setup-go 18:38:20 Building docker-core-command-go 18:38:20 Building docker-core-metadata-go 18:38:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:38:23 snap "core18" has no updates available 18:38:24 Pulling config-common 18:38:25 Pulling go-build-helper 18:38:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:38:47 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:38:47 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:38:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 18:38:47 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:38:47 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:38:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 18:38:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 18:38:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 18:38:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 18:38:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 18:38:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 18:38:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:38:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:38:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:38:47 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:38:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:38:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 18:38:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:38:47 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 18:38:47 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 18:38:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 18:38:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 18:38:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 18:38:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 18:38:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 18:38:47 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 18:38:47 Fetched 23.8 MB in 0s (0 B/s) 18:38:47 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:38:47 Fetched 96.5 kB in 0s (0 B/s) 18:38:47 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:38:47 Fetched 279 kB in 0s (0 B/s) 18:38:47 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:38:47 Fetched 122 kB in 0s (0 B/s) 18:38:47 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:38:47 Fetched 77.8 kB in 0s (0 B/s) 18:38:47 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:38:47 Fetched 8848 B in 0s (0 B/s) 18:38:47 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:38:47 Fetched 47.8 kB in 0s (0 B/s) 18:38:47 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:38:47 Fetched 45.6 kB in 0s (0 B/s) 18:38:47 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:38:47 Fetched 15.0 kB in 0s (0 B/s) 18:38:47 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:38:47 Fetched 214 kB in 0s (0 B/s) 18:38:47 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 18:38:47 Fetched 155 kB in 0s (0 B/s) 18:38:47 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:38:47 Fetched 50.6 kB in 0s (0 B/s) 18:38:47 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:38:47 Fetched 14.8 kB in 0s (0 B/s) 18:38:47 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:38:47 Fetched 41.8 kB in 0s (0 B/s) 18:38:47 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:38:47 Fetched 499 kB in 0s (0 B/s) 18:38:47 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:38:47 Fetched 111 kB in 0s (0 B/s) 18:38:47 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:38:47 Fetched 240 kB in 0s (0 B/s) 18:38:47 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:38:47 Fetched 29.3 kB in 0s (0 B/s) 18:38:47 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:38:47 Fetched 85.5 kB in 0s (0 B/s) 18:38:47 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:38:47 Fetched 24.5 kB in 0s (0 B/s) 18:38:47 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:38:47 Fetched 49.2 kB in 0s (0 B/s) 18:38:47 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:38:47 Fetched 54.2 kB in 0s (0 B/s) 18:38:47 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:38:47 Fetched 30.8 kB in 0s (0 B/s) 18:38:47 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 18:38:47 Fetched 17.0 kB in 0s (0 B/s) 18:38:47 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:38:47 Fetched 85.9 kB in 0s (0 B/s) 18:38:47 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:38:47 Fetched 8720 B in 0s (0 B/s) 18:38:47 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:38:47 Fetched 137 kB in 0s (0 B/s) 18:38:47 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:38:47 Fetched 119 kB in 0s (0 B/s) 18:38:47 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:38:47 Fetched 109 kB in 0s (0 B/s) 18:38:47 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:38:47 Fetched 11.1 kB in 0s (0 B/s) 18:38:47 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:38:47 Fetched 645 kB in 0s (0 B/s) 18:38:47 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:38:47 Fetched 41.3 kB in 0s (0 B/s) 18:38:47 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:38:47 Fetched 17.9 kB in 0s (0 B/s) 18:38:47 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:38:47 Fetched 368 kB in 0s (0 B/s) 18:38:47 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:38:47 Fetched 187 kB in 0s (0 B/s) 18:38:47 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:38:47 Fetched 175 kB in 0s (0 B/s) 18:38:47 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:38:51 Fetched 206 kB in 0s (0 B/s) 18:38:51 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 18:38:51 Fetched 1301 kB in 0s (0 B/s) 18:38:51 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:38:51 Fetched 36.2 kB in 0s (0 B/s) 18:38:51 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:38:51 Fetched 159 kB in 0s (0 B/s) 18:38:51 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:38:51 Fetched 107 kB in 0s (0 B/s) 18:38:51 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:38:51 Fetched 48.7 kB in 0s (0 B/s) 18:38:51 Pulling static-packages 18:38:52 'go115' has dependencies that need to be staged: go-build-helper static-packages 18:38:52 Skipping pull go-build-helper (already ran) 18:38:52 Skipping pull static-packages (already ran) 18:38:52 Building go-build-helper 18:38:56 Building static-packages 18:38:57 Staging go-build-helper 18:38:58 Staging static-packages 18:38:59 Pulling go115 18:39:00 'edgex-go' has dependencies that need to be staged: go115 18:39:00 Skipping pull go115 (already ran) 18:39:00 Building go115 18:39:00 % Total % Received % Xferd Average Speed Time Time Time Current 18:39:00 Dload Upload Total Spent Left Speed 18:39:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 7 115M 7 9359k 0 0 19.5M 0 0:00:05 --:--:-- 0:00:05 19.4M 41 115M 41 48.3M 0 0 32.7M 0 0:00:03 0:00:01 0:00:02 32.7M 80 115M 80 93.3M 0 0 37.8M 0 0:00:03 0:00:02 0:00:01 37.8M 100 115M 100 115M 0 0 36.1M 0 0:00:03 0:00:03 --:--:-- 36.1M 18:39:04 go1.15.2.linux-amd64.tar.gz: OK 18:39:08 Staging go115 18:39:14 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:39:14 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:39:14 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:39:14 Fetched 0 B in 0s (0 B/s) 18:39:14 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:39:14 Fetched 224 kB in 0s (0 B/s) 18:39:14 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:39:14 Fetched 157 kB in 0s (0 B/s) 18:39:14 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:39:14 Fetched 221 kB in 0s (0 B/s) 18:39:14 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:39:14 Fetched 143 kB in 0s (0 B/s) 18:39:14 Pulling edgex-go 18:39:15 Pulling version 18:39:16 Building config-common 18:39:18 Skipping build go-build-helper (already ran) 18:39:18 Skipping build static-packages (already ran) 18:39:18 Skipping build go115 (already ran) 18:39:18 Building edgex-go 18:39:18 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 18:39:20 go: downloading github.com/gorilla/mux v1.8.0 18:39:20 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.72 18:39:20 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 18:39:20 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 18:39:20 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:39:20 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 18:39:20 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:39:20 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.33 18:39:20 go: downloading github.com/pkg/errors v0.8.1 18:39:20 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:39:20 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 18:39:20 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 18:39:20 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:39:20 go: downloading github.com/pebbe/zmq4 v1.2.2 18:39:20 go: downloading github.com/google/uuid v1.1.5 18:39:20 go: downloading github.com/go-kit/kit v0.8.0 18:39:20 go: downloading github.com/imdario/mergo v0.3.11 18:39:20 go: downloading github.com/BurntSushi/toml v0.3.1 18:39:20 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:39:20 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:39:20 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:39:20 go: downloading github.com/pelletier/go-toml v1.2.0 18:39:20 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:39:20 go: downloading github.com/x448/float16 v0.8.4 18:39:20 go: downloading github.com/hashicorp/consul/api v1.1.0 18:39:20 go: downloading gopkg.in/yaml.v2 v2.4.0 18:39:20 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:39:20 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:39:20 go: downloading github.com/mitchellh/copystructure v1.0.0 18:39:20 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:39:20 go: downloading github.com/go-playground/universal-translator v0.17.0 18:39:20 go: downloading github.com/leodido/go-urn v1.2.0 18:39:20 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:39:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:39:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:39:20 go: downloading github.com/hashicorp/serf v0.8.2 18:39:20 go: downloading github.com/go-playground/locales v0.13.0 18:39:20 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:39:20 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:39:20 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:39:20 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:39:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:39:28 ---> 6efb52e69ce9 18:39:28 Step 3/21 : WORKDIR /edgex-go 18:39:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:39:28 ---> 6efb52e69ce9 18:39:28 Step 3/22 : WORKDIR /edgex-go 18:39:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:39:28 ---> 6efb52e69ce9 18:39:28 Step 3/22 : WORKDIR /edgex-go 18:39:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:39:28 18:39:28 ---> 6efb52e69ce9 18:39:28 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 3/24 : WORKDIR /edgex-go 18:39:28 18:39:28 ---> 6efb52e69ce9 18:39:28 Step 3/22 : WORKDIR /edgex-go 18:39:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:39:29 ---> Running in 5908e5439ece 18:39:29 ---> Running in 325057df516f 18:39:29 ---> Running in b9aa7e34982d 18:39:29 ---> Running in 468ab083b59e 18:39:29 ---> Running in 56da363f5a56 18:39:30 Removing intermediate container 325057df516f 18:39:30 ---> 448c44ed5180 18:39:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:30 Removing intermediate container 468ab083b59e 18:39:30 ---> 13cf2ac40abe 18:39:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:30 Removing intermediate container 5908e5439ece 18:39:30 ---> 3ab3254f5940 18:39:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:30 Removing intermediate container 56da363f5a56 18:39:30 ---> bbcf2298db70 18:39:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:30 Removing intermediate container b9aa7e34982d 18:39:30 ---> 66caa5944bf7 18:39:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:30 ---> Running in 732a53acce9c 18:39:30 ---> Running in 30bcc681e24f 18:39:30 ---> Running in 6eee7d39224a 18:39:30 ---> Running in 53ed5b04133a 18:39:30 ---> Running in da4202dc8bf1 18:39:33 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 18:39:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:39:34 Removing intermediate container 732a53acce9c 18:39:34 ---> d8d3d20e25e0 18:39:34 Step 5/21 : RUN apk add --update --no-cache make git 18:39:34 ---> Running in 01cb3fb9aedb 18:39:34 Removing intermediate container 53ed5b04133a 18:39:34 ---> 8b1f9d0bd3e9 18:39:34 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 18:39:34 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 18:39:35 ---> Running in ef9d921a12bd 18:39:35 Removing intermediate container 6eee7d39224a 18:39:35 ---> e17ab03be050 18:39:35 Step 5/22 : RUN apk add --update --no-cache make git 18:39:35 Removing intermediate container 30bcc681e24f 18:39:35 ---> 5f0abbf8d0e6 18:39:35 Step 5/22 : RUN apk add --update --no-cache make git 18:39:35 ---> Running in d3a37a06a58d 18:39:35 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 18:39:35 go: downloading github.com/stretchr/testify v1.6.1 18:39:35 ---> Running in 6558b630befd 18:39:35 Removing intermediate container da4202dc8bf1 18:39:35 ---> ee9a83d6cd0b 18:39:35 Step 5/22 : RUN apk add --update --no-cache make git 18:39:35 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:39:35 go: downloading github.com/davecgh/go-spew v1.1.1 18:39:35 go: downloading github.com/pmezard/go-difflib v1.0.0 18:39:35 ---> Running in 47140942dff3 18:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:37 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 18:39:37 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:39:37 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:39:37 OK: 217 MiB in 51 packages 18:39:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:38 OK: 217 MiB in 51 packages 18:39:38 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 18:39:39 OK: 217 MiB in 51 packages 18:39:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:39 OK: 217 MiB in 51 packages 18:39:39 Removing intermediate container 01cb3fb9aedb 18:39:39 ---> 4f125fff236b 18:39:39 Step 6/21 : COPY go.mod . 18:39:39 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 18:39:39 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:39:39 OK: 217 MiB in 51 packages 18:39:40 Removing intermediate container ef9d921a12bd 18:39:40 ---> 5e5b71ee904d 18:39:40 Step 6/24 : COPY go.mod . 18:39:40 ---> c3eaaf3698bb 18:39:40 Step 7/21 : RUN go mod download 18:39:40 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 18:39:41 Removing intermediate container d3a37a06a58d 18:39:41 ---> b6bab91eec55 18:39:41 Step 6/22 : COPY go.mod . 18:39:41 ---> Running in 7f53193c5728 18:39:41 Removing intermediate container 47140942dff3 18:39:41 ---> 3739362318ad 18:39:41 Step 6/22 : COPY go.mod . 18:39:41 ---> d6060d7a5e0d 18:39:41 Step 7/24 : RUN go mod download 18:39:41 ---> Running in 6f7bbaea0911 18:39:41 Removing intermediate container 6558b630befd 18:39:41 ---> 99ec1675019a 18:39:41 Step 6/22 : COPY go.mod . 18:39:41 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 18:39:42 ---> 9fbf012ae7f4 18:39:42 Step 7/22 : RUN go mod download 18:39:42 ---> Running in 251adfa46afd 18:39:42 ---> bb39d45aa9e9 18:39:42 Step 7/22 : RUN go mod download 18:39:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:39:43 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:39:43 ---> Running in e80c25dcbe04 18:39:43 ---> 9725a3d532e1 18:39:43 Step 7/22 : RUN go mod download 18:39:43 ---> Running in 6cbc0f779eb1 18:39:45 Removing intermediate container 7f53193c5728 18:39:45 ---> 879660eb28cf 18:39:45 Step 8/21 : COPY . . 18:39:45 Removing intermediate container 6f7bbaea0911 18:39:45 ---> cc516c90a41d 18:39:45 Step 8/24 : COPY . . 18:39:45 Building version 18:39:47 Staging config-common 18:39:47 Removing intermediate container 251adfa46afd 18:39:47 ---> a4d35631e436 18:39:47 Step 8/22 : COPY . . 18:39:47 Removing intermediate container e80c25dcbe04 18:39:47 ---> b7dc1702d6b1 18:39:47 Step 8/22 : COPY . . 18:39:48 Removing intermediate container 6cbc0f779eb1 18:39:48 ---> 1d9eca3b7e3b 18:39:48 Step 8/22 : COPY . . 18:39:48 Skipping stage go-build-helper (already ran) 18:39:48 Skipping stage static-packages (already ran) 18:39:48 Skipping stage go115 (already ran) 18:39:48 Staging edgex-go 18:39:49 Staging version 18:39:50 Priming config-common 18:39:51 Priming go-build-helper 18:39:52 Priming static-packages 18:39:54 Priming go115 18:39:55 Priming edgex-go 18:39:58 Priming version 18:39:58 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] } 18:40:12 ---> 8d23b6adc3ca 18:40:12 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:40:12 ---> f0b1bf8af69f 18:40:12 Step 9/24 : RUN make cmd/support-notifications/support-notifications 18:40:12 ---> ec1d75f81008 18:40:12 Step 9/22 : RUN make cmd/core-command/core-command 18:40:12 ---> 66e539194faa 18:40:12 Step 9/22 : RUN make cmd/core-metadata/core-metadata 18:40:12 ---> Running in 8d8ffd33b0ba 18:40:12 ---> 5fc70dec4937 18:40:12 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 18:40:12 ---> Running in 20a6a0a7751a 18:40:12 ---> Running in b295ac870a49 18:40:12 ---> Running in af4e1ef9448b 18:40:12 ---> Running in 4a9bfbd43a69 18:40:13 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 18:40:14 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 18:40:14 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 18:40:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:40:14 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 18:41:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:41:42 Removing intermediate container af4e1ef9448b 18:41:42 ---> 116bcfe9abbe 18:41:42 18:41:42 Step 10/22 : FROM alpine:3.12 18:41:42 3.12: Pulling from library/alpine 18:41:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:41:43 Status: Downloaded newer image for alpine:3.12 18:41:43 ---> afeebe901d6b 18:41:43 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:41:44 ---> Running in fa09375c7bcc 18:41:46 Removing intermediate container 8d8ffd33b0ba 18:41:46 ---> b36f04d194ad 18:41:46 18:41:46 Step 10/21 : FROM alpine:3.12 18:41:46 ---> afeebe901d6b 18:41:46 Step 11/21 : RUN apk add --update --no-cache curl 18:41:46 ---> Running in 7562eaf4f5c8 18:41:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:41:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:41:48 (1/5) Installing ca-certificates (20191127-r4) 18:41:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:41:48 (3/5) Installing libcurl (7.69.1-r3) 18:41:48 (4/5) Installing curl (7.69.1-r3) 18:41:48 (5/5) Installing dumb-init (1.2.2-r1) 18:41:48 Executing busybox-1.31.1-r19.trigger 18:41:48 Executing ca-certificates-20191127-r4.trigger 18:41:48 OK: 7 MiB in 19 packages 18:41:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:41:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:41:50 (1/4) Installing ca-certificates (20191127-r4) 18:41:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:41:50 (3/4) Installing libcurl (7.69.1-r3) 18:41:50 (4/4) Installing curl (7.69.1-r3) 18:41:50 Executing busybox-1.31.1-r19.trigger 18:41:50 Executing ca-certificates-20191127-r4.trigger 18:41:50 OK: 7 MiB in 18 packages 18:41:52 Removing intermediate container fa09375c7bcc 18:41:52 ---> 6a240ff10a6d 18:41:52 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 18:41:52 Removing intermediate container 20a6a0a7751a 18:41:52 ---> ac3df023c1f8 18:41:52 18:41:52 Step 10/24 : FROM scratch 18:41:52 ---> 18:41:52 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 18:41:52 Removing intermediate container b295ac870a49 18:41:52 ---> 598c21b91fa6 18:41:52 18:41:52 Step 10/22 : FROM scratch 18:41:52 ---> 18:41:52 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:41:52 ---> Running in e10564bec76a 18:41:52 ---> Running in ce4a40b73c7f 18:41:52 ---> Running in 758f68ae7a05 18:41:53 Removing intermediate container 7562eaf4f5c8 18:41:53 ---> c302222751e1 18:41:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:41:53 ---> Running in ed4aadaf3001 18:41:53 Removing intermediate container e10564bec76a 18:41:53 ---> 5e16a23eae6a 18:41:53 Step 12/24 : ENV APP_PORT=48060 18:41:53 Removing intermediate container ce4a40b73c7f 18:41:53 ---> 37c30ece8a99 18:41:53 Step 13/22 : WORKDIR /Removing intermediate container 758f68ae7a05 18:41:53 ---> a2bf12f10261 18:41:53 Step 12/22 : ENV APP_PORT=48082 18:41:53 18:41:53 ---> Running in 78059e12c023 18:41:53 ---> Running in d7732b2f4260 18:41:54 ---> Running in 24d221038272 18:41:54 Removing intermediate container ed4aadaf3001 18:41:54 ---> 34fab922d3ec 18:41:54 Step 13/21 : WORKDIR /edgex 18:41:54 Removing intermediate container 78059e12c023 18:41:54 ---> 584718a39e45 18:41:54 Step 13/24 : EXPOSE $APP_PORT 18:41:54 ---> Running in a8b9b8b7c299 18:41:54 Removing intermediate container d7732b2f4260 18:41:54 ---> 21889299c6ee 18:41:54 Step 13/22 : EXPOSE $APP_PORT 18:41:54 ---> Running in b961c2ecc689 18:41:54 ---> Running in 8a0c686b4da7 18:41:54 Removing intermediate container 24d221038272 18:41:54 ---> a9d6bffea5b6 18:41:54 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:41:55 Removing intermediate container a8b9b8b7c299 18:41:55 ---> 70ff746e2eb3 18:41:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:41:55 Removing intermediate container b961c2ecc689 18:41:55 ---> 936941d28f2c 18:41:55 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 18:41:55 Removing intermediate container 8a0c686b4da7 18:41:55 ---> e1eeb5df1a8f 18:41:55 Step 14/22 : WORKDIR / 18:41:55 ---> Running in 87eb75712eb7 18:41:55 ---> f9604524c27c 18:41:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 18:41:56 Removing intermediate container 87eb75712eb7 18:41:56 ---> d04cc1dcc0c1 18:41:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:41:56 ---> 021a0deeadaf 18:41:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:41:56 ---> 522590f922df 18:41:56 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 18:41:57 ---> 9415be13fd47 18:41:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 18:41:57 ---> f26b45fe1188 18:41:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:41:58 ---> f24c6309276c 18:41:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:41:58 ---> a47f9cafdfb2 18:41:58 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 18:41:59 ---> ed3af3a45a19 18:41:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 18:42:00 ---> 5cf1fb659b42 18:42:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:42:00 ---> 7ee88680c204 18:42:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:42:00 ---> Running in 6c699b10b119 18:42:01 ---> c24d379e0446 18:42:01 Step 18/22 : RUN chmod +x entrypoint.sh 18:42:01 ---> ab646d06ed73 18:42:01 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 18:42:01 ---> Running in 37c93e940c55 18:42:02 ---> de7a6e3a10a6 18:42:02 Step 18/22 : ENTRYPOINT ["/core-command"] 18:42:02 Removing intermediate container 6c699b10b119 18:42:02 ---> fe16d23fc5c6 18:42:02 Step 18/21 : CMD ["--init=true"] 18:42:02 ---> Running in c87cb8d2ba67 18:42:02 ---> Running in d11914e147d6 18:42:02 ---> 2b5d25b88119 18:42:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:42:03 Removing intermediate container d11914e147d6 18:42:03 ---> 26acd09b6553 18:42:03 Step 19/21 : LABEL arch=arm64 18:42:03 Removing intermediate container c87cb8d2ba67 18:42:03 ---> 95caf916f856 18:42:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:42:03 ---> Running in c2211ca40858 18:42:03 Removing intermediate container 4a9bfbd43a69 18:42:03 ---> c28260bad2cf 18:42:03 18:42:03 Step 10/22 : FROM scratch 18:42:03 ---> 18:42:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:42:04 ---> Using cache 18:42:04 ---> a2bf12f10261 18:42:04 Step 12/22 : ENV APP_PORT=48081 18:42:04 ---> Running in 48962306ae43 18:42:04 ---> Running in 5d9ed840e6b7 18:42:04 ---> 53a4219281a9 18:42:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:42:04 Removing intermediate container c2211ca40858 18:42:04 ---> 15bae3c99822 18:42:04 Step 20/21 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:42:04 ---> Running in 9d2f4f5d2a00 18:42:05 Removing intermediate container 48962306ae43 18:42:05 ---> 768a1e5d641d 18:42:05 Removing intermediate container 5d9ed840e6b7 18:42:05 ---> 5c7a1bc0d22e 18:42:05 Step 13/22 : EXPOSE $APP_PORTStep 20/22 : LABEL arch=arm64 18:42:05 18:42:05 Removing intermediate container 37c93e940c55 18:42:05 ---> d978cb48eb17 18:42:05 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 18:42:05 ---> Running in 3926dfb61bfb 18:42:05 ---> Running in bf00da42ab98 18:42:05 ---> Running in 015c7b4af774 18:42:05 Removing intermediate container 9d2f4f5d2a00 18:42:05 ---> 448d1fca50de 18:42:05 Step 21/21 : LABEL version=0.0.0 18:42:05 ---> 565c749cd76c 18:42:05 Step 20/24 : ENTRYPOINT ["/support-notifications"] 18:42:05 ---> Running in 35615e10b1c4 18:42:05 ---> Running in 4e0ec22d65ac 18:42:05 Removing intermediate container 3926dfb61bfb 18:42:05 ---> 1bcf818a3703 18:42:05 Step 14/22 : WORKDIR / 18:42:06 Removing intermediate container bf00da42ab98 18:42:06 ---> d45d52979159 18:42:06 Step 21/22 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:42:06 Removing intermediate container 015c7b4af774 18:42:06 ---> 12e74a19aef3 18:42:06 Step 20/22 : LABEL arch=arm64 18:42:06 ---> Running in e482292ab77e 18:42:06 ---> Running in dfbc5c765268 18:42:06 ---> Running in 69e132d193e6 18:42:06 Removing intermediate container 35615e10b1c4 18:42:06 ---> 1e6f46eeebf2 18:42:06 18:42:06 Removing intermediate container 4e0ec22d65ac 18:42:06 ---> 5a83cc4bb252 18:42:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:42:06 ---> Running in a24c9ad85778 18:42:06 Successfully built 1e6f46eeebf2 18:42:06 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:42:06 Building docker-security-secretstore-setup-go 18:42:06  Building docker-security-proxy-setup-go ... done Removing intermediate container 69e132d193e6 18:42:06 ---> ae8c0b79aeb9 18:42:06 Step 21/22 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:42:06 Removing intermediate container dfbc5c765268 18:42:06 Removing intermediate container e482292ab77e 18:42:06 ---> 82932a28789d 18:42:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:42:06 ---> 9ef33696d5d6 18:42:06 Step 22/22 : LABEL version=0.0.0 18:42:07 ---> Running in ce66e15ac7b3 18:42:07 ---> Running in 60f8c2e67159 18:42:07 Removing intermediate container a24c9ad85778 18:42:07 ---> 971eacf3b5ca 18:42:07 Step 22/24 : LABEL arch=arm64 18:42:07 ---> Running in 60627f86ec73 18:42:07 Removing intermediate container ce66e15ac7b3 18:42:07 ---> c7e5129edbbb 18:42:07 Step 22/22 : LABEL version=0.0.0 18:42:08 ---> 527aa28327d9 18:42:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:42:08 Removing intermediate container 60f8c2e67159 18:42:08 ---> a5df5992b3ca 18:42:08 18:42:08 ---> Running in ca6910aed8be 18:42:08 Successfully built a5df5992b3ca 18:42:08 Successfully tagged docker-core-command-go-arm64:latest 18:42:08  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 18:42:08 Removing intermediate container 60627f86ec73 18:42:08 ---> 1314914379be 18:42:08 Step 23/24 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:42:09 Removing intermediate container ca6910aed8be 18:42:09 ---> 112f9850a7fc 18:42:09 18:42:09 ---> Running in 6f221621b9ee 18:42:09 Successfully built 112f9850a7fc 18:42:10 ---> dcbd6d108449 18:42:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:42:10 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 18:42:10  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go 18:42:10 Removing intermediate container 6f221621b9ee 18:42:10 ---> 4e3b26393e4f 18:42:10 Step 24/24 : LABEL version=0.0.0 18:42:10 ---> Running in 8dcda58cc865 18:42:10 ---> 714be7e38d1d 18:42:10 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:42:11 ---> Running in afc3642bbce6 18:42:11 Removing intermediate container 8dcda58cc865 18:42:11 ---> 341eb43f9f05 18:42:11 18:42:11 Successfully built 341eb43f9f05 18:42:11 Successfully tagged docker-support-notifications-go-arm64:latest 18:42:11  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 18:42:12 Removing intermediate container afc3642bbce6 18:42:12 ---> a64716f4b03f 18:42:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:42:12 ---> Running in 5112b68cdd84 18:42:13 Removing intermediate container 5112b68cdd84 18:42:13 ---> 1b36d1b6b6e2 18:42:13 Step 20/22 : LABEL arch=arm64 18:42:14 ---> Running in 0615c2cccda4 18:42:15 Removing intermediate container 0615c2cccda4 18:42:15 ---> 89fba2a141a3 18:42:15 Step 21/22 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:42:15 ---> Running in ab4ec8462da1 18:42:16 Removing intermediate container ab4ec8462da1 18:42:16 ---> b5a7e3ca5bfb 18:42:16 Step 22/22 : LABEL version=0.0.0 18:42:16 ---> Running in c5942ff63052 18:42:17 Removing intermediate container c5942ff63052 18:42:17 ---> bffcdfe64a6a 18:42:17 18:42:18 Successfully built bffcdfe64a6a 18:42:18 Successfully tagged docker-core-metadata-go-arm64:latest 18:43:05  Building docker-core-metadata-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:43:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:43:05 ---> 6efb52e69ce9 18:43:05 Step 3/24 : WORKDIR /edgex-go 18:43:05 ---> Using cache 18:43:05 ---> 66caa5944bf7 18:43:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:05 ---> Using cache 18:43:05 ---> ee9a83d6cd0b 18:43:05 Step 5/24 : RUN apk add --update --no-cache make git 18:43:05 ---> Using cache 18:43:05 ---> 3739362318ad 18:43:05 Step 6/24 : COPY go.mod . 18:43:05 ---> Using cache 18:43:05 ---> bb39d45aa9e9 18:43:05 Step 7/24 : RUN go mod download 18:43:05 ---> Using cache 18:43:05 ---> b7dc1702d6b1 18:43:05 Step 8/24 : COPY . . 18:43:05 ---> Using cache 18:43:05 ---> 5fc70dec4937 18:43:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:43:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:43:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:43:05 ---> 6efb52e69ce9 18:43:05 Step 3/26 : WORKDIR /edgex-go 18:43:05 ---> Using cache 18:43:05 ---> 66caa5944bf7 18:43:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:05 ---> Using cache 18:43:05 ---> ee9a83d6cd0b 18:43:05 Step 5/26 : RUN apk add --update --no-cache make bash git 18:43:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:43:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:43:05 ---> 6efb52e69ce9 18:43:05 Step 3/23 : WORKDIR /edgex-go 18:43:05 ---> Using cache 18:43:05 ---> 66caa5944bf7 18:43:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:05 ---> Using cache 18:43:05 ---> ee9a83d6cd0b 18:43:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:43:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:43:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:43:05 ---> 6efb52e69ce9 18:43:05 Step 3/21 : WORKDIR /edgex-go 18:43:05 ---> Using cache 18:43:05 ---> 66caa5944bf7 18:43:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:43:05 ---> Using cache 18:43:05 ---> ee9a83d6cd0b 18:43:05 Step 5/21 : RUN apk add --update --no-cache make git 18:43:05 ---> Using cache 18:43:05 ---> 3739362318ad 18:43:05 Step 6/21 : COPY go.mod . 18:43:05 ---> Using cache 18:43:05 ---> bb39d45aa9e9 18:43:05 Step 7/21 : RUN go mod download 18:43:05 ---> Using cache 18:43:05 ---> b7dc1702d6b1 18:43:05 Step 8/21 : COPY . . 18:43:05 ---> Using cache 18:43:05 ---> 5fc70dec4937 18:43:05 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 18:43:05 ---> Running in 552e000c3852 18:43:05 ---> Running in 3a54a171db0d 18:43:05 ---> Running in 62b9757bff5b 18:43:05 ---> Running in 0c932d9e0dbc 18:43: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 18:43:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:43: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 18:43:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:43:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:43:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:43:06 OK: 217 MiB in 51 packages 18:43:06 OK: 217 MiB in 51 packages 18:43:08 Removing intermediate container 62b9757bff5b 18:43:08 ---> d4fae8dce40a 18:43:08 Step 6/23 : COPY go.mod . 18:43:08 Removing intermediate container 0c932d9e0dbc 18:43:08 ---> 156cbd6b98d8 18:43:08 Step 6/26 : COPY go.mod . 18:43:09 ---> d6c2f2b12b62 18:43:09 Step 7/23 : RUN go mod download 18:43:10 ---> ee575519391d 18:43:10 Step 7/26 : RUN go mod download 18:43:10 ---> Running in d9ef69bae9a1 18:43:10 ---> Running in 1ac21477a6cc 18:43:15 Removing intermediate container d9ef69bae9a1 18:43:15 ---> fb16e98b6c69 18:43:15 Step 8/23 : COPY . . 18:43:15 Removing intermediate container 1ac21477a6cc 18:43:15 ---> 3a5de65b0f60 18:43:15 Step 8/26 : COPY . . 18:43:48 ---> 13707776bfdd 18:43:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:43:48 ---> ba2e645f15c7 18:43:48 Step 9/23 : RUN make cmd/core-data/core-data 18:43:48 ---> Running in e769dea9e0c0 18:43:48 ---> Running in fff7181bb479 18:43:48 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 18:43:48 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 18:43:49 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 18:44:04 Removing intermediate container 552e000c3852 18:44:04 ---> 50adcd7d5254 18:44:04 18:44:04 Step 10/21 : FROM scratch 18:44:04 ---> 18:44:04 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:44:04 ---> Using cache 18:44:04 ---> a2bf12f10261 18:44:04 Step 12/21 : ENV APP_PORT=48085 18:44:04 ---> Running in fbb9fe982701 18:44:04 Removing intermediate container fbb9fe982701 18:44:04 ---> a29a0b8f3dce 18:44:04 Step 13/21 : EXPOSE $APP_PORT 18:44:04 ---> Running in 2e5dcecf1f80 18:44:05 Removing intermediate container 3a54a171db0d 18:44:05 ---> cd2bdd028a8c 18:44:05 18:44:05 Step 10/24 : FROM alpine:3.12 18:44:05 ---> afeebe901d6b 18:44:05 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:44:05 ---> Using cache 18:44:05 ---> 6a240ff10a6d 18:44:05 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:44:05 ---> Running in ed3d47f41981 18:44:05 Removing intermediate container 2e5dcecf1f80 18:44:05 ---> 0a0254d6d1af 18:44:05 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 18:44:06 Removing intermediate container ed3d47f41981 18:44:06 ---> a6357ffac6ea 18:44:06 Step 13/24 : WORKDIR / 18:44:06 ---> Running in f8d9a9c30bd8 18:44:06 ---> 77210bb42e4d 18:44:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:44:07 Removing intermediate container f8d9a9c30bd8 18:44:07 ---> de3546593c55 18:44:07 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:44:09 ---> 4f8e003f0742 18:44:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:44:09 ---> 755282ec6857 18:44: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 18:44:10 ---> ddfa8adc6719 18:44:10 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 18:44:11 ---> 626f1a3023af 18:44:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:44:11 ---> Running in 69dc6b98daac 18:44:12 Removing intermediate container 69dc6b98daac 18:44:12 ---> 9dc3effb6e45 18:44:12 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:44:12 ---> Running in 133f46f6d755 18:44:12 ---> be7cb0ef74b2 18:44:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:44:12 Removing intermediate container 133f46f6d755 18:44:12 ---> 261a28c9b99b 18:44:12 Step 19/21 : LABEL arch=arm64 18:44:13 ---> Running in a5ee22e9121c 18:44:14 Removing intermediate container a5ee22e9121c 18:44:14 ---> 9afdd6fb7e86 18:44:14 Step 20/21 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:44:14 ---> 96c0bd2d3d76 18:44:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:44:14 ---> Running in 4de5ebb571e8 18:44:15 Removing intermediate container 4de5ebb571e8 18:44:15 ---> ac59bfd4ba9b 18:44:15 Step 21/21 : LABEL version=0.0.0 18:44:15 ---> Running in 39e4bc2f857b 18:44:16 ---> 761f5e5a7e9a 18:44:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:44:16 Removing intermediate container 39e4bc2f857b 18:44:16 ---> 06a18f29211c 18:44:16 18:44:17 Successfully built 06a18f29211c 18:44:17 Successfully tagged docker-support-scheduler-go-arm64:latest 18:44:17  Building docker-support-scheduler-go ... done  ---> 7ec94f133729 18:44:17 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:44:17 ---> Running in a1599a2edd5b 18:44:21 Removing intermediate container a1599a2edd5b 18:44:21 ---> 08d37f1e36cb 18:44:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:44:21 ---> Running in 5e0181b617e9 18:44:21 Removing intermediate container 5e0181b617e9 18:44:21 ---> 2a78ec9ad88d 18:44:21 Step 22/24 : LABEL arch=arm64 18:44:22 ---> Running in a88fc0cc767c 18:44:22 Removing intermediate container a88fc0cc767c 18:44:22 ---> ba57258540d7 18:44:22 Step 23/24 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:44:23 ---> Running in e5d4badd22e9 18:44:23 Removing intermediate container e5d4badd22e9 18:44:23 ---> 9e25ef567f6d 18:44:23 Step 24/24 : LABEL version=0.0.0 18:44:23 ---> Running in 850b58b30e77 18:44:24 Removing intermediate container 850b58b30e77 18:44:24 ---> d10e4622cf20 18:44:24 18:44:24 Successfully built d10e4622cf20 18:44:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:44:46  Building docker-security-secretstore-setup-go ... done Removing intermediate container fff7181bb479 18:44:46 ---> 0b73917b4a0b 18:44:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:44:46 ---> Running in 4e80e4dc10b8 18:44:46 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 18:44:48 Removing intermediate container 4e80e4dc10b8 18:44:48 ---> 6dbcd5984f86 18:44:48 18:44:48 Step 11/26 : FROM docker:20.10.0 18:44:48 20.10.0: Pulling from library/docker 18:44:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:44:56 Status: Downloaded newer image for docker:20.10.0 18:44:56 ---> eeaf43b92773 18:44:56 Step 12/26 : RUN apk add --no-cache bash 18:44:57 ---> Running in a476cff74b2e 18:44:57 Removing intermediate container e769dea9e0c0 18:44:57 ---> da2a0f923521 18:44:57 18:44:57 Step 10/23 : FROM alpine:3.12 18:44:57 ---> afeebe901d6b 18:44:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:44:58 ---> Running in 0f62b7990faa 18:44:58 Removing intermediate container 0f62b7990faa 18:44:58 ---> 3c6d49452c23 18:44:58 Step 12/23 : ENV APP_PORT=48080 18:44:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:44:58 ---> Running in b97185630be8 18:44:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:44:59 Removing intermediate container b97185630be8 18:44:59 ---> 109e651a933f 18:44:59 Step 13/23 : EXPOSE $APP_PORT 18:44:59 ---> Running in b199d69d3990 18:44:59 (1/2) Installing readline (8.0.4-r0) 18:44:59 (2/2) Installing bash (5.0.17-r0) 18:44:59 Executing bash-5.0.17-r0.post-install 18:44:59 Executing busybox-1.31.1-r19.trigger 18:44:59 OK: 12 MiB in 22 packages 18:44:59 Removing intermediate container b199d69d3990 18:44:59 ---> 9efdcc8317ed 18:44:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:44:59 ---> Running in 2d5e71c4b05b 18:45:00 Removing intermediate container a476cff74b2e 18:45:00 ---> 069f905dc7d2 18:45:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:45:00 ---> Running in 6dd6b91077a8 18:45:01 Removing intermediate container 6dd6b91077a8 18:45:01 ---> dd66cf8563f7 18:45:01 Step 14/26 : ENV APP_PORT=48090 18:45:01 ---> Running in 16c38701dfd2 18:45:02 Removing intermediate container 16c38701dfd2 18:45:02 ---> 5988661dc514 18:45:02 Step 15/26 : EXPOSE $APP_PORT 18:45:02 Removing intermediate container 2d5e71c4b05b 18:45:02 ---> 524c3aa4ca35 18:45:02 Step 15/23 : RUN apk add --update --no-cache zeromq 18:45:02 ---> Running in 0f706bc2f17f 18:45:02 ---> Running in d904a84c325a 18:45:02 Removing intermediate container 0f706bc2f17f 18:45:02 ---> b1b7a8febb8b 18:45:02 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:45:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:04 ---> ffddc01e21c8 18:45:04 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:45:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:04 ---> 540d3bd8278d 18:45:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:45:05 (1/5) Installing libgcc (9.3.0-r2) 18:45:05 (2/5) Installing libsodium (1.0.18-r0) 18:45:05 (3/5) Installing libstdc++ (9.3.0-r2) 18:45:05 ---> 99ea402b3190 18:45:05 Step 19/26 : RUN apk --no-cache add py3-pip 18:45:05 (4/5) Installing libzmq (4.3.3-r0) 18:45:05 ---> Running in 3f0ddfcc5f78 18:45:05 (5/5) Installing zeromq (4.3.3-r0) 18:45:05 Executing busybox-1.31.1-r19.trigger 18:45:05 OK: 8 MiB in 19 packages 18:45:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:07 Removing intermediate container d904a84c325a 18:45:07 ---> 05963a2f4a2b 18:45:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:45:07 (1/33) Installing libbz2 (1.0.8-r1) 18:45:07 (2/33) Installing expat (2.2.9-r1) 18:45:07 (3/33) Installing libffi (3.3-r2) 18:45:07 (4/33) Installing gdbm (1.13-r1) 18:45:07 (5/33) Installing xz-libs (5.2.5-r0) 18:45:07 (6/33) Installing sqlite-libs (3.32.1-r0) 18:45:07 (7/33) Installing python3 (3.8.5-r0) 18:45:08 ---> 256903197063 18:45:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:45:09 (8/33) Installing py3-appdirs (1.4.4-r1) 18:45:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:45:09 (10/33) Installing py3-parsing (2.4.7-r0) 18:45:09 (11/33) Installing py3-six (1.15.0-r0) 18:45:09 (12/33) Installing py3-packaging (20.4-r0) 18:45:09 (13/33) Installing py3-setuptools (47.0.0-r0) 18:45:09 (14/33) Installing py3-chardet (3.0.4-r4) 18:45:09 (15/33) Installing py3-idna (2.9-r0) 18:45:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:45:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:45:09 (18/33) Installing py3-requests (2.23.0-r0) 18:45:09 (19/33) Installing py3-msgpack (1.0.0-r0) 18:45:09 (20/33) Installing py3-lockfile (0.12.2-r3) 18:45:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:45:09 (22/33) Installing py3-colorama (0.4.3-r0) 18:45:09 (23/33) Installing py3-distlib (0.3.0-r0) 18:45:09 ---> 36779753289a 18:45:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:45:09 (24/33) Installing py3-distro (1.5.0-r1) 18:45:09 (25/33) Installing py3-webencodings (0.5.1-r3) 18:45:09 (26/33) Installing py3-html5lib (1.0.1-r4) 18:45:10 (27/33) Installing py3-pytoml (0.1.21-r0) 18:45:10 (28/33) Installing py3-pep517 (0.8.2-r0) 18:45:10 (29/33) Installing py3-progress (1.5-r0) 18:45:10 (30/33) Installing py3-toml (0.10.1-r0) 18:45:10 (31/33) Installing py3-retrying (1.3.3-r0) 18:45:10 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:45:10 (33/33) Installing py3-pip (20.1.1-r0) 18:45:10 Executing busybox-1.31.1-r19.trigger 18:45:10 OK: 71 MiB in 55 packages 18:45:10 ---> a0eea76070c0 18:45:10 Step 19/23 : ENTRYPOINT ["/core-data"] 18:45:10 ---> Running in 5d848433659e 18:45:11 Removing intermediate container 5d848433659e 18:45:11 ---> c47d69809e6a 18:45:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:45:11 ---> Running in c57cb54b1dce 18:45:12 Removing intermediate container c57cb54b1dce 18:45:12 ---> b25d678048ca 18:45:12 Step 21/23 : LABEL arch=arm64 18:45:12 ---> Running in 1105d8b38e63 18:45:12 Removing intermediate container 1105d8b38e63 18:45:12 ---> 18a029e88d47 18:45:12 Step 22/23 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:45:13 ---> Running in 7c86e04f4bd7 18:45:13 Removing intermediate container 7c86e04f4bd7 18:45:13 ---> 8efb62ccad9e 18:45:13 Step 23/23 : LABEL version=0.0.0 18:45:14 ---> Running in 72c553562a62 18:45:14 Removing intermediate container 72c553562a62 18:45:14 ---> fcd79a9b1bd6 18:45:14 18:45:14 Successfully built fcd79a9b1bd6 18:45:14 Successfully tagged docker-core-data-go-arm64:latest 18:45:15  Building docker-core-data-go ... done Removing intermediate container 3f0ddfcc5f78 18:45:15 ---> 57ada0cb5a0d 18:45:15 Step 20/26 : RUN pip install docker-compose==1.23.2 18:45:15 ---> Running in d516da054600 18:45:20 Collecting docker-compose==1.23.2 18:45:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:45:21 Collecting websocket-client<1.0,>=0.32.0 18:45:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:45:21 Collecting docker<4.0,>=3.6.0 18:45:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:45:22 Collecting dockerpty<0.5,>=0.4.1 18:45:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:45:24 Collecting docopt<0.7,>=0.6.1 18:45:24 Downloading docopt-0.6.2.tar.gz (25 kB) 18:45:26 Collecting texttable<0.10,>=0.9.0 18:45:26 Downloading texttable-0.9.1.tar.gz (11 kB) 18:45:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:45:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:45:29 Collecting cached-property<2,>=1.2.0 18:45:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:45:29 Collecting jsonschema<3,>=2.5.1 18:45:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:45:30 Collecting PyYAML<4,>=3.10 18:45:30 Downloading PyYAML-3.13.tar.gz (270 kB) 18:45:33 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:45:33 Collecting docker-pycreds>=0.4.0 18:45:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:45:33 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) 18:45:33 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) 18:45:34 Collecting urllib3<1.25,>=1.21.1 18:45:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:45:34 Collecting idna<2.8,>=2.5 18:45:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:45:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:45:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:45:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:45:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:45:35 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docopt, texttable, cached-property, jsonschema, PyYAML, docker-compose 18:45:35 Attempting uninstall: urllib3 18:45:35 Found existing installation: urllib3 1.25.9 18:45:35 Uninstalling urllib3-1.25.9: 18:45:35 Successfully uninstalled urllib3-1.25.9 18:45:36 Attempting uninstall: idna 18:45:36 Found existing installation: idna 2.9 18:45:36 Uninstalling idna-2.9: 18:45:36 Successfully uninstalled idna-2.9 18:45:37 Attempting uninstall: requests 18:45:37 Found existing installation: requests 2.23.0 18:45:37 Uninstalling requests-2.23.0: 18:45:37 Successfully uninstalled requests-2.23.0 18:45:38 Running setup.py install for dockerpty: started 18:45:40 Running setup.py install for dockerpty: finished with status 'done' 18:45:40 Running setup.py install for docopt: started 18:45:42 Running setup.py install for docopt: finished with status 'done' 18:45:42 Running setup.py install for texttable: started 18:45:44 Running setup.py install for texttable: finished with status 'done' 18:45:44 Running setup.py install for PyYAML: started 18:45:46 Running setup.py install for PyYAML: finished with status 'done' 18:45:47 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 18:45:50 Removing intermediate container d516da054600 18:45:50 ---> 266c3c17d556 18:45:50 Step 21/26 : RUN apk --no-cache add curl 18:45:50 ---> Running in 3ec1ec9162c3 18:45:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:45:52 (2/3) Installing libcurl (7.69.1-r3) 18:45:53 (3/3) Installing curl (7.69.1-r3) 18:45:53 Executing busybox-1.31.1-r19.trigger 18:45:53 OK: 71 MiB in 58 packages 18:45:54 Removing intermediate container 3ec1ec9162c3 18:45:54 ---> bb357d6dd85b 18:45:54 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:45:54 ---> Running in b7565d5ad805 18:45:54 Removing intermediate container b7565d5ad805 18:45:54 ---> 0c68b6acc4e4 18:45:54 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:45:55 ---> Running in 84b7296a1f86 18:45:55 Removing intermediate container 84b7296a1f86 18:45:55 ---> 1c96284745df 18:45:55 Step 24/26 : LABEL arch=arm64 18:45:55 ---> Running in 9e6abe229913 18:45:56 Removing intermediate container 9e6abe229913 18:45:56 ---> ad7f2290e74e 18:45:56 Step 25/26 : LABEL git_sha=54ea9942bb2bd90c55593f11273246d37bec9a1a 18:45:56 ---> Running in 7115ec0b36d0 18:45:56 Removing intermediate container 7115ec0b36d0 18:45:56 ---> 9b6a273ad0df 18:45:56 Step 26/26 : LABEL version=0.0.0 18:45:56 ---> Running in 37b3af0fb8e4 18:45:57 Removing intermediate container 37b3af0fb8e4 18:45:57 ---> 31d80ab7b3cc 18:45:57 18:45:57 Successfully built 31d80ab7b3cc 18:45:57 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:45:57  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:45:57 $ docker stop --time=1 d08e30f6d03c5a387da7d90b124024dfdee552cd3edec168ed992b075ea583b7 18:45:59 $ docker rm -f d08e30f6d03c5a387da7d90b124024dfdee552cd3edec168ed992b075ea583b7 [Pipeline] // withDockerContainer [Pipeline] sh 18:46:00 + grep docker 18:46:00 + docker images 18:46:00 docker-sys-mgmt-agent-go-arm64 latest 31d80ab7b3cc 4 seconds ago 300MB 18:46:00 docker-core-data-go-arm64 latest fcd79a9b1bd6 46 seconds ago 21MB 18:46:00 docker-security-secretstore-setup-go-arm64 latest d10e4622cf20 About a minute ago 23.4MB 18:46:00 docker-support-scheduler-go-arm64 latest 06a18f29211c About a minute ago 10MB 18:46:00 docker-core-metadata-go-arm64 latest bffcdfe64a6a 3 minutes ago 12.3MB 18:46:00 docker-support-notifications-go-arm64 latest 341eb43f9f05 3 minutes ago 11.4MB 18:46:00 docker-security-bootstrap-redis-go-arm64 latest 112f9850a7fc 3 minutes ago 15.1MB 18:46:00 docker-core-command-go-arm64 latest a5df5992b3ca 3 minutes ago 9.98MB 18:46:00 docker-security-proxy-setup-go-arm64 latest 1e6f46eeebf2 3 minutes ago 23.2MB 18:46:00 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:46:03 provisioning config files... 18:46:03 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config2056757467756716146tmp [Pipeline] { [Pipeline] sh 18:46:03 + set +x 18:46:03 + curl -s https://codecov.io/bash 18:46:03 + bash -s -- 18:46:04 18:46:04 _____ _ 18:46:04 / ____| | | 18:46:04 | | ___ __| | ___ ___ _____ __ 18:46:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:46:04 | |___| (_) | (_| | __/ (_| (_) \ V / 18:46:04 \_____\___/ \__,_|\___|\___\___/ \_/ 18:46:04 Bash-20210115-cec3c92 18:46:04 18:46:04 18:46:04 ==> git version 2.24.3 found 18:46:04 ==> 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 18:46:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:46:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:46:04 ==> Jenkins CI detected. 18:46:04 project root: . 18:46:04 --> token set from env 18:46:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:46:04 ==> Running gcov in . (disable via -X gcov) 18:46:04 ==> Python coveragepy not found 18:46:04 ==> Searching for coverage reports in: 18:46:04 + . 18:46:04 -> Found 1 reports 18:46:04 ==> Detecting git/mercurial file structure 18:46:04 ==> Reading reports 18:46:04 + ./coverage.out bytes=550280 18:46:04 ==> Appending adjustments 18:46:04 https://docs.codecov.io/docs/fixing-reports 18:46:07 + Found adjustments 18:46:07 ==> Gzipping contents 18:46:07 84K /tmp/codecov.6oyWlg.gz 18:46:07 ==> Uploading reports 18:46:07 url: https://codecov.io 18:46:07 query: branch=PR-3049&commit=54ea9942bb2bd90c55593f11273246d37bec9a1a&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3049%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3049&job=&cmd_args= 18:46:07 -> Pinging Codecov 18:46:07 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3049&commit=54ea9942bb2bd90c55593f11273246d37bec9a1a&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3049%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3049&job=&cmd_args= 18:46:07 -> Uploading to 18:46:07 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/54ea9942bb2bd90c55593f11273246d37bec9a1a/eecb71b2-4a87-40bc-8a84-e0b6fa964556.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T184607Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=70b7b5ecb4a249fc5ade57a1a439ca85d5661f69caa1cdd2f388b83d5c65d8e7 18:46:07 % Total % Received % Xferd Average Speed Time Time Time Current 18:46:07 Dload Upload Total Spent Left Speed 18:46:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83316 0 0 100 83316 0 124k --:--:-- --:--:-- --:--:-- 124k 18:46:08 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/54ea9942bb2bd90c55593f11273246d37bec9a1a [Pipeline] } 18:46:08 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 18:46:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:46:12 ---> package-listing.sh 18:46:12 ++ facter osfamily 18:46:12 ++ tr '[:upper:]' '[:lower:]' 18:46:12 + OS_FAMILY=redhat 18:46:12 + workspace=/w/workspace/edgex-go/4 18:46:12 + START_PACKAGES=/tmp/packages_start.txt 18:46:12 + END_PACKAGES=/tmp/packages_end.txt 18:46:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:46:12 + PACKAGES=/tmp/packages_start.txt 18:46:12 + '[' /w/workspace/edgex-go/4 ']' 18:46:12 + PACKAGES=/tmp/packages_end.txt 18:46:12 + case "${OS_FAMILY}" in 18:46:12 + rpm -qa 18:46:12 + sort 18:46:17 + '[' -f /tmp/packages_start.txt ']' 18:46:17 + '[' -f /tmp/packages_end.txt ']' 18:46:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:46:17 + '[' /w/workspace/edgex-go/4 ']' 18:46:17 + mkdir -p /w/workspace/edgex-go/4/archives/ 18:46:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 18:46:17 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 18:46:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:46:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:18 18:46:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:46:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:18 alpine: Pulling from edgex-lftools-log-publisher 18:46:18 df20fa9351a1: Pulling fs layer 18:46:18 36b3adc4ff6f: Pulling fs layer 18:46:18 8ad3a11d3b57: Pulling fs layer 18:46:18 46f8f816bc3b: Pulling fs layer 18:46:18 93b61091891f: Pulling fs layer 18:46:18 93b9cdb0e59b: Pulling fs layer 18:46:18 5e14af77c1be: Pulling fs layer 18:46:18 01666e4c0597: Pulling fs layer 18:46:18 aa168da1d23b: Pulling fs layer 18:46:18 93b9cdb0e59b: Waiting 18:46:18 5e14af77c1be: Waiting 18:46:18 01666e4c0597: Waiting 18:46:18 aa168da1d23b: Waiting 18:46:18 46f8f816bc3b: Waiting 18:46:18 93b61091891f: Waiting 18:46:18 36b3adc4ff6f: Verifying Checksum 18:46:18 36b3adc4ff6f: Download complete 18:46:18 46f8f816bc3b: Verifying Checksum 18:46:18 46f8f816bc3b: Download complete 18:46:18 df20fa9351a1: Download complete 18:46:18 93b9cdb0e59b: Verifying Checksum 18:46:18 93b9cdb0e59b: Download complete 18:46:18 5e14af77c1be: Verifying Checksum 18:46:18 5e14af77c1be: Download complete 18:46:18 01666e4c0597: Verifying Checksum 18:46:18 01666e4c0597: Download complete 18:46:18 93b61091891f: Download complete 18:46:18 df20fa9351a1: Pull complete 18:46:19 36b3adc4ff6f: Pull complete 18:46:19 8ad3a11d3b57: Verifying Checksum 18:46:19 8ad3a11d3b57: Download complete 18:46:20 8ad3a11d3b57: Pull complete 18:46:20 46f8f816bc3b: Pull complete 18:46:21 aa168da1d23b: Verifying Checksum 18:46:21 aa168da1d23b: Download complete 18:46:22 93b61091891f: Pull complete 18:46:22 93b9cdb0e59b: Pull complete 18:46:22 5e14af77c1be: Pull complete 18:46:22 01666e4c0597: Pull complete 18:46:30 aa168da1d23b: Pull complete 18:46:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:46:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:46:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:46:31 prd-centos7-docker-4c-2g-21268 does not seem to be running inside a container 18:46:31 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:46:41 $ docker top 68a6112de60cf64a9e364496a96fae02f0e8028fdbaf7e67481974edf22afd70 -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:42 + touch /tmp/pre-build-complete [Pipeline] sh 18:46:42 + mkdir -p /var/log/sa [Pipeline] sh 18:46:42 + ls /var/log/sa-host 18:46:42 + sadf -c /var/log/sa-host/sa19 18:46:42 file_magic: OK 18:46:42 HZ: Using current value: 100 18:46:42 file_header: OK 18:46:42 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 18:46:42 Statistics: 18:46:42 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... 18:46:42 File successfully converted to sysstat format version 12.2.1 18:46:42 + sadf -c /var/log/sa-host/sa23 18:46:42 file_magic: OK 18:46:42 HZ: Using current value: 100 18:46:42 file_header: OK 18:46:42 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 18:46:42 Statistics: 18:46:42 Hnuu...uuuununununu... 18:46:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:46:43 provisioning config files... 18:46:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5834824494908359208tmp [Pipeline] { [Pipeline] echo 18:46:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:46:43 ---> create-netrc.sh [Pipeline] } 18:46:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:46:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:46:44 ---> python-tools-install.sh [Pipeline] echo 18:46:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:46:44 ---> sudo-logs.sh 18:46:44 Archiving 'sudo' log.. [Pipeline] echo 18:46:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:46:44 ---> job-cost.sh 18:46:44 lf-activate-venv: SKIPPING 18:46:44 INFO: No Stack... 18:46:46 INFO: Retrieving Pricing Info for: v1-standard-2 18:46:46 INFO: Archiving Costs [Pipeline] echo 18:46:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:46:46 ---> logs-deploy.sh 18:46:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3049/4 18:46:46 INFO: archiving workspace using pattern(s): 18:46:48 Archives upload complete. 18:46:48 INFO: archiving logs to Nexus 18:46:49 ---> uname -a: 18:46:49 Linux prd-centos7-docker-4c-2g-21268.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:46:49 18:46:49 18:46:49 ---> lscpu: 18:46:49 Architecture: x86_64 18:46:49 CPU op-mode(s): 32-bit, 64-bit 18:46:49 Byte Order: Little Endian 18:46:49 Address sizes: 40 bits physical, 48 bits virtual 18:46:49 CPU(s): 4 18:46:49 On-line CPU(s) list: 0-3 18:46:49 Thread(s) per core: 1 18:46:49 Core(s) per socket: 1 18:46:49 Socket(s): 4 18:46:49 NUMA node(s): 1 18:46:49 Vendor ID: GenuineIntel 18:46:49 CPU family: 6 18:46:49 Model: 44 18:46:49 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:46:49 Stepping: 1 18:46:49 CPU MHz: 2933.438 18:46:49 BogoMIPS: 5866.87 18:46:49 Virtualization: VT-x 18:46:49 Hypervisor vendor: KVM 18:46:49 Virtualization type: full 18:46:49 L1d cache: 128 KiB 18:46:49 L1i cache: 128 KiB 18:46:49 L2 cache: 16 MiB 18:46:49 L3 cache: 64 MiB 18:46:49 NUMA node0 CPU(s): 0-3 18:46:49 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:46:49 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:46:49 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:46:49 Vulnerability Meltdown: Mitigation; PTI 18:46:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:46:49 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:46:49 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:46:49 Vulnerability Srbds: Not affected 18:46:49 Vulnerability Tsx async abort: Not affected 18:46:49 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 18:46:49 18:46:49 18:46:49 ---> nproc: 18:46:49 4 18:46:49 18:46:49 18:46:49 ---> df -h: 18:46:49 Filesystem Size Used Available Use% Mounted on 18:46:49 overlay 50.0G 11.6G 38.4G 23% / 18:46:49 tmpfs 64.0M 0 64.0M 0% /dev 18:46:49 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:46:49 shm 64.0M 0 64.0M 0% /dev/shm 18:46:49 /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os 18:46:49 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf 18:46:49 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname 18:46:49 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts 18:46:49 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure 18:46:49 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log 18:46:49 /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json 18:46:49 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host 18:46:49 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/4 18:46:49 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/4@tmp 18:46:49 18:46:49 18:46:49 ---> free -m: 18:46:49 total used free shared buff/cache available 18:46:49 Mem: 1837 722 236 0 878 1031 18:46:49 Swap: 1023 58 965 18:46:49 18:46:49 18:46:49 ---> ip addr: 18:46:49 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:46:49 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:46:49 inet 127.0.0.1/8 scope host lo 18:46:49 valid_lft forever preferred_lft forever 18:46:49 inet6 ::1/128 scope host 18:46:49 valid_lft forever preferred_lft forever 18:46:49 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:46:49 link/ether fa:16:3e:44:d3:fe brd ff:ff:ff:ff:ff:ff 18:46:49 inet 10.30.122.12/23 brd 10.30.123.255 scope global dynamic eth0 18:46:49 valid_lft 85062sec preferred_lft 85062sec 18:46:49 inet6 fe80::f816:3eff:fe44:d3fe/64 scope link 18:46:49 valid_lft forever preferred_lft forever 18:46:49 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:46:49 link/ether 02:42:c4:13:d5:d9 brd ff:ff:ff:ff:ff:ff 18:46:49 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:46:49 valid_lft forever preferred_lft forever 18:46:49 inet6 fe80::42:c4ff:fe13:d5d9/64 scope link 18:46:49 valid_lft forever preferred_lft forever 18:46:49 18:46:49 18:46:49 ---> sar -b -r -n DEV: 18:46:49 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 18:46:49 18:46:49 18:24:20 LINUX RESTART (4 CPU) 18:46:49 18:46:49 18:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:46:49 18:26:01 115.95 55.26 60.69 0.00 8106.13 19133.39 0.00 18:46:49 18:27:01 271.80 75.42 196.37 0.00 4414.11 50948.19 0.00 18:46:49 18:28:01 252.92 146.12 106.80 0.00 4514.98 10520.13 0.00 18:46:49 18:29:04 162.69 43.53 119.15 0.00 7325.40 42710.68 0.00 18:46:49 18:30:03 2796.10 2412.03 384.07 0.00 187701.41 236419.21 0.00 18:46:49 18:31:01 1074.20 831.94 242.26 0.00 47706.56 69881.22 0.00 18:46:49 18:32:02 2235.82 1883.69 352.13 0.00 144928.22 184184.94 0.00 18:46:49 18:33:01 295.18 70.12 225.06 0.00 8810.42 31812.30 0.00 18:46:49 18:34:01 9.96 4.13 5.83 0.00 59.94 185.31 0.00 18:46:49 18:35:01 1.10 0.92 0.18 0.00 20.38 1.95 0.00 18:46:49 18:36:01 0.35 0.02 0.33 0.00 0.53 4.08 0.00 18:46:49 18:37:01 0.22 0.00 0.22 0.00 0.00 2.48 0.00 18:46:49 18:38:01 0.28 0.00 0.28 0.00 0.00 3.53 0.00 18:46:49 18:39:01 0.25 0.00 0.25 0.00 0.00 2.33 0.00 18:46:49 18:40:01 1.87 1.68 0.18 0.00 173.06 1.53 0.00 18:46:49 18:41:01 0.85 0.05 0.80 0.00 1.60 15.54 0.00 18:46:49 18:42:01 0.32 0.02 0.30 0.00 0.27 4.28 0.00 18:46:49 18:43:01 0.28 0.00 0.28 0.00 0.00 3.15 0.00 18:46:49 18:44:01 0.23 0.00 0.23 0.00 0.00 3.00 0.00 18:46:49 18:45:01 0.30 0.02 0.28 0.00 0.53 3.23 0.00 18:46:49 18:46:01 0.22 0.00 0.22 0.00 0.00 2.45 0.00 18:46:49 Average: 340.70 260.41 80.30 0.00 19522.78 30575.06 0.00 18:46:49 18:46:49 18:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:46:49 18:26:01 372972 0 585456 31.12 2620 920496 1105356 37.72 442028 864856 104 18:46:49 18:27:01 320276 0 695092 36.94 1492 864684 1317068 44.95 458508 827892 32 18:46:49 18:28:01 349444 0 808792 42.99 676 722632 1694380 57.83 595392 649100 73660 18:46:49 18:29:04 96764 0 735756 39.10 248 1048776 1256884 42.90 697088 809480 110480 18:46:49 18:30:03 64420 0 833700 44.31 0 983424 2344920 80.03 773104 817276 53512 18:46:49 18:31:01 396608 0 760872 40.44 0 724064 1736560 59.27 544024 696392 0 18:46:49 18:32:02 467784 0 688936 36.62 0 724824 1782340 60.83 503220 674620 0 18:46:49 18:33:01 235372 0 645336 34.30 0 1000836 1234260 42.12 566180 833500 20 18:46:49 18:34:01 241664 0 637536 33.88 0 1002344 1187780 40.54 580592 814596 20 18:46:49 18:35:01 242516 0 636256 33.82 0 1002772 1174556 40.09 580048 814964 20 18:46:49 18:36:01 242160 0 636624 33.84 0 1002760 1174616 40.09 580244 814964 8 18:46:49 18:37:01 242988 0 635772 33.79 0 1002784 1174472 40.08 579620 814980 8 18:46:49 18:38:01 243324 0 635420 33.77 0 1002800 1174472 40.08 579604 814980 8 18:46:49 18:39:01 243184 0 635560 33.78 0 1002800 1174472 40.08 579600 814980 8 18:46:49 18:40:01 235012 0 639280 33.98 0 1007252 1174544 40.09 585360 816556 28 18:46:49 18:41:01 235112 0 639172 33.97 0 1007260 1174472 40.08 585280 816572 16 18:46:49 18:42:01 235360 0 638924 33.96 0 1007260 1174472 40.08 585300 816572 8 18:46:49 18:43:01 234704 0 639564 33.99 0 1007276 1174644 40.09 585804 816580 8 18:46:49 18:44:01 234960 0 639300 33.98 0 1007284 1174536 40.08 585408 816580 12 18:46:49 18:45:01 234804 0 639448 33.99 0 1007292 1174632 40.09 585436 816596 12 18:46:49 18:46:01 235460 0 638784 33.95 0 1007300 1174572 40.09 585316 816596 12 18:46:49 Average: 257376 0 668837 35.55 240 955091 1321619 45.10 578912 798982 11332 18:46:49 18:46:49 18:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:46:49 18:26:01 eth0 1384.24 1436.97 5875.47 178.27 0.00 0.00 0.00 0.00 18:46:49 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:26:01 docker0 813.23 626.41 67.78 2662.78 0.00 0.00 0.00 0.00 18:46:49 18:27:01 eth0 500.83 412.33 3679.54 44.32 0.00 0.00 0.00 0.00 18:46:49 18:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:27:01 docker0 136.97 180.53 9.58 829.46 0.00 0.00 0.00 0.00 18:46:49 18:28:01 veth7078b3e 0.33 0.47 0.03 0.04 0.00 0.00 0.00 0.00 18:46:49 18:28:01 eth0 45.40 29.74 27.91 80.33 0.00 0.00 0.00 0.00 18:46:49 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:28:01 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 18:46:49 18:29:04 vethe23aa89 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 18:46:49 18:29:04 eth0 198.10 150.31 1636.59 26.06 0.00 0.00 0.00 0.00 18:46:49 18:29:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:29:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:30:03 vethe23aa89 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 18:46:49 18:30:03 eth0 53.85 30.33 163.65 53.91 0.00 0.00 0.00 0.00 18:46:49 18:30:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:30:03 docker0 11.25 25.97 0.59 149.14 0.00 0.00 0.00 0.00 18:46:49 18:31:01 vethe23aa89 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:31:01 eth0 26.74 17.39 97.52 5.91 0.00 0.00 0.00 0.00 18:46:49 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:31:01 docker0 6.42 9.44 0.35 40.21 0.00 0.00 0.00 0.00 18:46:49 18:32:02 vethe23aa89 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:46:49 18:32:02 veth98346ef 3.80 7.87 0.27 38.39 0.00 0.00 0.00 0.00 18:46:49 18:32:02 eth0 47.09 22.95 120.80 13.22 0.00 0.00 0.00 0.00 18:46:49 18:32:02 vethb09c008 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:33:01 eth0 287.82 211.35 1734.26 107.75 0.00 0.00 0.00 0.00 18:46:49 18:33:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:46:49 18:33:01 docker0 1045.11 962.81 83.30 4291.09 0.00 0.00 0.00 0.00 18:46:49 18:34:01 eth0 2.85 1.62 2.57 0.91 0.00 0.00 0.00 0.00 18:46:49 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:35:01 eth0 1.70 0.45 0.51 0.27 0.00 0.00 0.00 0.00 18:46:49 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:36:01 eth0 0.63 0.33 0.28 0.20 0.00 0.00 0.00 0.00 18:46:49 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:37:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:46:49 18:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:38:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:46:49 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:39:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:46:49 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:40:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 18:46:49 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:41:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:42:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:46:49 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:43:01 eth0 0.52 0.32 0.27 0.17 0.00 0.00 0.00 0.00 18:46:49 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:44:01 eth0 0.07 0.07 0.01 0.03 0.00 0.00 0.00 0.00 18:46:49 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:45:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 18:46:49 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:46:01 eth0 0.13 0.08 0.06 0.01 0.00 0.00 0.00 0.00 18:46:49 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 Average: eth0 121.73 110.47 637.82 24.31 0.00 0.00 0.00 0.00 18:46:49 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:46:49 Average: docker0 49.01 45.15 3.91 201.24 0.00 0.00 0.00 0.00 18:46:49 18:46:49 18:46:49 ---> sar -P ALL: 18:46:49 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) 18:46:49 18:46:49 18:24:20 LINUX RESTART (4 CPU) 18:46:49 18:46:49 18:25:01 CPU %user %nice %system %iowait %steal %idle 18:46:49 18:26:01 all 13.68 0.00 4.94 1.72 0.06 79.60 18:46:49 18:26:01 0 13.22 0.00 6.38 1.47 0.05 78.88 18:46:49 18:26:01 1 12.74 0.00 3.92 0.49 0.08 82.77 18:46:49 18:26:01 2 10.58 0.00 5.30 1.57 0.05 82.50 18:46:49 18:26:01 3 18.20 0.00 4.18 3.33 0.05 74.24 18:46:49 18:27:01 all 10.97 0.00 7.89 6.38 0.09 74.66 18:46:49 18:27:01 0 11.05 0.00 9.17 3.92 0.10 75.77 18:46:49 18:27:01 1 11.15 0.00 8.10 5.44 0.07 75.25 18:46:49 18:27:01 2 10.81 0.00 6.97 5.40 0.10 76.72 18:46:49 18:27:01 3 10.89 0.00 7.32 10.80 0.10 70.89 18:46:49 18:28:01 all 59.37 0.00 12.88 6.80 0.07 20.88 18:46:49 18:28:01 0 58.64 0.00 12.79 7.71 0.07 20.79 18:46:49 18:28:01 1 59.96 0.00 12.40 3.94 0.07 23.63 18:46:49 18:28:01 2 59.47 0.00 13.67 8.66 0.07 18.14 18:46:49 18:28:01 3 59.40 0.00 12.66 6.93 0.07 20.94 18:46:49 18:29:04 all 34.15 0.00 11.52 5.14 0.06 49.13 18:46:49 18:29:04 0 35.77 0.00 11.11 4.41 0.05 48.66 18:46:49 18:29:04 1 33.46 0.00 11.85 4.98 0.07 49.65 18:46:49 18:29:04 2 33.35 0.00 11.46 6.56 0.05 48.58 18:46:49 18:29:04 3 34.02 0.00 11.68 4.60 0.08 49.62 18:46:49 18:30:03 all 21.79 0.00 25.48 23.37 0.18 29.17 18:46:49 18:30:03 0 21.86 0.00 24.71 23.02 0.25 30.16 18:46:49 18:30:03 1 21.09 0.00 25.90 24.66 0.18 28.18 18:46:49 18:30:03 2 22.32 0.00 25.73 23.02 0.14 28.79 18:46:49 18:30:03 3 21.89 0.00 25.58 22.78 0.16 29.58 18:46:49 18:31:01 all 51.11 0.00 15.14 16.64 0.08 17.04 18:46:49 18:31:01 0 51.01 0.00 15.85 18.07 0.11 14.96 18:46:49 18:31:01 1 50.77 0.00 15.08 17.50 0.05 16.60 18:46:49 18:31:01 2 51.16 0.00 14.89 15.05 0.05 18.85 18:46:49 18:31:01 3 51.52 0.00 14.71 15.92 0.09 17.75 18:46:49 18:32:02 all 33.10 0.00 22.55 21.26 0.11 22.97 18:46:49 18:32:02 0 32.86 0.00 21.75 16.98 0.09 28.33 18:46:49 18:32:02 1 33.18 0.00 22.97 22.04 0.14 21.66 18:46:49 18:32:02 2 33.09 0.00 22.30 23.79 0.12 20.70 18:46:49 18:32:02 3 33.30 0.00 23.20 22.25 0.11 21.15 18:46:49 18:33:01 all 28.89 0.00 10.09 7.64 0.07 53.31 18:46:49 18:33:01 0 29.28 0.00 10.50 5.87 0.07 54.27 18:46:49 18:33:01 1 28.02 0.00 10.04 8.74 0.07 53.13 18:46:49 18:33:01 2 30.14 0.00 10.10 8.69 0.09 50.99 18:46:49 18:33:01 3 28.10 0.00 9.71 7.25 0.05 54.88 18:46:49 18:34:01 all 0.23 0.00 0.11 0.12 0.00 99.54 18:46:49 18:34:01 0 0.05 0.00 0.10 0.08 0.00 99.77 18:46:49 18:34:01 1 0.17 0.00 0.12 0.02 0.00 99.70 18:46:49 18:34:01 2 0.62 0.00 0.12 0.38 0.00 98.88 18:46:49 18:34:01 3 0.08 0.00 0.10 0.00 0.02 99.80 18:46:49 18:35:01 all 0.17 0.00 0.04 0.02 0.00 99.77 18:46:49 18:35:01 0 0.08 0.00 0.03 0.07 0.00 99.82 18:46:49 18:35:01 1 0.07 0.00 0.07 0.00 0.00 99.87 18:46:49 18:35:01 2 0.53 0.00 0.02 0.00 0.00 99.45 18:46:49 18:35:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:46:49 18:36:01 all 0.16 0.00 0.05 0.00 0.00 99.78 18:46:49 18:36:01 0 0.03 0.00 0.05 0.00 0.00 99.92 18:46:49 18:36:01 1 0.03 0.00 0.05 0.00 0.02 99.90 18:46:49 18:36:01 2 0.53 0.00 0.05 0.00 0.00 99.42 18:46:49 18:36:01 3 0.05 0.00 0.05 0.00 0.00 99.90 18:46:49 18:46:49 18:36:01 CPU %user %nice %system %iowait %steal %idle 18:46:49 18:37:01 all 0.15 0.00 0.02 0.00 0.00 99.83 18:46:49 18:37:01 0 0.03 0.00 0.02 0.00 0.00 99.95 18:46:49 18:37:01 1 0.05 0.00 0.03 0.00 0.00 99.92 18:46:49 18:37:01 2 0.50 0.00 0.02 0.00 0.00 99.48 18:46:49 18:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:46:49 18:38:01 all 0.11 0.00 0.03 0.00 0.00 99.86 18:46:49 18:38:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:46:49 18:38:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:46:49 18:38:01 2 0.38 0.00 0.03 0.00 0.00 99.58 18:46:49 18:38:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:46:49 18:39:01 all 0.03 0.00 0.02 0.00 0.00 99.95 18:46:49 18:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:46:49 18:39:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:46:49 18:39:01 2 0.05 0.00 0.02 0.00 0.00 99.93 18:46:49 18:39:01 3 0.02 0.00 0.02 0.00 0.02 99.95 18:46:49 18:40:01 all 0.15 0.00 0.05 0.02 0.00 99.77 18:46:49 18:40:01 0 0.05 0.00 0.07 0.02 0.00 99.87 18:46:49 18:40:01 1 0.07 0.00 0.05 0.00 0.00 99.88 18:46:49 18:40:01 2 0.43 0.00 0.03 0.00 0.00 99.53 18:46:49 18:40:01 3 0.05 0.00 0.07 0.07 0.00 99.82 18:46:49 18:41:01 all 0.14 0.00 0.02 0.00 0.00 99.83 18:46:49 18:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:46:49 18:41:01 1 0.03 0.00 0.03 0.00 0.00 99.93 18:46:49 18:41:01 2 0.52 0.00 0.03 0.00 0.00 99.45 18:46:49 18:41:01 3 0.00 0.00 0.02 0.00 0.00 99.98 18:46:49 18:42:01 all 0.15 0.00 0.02 0.00 0.00 99.83 18:46:49 18:42:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:46:49 18:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:46:49 18:42:01 2 0.52 0.00 0.02 0.00 0.00 99.47 18:46:49 18:42:01 3 0.05 0.00 0.02 0.00 0.00 99.93 18:46:49 18:43:01 all 0.16 0.00 0.02 0.00 0.00 99.81 18:46:49 18:43:01 0 0.08 0.00 0.03 0.00 0.02 99.87 18:46:49 18:43:01 1 0.02 0.00 0.02 0.00 0.00 99.97 18:46:49 18:43:01 2 0.53 0.00 0.02 0.00 0.00 99.45 18:46:49 18:43:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:46:49 18:44:01 all 0.16 0.00 0.02 0.00 0.00 99.82 18:46:49 18:44:01 0 0.07 0.00 0.02 0.00 0.00 99.92 18:46:49 18:44:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:46:49 18:44:01 2 0.52 0.00 0.03 0.00 0.00 99.45 18:46:49 18:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:46:49 18:45:01 all 0.14 0.00 0.02 0.00 0.00 99.84 18:46:49 18:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:46:49 18:45:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:46:49 18:45:01 2 0.50 0.00 0.00 0.00 0.00 99.50 18:46:49 18:45:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:46:49 18:46:01 all 0.16 0.00 0.03 0.00 0.00 99.80 18:46:49 18:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:46:49 18:46:01 1 0.07 0.00 0.03 0.00 0.00 99.90 18:46:49 18:46:01 2 0.53 0.00 0.03 0.00 0.02 99.42 18:46:49 18:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:46:49 Average: all 11.80 0.00 5.11 4.08 0.03 78.98 18:46:49 Average: 0 11.78 0.00 5.20 3.74 0.04 79.24 18:46:49 Average: 1 11.61 0.00 5.10 4.01 0.03 79.24 18:46:49 Average: 2 11.90 0.00 5.10 4.27 0.03 78.69 18:46:49 Average: 3 11.89 0.00 5.02 4.29 0.03 78.76 18:46:49 18:46:49 18:46:49