Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 41a7151ac2b6cf2a88a6f2f382b664180a344f79+c7191a90c07787dda31e3868df4c5f33b5de22f9 (5f114a0830db406b04a7f96f45cc489da510092a) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-19607 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # 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 c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit 41a7151ac2b6cf2a88a6f2f382b664180a344f79 Merge succeeded, producing 41a7151ac2b6cf2a88a6f2f382b664180a344f79 Checking out Revision 41a7151ac2b6cf2a88a6f2f382b664180a344f79 (PR-2970) > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 41a7151ac2b6cf2a88a6f2f382b664180a344f79 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 41a7151ac2b6cf2a88a6f2f382b664180a344f79 # timeout=10 Commit message: "feat(security): Resovle conflicts and update to the latest Attribution.txt" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:43:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:43:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:43:52 ========================================================= 21:43:52 EdgeX Global Pipelines Version Info 21:43:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 37bba81cf6eb63d87baced30b5a97fb2c2633e10 # timeout=10 21:43:54 ------------------- 21:43:54 stable info: 21:43:54 ------------------- 21:43:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:43:54 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:43:54 Message: update stable to v1.0.173 21:43:55 ------------------- 21:43:55 experimental info: 21:43:55 ------------------- 21:43:55 Commited By: **** collab-it+edgex@linuxfoundation.org 21:43:55 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 21:43:55 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:43:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:43:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:43:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:43:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:43:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:43:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:43:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:43:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:43:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:43:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:43:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:43:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:43:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:43:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:43:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:43:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:43:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:43:58 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 21:43:58 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 21:43:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 21:43:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 21:43:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 21:43:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 41a7151ac2b6cf2a88a6f2f382b664180a344f79 [Pipeline] echo 21:43:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 41a7151 [Pipeline] echo 21:43:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:43:59 provisioning config files... 21:43:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config4406816729130734959tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:43:59 ---> docker-login.sh 21:43:59 nexus3.edgexfoundry.org:10001 21:44:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:00 Configure a credential helper to remove this warning. See 21:44:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:00 21:44:00 Login Succeeded 21:44:00 nexus3.edgexfoundry.org:10002 21:44:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:00 Configure a credential helper to remove this warning. See 21:44:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:00 21:44:00 Login Succeeded 21:44:00 nexus3.edgexfoundry.org:10003 21:44:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:01 Configure a credential helper to remove this warning. See 21:44:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:01 21:44:01 Login Succeeded 21:44:01 nexus3.edgexfoundry.org:10004 21:44:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:01 Configure a credential helper to remove this warning. See 21:44:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:01 21:44:01 Login Succeeded 21:44:01 docker.io 21:44:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:44:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:44:02 Configure a credential helper to remove this warning. See 21:44:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:44:02 21:44:02 Login Succeeded 21:44:02 ---> docker-login.sh ends [Pipeline] } 21:44:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:44:02 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:44:02 + for file in '`ls cmd/**/Dockerfile`' 21:44:02 ++ dirname cmd/core-command/Dockerfile 21:44:02 ++ cut -d/ -f2 21:44:02 + echo core-command,cmd/core-command/Dockerfile 21:44:02 + for file in '`ls cmd/**/Dockerfile`' 21:44:02 ++ dirname cmd/core-data/Dockerfile 21:44:02 ++ cut -d/ -f2 21:44:02 + echo core-data,cmd/core-data/Dockerfile 21:44:02 + for file in '`ls cmd/**/Dockerfile`' 21:44:02 ++ dirname cmd/core-metadata/Dockerfile 21:44:02 ++ cut -d/ -f2 21:44:02 + echo core-metadata,cmd/core-metadata/Dockerfile 21:44:02 + for file in '`ls cmd/**/Dockerfile`' 21:44:02 ++ dirname cmd/security-bootstrapper/Dockerfile 21:44:02 ++ cut -d/ -f2 21:44:02 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:44:02 + for file in '`ls cmd/**/Dockerfile`' 21:44:02 ++ dirname cmd/security-proxy-setup/Dockerfile 21:44:02 ++ cut -d/ -f2 21:44:02 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:44:02 + for file in '`ls cmd/**/Dockerfile`' 21:44:02 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:44:02 ++ cut -d/ -f2 21:44:02 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:44:02 + for file in '`ls cmd/**/Dockerfile`' 21:44:02 ++ dirname cmd/support-notifications/Dockerfile 21:44:02 ++ cut -d/ -f2 21:44:02 + echo support-notifications,cmd/support-notifications/Dockerfile 21:44:02 + for file in '`ls cmd/**/Dockerfile`' 21:44:02 ++ dirname cmd/support-scheduler/Dockerfile 21:44:02 ++ cut -d/ -f2 21:44:02 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:44:02 + for file in '`ls cmd/**/Dockerfile`' 21:44:02 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:44:02 ++ cut -d/ -f2 21:44:02 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:44:02 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:44:03 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:03 21:44:03 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:44:04 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:04 latest: Pulling from edgex-devops/git-semver 21:44:04 31603596830f: Pulling fs layer 21:44:04 2a8b12db71e7: Pulling fs layer 21:44:04 6ca5941a6612: Pulling fs layer 21:44:04 ecc8261a40a4: Pulling fs layer 21:44:04 ecc8261a40a4: Waiting 21:44:04 2a8b12db71e7: Verifying Checksum 21:44:04 2a8b12db71e7: Download complete 21:44:04 31603596830f: Download complete 21:44:04 ecc8261a40a4: Verifying Checksum 21:44:04 ecc8261a40a4: Download complete 21:44:04 6ca5941a6612: Verifying Checksum 21:44:04 6ca5941a6612: Download complete 21:44:05 31603596830f: Pull complete 21:44:05 2a8b12db71e7: Pull complete 21:44:06 6ca5941a6612: Pull complete 21:44:07 ecc8261a40a4: Pull complete 21:44:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:44:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:44:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:44:07 prd-centos7-docker-4c-2g-19607 does not seem to be running inside a container 21:44:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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:10004/edgex-devops/git-semver:latest cat 21:44:10 $ docker top 455a604d8cd3504945ea1bc3f2e3397b705f5cee149764f3a86b783e2c06e157 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:44:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:44:11 [ssh-agent] Looking for ssh-agent implementation... 21:44:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:44:11 $ docker exec 455a604d8cd3504945ea1bc3f2e3397b705f5cee149764f3a86b783e2c06e157 ssh-agent 21:44:11 SSH_AUTH_SOCK=/tmp/ssh-7D6VWEhVLVAv/agent.11 21:44:11 SSH_AGENT_PID=16 21:44:11 Running ssh-add (command line suppressed) 21:44:12 Identity added: /w/workspace/edgex-go/18@tmp/private_key_1263059171086079381.key (/w/workspace/edgex-go/18@tmp/private_key_1263059171086079381.key) 21:44:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:44:12 + git tag --points-at HEAD [Pipeline] } 21:44:12 $ docker exec --env ******** --env ******** 455a604d8cd3504945ea1bc3f2e3397b705f5cee149764f3a86b783e2c06e157 ssh-agent -k 21:44:12 unset SSH_AUTH_SOCK; 21:44:12 unset SSH_AGENT_PID; 21:44:12 echo Agent pid 16 killed; 21:44:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:44:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:44:13 [ssh-agent] Looking for ssh-agent implementation... 21:44:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:44:13 $ docker exec 455a604d8cd3504945ea1bc3f2e3397b705f5cee149764f3a86b783e2c06e157 ssh-agent 21:44:13 SSH_AUTH_SOCK=/tmp/ssh-WC9ZNi6Om9AB/agent.46 21:44:13 SSH_AGENT_PID=51 21:44:13 Running ssh-add (command line suppressed) 21:44:13 Identity added: /w/workspace/edgex-go/18@tmp/private_key_4120277453348991353.key (/w/workspace/edgex-go/18@tmp/private_key_4120277453348991353.key) 21:44:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:44:14 + git semver init 21:44:14 # -> Open(): unable to determine branch for HEAD 21:44:14 # $GIT_DIR = /w/workspace/edgex-go/18/.git 21:44:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/18 21:44:14 # $SEMVER_REMOTE_NAME = origin 21:44:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:44:14 # $SEMVER_USER_NAME = edgex-jenkins 21:44:14 # $SEMVER_BRANCH = PR-2970 21:44:14 # $SEMVER_TEMP = /tmp/semver-460177503 21:44:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:44:47 # '/tmp/semver-460177503' -> '/w/workspace/edgex-go/18/.semver' 21:44:47 # -> Force: false 21:44:47 # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } 21:44:47 $ docker exec --env ******** --env ******** 455a604d8cd3504945ea1bc3f2e3397b705f5cee149764f3a86b783e2c06e157 ssh-agent -k 21:44:48 unset SSH_AUTH_SOCK; 21:44:48 unset SSH_AGENT_PID; 21:44:48 echo Agent pid 51 killed; 21:44:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:44:48 + git semver [Pipeline] } 21:44:49 $ docker stop --time=1 455a604d8cd3504945ea1bc3f2e3397b705f5cee149764f3a86b783e2c06e157 21:44:51 $ docker rm -f 455a604d8cd3504945ea1bc3f2e3397b705f5cee149764f3a86b783e2c06e157 [Pipeline] // withDockerContainer [Pipeline] sh 21:44:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:44:52 Stashed 1 file(s) [Pipeline] echo 21:44:52 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:44:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:44:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:44:54 + sudo service docker restart 21:44:54 + true 21:44:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:44:55 ========================================================= 21:44:55 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:44:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:44:55 + 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 . 21:45:02 Sending build context to Docker daemon 326.5MB 21:45:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:45:02 Step 2/6 : FROM ${BASE} 21:45:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:45:02 188c0c94c7c5: Pulling fs layer 21:45:02 0ef7d3d256c8: Pulling fs layer 21:45:02 de9db76c5a1d: Pulling fs layer 21:45:02 bca2f99d35d6: Pulling fs layer 21:45:02 93359f2a8cfa: Pulling fs layer 21:45:02 7c6f9722023f: Pulling fs layer 21:45:02 a35cf1a2eb13: Pulling fs layer 21:45:02 bca2f99d35d6: Waiting 21:45:02 7c6f9722023f: Waiting 21:45:02 a35cf1a2eb13: Waiting 21:45:02 93359f2a8cfa: Waiting 21:45:02 de9db76c5a1d: Verifying Checksum 21:45:02 de9db76c5a1d: Download complete 21:45:02 0ef7d3d256c8: Verifying Checksum 21:45:02 0ef7d3d256c8: Download complete 21:45:02 93359f2a8cfa: Verifying Checksum 21:45:02 93359f2a8cfa: Download complete 21:45:02 7c6f9722023f: Verifying Checksum 21:45:02 7c6f9722023f: Download complete 21:45:02 188c0c94c7c5: Verifying Checksum 21:45:02 188c0c94c7c5: Download complete 21:45:03 188c0c94c7c5: Pull complete 21:45:03 0ef7d3d256c8: Pull complete 21:45:03 de9db76c5a1d: Pull complete 21:45:06 a35cf1a2eb13: Verifying Checksum 21:45:06 a35cf1a2eb13: Download complete 21:45:07 bca2f99d35d6: Download complete 21:45:07 Still waiting to schedule task 21:45:07 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 21:45:17 bca2f99d35d6: Pull complete 21:45:17 93359f2a8cfa: Pull complete 21:45:17 7c6f9722023f: Pull complete 21:45:23 a35cf1a2eb13: Pull complete 21:45:23 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:45:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:45:23 ---> a62c8e92a672 21:45:23 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 21:45:23 ---> Running in 25dbd7338b82 21:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:45:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:45:25 (1/12) Installing libmagic (5.38-r0) 21:45:25 (2/12) Installing file (5.38-r0) 21:45:25 (3/12) Installing libc-dev (0.7.2-r3) 21:45:25 (4/12) Installing g++ (9.3.0-r2) 21:45:34 (5/12) Installing fortify-headers (1.1-r0) 21:45:34 (6/12) Installing patch (2.7.6-r6) 21:45:34 (7/12) Installing build-base (0.5-r2) 21:45:34 (8/12) Installing libsodium (1.0.18-r0) 21:45:34 (9/12) Installing pkgconf (1.7.2-r0) 21:45:34 (10/12) Installing libsodium-dev (1.0.18-r0) 21:45:34 (11/12) Installing libzmq (4.3.3-r0) 21:45:34 (12/12) Installing zeromq-dev (4.3.3-r0) 21:45:34 Executing busybox-1.31.1-r19.trigger 21:45:34 OK: 233 MiB in 51 packages 21:45:40 Removing intermediate container 25dbd7338b82 21:45:40 ---> 08bd11ac3792 21:45:40 Step 4/6 : WORKDIR /edgex-go 21:45:40 ---> Running in c93bb8ba19ed 21:45:40 Removing intermediate container c93bb8ba19ed 21:45:40 ---> a7cb21b00e0f 21:45:40 Step 5/6 : COPY go.mod . 21:45:40 ---> 268a1c871bbb 21:45:40 Step 6/6 : RUN go mod download 21:45:40 ---> Running in be686858fd61 21:46:07 Removing intermediate container be686858fd61 21:46:07 ---> ff52b143c5e8 21:46:07 Successfully built ff52b143c5e8 21:46:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:46:07 + docker inspect -f . ci-base-image-x86_64 21:46:07 . [Pipeline] withDockerContainer 21:46:08 prd-centos7-docker-4c-2g-19607 does not seem to be running inside a container 21:46:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:46:09 $ docker top 26ee08b3a62e6e1e2fbf79be75f0a9c8253b9f718f0277758e43e6d0a51d5ecb -eo pid,comm [Pipeline] { [Pipeline] sh 21:46:10 + go version 21:46:10 go version go1.15.5 linux/amd64 [Pipeline] } 21:46:10 $ docker stop --time=1 26ee08b3a62e6e1e2fbf79be75f0a9c8253b9f718f0277758e43e6d0a51d5ecb 21:46:12 $ docker rm -f 26ee08b3a62e6e1e2fbf79be75f0a9c8253b9f718f0277758e43e6d0a51d5ecb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:46:13 + docker inspect -f . ci-base-image-x86_64 21:46:13 . [Pipeline] withDockerContainer 21:46:13 prd-centos7-docker-4c-2g-19607 does not seem to be running inside a container 21:46:13 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:46:15 $ docker top 48d0b15b198a4c6e700de42feabf75fd99d6c4c3cd097369a1024273929ff8ca -eo pid,comm [Pipeline] { [Pipeline] echo 21:46:15 ========================================================= 21:46:15 [edgeXBuildGoParallel] Running Tests and Build... 21:46:15 ========================================================= [Pipeline] sh 21:46:16 + make test 21:46:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:46:34 ? github.com/edgexfoundry/edgex-go [no test files] 21:47:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19609 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 21:47:04 Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout 21:47:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:47:09 using credential edgex-jenkins-ssh 21:47:09 Cloning the remote Git repository 21:47:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:47:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:47:09 > git init /w/workspace/edgex-go/18 # timeout=10 21:47:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:47:09 > git --version # timeout=10 21:47:09 > git --version # 'git version 2.17.1' 21:47:09 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:47:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:47:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:47:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:47:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:47:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:47:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:47:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:47:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:47:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:47:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:47:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:47:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:47:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:47:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:47:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:47:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:47:24 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:47:25 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit 41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:47:25 Merge succeeded, producing 41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:47:25 Checking out Revision 41a7151ac2b6cf2a88a6f2f382b664180a344f79 (PR-2970) 21:47:25 > git config core.sparsecheckout # timeout=10 21:47:25 > git checkout -f 41a7151ac2b6cf2a88a6f2f382b664180a344f79 # timeout=10 21:47:25 > git remote # timeout=10 21:47:25 > git config --get remote.origin.url # timeout=10 21:47:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:47:25 > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 21:47:25 > git rev-parse HEAD^{commit} # timeout=10 21:47:25 > git config core.sparsecheckout # timeout=10 21:47:25 > git checkout -f 41a7151ac2b6cf2a88a6f2f382b664180a344f79 # timeout=10 21:47:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.220s coverage: 46.6% of statements 21:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:47:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:47:29 Commit message: "feat(security): Resovle conflicts and update to the latest Attribution.txt" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:47:31 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:47:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:47:32 + sudo service docker restart 21:47:32 + true 21:47:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.303s coverage: 27.0% of statements 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:47:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.190s coverage: 100.0% of statements 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:47:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.148s coverage: 100.0% of statements 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:47:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.151s coverage: 77.1% of statements 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:47:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.236s coverage: 82.4% of statements 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:47:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:47:34 provisioning config files... 21:47:34 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config2491562987220439911tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:47:35 ---> docker-login.sh 21:47:35 nexus3.edgexfoundry.org:10001 21:47:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:36 Configure a credential helper to remove this warning. See 21:47:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:36 21:47:36 Login Succeeded 21:47:36 nexus3.edgexfoundry.org:10002 21:47:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:36 Configure a credential helper to remove this warning. See 21:47:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:36 21:47:36 Login Succeeded 21:47:36 nexus3.edgexfoundry.org:10003 21:47:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.485s coverage: 28.6% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.111s coverage: 100.0% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.180s coverage: 86.7% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.238s coverage: 97.5% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:47:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:47:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:47:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:37 Configure a credential helper to remove this warning. See 21:47:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:37 21:47:37 Login Succeeded 21:47:37 nexus3.edgexfoundry.org:10004 21:47:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:37 Configure a credential helper to remove this warning. See 21:47:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:37 21:47:37 Login Succeeded 21:47:37 docker.io 21:47:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:47:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:47:38 Configure a credential helper to remove this warning. See 21:47:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:47:38 21:47:38 Login Succeeded 21:47:38 ---> docker-login.sh ends [Pipeline] } 21:47:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:47:38 ========================================================= 21:47:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:47:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:47:39 + 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 . 21:47:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.493s coverage: 94.1% of statements 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:47:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.152s coverage: 58.8% of statements 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:47:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.131s coverage: 0.1% of statements 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:47:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.049s coverage: 43.8% of statements 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 21:47:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:47:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:47:41 Sending build context to Docker daemon 165.6MB 21:47:41 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:47:41 Step 2/6 : FROM ${BASE} 21:47:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:47:41 5f621e34cdf4: Pulling fs layer 21:47:41 a4357932f1b6: Pulling fs layer 21:47:41 18c013af1878: Pulling fs layer 21:47:41 00ac8860ef70: Pulling fs layer 21:47:41 63d7cb157983: Pulling fs layer 21:47:41 b116817d02f9: Pulling fs layer 21:47:41 745a02a5169b: Pulling fs layer 21:47:41 00ac8860ef70: Waiting 21:47:41 63d7cb157983: Waiting 21:47:41 b116817d02f9: Waiting 21:47:41 745a02a5169b: Waiting 21:47:41 18c013af1878: Download complete 21:47:41 a4357932f1b6: Verifying Checksum 21:47:41 a4357932f1b6: Download complete 21:47:41 63d7cb157983: Verifying Checksum 21:47:41 63d7cb157983: Download complete 21:47:41 b116817d02f9: Verifying Checksum 21:47:41 b116817d02f9: Download complete 21:47:41 5f621e34cdf4: Verifying Checksum 21:47:41 5f621e34cdf4: Download complete 21:47:42 5f621e34cdf4: Pull complete 21:47:43 a4357932f1b6: Pull complete 21:47:43 18c013af1878: Pull complete 21:47:44 745a02a5169b: Verifying Checksum 21:47:44 745a02a5169b: Download complete 21:47:46 00ac8860ef70: Verifying Checksum 21:47:46 00ac8860ef70: Download complete 21:47:56 00ac8860ef70: Pull complete 21:47:56 63d7cb157983: Pull complete 21:47:56 b116817d02f9: Pull complete 21:48:01 745a02a5169b: Pull complete 21:48:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:48:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:48:01 ---> b7e6874047d6 21:48:01 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 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.090s coverage: 82.7% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.068s coverage: 100.0% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.146s coverage: 75.5% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.119s coverage: 80.8% of statements 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.111s coverage: 87.2% of statements 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.122s coverage: 84.2% of statements 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.179s coverage: 91.4% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.327s coverage: 63.5% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.065s coverage: 91.3% of statements 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.073s coverage: 100.0% of statements 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.243s coverage: 73.7% of statements 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.820s coverage: 55.9% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.267s coverage: 37.0% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.567s coverage: 84.0% of statements 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.209s coverage: 47.1% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.238s coverage: 100.0% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.072s coverage: 100.0% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.995s coverage: 29.1% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.130s coverage: 99.0% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.088s coverage: 0.0% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:48:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.093s coverage: 100.0% of statements 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 32.1% of statements 21:48:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.118s coverage: 100.0% of statements 21:48:04 GO111MODULE=on go vet ./... 21:48:04 ---> Running in 1a4d4171d1a1 21:48:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:48:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:48:08 (1/12) Installing libmagic (5.38-r0) 21:48:09 (2/12) Installing file (5.38-r0) 21:48:09 (3/12) Installing libc-dev (0.7.2-r3) 21:48:09 (4/12) Installing g++ (9.3.0-r2) 21:48:19 (5/12) Installing fortify-headers (1.1-r0) 21:48:19 (6/12) Installing patch (2.7.6-r6) 21:48:19 (7/12) Installing build-base (0.5-r2) 21:48:19 (8/12) Installing libsodium (1.0.18-r0) 21:48:19 (9/12) Installing pkgconf (1.7.2-r0) 21:48:19 (10/12) Installing libsodium-dev (1.0.18-r0) 21:48:19 (11/12) Installing libzmq (4.3.3-r0) 21:48:19 (12/12) Installing zeromq-dev (4.3.3-r0) 21:48:19 Executing busybox-1.31.1-r19.trigger 21:48:19 OK: 217 MiB in 51 packages 21:48:23 Removing intermediate container 1a4d4171d1a1 21:48:23 ---> 186cd6f3412c 21:48:23 Step 4/6 : WORKDIR /edgex-go 21:48:23 ---> Running in 9ce99be19526 21:48:24 Removing intermediate container 9ce99be19526 21:48:24 ---> 43d1eaa0a8cc 21:48:24 Step 5/6 : COPY go.mod . 21:48:25 ---> c87a1c5e56cf 21:48:25 Step 6/6 : RUN go mod download 21:48:25 ---> Running in 4e59183c9e80 21:48:43 gofmt -l . 21:48:44 [ "`gofmt -l .`" = "" ] 21:48:45 ./bin/test-go-mod-tidy.sh 21:48:46 ./bin/test-attribution-txt.sh [Pipeline] sh 21:48:47 + ls -al . 21:48:47 total 656 21:48:47 drwxrwxr-x 10 1001 1001 4096 Jan 11 21:48 . 21:48:47 drwxr-xr-x 4 root root 30 Jan 11 21:46 .. 21:48:47 -rw-rw-r-- 1 1001 1001 11 Jan 11 21:43 .dockerignore 21:48:47 drwxrwxr-x 8 1001 1001 179 Jan 11 21:43 .git 21:48:47 drwxrwxr-x 3 1001 1001 125 Jan 11 21:43 .github 21:48:47 -rw-rw-r-- 1 1001 1001 872 Jan 11 21:43 .gitignore 21:48:47 drwx------ 3 1001 1001 47 Jan 11 21:44 .semver 21:48:47 -rw-rw-r-- 1 1001 1001 166 Jan 11 21:43 .sonarcloud.properties 21:48:47 -rw-rw-r-- 1 1001 1001 7841 Jan 11 21:43 Attribution.txt 21:48:47 -rw-rw-r-- 1 1001 1001 3804 Jan 11 21:43 CONTRIBUTING.md 21:48:47 -rw-rw-r-- 1 1001 1001 931 Jan 11 21:43 Dockerfile.build 21:48:47 -rw-rw-r-- 1 1001 1001 863 Jan 11 21:43 Jenkinsfile 21:48:47 -rw-rw-r-- 1 1001 1001 10775 Jan 11 21:43 LICENSE 21:48:47 -rw-rw-r-- 1 1001 1001 6001 Jan 11 21:43 Makefile 21:48:47 -rw-rw-r-- 1 1001 1001 6524 Jan 11 21:43 README.md 21:48:47 -rw-rw-r-- 1 1001 1001 6744 Jan 11 21:43 SECURITY.md 21:48:47 -rw-rw-r-- 1 1001 1001 5 Jan 11 21:44 VERSION 21:48:47 -rw-rw-r-- 1 1001 1001 4131 Jan 11 21:43 ZMQWindows.md 21:48:47 drwxrwxr-x 2 1001 1001 117 Jan 11 21:43 bin 21:48:47 drwxrwxr-x 15 1001 1001 4096 Jan 11 21:43 cmd 21:48:47 -rw-r--r-- 1 root root 550268 Jan 11 21:48 coverage.out 21:48:47 -rw-r--r-- 1 root root 1005 Jan 11 21:48 go.mod 21:48:47 -rw-r--r-- 1 root root 19172 Jan 11 21:48 go.sum 21:48:47 drwxrwxr-x 8 1001 1001 127 Jan 11 21:43 internal 21:48:47 drwxrwxr-x 4 1001 1001 26 Jan 11 21:43 openapi 21:48:47 drwxrwxr-x 4 1001 1001 71 Jan 11 21:43 snap 21:48:47 -rw-rw-r-- 1 1001 1001 168 Jan 11 21:43 version.go [Pipeline] sh 21:48:48 + '[' -e coverage.out ] 21:48:48 + chown 1001:1001 coverage.out [Pipeline] stash 21:48:48 Stashed 1 file(s) [Pipeline] sh 21:48:49 + make build 21:48:49 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 21:48:52 Removing intermediate container 4e59183c9e80 21:48:52 ---> 4c7105b4a61e 21:48:52 Successfully built 4c7105b4a61e 21:48:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:48:52 + docker inspect -f . ci-base-image-arm64 21:48:52 . [Pipeline] withDockerContainer 21:48:52 prd-ubuntu18.04-docker-arm64-4c-16g-19609 does not seem to be running inside a container 21:48:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:48:54 $ docker top 7a654ae04e398adc7b04dbf9e558f0edc953a12e196a3e8d4a1fa6edb60e0d37 -eo pid,comm [Pipeline] { [Pipeline] sh 21:48:54 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 21:48:55 + go version 21:48:55 go version go1.15.5 linux/arm64 [Pipeline] } 21:48:55 $ docker stop --time=1 7a654ae04e398adc7b04dbf9e558f0edc953a12e196a3e8d4a1fa6edb60e0d37 21:48:57 $ docker rm -f 7a654ae04e398adc7b04dbf9e558f0edc953a12e196a3e8d4a1fa6edb60e0d37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:48:58 + docker inspect -f . ci-base-image-arm64 21:48:58 . [Pipeline] withDockerContainer 21:48:58 prd-ubuntu18.04-docker-arm64-4c-16g-19609 does not seem to be running inside a container 21:48:58 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 21:49:00 $ docker top acc60ce4dc8011c2b3d1c8da1599936c425ba81fe93968481b0e5aa12a9848cd -eo pid,comm [Pipeline] { [Pipeline] echo 21:49:00 ========================================================= 21:49:00 [edgeXBuildGoParallel] Running Tests and Build... 21:49:00 ========================================================= [Pipeline] sh 21:49:01 + make test 21:49:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:49:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:49: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 21:49:17 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 21:49:18 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 21:49:23 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 21:49:23 ? github.com/edgexfoundry/edgex-go [no test files] 21:49:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:49:27 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 21:49:30 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 21:49:33 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 21:49:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:49:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:49:41 $ docker stop --time=1 48d0b15b198a4c6e700de42feabf75fd99d6c4c3cd097369a1024273929ff8ca 21:49:43 $ docker rm -f 48d0b15b198a4c6e700de42feabf75fd99d6c4c3cd097369a1024273929ff8ca [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:49:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:49:47 21:49:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:49:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:49:47 latest: Pulling from edgex-devops/edgex-compose 21:49:47 cbdbe7a5bc2a: Pulling fs layer 21:49:47 ca9280d653b3: Pulling fs layer 21:49:47 7e9c9ca2126c: Pulling fs layer 21:49:48 cbdbe7a5bc2a: Verifying Checksum 21:49:48 cbdbe7a5bc2a: Download complete 21:49:49 cbdbe7a5bc2a: Pull complete 21:49:50 ca9280d653b3: Verifying Checksum 21:49:50 ca9280d653b3: Download complete 21:49:52 7e9c9ca2126c: Download complete 21:49:52 ca9280d653b3: Pull complete 21:50:02 7e9c9ca2126c: Pull complete 21:50:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:50:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:50:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:50:02 prd-centos7-docker-4c-2g-19607 does not seem to be running inside a container 21:50:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:50:05 $ docker top 2a43c2d9f8738ca261c7b7f3c8680db0300f125ce58a066424cbc98c6920b3a4 -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:05 + docker-compose build --help 21:50:05 + grep parallel 21:50:07 --parallel Build images in parallel. [Pipeline] } 21:50:07 $ docker stop --time=1 2a43c2d9f8738ca261c7b7f3c8680db0300f125ce58a066424cbc98c6920b3a4 21:50:09 $ docker rm -f 2a43c2d9f8738ca261c7b7f3c8680db0300f125ce58a066424cbc98c6920b3a4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:50:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:50:09 . [Pipeline] withDockerContainer 21:50:09 prd-centos7-docker-4c-2g-19607 does not seem to be running inside a container 21:50:10 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:50:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:50:11 $ docker top 79610bb2bb563de64388f4c1d145b7893279331e15e2c3c9ef9589bd8c1e437f -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:12 + docker-compose -f ./docker-compose-build.yml build --parallel 21:50:14 Building docker-core-command-go ... 21:50:14 Building docker-core-data-go ... 21:50:14 Building docker-core-metadata-go ... 21:50:14 Building docker-security-bootstrapper-go ... 21:50:14 Building docker-security-proxy-setup-go ... 21:50:14 Building docker-security-secretstore-setup-go ... 21:50:14 Building docker-support-notifications-go ... 21:50:14 Building docker-support-scheduler-go ... 21:50:14 Building docker-sys-mgmt-agent-go ... 21:50:14 Building docker-support-notifications-go 21:50:14 Building docker-security-proxy-setup-go 21:50:14 Building docker-core-metadata-go 21:50:14 Building docker-core-command-go 21:50:14 Building docker-support-scheduler-go 21:50:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:50:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:50:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:50:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 21:50:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:50:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:50:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:50:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:50:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:50:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:50:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:50:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:50:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:50:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.257s coverage: 46.6% of statements 21:50:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:50:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:50:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:50:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:50:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:50:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.534s coverage: 27.0% of statements 21:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:50:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 21:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:50:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements 21:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:50:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.244s coverage: 77.1% of statements 21:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:50:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:50:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.671s coverage: 82.4% of statements 21:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 21:50:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:50:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.114s coverage: 28.6% of statements 21:50:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:50:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:50:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:50:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:50:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:50:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.163s coverage: 100.0% of statements 21:50:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:50:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements 21:50:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:50:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.285s coverage: 86.7% of statements 21:50:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:50:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.520s coverage: 97.5% of statements 21:50:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:50:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.268s coverage: 78.3% of statements 21:50:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:50:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:50:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:50:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:51:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.081s coverage: 94.1% of statements 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:51:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:51:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.172s coverage: 0.1% of statements 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:51:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 43.8% of statements 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 21:51:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:51:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:51:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:51:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:51:11 ---> ff52b143c5e8 21:51:11 Step 3/23 : WORKDIR /edgex-go 21:51:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:51:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:51:11 ---> ff52b143c5e8 21:51:11 Step 3/22 : WORKDIR /edgex-go 21:51:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:51:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:51:11 ---> ff52b143c5e8 21:51:11 Step 3/21 : WORKDIR /edgex-go 21:51:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:51:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:51:11 ---> ff52b143c5e8 21:51:11 Step 3/23 : WORKDIR /edgex-go 21:51:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:51:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:51:11 ---> ff52b143c5e8 21:51:11 Step 3/22 : WORKDIR /edgex-go 21:51:11 ---> Running in cd0ef5e7bddb 21:51:11 ---> Running in 5e91d1f84dba 21:51:11 ---> Running in e9abdc4d5593 21:51:11 ---> Running in f7c4683d4500 21:51:11 ---> Running in e957a7159354 21:51:11 Removing intermediate container e9abdc4d5593 21:51:11 ---> 5e9adf88616a 21:51:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:11 Removing intermediate container e957a7159354 21:51:11 ---> 256292b69e9b 21:51:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:11 Removing intermediate container 5e91d1f84dba 21:51:11 ---> fcdc14571f00 21:51:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:11 Removing intermediate container f7c4683d4500 21:51:11 ---> ff84a28830bb 21:51:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:11 ---> Running in d8b42ae82235 21:51:11 Removing intermediate container cd0ef5e7bddb 21:51:11 ---> fa1a6638d0cb 21:51:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:51:11 ---> Running in fc1c366e9fed 21:51:11 ---> Running in 4e61e265d881 21:51:11 ---> Running in 63990e06b300 21:51:11 ---> Running in 0296c1e8a569 21:51:11 Removing intermediate container fc1c366e9fed 21:51:11 ---> d85f39dd2b14 21:51:11 Step 5/21 : RUN apk add --update --no-cache make git 21:51:11 ---> Running in 01a5d1fb8745 21:51:11 Removing intermediate container d8b42ae82235 21:51:11 ---> c9c5899301da 21:51:11 Step 5/23 : RUN apk add --update --no-cache make git 21:51:11 Removing intermediate container 63990e06b300 21:51:11 ---> 85b38ed26d1c 21:51:11 Step 5/22 : RUN apk add --update --no-cache make git 21:51:11 Removing intermediate container 0296c1e8a569 21:51:11 ---> c3ad4dcaa69e 21:51:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:51:12 Removing intermediate container 4e61e265d881 21:51:12 ---> d3f3aafb337d 21:51:12 Step 5/23 : RUN apk add --update --no-cache make git 21:51:12 ---> Running in f59e6064c05e 21:51:12 ---> Running in 216477f16732 21:51:12 ---> Running in c7d9d30f7cf1 21:51:12 ---> Running in 0601e872d140 21:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:14 OK: 233 MiB in 51 packages 21:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:51:14 OK: 233 MiB in 51 packages 21:51:15 OK: 233 MiB in 51 packages 21:51:15 OK: 233 MiB in 51 packages 21:51:15 OK: 233 MiB in 51 packages 21:51:16 Removing intermediate container 01a5d1fb8745 21:51:16 ---> 14e83bb5e147 21:51:16 Step 6/21 : COPY go.mod . 21:51:16 Removing intermediate container f59e6064c05e 21:51:16 ---> d9d793cc5221 21:51:16 Step 6/23 : COPY go.mod . 21:51:16 Removing intermediate container 216477f16732 21:51:16 ---> 59f10031c593 21:51:16 Step 6/22 : COPY go.mod . 21:51:16 Removing intermediate container c7d9d30f7cf1 21:51:16 ---> b2c38e32ec5c 21:51:16 Step 6/22 : COPY go.mod . 21:51:16 Removing intermediate container 0601e872d140 21:51:16 ---> 3124487134fc 21:51:16 Step 6/23 : COPY go.mod . 21:51:16 ---> 15c9489628fa 21:51:16 Step 7/21 : RUN go mod download 21:51:16 ---> 7db777adcf7a 21:51:16 Step 7/23 : RUN go mod download 21:51:16 ---> 2b6365858ae1 21:51:16 Step 7/22 : RUN go mod download 21:51:16 ---> 1dada492a8f7 21:51:16 Step 7/22 : RUN go mod download 21:51:16 ---> Running in 3946a42f7d84 21:51:16 ---> Running in 830ea2e4bced 21:51:17 ---> Running in 744e2c92875b 21:51:17 ---> Running in f4588a41e886 21:51:17 ---> f763f4058b89 21:51:17 Step 7/23 : RUN go mod download 21:51:17 ---> Running in f138ab4e4207 21:51:21 Removing intermediate container 3946a42f7d84 21:51:21 ---> b98d90a8d4b8 21:51:21 Step 8/21 : COPY . . 21:51:21 Removing intermediate container 830ea2e4bced 21:51:21 ---> a4fc5c0727c9 21:51:21 Step 8/23 : COPY . . 21:51:21 Removing intermediate container f138ab4e4207 21:51:21 ---> a127ceba8114 21:51:21 Step 8/23 : COPY . . 21:51:21 Removing intermediate container f4588a41e886 21:51:21 ---> a990fd12307f 21:51:21 Step 8/22 : COPY . . 21:51:22 Removing intermediate container 744e2c92875b 21:51:22 ---> 22d0d3d979f4 21:51:22 Step 8/22 : COPY . . 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.076s coverage: 82.7% of statements 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.133s coverage: 84.2% of statements 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.168s coverage: 91.4% of statements 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.472s coverage: 63.5% of statements 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.755s coverage: 55.9% of statements 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.341s coverage: 37.0% of statements 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.492s coverage: 84.0% of statements 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.369s coverage: 47.1% of statements 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:51:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements 21:51:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:51:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.649s coverage: 29.1% of statements 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:51:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.235s coverage: 99.0% of statements 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:51:34 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:51:34 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:51:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:51:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.109s coverage: 87.9% of statements 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:51:34 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:51:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 21:51:34 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 21:51:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 21:51:34 GO111MODULE=on go vet ./... 21:52:19 ---> c826dde0aa08 21:52:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:52:19 ---> 9c3a6be9ea2c 21:52:19 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:52:19 ---> Running in 740517b21d49 21:52:19 ---> Running in 69d9cbb9ca2d 21:52:19 ---> 1e9ad6f3376e 21:52:19 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:52:19 ---> a8ddf78c498d 21:52:19 Step 9/23 : RUN make cmd/core-command/core-command 21:52:19 ---> Running in e22b66deb7f6 21:52:19 ---> Running in ea5ca10cd160 21:52:19 ---> 5255c8328c0d 21:52:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:52:19 ---> Running in 190742cc8483 21:52:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:52:21 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 21:52:21 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 21:52:21 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 21:52:21 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 21:52:42 gofmt -l . 21:52:44 [ "`gofmt -l .`" = "" ] 21:52:47 ./bin/test-go-mod-tidy.sh 21:52:47 ./bin/test-attribution-txt.sh [Pipeline] sh 21:52:49 + ls -al . 21:52:49 total 684 21:52:49 drwxrwxr-x 9 1001 1001 4096 Jan 11 21:52 . 21:52:49 drwxr-xr-x 4 root root 4096 Jan 11 21:48 .. 21:52:49 -rw-rw-r-- 1 1001 1001 11 Jan 11 21:47 .dockerignore 21:52:49 drwxrwxr-x 8 1001 1001 4096 Jan 11 21:47 .git 21:52:49 drwxrwxr-x 3 1001 1001 4096 Jan 11 21:47 .github 21:52:49 -rw-rw-r-- 1 1001 1001 872 Jan 11 21:47 .gitignore 21:52:49 -rw-rw-r-- 1 1001 1001 166 Jan 11 21:47 .sonarcloud.properties 21:52:49 -rw-rw-r-- 1 1001 1001 7841 Jan 11 21:47 Attribution.txt 21:52:49 -rw-rw-r-- 1 1001 1001 3804 Jan 11 21:47 CONTRIBUTING.md 21:52:49 -rw-rw-r-- 1 1001 1001 931 Jan 11 21:47 Dockerfile.build 21:52:49 -rw-rw-r-- 1 1001 1001 863 Jan 11 21:47 Jenkinsfile 21:52:49 -rw-rw-r-- 1 1001 1001 10775 Jan 11 21:47 LICENSE 21:52:49 -rw-rw-r-- 1 1001 1001 6001 Jan 11 21:47 Makefile 21:52:49 -rw-rw-r-- 1 1001 1001 6524 Jan 11 21:47 README.md 21:52:49 -rw-rw-r-- 1 1001 1001 6744 Jan 11 21:47 SECURITY.md 21:52:49 -rw-rw-r-- 1 1001 1001 5 Jan 11 21:44 VERSION 21:52:49 -rw-rw-r-- 1 1001 1001 4131 Jan 11 21:47 ZMQWindows.md 21:52:49 drwxrwxr-x 2 1001 1001 4096 Jan 11 21:47 bin 21:52:49 drwxrwxr-x 15 1001 1001 4096 Jan 11 21:47 cmd 21:52:49 -rw-r--r-- 1 root root 550268 Jan 11 21:51 coverage.out 21:52:49 -rw-r--r-- 1 root root 1005 Jan 11 21:52 go.mod 21:52:49 -rw-r--r-- 1 root root 19172 Jan 11 21:52 go.sum 21:52:49 drwxrwxr-x 8 1001 1001 4096 Jan 11 21:47 internal 21:52:49 drwxrwxr-x 4 1001 1001 4096 Jan 11 21:47 openapi 21:52:49 drwxrwxr-x 4 1001 1001 4096 Jan 11 21:47 snap 21:52:49 -rw-rw-r-- 1 1001 1001 168 Jan 11 21:47 version.go [Pipeline] sh 21:52:50 + '[' -e coverage.out ] 21:52:50 + chown 1001:1001 coverage.out [Pipeline] stash 21:52:50 Warning: overwriting stash ‘coverage-report’ 21:52:51 Stashed 1 file(s) [Pipeline] sh 21:52:52 + make build 21:52:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:53:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:53:08 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 21:53:14 Removing intermediate container 190742cc8483 21:53:14 ---> de809b5155db 21:53:14 21:53:14 Step 10/22 : FROM alpine:3.12 21:53:14 3.12: Pulling from library/alpine 21:53:14 Removing intermediate container 69d9cbb9ca2d 21:53:14 ---> cef51abcbc55 21:53:14 21:53:14 Step 10/22 : FROM alpine:3.12 21:53:14 Removing intermediate container ea5ca10cd160 21:53:14 ---> f4200f475427 21:53:14 21:53:14 Step 10/23 : FROM alpine:3.12 21:53:14 3.12: Pulling from library/alpine 21:53:14 3.12: Pulling from library/alpine 21:53:15 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:53:15 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:53:15 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:53:15 Status: Downloaded newer image for alpine:3.12 21:53:15 ---> 389fef711851 21:53:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:53:15 Status: Image is up to date for alpine:3.12 21:53:15 ---> 389fef711851 21:53:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:53:15 Status: Downloaded newer image for alpine:3.12 21:53:15 ---> 389fef711851 21:53:15 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:53:17 ---> Running in 714724580b68 21:53:17 ---> Running in 81bed8fde3a1 21:53:17 ---> Running in b2fe2b790fde 21:53:17 Removing intermediate container 740517b21d49 21:53:17 ---> c0452dbc461c 21:53:17 21:53:17 Step 10/21 : FROM alpine:3.12 21:53:17 ---> 389fef711851 21:53:17 Step 11/21 : RUN apk add --update --no-cache curl 21:53:17 ---> Running in fd2722a6a663 21:53:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:19 (1/2) Installing ca-certificates (20191127-r4) 21:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:19 (2/2) Installing dumb-init (1.2.2-r1) 21:53:19 Executing busybox-1.31.1-r19.trigger 21:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:19 Executing ca-certificates-20191127-r4.trigger 21:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:19 OK: 6 MiB in 16 packages 21:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:19 (1/1) Installing dumb-init (1.2.2-r1) 21:53:19 Executing busybox-1.31.1-r19.trigger 21:53:19 OK: 6 MiB in 15 packages 21:53:19 (1/1) Installing dumb-init (1.2.2-r1) 21:53:19 Executing busybox-1.31.1-r19.trigger 21:53:19 OK: 6 MiB in 15 packages 21:53:19 (1/4) Installing ca-certificates (20191127-r4) 21:53:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:53:19 (3/4) Installing libcurl (7.69.1-r3) 21:53:19 (4/4) Installing curl (7.69.1-r3) 21:53:19 Executing busybox-1.31.1-r19.trigger 21:53:19 Executing ca-certificates-20191127-r4.trigger 21:53:19 OK: 7 MiB in 18 packages 21:53:22 Removing intermediate container e22b66deb7f6 21:53:22 ---> 1cffb158d95a 21:53:22 21:53:22 Step 10/23 : FROM alpine:3.12 21:53:22 ---> 389fef711851 21:53:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:53:22 ---> Running in 528b156d1daf 21:53:22 Removing intermediate container 81bed8fde3a1 21:53:22 ---> 480de040e3f3 21:53:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:53:22 Removing intermediate container 714724580b68 21:53:22 ---> 37b658e34ba9 21:53:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:53:23 Removing intermediate container b2fe2b790fde 21:53:23 ---> e98d9e3a491f 21:53:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:53:23 ---> Running in 214ae53cb2bf 21:53:23 Removing intermediate container fd2722a6a663 21:53:23 ---> 3c9d1e7a6a51 21:53:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:53:23 ---> Running in 36004ba52ff5 21:53:23 ---> Running in 60a56b386ed5 21:53:23 ---> Running in 3cf3b8f9cfab 21:53:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:53:23 Removing intermediate container 214ae53cb2bf 21:53:23 ---> b409f49bcca4 21:53:23 Step 13/23 : ENV APP_PORT=48082 21:53:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:53:23 Removing intermediate container 36004ba52ff5 21:53:23 ---> f916d4a09d1c 21:53:23 Step 13/22 : ENV APP_PORT=48060 21:53:23 ---> Running in 43c276ac084e 21:53:24 ---> Running in e5d656a8c12b 21:53:24 Removing intermediate container 3cf3b8f9cfab 21:53:24 ---> 4f1ceffdc588 21:53:24 Step 13/21 : WORKDIR /edgex 21:53:24 (1/1) Installing dumb-init (1.2.2-r1) 21:53:24 Removing intermediate container 60a56b386ed5 21:53:24 ---> 9f00985b9b9e 21:53:24 Step 13/22 : ENV APP_PORT=48085 21:53:24 Executing busybox-1.31.1-r19.trigger 21:53:24 OK: 6 MiB in 15 packages 21:53:24 ---> Running in 650ab4d38e30 21:53:24 ---> Running in 47684b22e608 21:53:24 Removing intermediate container 43c276ac084e 21:53:24 ---> 338f69d67fc7 21:53:24 Step 14/23 : EXPOSE $APP_PORT 21:53:24 Removing intermediate container e5d656a8c12b 21:53:24 ---> a0b8e7a611dd 21:53:24 Step 14/22 : EXPOSE $APP_PORT 21:53:24 ---> Running in 4222f26344d9 21:53:24 ---> Running in beca215228a8 21:53:24 Removing intermediate container 650ab4d38e30 21:53:24 ---> 065fa21e377b 21:53:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:53:24 Removing intermediate container 47684b22e608 21:53:24 ---> d3b227d8498c 21:53:24 Step 14/22 : EXPOSE $APP_PORT 21:53:25 ---> Running in fcf19623b2e8 21:53:25 Removing intermediate container 4222f26344d9 21:53:25 ---> 341176ac054c 21:53:25 Step 15/23 : WORKDIR / 21:53:25 Removing intermediate container beca215228a8 21:53:25 ---> e4ab3ff493c5 21:53:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:53:25 Removing intermediate container 528b156d1daf 21:53:25 ---> b8e57064dd26 21:53:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:53:25 ---> Running in 05c7164e3444 21:53:25 ---> 6a86458ead4d 21:53:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:53:25 Removing intermediate container fcf19623b2e8 21:53:25 ---> 20250f7c9a5b 21:53:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:53:25 ---> Running in e6ef58794fed 21:53:25 ---> 5abdb49e11a8 21:53:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:53:26 Removing intermediate container 05c7164e3444 21:53:26 ---> c09b3af2596d 21:53:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:53:26 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 21:53:26 ---> d56aae6a2c57 21:53:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:53:26 Removing intermediate container e6ef58794fed 21:53:26 ---> 9f43dcd3fa3f 21:53:26 Step 13/23 : ENV APP_PORT=48081 21:53:26 ---> 11fd446341e8 21:53:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:53:26 ---> aaae9b282ff2 21:53:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:53:26 ---> Running in ec442bf4b31e 21:53:27 ---> ed7cd5436caf 21:53:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:53:27 Removing intermediate container ec442bf4b31e 21:53:27 ---> 5d11d49a8dcd 21:53:27 Step 14/23 : EXPOSE $APP_PORT 21:53:28 ---> 505c4c1b3426 21:53:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:53:28 ---> Running in a1cba7c7a150 21:53:28 ---> Running in c63380c184c0 21:53:28 ---> c23a27d40ad5 21:53:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:53:28 ---> 1e2b79bee4dd 21:53:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:53:28 ---> ae7001cbb1e7 21:53:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:53:28 ---> Running in 703559ea3227 21:53:28 Removing intermediate container a1cba7c7a150 21:53:28 ---> cd7499559f23 21:53:28 Step 15/23 : WORKDIR / 21:53:29 Removing intermediate container c63380c184c0 21:53:29 ---> fdfa49a08860 21:53:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:53:29 ---> Running in 81be9bf9a855 21:53:29 ---> Running in 3535b7f95f32 21:53:29 Removing intermediate container 703559ea3227 21:53:29 ---> 6fc29dee90ee 21:53:29 Step 18/21 : CMD ["--init=true"] 21:53:29 ---> 3c2a1e6e08a0 21:53:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:53: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 21:53:29 ---> 915c005ab085 21:53:29 Step 19/23 : ENTRYPOINT ["/core-command"] 21:53:29 ---> Running in 8ca0725688ea 21:53:29 ---> Running in e48366abb4ac 21:53:29 ---> Running in 7e98e4dd9901 21:53:29 Removing intermediate container 81be9bf9a855 21:53:29 ---> c935a67184a6 21:53:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:53:29 Removing intermediate container 3535b7f95f32 21:53:29 ---> f79981fe12ef 21:53:29 Step 20/22 : LABEL arch=x86_64 21:53:29 Removing intermediate container e48366abb4ac 21:53:29 ---> 2c45e631b4ff 21:53:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:53:29 ---> Running in a4ec9590abe2 21:53:29 Removing intermediate container 8ca0725688ea 21:53:29 ---> 3d9f3d291841 21:53:29 Step 19/21 : LABEL arch=x86_64 21:53:30 ---> Running in 0f3a5672d7e3 21:53:30 Removing intermediate container 7e98e4dd9901 21:53:30 ---> c31cc2435626 21:53:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:53:30 ---> Running in 5eef8562be3a 21:53:30 ---> 0edc1704f771 21:53:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:53:30 ---> Running in 9e86d0dbaa6f 21:53:30 Removing intermediate container a4ec9590abe2 21:53:30 ---> 83db82533875 21:53:30 Step 21/22 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:53:30 ---> Running in 85bfb0ba5b51 21:53:30 Removing intermediate container 0f3a5672d7e3 21:53:30 ---> 1f9d8dab79c2 21:53:30 Step 20/22 : LABEL arch=x86_64 21:53:30 Removing intermediate container 5eef8562be3a 21:53:30 ---> d67353f9bd10 21:53:30 Step 20/21 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:53:30 Removing intermediate container 9e86d0dbaa6f 21:53:30 ---> 97979aa18f42 21:53:30 Step 21/23 : LABEL arch=x86_64 21:53:30 ---> Running in cb288485a483 21:53:30 ---> Running in b826df93b923 21:53:30 ---> Running in 7a649a7fbe34 21:53:30 Removing intermediate container 85bfb0ba5b51 21:53:30 ---> 2f47e2307e2c 21:53:30 Step 22/22 : LABEL version=0.0.0 21:53:31 ---> Running in cfaecbe8a2d1 21:53:31 Removing intermediate container cb288485a483 21:53:31 ---> 6aab3b21264a 21:53:31 Step 21/22 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:53:31 Removing intermediate container b826df93b923 21:53:31 ---> d36c811785a0 21:53:31 Step 22/23 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:53:31 Removing intermediate container 7a649a7fbe34 21:53:31 ---> c798a7e515fe 21:53:31 Step 21/21 : LABEL version=0.0.0 21:53:31 ---> f67ac90da27f 21:53:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:53:31 Removing intermediate container cfaecbe8a2d1 21:53:31 ---> 962a998de5b7 21:53:31 21:53:31 ---> Running in 80920ae18fec 21:53:31 ---> Running in d64f4793ea44 21:53:31 ---> Running in 35645d5a24d3 21:53:32 Removing intermediate container 80920ae18fec 21:53:32 ---> 8d6fa9902678 21:53:32 Step 22/22 : LABEL version=0.0.0 21:53:32 Removing intermediate container d64f4793ea44 21:53:32 ---> 26eba70c875d 21:53:32 Step 23/23 : LABEL version=0.0.0 21:53:32 ---> Running in 7780c278a10a 21:53:32 Removing intermediate container 35645d5a24d3 21:53:32 ---> 013dfdf12277 21:53:32 21:53:32 ---> 5c7b5559a983 21:53:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:53:32 ---> Running in c5acfe39a455 21:53:32 ---> Running in 4484d07c2365 21:53:32 Successfully built 962a998de5b7 21:53:32 Successfully tagged docker-support-notifications-go:latest 21:53:32  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 21:53:32 Successfully built 013dfdf12277 21:53:32 Removing intermediate container 7780c278a10a 21:53:32 ---> 2e99204b43d3 21:53:32 21:53:32 Successfully tagged docker-security-proxy-setup-go:latest 21:53:32 Building docker-security-secretstore-setup-go 21:53:32  Building docker-security-proxy-setup-go ... done Removing intermediate container c5acfe39a455 21:53:32 ---> c5274d6e8d4d 21:53:32 21:53:32 Removing intermediate container 4484d07c2365 21:53:32 ---> 3f8112ef4424 21:53:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:53:32 Successfully built 2e99204b43d3 21:53:32 Successfully built c5274d6e8d4d 21:53:32 Successfully tagged docker-support-scheduler-go:latest 21:53:32  Building docker-support-scheduler-go ... done Building docker-core-data-go 21:53:32 Successfully tagged docker-core-command-go:latest 21:53:32 Building docker-security-bootstrapper-go 21:53:32  Building docker-core-command-go ... done  ---> Running in c8be2a1515bf 21:53:33 Removing intermediate container c8be2a1515bf 21:53:33 ---> 353146d7eb7a 21:53:33 Step 21/23 : LABEL arch=x86_64 21:53:33 ---> Running in 84a02f7857f4 21:53:33 Removing intermediate container 84a02f7857f4 21:53:33 ---> 032f8e8a93b1 21:53:33 Step 22/23 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:53:33 ---> Running in d4c2b82bed1d 21:53:34 Removing intermediate container d4c2b82bed1d 21:53:34 ---> adbbf52ba832 21:53:34 Step 23/23 : LABEL version=0.0.0 21:53:34 ---> Running in 41f56cf89361 21:53:34 Removing intermediate container 41f56cf89361 21:53:34 ---> bc4389e2f545 21:53:34 21:53: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 21:53:35 Successfully built bc4389e2f545 21:53:35 Successfully tagged docker-core-metadata-go:latest 21:53: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 21:53:39 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 21:53:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:53: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 21:53:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:53:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:54:00 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 21:54:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:54:09 $ docker stop --time=1 acc60ce4dc8011c2b3d1c8da1599936c425ba81fe93968481b0e5aa12a9848cd 21:54:12 $ docker rm -f acc60ce4dc8011c2b3d1c8da1599936c425ba81fe93968481b0e5aa12a9848cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:54:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:54:14 21:54:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:54:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:54:14 latest: Pulling from edgex-devops/edgex-compose-arm64 21:54:14 29e5d40040c1: Pulling fs layer 21:54:14 1ce36da41761: Pulling fs layer 21:54:14 25b303627fd3: Pulling fs layer 21:54:14  Building docker-core-metadata-go ... done Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:54:14 Step 2/33 : FROM ${BUILDER_BASE} AS builder 21:54:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:54:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:54:14 ---> ff52b143c5e8 21:54:14 Step 3/33 : WORKDIR /edgex-go 21:54:14 ---> ff52b143c5e8 21:54:14 Step 3/24 : WORKDIR /edgex-go 21:54:14 ---> Using cache 21:54:14 ---> fa1a6638d0cb 21:54:14 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:54:14 ---> Using cache 21:54:14 ---> fa1a6638d0cb 21:54:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:54:14 ---> Using cache 21:54:14 ---> c3ad4dcaa69e 21:54:14 Step 5/24 : RUN apk add --update --no-cache make git 21:54:14 ---> Using cache 21:54:14 ---> c3ad4dcaa69e 21:54:14 Step 5/33 : RUN apk add --update --no-cache make git 21:54:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:54:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:54:14 ---> ff52b143c5e8 21:54:14 Step 3/23 : WORKDIR /edgex-go 21:54:14 ---> Using cache 21:54:14 ---> fa1a6638d0cb 21:54:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:54:14 ---> Using cache 21:54:14 ---> c3ad4dcaa69e 21:54:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:54:14 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:54:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:54:14 ---> ff52b143c5e8 21:54:14 Step 3/26 : WORKDIR /edgex-go 21:54:14 ---> Using cache 21:54:14 ---> fa1a6638d0cb 21:54:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:54:14 ---> Using cache 21:54:14 ---> c3ad4dcaa69e 21:54:14 Step 5/26 : RUN apk add --update --no-cache make bash git 21:54:15 ---> Running in c38937f26064 21:54:15 ---> Running in 29af5ef66976 21:54:15 ---> Running in 88404b203fda 21:54:15 ---> Running in 0cfd8c597cb4 21:54:15 29e5d40040c1: Verifying Checksum 21:54:15 29e5d40040c1: Download complete 21:54:15 1ce36da41761: Verifying Checksum 21:54:15 1ce36da41761: Download complete 21:54:16 29e5d40040c1: Pull complete 21:54:17 1ce36da41761: Pull complete 21:54:17 25b303627fd3: Verifying Checksum 21:54:17 25b303627fd3: Download complete 21:54:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:54:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:54:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:54:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:54:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:54:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:54:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:54:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:54:19 OK: 233 MiB in 51 packages 21:54:19 OK: 233 MiB in 51 packages 21:54:19 OK: 233 MiB in 51 packages 21:54:20 OK: 233 MiB in 51 packages 21:54:21 Removing intermediate container c38937f26064 21:54:21 ---> 190dcd7905cb 21:54:21 Step 6/24 : COPY go.mod . 21:54:21 Removing intermediate container 88404b203fda 21:54:21 ---> b697c3eb2df2 21:54:21 Step 6/26 : COPY go.mod . 21:54:21 Removing intermediate container 0cfd8c597cb4 21:54:21 ---> 6e1083c90c1d 21:54:21 Step 6/23 : COPY go.mod . 21:54:21 Removing intermediate container 29af5ef66976 21:54:21 ---> fa90a3b08525 21:54:21 Step 6/33 : COPY go.mod . 21:54:21 ---> 12e2e24aded5 21:54:21 Step 7/26 : RUN go mod download 21:54:21 ---> 4ce2ee6fb58b 21:54:21 Step 7/24 : RUN go mod download 21:54:21 ---> 11cf5cf05dc2 21:54:21 Step 7/23 : RUN go mod download 21:54:21 ---> Running in 34cbe2930846 21:54:21 ---> Running in 1cd3293fb30d 21:54:21 ---> Running in 90573ff4681b 21:54:21 ---> 128177ac6d3e 21:54:21 Step 7/33 : RUN go mod download 21:54:21 ---> Running in 61ba2ebcc5ae 21:54:25 Removing intermediate container 90573ff4681b 21:54:25 ---> 1832330ae247 21:54:25 Step 8/23 : COPY . . 21:54:25 Removing intermediate container 34cbe2930846 21:54:25 ---> f101cd94f15d 21:54:25 Step 8/24 : COPY . . 21:54:25 Removing intermediate container 61ba2ebcc5ae 21:54:25 ---> 28bc2e561691 21:54:25 Step 8/33 : COPY . . 21:54:25 Removing intermediate container 1cd3293fb30d 21:54:25 ---> 1110e4ebeced 21:54:25 Step 8/26 : COPY . . 21:54:27 25b303627fd3: Pull complete 21:54:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:54:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:54:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:54:27 prd-ubuntu18.04-docker-arm64-4c-16g-19609 does not seem to be running inside a container 21:54:28 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:54:31 $ docker top 05be9d699393c7aec00605510f8284a725d42721fae6cf2f40ba27233021545f -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:32 + docker-compose build --help+ 21:54:32 grep parallel 21:54:35 --parallel Build images in parallel. [Pipeline] } 21:54:35 $ docker stop --time=1 05be9d699393c7aec00605510f8284a725d42721fae6cf2f40ba27233021545f 21:54:37 $ docker rm -f 05be9d699393c7aec00605510f8284a725d42721fae6cf2f40ba27233021545f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:54:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:54:38 . [Pipeline] withDockerContainer 21:54:38 prd-ubuntu18.04-docker-arm64-4c-16g-19609 does not seem to be running inside a container 21:54:38 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:54:39 $ docker top a683d461f0194471246d0e7c4762d36210a439fe2c5ddd7c54b3751b381abce3 -eo pid,comm [Pipeline] { [Pipeline] sh 21:54:40 + docker-compose -f ./docker-compose-build.yml build --parallel 21:54:45 Building docker-core-command-go ... 21:54:45 Building docker-core-data-go ... 21:54:45 Building docker-core-metadata-go ... 21:54:45 Building docker-security-bootstrapper-go ... 21:54:45 Building docker-security-proxy-setup-go ... 21:54:45 Building docker-security-secretstore-setup-go ... 21:54:45 Building docker-support-notifications-go ... 21:54:45 Building docker-support-scheduler-go ... 21:54:45 Building docker-sys-mgmt-agent-go ... 21:54:45 Building docker-support-notifications-go 21:54:45 Building docker-core-command-go 21:54:45 Building docker-security-proxy-setup-go 21:54:45 Building docker-core-metadata-go 21:54:45 Building docker-security-bootstrapper-go 21:55:23 ---> 9466dbf87e34 21:55:23 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 21:55:23 ---> e47b3d1267a3 21:55:23 Step 9/23 : RUN make cmd/core-data/core-data 21:55:23 ---> 6be2d45ef163 21:55:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:55:23 ---> Running in b05168d67f21 21:55:23 ---> Running in cbcaf794f71b 21:55:23 ---> Running in b68eb63d04fe 21:55:23 ---> cd3d6e158ed7 21:55:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:55:23 ---> Running in 21a1001a0345 21:55:23 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 21:55:23 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 21:55:23 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 21:55:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:55:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:55:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 21:56:03 Removing intermediate container b05168d67f21 21:56:03 ---> 300e28d1a03b 21:56:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:56:03 ---> Running in e95bcec0463b 21:56:06 Removing intermediate container 21a1001a0345 21:56:06 ---> d337685be89c 21:56:06 21:56:06 Step 10/24 : FROM alpine:3.12 21:56:06 ---> 389fef711851 21:56:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:56:06 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 21:56:06 ---> Running in 4f31e32fbe55 21:56:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:56:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:56:06 ---> 4c7105b4a61e 21:56:06 Step 3/23 : WORKDIR /edgex-go 21:56:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:56:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:56:06 ---> 4c7105b4a61e 21:56:06 Step 3/21 : WORKDIR /edgex-go 21:56:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:56:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:56:06 ---> 4c7105b4a61e 21:56:06 Step 3/23 : WORKDIR /edgex-go 21:56:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:56:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:56:06 ---> 4c7105b4a61e 21:56:06 Step 3/22 : WORKDIR /edgex-go 21:56:06 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:56:06 Step 2/33 : FROM ${BUILDER_BASE} AS builder 21:56:06 ---> 4c7105b4a61e 21:56:06 Step 3/33 : WORKDIR /edgex-go 21:56:06 ---> Running in 97ab00cdcb3e 21:56:06 ---> Running in 0d7cd5d3f3a1 21:56:06 ---> Running in 85f2f70466c4 21:56:06 ---> Running in 9bf5c463a7b0 21:56:06 ---> Running in 54d5279280d9 21:56:06 Removing intermediate container 85f2f70466c4 21:56:06 ---> ec40b477087e 21:56:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:06 Removing intermediate container 0d7cd5d3f3a1 21:56:06 ---> b7bec8078438 21:56:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:06 Removing intermediate container 97ab00cdcb3e 21:56:06 ---> 99e9c6c0f392 21:56:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:06 Removing intermediate container 54d5279280d9 21:56:06 ---> de0fb25a038a 21:56:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:06 Removing intermediate container 9bf5c463a7b0 21:56:06 ---> 61a13083a88a 21:56:06 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:06 ---> Running in 0d73bf8e070f 21:56:06 ---> Running in ba9782b3b1a0 21:56:06 ---> Running in 84a91174956e 21:56:06 ---> Running in 4c5d763ddab6 21:56:06 ---> Running in e8b51e229909 21:56:06 Removing intermediate container 0d73bf8e070f 21:56:06 ---> c9a91bf72f6a 21:56:06 Step 5/21 : RUN apk add --update --no-cache make git 21:56:06 ---> Running in 9639f19ceb74 21:56:06 Removing intermediate container ba9782b3b1a0 21:56:06 ---> 44981a8115d7 21:56:06 Step 5/23 : RUN apk add --update --no-cache make git 21:56:06 Removing intermediate container 84a91174956e 21:56:06 ---> 79986e2f76d6 21:56:06 Step 5/23 : RUN apk add --update --no-cache make git 21:56:06 ---> Running in 427deb2f9e83 21:56:06 ---> Running in be9b7d9b792c 21:56:06 Removing intermediate container 4c5d763ddab6 21:56:06 ---> 1765f1839883 21:56:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:56:06 Removing intermediate container e8b51e229909 21:56:06 ---> 738b92610165 21:56:06 Step 5/33 : RUN apk add --update --no-cache make git 21:56:06 ---> Running in 6653552a9037 21:56:06 ---> Running in 21d1a8a27f3c 21:56:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:56:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:56:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:56:08 (1/5) Installing ca-certificates (20191127-r4) 21:56:08 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:56:08 (3/5) Installing libcurl (7.69.1-r3) 21:56:08 (4/5) Installing curl (7.69.1-r3) 21:56:08 (5/5) Installing dumb-init (1.2.2-r1) 21:56:08 Executing busybox-1.31.1-r19.trigger 21:56:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:56:08 OK: 217 MiB in 51 packages 21:56:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:56:08 OK: 217 MiB in 51 packages 21:56:08 Executing ca-certificates-20191127-r4.trigger 21:56:09 OK: 217 MiB in 51 packages 21:56:09 OK: 217 MiB in 51 packages 21:56:09 OK: 7 MiB in 19 packages 21:56:09 OK: 217 MiB in 51 packages 21:56:09 Removing intermediate container cbcaf794f71b 21:56:09 ---> e11650bbf4e7 21:56:09 21:56:09 Step 10/33 : FROM alpine:3.12 21:56:09 ---> 389fef711851 21:56:09 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl 21:56:09 ---> Running in be82c29a415d 21:56:09 Removing intermediate container e95bcec0463b 21:56:09 ---> e1196edc5c7d 21:56:09 21:56:09 Step 11/26 : FROM docker:20.10.0 21:56:09 20.10.0: Pulling from library/docker 21:56:10 Removing intermediate container 9639f19ceb74 21:56:10 ---> db13b924146a 21:56:10 Step 6/21 : COPY go.mod . 21:56:10 Removing intermediate container 427deb2f9e83 21:56:10 ---> 8b1abd121ec1 21:56:10 Step 6/23 : COPY go.mod . 21:56:10 Removing intermediate container be9b7d9b792c 21:56:10 ---> 8c33fef41b39 21:56:10 Step 6/23 : COPY go.mod . 21:56:10 ---> dcb347a131d9 21:56:10 Step 7/21 : RUN go mod download 21:56:11 Removing intermediate container 6653552a9037 21:56:11 ---> 26255570b9b4 21:56:11 Step 6/22 : COPY go.mod . 21:56:11 ---> Running in 487017be607f 21:56:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:11 Removing intermediate container 4f31e32fbe55 21:56:11 ---> 3923c3d875be 21:56:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:56:11 Removing intermediate container 21d1a8a27f3c 21:56:11 ---> b4da7cb22272 21:56:11 Step 6/33 : COPY go.mod . 21:56:11 ---> 4cbdd8786538 21:56:11 Step 7/23 : RUN go mod download 21:56:11 (1/2) Installing dumb-init (1.2.2-r1) 21:56:11 (2/2) Installing openssl (1.1.1i-r0) 21:56:11 Executing busybox-1.31.1-r19.trigger 21:56:11 OK: 6 MiB in 16 packages 21:56:11 ---> Running in 8c497d6cb39d 21:56:11 ---> 5aab772c7275 21:56:11 Step 7/23 : RUN go mod download 21:56:12 ---> Running in 0676929748b7 21:56:12 ---> aa7a66f227c9 21:56:12 Step 7/22 : RUN go mod download 21:56:12 ---> Running in ce6c75211cc7 21:56:12 ---> 546a4e418011 21:56:12 Step 7/33 : RUN go mod download 21:56:12 ---> Running in b85d38b25451 21:56:12 ---> Running in 1f68f2f239c5 21:56:13 Removing intermediate container ce6c75211cc7 21:56:13 ---> 852e11dc045f 21:56:13 Step 13/24 : WORKDIR / 21:56:14 ---> Running in 57dfa2923386 21:56:15 Removing intermediate container b68eb63d04fe 21:56:15 ---> fc64ddd8c36e 21:56:15 21:56:15 Step 10/23 : FROM alpine:3.12 21:56:15 ---> 389fef711851 21:56:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:56:15 Removing intermediate container be82c29a415d 21:56:15 ---> 646eb448529d 21:56:15 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:56:15 ---> Running in b5120dda41e3 21:56:15 ---> Running in dfbf18529e0a 21:56:15 Removing intermediate container 57dfa2923386 21:56:15 ---> dc8ca1959523 21:56:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:56:15 Removing intermediate container b5120dda41e3 21:56:15 ---> 74a957020d9a 21:56:15 Step 12/23 : ENV APP_PORT=48080 21:56:15 Removing intermediate container dfbf18529e0a 21:56:15 ---> 91b0ab67c161 21:56:15 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 21:56:16 ---> Running in 6a857297ff48 21:56:16 ---> Running in 14cce48a362b 21:56:16 ---> c1a8ddd904ab 21:56:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:56:16 Removing intermediate container 487017be607f 21:56:16 ---> 8a181bcce8ab 21:56:16 Step 8/21 : COPY . . 21:56:16 Removing intermediate container 6a857297ff48 21:56:16 ---> c993be743491 21:56:16 Step 13/23 : EXPOSE $APP_PORT 21:56:16 Removing intermediate container 14cce48a362b 21:56:16 ---> 485ae22cb7f8 21:56:16 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 21:56:16 Removing intermediate container 8c497d6cb39d 21:56:16 ---> f4dcee387e3f 21:56:16 Step 8/23 : COPY . . 21:56:16 ---> Running in ba686d6e172f 21:56:16 ---> Running in 098967f66bf3 21:56:16 ---> a654094ece52 21:56:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:56:17 Removing intermediate container ba686d6e172f 21:56:17 ---> c0461295463e 21:56:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:17 Removing intermediate container 0676929748b7 21:56:17 ---> d646ee4e5c2f 21:56:17 Step 8/23 : COPY . . 21:56:17 ---> Running in 7f78e8489ba2 21:56:17 ---> d46db4c0c5ce 21:56:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:56:18 Connecting to github.com (140.82.114.4:443) 21:56:18 Removing intermediate container 1f68f2f239c5 21:56:18 ---> 3cdec6e962da 21:56:18 Step 8/33 : COPY . . 21:56:18 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.40.116:443) 21:56:18 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 21:56:18 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 21:56:18 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 21:56:18 dockerize 21:56:18 ---> dc487a90f24a 21:56:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:56:19 Removing intermediate container b85d38b25451 21:56:19 ---> fdcfc5b6571c 21:56:19 Step 8/22 : COPY . . 21:56:19 ---> f95f62ee9724 21:56:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:56:20 Removing intermediate container 7f78e8489ba2 21:56:20 ---> 1ecd8fda3ebd 21:56:20 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:56:20 Removing intermediate container 098967f66bf3 21:56:20 ---> 9fffd4c3e4e2 21:56:20 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 21:56:20 ---> Running in 51b07a1b769d 21:56:20 ---> Running in a0e67f1c9bf2 21:56:20 ---> ff0288713516 21:56:20 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:56:20 Removing intermediate container 51b07a1b769d 21:56:20 ---> 47e3eaf0dae3 21:56:20 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:56:20 ---> Running in f4ce730043f7 21:56:20 ---> Running in 8a8657fd160c 21:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:22 Removing intermediate container 8a8657fd160c 21:56:22 ---> fbaddcccc37b 21:56:22 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 21:56:22 ---> Running in 48d0628575c0 21:56:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:23 Removing intermediate container f4ce730043f7 21:56:23 ---> 77bde385b25e 21:56:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:56:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:56:23 ---> Running in c092cca6a133 21:56:23 Status: Downloaded newer image for docker:20.10.0 21:56:23 ---> aefe523efa57 21:56:23 Step 12/26 : RUN apk add --no-cache bash 21:56:23 ---> Running in 4fd9316afa11 21:56:24 Move dockerize executable 21:56:24 (1/6) Installing dumb-init (1.2.2-r1) 21:56:24 Removing intermediate container c092cca6a133 21:56:24 ---> d71637023ba0 21:56:24 Step 22/24 : LABEL arch=x86_64 21:56:24 (2/6) Installing libgcc (9.3.0-r2) 21:56:24 ---> Running in 6b739889da4e 21:56:24 (3/6) Installing libsodium (1.0.18-r0) 21:56:25 (4/6) Installing libstdc++ (9.3.0-r2) 21:56:25 (5/6) Installing libzmq (4.3.3-r0) 21:56:25 Removing intermediate container 6b739889da4e 21:56:25 ---> f8a21aa769fb 21:56:25 Step 23/24 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:56:25 (6/6) Installing zeromq (4.3.3-r0) 21:56:25 ---> Running in 2046c3cc11ba 21:56:25 Executing busybox-1.31.1-r19.trigger 21:56:25 OK: 8 MiB in 20 packages 21:56:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:25 Removing intermediate container 2046c3cc11ba 21:56:25 ---> c55d4b42caa0 21:56:25 Step 24/24 : LABEL version=0.0.0 21:56:26 Removing intermediate container 48d0628575c0 21:56:26 ---> 00d064ae50a6 21:56:26 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 21:56:26 ---> Running in 0375d512fd7e 21:56:26 (1/2) Installing readline (8.0.4-r0) 21:56:26 (2/2) Installing bash (5.0.17-r0) 21:56:26 ---> Running in 644e911b2fa5 21:56:26 Executing bash-5.0.17-r0.post-install 21:56:26 Executing busybox-1.31.1-r19.trigger 21:56:26 OK: 12 MiB in 22 packages 21:56:26 Removing intermediate container 0375d512fd7e 21:56:26 ---> 38bba94d2098 21:56:26 21:56:26 Removing intermediate container 644e911b2fa5 21:56:26 ---> e1520b0ca9d7 21:56:26 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:56:26 Removing intermediate container a0e67f1c9bf2 21:56:26 ---> dda3c82b5849 21:56:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:56:27 Successfully built 38bba94d2098 21:56:27 ---> 13e0c6d039c3 21:56:27 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:56:27 Successfully tagged docker-security-secretstore-setup-go:latest 21:56:27  Building docker-security-secretstore-setup-go ... done  ---> 486687316dcf 21:56:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:56:27 Removing intermediate container 4fd9316afa11 21:56:27 ---> d1d1d6d050e8 21:56:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:56:27 ---> Running in d77edc2b37fa 21:56:28 ---> Running in a419f6c8b698 21:56:28 Removing intermediate container a419f6c8b698 21:56:28 ---> ebb0b3b09d08 21:56:28 Step 14/26 : ENV APP_PORT=48090 21:56:29 ---> 3f4eef052847 21:56:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:56:29 ---> Running in f559f8f623fd 21:56:29 Removing intermediate container f559f8f623fd 21:56:29 ---> b60fbf25a6e4 21:56:29 Step 15/26 : EXPOSE $APP_PORT 21:56:30 ---> Running in 45f0123550cf 21:56:30 ---> eeb7e9fd54a2 21:56:30 Step 19/23 : ENTRYPOINT ["/core-data"] 21:56:30 ---> Running in 25b2fc557040 21:56:30 Removing intermediate container 45f0123550cf 21:56:30 ---> 674177c1bc6d 21:56:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:56:30 Removing intermediate container d77edc2b37fa 21:56:30 ---> 1dcf324d9d73 21:56:30 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 21:56:30 Removing intermediate container 25b2fc557040 21:56:30 ---> dd221dac9ce0 21:56:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:56:31 ---> Running in f7fdff629c4e 21:56:31 ---> cb780690e320 21:56:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:56:31 ---> a86ceae57a91 21:56:31 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:56:31 Removing intermediate container f7fdff629c4e 21:56:31 ---> a3b6167b294b 21:56:31 Step 21/23 : LABEL arch=x86_64 21:56:31 ---> Running in 2a16f88a2ef2 21:56:32 ---> 8f5a4dcd8bf8 21:56:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:56:32 Removing intermediate container 2a16f88a2ef2 21:56:32 ---> 66f959b39ebc 21:56:32 Step 22/23 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:56:32 ---> Running in a09d2617ab7d 21:56:32 ---> 906315a6a054 21:56:32 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:56:33 ---> 9eb6bddb1834 21:56:33 Step 19/26 : RUN apk --no-cache add py3-pip 21:56:33 Removing intermediate container a09d2617ab7d 21:56:33 ---> 58786a30ea79 21:56:33 Step 23/23 : LABEL version=0.0.0 21:56:33 ---> Running in bbb49f8110c4 21:56:33 ---> Running in e81e77f0c5b4 21:56:33 ---> 6ec2aab93c75 21:56:33 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 21:56:33 Removing intermediate container e81e77f0c5b4 21:56:33 ---> 3b321b84baee 21:56:33 21:56:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:56:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:56:34 Successfully built 3b321b84baee 21:56:34 Successfully tagged docker-core-data-go:latest 21:56:34  Building docker-core-data-go ... done  ---> 1dbaa5854b89 21:56:34 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:56:34 (1/33) Installing libbz2 (1.0.8-r1) 21:56:34 (2/33) Installing expat (2.2.9-r1) 21:56:34 (3/33) Installing libffi (3.3-r2) 21:56:34 (4/33) Installing gdbm (1.13-r1) 21:56:34 (5/33) Installing xz-libs (5.2.5-r0) 21:56:34 (6/33) Installing sqlite-libs (3.32.1-r0) 21:56:34 (7/33) Installing python3 (3.8.5-r0) 21:56:35 ---> 0c29a25b4eeb 21:56:35 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 21:56:37 ---> Running in b493691a0096 21:56:37 (8/33) Installing py3-appdirs (1.4.4-r1) 21:56:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:56:37 (10/33) Installing py3-parsing (2.4.7-r0) 21:56:37 (11/33) Installing py3-six (1.15.0-r0) 21:56:37 (12/33) Installing py3-packaging (20.4-r0) 21:56:37 (13/33) Installing py3-setuptools (47.0.0-r0) 21:56:37 (14/33) Installing py3-chardet (3.0.4-r4) 21:56:38 (15/33) Installing py3-idna (2.9-r0) 21:56:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:56:38 Removing intermediate container b493691a0096 21:56:38 ---> c44e73a63d22 21:56:38 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 21:56:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:56:38 (18/33) Installing py3-requests (2.23.0-r0) 21:56:38 (19/33) Installing py3-msgpack (1.0.0-r0) 21:56:38 (20/33) Installing py3-lockfile (0.12.2-r3) 21:56:39 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:56:39 (22/33) Installing py3-colorama (0.4.3-r0) 21:56:39 (23/33) Installing py3-distlib (0.3.0-r0) 21:56:39 (24/33) Installing py3-distro (1.5.0-r1) 21:56:39 (25/33) Installing py3-webencodings (0.5.1-r3) 21:56:39 (26/33) Installing py3-html5lib (1.0.1-r4) 21:56:39 (27/33) Installing py3-pytoml (0.1.21-r0) 21:56:39 (28/33) Installing py3-pep517 (0.8.2-r0) 21:56:39 (29/33) Installing py3-progress (1.5-r0) 21:56:39 (30/33) Installing py3-toml (0.10.1-r0) 21:56:39 (31/33) Installing py3-retrying (1.3.3-r0) 21:56:40 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:56:40 (33/33) Installing py3-pip (20.1.1-r0) 21:56:41 ---> 34fd2f6b0e21 21:56:41 Step 28/33 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:56:41 Executing busybox-1.31.1-r19.trigger 21:56:41 OK: 71 MiB in 55 packages 21:56:41 ---> Running in be553c707c86 21:56:46 ---> cd39a903606e 21:56:46 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:56:46 ---> 01ee4a43104d 21:56:46 Step 9/23 : RUN make cmd/core-command/core-command 21:56:46 ---> bef82e1e9787 21:56:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:56:46 ---> 5b8113bd5b9b 21:56:46 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 21:56:46 ---> 138fbceb58ff 21:56:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:56:46 ---> Running in cdd8c8e11cf2 21:56:46 ---> Running in 6a55a7ba0275 21:56:46 ---> Running in 9d7dc79c2b22 21:56:46 ---> Running in aafcc3b4c78d 21:56:46 ---> Running in a571226a8fe5 21:56:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:56:46 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 21:56:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:56:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:56:46 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 21:56:48 Removing intermediate container be553c707c86 21:56:48 ---> 92636f52aa89 21:56:48 Step 29/33 : ENTRYPOINT ["entrypoint.sh"] 21:56:48 Removing intermediate container bbb49f8110c4 21:56:48 ---> 4478e33b4b9f 21:56:48 Step 20/26 : RUN pip install docker-compose==1.23.2 21:56:48 ---> Running in 8ea8c4460862 21:56:48 ---> Running in bd324ec74a74 21:56:48 Removing intermediate container 8ea8c4460862 21:56:48 ---> e706736d2eec 21:56:48 Step 30/33 : CMD ["install"] 21:56:49 ---> Running in b475da66ff2a 21:56:49 Removing intermediate container b475da66ff2a 21:56:49 ---> 613af25afa41 21:56:49 Step 31/33 : LABEL arch=x86_64 21:56:50 ---> Running in 808ec31a691d 21:56:50 Removing intermediate container 808ec31a691d 21:56:50 ---> 5998db597994 21:56:50 Step 32/33 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:56:50 ---> Running in edd4c3a55455 21:56:50 Removing intermediate container edd4c3a55455 21:56:50 ---> 7e70d63cd8fc 21:56:50 Step 33/33 : LABEL version=0.0.0 21:56:50 Collecting docker-compose==1.23.2 21:56:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:56:51 ---> Running in f3dfb8b04255 21:56:51 Collecting jsonschema<3,>=2.5.1 21:56:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:56:51 Removing intermediate container f3dfb8b04255 21:56:51 ---> efff83cf1d60 21:56:51 21:56:51 Collecting docopt<0.7,>=0.6.1 21:56:51 Downloading docopt-0.6.2.tar.gz (25 kB) 21:56:51 Successfully built efff83cf1d60 21:56:52 Successfully tagged docker-security-bootstrapper-go:latest 21:56:52  Building docker-security-bootstrapper-go ... done Collecting websocket-client<1.0,>=0.32.0 21:56:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 21:56:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:56:52 Collecting cached-property<2,>=1.2.0 21:56:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:56:53 Collecting texttable<0.10,>=0.9.0 21:56:53 Downloading texttable-0.9.1.tar.gz (11 kB) 21:56:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:56:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:56:54 Collecting dockerpty<0.5,>=0.4.1 21:56:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:56:55 Collecting docker<4.0,>=3.6.0 21:56:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:56:55 Collecting PyYAML<4,>=3.10 21:56:55 Downloading PyYAML-3.13.tar.gz (270 kB) 21:56:56 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) 21:56:57 Collecting idna<2.8,>=2.5 21:56:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:56:57 Collecting urllib3<1.25,>=1.21.1 21:56:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:56:57 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) 21:56:57 Collecting docker-pycreds>=0.4.0 21:56:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:56:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:56:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:56:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:56:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:56:57 Installing collected packages: jsonschema, docopt, websocket-client, cached-property, texttable, idna, urllib3, requests, dockerpty, docker-pycreds, docker, PyYAML, docker-compose 21:56:58 Running setup.py install for docopt: started 21:56:58 Running setup.py install for docopt: finished with status 'done' 21:57:00 Running setup.py install for texttable: started 21:57:00 Running setup.py install for texttable: finished with status 'done' 21:57:00 Attempting uninstall: idna 21:57:00 Found existing installation: idna 2.9 21:57:00 Uninstalling idna-2.9: 21:57:00 Successfully uninstalled idna-2.9 21:57:01 Attempting uninstall: urllib3 21:57:01 Found existing installation: urllib3 1.25.9 21:57:01 Uninstalling urllib3-1.25.9: 21:57:01 Successfully uninstalled urllib3-1.25.9 21:57:01 Attempting uninstall: requests 21:57:01 Found existing installation: requests 2.23.0 21:57:01 Uninstalling requests-2.23.0: 21:57:01 Successfully uninstalled requests-2.23.0 21:57:02 Running setup.py install for dockerpty: started 21:57:03 Running setup.py install for dockerpty: finished with status 'done' 21:57:03 Running setup.py install for PyYAML: started 21:57:04 Running setup.py install for PyYAML: finished with status 'done' 21:57:04 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 21:57:08 Removing intermediate container bd324ec74a74 21:57:08 ---> e78e2271b1b2 21:57:08 Step 21/26 : RUN apk --no-cache add curl 21:57:08 ---> Running in 93e7e4191de0 21:57:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:57:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:57:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:57:09 (2/3) Installing libcurl (7.69.1-r3) 21:57:09 (3/3) Installing curl (7.69.1-r3) 21:57:10 Executing busybox-1.31.1-r19.trigger 21:57:10 OK: 72 MiB in 58 packages 21:57:11 Removing intermediate container 93e7e4191de0 21:57:11 ---> 4ff9044dad73 21:57:11 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:57:11 ---> Running in 86b4c112535b 21:57:11 Removing intermediate container 86b4c112535b 21:57:11 ---> 2fcf226eb01d 21:57:11 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:57:11 ---> Running in 276ccb77f427 21:57:12 Removing intermediate container 276ccb77f427 21:57:12 ---> b660454b9c27 21:57:12 Step 24/26 : LABEL arch=x86_64 21:57:12 ---> Running in 0bb452349064 21:57:12 Removing intermediate container 0bb452349064 21:57:12 ---> 0c9dd44b320c 21:57:12 Step 25/26 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:57:13 ---> Running in 41c0d9b6b3eb 21:57:13 Removing intermediate container 41c0d9b6b3eb 21:57:13 ---> caf03d596877 21:57:13 Step 26/26 : LABEL version=0.0.0 21:57:13 ---> Running in 65461e7fb9e0 21:57:14 Removing intermediate container 65461e7fb9e0 21:57:14 ---> 42f838a5c661 21:57:14 21:57:14 Successfully built 42f838a5c661 21:57:14 Successfully tagged docker-sys-mgmt-agent-go:latest 21:57:15  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:57:15 $ docker stop --time=1 79610bb2bb563de64388f4c1d145b7893279331e15e2c3c9ef9589bd8c1e437f 21:57:17 $ docker rm -f 79610bb2bb563de64388f4c1d145b7893279331e15e2c3c9ef9589bd8c1e437f [Pipeline] // withDockerContainer [Pipeline] sh 21:57:18 + docker images 21:57:18 + grep docker 21:57:19 docker-sys-mgmt-agent-go latest 42f838a5c661 6 seconds ago 313MB 21:57:19 docker-security-bootstrapper-go latest efff83cf1d60 28 seconds ago 41.5MB 21:57:19 docker-core-data-go latest 3b321b84baee 46 seconds ago 22.3MB 21:57:19 docker-security-secretstore-setup-go latest 38bba94d2098 53 seconds ago 24.6MB 21:57:19 docker-core-metadata-go latest bc4389e2f545 3 minutes ago 18.7MB 21:57:19 docker-core-command-go latest c5274d6e8d4d 3 minutes ago 16.2MB 21:57:19 docker-support-scheduler-go latest 2e99204b43d3 3 minutes ago 16.4MB 21:57:19 docker-support-notifications-go latest 962a998de5b7 3 minutes ago 16.9MB 21:57:19 docker-security-proxy-setup-go latest 013dfdf12277 3 minutes ago 24.5MB 21:57:19 docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:57:35 Still waiting to schedule task 21:57:35 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:58:08 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 21:58:08 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 21:58:26 Removing intermediate container a571226a8fe5 21:58:26 ---> 8e3ffffd5d82 21:58:26 21:58:26 Step 10/22 : FROM alpine:3.12 21:58:26 3.12: Pulling from library/alpine 21:58:26 Removing intermediate container 9d7dc79c2b22 21:58:26 ---> d0ed2d125bba 21:58:26 21:58:26 Step 10/23 : FROM alpine:3.12 21:58:26 Removing intermediate container cdd8c8e11cf2 21:58:26 ---> d0d9bee6b83f 21:58:26 21:58:26 Step 10/21 : FROM alpine:3.12 21:58:26 3.12: Pulling from library/alpine 21:58:26 3.12: Pulling from library/alpine 21:58:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:58:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:58:26 Status: Downloaded newer image for alpine:3.12 21:58:26 Status: Image is up to date for alpine:3.12 21:58:26 ---> afeebe901d6b 21:58:26 ---> afeebe901d6b 21:58:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 21:58:26 Step 11/23 : RUN apk add --update --no-cache dumb-initStep 11/22 : RUN apk add --update --no-cache ca-certificates dumb-initStatus: Image is up to date for alpine:3.12 21:58:26 ---> afeebe901d6b 21:58:26 21:58:26 21:58:26 Step 11/21 : RUN apk add --update --no-cache curl 21:58:26 ---> Running in 506846ba2eff 21:58:26 ---> Running in 6ebda6d1f7bc 21:58:26 ---> Running in 04dc6aa958fc 21:58:28 Running on prd-ubuntu18.04-docker-8c-8g-19616 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { 21:58:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] ws 21:58:28 Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout 21:58:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:29 (1/4) Installing ca-certificates (20191127-r4) 21:58:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:58:29 (1/2) Installing ca-certificates (20191127-r4) 21:58:29 (1/1) Installing dumb-init (1.2.2-r1) 21:58:29 Executing busybox-1.31.1-r19.trigger 21:58:29 (3/4) Installing libcurl (7.69.1-r3) 21:58:29 OK: 5 MiB in 15 packages 21:58:29 (4/4) Installing curl (7.69.1-r3) 21:58:29 Executing busybox-1.31.1-r19.trigger 21:58:29 (2/2) Installing dumb-init (1.2.2-r1) 21:58:29 Executing ca-certificates-20191127-r4.trigger 21:58:29 Executing busybox-1.31.1-r19.trigger 21:58:29 Executing ca-certificates-20191127-r4.trigger 21:58:29 OK: 7 MiB in 18 packages 21:58:29 OK: 6 MiB in 16 packages 21:58:30 Removing intermediate container aafcc3b4c78d 21:58:30 ---> d3d523bb6614 21:58:30 21:58:30 Step 10/33 : FROM alpine:3.12 21:58:30 ---> afeebe901d6b 21:58:30 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl 21:58:30 using credential edgex-jenkins-ssh 21:58:30 Cloning the remote Git repository 21:58:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:58:30 > git init /w/workspace/edgex-go/18 # timeout=10 21:58:30 ---> Running in 6936eda72141 21:58:31 Removing intermediate container 04dc6aa958fc 21:58:31 ---> d4511d7af355 21:58:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:58:31 ---> Running in 4282b547e0b6 21:58:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:58:30 > git --version # timeout=10 21:58:30 > git --version # 'git version 2.17.1' 21:58:30 using GIT_SSH to set credentials SSH Credentials for GitHub 21:58:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:58:32 Removing intermediate container 6ebda6d1f7bc 21:58:32 ---> a2c87b4438ba 21:58:32 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:58:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:32 Removing intermediate container 4282b547e0b6 21:58:32 ---> 5358a1807593 21:58:32 Step 13/23 : ENV APP_PORT=48082 21:58:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:32 Removing intermediate container 506846ba2eff 21:58:32 ---> 0210edccf7bf 21:58:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:58:32 ---> Running in 41e3dbdb0835 21:58:33 ---> Running in cd169c888449 21:58:33 ---> Running in 0288e9e86467 21:58:33 (1/2) Installing dumb-init (1.2.2-r1) 21:58:33 (2/2) Installing openssl (1.1.1i-r0) 21:58:33 Executing busybox-1.31.1-r19.trigger 21:58:33 OK: 6 MiB in 16 packages 21:58:34 Removing intermediate container 41e3dbdb0835 21:58:34 ---> 0c3fbac2dc71 21:58:34 Step 13/21 : WORKDIR /edgex 21:58:34 ---> Running in 6571e131248c 21:58:34 Removing intermediate container 0288e9e86467 21:58:34 ---> 5a2c812e34cb 21:58:34 Step 14/23 : EXPOSE $APP_PORT 21:58:34 Removing intermediate container cd169c888449 21:58:34 ---> 0a8df559dd89 21:58:34 Step 13/22 : ENV APP_PORT=48060 21:58:34 ---> Running in 2d3a7eb0ad4d 21:58:34 ---> Running in db8e077235b2 21:58:35 Removing intermediate container 6a55a7ba0275 21:58:35 ---> 26c1340b41be 21:58:35 21:58:35 Step 10/23 : FROM alpine:3.12 21:58:35 ---> afeebe901d6b 21:58:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:58:35 ---> Using cache 21:58:35 ---> d4511d7af355 21:58:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:58:35 ---> Using cache 21:58:35 ---> 5358a1807593 21:58:35 Step 13/23 : ENV APP_PORT=48081 21:58:35 ---> Running in 337e6b625297 21:58:35 Removing intermediate container 6571e131248c 21:58:35 ---> feb322f02b8c 21:58:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:58:35 Removing intermediate container 6936eda72141 21:58:35 ---> f5e69e3cc595 21:58:35 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:58:35 Removing intermediate container 2d3a7eb0ad4d 21:58:35 ---> 00a816090be1 21:58:35 Step 15/23 : WORKDIR / 21:58:35 Removing intermediate container db8e077235b2 21:58:35 ---> 633a31102a61 21:58:35 Step 14/22 : EXPOSE $APP_PORT 21:58:36 ---> Running in f300393b3aa9 21:58:36 ---> Running in 389f7c8b9dc7 21:58:36 ---> Running in 3a0df98d4b2b 21:58:36 Removing intermediate container 337e6b625297 21:58:36 ---> eee796e5c9a8 21:58:36 Step 14/23 : EXPOSE $APP_PORT 21:58:36 ---> Running in b9b02e52a6f7 21:58:36 Removing intermediate container 389f7c8b9dc7 21:58:36 ---> acbf7fb6e389 21:58:36 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 21:58:36 Removing intermediate container 3a0df98d4b2b 21:58:36 ---> 446540b4121e 21:58:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:37 ---> 3140933c8033 21:58:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:58:37 ---> Running in e0038e850dec 21:58:37 Removing intermediate container f300393b3aa9 21:58:37 ---> 954f1f0c2e43 21:58:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:37 Removing intermediate container b9b02e52a6f7 21:58:37 ---> 900d8d9fdfb8 21:58:37 Step 15/23 : WORKDIR / 21:58:37 ---> Running in 43c6b85b04f4 21:58:37 Removing intermediate container e0038e850dec 21:58:37 ---> 017263bed8f8 21:58:37 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 21:58:38 ---> Running in 72816303b066 21:58:38 ---> 5638d30d5a29 21:58:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:58:38 ---> 8f678d06b9cd 21:58:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:58:38 Removing intermediate container 43c6b85b04f4 21:58:38 ---> 222255bc878d 21:58:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:38 ---> f8e62b39a7ec 21:58:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:58:40 Connecting to github.com (140.82.114.4:443) 21:58:40 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.16.92:443) 21:58:40 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 21:58:40 dockerize-alpine-lin 1% | | 51744 0:00:57 ETA 21:58:40  ---> cc8e074333b0 21:58:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:58:40 ---> 5883bec1be2e 21:58:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:58:40 ---> 16872ac97797 21:58:40 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:58:40 ---> cb26b3797590 21:58:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:58:41 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 21:58:41 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 21:58:41 dockerize 21:58:41 ---> Running in a0567c9cf46b 21:58:42 ---> fd539d3c40c0 21:58:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:58:42 Removing intermediate container a0567c9cf46b 21:58:42 ---> 9d1fd148a667 21:58:42 Step 18/21 : CMD ["--init=true"] 21:58:42 ---> 1277e193e784 21:58:42 Step 19/23 : ENTRYPOINT ["/core-command"] 21:58:42 ---> Running in a0118853f539 21:58:42 ---> c03d72599de6 21:58:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:58:42 ---> Running in fc22790164d1 21:58:42 ---> Running in 7f42c2f01704 21:58:42 Removing intermediate container a0118853f539 21:58:42 ---> 0eab60197640 21:58:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:43 Removing intermediate container 7f42c2f01704 21:58:43 ---> 281ecba29994 21:58:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:43 ---> Running in ead3d96bc208 21:58:43 Removing intermediate container 72816303b066 21:58:43 ---> 88fef68d175b 21:58:43 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 21:58:43 Removing intermediate container fc22790164d1 21:58:43 ---> 394c2a0f74a1 21:58:43 Step 19/21 : LABEL arch=arm64 21:58:43 ---> 239499f1eae2 21:58:43 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:58:43 ---> Running in 36ddcf937cba 21:58:43 ---> Running in 6c7e514fb7f9 21:58:43 ---> Running in 4e997976bfc9 21:58:43 ---> Running in 82099a3dcb02 21:58:43 Removing intermediate container ead3d96bc208 21:58:43 ---> 287381778cff 21:58:43 Step 20/22 : LABEL arch=arm64 21:58:44 ---> Running in 1a2648012c12 21:58:44 Removing intermediate container 36ddcf937cba 21:58:44 ---> c1503739e30c 21:58:44 Step 21/23 : LABEL arch=arm64 21:58:44 Removing intermediate container 6c7e514fb7f9 21:58:44 ---> 2a6901bcad43 21:58:44 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:58:44 Removing intermediate container 4e997976bfc9 21:58:44 ---> bc47643736e4 21:58:44 Step 20/21 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:58:44 Removing intermediate container 82099a3dcb02 21:58:44 ---> df1826c8c604 21:58:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:44 ---> Running in b82c9b909017 21:58:44 ---> Running in af8029ce08bc 21:58:44 ---> Running in 9351fa56ba6e 21:58:44 ---> Running in ab0c95e6348e 21:58:44 Removing intermediate container 1a2648012c12 21:58:44 ---> ba508b1c0b87 21:58:44 Step 21/22 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:58:44 ---> Running in 6b741072b6a3 21:58:44 Removing intermediate container b82c9b909017 21:58:44 ---> 51dc048dc571 21:58:44 Step 22/23 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:58:45 Removing intermediate container af8029ce08bc 21:58:45 ---> 42b87f3f1b5a 21:58:45 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 21:58:45 Removing intermediate container 9351fa56ba6e 21:58:45 ---> c2dbb83bd958 21:58:45 Step 21/21 : LABEL version=0.0.0 21:58:45 ---> Running in 55b69e7ee56e 21:58:45 Removing intermediate container ab0c95e6348e 21:58:45 ---> e3aa49ff1cd4 21:58:45 Step 21/23 : LABEL arch=arm64 21:58:45 ---> Running in 96f36bead1f4 21:58:45 ---> Running in 3d322801ed19 21:58:45 Removing intermediate container 6b741072b6a3 21:58:45 ---> af4be99cc11d 21:58:45 Step 22/22 : LABEL version=0.0.0 21:58:45 ---> Running in 03d7858ea948 21:58:45 ---> Running in c3d66f895e21 21:58:45 Removing intermediate container 55b69e7ee56e 21:58:45 Removing intermediate container 3d322801ed19 21:58:45 ---> ee84cfac6d26 21:58:45 21:58:45 ---> f0b83f26f10c 21:58:45 Step 23/23 : LABEL version=0.0.0 21:58:46 ---> Running in 0c88ce34e20d 21:58:46 Removing intermediate container 03d7858ea948 21:58:46 ---> 6943e71cb466 21:58:46 Step 22/23 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:58:46 Removing intermediate container c3d66f895e21 21:58:46 ---> 124996758b24 21:58:46 21:58:46 Successfully built ee84cfac6d26 21:58:46 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:58:46  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 21:58:46 ---> Running in f1fa7e462ce9 21:58:46 Move dockerize executable 21:58:46 Removing intermediate container 0c88ce34e20d 21:58:46 ---> e4bdb38c4b2e 21:58:46 21:58:47 Successfully built 124996758b24 21:58:47 Successfully tagged docker-support-notifications-go-arm64:latest 21:58:47  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 21:58:47 Successfully built e4bdb38c4b2e 21:58:47 Successfully tagged docker-core-command-go-arm64:latest 21:58:47 Building docker-core-data-go 21:58:47  Building docker-core-command-go ... done Removing intermediate container f1fa7e462ce9 21:58:47 ---> 4d9a990bec6b 21:58:47 Step 23/23 : LABEL version=0.0.0 21:58:47 ---> Running in 3a0ba66f3cca 21:58:48 Removing intermediate container 3a0ba66f3cca 21:58:48 ---> 80a6edb50e51 21:58:48 21:58:48 Successfully built 80a6edb50e51 21:58:48 Successfully tagged docker-core-metadata-go-arm64:latest 21:58:48  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 21:58:48 Removing intermediate container 96f36bead1f4 21:58:48 ---> b6cf68a3c142 21:58:48 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 21:58:49 ---> Running in 44ee824a3246 21:58:49 Removing intermediate container 44ee824a3246 21:58:49 ---> 2d7d1dbad76a 21:58:49 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:58:50 ---> 30fc289dfd16 21:58:50 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:58:50 ---> Running in c71b8f5c2d0c 21:58:56 Removing intermediate container c71b8f5c2d0c 21:58:56 ---> f094dd943c01 21:58:56 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:57 ---> 768571d343ee 21:58:57 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:58:58 ---> 31e00592f7b0 21:58:58 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:59:00 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit 41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:59:00 Merge succeeded, producing 41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:59:00 Checking out Revision 41a7151ac2b6cf2a88a6f2f382b664180a344f79 (PR-2970) 21:59:00 ---> 3ef4fbf7b08e 21:59:00 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 21:58:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:58:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:58:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:58:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:58:59 using GIT_SSH to set credentials SSH Credentials for GitHub 21:58:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:59:00 > git config core.sparsecheckout # timeout=10 21:59:00 > git checkout -f 41a7151ac2b6cf2a88a6f2f382b664180a344f79 # timeout=10 21:59:00 > git remote # timeout=10 21:59:00 > git config --get remote.origin.url # timeout=10 21:59:00 using GIT_SSH to set credentials SSH Credentials for GitHub 21:59:00 > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 21:59:00 > git rev-parse HEAD^{commit} # timeout=10 21:59:00 > git config core.sparsecheckout # timeout=10 21:59:00 > git checkout -f 41a7151ac2b6cf2a88a6f2f382b664180a344f79 # timeout=10 21:59:02 ---> a450e979bead 21:59:02 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:59:03 ---> 4a3d94672364 21:59:03 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 21:59:03 Commit message: "feat(security): Resovle conflicts and update to the latest Attribution.txt" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:59:05 + echo snap-build.sh 21:59:05 snap-build.sh 21:59:05 + SNAP_BASE_DIR=. 21:59:05 + '[' '!' -z /w/workspace/edgex-go/18 ']' 21:59:05 + SNAP_BASE_DIR=/w/workspace/edgex-go/18 21:59:05 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/18]' 21:59:05 [snap-build] Building snap in dir [/w/workspace/edgex-go/18] 21:59:05 + cd /w/workspace/edgex-go/18 21:59:05 + sudo apt-get remove -qy --purge lxd lxd-client 21:59:05 Reading package lists... 21:59:05 Building dependency tree... 21:59:05 Reading state information... 21:59:05 ---> Running in f5df90e848f9 21:59:05 The following packages were automatically installed and are no longer required: 21:59:05 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:59:05 uidmap xdelta3 21:59:05 Use 'sudo apt autoremove' to remove them. 21:59:05 The following packages will be REMOVED: 21:59:05 lxd* lxd-client* 21:59:05 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:59:05 After this operation, 31.7 MB disk space will be freed. 21:59:05 Removing intermediate container f5df90e848f9 21:59:05 ---> 8cdeb3f7306e 21:59:05 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 21:59:06 ---> d89847240dbd 21:59:06 Step 28/33 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 21:59:06 (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.) 21:59:06 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:59:06 ---> Running in e57f89f66769 21:59:07 Removing lxd dnsmasq configuration 21:59:07 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:59:07 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:59:08 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:59:08 (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.) 21:59:08 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:59:09 Removing intermediate container e57f89f66769 21:59:09 ---> 0fe9e283c1f4 21:59:09 Step 29/33 : ENTRYPOINT ["entrypoint.sh"] 21:59:09 ---> Running in 5cc94a0cf9a7 21:59:09 Removing intermediate container 5cc94a0cf9a7 21:59:09 ---> 7fdda55b2266 21:59:09 Step 30/33 : CMD ["install"] 21:59:10 ---> Running in ff84c7f27279 21:59:10 Processing triggers for systemd (237-3ubuntu10.42) ... 21:59:10 Processing triggers for ureadahead (0.100.0-21) ... 21:59:11 Removing intermediate container ff84c7f27279 21:59:11 ---> cd092ec77968 21:59:11 Step 31/33 : LABEL arch=arm64 21:59:11 + sudo snap remove --purge lxd 21:59:11 ---> Running in 5363763f2bd0 21:59:11 snap "lxd" is not installed 21:59:11 + sudo groupadd --force --system lxd 21:59:11 ++ whoami 21:59:11 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:59:11 + newgrp - lxd 21:59:11 + sudo snap install lxd 21:59:12 Removing intermediate container 5363763f2bd0 21:59:12 ---> e03dd0357c6d 21:59:12 Step 32/33 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 21:59:14 ---> Running in 5a6b5fadaffc 21:59:14 Removing intermediate container 5a6b5fadaffc 21:59:14 ---> 778c1c4d3277 21:59:14 Step 33/33 : LABEL version=0.0.0 21:59:15 ---> Running in 411146b227f4 21:59:16 Removing intermediate container 411146b227f4 21:59:16 ---> a04bc7ae1d02 21:59:16 21:59:17 Successfully built a04bc7ae1d02 21:59:17 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:59:20 2021-01-11T21:59:17Z INFO Waiting for automatic snapd restart... 21:59:38 lxd 4.10 from Canonical* installed 21:59:38 + sudo lxd init --auto 21:59:43  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:59:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:59:43 ---> 4c7105b4a61e 21:59:43 Step 3/24 : WORKDIR /edgex-go 21:59:43 ---> Using cache 21:59:43 ---> 61a13083a88a 21:59:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:43 ---> Using cache 21:59:43 ---> 738b92610165 21:59:43 Step 5/24 : RUN apk add --update --no-cache make git 21:59:43 ---> Using cache 21:59:43 ---> b4da7cb22272 21:59:43 Step 6/24 : COPY go.mod . 21:59:43 ---> Using cache 21:59:43 ---> 546a4e418011 21:59:43 Step 7/24 : RUN go mod download 21:59:43 ---> Using cache 21:59:43 ---> 3cdec6e962da 21:59:43 Step 8/24 : COPY . . 21:59:43 ---> Using cache 21:59:43 ---> 5b8113bd5b9b 21:59:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:59:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:59:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:59:43 ---> 4c7105b4a61e 21:59:43 Step 3/26 : WORKDIR /edgex-go 21:59:43 ---> Using cache 21:59:43 ---> 61a13083a88a 21:59:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:43 ---> Using cache 21:59:43 ---> 738b92610165 21:59:43 Step 5/26 : RUN apk add --update --no-cache make bash git 21:59:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:59:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:59:43 ---> 4c7105b4a61e 21:59:43 Step 3/23 : WORKDIR /edgex-go 21:59:43 ---> Using cache 21:59:43 ---> 61a13083a88a 21:59:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:43 ---> Using cache 21:59:43 ---> 738b92610165 21:59:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:59:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:59:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:59:43 ---> 4c7105b4a61e 21:59:43 Step 3/22 : WORKDIR /edgex-go 21:59:43 ---> Using cache 21:59:43 ---> 61a13083a88a 21:59:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:59:43 ---> Using cache 21:59:43 ---> 738b92610165 21:59:43 Step 5/22 : RUN apk add --update --no-cache make git 21:59:43 ---> Using cache 21:59:43 ---> b4da7cb22272 21:59:43 Step 6/22 : COPY go.mod . 21:59:43 ---> Using cache 21:59:43 ---> 546a4e418011 21:59:43 Step 7/22 : RUN go mod download 21:59:43 ---> Using cache 21:59:43 ---> 3cdec6e962da 21:59:43 Step 8/22 : COPY . . 21:59:43 ---> Using cache 21:59:43 ---> 5b8113bd5b9b 21:59:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:59:45 + sudo snap install --classic snapcraft 21:59:48 ---> Running in 55e90bafcd10 21:59:48 ---> Running in 705935b48ab7 21:59:48 ---> Running in f31f780a4697 21:59:48 ---> Running in 195f94dc434c 21:59:49 snapcraft 4.4.4 from Canonical* installed 21:59:49 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:59:49 + patch --verbose -p1 21:59:49 Hmm... Looks like a unified diff to me... 21:59:49 The text leading up to this was: 21:59:49 -------------------------- 21:59:49 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 21:59:49 |From: Tony Espy 21:59:49 |Date: Wed, 16 Dec 2020 16:34:55 -0500 21:59:49 |Subject: [PATCH] optimize snap build for pipeline CI check 21:59:49 | 21:59:49 |This patch is used by the EdgeX CI pipeline builds to 21:59:49 |optimize the snap CI check run for pull requests. When 21:59:49 |applied, it essentially strips out everything (apps and 21:59:49 |parts) from the snapcraft.yaml file except those required 21:59:49 |to build edgex-go, as the whole idea of the CI check is to 21:59:49 |catch changes to edgex-go that break the snap build. 21:59:49 | 21:59:49 |In general, anyone updating snapcraft.yaml will also need 21:59:49 |to update this patch file, otherwise it may fail to apply, 21:59:49 |resulting in a failed snap build CI check in the associated 21:59:49 |pull request. 21:59:49 | 21:59:49 |Note - in addition to applying this patch, the pipeline also 21:59:49 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:59:49 |need to build the finally binary .snap file (and it won't 21:59:49 |work with the patch applied). This further reduces the build 21:59:49 |time. 21:59:49 |--- 21:59:49 | snap/snapcraft.yaml | 461 +------------------------------------------- 21:59:49 | 1 file changed, 2 insertions(+), 459 deletions(-) 21:59:49 | 21:59:49 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:59:49 |index 1e537489..faf42425 100644 21:59:49 |--- a/snap/snapcraft.yaml 21:59:49 |+++ b/snap/snapcraft.yaml 21:59:49 -------------------------- 21:59:49 patching file snap/snapcraft.yaml 21:59:49 Using Plan A... 21:59:49 Hunk #1 succeeded at 73. 21:59:49 Hunk #2 succeeded at 202 with fuzz 1. 21:59:49 Hunk #3 succeeded at 214. 21:59:49 Hunk #4 succeeded at 222. 21:59:49 Hunk #5 succeeded at 229. 21:59:49 Hunk #6 succeeded at 256. 21:59:49 Hunk #7 succeeded at 290. 21:59:49 Hunk #8 succeeded at 342 (offset 1 line). 21:59:49 Hmm... Ignoring the trailing garbage. 21:59:49 done 21:59:49 + sudo snapcraft prime --use-lxd 21:59:49 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 21:59:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:59:50 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 21:59:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:59:50 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:59: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: 21:59:50 - README.md 21:59:50 - snapcraft.yaml.orig 21:59:50 21:59:50 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:59:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:59:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:59:51 Launching a container. 21:59:52 OK: 217 MiB in 51 packages 21:59:52 OK: 217 MiB in 51 packages 21:59:54 Removing intermediate container 705935b48ab7 21:59:54 ---> 267780ab0b17 21:59:54 Step 6/26 : COPY go.mod . 21:59:54 Removing intermediate container f31f780a4697 21:59:54 ---> a230cc7045f0 21:59:54 Step 6/23 : COPY go.mod . 21:59:55 ---> 21d5f474b122 21:59:55 Step 7/26 : RUN go mod download 21:59:56 ---> Running in d161d6a3692d 21:59:56 ---> 5e0a2f96a11b 21:59:56 Step 7/23 : RUN go mod download 21:59:57 ---> Running in e2a12c629f12 22:00:03 Waiting for container to be ready 22:00:03 To start your first instance, try: lxc launch ubuntu:18.04 22:00:03 22:00:04 Removing intermediate container d161d6a3692d 22:00:04 ---> f56276b12755 22:00:04 Step 8/26 : COPY . . 22:00:04 Removing intermediate container e2a12c629f12 22:00:04 ---> 4f461162ccd0 22:00:04 Step 8/23 : COPY . . 22:00:06 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:00:06 Waiting for network to be ready... 22:00:07 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:00:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:00:07 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:00:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 22:00:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:00:08 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:00:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:00:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:00:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 22:00:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:00:08 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:00:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:00:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 22:00:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 22:00:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 22:00:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 22:00:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 22:00:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 22:00:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:00:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 22:00:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 22:00:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 22:00:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 22:00:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 22:00:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 22:00:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 22:00:08 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 22:00:11 Fetched 23.7 MB in 4s (5336 kB/s) 22:00:12 Reading package lists... 22:00:12 Reading package lists... 22:00:12 Building dependency tree... 22:00:12 Reading state information... 22:00:13 The following additional packages will be installed: 22:00:13 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:00:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:00:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:00:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:00:13 Suggested packages: 22:00:13 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:00:13 Recommended packages: 22:00:13 gnupg libsasl2-modules 22:00:13 The following NEW packages will be installed: 22:00:13 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:00:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:00:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:00:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:00:13 The following packages will be upgraded: 22:00:13 gpg gpg-agent gpgconf libudev1 22:00:13 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 22:00:13 Need to get 3532 kB of archives. 22:00:13 After this operation, 13.3 MB of additional disk space will be used. 22:00:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 22:00:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 22:00:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 22:00:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 22:00:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 22:00:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 22:00:13 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 22:00:13 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 22:00:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:00:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:00:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:00:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:00:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:00:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:00:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:00:14 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:00:14 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:00:14 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:00:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:00:14 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:00:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 22:00:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 22:00:14 debconf: delaying package configuration, since apt-utils is not installed 22:00:14 Fetched 3532 kB in 1s (3190 kB/s) 22:00:14 (Reading database ... 12511 files and directories currently installed.) 22:00:14 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 22:00:14 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:00:14 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 22:00:14 Selecting previously unselected package udev. 22:00:14 (Reading database ... 12511 files and directories currently installed.) 22:00:14 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 22:00:14 Unpacking udev (237-3ubuntu10.43) ... 22:00:15 Selecting previously unselected package libfuse2:amd64. 22:00:15 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:00:15 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:00:15 Selecting previously unselected package fuse. 22:00:15 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:00:15 Unpacking fuse (2.9.7-1ubuntu1) ... 22:00:15 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 22:00:15 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:00:15 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 22:00:15 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:00:15 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 22:00:15 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:00:15 Selecting previously unselected package libksba8:amd64. 22:00:15 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:00:15 Unpacking libksba8:amd64 (1.3.5-2) ... 22:00:15 Selecting previously unselected package libroken18-heimdal:amd64. 22:00:15 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:00:15 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:15 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:00:15 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:00:15 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:15 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:00:15 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:00:15 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:16 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:00:16 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:00:16 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:16 Selecting previously unselected package libwind0-heimdal:amd64. 22:00:16 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:00:16 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:16 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:00:16 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:00:16 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:16 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:00:16 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:00:16 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:16 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:00:16 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:00:16 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:16 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:00:16 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:00:16 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:16 Selecting previously unselected package libsasl2-modules-db:amd64. 22:00:16 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:00:16 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:00:16 Selecting previously unselected package libsasl2-2:amd64. 22:00:16 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:00:16 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:00:16 Selecting previously unselected package libldap-common. 22:00:16 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 22:00:16 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 22:00:16 Selecting previously unselected package libldap-2.4-2:amd64. 22:00:16 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 22:00:16 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 22:00:17 Selecting previously unselected package dirmngr. 22:00:17 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 22:00:17 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 22:00:17 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 22:00:17 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 22:00:17 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:00:17 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:00:17 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:00:17 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 22:00:17 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:17 Setting up libksba8:amd64 (1.3.5-2) ... 22:00:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:00:17 Setting up udev (237-3ubuntu10.43) ... 22:00:17 invoke-rc.d: policy-rc.d denied execution of start. 22:00:17 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:17 Processing triggers for systemd (237-3ubuntu10) ... 22:00:17 Setting up fuse (2.9.7-1ubuntu1) ... 22:00:18 Setting up gpg (2.2.4-1ubuntu1.3) ... 22:00:18 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:18 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:18 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:18 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:18 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:18 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:18 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:00:18 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 22:00:18 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 22:00:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:00:18 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:00:18 settings in the [Install] section, and DefaultInstance for template units). 22:00:18 This means they are not meant to be enabled using systemctl. 22:00:18 Possible reasons for having this kind of units are: 22:00:18 1) A unit may be statically enabled by being symlinked from another unit's 22:00:18 .wants/ or .requires/ directory. 22:00:18 2) A unit's purpose may be to act as a helper for some other unit which has 22:00:18 a requirement dependency on it. 22:00:18 3) A unit may be started when needed via activation (socket, path, timer, 22:00:18 D-Bus, udev, scripted systemctl call, ...). 22:00:18 4) In case of template units, the unit is meant to be enabled with some 22:00:18 instance name specified. 22:00:19 Reading package lists... 22:00:19 Building dependency tree... 22:00:19 Reading state information... 22:00:19 The following additional packages will be installed: 22:00:19 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:00:19 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:00:19 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:00:19 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:00:19 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:00:19 Suggested packages: 22:00:19 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:00:19 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:00:19 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:00:19 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:00:19 systemd-container policykit-1 22:00:19 Recommended packages: 22:00:19 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:00:19 The following NEW packages will be installed: 22:00:19 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:00:19 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:00:19 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:00:19 multiarch-support openssh-client python3 python3-minimal python3.6 22:00:19 python3.6-minimal snapd squashfs-tools sudo 22:00:19 The following packages will be upgraded: 22:00:19 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:00:19 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 22:00:19 Need to get 35.2 MB of archives. 22:00:19 After this operation, 141 MB of additional disk space will be used. 22:00:19 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 22:00:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:00:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:00:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 22:00:20 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 22:00:20 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:00:20 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:00:20 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:00:20 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:00:20 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:00:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:00:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:00:20 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 22:00:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 22:00:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:00:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 22:00:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:00:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 22:00:20 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 22:00:20 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:00:20 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:00:20 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:00:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:00:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 22:00:20 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:00:20 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:00:20 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:00:20 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:00:20 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 22:00:20 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:00:22 debconf: delaying package configuration, since apt-utils is not installed 22:00:22 Fetched 35.2 MB in 2s (16.1 MB/s) 22:00:22 (Reading database ... 12757 files and directories currently installed.) 22:00:22 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 22:00:22 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:00:22 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 22:00:22 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:00:22 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 22:00:22 (Reading database ... 12757 files and directories currently installed.) 22:00:22 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:00:22 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:00:23 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:00:23 (Reading database ... 12757 files and directories currently installed.) 22:00:23 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:00:23 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:00:23 Setting up apt (1.6.12ubuntu0.2) ... 22:00:23 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:00:23 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:00:24 (Reading database ... 12764 files and directories currently installed.) 22:00:24 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 22:00:24 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 22:00:24 Selecting previously unselected package libpython3.6-minimal:amd64. 22:00:24 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:00:24 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:00:24 Selecting previously unselected package libexpat1:amd64. 22:00:24 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:00:24 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:00:24 Selecting previously unselected package python3.6-minimal. 22:00:24 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:00:24 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:00:25 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 22:00:25 Checking for services that may need to be restarted...done. 22:00:25 Checking for services that may need to be restarted...done. 22:00:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:00:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:00:25 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:00:25 Selecting previously unselected package python3-minimal. 22:00:25 (Reading database ... 13012 files and directories currently installed.) 22:00:25 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:00:25 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:00:26 Selecting previously unselected package mime-support. 22:00:26 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:00:26 Unpacking mime-support (3.60ubuntu1) ... 22:00:26 Selecting previously unselected package libmpdec2:amd64. 22:00:26 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:00:26 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:00:26 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:00:26 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:00:26 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:00:26 Selecting previously unselected package python3.6. 22:00:26 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:00:26 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:00:26 Selecting previously unselected package libpython3-stdlib:amd64. 22:00:26 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:00:26 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:00:26 Setting up python3-minimal (3.6.7-1~18.04) ... 22:00:27 Selecting previously unselected package python3. 22:00:27 (Reading database ... 13442 files and directories currently installed.) 22:00:27 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:00:27 Unpacking python3 (3.6.7-1~18.04) ... 22:00:27 Selecting previously unselected package multiarch-support. 22:00:27 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:00:27 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:00:27 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:00:27 Selecting previously unselected package liblzo2-2:amd64. 22:00:27 (Reading database ... 13479 files and directories currently installed.) 22:00:27 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:00:27 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:00:27 Selecting previously unselected package libbsd0:amd64. 22:00:27 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:00:27 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:00:27 Selecting previously unselected package sudo. 22:00:27 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 22:00:27 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 22:00:28 Selecting previously unselected package apparmor. 22:00:28 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:00:28 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:00:28 Selecting previously unselected package libedit2:amd64. 22:00:28 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:00:28 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:00:28 Selecting previously unselected package libkrb5support0:amd64. 22:00:28 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:00:28 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:00:28 Selecting previously unselected package libk5crypto3:amd64. 22:00:28 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:00:28 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:00:28 Selecting previously unselected package libkeyutils1:amd64. 22:00:28 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:00:28 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:00:28 Selecting previously unselected package libkrb5-3:amd64. 22:00:28 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:00:28 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:00:28 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:00:28 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:00:28 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:00:28 Selecting previously unselected package libssl1.0.0:amd64. 22:00:28 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 22:00:28 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 22:00:29 Selecting previously unselected package openssh-client. 22:00:29 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:00:29 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:00:29 Selecting previously unselected package squashfs-tools. 22:00:29 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:00:29 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:00:29 Selecting previously unselected package snapd. 22:00:29 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 22:00:29 Unpacking snapd (2.48+18.04) ... 22:00:31 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:00:31 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 22:00:31 Setting up mime-support (3.60ubuntu1) ... 22:00:31 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 22:00:31 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:00:31 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:00:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:00:31 Setting up systemd (237-3ubuntu10.43) ... 22:00:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:00:33 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:00:33 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:00:33 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:00:33 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:00:33 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:00:33 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:00:34 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:00:34 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:00:34 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:00:34 Setting up python3 (3.6.7-1~18.04) ... 22:00:34 running python rtupdate hooks for python3.6... 22:00:34 running python post-rtupdate hooks for python3.6... 22:00:34 Setting up apparmor (2.12-4ubuntu5.1) ... 22:00:35 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:00:35 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:00:35 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:00:36 Setting up snapd (2.48+18.04) ... 22:00:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:00:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:00:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:00:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:00:37 ---> 7a8e27994923 22:00:37 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:00:37 ---> 4f4109d70393 22:00:37 Step 9/23 : RUN make cmd/core-data/core-data 22:00:37 ---> Running in f0cd9ade017b 22:00:37 ---> Running in 389cd35e6655 22:00:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:00:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:00:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:00:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:00:37 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:00:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:00:37 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:00:37 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:00:37 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:00:38 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 22:00:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:00:38 Processing triggers for systemd (237-3ubuntu10.43) ... 22:00:39 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:00:39 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:00:39 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:00:40 Reading package lists... 22:00:40 Reading package lists... 22:00:40 Building dependency tree... 22:00:40 Reading state information... 22:00:40 Calculating upgrade... 22:00:40 The following packages will be upgraded: 22:00:40 advancecomp base-files bash binutils binutils-common 22:00:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:00:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:00:40 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 22:00:40 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 22:00:40 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 22:00:40 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 22:00:40 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 22:00:40 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 22:00:40 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 22:00:40 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 22:00:40 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 22:00:40 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 22:00:40 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 22:00:40 ubuntu-keyring util-linux 22:00:40 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:00:40 Need to get 63.7 MB of archives. 22:00:40 After this operation, 5203 kB of additional disk space will be used. 22:00:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 22:00:41 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:00:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:00:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:00:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:00:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:00:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:00:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:00:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:00:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:00:41 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:00:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:00:41 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:00:41 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:00:41 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:00:41 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:00:41 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:00:41 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:00:41 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:00:41 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:00:41 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:00:41 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:00:41 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:00:41 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:00:41 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:00:41 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:00:41 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:00:41 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:00:41 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:00:41 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:00:41 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:00:41 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:00:41 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:00:41 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:00:41 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 22:00:41 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 22:00:41 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:00:41 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:00:41 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:00:41 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 22:00:41 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 22:00:41 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:00:41 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:00:41 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:00:41 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 22:00:41 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:00:41 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:00:41 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 22:00:41 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 22:00:41 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 22:00:41 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 22:00:41 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:00:41 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:00:41 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:00:41 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:00:41 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:00:41 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:00:41 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:00:41 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:00:41 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:00:41 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:00:41 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:00:41 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:00:41 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:00:42 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:00:42 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:00:42 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:00:42 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:00:42 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 22:00:42 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:00:42 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:00:42 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:00:42 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:00:42 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:00:42 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:00:42 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:00:42 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:00:42 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:00:42 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:00:42 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:00:42 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:00:42 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:00:42 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 22:00:42 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:00:42 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:00:42 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:00:42 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:00:42 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:00:42 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:00:42 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:00:42 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:00:42 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:00:42 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:00:42 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:00:42 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:00:42 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:00:42 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:00:42 debconf: delaying package configuration, since apt-utils is not installed 22:00:42 Fetched 63.7 MB in 2s (33.0 MB/s) 22:00:42 (Reading database ... 13912 files and directories currently installed.) 22:00:42 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:00:42 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:00:43 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:00:43 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:00:43 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 22:00:43 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 22:00:44 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:00:44 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:00:44 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:00:44 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:00:45 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:00:45 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:00:45 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:00:45 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:00:45 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:00:45 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:00:45 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:00:45 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:00:45 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:00:45 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:00:45 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:00:45 (Reading database ... 13911 files and directories currently installed.) 22:00:45 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:00:45 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:00:45 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:00:46 (Reading database ... 13911 files and directories currently installed.) 22:00:46 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:00:46 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:00:46 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:00:46 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:00:46 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:00:46 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:00:46 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:00:46 (Reading database ... 13911 files and directories currently installed.) 22:00:46 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:00:46 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:00:47 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:00:47 Removing intermediate container 195f94dc434c 22:00:47 ---> cfa3ede545b6 22:00:47 22:00:47 Step 10/22 : FROM alpine:3.12 22:00:47 ---> afeebe901d6b 22:00:47 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:00:47 ---> Using cache 22:00:47 ---> d4511d7af355 22:00:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:00:47 ---> Using cache 22:00:47 ---> 5358a1807593 22:00:47 Step 13/22 : ENV APP_PORT=48085 22:00:47 (Reading database ... 13911 files and directories currently installed.) 22:00:47 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:00:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:00:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:00:47 ---> Running in 449d094e5515 22:00:47 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:00:47 Setting up base-files (10.1ubuntu2.10) ... 22:00:47 Removing intermediate container 55e90bafcd10 22:00:47 ---> 50ec57e826f3 22:00:47 22:00:47 Step 10/24 : FROM alpine:3.12 22:00:47 ---> afeebe901d6b 22:00:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:00:48 Installing new version of config file /etc/issue ... 22:00:48 Installing new version of config file /etc/issue.net ... 22:00:48 Installing new version of config file /etc/lsb-release ... 22:00:48 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:00:48 ---> Running in 2b95a2466cb3 22:00:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:00:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:00:48 Removing obsolete conffile /etc/default/motd-news ... 22:00:48 (Reading database ... 13912 files and directories currently installed.) 22:00:48 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:00:48 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:00:48 Setting up bash (4.4.18-2ubuntu1.2) ... 22:00:48 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 22:00:48 (Reading database ... 13912 files and directories currently installed.) 22:00:48 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:00:48 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:00:49 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:00:49 (Reading database ... 13912 files and directories currently installed.) 22:00:49 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 22:00:49 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 22:00:49 Removing intermediate container 449d094e5515 22:00:49 ---> dd33e49d4dc5 22:00:49 Step 14/22 : EXPOSE $APP_PORT 22:00:49 Setting up tar (1.29b-2ubuntu0.1) ... 22:00:49 (Reading database ... 13912 files and directories currently installed.) 22:00:49 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:00:49 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:00:49 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:00:49 ---> Running in 82bf94521c1c 22:00:49 (Reading database ... 13912 files and directories currently installed.) 22:00:49 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:00:49 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:00:49 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:00:50 (Reading database ... 13912 files and directories currently installed.) 22:00:50 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:00:50 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:00:50 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:00:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:00:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:00:50 Removing intermediate container 82bf94521c1c 22:00:50 ---> 5a117c1def3f 22:00:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:00:50 (Reading database ... 13912 files and directories currently installed.) 22:00:50 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:00:50 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:00:50 Setting up grep (3.1-2build1) ... 22:00:50 (Reading database ... 13912 files and directories currently installed.) 22:00:50 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:00:50 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:00:50 Setting up login (1:4.5-1ubuntu2) ... 22:00:50 (Reading database ... 13912 files and directories currently installed.) 22:00:50 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:00:50 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:00:50 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:00:50 (1/5) Installing ca-certificates (20191127-r4) 22:00:51 (Reading database ... 13912 files and directories currently installed.) 22:00:51 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:00:51 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:00:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:00:51 (3/5) Installing libcurl (7.69.1-r3) 22:00:51 (4/5) Installing curl (7.69.1-r3) 22:00:51 (5/5) Installing dumb-init (1.2.2-r1) 22:00:51 Executing busybox-1.31.1-r19.trigger 22:00:51 Executing ca-certificates-20191127-r4.trigger 22:00:51 OK: 7 MiB in 19 packages 22:00:51 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:00:51 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:00:51 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:00:51 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:00:52 ---> 24f3e2d0644f 22:00:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:00:52 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:00:52 (Reading database ... 13912 files and directories currently installed.) 22:00:52 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:00:52 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:00:53 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:00:53 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:00:53 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:00:53 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:00:53 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:00:54 (Reading database ... 13912 files and directories currently installed.) 22:00:54 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:00:54 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:00:54 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:00:54 (Reading database ... 13912 files and directories currently installed.) 22:00:54 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:00:54 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:00:54 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:00:54 (Reading database ... 13912 files and directories currently installed.) 22:00:54 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:00:54 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:00:54 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:00:54 (Reading database ... 13912 files and directories currently installed.) 22:00:54 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:00:54 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:00:55 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:00:55 (Reading database ... 13912 files and directories currently installed.) 22:00:55 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:00:55 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:00:55 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:00:55 (Reading database ... 13912 files and directories currently installed.) 22:00:55 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:00:55 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:00:55 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:00:55 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:00:55 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:00:55 (Reading database ... 13912 files and directories currently installed.) 22:00:55 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:00:55 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:00:55 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:00:55 (Reading database ... 13912 files and directories currently installed.) 22:00:55 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:00:55 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:00:56 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:00:56 (Reading database ... 13912 files and directories currently installed.) 22:00:56 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:00:56 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:00:56 ---> 7685bbe1dca9 22:00:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:00:56 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:00:56 (Reading database ... 13912 files and directories currently installed.) 22:00:56 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:00:56 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:00:57 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:00:57 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:00:57 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:00:57 (Reading database ... 13912 files and directories currently installed.) 22:00:57 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:00:57 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:00:57 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:00:57 Removing intermediate container 2b95a2466cb3 22:00:57 ---> da315c1ff62c 22:00:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:00:58 (Reading database ... 13912 files and directories currently installed.) 22:00:58 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:00:58 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:00:58 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:00:58 (Reading database ... 13914 files and directories currently installed.) 22:00:58 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:00:58 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:00:58 Setting up debconf (1.5.66ubuntu1) ... 22:00:58 (Reading database ... 13914 files and directories currently installed.) 22:00:58 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:00:58 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:00:58 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:00:58 ---> 181151e335f1 22:00:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:00:59 (Reading database ... 13914 files and directories currently installed.) 22:00:59 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:00:59 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:00:59 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:00:59 (Reading database ... 13914 files and directories currently installed.) 22:00:59 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:00:59 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:00:59 ---> Running in fe762ab3c541 22:00:59 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:00:59 (Reading database ... 13914 files and directories currently installed.) 22:00:59 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:00:59 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:00:59 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 22:00:59 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:00:59 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:01:00 ---> Running in 1566c54430ee 22:01:00 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:01:00 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:01:00 (Reading database ... 13914 files and directories currently installed.) 22:01:00 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:01:00 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:01:00 Removing intermediate container fe762ab3c541 22:01:00 ---> 27ac1e8e25ef 22:01:00 Step 13/24 : WORKDIR / 22:01:00 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:01:00 (Reading database ... 13914 files and directories currently installed.) 22:01:00 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:01:00 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:01:00 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:01:01 (Reading database ... 13914 files and directories currently installed.) 22:01:01 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:01:01 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:01:01 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:01:01 (Reading database ... 13914 files and directories currently installed.) 22:01:01 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 22:01:01 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 22:01:01 Removing intermediate container 1566c54430ee 22:01:01 ---> af1c474babc7 22:01:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:01:01 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 22:01:01 (Reading database ... 13914 files and directories currently installed.) 22:01:01 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:01:01 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:01:01 ---> Running in a119facbe801 22:01:01 ---> Running in 1b7ccd8cd635 22:01:02 Setting up passwd (1:4.5-1ubuntu2) ... 22:01:02 (Reading database ... 13914 files and directories currently installed.) 22:01:02 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 22:01:02 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:01:02 Setting up gpgv (2.2.4-1ubuntu1.3) ... 22:01:02 (Reading database ... 13914 files and directories currently installed.) 22:01:02 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:01:02 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:01:02 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:01:02 (Reading database ... 13914 files and directories currently installed.) 22:01:02 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:01:02 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:01:02 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:01:02 (Reading database ... 13914 files and directories currently installed.) 22:01:02 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:01:02 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:01:02 Removing intermediate container a119facbe801 22:01:02 ---> cfb8b96c64fb 22:01:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:01:03 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:01:03 (Reading database ... 13914 files and directories currently installed.) 22:01:03 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:01:03 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:01:03 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:01:03 (Reading database ... 13914 files and directories currently installed.) 22:01:03 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:01:03 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:01:03 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:01:03 (Reading database ... 13914 files and directories currently installed.) 22:01:03 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:01:03 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:01:03 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:01:03 (Reading database ... 13915 files and directories currently installed.) 22:01:03 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:01:03 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:01:03 Removing intermediate container 1b7ccd8cd635 22:01:03 ---> 2ad39e0ca889 22:01:03 Step 20/22 : LABEL arch=arm64 22:01:04 ---> Running in 657f511abfd7 22:01:04 ---> 4f7fb93319b7 22:01:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:01:04 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:01:04 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:01:04 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 22:01:04 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 22:01:05 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 22:01:05 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 22:01:05 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:01:05 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:01:05 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:01:05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:01:05 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:01:05 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:01:05 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:01:05 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:01:05 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:01:05 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:01:05 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:01:05 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:01:06 Removing intermediate container 657f511abfd7 22:01:06 ---> 1e7c3bc8c8d7 22:01:06 Step 21/22 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 22:01:06 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:01:06 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:01:06 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 22:01:06 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 22:01:06 ---> 3a8c0d1fdecb 22:01:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:01:06 ---> Running in 9cbb4cfaef12 22:01:07 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:01:07 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:01:07 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:01:07 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:01:07 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:01:07 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:01:07 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:01:07 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:01:07 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:01:07 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:01:07 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:01:07 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:01:08 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:01:08 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:01:08 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:01:08 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:01:08 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:01:08 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:01:08 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:01:08 Removing intermediate container 9cbb4cfaef12 22:01:08 ---> 1537ff553043 22:01:08 Step 22/22 : LABEL version=0.0.0 22:01:08 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:01:09 ---> 575891a45468 22:01:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:01:09 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:01:09 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:01:09 ---> Running in 4c9c6c43a6b6 22:01:10 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:01:10 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:01:11 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:01:11 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:01:11 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:01:11 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:01:11 Removing intermediate container 4c9c6c43a6b6 22:01:11 ---> a66a30757d73 22:01:11 22:01:12 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:01:12 Successfully built a66a30757d73 22:01:12 ---> c87252e3c80b 22:01:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:01:12 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:01:12 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:01:12 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:01:12 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:01:12 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:01:12 Successfully tagged docker-support-scheduler-go-arm64:latest 22:01:12 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:01:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:01:13 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:01:13 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:01:13 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:01:13 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:01:13 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:01:13 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:01:13 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:01:13 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:01:13 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:01:13 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:01:13 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:01:13 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:01:13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:01:13 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:01:13 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:01:13 Setting up tzdata (2020f-0ubuntu0.18.04) ... 22:01:13 22:01:13 Current default time zone: 'Etc/UTC' 22:01:13 Local time is now: Mon Jan 11 22:01:13 UTC 2021. 22:01:13 Universal Time is now: Mon Jan 11 22:01:13 UTC 2021. 22:01:13 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:01:13 22:01:13 Setting up systemd-sysv (237-3ubuntu10.43) ... 22:01:13 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:01:13 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 22:01:13 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:01:13 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:01:13 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:01:13 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:01:13 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:01:14 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:01:14 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:01:14 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:01:14 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:01:14 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:01:14 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 22:01:14 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:01:14 Setting up patch (2.7.6-2ubuntu1.1) ... 22:01:14 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:01:14 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:01:14 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 22:01:14 Installing new version of config file /etc/ssl/openssl.cnf ... 22:01:14 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:01:14 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:01:14 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 22:01:15  Building docker-support-scheduler-go ... done  ---> a28b09d3590f 22:01:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:01:16 Updating certificates in /etc/ssl/certs... 22:01:17 ---> ae6086cf620a 22:01:17 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:01:17 22 added, 17 removed; done. 22:01:17 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:01:17 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:01:17 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:01:17 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:01:17 Setting up pkgbinarymangler (138.18.04.1) ... 22:01:17 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:01:17 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 22:01:17 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:01:17 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:01:17 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:01:17 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:01:17 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:01:17 Setting up perl (5.26.1-6ubuntu0.5) ... 22:01:17 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 22:01:17 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:01:17 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:01:17 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 22:01:18 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:01:18 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:01:18 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:01:18 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:01:18 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:01:18 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:01:18 ---> Running in 268209ddbc0a 22:01:18 Processing triggers for systemd (237-3ubuntu10.43) ... 22:01:18 Processing triggers for mime-support (3.60ubuntu1) ... 22:01:18 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 22:01:18 Updating certificates in /etc/ssl/certs... 22:01:19 0 added, 0 removed; done. 22:01:19 Running hooks in /etc/ca-certificates/update.d... 22:01:19 done. 22:01:19 Reading package lists... 22:01:19 Building dependency tree... 22:01:19 Reading state information... 22:01:19 The following NEW packages will be installed: 22:01:19 apt-transport-https 22:01:19 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:01:19 Need to get 1696 B of archives. 22:01:19 After this operation, 153 kB of additional disk space will be used. 22:01:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:01:20 debconf: delaying package configuration, since apt-utils is not installed 22:01:20 Fetched 1696 B in 0s (30.4 kB/s) 22:01:20 Selecting previously unselected package apt-transport-https. 22:01:20 (Reading database ... 13929 files and directories currently installed.) 22:01:20 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:01:20 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:01:20 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:01:20 Waiting for network to be ready... 22:01:25 2021-01-11T22:01:23Z INFO Waiting for automatic snapd restart... 22:01:26 snapd 2.48.2 from Canonical* installed 22:01:26 Removing intermediate container 268209ddbc0a 22:01:26 ---> 067c1ea6010a 22:01:26 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:01:27 "snapd" switched to the "latest/stable" channel 22:01:27 22:01:29 core18 20201210 from Canonical* installed 22:01:29 "core18" switched to the "latest/stable" channel 22:01:29 22:01:31 ---> Running in c275fb2a989a 22:01:32 Removing intermediate container c275fb2a989a 22:01:32 ---> 94942fb96388 22:01:32 Step 22/24 : LABEL arch=arm64 22:01:33 snapcraft 4.4.4 from Canonical* installed 22:01:33 "snapcraft" switched to the "latest/stable" channel 22:01:33 22:01:35 ---> Running in 0f0009d25ca5 22:01:36 Removing intermediate container 389cd35e6655 22:01:36 ---> eb885533f5af 22:01:36 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:01:36 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 22:01:36 - README.md 22:01:36 - snapcraft.yaml.orig 22:01:36 22:01:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:01:38 Removing intermediate container 0f0009d25ca5 22:01:38 ---> 71f83da6c4d3 22:01:38 Step 23/24 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 22:01:38 ---> Running in b0cfd530e18e 22:01:38 ---> Running in 7065f4979789 22:01:39 Removing intermediate container 7065f4979789 22:01:39 ---> 9181b6a6cf15 22:01:39 Step 24/24 : LABEL version=0.0.0 22:01:39 ---> Running in d5adbe0b5975 22:01:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:01:40 Removing intermediate container d5adbe0b5975 22:01:40 ---> cbe08c5f8017 22:01:40 22:01:40 Successfully built cbe08c5f8017 22:01:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:01:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:01:43 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:01:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:01:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:01:43  Building docker-security-secretstore-setup-go ... done Removing intermediate container f0cd9ade017b 22:01:43 ---> 9f023e486cb9 22:01:43 22:01:43 Step 10/23 : FROM alpine:3.12 22:01:43 ---> afeebe901d6b 22:01:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:01:43 ---> Running in 59cab91517c6 22:01:44 Removing intermediate container b0cfd530e18e 22:01:44 ---> a49a073b8f81 22:01:44 22:01:44 Step 11/26 : FROM docker:20.10.0 22:01:44 Reading package lists... 22:01:44 20.10.0: Pulling from library/docker 22:01:44 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 22:01:44 Removing intermediate container 59cab91517c6 22:01:44 ---> dea6da7b7333 22:01:44 Step 12/23 : ENV APP_PORT=48080 22:01:46 ---> Running in ab8784ba8801 22:01:46 Removing intermediate container ab8784ba8801 22:01:46 ---> 30048ba3a47d 22:01:46 Step 13/23 : EXPOSE $APP_PORT 22:01:47 ---> Running in a1ea6ff202b3 22:01:48 Removing intermediate container a1ea6ff202b3 22:01:48 ---> 8d69eba5fff4 22:01:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:48 ---> Running in 1afacca08f30 22:01:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:01:51 Reading package lists... 22:01:51 Building dependency tree... 22:01:51 Reading state information... 22:01:51 Suggested packages: 22:01:51 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:01:51 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:01:51 Recommended packages: 22:01:51 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:01:51 The following NEW packages will be installed: 22:01:51 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:01:51 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:01:51 pkg-config zip 22:01:51 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:01:51 Need to get 7655 kB of archives. 22:01:51 After this operation, 43.7 MB of additional disk space will be used. 22:01:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 22:01:51 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:01:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:01:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 22:01:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 22:01:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:01:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:01:51 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:01:51 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:01:51 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:01:51 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:01:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:01:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:01:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:01:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:01:52 Removing intermediate container 1afacca08f30 22:01:52 ---> b70109579539 22:01:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:01:52 debconf: delaying package configuration, since apt-utils is not installed 22:01:52 Fetched 7655 kB in 1s (10.1 MB/s) 22:01:52 Selecting previously unselected package libglib2.0-0:amd64. 22:01:52 (Reading database ... 13933 files and directories currently installed.) 22:01:52 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 22:01:52 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:01:52 ---> Running in 8fea89cbf15d 22:01:52 Selecting previously unselected package libpsl5:amd64. 22:01:52 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:01:52 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:01:52 Selecting previously unselected package libnghttp2-14:amd64. 22:01:52 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:01:52 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:01:52 Selecting previously unselected package librtmp1:amd64. 22:01:52 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:01:52 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:01:52 Selecting previously unselected package libcurl3-gnutls:amd64. 22:01:52 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:01:52 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:01:52 Selecting previously unselected package liberror-perl. 22:01:52 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:01:52 Unpacking liberror-perl (0.17025-1) ... 22:01:52 Selecting previously unselected package git-man. 22:01:52 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 22:01:52 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 22:01:53 Selecting previously unselected package git. 22:01:53 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 22:01:53 Unpacking git (1:2.17.1-1ubuntu0.7) ... 22:01:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:01:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:01:53 Status: Downloaded newer image for docker:20.10.0 22:01:53 ---> eeaf43b92773 22:01:53 Step 12/26 : RUN apk add --no-cache bash 22:01:53 ---> Running in 73918b1de36e 22:01:54 Selecting previously unselected package libnorm1:amd64. 22:01:54 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:01:54 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:01:54 Selecting previously unselected package libpgm-5.2-0:amd64. 22:01:54 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:01:54 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:01:54 Selecting previously unselected package libsodium23:amd64. 22:01:54 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:01:54 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:01:54 Selecting previously unselected package libzmq5:amd64. 22:01:54 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:01:54 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:01:54 Selecting previously unselected package libzmq3-dev:amd64. 22:01:54 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:01:54 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:01:54 Selecting previously unselected package pkg-config. 22:01:54 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:01:54 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:01:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:01:54 Selecting previously unselected package zip. 22:01:54 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:01:54 Unpacking zip (3.0-11build1) ... 22:01:54 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:01:54 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 22:01:54 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:01:54 Setting up liberror-perl (0.17025-1) ... 22:01:54 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:01:54 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:01:54 No schema files found: doing nothing. 22:01:54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:01:54 Setting up zip (3.0-11build1) ... 22:01:54 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:01:54 Setting up libsodium23:amd64 (1.0.16-2) ... 22:01:54 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:01:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:01:55 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:01:55 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:01:55 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:01:55 Setting up git (1:2.17.1-1ubuntu0.7) ... 22:01:55 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:01:55 (1/6) Installing dumb-init (1.2.2-r1) 22:01:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:01:55 (2/6) Installing libgcc (9.3.0-r2) 22:01:55 (3/6) Installing libsodium (1.0.18-r0) 22:01:55 (4/6) Installing libstdc++ (9.3.0-r2) 22:01:55 (1/2) Installing readline (8.0.4-r0) 22:01:55 (2/2) Installing bash (5.0.17-r0) 22:01:55 Executing bash-5.0.17-r0.post-install 22:01:55 Executing busybox-1.31.1-r19.trigger 22:01:55 OK: 12 MiB in 22 packages 22:01:56 (5/6) Installing libzmq (4.3.3-r0) 22:01:56 (6/6) Installing zeromq (4.3.3-r0) 22:01:56 Executing busybox-1.31.1-r19.trigger 22:01:56 OK: 8 MiB in 20 packages 22:01:56 Removing intermediate container 73918b1de36e 22:01:56 ---> 0705d582c084 22:01:56 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:01:57 ---> Running in 3e78115fa0fa 22:01:57 Removing intermediate container 8fea89cbf15d 22:01:57 ---> 547627284d79 22:01:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:01:57 Removing intermediate container 3e78115fa0fa 22:01:57 ---> fd2189437ce5 22:01:57 Step 14/26 : ENV APP_PORT=48090 22:01:58 ---> Running in d3539c71ef47 22:01:58 Removing intermediate container d3539c71ef47 22:01:58 ---> 29c62e9f316f 22:01:58 Step 15/26 : EXPOSE $APP_PORT 22:01:58 ---> 5d69f3e68fe5 22:01:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:01:58 ---> Running in a396963aedd4 22:01:59 Removing intermediate container a396963aedd4 22:01:59 ---> 438b41636607 22:01:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:02:00 ---> e5e5bc8a0866 22:02:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:02:00 ---> eee7b96be85d 22:02:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:02:01 ---> 1678f39a27f0 22:02:01 Step 19/23 : ENTRYPOINT ["/core-data"] 22:02:01 ---> Running in 231296c574ab 22:02:01 ---> 547477a5e5a0 22:02:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:02:01 Removing intermediate container 231296c574ab 22:02:01 ---> 11fa6fd7e007 22:02:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:02:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:02:01 git set to automatically installed. 22:02:01 git-man set to automatically installed. 22:02:01 libcurl3-gnutls set to automatically installed. 22:02:01 liberror-perl set to automatically installed. 22:02:01 libglib2.0-0 set to automatically installed. 22:02:01 libnghttp2-14 set to automatically installed. 22:02:01 libnorm1 set to automatically installed. 22:02:01 libpgm-5.2-0 set to automatically installed. 22:02:01 libpsl5 set to automatically installed. 22:02:01 librtmp1 set to automatically installed. 22:02:01 libsodium23 set to automatically installed. 22:02:01 libzmq3-dev set to automatically installed. 22:02:01 libzmq5 set to automatically installed. 22:02:01 pkg-config set to automatically installed. 22:02:01 zip set to automatically installed. 22:02:01 ---> Running in d4cea33d62ff 22:02:02 ---> 89626482f428 22:02:02 Step 19/26 : RUN apk --no-cache add py3-pip 22:02:02 ---> Running in aaef3d07f876 22:02:02 Removing intermediate container d4cea33d62ff 22:02:02 ---> 83eb2dc8d0f3 22:02:02 Step 21/23 : LABEL arch=arm64 22:02:02 ---> Running in fd357926bee0 22:02:03 Removing intermediate container fd357926bee0 22:02:03 ---> 78df543ae728 22:02:03 Step 22/23 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 22:02:03 ---> Running in 8f7d8ace6e85 22:02:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:03 snapd is not logged in, snap install commands will use sudo 22:02:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:04 Removing intermediate container 8f7d8ace6e85 22:02:04 ---> 8138ec444122 22:02:04 Step 23/23 : LABEL version=0.0.0 22:02:04 ---> Running in 31cd64ae13f0 22:02:04 (1/33) Installing libbz2 (1.0.8-r1) 22:02:04 (2/33) Installing expat (2.2.9-r1) 22:02:04 (3/33) Installing libffi (3.3-r2) 22:02:04 (4/33) Installing gdbm (1.13-r1) 22:02:04 (5/33) Installing xz-libs (5.2.5-r0) 22:02:04 (6/33) Installing sqlite-libs (3.32.1-r0) 22:02:04 (7/33) Installing python3 (3.8.5-r0) 22:02:04 Removing intermediate container 31cd64ae13f0 22:02:04 ---> d3d28ca71c2f 22:02:04 22:02:04 Successfully built d3d28ca71c2f 22:02:05 Successfully tagged docker-core-data-go-arm64:latest 22:02:07  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 22:02:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:02:07 (10/33) Installing py3-parsing (2.4.7-r0) 22:02:07 (11/33) Installing py3-six (1.15.0-r0) 22:02:07 (12/33) Installing py3-packaging (20.4-r0) 22:02:07 (13/33) Installing py3-setuptools (47.0.0-r0) 22:02:07 (14/33) Installing py3-chardet (3.0.4-r4) 22:02:07 (15/33) Installing py3-idna (2.9-r0) 22:02:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:02:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:02:07 (18/33) Installing py3-requests (2.23.0-r0) 22:02:07 (19/33) Installing py3-msgpack (1.0.0-r0) 22:02:07 (20/33) Installing py3-lockfile (0.12.2-r3) 22:02:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:02:07 (22/33) Installing py3-colorama (0.4.3-r0) 22:02:07 (23/33) Installing py3-distlib (0.3.0-r0) 22:02:07 (24/33) Installing py3-distro (1.5.0-r1) 22:02:07 (25/33) Installing py3-webencodings (0.5.1-r3) 22:02:07 (26/33) Installing py3-html5lib (1.0.1-r4) 22:02:07 (27/33) Installing py3-pytoml (0.1.21-r0) 22:02:07 (28/33) Installing py3-pep517 (0.8.2-r0) 22:02:07 (29/33) Installing py3-progress (1.5-r0) 22:02:07 (30/33) Installing py3-toml (0.10.1-r0) 22:02:07 (31/33) Installing py3-retrying (1.3.3-r0) 22:02:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:02:07 (33/33) Installing py3-pip (20.1.1-r0) 22:02:07 Executing busybox-1.31.1-r19.trigger 22:02:07 OK: 71 MiB in 55 packages 22:02:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:02:10 snap "core18" has no updates available 22:02:11 Pulling config-common 22:02:12 Pulling go-build-helper 22:02:14 Removing intermediate container aaef3d07f876 22:02:14 ---> b53195617953 22:02:14 Step 20/26 : RUN pip install docker-compose==1.23.2 22:02:14 ---> Running in 85c344d163ed 22:02:18 Collecting docker-compose==1.23.2 22:02:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:02:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:02:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:02:20 Collecting docopt<0.7,>=0.6.1 22:02:20 Downloading docopt-0.6.2.tar.gz (25 kB) 22:02:22 Collecting texttable<0.10,>=0.9.0 22:02:22 Downloading texttable-0.9.1.tar.gz (11 kB) 22:02:24 Collecting websocket-client<1.0,>=0.32.0 22:02:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:02:24 Collecting jsonschema<3,>=2.5.1 22:02:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:02:25 Collecting dockerpty<0.5,>=0.4.1 22:02:25 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:02:27 Collecting PyYAML<4,>=3.10 22:02:27 Downloading PyYAML-3.13.tar.gz (270 kB) 22:02:30 Collecting docker<4.0,>=3.6.0 22:02:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:02:31 Collecting cached-property<2,>=1.2.0 22:02:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:02:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:02:31 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 22:02:31 Collecting idna<2.8,>=2.5 22:02:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:02:32 Collecting urllib3<1.25,>=1.21.1 22:02:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:02:32 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 22:02:32 Collecting docker-pycreds>=0.4.0 22:02:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:02:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:02:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:02:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:02:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:02:33 Installing collected packages: idna, urllib3, requests, docopt, texttable, websocket-client, jsonschema, dockerpty, PyYAML, docker-pycreds, docker, cached-property, docker-compose 22:02:33 Attempting uninstall: idna 22:02:33 Found existing installation: idna 2.9 22:02:33 Uninstalling idna-2.9: 22:02:33 Successfully uninstalled idna-2.9 22:02:34 Attempting uninstall: urllib3 22:02:34 Found existing installation: urllib3 1.25.9 22:02:34 Uninstalling urllib3-1.25.9: 22:02:34 Successfully uninstalled urllib3-1.25.9 22:02:34 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:02:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:02:34 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:02:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 22:02:34 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:02:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:02:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 22:02:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:02:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 22:02:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 22:02:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 22:02:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:02:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 22:02:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:02:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 22:02:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:02:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:02:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 22:02:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:02:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 22:02:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 22:02:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 22:02:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 22:02:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 22:02:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 22:02:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 22:02:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 22:02:34 Fetched 23.7 MB in 0s (0 B/s) 22:02:34 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:02:34 Fetched 96.5 kB in 0s (0 B/s) 22:02:34 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:02:34 Fetched 279 kB in 0s (0 B/s) 22:02:34 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:02:34 Fetched 122 kB in 0s (0 B/s) 22:02:34 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:02:34 Fetched 77.8 kB in 0s (0 B/s) 22:02:34 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:02:34 Fetched 8848 B in 0s (0 B/s) 22:02:34 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:02:34 Fetched 47.8 kB in 0s (0 B/s) 22:02:34 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:02:34 Fetched 45.6 kB in 0s (0 B/s) 22:02:34 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:02:34 Fetched 15.0 kB in 0s (0 B/s) 22:02:34 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:02:34 Fetched 214 kB in 0s (0 B/s) 22:02:34 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 22:02:34 Fetched 155 kB in 0s (0 B/s) 22:02:34 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:02:34 Fetched 50.6 kB in 0s (0 B/s) 22:02:34 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:02:34 Fetched 14.8 kB in 0s (0 B/s) 22:02:34 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:02:34 Fetched 41.8 kB in 0s (0 B/s) 22:02:34 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:02:34 Fetched 499 kB in 0s (0 B/s) 22:02:34 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:02:34 Fetched 111 kB in 0s (0 B/s) 22:02:34 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:02:34 Fetched 240 kB in 0s (0 B/s) 22:02:34 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:02:34 Fetched 29.3 kB in 0s (0 B/s) 22:02:34 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:02:34 Fetched 85.5 kB in 0s (0 B/s) 22:02:34 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:02:34 Fetched 24.5 kB in 0s (0 B/s) 22:02:34 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:02:34 Fetched 49.2 kB in 0s (0 B/s) 22:02:34 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:02:34 Fetched 54.2 kB in 0s (0 B/s) 22:02:34 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:02:34 Fetched 30.8 kB in 0s (0 B/s) 22:02:34 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 22:02:34 Fetched 17.0 kB in 0s (0 B/s) 22:02:34 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:02:34 Fetched 85.9 kB in 0s (0 B/s) 22:02:34 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:02:34 Fetched 8720 B in 0s (0 B/s) 22:02:34 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:02:34 Fetched 137 kB in 0s (0 B/s) 22:02:34 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:02:34 Fetched 119 kB in 0s (0 B/s) 22:02:34 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:02:34 Fetched 109 kB in 0s (0 B/s) 22:02:34 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:02:34 Fetched 11.1 kB in 0s (0 B/s) 22:02:34 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:02:34 Fetched 645 kB in 0s (0 B/s) 22:02:34 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:02:34 Fetched 41.3 kB in 0s (0 B/s) 22:02:34 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:02:34 Fetched 17.9 kB in 0s (0 B/s) 22:02:34 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:02:34 Fetched 368 kB in 0s (0 B/s) 22:02:34 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:02:34 Fetched 187 kB in 0s (0 B/s) 22:02:34 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:02:34 Fetched 175 kB in 0s (0 B/s) 22:02:34 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:02:34 Attempting uninstall: requests 22:02:34 Found existing installation: requests 2.23.0 22:02:34 Uninstalling requests-2.23.0: 22:02:34 Successfully uninstalled requests-2.23.0 22:02:34 Running setup.py install for docopt: started 22:02:36 Running setup.py install for docopt: finished with status 'done' 22:02:36 Running setup.py install for texttable: started 22:02:38 Fetched 206 kB in 0s (0 B/s) 22:02:38 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 22:02:38 Fetched 1301 kB in 0s (0 B/s) 22:02:38 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:02:38 Fetched 36.2 kB in 0s (0 B/s) 22:02:38 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:02:38 Fetched 159 kB in 0s (0 B/s) 22:02:38 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:02:38 Fetched 107 kB in 0s (0 B/s) 22:02:38 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:02:38 Fetched 48.7 kB in 0s (0 B/s) 22:02:38 Pulling static-packages 22:02:38 'go115' has dependencies that need to be staged: static-packages go-build-helper 22:02:38 Skipping pull go-build-helper (already ran) 22:02:38 Skipping pull static-packages (already ran) 22:02:38 Building go-build-helper 22:02:38 Running setup.py install for texttable: finished with status 'done' 22:02:39 Running setup.py install for dockerpty: started 22:02:41 Running setup.py install for dockerpty: finished with status 'done' 22:02:41 Running setup.py install for PyYAML: started 22:02:42 Building static-packages 22:02:43 Running setup.py install for PyYAML: finished with status 'done' 22:02:44 Staging go-build-helper 22:02:44 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 22:02:45 Staging static-packages 22:02:46 Pulling go115 22:02:46 'edgex-go' has dependencies that need to be staged: go115 22:02:46 Skipping pull go115 (already ran) 22:02:46 Building go115 22:02:46 % Total % Received % Xferd Average Speed Time Time Time Current 22:02:46 Dload Upload Total Spent Left Speed 22:02:48 Removing intermediate container 85c344d163ed 22:02:48 ---> 209087e477e1 22:02:48 Step 21/26 : RUN apk --no-cache add curl 22:02:48 ---> Running in 8dbe4cd56a6c 22:02:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:02:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:02:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5870k 0 0 10.4M 0 0:00:11 --:--:-- 0:00:11 10.3M 34 115M 34 40.2M 0 0 26.3M 0 0:00:04 0:00:01 0:00:03 26.3M 71 115M 71 82.3M 0 0 32.5M 0 0:00:03 0:00:02 0:00:01 32.5M 100 115M 100 115M 0 0 35.2M 0 0:00:03 0:00:03 --:--:-- 35.2M 22:02:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:02:50 (2/3) Installing libcurl (7.69.1-r3) 22:02:50 (3/3) Installing curl (7.69.1-r3) 22:02:50 Executing busybox-1.31.1-r19.trigger 22:02:50 OK: 71 MiB in 58 packages 22:02:50 go1.15.2.linux-amd64.tar.gz: OK 22:02:52 Removing intermediate container 8dbe4cd56a6c 22:02:52 ---> 729b187f95a8 22:02:52 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:02:52 ---> Running in 95a532d7e047 22:02:52 Removing intermediate container 95a532d7e047 22:02:52 ---> a4edd161b6fe 22:02:52 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:02:52 ---> Running in 879420511fcc 22:02:52 Removing intermediate container 879420511fcc 22:02:52 ---> c86172940a96 22:02:52 Step 24/26 : LABEL arch=arm64 22:02:53 ---> Running in 75d0b321b487 22:02:53 Removing intermediate container 75d0b321b487 22:02:53 ---> 31ab57bab49d 22:02:53 Step 25/26 : LABEL git_sha=41a7151ac2b6cf2a88a6f2f382b664180a344f79 22:02:53 ---> Running in 5d30398a4426 22:02:54 Removing intermediate container 5d30398a4426 22:02:54 ---> aab8df598b8b 22:02:54 Step 26/26 : LABEL version=0.0.0 22:02:54 ---> Running in 28ae7ea49926 22:02:54 Staging go115 22:02:54 Removing intermediate container 28ae7ea49926 22:02:54 ---> 55761b3ba48b 22:02:54 22:02:55 Successfully built 55761b3ba48b 22:02:55 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:02:55  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:02:55 $ docker stop --time=1 a683d461f0194471246d0e7c4762d36210a439fe2c5ddd7c54b3751b381abce3 22:02:57 $ docker rm -f a683d461f0194471246d0e7c4762d36210a439fe2c5ddd7c54b3751b381abce3 [Pipeline] // withDockerContainer [Pipeline] sh 22:02:58 + + grep docker 22:02:58 docker images 22:02:58 docker-sys-mgmt-agent-go-arm64 latest 55761b3ba48b 4 seconds ago 300MB 22:02:58 docker-core-data-go-arm64 latest d3d28ca71c2f 54 seconds ago 21MB 22:02:58 docker-security-secretstore-setup-go-arm64 latest cbe08c5f8017 About a minute ago 23.4MB 22:02:58 docker-support-scheduler-go-arm64 latest a66a30757d73 About a minute ago 15.5MB 22:02:58 docker-security-bootstrapper-go-arm64 latest a04bc7ae1d02 3 minutes ago 40.3MB 22:02:58 docker-core-metadata-go-arm64 latest 80a6edb50e51 4 minutes ago 17.7MB 22:02:58 docker-support-notifications-go-arm64 latest 124996758b24 4 minutes ago 15.9MB 22:02:58 docker-core-command-go-arm64 latest e4bdb38c4b2e 4 minutes ago 15.4MB 22:02:58 docker-security-proxy-setup-go-arm64 latest ee84cfac6d26 4 minutes ago 23.3MB 22:02:58 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:03:00 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:03:00 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:03:00 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:03:00 Fetched 0 B in 0s (0 B/s) 22:03:00 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:03:00 Fetched 224 kB in 0s (0 B/s) 22:03:00 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:03:00 Fetched 157 kB in 0s (0 B/s) 22:03:00 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:03:00 Fetched 221 kB in 0s (0 B/s) 22:03:00 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:03:00 Fetched 143 kB in 0s (0 B/s) 22:03:00 Pulling edgex-go 22:03:00 Pulling version 22:03:01 Building config-common 22:03:03 Skipping build go-build-helper (already ran) 22:03:03 Skipping build static-packages (already ran) 22:03:03 Skipping build go115 (already ran) 22:03:03 Building edgex-go 22:03:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:03:05 go: downloading github.com/gorilla/mux v1.8.0 22:03:05 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 22:03:05 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:03:05 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 22:03:05 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 22:03:05 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:03:05 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 22:03:05 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 22:03:05 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 22:03:05 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:03:05 go: downloading github.com/pelletier/go-toml v1.2.0 22:03:05 go: downloading github.com/pkg/errors v0.8.1 22:03:05 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:03:05 go: downloading github.com/BurntSushi/toml v0.3.1 22:03:05 go: downloading github.com/google/uuid v1.1.4 22:03:05 go: downloading github.com/go-kit/kit v0.8.0 22:03:05 go: downloading gopkg.in/yaml.v2 v2.4.0 22:03:05 go: downloading github.com/imdario/mergo v0.3.11 22:03:05 go: downloading github.com/hashicorp/consul/api v1.1.0 22:03:05 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:03:05 go: downloading github.com/pebbe/zmq4 v1.2.2 22:03:05 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:03:05 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:03:05 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:03:05 go: downloading github.com/leodido/go-urn v1.2.0 22:03:05 go: downloading github.com/go-playground/universal-translator v0.17.0 22:03:05 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:03:05 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:03:05 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:03:05 go: downloading github.com/hashicorp/serf v0.8.2 22:03:05 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:03:05 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 22:03:05 go: downloading github.com/mitchellh/copystructure v1.0.0 22:03:05 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:03:05 go: downloading github.com/x448/float16 v0.8.4 22:03:05 go: downloading github.com/go-playground/locales v0.13.0 22:03:05 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:03:05 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:03:06 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:03:06 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:03:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:03:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:03: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 22:03:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:03:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:03:18 go: downloading github.com/stretchr/testify v1.6.1 22:03:18 go: downloading github.com/davecgh/go-spew v1.1.1 22:03:18 go: downloading github.com/pmezard/go-difflib v1.0.0 22:03:18 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:03:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:03:20 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:03:20 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:03:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:03:21 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:03:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:03:22 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:03:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:03:24 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 22:03:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:03:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:03:26 go: downloading github.com/lib/pq v1.9.0 22:03:30 Building version 22:03:31 Staging config-common 22:03:32 Skipping stage go-build-helper (already ran) 22:03:32 Skipping stage static-packages (already ran) 22:03:32 Skipping stage go115 (already ran) 22:03:32 Staging edgex-go 22:03:33 Staging version 22:03:34 Priming config-common 22:03:35 Priming go-build-helper 22:03:36 Priming static-packages 22:03:38 Priming go115 22:03:39 Priming edgex-go 22:03:40 Priming version 22:03:41 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:03:44 provisioning config files... 22:03:44 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config8447748872967208980tmp [Pipeline] { [Pipeline] sh 22:03:45 + set +x 22:03:45 + curl -s https://codecov.io/bash 22:03:45 + bash -s -- 22:03:45 22:03:45 _____ _ 22:03:45 / ____| | | 22:03:45 | | ___ __| | ___ ___ _____ __ 22:03:45 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:03:45 | |___| (_) | (_| | __/ (_| (_) \ V / 22:03:45 \_____\___/ \__,_|\___|\___\___/ \_/ 22:03:45 Bash-20201231-23d4836 22:03:45 22:03:45 22:03:45 ==> git version 2.24.3 found 22:03:45 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:03:45 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:03:45 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:03:45 ==> Jenkins CI detected. 22:03:45 project root: . 22:03:45 --> token set from env 22:03:45 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:03:45 ==> Running gcov in . (disable via -X gcov) 22:03:46 ==> Python coveragepy not found 22:03:46 ==> Searching for coverage reports in: 22:03:46 + . 22:03:46 -> Found 1 reports 22:03:46 ==> Detecting git/mercurial file structure 22:03:46 ==> Reading reports 22:03:46 + ./coverage.out bytes=550268 22:03:46 ==> Appending adjustments 22:03:46 https://docs.codecov.io/docs/fixing-reports 22:03:51 + Found adjustments 22:03:51 ==> Gzipping contents 22:03:51 84K /tmp/codecov.r2AXd0.gz 22:03:51 ==> Uploading reports 22:03:51 url: https://codecov.io 22:03:51 query: branch=PR-2970&commit=41a7151ac2b6cf2a88a6f2f382b664180a344f79&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 22:03:51 -> Pinging Codecov 22:03:51 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=41a7151ac2b6cf2a88a6f2f382b664180a344f79&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 22:03:52 -> Uploading to 22:03:52 https://storage.googleapis.com/codecov/v4/raw/2021-01-11/00271124DB129430A58F1EEE437C3FCB/41a7151ac2b6cf2a88a6f2f382b664180a344f79/e81fcb66-67b5-4d00-baea-28f1b8701dd3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T220351Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=07f1abeee04ce6d5dfd3d26c7cca148a16666eea6703c50fcc081750584dc523 22:03:52 % Total % Received % Xferd Average Speed Time Time Time Current 22:03:52 Dload Upload Total Spent Left Speed 22:03:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83904 0 0 100 83904 0 139k --:--:-- --:--:-- --:--:-- 139k 22:03:52 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/41a7151ac2b6cf2a88a6f2f382b664180a344f79 [Pipeline] } 22:03:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:03:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:03:55 ---> package-listing.sh 22:03:55 ++ facter osfamily 22:03:55 ++ tr '[:upper:]' '[:lower:]' 22:03:55 + OS_FAMILY=redhat 22:03:55 + workspace=/w/workspace/edgex-go/18 22:03:55 + START_PACKAGES=/tmp/packages_start.txt 22:03:55 + END_PACKAGES=/tmp/packages_end.txt 22:03:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:03:55 + PACKAGES=/tmp/packages_start.txt 22:03:55 + '[' /w/workspace/edgex-go/18 ']' 22:03:55 + PACKAGES=/tmp/packages_end.txt 22:03:55 + case "${OS_FAMILY}" in 22:03:55 + rpm -qa 22:03:55 + sort 22:04:02 + '[' -f /tmp/packages_start.txt ']' 22:04:02 + '[' -f /tmp/packages_end.txt ']' 22:04:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:04:02 + '[' /w/workspace/edgex-go/18 ']' 22:04:02 + mkdir -p /w/workspace/edgex-go/18/archives/ 22:04:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] echo 22:04:02 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/18/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:04:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:04:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:04:04 22:04:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:04:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:04:04 alpine: Pulling from edgex-lftools-log-publisher 22:04:04 df20fa9351a1: Pulling fs layer 22:04:04 36b3adc4ff6f: Pulling fs layer 22:04:04 8ad3a11d3b57: Pulling fs layer 22:04:04 46f8f816bc3b: Pulling fs layer 22:04:04 93b61091891f: Pulling fs layer 22:04:04 93b9cdb0e59b: Pulling fs layer 22:04:04 5e14af77c1be: Pulling fs layer 22:04:04 01666e4c0597: Pulling fs layer 22:04:04 aa168da1d23b: Pulling fs layer 22:04:04 93b9cdb0e59b: Waiting 22:04:04 5e14af77c1be: Waiting 22:04:04 46f8f816bc3b: Waiting 22:04:04 93b61091891f: Waiting 22:04:04 01666e4c0597: Waiting 22:04:04 aa168da1d23b: Waiting 22:04:04 36b3adc4ff6f: Verifying Checksum 22:04:04 36b3adc4ff6f: Download complete 22:04:04 46f8f816bc3b: Verifying Checksum 22:04:04 46f8f816bc3b: Download complete 22:04:05 df20fa9351a1: Verifying Checksum 22:04:05 df20fa9351a1: Download complete 22:04:05 93b9cdb0e59b: Download complete 22:04:05 5e14af77c1be: Verifying Checksum 22:04:05 5e14af77c1be: Download complete 22:04:05 93b61091891f: Verifying Checksum 22:04:05 93b61091891f: Download complete 22:04:05 01666e4c0597: Verifying Checksum 22:04:05 01666e4c0597: Download complete 22:04:05 8ad3a11d3b57: Verifying Checksum 22:04:05 8ad3a11d3b57: Download complete 22:04:06 df20fa9351a1: Pull complete 22:04:06 36b3adc4ff6f: Pull complete 22:04:09 8ad3a11d3b57: Pull complete 22:04:09 46f8f816bc3b: Pull complete 22:04:10 93b61091891f: Pull complete 22:04:10 93b9cdb0e59b: Pull complete 22:04:11 5e14af77c1be: Pull complete 22:04:11 01666e4c0597: Pull complete 22:04:12 aa168da1d23b: Verifying Checksum 22:04:12 aa168da1d23b: Download complete 22:04:27 aa168da1d23b: Pull complete 22:04:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:04:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:04:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:04:28 prd-centos7-docker-4c-2g-19607 does not seem to be running inside a container 22:04:28 $ 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/18/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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:04:33 $ docker top 40a4d745f5866353a76d9adcfe42af0f01d1d6022788ab2112f539927d691f1f -eo pid,comm [Pipeline] { [Pipeline] sh 22:04:34 + touch /tmp/pre-build-complete [Pipeline] sh 22:04:34 + mkdir -p /var/log/sa [Pipeline] sh 22:04:34 + ls /var/log/sa-host 22:04:34 + sadf -c /var/log/sa-host/sa11 22:04:34 file_magic: OK 22:04:34 HZ: Using current value: 100 22:04:34 file_header: OK 22:04:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:04:34 Statistics: 22:04:34 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... 22:04:34 File successfully converted to sysstat format version 12.2.1 22:04:34 + sadf -c /var/log/sa-host/sa23 22:04:34 file_magic: OK 22:04:34 HZ: Using current value: 100 22:04:34 file_header: OK 22:04:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:04:34 Statistics: 22:04:34 Hnuu...uuuununununu... 22:04:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:04:35 provisioning config files... 22:04:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config2518974177080754048tmp [Pipeline] { [Pipeline] echo 22:04:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:04:36 ---> create-netrc.sh [Pipeline] } 22:04:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:04:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:04:37 ---> python-tools-install.sh [Pipeline] echo 22:04:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:04:37 ---> sudo-logs.sh 22:04:37 Archiving 'sudo' log.. [Pipeline] echo 22:04:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:04:38 ---> job-cost.sh 22:04:38 lf-activate-venv: SKIPPING 22:04:38 INFO: No Stack... 22:04:39 INFO: Retrieving Pricing Info for: v1-standard-2 22:04:39 INFO: Archiving Costs [Pipeline] echo 22:04:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:04:40 ---> logs-deploy.sh 22:04:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/18 22:04:40 INFO: archiving workspace using pattern(s): 22:04:42 Archives upload complete. 22:04:42 INFO: archiving logs to Nexus 22:04:44 ---> uname -a: 22:04:44 Linux prd-centos7-docker-4c-2g-19607.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:04:44 22:04:44