Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at eb962563c78e340597fe6b0a01e022bbdd66f5a5 rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from eb962563c78e340597fe6b0a01e022bbdd66f5a5 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-22735 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing 4070939131871f549636fed5b42b9d4dfb71b503 Checking out Revision 4070939131871f549636fed5b42b9d4dfb71b503 (PR-3034) > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # 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 eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4070939131871f549636fed5b42b9d4dfb71b503 # timeout=10 Commit message: "Merge commit 'eb962563c78e340597fe6b0a01e022bbdd66f5a5' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 274c699d0d82ab7ac94a7a32970c88c4486cdd2e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:26 ========================================================= 00:30:26 EdgeX Global Pipelines Version Info 00:30:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:27 ------------------- 00:30:27 stable info: 00:30:27 ------------------- 00:30:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:27 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:27 Message: update stable to v1.0.179 00:30:28 ------------------- 00:30:28 experimental info: 00:30:28 ------------------- 00:30:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:28 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:28 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4070939131871f549636fed5b42b9d4dfb71b503 [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4070939 [Pipeline] echo 00:30:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:31 provisioning config files... 00:30:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config9006686234425237606tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:32 ---> docker-login.sh 00:30:32 nexus3.edgexfoundry.org:10001 00:30:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:32 Configure a credential helper to remove this warning. See 00:30:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:32 00:30:32 Login Succeeded 00:30:32 nexus3.edgexfoundry.org:10002 00:30:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:33 Configure a credential helper to remove this warning. See 00:30:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:33 00:30:33 Login Succeeded 00:30:33 nexus3.edgexfoundry.org:10003 00:30:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:33 Configure a credential helper to remove this warning. See 00:30:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:33 00:30:33 Login Succeeded 00:30:33 nexus3.edgexfoundry.org:10004 00:30:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:33 Configure a credential helper to remove this warning. See 00:30:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:33 00:30:33 Login Succeeded 00:30:33 docker.io 00:30:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:33 Configure a credential helper to remove this warning. See 00:30:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:33 00:30:33 Login Succeeded 00:30:33 ---> docker-login.sh ends [Pipeline] } 00:30:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:34 ++ 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 00:30:34 + for file in '`ls cmd/**/Dockerfile`' 00:30:34 ++ dirname cmd/core-command/Dockerfile 00:30:34 ++ cut -d/ -f2 00:30:34 + echo core-command,cmd/core-command/Dockerfile 00:30:34 + for file in '`ls cmd/**/Dockerfile`' 00:30:34 ++ dirname cmd/core-data/Dockerfile 00:30:34 ++ cut -d/ -f2 00:30:34 + echo core-data,cmd/core-data/Dockerfile 00:30:34 + for file in '`ls cmd/**/Dockerfile`' 00:30:34 ++ dirname cmd/core-metadata/Dockerfile 00:30:34 ++ cut -d/ -f2 00:30:34 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:34 + for file in '`ls cmd/**/Dockerfile`' 00:30:34 ++ dirname cmd/security-bootstrapper/Dockerfile 00:30:34 ++ cut -d/ -f2 00:30:34 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:30:34 + for file in '`ls cmd/**/Dockerfile`' 00:30:34 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:34 ++ cut -d/ -f2 00:30:34 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:34 + for file in '`ls cmd/**/Dockerfile`' 00:30:34 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:34 ++ cut -d/ -f2 00:30:34 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:34 + for file in '`ls cmd/**/Dockerfile`' 00:30:34 ++ dirname cmd/support-notifications/Dockerfile 00:30:34 ++ cut -d/ -f2 00:30:34 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:34 + for file in '`ls cmd/**/Dockerfile`' 00:30:34 ++ dirname cmd/support-scheduler/Dockerfile 00:30:34 ++ cut -d/ -f2 00:30:34 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:34 + for file in '`ls cmd/**/Dockerfile`' 00:30:34 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:34 ++ cut -d/ -f2 00:30:34 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:34 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 00:30:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:35 00:30:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:35 latest: Pulling from edgex-devops/git-semver 00:30:35 31603596830f: Pulling fs layer 00:30:35 2a8b12db71e7: Pulling fs layer 00:30:35 6ca5941a6612: Pulling fs layer 00:30:35 ecc8261a40a4: Pulling fs layer 00:30:35 ecc8261a40a4: Waiting 00:30:35 2a8b12db71e7: Verifying Checksum 00:30:35 2a8b12db71e7: Download complete 00:30:35 31603596830f: Verifying Checksum 00:30:35 31603596830f: Download complete 00:30:36 6ca5941a6612: Verifying Checksum 00:30:36 6ca5941a6612: Download complete 00:30:36 ecc8261a40a4: Verifying Checksum 00:30:36 ecc8261a40a4: Download complete 00:30:36 31603596830f: Pull complete 00:30:36 2a8b12db71e7: Pull complete 00:30:37 6ca5941a6612: Pull complete 00:30:37 ecc8261a40a4: Pull complete 00:30:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:38 prd-centos7-docker-4c-2g-22735 does not seem to be running inside a container 00:30:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:40 $ docker top 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:40 [ssh-agent] Looking for ssh-agent implementation... 00:30:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:41 $ docker exec 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 ssh-agent 00:30:41 SSH_AUTH_SOCK=/tmp/ssh-tBh6KdAvLcFX/agent.11 00:30:41 SSH_AGENT_PID=17 00:30:41 Running ssh-add (command line suppressed) 00:30:41 Identity added: /w/workspace/edgex-go/9@tmp/private_key_4513526012209652707.key (/w/workspace/edgex-go/9@tmp/private_key_4513526012209652707.key) 00:30:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:41 + git tag --points-at HEAD [Pipeline] } 00:30:41 $ docker exec --env ******** --env ******** 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 ssh-agent -k 00:30:42 unset SSH_AUTH_SOCK; 00:30:42 unset SSH_AGENT_PID; 00:30:42 echo Agent pid 17 killed; 00:30:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:42 [ssh-agent] Looking for ssh-agent implementation... 00:30:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:42 $ docker exec 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 ssh-agent 00:30:42 SSH_AUTH_SOCK=/tmp/ssh-SRwQeaGu8blP/agent.47 00:30:42 SSH_AGENT_PID=53 00:30:42 Running ssh-add (command line suppressed) 00:30:43 Identity added: /w/workspace/edgex-go/9@tmp/private_key_1117000697339678744.key (/w/workspace/edgex-go/9@tmp/private_key_1117000697339678744.key) 00:30:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:43 + git semver init 00:30:43 # -> Open(): unable to determine branch for HEAD 00:30:43 # $GIT_DIR = /w/workspace/edgex-go/9/.git 00:30:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/9 00:30:43 # $SEMVER_REMOTE_NAME = origin 00:30:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:43 # $SEMVER_USER_NAME = edgex-jenkins 00:30:43 # $SEMVER_BRANCH = PR-3034 00:30:43 # $SEMVER_TEMP = /tmp/semver-574447708 00:30:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:05 # '/tmp/semver-574447708' -> '/w/workspace/edgex-go/9/.semver' 00:31:05 # -> Force: false 00:31:05 # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } 00:31:05 $ docker exec --env ******** --env ******** 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 ssh-agent -k 00:31:05 unset SSH_AUTH_SOCK; 00:31:05 unset SSH_AGENT_PID; 00:31:05 echo Agent pid 53 killed; 00:31:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:06 + git semver [Pipeline] } 00:31:06 $ docker stop --time=1 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 00:31:08 $ docker rm -f 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:09 Stashed 1 file(s) [Pipeline] echo 00:31:09 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:31:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:10 + sudo service docker restart 00:31:10 + true 00:31:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:11 ========================================================= 00:31:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:11 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:31:15 Sending build context to Docker daemon 327.1MB 00:31:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:15 Step 2/6 : FROM ${BASE} 00:31:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:16 188c0c94c7c5: Pulling fs layer 00:31:16 0ef7d3d256c8: Pulling fs layer 00:31:16 de9db76c5a1d: Pulling fs layer 00:31:16 bca2f99d35d6: Pulling fs layer 00:31:16 93359f2a8cfa: Pulling fs layer 00:31:16 7c6f9722023f: Pulling fs layer 00:31:16 a35cf1a2eb13: Pulling fs layer 00:31:16 bca2f99d35d6: Waiting 00:31:16 93359f2a8cfa: Waiting 00:31:16 7c6f9722023f: Waiting 00:31:16 a35cf1a2eb13: Waiting 00:31:16 de9db76c5a1d: Verifying Checksum 00:31:16 de9db76c5a1d: Download complete 00:31:16 0ef7d3d256c8: Verifying Checksum 00:31:16 0ef7d3d256c8: Download complete 00:31:16 93359f2a8cfa: Download complete 00:31:16 7c6f9722023f: Verifying Checksum 00:31:16 7c6f9722023f: Download complete 00:31:16 188c0c94c7c5: Download complete 00:31:16 188c0c94c7c5: Pull complete 00:31:16 0ef7d3d256c8: Pull complete 00:31:16 de9db76c5a1d: Pull complete 00:31:18 a35cf1a2eb13: Verifying Checksum 00:31:18 a35cf1a2eb13: Download complete 00:31:19 bca2f99d35d6: Verifying Checksum 00:31:19 bca2f99d35d6: Download complete 00:31:24 Still waiting to schedule task 00:31:24 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:25 bca2f99d35d6: Pull complete 00:31:25 93359f2a8cfa: Pull complete 00:31:25 7c6f9722023f: Pull complete 00:31:29 a35cf1a2eb13: Pull complete 00:31:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:29 ---> a62c8e92a672 00:31:29 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:31:29 ---> Running in 11d878e9eacb 00:31:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:31 (1/12) Installing libmagic (5.38-r0) 00:31:32 (2/12) Installing file (5.38-r0) 00:31:32 (3/12) Installing libc-dev (0.7.2-r3) 00:31:32 (4/12) Installing g++ (9.3.0-r2) 00:31:50 (5/12) Installing fortify-headers (1.1-r0) 00:31:50 (6/12) Installing patch (2.7.6-r6) 00:31:50 (7/12) Installing build-base (0.5-r2) 00:31:50 (8/12) Installing libsodium (1.0.18-r0) 00:31:50 (9/12) Installing pkgconf (1.7.2-r0) 00:31:50 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:50 (11/12) Installing libzmq (4.3.3-r0) 00:31:50 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:50 Executing busybox-1.31.1-r19.trigger 00:31:50 OK: 233 MiB in 51 packages 00:31:53 Removing intermediate container 11d878e9eacb 00:31:53 ---> 41388b4d3f75 00:31:53 Step 4/6 : WORKDIR /edgex-go 00:31:53 ---> Running in bbffb3c7191d 00:31:53 Removing intermediate container bbffb3c7191d 00:31:53 ---> 01e7a416c9dd 00:31:53 Step 5/6 : COPY go.mod . 00:31:53 ---> 9078a506c17f 00:31:53 Step 6/6 : RUN go mod download 00:31:53 ---> Running in 948cc7ccd6f4 00:32:15 Removing intermediate container 948cc7ccd6f4 00:32:15 ---> f1ead0b2c7d5 00:32:15 Successfully built f1ead0b2c7d5 00:32:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:15 + docker inspect -f . ci-base-image-x86_64 00:32:15 . [Pipeline] withDockerContainer 00:32:15 prd-centos7-docker-4c-2g-22735 does not seem to be running inside a container 00:32:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:16 $ docker top 8e16db0b0abad3d430a15cf0c600446219e545d76572727ac7ae6c1bc9380ee3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:17 + go version 00:32:17 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:17 $ docker stop --time=1 8e16db0b0abad3d430a15cf0c600446219e545d76572727ac7ae6c1bc9380ee3 00:32:18 $ docker rm -f 8e16db0b0abad3d430a15cf0c600446219e545d76572727ac7ae6c1bc9380ee3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:19 + docker inspect -f . ci-base-image-x86_64 00:32:19 . [Pipeline] withDockerContainer 00:32:19 prd-centos7-docker-4c-2g-22735 does not seem to be running inside a container 00:32:19 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:21 $ docker top 80a2f3610f413995f98622680f78010d79133a97b37ba36a2957674915dbad7e -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:21 ========================================================= 00:32:21 [edgeXBuildGoParallel] Running Tests and Build... 00:32:21 ========================================================= [Pipeline] sh 00:32:21 + make test 00:32:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:31 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:57 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.088s coverage: 46.8% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.1% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 65.8% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.497s coverage: 82.3% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.383s coverage: 28.6% of statements 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.500s coverage: 92.8% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 43.8% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.044s coverage: 79.5% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.046s coverage: 94.4% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 63.5% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.290s coverage: 68.9% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.304s coverage: 84.0% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.705s coverage: 29.1% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:33:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:33:23 GO111MODULE=on go vet ./... 00:33:50 gofmt -l . 00:33:50 [ "`gofmt -l .`" = "" ] 00:33:50 ./bin/test-go-mod-tidy.sh 00:33:50 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:50 + ls -al . 00:33:50 total 668 00:33:50 drwxrwxr-x 10 1001 1001 4096 Jan 26 00:33 . 00:33:50 drwxr-xr-x 4 root root 28 Jan 26 00:32 .. 00:33:50 -rw-rw-r-- 1 1001 1001 11 Jan 26 00:30 .dockerignore 00:33:50 drwxrwxr-x 8 1001 1001 179 Jan 26 00:30 .git 00:33:50 drwxrwxr-x 3 1001 1001 125 Jan 26 00:30 .github 00:33:50 -rw-rw-r-- 1 1001 1001 872 Jan 26 00:30 .gitignore 00:33:50 drwx------ 3 1001 1001 47 Jan 26 00:31 .semver 00:33:50 -rw-rw-r-- 1 1001 1001 166 Jan 26 00:30 .sonarcloud.properties 00:33:50 -rw-rw-r-- 1 1001 1001 7859 Jan 26 00:30 Attribution.txt 00:33:50 -rw-rw-r-- 1 1001 1001 3804 Jan 26 00:30 CONTRIBUTING.md 00:33:50 -rw-rw-r-- 1 1001 1001 931 Jan 26 00:30 Dockerfile.build 00:33:50 -rw-rw-r-- 1 1001 1001 863 Jan 26 00:30 Jenkinsfile 00:33:50 -rw-rw-r-- 1 1001 1001 10775 Jan 26 00:30 LICENSE 00:33:50 -rw-rw-r-- 1 1001 1001 6001 Jan 26 00:30 Makefile 00:33:50 -rw-rw-r-- 1 1001 1001 6524 Jan 26 00:30 README.md 00:33:50 -rw-rw-r-- 1 1001 1001 6755 Jan 26 00:30 SECURITY.md 00:33:50 -rw-rw-r-- 1 1001 1001 5 Jan 26 00:31 VERSION 00:33:50 -rw-rw-r-- 1 1001 1001 4131 Jan 26 00:30 ZMQWindows.md 00:33:50 drwxrwxr-x 2 1001 1001 117 Jan 26 00:30 bin 00:33:50 drwxrwxr-x 15 1001 1001 4096 Jan 26 00:30 cmd 00:33:50 -rw-r--r-- 1 root root 564700 Jan 26 00:33 coverage.out 00:33:50 -rw-r--r-- 1 root root 1053 Jan 26 00:33 go.mod 00:33:50 -rw-r--r-- 1 root root 18995 Jan 26 00:33 go.sum 00:33:50 drwxrwxr-x 8 1001 1001 127 Jan 26 00:30 internal 00:33:50 drwxrwxr-x 4 1001 1001 26 Jan 26 00:30 openapi 00:33:50 drwxrwxr-x 4 1001 1001 71 Jan 26 00:30 snap 00:33:50 -rw-rw-r-- 1 1001 1001 168 Jan 26 00:30 version.go [Pipeline] sh 00:33:51 + '[' -e coverage.out ] 00:33:51 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:51 Stashed 1 file(s) [Pipeline] sh 00:33:51 + make build 00:33:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:33: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 00:34:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:34:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:34:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:34:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:34:13 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] } 00:34:15 $ docker stop --time=1 80a2f3610f413995f98622680f78010d79133a97b37ba36a2957674915dbad7e 00:34:17 $ docker rm -f 80a2f3610f413995f98622680f78010d79133a97b37ba36a2957674915dbad7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:21 00:34:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:21 latest: Pulling from edgex-devops/edgex-compose 00:34:21 cbdbe7a5bc2a: Pulling fs layer 00:34:21 ca9280d653b3: Pulling fs layer 00:34:21 7e9c9ca2126c: Pulling fs layer 00:34:21 cbdbe7a5bc2a: Verifying Checksum 00:34:21 cbdbe7a5bc2a: Download complete 00:34:22 ca9280d653b3: Verifying Checksum 00:34:22 ca9280d653b3: Download complete 00:34:22 cbdbe7a5bc2a: Pull complete 00:34:23 7e9c9ca2126c: Verifying Checksum 00:34:23 7e9c9ca2126c: Download complete 00:34:23 ca9280d653b3: Pull complete 00:34:29 7e9c9ca2126c: Pull complete 00:34:29 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:30 prd-centos7-docker-4c-2g-22735 does not seem to be running inside a container 00:34:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:33 $ docker top 61ca29c7d46348bb3f80ae72e1ada74a071533a1b9949e528d5a7a206c99062d -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:33 + docker-compose build --help 00:34:33 + grep parallel 00:34:34 --parallel Build images in parallel. [Pipeline] } 00:34:34 $ docker stop --time=1 61ca29c7d46348bb3f80ae72e1ada74a071533a1b9949e528d5a7a206c99062d 00:34:36 $ docker rm -f 61ca29c7d46348bb3f80ae72e1ada74a071533a1b9949e528d5a7a206c99062d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:36 . [Pipeline] withDockerContainer 00:34:36 prd-centos7-docker-4c-2g-22735 does not seem to be running inside a container 00:34:36 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:37 $ docker top 6e5bf49824e361c366f19aed1228447ab7039df4d69567c162763ae505027e6b -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:38 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:39 Building docker-core-command-go ... 00:34:39 Building docker-core-data-go ... 00:34:39 Building docker-core-metadata-go ... 00:34:39 Building docker-security-bootstrapper-go ... 00:34:39 Building docker-security-proxy-setup-go ... 00:34:39 Building docker-security-secretstore-setup-go ... 00:34:39 Building docker-support-notifications-go ... 00:34:39 Building docker-support-scheduler-go ... 00:34:39 Building docker-sys-mgmt-agent-go ... 00:34:39 Building docker-security-secretstore-setup-go 00:34:39 Building docker-security-proxy-setup-go 00:34:39 Building docker-core-metadata-go 00:34:39 Building docker-support-notifications-go 00:34:39 Building docker-support-scheduler-go 00:35:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22739 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws 00:35:06 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 00:35:11 using credential edgex-jenkins-ssh 00:35:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:11 ---> f1ead0b2c7d5 00:35:11 Step 3/24 : WORKDIR /edgex-go 00:35:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:11 ---> f1ead0b2c7d5 00:35:11 Step 3/23 : WORKDIR /edgex-go 00:35:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:11 ---> f1ead0b2c7d5 00:35:11 Step 3/22 : WORKDIR /edgex-go 00:35:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:11 ---> f1ead0b2c7d5 00:35:11 Step 3/21 : WORKDIR /edgex-go 00:35:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:11 ---> f1ead0b2c7d5 00:35:11 Step 3/22 : WORKDIR /edgex-go 00:35:11 ---> Running in 3dc84f46f15a 00:35:11 ---> Running in fc31218e2f64 00:35:11 ---> Running in 46a54ba66a02 00:35:11 ---> Running in d11571309682 00:35:11 ---> Running in e10aa08aa131 00:35:11 Cloning the remote Git repository 00:35:11 Removing intermediate container e10aa08aa131 00:35:11 ---> a0e1ff512df6 00:35:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:11 Removing intermediate container 46a54ba66a02 00:35:11 ---> d94485a78f83 00:35:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:11 Removing intermediate container 3dc84f46f15a 00:35:11 ---> 624fb8121997 00:35:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:11 Removing intermediate container fc31218e2f64 00:35:11 ---> 825dab179f39 00:35:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:11 Removing intermediate container d11571309682 00:35:11 ---> 1d3a210bc62c 00:35:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:11 ---> Running in 2cce8118ccd3 00:35:11 ---> Running in 03671e44ae18 00:35:11 ---> Running in e53984f3ea2f 00:35:12 ---> Running in 632e1d80239d 00:35:12 ---> Running in 9e2ea5927d29 00:35:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:11 > git init /w/workspace/edgex-go/9 # timeout=10 00:35:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:11 > git --version # timeout=10 00:35:11 > git --version # 'git version 2.17.1' 00:35:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:14 Removing intermediate container 2cce8118ccd3 00:35:14 ---> 5cbb3720dd6c 00:35:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:14 ---> Running in c62fb1a40107 00:35:14 Removing intermediate container 03671e44ae18 00:35:14 ---> f77a7159c935 00:35:14 Step 5/23 : RUN apk add --update --no-cache make git 00:35:14 Removing intermediate container e53984f3ea2f 00:35:14 ---> 2b4aec811998 00:35:14 Step 5/24 : RUN apk add --update --no-cache make git 00:35:14 ---> Running in 0bc75d4c5569 00:35:14 ---> Running in a1a5862ba56f 00:35:14 Removing intermediate container 632e1d80239d 00:35:14 ---> f34a52213bc2 00:35:14 Step 5/22 : RUN apk add --update --no-cache make git 00:35:14 Removing intermediate container 9e2ea5927d29 00:35:14 ---> f6cae235c998 00:35:14 Step 5/21 : RUN apk add --update --no-cache make git 00:35:14 ---> Running in 4fea1b9f96d1 00:35:14 ---> Running in 904d6cb91fd0 00:35:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:16 OK: 233 MiB in 51 packages 00:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:16 OK: 233 MiB in 51 packages 00:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:16 Removing intermediate container c62fb1a40107 00:35:16 ---> 9876325f68e7 00:35:16 Step 6/22 : COPY go.mod . 00:35:16 OK: 233 MiB in 51 packages 00:35:17 Removing intermediate container 0bc75d4c5569 00:35:17 ---> 409e83fe442c 00:35:17 Step 6/23 : COPY go.mod . 00:35:17 OK: 233 MiB in 51 packages 00:35:17 ---> 31f6f1ee082a 00:35:17 Step 7/22 : RUN go mod download 00:35:17 ---> Running in 420ac793e886 00:35:17 OK: 233 MiB in 51 packages 00:35:17 ---> 602eae8d9197 00:35:17 Step 7/23 : RUN go mod download 00:35:17 ---> Running in a1ddfacffdf7 00:35:17 Removing intermediate container a1a5862ba56f 00:35:17 ---> 745681e4acfd 00:35:17 Step 6/24 : COPY go.mod . 00:35:17 Removing intermediate container 4fea1b9f96d1 00:35:17 ---> d138fa5c4900 00:35:17 Step 6/22 : COPY go.mod . 00:35:18 ---> adf0ae69ed49 00:35:18 Step 7/24 : RUN go mod download 00:35:18 ---> Running in aa51ac3736b4 00:35:18 ---> 83317628817a 00:35:18 Step 7/22 : RUN go mod download 00:35:18 Removing intermediate container 904d6cb91fd0 00:35:18 ---> 1f2098aaf396 00:35:18 Step 6/21 : COPY go.mod . 00:35:18 ---> Running in f2090a26dc40 00:35:18 ---> 7245c3022a96 00:35:18 Step 7/21 : RUN go mod download 00:35:19 ---> Running in ce444a062097 00:35:20 Removing intermediate container 420ac793e886 00:35:20 ---> 654f11e24efa 00:35:20 Step 8/22 : COPY . . 00:35:20 Removing intermediate container a1ddfacffdf7 00:35:20 ---> fa18b640fb02 00:35:20 Step 8/23 : COPY . . 00:35:21 Removing intermediate container aa51ac3736b4 00:35:21 ---> 33508a7e5efa 00:35:21 Step 8/24 : COPY . . 00:35:24 Removing intermediate container f2090a26dc40 00:35:24 ---> c475adbf6764 00:35:24 Step 8/22 : COPY . . 00:35:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:26 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:27 Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 00:35:28 Merge succeeded, producing 69b3bfa80177ce62df022f3b1c5f5b72961a2f5f 00:35:28 Checking out Revision 69b3bfa80177ce62df022f3b1c5f5b72961a2f5f (PR-3034) 00:35:27 > git config core.sparsecheckout # timeout=10 00:35:27 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 00:35:27 > git remote # timeout=10 00:35:27 > git config --get remote.origin.url # timeout=10 00:35:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:27 > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 00:35:28 > git rev-parse HEAD^{commit} # timeout=10 00:35:28 > git config core.sparsecheckout # timeout=10 00:35:28 > git checkout -f 69b3bfa80177ce62df022f3b1c5f5b72961a2f5f # timeout=10 00:35:31 Removing intermediate container ce444a062097 00:35:31 ---> 9fa2a140f04b 00:35:31 Step 8/21 : COPY . . 00:35:33 Commit message: "Merge commit 'eb962563c78e340597fe6b0a01e022bbdd66f5a5' into HEAD" 00:35:33 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:35:33 > git rev-list --no-walk 274c699d0d82ab7ac94a7a32970c88c4486cdd2e # timeout=10 00:35:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:35 + sudo service docker restart 00:35:35 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:38 provisioning config files... 00:35:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config6715899493567174371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:38 ---> docker-login.sh 00:35:38 nexus3.edgexfoundry.org:10001 00:35:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:39 Configure a credential helper to remove this warning. See 00:35:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:39 00:35:39 Login Succeeded 00:35:39 nexus3.edgexfoundry.org:10002 00:35:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:40 Configure a credential helper to remove this warning. See 00:35:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:40 00:35:40 Login Succeeded 00:35:40 nexus3.edgexfoundry.org:10003 00:35:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:40 Configure a credential helper to remove this warning. See 00:35:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:40 00:35:40 Login Succeeded 00:35:40 nexus3.edgexfoundry.org:10004 00:35:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:41 Configure a credential helper to remove this warning. See 00:35:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:41 00:35:41 Login Succeeded 00:35:41 docker.io 00:35:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:41 Configure a credential helper to remove this warning. See 00:35:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:41 00:35:41 Login Succeeded 00:35:41 ---> docker-login.sh ends [Pipeline] } 00:35:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:42 ========================================================= 00:35:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:42 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:35:45 Sending build context to Docker daemon 165.9MB 00:35:45 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:45 Step 2/6 : FROM ${BASE} 00:35:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:45 5f621e34cdf4: Pulling fs layer 00:35:45 a4357932f1b6: Pulling fs layer 00:35:45 18c013af1878: Pulling fs layer 00:35:45 00ac8860ef70: Pulling fs layer 00:35:45 63d7cb157983: Pulling fs layer 00:35:45 b116817d02f9: Pulling fs layer 00:35:45 745a02a5169b: Pulling fs layer 00:35:45 00ac8860ef70: Waiting 00:35:45 b116817d02f9: Waiting 00:35:45 63d7cb157983: Waiting 00:35:45 745a02a5169b: Waiting 00:35:45 18c013af1878: Download complete 00:35:45 a4357932f1b6: Verifying Checksum 00:35:45 a4357932f1b6: Download complete 00:35:45 63d7cb157983: Verifying Checksum 00:35:45 63d7cb157983: Download complete 00:35:45 5f621e34cdf4: Download complete 00:35:45 b116817d02f9: Verifying Checksum 00:35:45 b116817d02f9: Download complete 00:35:45 5f621e34cdf4: Pull complete 00:35:46 a4357932f1b6: Pull complete 00:35:46 18c013af1878: Pull complete 00:35:47 745a02a5169b: Verifying Checksum 00:35:47 745a02a5169b: Download complete 00:35:49 00ac8860ef70: Verifying Checksum 00:35:49 00ac8860ef70: Download complete 00:35:59 00ac8860ef70: Pull complete 00:35:59 63d7cb157983: Pull complete 00:35:59 b116817d02f9: Pull complete 00:36:04 745a02a5169b: Pull complete 00:36:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:04 ---> b7e6874047d6 00:36:04 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:04 ---> c5b8acd5ad67 00:36:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:36:04 ---> 564951476a6b 00:36:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:36:04 ---> a270878ee1c2 00:36:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:04 ---> 42e9b1d09964 00:36:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:36:04 ---> Running in 718740a78984 00:36:04 ---> Running in 4b7594fe0e20 00:36:04 ---> Running in 302da7bcb6dd 00:36:04 ---> Running in 2cee76fed81a 00:36:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:36:04 ---> 0a2e8e5b1a95 00:36:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:36:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:36:04 ---> Running in a0c29d8b3406 00:36:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:36:07 ---> Running in 11488c585a1d 00:36:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:09 (1/12) Installing libmagic (5.38-r0) 00:36:10 (2/12) Installing file (5.38-r0) 00:36:10 (3/12) Installing libc-dev (0.7.2-r3) 00:36:10 (4/12) Installing g++ (9.3.0-r2) 00:36:15 (5/12) Installing fortify-headers (1.1-r0) 00:36:15 (6/12) Installing patch (2.7.6-r6) 00:36:15 (7/12) Installing build-base (0.5-r2) 00:36:15 (8/12) Installing libsodium (1.0.18-r0) 00:36:15 (9/12) Installing pkgconf (1.7.2-r0) 00:36:15 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:15 (11/12) Installing libzmq (4.3.3-r0) 00:36:15 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:16 Executing busybox-1.31.1-r19.trigger 00:36:16 OK: 217 MiB in 51 packages 00:36:20 Removing intermediate container 11488c585a1d 00:36:20 ---> 51cf27bed64a 00:36:20 Step 4/6 : WORKDIR /edgex-go 00:36:20 ---> Running in 4e490af5e988 00:36:20 Removing intermediate container 4e490af5e988 00:36:20 ---> 37cfba4ee1ef 00:36:20 Step 5/6 : COPY go.mod . 00:36:20 ---> 866a033410f5 00:36:20 Step 6/6 : RUN go mod download 00:36:20 ---> Running in 123e87eeeffc 00:36:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:36:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:36:35 Removing intermediate container 718740a78984 00:36:35 ---> 49b03f7682fe 00:36:35 00:36:35 Step 10/22 : FROM alpine:3.12 00:36:35 3.12: Pulling from library/alpine 00:36:35 Removing intermediate container 4b7594fe0e20 00:36:35 ---> d1753af44d2c 00:36:35 00:36:35 Step 10/22 : FROM alpine:3.12 00:36:35 3.12: Pulling from library/alpine 00:36:36 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:36:36 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:36:36 Status: Downloaded newer image for alpine:3.12 00:36:36 Status: Image is up to date for alpine:3.12 00:36:36 ---> 389fef711851 00:36:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:36:36 ---> 389fef711851 00:36:36 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:36:39 ---> Running in c25326aa3a8b 00:36:39 ---> Running in 5b156508ac2d 00:36:39 Removing intermediate container 2cee76fed81a 00:36:39 ---> 458906011a04 00:36:39 00:36:39 Step 10/24 : FROM alpine:3.12 00:36:39 ---> 389fef711851 00:36:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:36:39 Removing intermediate container a0c29d8b3406 00:36:39 ---> 016d3c2c2147 00:36:39 00:36:39 Step 10/21 : FROM alpine:3.12 00:36:39 ---> 389fef711851 00:36:39 Step 11/21 : RUN apk add --update --no-cache curl 00:36:39 ---> Running in c8bf1b43cea2 00:36:39 ---> Running in 4749879a0f9b 00:36:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:40 (1/2) Installing ca-certificates (20191127-r4) 00:36:40 (1/1) Installing dumb-init (1.2.2-r1) 00:36:40 Executing busybox-1.31.1-r19.trigger 00:36:40 (2/2) Installing dumb-init (1.2.2-r1) 00:36:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:40 OK: 6 MiB in 15 packages 00:36:40 Executing busybox-1.31.1-r19.trigger 00:36:40 Executing ca-certificates-20191127-r4.trigger 00:36:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:40 OK: 6 MiB in 16 packages 00:36:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:40 (1/4) Installing ca-certificates (20191127-r4) 00:36:40 (1/5) Installing ca-certificates (20191127-r4) 00:36:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:36:40 (3/4) Installing libcurl (7.69.1-r3) 00:36:40 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:36:40 (4/4) Installing curl (7.69.1-r3) 00:36:40 (3/5) Installing libcurl (7.69.1-r3) 00:36:40 Executing busybox-1.31.1-r19.trigger 00:36:40 Executing ca-certificates-20191127-r4.trigger 00:36:40 (4/5) Installing curl (7.69.1-r3) 00:36:40 (5/5) Installing dumb-init (1.2.2-r1) 00:36:40 Executing busybox-1.31.1-r19.trigger 00:36:40 Executing ca-certificates-20191127-r4.trigger 00:36:40 OK: 7 MiB in 18 packages 00:36:40 OK: 7 MiB in 19 packages 00:36:42 Removing intermediate container 302da7bcb6dd 00:36:42 ---> 88d7c76d5f11 00:36:42 00:36:42 Step 10/23 : FROM alpine:3.12 00:36:42 ---> 389fef711851 00:36:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:36:43 ---> Running in 68e2e91ee0ab 00:36:44 Removing intermediate container c25326aa3a8b 00:36:44 ---> 27651e2ea277 00:36:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:36:44 Removing intermediate container 5b156508ac2d 00:36:44 ---> 26533c4875a7 00:36:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:36:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:44 ---> Running in 1f73994febfb 00:36:44 Removing intermediate container c8bf1b43cea2 00:36:44 ---> 94235e874d19 00:36:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:44 Removing intermediate container 4749879a0f9b 00:36:44 ---> b785316af2d3 00:36:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:44 ---> Running in 98206d060134 00:36:44 ---> Running in 331a7da8c177 00:36:44 (1/1) Installing dumb-init (1.2.2-r1) 00:36:44 ---> Running in 50075eaee7e5 00:36:44 Executing busybox-1.31.1-r19.trigger 00:36:44 OK: 6 MiB in 15 packages 00:36:45 Removing intermediate container 1f73994febfb 00:36:45 ---> ed4b21cf4fe8 00:36:45 Step 13/22 : ENV APP_PORT=48085 00:36:45 Removing intermediate container 98206d060134 00:36:45 ---> 0a2c22bed008 00:36:45 Step 13/22 : ENV APP_PORT=48060 00:36:45 ---> Running in bbeb6cb8e7b7 00:36:45 Removing intermediate container 50075eaee7e5 00:36:45 ---> 9052b150227b 00:36:45 Step 13/24 : WORKDIR / 00:36:45 Removing intermediate container 331a7da8c177 00:36:45 ---> 7f6568618e74 00:36:45 Step 13/21 : WORKDIR /edgex 00:36:45 ---> Running in d359d2238c99 00:36:45 ---> Running in 8f27b4716e4e 00:36:45 ---> Running in 86501daefd9a 00:36:45 Removing intermediate container bbeb6cb8e7b7 00:36:45 ---> 15b235f1d5da 00:36:45 Step 14/22 : EXPOSE $APP_PORT 00:36:45 Removing intermediate container 68e2e91ee0ab 00:36:45 ---> 0613bb8e5b2c 00:36:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:36:45 ---> Running in 6e8f79067e03 00:36:46 ---> Running in 0e548082604d 00:36:46 Removing intermediate container d359d2238c99 00:36:46 ---> 993f2d354b16 00:36:46 Step 14/22 : EXPOSE $APP_PORT 00:36:46 Removing intermediate container 86501daefd9a 00:36:46 ---> 66b4f352cec9 00:36:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:36:46 Removing intermediate container 8f27b4716e4e 00:36:46 ---> 4d8a3c08b4b1 00:36:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:36:46 ---> Running in 9e7d2f2e1da4 00:36:46 Removing intermediate container 0e548082604d 00:36:46 ---> 4f9a0cba24c8 00:36:46 Step 13/23 : ENV APP_PORT=48081 00:36:46 Removing intermediate container 6e8f79067e03 00:36:46 ---> ad9797074b74 00:36:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:47 ---> Running in cbc293ffdde0 00:36:47 Removing intermediate container 9e7d2f2e1da4 00:36:47 ---> d8a9d403b07c 00:36:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:47 ---> 871e7fdae3ac 00:36:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:36:47 ---> d887c292e5fb 00:36:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:36:47 ---> 35e946ab5e03 00:36:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:36:47 Removing intermediate container cbc293ffdde0 00:36:47 ---> a2dfa33e0d70 00:36:47 Step 14/23 : EXPOSE $APP_PORT 00:36:47 ---> Running in b370fe46c048 00:36:47 ---> cacb525ff277 00:36:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:36:47 Removing intermediate container 123e87eeeffc 00:36:47 ---> 5a1ee7068d93 00:36:47 Successfully built 5a1ee7068d93 00:36:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:47 ---> ebc8724c33dd 00:36:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:36:47 ---> 91478673a39e 00:36:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:36:47 Removing intermediate container b370fe46c048 00:36:47 ---> b0f57bf0e019 00:36:47 Step 15/23 : WORKDIR / 00:36:48 + docker inspect -f . ci-base-image-arm64 00:36:48 . [Pipeline] withDockerContainer 00:36:48 prd-ubuntu18.04-docker-arm64-4c-16g-22739 does not seem to be running inside a container 00:36:48 ---> Running in 5852ee93c0c8 00:36:48 ---> 56a0ae8004d7 00:36:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:36:48 ---> 6b3f32bc4ecb 00:36:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:36:48 ---> e5a27ae6d561 00:36:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:36:48 ---> c7d15f911d56 00:36:48 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:36:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:49 ---> Running in 50b4a99f3613 00:36:49 Removing intermediate container 5852ee93c0c8 00:36:49 ---> ff82a57e97d2 00:36:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:49 ---> 56011ac5bf19 00:36:49 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:36:49 ---> 7250409fd19c 00:36:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:36:49 ---> d57a0de11f2a 00:36:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:36:49 ---> Running in 6fa21f029515 00:36:49 Removing intermediate container 50b4a99f3613 00:36:49 ---> 7ae4b7b1df4d 00:36:49 Step 18/21 : CMD ["--init=true"] 00:36:49 ---> Running in a76c51d9df25 00:36:49 ---> b5e199cd2402 00:36:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:36:49 ---> Running in d55e8733ef92 00:36:49 Removing intermediate container 6fa21f029515 00:36:49 ---> b45d16148765 00:36:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:49 Removing intermediate container a76c51d9df25 00:36:49 ---> e94c5da21d39 00:36:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:49 $ docker top b95bb6d13eca103f1689ae64b530a567c250e8bf96d22247d1b9bd614f70562a -eo pid,comm 00:36:50 ---> Running in dfc9faeb3084 00:36:50 ---> 9f12145f6225 00:36:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:36:50 ---> Running in 942657918b73 00:36:50 Removing intermediate container d55e8733ef92 00:36:50 ---> 67388f879546 00:36:50 Step 19/21 : LABEL arch=x86_64 00:36:50 Removing intermediate container dfc9faeb3084 00:36:50 ---> f6f3032612e1 00:36:50 Step 20/22 : LABEL arch=x86_64 00:36:50 ---> Running in 67271648fdb7 00:36:50 ---> 169d56c83fdf 00:36:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] { [Pipeline] sh 00:36:50 Removing intermediate container 942657918b73 00:36:50 ---> ab97ec6b2a6a 00:36:50 Step 20/22 : LABEL arch=x86_64 00:36:50 ---> 2ed2fb4b14a7 00:36:50 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:36:50 ---> Running in 2fb151bd7078 00:36:50 ---> Running in c9559598fe54 00:36:50 ---> Running in 9e21b43dab76 00:36:50 Removing intermediate container 67271648fdb7 00:36:50 ---> afbe9718730a 00:36:50 Step 20/21 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:36:51 + go version 00:36:51 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:51 ---> 06dd89d12f1b 00:36:51 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:36:51 ---> Running in 35f8402eefd4 00:36:51 $ docker stop --time=1 b95bb6d13eca103f1689ae64b530a567c250e8bf96d22247d1b9bd614f70562a 00:36:51 ---> Running in 250a84cab3f5 00:36:51 Removing intermediate container 2fb151bd7078 00:36:51 ---> cc22a6572096 00:36:51 Step 21/22 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:36:51 Removing intermediate container c9559598fe54 00:36:51 ---> 7bc42a9b624d 00:36:51 Step 21/22 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:36:51 ---> Running in 58550b42a1f8 00:36:51 Removing intermediate container 35f8402eefd4 00:36:51 ---> 7dc502bd60ed 00:36:51 Step 21/21 : LABEL version=0.0.0 00:36:51 ---> Running in 759b7f186369 00:36:51 Removing intermediate container 250a84cab3f5 00:36:51 ---> fca871ebf4a4 00:36:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:51 ---> Running in b912e9fd2a3d 00:36:51 ---> Running in 41adf6c905c6 00:36:51 Removing intermediate container 58550b42a1f8 00:36:51 ---> 5db26c5c3a63 00:36:51 Step 22/22 : LABEL version=0.0.0 00:36:52 Removing intermediate container 759b7f186369 00:36:52 ---> 5f88aeb30d8c 00:36:52 Step 22/22 : LABEL version=0.0.0 00:36:52 Removing intermediate container b912e9fd2a3d 00:36:52 ---> 2cd1b4f77ca5 00:36:52 00:36:52 ---> Running in 601240464b55 00:36:52 ---> Running in 6da9c8ae47b2 00:36:52 Removing intermediate container 41adf6c905c6 00:36:52 ---> 5eed5f4b4e19 00:36:52 Step 21/23 : LABEL arch=x86_64 00:36:52 Successfully built 2cd1b4f77ca5 00:36:52 Successfully tagged docker-security-proxy-setup-go:latest 00:36:52 Building docker-security-bootstrapper-go 00:36:52  Building docker-security-proxy-setup-go ... done  ---> Running in 9fe1cc634b57 00:36:52 Removing intermediate container 601240464b55 00:36:52 ---> 00b143db7eaa 00:36:52 00:36:52 Removing intermediate container 6da9c8ae47b2 00:36:52 ---> 5860ca4aa396 00:36:52 00:36:52 Removing intermediate container 9e21b43dab76 00:36:52 ---> c14edc179ef0 00:36:52 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:36:52 Successfully built 00b143db7eaa 00:36:52 Removing intermediate container 9fe1cc634b57 00:36:52 ---> bb489a23961b 00:36:52 Step 22/23 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:36:52 Successfully tagged docker-support-notifications-go:latest 00:36:52 Building docker-sys-mgmt-agent-go 00:36:52  Building docker-support-notifications-go ... done Successfully built 5860ca4aa396 00:36:52 ---> Running in 7d943f09f2ce 00:36:52 Successfully tagged docker-support-scheduler-go:latest 00:36:52  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:36:52 ---> Running in 7ff19916d442 00:36:53 $ docker rm -f b95bb6d13eca103f1689ae64b530a567c250e8bf96d22247d1b9bd614f70562a 00:36:53 Removing intermediate container 7d943f09f2ce 00:36:53 ---> 14353a31c0b7 00:36:53 Step 22/24 : LABEL arch=x86_64 00:36:53 Removing intermediate container 7ff19916d442 00:36:53 ---> 8ceab5382bb9 00:36:53 Step 23/23 : LABEL version=0.0.0 00:36:53 ---> Running in dcdbbcfd8f7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 00:36:53 ---> Running in 96ced843e81e 00:36:53 Removing intermediate container dcdbbcfd8f7d 00:36:53 ---> 2698ba15484b 00:36:53 Step 23/24 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:53 Removing intermediate container 96ced843e81e 00:36:53 ---> 560b23ef9cab 00:36:53 00:36:54 ---> Running in cdbce0cdd7bd 00:36:54 Successfully built 560b23ef9cab 00:36:54 Successfully tagged docker-core-metadata-go:latest 00:36:54 Building docker-core-data-go 00:36:54 + docker inspect -f . ci-base-image-arm64 00:36:54 . [Pipeline] withDockerContainer 00:36:54  Building docker-core-metadata-go ... done Removing intermediate container cdbce0cdd7bd 00:36:54 ---> 3dfba1bd132c 00:36:54 Step 24/24 : LABEL version=0.0.0 00:36:54 prd-ubuntu18.04-docker-arm64-4c-16g-22739 does not seem to be running inside a container 00:36:54 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:54 ---> Running in 6add4b6e4823 00:36:55 $ docker top 8b60229bf121e1d958b890a733a757a3b5a275d2896f2e3d09f0c4e99b8cec13 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:56 ========================================================= 00:36:56 [edgeXBuildGoParallel] Running Tests and Build... 00:36:56 ========================================================= [Pipeline] sh 00:36:56 + make test 00:36:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:57 Removing intermediate container 6add4b6e4823 00:36:57 ---> 5a2c3723c320 00:36:57 00:37:01 Successfully built 5a2c3723c320 00:37:01 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:19 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:20  Building docker-security-secretstore-setup-go ... done Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:20 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:37:20 ---> f1ead0b2c7d5 00:37:20 Step 3/33 : WORKDIR /edgex-go 00:37:20 ---> Using cache 00:37:20 ---> 1d3a210bc62c 00:37:20 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:20 ---> Using cache 00:37:20 ---> f6cae235c998 00:37:20 Step 5/33 : RUN apk add --update --no-cache make git 00:37:20 ---> Using cache 00:37:20 ---> 1f2098aaf396 00:37:20 Step 6/33 : COPY go.mod . 00:37:20 ---> Using cache 00:37:20 ---> 7245c3022a96 00:37:20 Step 7/33 : RUN go mod download 00:37:20 ---> Using cache 00:37:20 ---> 9fa2a140f04b 00:37:20 Step 8/33 : COPY . . 00:37:20 ---> Using cache 00:37:20 ---> 0a2e8e5b1a95 00:37:20 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:37:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:20 ---> f1ead0b2c7d5 00:37:20 Step 3/23 : WORKDIR /edgex-go 00:37:20 ---> Using cache 00:37:20 ---> 1d3a210bc62c 00:37:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:20 ---> Using cache 00:37:20 ---> f6cae235c998 00:37:20 Step 5/23 : RUN apk add --update --no-cache make git 00:37:20 ---> Using cache 00:37:20 ---> 1f2098aaf396 00:37:20 Step 6/23 : COPY go.mod . 00:37:20 ---> Using cache 00:37:20 ---> 7245c3022a96 00:37:20 Step 7/23 : RUN go mod download 00:37:20 ---> Using cache 00:37:20 ---> 9fa2a140f04b 00:37:20 Step 8/23 : COPY . . 00:37:20 ---> Using cache 00:37:20 ---> 0a2e8e5b1a95 00:37:20 Step 9/23 : RUN make cmd/core-command/core-command 00:37:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:20 ---> f1ead0b2c7d5 00:37:20 Step 3/26 : WORKDIR /edgex-go 00:37:20 ---> Using cache 00:37:20 ---> 1d3a210bc62c 00:37:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:20 ---> Using cache 00:37:20 ---> f6cae235c998 00:37:20 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:20 ---> f1ead0b2c7d5 00:37:20 Step 3/23 : WORKDIR /edgex-go 00:37:20 ---> Using cache 00:37:20 ---> 1d3a210bc62c 00:37:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:20 ---> Using cache 00:37:20 ---> f6cae235c998 00:37:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:21 ---> Running in 32a4a921f121 00:37:21 ---> Running in e10e086ab01e 00:37:21 ---> Running in 7c63c8f41f7f 00:37:21 ---> Running in 6c53a308c9ed 00:37:22 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 00:37:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:37:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:23 OK: 233 MiB in 51 packages 00:37:23 OK: 233 MiB in 51 packages 00:37:25 Removing intermediate container e10e086ab01e 00:37:25 ---> 08064b0eba8e 00:37:25 Step 6/23 : COPY go.mod . 00:37:25 Removing intermediate container 32a4a921f121 00:37:25 ---> 1d6e326dcec5 00:37:25 Step 6/26 : COPY go.mod . 00:37:25 ---> 7c2725aed9ca 00:37:25 Step 7/23 : RUN go mod download 00:37:25 ---> Running in 04bd408193c5 00:37:25 ---> c1ac86d72f2b 00:37:25 Step 7/26 : RUN go mod download 00:37:25 ---> Running in 820da197302c 00:37:29 Removing intermediate container 820da197302c 00:37:29 ---> 0de7a98fa955 00:37:29 Step 8/26 : COPY . . 00:37:29 Removing intermediate container 04bd408193c5 00:37:29 ---> e11f1b8195ab 00:37:29 Step 8/23 : COPY . . 00:37:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:37:56 Removing intermediate container 7c63c8f41f7f 00:37:56 ---> d4a8f6f592ea 00:37:56 00:37:56 Step 10/23 : FROM alpine:3.12 00:37:56 ---> 389fef711851 00:37:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:56 ---> Using cache 00:37:56 ---> 0613bb8e5b2c 00:37:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:56 ---> Using cache 00:37:56 ---> 4f9a0cba24c8 00:37:56 Step 13/23 : ENV APP_PORT=48082 00:37:57 ---> Running in 9f219f3d3453 00:37:57 ---> e6f8351969ac 00:37:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:58 Removing intermediate container 9f219f3d3453 00:37:58 ---> 1085d0802219 00:37:58 Step 14/23 : EXPOSE $APP_PORT 00:37:58 ---> Running in 140f912fdb25 00:37:58 ---> 06bdf554dc68 00:37:58 Step 9/23 : RUN make cmd/core-data/core-data 00:37:58 ---> Running in ae4492f5288c 00:37:58 Removing intermediate container 6c53a308c9ed 00:37:58 ---> d58644bcaed2 00:37:58 00:37:58 Step 10/33 : FROM alpine:3.12 00:37:58 ---> 389fef711851 00:37:58 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:37:58 ---> Running in 9a800923682b 00:37:59 ---> Running in 131a167e4ab8 00:37:59 Removing intermediate container ae4492f5288c 00:37:59 ---> 14a870c27f11 00:37:59 Step 15/23 : WORKDIR / 00:37:59 ---> Running in 98463da4d17b 00:37:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:37:59 Removing intermediate container 98463da4d17b 00:37:59 ---> 180fc1492049 00:37:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:00 ---> b32527eb7431 00:38:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:00 (1/3) Installing dumb-init (1.2.2-r1) 00:38:00 (2/3) Installing openssl (1.1.1i-r0) 00:38:00 (3/3) Installing su-exec (0.2-r1) 00:38:00 Executing busybox-1.31.1-r19.trigger 00:38:00 OK: 6 MiB in 17 packages 00:38:01 ---> 96a6e07b13b0 00:38:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:02 Removing intermediate container 131a167e4ab8 00:38:02 ---> 62479a138e34 00:38:02 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:38:02 ---> Running in 9e372ae34e46 00:38:02 ---> 90c9279bfaec 00:38:02 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:02 ---> Running in 6e32ac413078 00:38:02 Removing intermediate container 9e372ae34e46 00:38:02 ---> abb2f38cca30 00:38:02 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 00:38:02 ---> Running in 17099bb816c5 00:38:02 Removing intermediate container 6e32ac413078 00:38:02 ---> 3ca761374848 00:38:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:03 ---> Running in d0a3e16cca09 00:38:03 Removing intermediate container 17099bb816c5 00:38:03 ---> d1936a41ec3d 00:38:03 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 00:38:03 ---> Running in 465d8442b2a8 00:38:03 Removing intermediate container d0a3e16cca09 00:38:03 ---> be659e8bea5f 00:38:03 Step 21/23 : LABEL arch=x86_64 00:38:04 ---> Running in 5d04b379f7bc 00:38:04 Removing intermediate container 5d04b379f7bc 00:38:04 ---> feec45727bd4 00:38:04 Step 22/23 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:38:04 ---> Running in 4a4a0edd8a39 00:38:04 Connecting to github.com (140.82.113.4:443) 00:38:04 Removing intermediate container 4a4a0edd8a39 00:38:04 ---> 9bf548e9c78c 00:38:04 Step 23/23 : LABEL version=0.0.0 00:38:04 ---> Running in 525f24903aee 00:38:04 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.97.187:443) 00:38:05 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:38:05 Removing intermediate container 525f24903aee 00:38:05 ---> 62249e6d8d4c 00:38:05 00:38:05 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:38:05 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:38:05 dockerize 00:38:05 Successfully built 62249e6d8d4c 00:38:05 Successfully tagged docker-core-command-go:latest 00:38:07  Building docker-core-command-go ... done Removing intermediate container 465d8442b2a8 00:38:07 ---> 235d8179ebf3 00:38:07 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 00:38:07 ---> Running in 1208e9d31128 00:38:08 Removing intermediate container 1208e9d31128 00:38:08 ---> a5281d0ebfe9 00:38:08 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:38:08 ---> Running in dfdad457f6d0 00:38:08 Removing intermediate container dfdad457f6d0 00:38:08 ---> 199161a648b1 00:38:08 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} 00:38:08 ---> Running in 9652839d591b 00:38:10 Move dockerize executable 00:38:11 Removing intermediate container 9652839d591b 00:38:11 ---> fed186e92904 00:38:11 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 00:38:11 ---> Running in f43f78b100f5 00:38:12 Removing intermediate container f43f78b100f5 00:38:12 ---> 2b56a07d9292 00:38:12 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:38:12 ---> 261a2faaef1c 00:38:12 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:38:12 ---> Running in a44056bb2dec 00:38:15 Removing intermediate container a44056bb2dec 00:38:15 ---> ef132f0df7eb 00:38:15 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:15 ---> 7745403e9bd7 00:38:15 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:38:17 ---> 935e1a4b1f3d 00:38:17 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:38:17 Removing intermediate container 140f912fdb25 00:38:17 ---> 103c991013b7 00:38:17 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:18 ---> Running in 5d13df465b5d 00:38:18 ---> 2af3b8dc5379 00:38:18 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:38: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 00:38:19 ---> 49fc1b4c6552 00:38:19 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:38:19 ---> f95c9323416e 00:38:19 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:38:19 ---> Running in c0a624b8e311 00:38:19 Removing intermediate container c0a624b8e311 00:38:19 ---> a0509952966e 00:38:19 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:38:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:20 Removing intermediate container 5d13df465b5d 00:38:20 ---> c7225c8eac62 00:38:20 00:38:20 Step 11/26 : FROM docker:20.10.0 00:38:20 20.10.0: Pulling from library/docker 00:38:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:23 ---> 28652c2c4713 00:38:23 Step 28/33 : RUN chmod +x /entrypoint.sh 00:38:23 Removing intermediate container 9a800923682b 00:38:23 ---> eefd344498ab 00:38:23 00:38:23 Step 10/23 : FROM alpine:3.12 00:38:23 ---> 389fef711851 00:38:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:23 ---> Running in ec62108c9203 00:38:23 ---> Running in 220336ef3434 00:38:23 Removing intermediate container 220336ef3434 00:38:23 ---> 2e225b1bf1a1 00:38:23 Step 12/23 : ENV APP_PORT=48080 00:38:23 ---> Running in a36b4ba3486c 00:38:24 Removing intermediate container a36b4ba3486c 00:38:24 ---> 83d5fe69b6da 00:38:24 Step 13/23 : EXPOSE $APP_PORT 00:38:24 ---> Running in 2626a00da080 00:38:24 Removing intermediate container 2626a00da080 00:38:24 ---> a55f87e08e00 00:38:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:24 ---> Running in cf649226ec7d 00:38:24 Removing intermediate container ec62108c9203 00:38:24 ---> 2fa7bbd09442 00:38:24 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:38:25 ---> Running in d8c904944f13 00:38:25 Removing intermediate container d8c904944f13 00:38:25 ---> 57b82d4e8e0a 00:38:25 Step 30/33 : CMD ["gate"] 00:38:26 ---> Running in ba840bfa7b4f 00:38:26 Removing intermediate container ba840bfa7b4f 00:38:26 ---> 63c330b5c626 00:38:26 Step 31/33 : LABEL arch=x86_64 00:38:26 Removing intermediate container cf649226ec7d 00:38:26 ---> 691cdc29c9d4 00:38:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:38:26 ---> Running in d69f79864fd6 00:38:27 ---> Running in 59ea4bc44f39 00:38:27 Removing intermediate container d69f79864fd6 00:38:27 ---> cad89182dcfb 00:38:27 Step 32/33 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:38:27 ---> Running in c69e94c5e6aa 00:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:27 Status: Downloaded newer image for docker:20.10.0 00:38:27 ---> aefe523efa57 00:38:27 Step 12/26 : RUN apk add --no-cache bash 00:38:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:28 Removing intermediate container c69e94c5e6aa 00:38:28 ---> e9cde0acdb0b 00:38:28 Step 33/33 : LABEL version=0.0.0 00:38:28 ---> Running in c1313ba44dae 00:38:28 ---> Running in ab74a5b81e65 00:38:28 Removing intermediate container ab74a5b81e65 00:38:28 ---> d396932e7468 00:38:28 00:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:28 Successfully built d396932e7468 00:38:28 Successfully tagged docker-security-bootstrapper-go:latest 00:38:29  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:29 (1/2) Installing readline (8.0.4-r0) 00:38:29 (2/2) Installing bash (5.0.17-r0) 00:38:29 (1/6) Installing dumb-init (1.2.2-r1) 00:38:29 Executing bash-5.0.17-r0.post-install 00:38:29 Executing busybox-1.31.1-r19.trigger 00:38:29 OK: 12 MiB in 22 packages 00:38:29 (2/6) Installing libgcc (9.3.0-r2) 00:38:29 (3/6) Installing libsodium (1.0.18-r0) 00:38:29 (4/6) Installing libstdc++ (9.3.0-r2) 00:38:29 (5/6) Installing libzmq (4.3.3-r0) 00:38:29 Removing intermediate container c1313ba44dae 00:38:29 ---> 932a322f9791 00:38:29 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:29 (6/6) Installing zeromq (4.3.3-r0) 00:38:29 ---> Running in bb8367bf1b91 00:38:29 Executing busybox-1.31.1-r19.trigger 00:38:29 OK: 8 MiB in 20 packages 00:38:30 Removing intermediate container bb8367bf1b91 00:38:30 ---> 43850ddaabcd 00:38:30 Step 14/26 : ENV APP_PORT=48090 00:38:30 ---> Running in d63b6dc2b72c 00:38:30 Removing intermediate container d63b6dc2b72c 00:38:30 ---> 3b271f24195d 00:38:30 Step 15/26 : EXPOSE $APP_PORT 00:38:30 ---> Running in 8321e3751f9a 00:38:30 Removing intermediate container 59ea4bc44f39 00:38:30 ---> c32cb9f54477 00:38:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:31 Removing intermediate container 8321e3751f9a 00:38:31 ---> 2927cba5ffa1 00:38:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:31 ---> 670a7986a7fd 00:38:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:31 ---> 3763b18a9efe 00:38:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:31 ---> c5cf84aef420 00:38:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:32 ---> f981022d642f 00:38:32 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:32 ---> 0a1981d17c7b 00:38:32 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:32 ---> Running in 854a109e0ad3 00:38:32 ---> b3ab72cbee81 00:38:32 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:32 Removing intermediate container 854a109e0ad3 00:38:32 ---> 7e0bda9a7da8 00:38:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:32 ---> Running in 227ed03901b1 00:38:32 ---> Running in 8ce5434add63 00:38:32 Removing intermediate container 8ce5434add63 00:38:32 ---> 3547a6a98723 00:38:32 Step 21/23 : LABEL arch=x86_64 00:38:32 ---> Running in cc01b6b0e584 00:38:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:33 Removing intermediate container cc01b6b0e584 00:38:33 ---> 635404704e57 00:38:33 Step 22/23 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:38:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:33 ---> Running in e83f34a0d536 00:38:33 (1/33) Installing libbz2 (1.0.8-r1) 00:38:33 (2/33) Installing expat (2.2.9-r1) 00:38:33 (3/33) Installing libffi (3.3-r2) 00:38:33 Removing intermediate container e83f34a0d536 00:38:33 ---> f127dbbf0585 00:38:33 Step 23/23 : LABEL version=0.0.0 00:38:33 (4/33) Installing gdbm (1.13-r1) 00:38:33 (5/33) Installing xz-libs (5.2.5-r0) 00:38:33 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:33 (7/33) Installing python3 (3.8.5-r0) 00:38:33 ---> Running in 4c2a6dbb9717 00:38:33 Removing intermediate container 4c2a6dbb9717 00:38:33 ---> 6bcb10ccdff7 00:38:33 00:38:34 Successfully built 6bcb10ccdff7 00:38:34 Successfully tagged docker-core-data-go:latest 00:38:34  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:34 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:34 (11/33) Installing py3-six (1.15.0-r0) 00:38:34 (12/33) Installing py3-packaging (20.4-r0) 00:38:34 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:34 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:34 (15/33) Installing py3-idna (2.9-r0) 00:38:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:34 (18/33) Installing py3-requests (2.23.0-r0) 00:38:34 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:34 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:34 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:34 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.239s coverage: 46.8% of statements 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:34 (24/33) Installing py3-distro (1.5.0-r1) 00:38:34 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:34 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:34 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:34 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:34 (29/33) Installing py3-progress (1.5-r0) 00:38:34 (30/33) Installing py3-toml (0.10.1-r0) 00:38:34 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:34 (33/33) Installing py3-pip (20.1.1-r0) 00:38:35 Executing busybox-1.31.1-r19.trigger 00:38:35 OK: 71 MiB in 55 packages 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.641s coverage: 27.1% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.204s coverage: 65.8% of statements 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.661s coverage: 82.3% of statements 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:45 Removing intermediate container 227ed03901b1 00:38:45 ---> 5f11e011ea4f 00:38:45 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:45 ---> Running in e9ff2cdf88bd 00:38:45 Collecting docker-compose==1.23.2 00:38:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:45 Collecting websocket-client<1.0,>=0.32.0 00:38:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:46 Collecting jsonschema<3,>=2.5.1 00:38:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:46 Collecting PyYAML<4,>=3.10 00:38:46 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:47 Collecting cached-property<2,>=1.2.0 00:38:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:47 Collecting dockerpty<0.5,>=0.4.1 00:38:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:47 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:48 Collecting docker<4.0,>=3.6.0 00:38:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:48 Collecting texttable<0.10,>=0.9.0 00:38:48 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:48 Collecting docopt<0.7,>=0.6.1 00:38:48 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.182s coverage: 28.6% of statements 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.207s coverage: 100.0% of statements 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.100s coverage: 100.0% of statements 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:49 Collecting idna<2.8,>=2.5 00:38:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:49 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:38:49 Collecting urllib3<1.25,>=1.21.1 00:38:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.436s coverage: 86.7% of statements 00:38:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:49 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:38:49 Collecting docker-pycreds>=0.4.0 00:38:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:49 Installing collected packages: websocket-client, idna, urllib3, requests, jsonschema, PyYAML, cached-property, dockerpty, docker-pycreds, docker, texttable, docopt, docker-compose 00:38:49 Attempting uninstall: idna 00:38:49 Found existing installation: idna 2.9 00:38:49 Uninstalling idna-2.9: 00:38:49 Successfully uninstalled idna-2.9 00:38:50 Attempting uninstall: urllib3 00:38:50 Found existing installation: urllib3 1.25.9 00:38:50 Uninstalling urllib3-1.25.9: 00:38:50 Successfully uninstalled urllib3-1.25.9 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.370s coverage: 97.5% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.155s coverage: 78.3% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:50 Attempting uninstall: requests 00:38:50 Found existing installation: requests 2.23.0 00:38:50 Uninstalling requests-2.23.0: 00:38:50 Successfully uninstalled requests-2.23.0 00:38:50 Running setup.py install for PyYAML: started 00:38:50 Running setup.py install for PyYAML: finished with status 'done' 00:38:50 Running setup.py install for dockerpty: started 00:38:51 Running setup.py install for dockerpty: finished with status 'done' 00:38:51 Running setup.py install for texttable: started 00:38:52 Running setup.py install for texttable: finished with status 'done' 00:38:52 Running setup.py install for docopt: started 00:38:52 Running setup.py install for docopt: finished with status 'done' 00:38:52 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:38:57 Removing intermediate container e9ff2cdf88bd 00:38:57 ---> 57ce8757ef77 00:38:57 Step 21/26 : RUN apk --no-cache add curl 00:38:57 ---> Running in c5e1583ce5bd 00:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:38:57 (2/3) Installing libcurl (7.69.1-r3) 00:38:57 (3/3) Installing curl (7.69.1-r3) 00:38:57 Executing busybox-1.31.1-r19.trigger 00:38:57 OK: 72 MiB in 58 packages 00:38:57 Removing intermediate container c5e1583ce5bd 00:38:57 ---> 2c8d4224a526 00:38:57 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:38:58 ---> Running in f8a5f19411c1 00:38:58 Removing intermediate container f8a5f19411c1 00:38:58 ---> d852005847bc 00:38:58 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:58 ---> Running in 26c155efb9b5 00:38:58 Removing intermediate container 26c155efb9b5 00:38:58 ---> 154656d362da 00:38:58 Step 24/26 : LABEL arch=x86_64 00:38:58 ---> Running in c46c8f47e2cc 00:38:58 Removing intermediate container c46c8f47e2cc 00:38:58 ---> af095ff22d33 00:38:58 Step 25/26 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:38:58 ---> Running in 800634b7adbd 00:38:58 Removing intermediate container 800634b7adbd 00:38:58 ---> 4e002ecc05d1 00:38:58 Step 26/26 : LABEL version=0.0.0 00:38:58 ---> Running in 33f101245ace 00:38:59 Removing intermediate container 33f101245ace 00:38:59 ---> f4badec165b5 00:38:59 00:38:59 Successfully built f4badec165b5 00:38:59 Successfully tagged docker-sys-mgmt-agent-go:latest 00:38:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:38:59 $ docker stop --time=1 6e5bf49824e361c366f19aed1228447ab7039df4d69567c162763ae505027e6b 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.100s coverage: 92.8% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.218s coverage: 0.1% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 43.8% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 79.5% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.125s coverage: 94.1% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.100s coverage: 96.3% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements 00:39:01 $ docker rm -f 6e5bf49824e361c366f19aed1228447ab7039df4d69567c162763ae505027e6b [Pipeline] // withDockerContainer [Pipeline] sh 00:39:01 + docker images 00:39:01 + grep docker 00:39:02 docker-sys-mgmt-agent-go latest f4badec165b5 3 seconds ago 313MB 00:39:02 docker-core-data-go latest 6bcb10ccdff7 29 seconds ago 22.3MB 00:39:02 docker-security-bootstrapper-go latest d396932e7468 34 seconds ago 41.5MB 00:39:02 docker-core-command-go latest 62249e6d8d4c 58 seconds ago 16.3MB 00:39:02 docker-security-secretstore-setup-go latest 5a2c3723c320 2 minutes ago 24.6MB 00:39:02 docker-core-metadata-go latest 560b23ef9cab 2 minutes ago 18.8MB 00:39:02 docker-support-scheduler-go latest 5860ca4aa396 2 minutes ago 16.4MB 00:39:02 docker-support-notifications-go latest 00b143db7eaa 2 minutes ago 16.9MB 00:39:02 docker-security-proxy-setup-go latest 2cd1b4f77ca5 2 minutes ago 24.4MB 00:39:02 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.068s coverage: 94.4% of statements 00:39:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.142s coverage: 84.2% of statements 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.148s coverage: 91.4% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.598s coverage: 63.5% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements 00:39:14 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.117s coverage: 73.7% of statements 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 00:39:18 Still waiting to schedule task 00:39:18 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.820s coverage: 68.9% of statements 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.333s coverage: 37.0% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.620s coverage: 84.0% of statements 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.118s coverage: 100.0% of statements 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.419s coverage: 47.1% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.123s coverage: 100.0% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.092s coverage: 100.0% of statements 00:39:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.900s coverage: 29.1% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.249s coverage: 99.0% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 00:39:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 00:39:34 GO111MODULE=on go vet ./... 00:40:14 Running on prd-ubuntu18.04-docker-8c-8g-22742 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws 00:40:15 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 00:40:17 using credential edgex-jenkins-ssh 00:40:17 Cloning the remote Git repository 00:40:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:40:17 > git init /w/workspace/edgex-go/9 # timeout=10 00:40:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:17 > git --version # timeout=10 00:40:17 > git --version # 'git version 2.17.1' 00:40:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:40:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:40:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:40:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:40:28 Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 00:40:28 Merge succeeded, producing 92f99bb3e3daa3eb1caac50cbec0221b63b3673f 00:40:28 Checking out Revision 92f99bb3e3daa3eb1caac50cbec0221b63b3673f (PR-3034) 00:40:28 > git config core.sparsecheckout # timeout=10 00:40:28 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 00:40:28 > git remote # timeout=10 00:40:28 > git config --get remote.origin.url # timeout=10 00:40:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:40:28 > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 00:40:28 > git rev-parse HEAD^{commit} # timeout=10 00:40:28 > git config core.sparsecheckout # timeout=10 00:40:28 > git checkout -f 92f99bb3e3daa3eb1caac50cbec0221b63b3673f # timeout=10 00:40:31 Commit message: "Merge commit 'eb962563c78e340597fe6b0a01e022bbdd66f5a5' into HEAD" 00:40:31 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:40:31 > git rev-list --no-walk 274c699d0d82ab7ac94a7a32970c88c4486cdd2e # timeout=10 00:40:33 + echo snap-build.sh 00:40:33 snap-build.sh 00:40:33 + SNAP_BASE_DIR=. 00:40:33 + '[' '!' -z /w/workspace/edgex-go/9 ']' 00:40:33 + SNAP_BASE_DIR=/w/workspace/edgex-go/9 00:40:33 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' 00:40:33 [snap-build] Building snap in dir [/w/workspace/edgex-go/9] 00:40:33 + cd /w/workspace/edgex-go/9 00:40:33 + sudo apt-get remove -qy --purge lxd lxd-client 00:40:33 Reading package lists... 00:40:33 Building dependency tree... 00:40:33 Reading state information... 00:40:33 The following packages were automatically installed and are no longer required: 00:40:33 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:40:33 uidmap xdelta3 00:40:33 Use 'sudo apt autoremove' to remove them. 00:40:33 The following packages will be REMOVED: 00:40:33 lxd* lxd-client* 00:40:33 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:40:33 After this operation, 31.7 MB disk space will be freed. 00:40:34 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:40:34 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:40:35 Removing lxd dnsmasq configuration 00:40:35 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:40:35 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:40:36 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:40:37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:40:37 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:40:38 Processing triggers for systemd (237-3ubuntu10.42) ... 00:40:38 Processing triggers for ureadahead (0.100.0-21) ... 00:40:39 + sudo snap remove --purge lxd 00:40:40 snap "lxd" is not installed 00:40:40 + sudo groupadd --force --system lxd 00:40:40 ++ whoami 00:40:40 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:40:40 + newgrp - lxd 00:40:40 + sudo snap install lxd 00:40:42 gofmt -l . 00:40:44 [ "`gofmt -l .`" = "" ] 00:40:47 ./bin/test-go-mod-tidy.sh 00:40:47 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:49 + ls -al . 00:40:49 total 696 00:40:49 drwxrwxr-x 9 1001 1001 4096 Jan 26 00:40 . 00:40:49 drwxr-xr-x 4 root root 4096 Jan 26 00:36 .. 00:40:49 -rw-rw-r-- 1 1001 1001 11 Jan 26 00:35 .dockerignore 00:40:49 drwxrwxr-x 8 1001 1001 4096 Jan 26 00:35 .git 00:40:49 drwxrwxr-x 3 1001 1001 4096 Jan 26 00:35 .github 00:40:49 -rw-rw-r-- 1 1001 1001 872 Jan 26 00:35 .gitignore 00:40:49 -rw-rw-r-- 1 1001 1001 166 Jan 26 00:35 .sonarcloud.properties 00:40:49 -rw-rw-r-- 1 1001 1001 7859 Jan 26 00:35 Attribution.txt 00:40:49 -rw-rw-r-- 1 1001 1001 3804 Jan 26 00:35 CONTRIBUTING.md 00:40:49 -rw-rw-r-- 1 1001 1001 931 Jan 26 00:35 Dockerfile.build 00:40:49 -rw-rw-r-- 1 1001 1001 863 Jan 26 00:35 Jenkinsfile 00:40:49 -rw-rw-r-- 1 1001 1001 10775 Jan 26 00:35 LICENSE 00:40:49 -rw-rw-r-- 1 1001 1001 6001 Jan 26 00:35 Makefile 00:40:49 -rw-rw-r-- 1 1001 1001 6524 Jan 26 00:35 README.md 00:40:49 -rw-rw-r-- 1 1001 1001 6755 Jan 26 00:35 SECURITY.md 00:40:49 -rw-rw-r-- 1 1001 1001 5 Jan 26 00:31 VERSION 00:40:49 -rw-rw-r-- 1 1001 1001 4131 Jan 26 00:35 ZMQWindows.md 00:40:49 drwxrwxr-x 2 1001 1001 4096 Jan 26 00:35 bin 00:40:49 drwxrwxr-x 15 1001 1001 4096 Jan 26 00:35 cmd 00:40:49 -rw-r--r-- 1 root root 564700 Jan 26 00:39 coverage.out 00:40:49 -rw-r--r-- 1 root root 1053 Jan 26 00:40 go.mod 00:40:49 -rw-r--r-- 1 root root 18995 Jan 26 00:40 go.sum 00:40:49 drwxrwxr-x 8 1001 1001 4096 Jan 26 00:35 internal 00:40:49 drwxrwxr-x 4 1001 1001 4096 Jan 26 00:35 openapi 00:40:49 drwxrwxr-x 4 1001 1001 4096 Jan 26 00:35 snap 00:40:49 -rw-rw-r-- 1 1001 1001 168 Jan 26 00:35 version.go [Pipeline] sh 00:40:50 2021-01-26T00:40:47Z INFO Waiting for automatic snapd restart... 00:40:50 + '[' -e coverage.out ] 00:40:50 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:50 Warning: overwriting stash ‘coverage-report’ 00:40:51 Stashed 1 file(s) [Pipeline] sh 00:40:52 + make build 00:40: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 00:41:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:41:08 lxd 4.10 from Canonical* installed 00:41:08 + sudo lxd init --auto 00:41:14 + sudo snap install --classic snapcraft 00:41:22 snapcraft 4.4.4 from Canonical* installed 00:41:22 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:41:22 + patch --verbose -p1 00:41:22 Hmm... Looks like a unified diff to me... 00:41:22 The text leading up to this was: 00:41:22 -------------------------- 00:41:22 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:41:22 |From: Tony Espy 00:41:22 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:41:22 |Subject: [PATCH] optimize snap build for pipeline CI check 00:41:22 | 00:41:22 |This patch is used by the EdgeX CI pipeline builds to 00:41:22 |optimize the snap CI check run for pull requests. When 00:41:22 |applied, it essentially strips out everything (apps and 00:41:22 |parts) from the snapcraft.yaml file except those required 00:41:22 |to build edgex-go, as the whole idea of the CI check is to 00:41:22 |catch changes to edgex-go that break the snap build. 00:41:22 | 00:41:22 |In general, anyone updating snapcraft.yaml will also need 00:41:22 |to update this patch file, otherwise it may fail to apply, 00:41:22 |resulting in a failed snap build CI check in the associated 00:41:22 |pull request. 00:41:22 | 00:41:22 |Note - in addition to applying this patch, the pipeline also 00:41:22 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:41:22 |need to build the finally binary .snap file (and it won't 00:41:22 |work with the patch applied). This further reduces the build 00:41:22 |time. 00:41:22 |--- 00:41:22 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:41:22 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:41:22 | 00:41:22 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:41:22 |index 1e537489..faf42425 100644 00:41:22 |--- a/snap/snapcraft.yaml 00:41:22 |+++ b/snap/snapcraft.yaml 00:41:22 -------------------------- 00:41:22 patching file snap/snapcraft.yaml 00:41:22 Using Plan A... 00:41:22 Hunk #1 succeeded at 73. 00:41:22 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:41:22 Hunk #3 succeeded at 214 (offset -1 lines). 00:41:22 Hunk #4 succeeded at 222 (offset -1 lines). 00:41:22 Hunk #5 succeeded at 229 (offset -1 lines). 00:41:22 Hunk #6 succeeded at 256 (offset -1 lines). 00:41:22 Hunk #7 succeeded at 290 (offset -1 lines). 00:41:22 Hunk #8 succeeded at 342. 00:41:22 Hmm... Ignoring the trailing garbage. 00:41:22 done 00:41:22 + sudo snapcraft prime --use-lxd 00:41:23 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:41:23 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:41:23 - README.md 00:41:23 - snapcraft.yaml.orig 00:41:23 00:41:23 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:41:24 Launching a container. 00:41:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:41:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:34 Waiting for container to be ready 00:41:34 To start your first instance, try: lxc launch ubuntu:18.04 00:41:34 00:41:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:41:38 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:41:38 Waiting for network to be ready... 00:41:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:41:39 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:41:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 00:41:39 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:41:39 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:41:39 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:41:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:41:39 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:41:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:41:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:41:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:41:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 00:41:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:41:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:41:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:41:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:41:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 00:41:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 00:41:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:41:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1852 kB] 00:41:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [386 kB] 00:41:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 00:41:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:41:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 00:41:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 00:41:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1709 kB] 00:41:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:41:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:41:43 Fetched 23.8 MB in 4s (5504 kB/s) 00:41:44 Reading package lists... 00:41:44 Reading package lists... 00:41:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:41:44 Building dependency tree... 00:41:44 Reading state information... 00:41:44 The following additional packages will be installed: 00:41:44 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:41:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:41:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:41:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:41:44 Suggested packages: 00:41:44 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:41:44 Recommended packages: 00:41:44 gnupg libsasl2-modules 00:41:44 The following NEW packages will be installed: 00:41:44 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:41:44 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:41:44 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:41:44 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:41:44 The following packages will be upgraded: 00:41:44 gpg gpg-agent gpgconf libudev1 00:41:44 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:41:44 Need to get 3533 kB of archives. 00:41:44 After this operation, 13.3 MB of additional disk space will be used. 00:41:44 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:41:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:41:45 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:41:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:41:45 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:41:45 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:41:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:41:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:41:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:41:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:41:45 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:41:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:41:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:41:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:41:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:41:45 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:41:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:41:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:41:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:41:45 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:41:45 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:41:45 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:41:45 debconf: delaying package configuration, since apt-utils is not installed 00:41:45 Fetched 3533 kB in 1s (3541 kB/s) 00:41:45 (Reading database ... 12511 files and directories currently installed.) 00:41:45 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:41:45 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:41:46 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:41:46 Selecting previously unselected package udev. 00:41:46 (Reading database ... 12511 files and directories currently installed.) 00:41:46 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:41:46 Unpacking udev (237-3ubuntu10.44) ... 00:41:46 Selecting previously unselected package libfuse2:amd64. 00:41:46 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:41:46 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:41:46 Selecting previously unselected package fuse. 00:41:46 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:41:46 Unpacking fuse (2.9.7-1ubuntu1) ... 00:41:46 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:46 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:41:46 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:46 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:41:47 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:47 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:41:47 Selecting previously unselected package libksba8:amd64. 00:41:47 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:41:47 Unpacking libksba8:amd64 (1.3.5-2) ... 00:41:47 Selecting previously unselected package libroken18-heimdal:amd64. 00:41:47 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:47 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:47 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:41:47 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:47 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:47 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:41:47 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:47 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:47 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:41:47 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:47 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:47 Selecting previously unselected package libwind0-heimdal:amd64. 00:41:47 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:47 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:47 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:41:47 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:47 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:47 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:41:47 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:47 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:41:48 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:48 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:41:48 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:41:48 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Selecting previously unselected package libsasl2-modules-db:amd64. 00:41:48 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:41:48 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:48 Selecting previously unselected package libsasl2-2:amd64. 00:41:48 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:41:48 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:48 Selecting previously unselected package libldap-common. 00:41:48 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:41:48 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:41:48 Selecting previously unselected package libldap-2.4-2:amd64. 00:41:48 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:41:48 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:41:48 Selecting previously unselected package dirmngr. 00:41:48 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:41:48 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:41:48 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:41:48 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:41:48 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:41:48 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:48 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:41:48 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:41:48 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:48 Setting up libksba8:amd64 (1.3.5-2) ... 00:41:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:41:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:41:49 Setting up udev (237-3ubuntu10.44) ... 00:41:49 invoke-rc.d: policy-rc.d denied execution of start. 00:41:49 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:49 Processing triggers for systemd (237-3ubuntu10) ... 00:41:49 Setting up fuse (2.9.7-1ubuntu1) ... 00:41:49 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:41:49 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:49 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:49 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:49 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:49 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:49 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:49 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:41:49 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:41:49 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:41:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:41:50 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:41:50 settings in the [Install] section, and DefaultInstance for template units). 00:41:50 This means they are not meant to be enabled using systemctl. 00:41:50 Possible reasons for having this kind of units are: 00:41:50 1) A unit may be statically enabled by being symlinked from another unit's 00:41:50 .wants/ or .requires/ directory. 00:41:50 2) A unit's purpose may be to act as a helper for some other unit which has 00:41:50 a requirement dependency on it. 00:41:50 3) A unit may be started when needed via activation (socket, path, timer, 00:41:50 D-Bus, udev, scripted systemctl call, ...). 00:41:50 4) In case of template units, the unit is meant to be enabled with some 00:41:50 instance name specified. 00:41:50 Reading package lists... 00:41:50 Building dependency tree... 00:41:50 Reading state information... 00:41:50 The following additional packages will be installed: 00:41:50 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:41:50 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:41:50 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:41:50 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:41:50 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:41:50 Suggested packages: 00:41:50 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:41:50 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:41:50 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:41:50 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:41:50 systemd-container policykit-1 00:41:50 Recommended packages: 00:41:50 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:41:50 The following NEW packages will be installed: 00:41:50 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:41:50 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:41:50 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:41:50 multiarch-support openssh-client python3 python3-minimal python3.6 00:41:50 python3.6-minimal snapd squashfs-tools sudo 00:41:50 The following packages will be upgraded: 00:41:50 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:41:51 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:41:51 Need to get 35.2 MB of archives. 00:41:51 After this operation, 141 MB of additional disk space will be used. 00:41:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:41:51 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:41:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:41:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:41:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:41:52 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:41:52 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:41:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:41:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:41:52 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:41:52 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:41:52 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:41:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:41:52 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:41:52 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:41:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:41:52 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:41:52 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:41:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:41:52 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:41:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:41:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:41:52 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:41:52 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:41:52 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:41:52 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:41:52 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:41:52 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:41:52 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:41:52 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:41:52 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:41:53 debconf: delaying package configuration, since apt-utils is not installed 00:41:53 Fetched 35.2 MB in 2s (16.4 MB/s) 00:41:53 (Reading database ... 12757 files and directories currently installed.) 00:41:53 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:41:53 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:41:54 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:41:54 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:41:54 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:41:54 (Reading database ... 12757 files and directories currently installed.) 00:41:54 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:41:54 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:41:54 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:41:54 (Reading database ... 12757 files and directories currently installed.) 00:41:54 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:41:54 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:41:55 Setting up apt (1.6.12ubuntu0.2) ... 00:41:55 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:41:55 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:41:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:41:55 (Reading database ... 12764 files and directories currently installed.) 00:41:55 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:41:55 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:41:55 Selecting previously unselected package libpython3.6-minimal:amd64. 00:41:55 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:55 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:41:55 Selecting previously unselected package libexpat1:amd64. 00:41:55 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:41:55 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:41:56 Selecting previously unselected package python3.6-minimal. 00:41:56 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:56 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:41:56 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:41:56 Checking for services that may need to be restarted...done. 00:41:56 Checking for services that may need to be restarted...done. 00:41:56 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:41:56 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:41:56 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:41:57 Selecting previously unselected package python3-minimal. 00:41:57 (Reading database ... 13012 files and directories currently installed.) 00:41:57 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:41:57 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:41:57 Selecting previously unselected package mime-support. 00:41:57 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:41:57 Unpacking mime-support (3.60ubuntu1) ... 00:41:57 Selecting previously unselected package libmpdec2:amd64. 00:41:57 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:41:57 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:41:57 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:41:57 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:57 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:41:57 Selecting previously unselected package python3.6. 00:41:57 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:41:57 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:41:57 Selecting previously unselected package libpython3-stdlib:amd64. 00:41:57 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:41:57 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:41:57 Setting up python3-minimal (3.6.7-1~18.04) ... 00:41:57 Selecting previously unselected package python3. 00:41:57 (Reading database ... 13442 files and directories currently installed.) 00:41:57 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:41:58 Unpacking python3 (3.6.7-1~18.04) ... 00:41:58 Selecting previously unselected package multiarch-support. 00:41:58 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:41:58 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:41:58 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:41:58 Selecting previously unselected package liblzo2-2:amd64. 00:41:58 (Reading database ... 13479 files and directories currently installed.) 00:41:58 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:41:58 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:41:58 Selecting previously unselected package libbsd0:amd64. 00:41:58 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:41:58 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:41:58 Selecting previously unselected package sudo. 00:41:58 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:41:58 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:41:58 Selecting previously unselected package apparmor. 00:41:58 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:41:58 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:41:59 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 00:41:59 Selecting previously unselected package libedit2:amd64. 00:41:59 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:41:59 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:41:59 Selecting previously unselected package libkrb5support0:amd64. 00:41:59 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:41:59 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:41:59 Selecting previously unselected package libk5crypto3:amd64. 00:41:59 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:41:59 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:41:59 Selecting previously unselected package libkeyutils1:amd64. 00:41:59 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:41:59 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:41:59 Selecting previously unselected package libkrb5-3:amd64. 00:41:59 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:41:59 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:41:59 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:41:59 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:41:59 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:41:59 Selecting previously unselected package libssl1.0.0:amd64. 00:41:59 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:41:59 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:41:59 Selecting previously unselected package openssh-client. 00:41:59 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:41:59 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:41:59 Selecting previously unselected package squashfs-tools. 00:41:59 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:42:00 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:42:00 Selecting previously unselected package snapd. 00:42:00 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:42:00 Unpacking snapd (2.48+18.04) ... 00:42:02 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:42:02 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:42:02 Setting up mime-support (3.60ubuntu1) ... 00:42:02 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:42:02 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:42:02 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:42:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:02 Setting up systemd (237-3ubuntu10.44) ... 00:42:02 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:42:03 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:42:03 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:42:03 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:42:03 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:03 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:42:03 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:42:04 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [Pipeline] } 00:42:04 $ docker stop --time=1 8b60229bf121e1d958b890a733a757a3b5a275d2896f2e3d09f0c4e99b8cec13 00:42:04 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:42:04 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:42:04 Setting up python3 (3.6.7-1~18.04) ... 00:42:04 running python rtupdate hooks for python3.6... 00:42:04 running python post-rtupdate hooks for python3.6... 00:42:04 Setting up apparmor (2.12-4ubuntu5.1) ... 00:42:06 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:42:06 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:42:06 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:42:06 Setting up snapd (2.48+18.04) ... 00:42:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:42:07 $ docker rm -f 8b60229bf121e1d958b890a733a757a3b5a275d2896f2e3d09f0c4e99b8cec13 00:42:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:42:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:42:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:42:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:42:07 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:42:07 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:42:07 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:42:08 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 00:42:08 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:42:08 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:42:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:42:08 Processing triggers for systemd (237-3ubuntu10.44) ... [Pipeline] isUnix [Pipeline] sh 00:42:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:09 00:42:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:42:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:42:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:42:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:09 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:09 29e5d40040c1: Pulling fs layer 00:42:09 1ce36da41761: Pulling fs layer 00:42:09 25b303627fd3: Pulling fs layer 00:42:10 29e5d40040c1: Download complete 00:42:12 Reading package lists... 00:42:12 Reading package lists... 00:42:12 Building dependency tree... 00:42:12 Reading state information... 00:42:12 Calculating upgrade... 00:42:12 The following packages will be upgraded: 00:42:12 advancecomp base-files bash binutils binutils-common 00:42:12 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:42:12 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:42:12 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:42:12 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:42:12 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:42:12 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:42:12 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:42:12 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:42:12 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:42:12 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:42:12 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:42:12 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:42:12 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:42:12 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:42:12 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:42:12 Need to get 63.8 MB of archives. 00:42:12 After this operation, 5203 kB of additional disk space will be used. 00:42:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:42:12 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:42:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:42:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:42:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:42:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:42:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:42:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:42:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:42:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:42:12 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:42:12 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:42:12 1ce36da41761: Verifying Checksum 00:42:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:42:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:42:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:42:12 1ce36da41761: Download complete 00:42:12 29e5d40040c1: Pull complete 00:42:12 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:42:12 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:42:12 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:42:12 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:42:12 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:42:12 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:42:12 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:42:12 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:42:12 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:42:12 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:42:12 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:42:12 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:42:12 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:42:12 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:42:12 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:42:12 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:42:12 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:42:12 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:42:12 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:42:12 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:42:12 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:42:12 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:42:12 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:42:12 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:42:12 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:42:12 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:42:12 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:42:12 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:42:12 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:42:12 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:42:12 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:42:12 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:42:12 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] 00:42:12 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:42:12 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:42:12 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:42:12 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:42:12 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:42:12 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:42:12 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:42:12 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:42:12 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:42:12 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:42:12 1ce36da41761: Pull complete 00:42:12 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:42:12 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:42:12 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:42:12 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:42:12 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:42:12 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:42:12 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:42:12 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 00:42:12 25b303627fd3: Verifying Checksum 00:42:12 25b303627fd3: Download complete 00:42:13 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:42:13 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:42:13 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:42:13 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:42:13 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:42:13 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:42:13 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:42:13 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:42:13 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:42:13 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:42:13 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:42:13 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:42:13 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:42:13 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:42:13 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:42:13 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:42:13 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:42:13 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:42:13 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:42:13 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:42:13 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:42:13 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:42:13 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:42:13 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:42:13 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:42:13 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:42:13 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:42:13 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:42:13 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:42:13 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:42:13 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:42:13 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:42:13 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:42:13 debconf: delaying package configuration, since apt-utils is not installed 00:42:13 Fetched 63.8 MB in 2s (30.7 MB/s) 00:42:13 (Reading database ... 13912 files and directories currently installed.) 00:42:13 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:42:13 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:14 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:42:14 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:14 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 00:42:14 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 00:42:15 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:15 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:15 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:15 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:16 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:16 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:16 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:16 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:16 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:16 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:16 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:16 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:16 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:16 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:16 (Reading database ... 13911 files and directories currently installed.) 00:42:16 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:16 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:42:16 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:42:16 (Reading database ... 13911 files and directories currently installed.) 00:42:16 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:16 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:16 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:16 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:17 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:17 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:17 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:17 (Reading database ... 13911 files and directories currently installed.) 00:42:17 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:42:17 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:17 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:42:18 (Reading database ... 13911 files and directories currently installed.) 00:42:18 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:42:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:42:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:42:18 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:42:18 Setting up base-files (10.1ubuntu2.10) ... 00:42:18 Installing new version of config file /etc/issue ... 00:42:18 Installing new version of config file /etc/issue.net ... 00:42:18 Installing new version of config file /etc/lsb-release ... 00:42:18 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:42:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:42:19 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:42:19 Removing obsolete conffile /etc/default/motd-news ... 00:42:19 (Reading database ... 13912 files and directories currently installed.) 00:42:19 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:42:19 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:42:19 Setting up bash (4.4.18-2ubuntu1.2) ... 00:42:19 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:42:19 (Reading database ... 13912 files and directories currently installed.) 00:42:19 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:19 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:42:19 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:42:19 (Reading database ... 13912 files and directories currently installed.) 00:42:19 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:42:19 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:42:19 Setting up tar (1.29b-2ubuntu0.2) ... 00:42:19 (Reading database ... 13912 files and directories currently installed.) 00:42:19 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:42:19 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:42:20 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:42:20 (Reading database ... 13912 files and directories currently installed.) 00:42:20 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:20 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:20 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:42:20 (Reading database ... 13912 files and directories currently installed.) 00:42:20 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:20 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:20 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:42:20 (Reading database ... 13912 files and directories currently installed.) 00:42:20 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:42:20 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:42:20 Setting up grep (3.1-2build1) ... 00:42:20 (Reading database ... 13912 files and directories currently installed.) 00:42:20 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:42:20 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:42:20 Setting up login (1:4.5-1ubuntu2) ... 00:42:21 (Reading database ... 13912 files and directories currently installed.) 00:42:21 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:21 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:21 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:42:21 (Reading database ... 13912 files and directories currently installed.) 00:42:21 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:21 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:21 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:21 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:21 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:42:21 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:22 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:42:22 (Reading database ... 13912 files and directories currently installed.) 00:42:22 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:42:22 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:42:23 25b303627fd3: Pull complete 00:42:23 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:23 prd-ubuntu18.04-docker-arm64-4c-16g-22739 does not seem to be running inside a container 00:42:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:23 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:42:23 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:42:23 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:42:23 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:42:23 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:42:23 (Reading database ... 13912 files and directories currently installed.) 00:42:23 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:42:23 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:42:24 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:42:24 (Reading database ... 13912 files and directories currently installed.) 00:42:24 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:24 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:24 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:24 (Reading database ... 13912 files and directories currently installed.) 00:42:24 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:24 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:24 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:24 (Reading database ... 13912 files and directories currently installed.) 00:42:24 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:24 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:24 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:24 (Reading database ... 13912 files and directories currently installed.) 00:42:24 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:24 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:25 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:25 (Reading database ... 13912 files and directories currently installed.) 00:42:25 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:25 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:25 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:25 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:25 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:42:25 (Reading database ... 13912 files and directories currently installed.) 00:42:25 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:42:25 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:25 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:42:25 (Reading database ... 13912 files and directories currently installed.) 00:42:25 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:25 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:25 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:42:25 (Reading database ... 13912 files and directories currently installed.) 00:42:25 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:25 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:26 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:42:26 (Reading database ... 13912 files and directories currently installed.) 00:42:26 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:26 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:26 $ docker top 1a4b3f8750dcbeae7a91ede2265d69f2ad5d917cca9c5dfbb0bd29524ed0d4a0 -eo pid,comm 00:42:26 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] { [Pipeline] sh 00:42:27 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:42:27 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:42:27 (Reading database ... 13912 files and directories currently installed.) 00:42:27 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:42:27 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:27 + docker-compose build --help 00:42:27 + grep parallel 00:42:27 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:42:27 (Reading database ... 13912 files and directories currently installed.) 00:42:27 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:42:27 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:42:27 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:42:28 (Reading database ... 13914 files and directories currently installed.) 00:42:28 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:42:28 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:42:28 Setting up debconf (1.5.66ubuntu1) ... 00:42:28 (Reading database ... 13914 files and directories currently installed.) 00:42:28 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:42:28 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:42:28 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:42:28 (Reading database ... 13914 files and directories currently installed.) 00:42:28 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:42:28 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:42:28 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:42:29 (Reading database ... 13914 files and directories currently installed.) 00:42:29 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:42:29 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:29 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:29 (Reading database ... 13914 files and directories currently installed.) 00:42:29 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:42:29 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:29 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:29 (Reading database ... 13914 files and directories currently installed.) 00:42:29 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:42:29 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:29 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:42:29 (Reading database ... 13914 files and directories currently installed.) 00:42:29 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:42:30 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:42:30 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:42:30 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:30 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:42:30 (Reading database ... 13914 files and directories currently installed.) 00:42:30 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:42:30 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:42:30 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:42:30 --parallel Build images in parallel. 00:42:30 (Reading database ... 13914 files and directories currently installed.) 00:42:30 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:42:30 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:42:30 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] } 00:42:31 $ docker stop --time=1 1a4b3f8750dcbeae7a91ede2265d69f2ad5d917cca9c5dfbb0bd29524ed0d4a0 00:42:31 (Reading database ... 13914 files and directories currently installed.) 00:42:31 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:42:31 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:42:31 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:42:31 (Reading database ... 13914 files and directories currently installed.) 00:42:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:42:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:42:31 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:42:31 (Reading database ... 13914 files and directories currently installed.) 00:42:31 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:42:31 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:42:32 Setting up passwd (1:4.5-1ubuntu2) ... 00:42:32 (Reading database ... 13914 files and directories currently installed.) 00:42:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:32 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:32 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:42:32 (Reading database ... 13914 files and directories currently installed.) 00:42:32 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:42:32 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:42:32 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:42:32 (Reading database ... 13914 files and directories currently installed.) 00:42:32 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:42:32 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:42:32 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:42:33 (Reading database ... 13914 files and directories currently installed.) 00:42:33 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:42:33 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:42:33 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:42:33 $ docker rm -f 1a4b3f8750dcbeae7a91ede2265d69f2ad5d917cca9c5dfbb0bd29524ed0d4a0 00:42:33 (Reading database ... 13914 files and directories currently installed.) 00:42:33 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:42:33 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:42:33 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:42:33 (Reading database ... 13914 files and directories currently installed.) 00:42:33 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:33 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:42:33 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:42:33 (Reading database ... 13914 files and directories currently installed.) 00:42:33 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:42:33 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:42:33 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:42:33 (Reading database ... 13915 files and directories currently installed.) 00:42:33 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:42:33 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:42:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:33 . [Pipeline] withDockerContainer 00:42:34 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:42:34 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:42:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:42:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:42:34 prd-ubuntu18.04-docker-arm64-4c-16g-22739 does not seem to be running inside a container 00:42:34 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:34 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:42:34 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:42:34 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:42:34 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:42:34 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:42:34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:42:35 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:42:35 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:42:35 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:42:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:42:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:42:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:42:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:42:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:42:35 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:42:35 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:42:35 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:42:35 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:42:35 $ docker top 4a14402e5909acaa39f1de9257e0f2d53394ca5777af96c0b61acd482e97d6f2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:36 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:36 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:42:36 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:42:36 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:42:36 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:42:36 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:36 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:37 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:37 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:42:37 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:42:37 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:38 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:38 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:39 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:39 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:40 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:40 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:41 Building docker-core-command-go ... 00:42:41 Building docker-core-data-go ... 00:42:41 Building docker-core-metadata-go ... 00:42:41 Building docker-security-bootstrapper-go ... 00:42:41 Building docker-security-proxy-setup-go ... 00:42:41 Building docker-security-secretstore-setup-go ... 00:42:41 Building docker-support-notifications-go ... 00:42:41 Building docker-support-scheduler-go ... 00:42:41 Building docker-sys-mgmt-agent-go ... 00:42:41 Building docker-security-proxy-setup-go 00:42:41 Building docker-core-metadata-go 00:42:41 Building docker-support-scheduler-go 00:42:41 Building docker-security-bootstrapper-go 00:42:41 Building docker-support-notifications-go 00:42:41 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:42:41 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:42:41 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:42:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:42:42 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:42:42 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:42:42 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:42:42 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:42:42 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:42:42 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:42 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:42:42 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:42:42 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:42:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:42:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:42:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:42:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:42:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:42:43 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:42:43 00:42:43 Current default time zone: 'Etc/UTC' 00:42:43 Local time is now: Tue Jan 26 00:42:43 UTC 2021. 00:42:43 Universal Time is now: Tue Jan 26 00:42:43 UTC 2021. 00:42:43 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:42:43 00:42:43 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:42:43 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:43 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 00:42:43 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:42:43 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:42:43 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:42:43 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:42:43 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:42:43 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:42:43 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:42:43 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:43 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:42:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:42:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:44 Setting up patch (2.7.6-2ubuntu1.1) ... 00:42:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:42:44 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:42:44 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:42:44 Installing new version of config file /etc/ssl/openssl.cnf ... 00:42:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:42:44 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:42:44 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:42:46 Updating certificates in /etc/ssl/certs... 00:42:47 22 added, 17 removed; done. 00:42:47 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:42:47 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:47 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:42:47 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:42:47 Setting up pkgbinarymangler (138.18.04.1) ... 00:42:47 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:47 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:42:47 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:47 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:47 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:47 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:42:47 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:42:47 Setting up perl (5.26.1-6ubuntu0.5) ... 00:42:47 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:42:47 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:42:47 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:42:47 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:42:47 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:42:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:42:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:42:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:42:47 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:42:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:42:47 Processing triggers for systemd (237-3ubuntu10.44) ... 00:42:48 Processing triggers for mime-support (3.60ubuntu1) ... 00:42:48 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:42:48 Updating certificates in /etc/ssl/certs... 00:42:48 0 added, 0 removed; done. 00:42:48 Running hooks in /etc/ca-certificates/update.d... 00:42:48 done. 00:42:49 Reading package lists... 00:42:49 Building dependency tree... 00:42:49 Reading state information... 00:42:49 The following NEW packages will be installed: 00:42:49 apt-transport-https 00:42:49 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:42:49 Need to get 1696 B of archives. 00:42:49 After this operation, 153 kB of additional disk space will be used. 00:42:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:42:49 debconf: delaying package configuration, since apt-utils is not installed 00:42:49 Fetched 1696 B in 0s (8563 B/s) 00:42:50 Selecting previously unselected package apt-transport-https. 00:42:50 (Reading database ... 13929 files and directories currently installed.) 00:42:50 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:42:50 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:42:50 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:42:50 Waiting for network to be ready... 00:42:55 2021-01-26T00:42:53Z INFO Waiting for automatic snapd restart... 00:42:56 snapd 2.48.2 from Canonical* installed 00:42:57 "snapd" switched to the "latest/stable" channel 00:42:57 00:42:59 core18 20201210 from Canonical* installed 00:42:59 "core18" switched to the "latest/stable" channel 00:42:59 00:43:03 snapcraft 4.4.4 from Canonical* installed 00:43:03 "snapcraft" switched to the "latest/stable" channel 00:43:03 00:43:07 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:43:07 - README.md 00:43:07 - snapcraft.yaml.orig 00:43:07 00:43:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:13 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:13 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:13 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:14 Reading package lists... 00:43:15 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:43:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:21 Reading package lists... 00:43:21 Building dependency tree... 00:43:21 Reading state information... 00:43:21 Suggested packages: 00:43:21 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:43:21 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:43:21 Recommended packages: 00:43:21 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:43:21 The following NEW packages will be installed: 00:43:21 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:43:21 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:43:21 pkg-config zip 00:43:21 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:43:21 Need to get 7655 kB of archives. 00:43:21 After this operation, 43.7 MB of additional disk space will be used. 00:43:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:43:21 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:43:22 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:43:22 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:43:22 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:43:22 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:43:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:43:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:43:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:43:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:43:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:43:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:43:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:43:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:43:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:43:22 debconf: delaying package configuration, since apt-utils is not installed 00:43:22 Fetched 7655 kB in 1s (6971 kB/s) 00:43:22 Selecting previously unselected package libglib2.0-0:amd64. 00:43:22 (Reading database ... 13933 files and directories currently installed.) 00:43:22 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:43:22 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:43:23 Selecting previously unselected package libpsl5:amd64. 00:43:23 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:43:23 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:43:23 Selecting previously unselected package libnghttp2-14:amd64. 00:43:23 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:43:23 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:43:23 Selecting previously unselected package librtmp1:amd64. 00:43:23 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:43:23 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:43:23 Selecting previously unselected package libcurl3-gnutls:amd64. 00:43:23 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:43:23 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:43:23 Selecting previously unselected package liberror-perl. 00:43:23 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:43:23 Unpacking liberror-perl (0.17025-1) ... 00:43:23 Selecting previously unselected package git-man. 00:43:23 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:43:23 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:43:23 Selecting previously unselected package git. 00:43:23 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:43:23 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:43:24 Selecting previously unselected package libnorm1:amd64. 00:43:24 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:43:24 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:43:24 Selecting previously unselected package libpgm-5.2-0:amd64. 00:43:24 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:43:24 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:43:24 Selecting previously unselected package libsodium23:amd64. 00:43:24 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:43:24 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:43:24 Selecting previously unselected package libzmq5:amd64. 00:43:24 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:43:24 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:43:24 Selecting previously unselected package libzmq3-dev:amd64. 00:43:24 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:43:24 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:43:24 Selecting previously unselected package pkg-config. 00:43:24 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:43:24 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:43:24 Selecting previously unselected package zip. 00:43:24 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:43:24 Unpacking zip (3.0-11build1) ... 00:43:25 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:43:25 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:43:25 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:43:25 Setting up liberror-perl (0.17025-1) ... 00:43:25 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:43:25 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:43:25 No schema files found: doing nothing. 00:43:25 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:43:25 Setting up zip (3.0-11build1) ... 00:43:25 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:43:25 Setting up libsodium23:amd64 (1.0.16-2) ... 00:43:25 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:43:25 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:43:25 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:43:25 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:43:25 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:43:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:43:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:32 git set to automatically installed. 00:43:32 git-man set to automatically installed. 00:43:32 libcurl3-gnutls set to automatically installed. 00:43:32 liberror-perl set to automatically installed. 00:43:32 libglib2.0-0 set to automatically installed. 00:43:32 libnghttp2-14 set to automatically installed. 00:43:32 libnorm1 set to automatically installed. 00:43:32 libpgm-5.2-0 set to automatically installed. 00:43:32 libpsl5 set to automatically installed. 00:43:32 librtmp1 set to automatically installed. 00:43:32 libsodium23 set to automatically installed. 00:43:32 libzmq3-dev set to automatically installed. 00:43:32 libzmq5 set to automatically installed. 00:43:32 pkg-config set to automatically installed. 00:43:32 zip set to automatically installed. 00:43:34 snapd is not logged in, snap install commands will use sudo 00:43:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:43:41 snap "core18" has no updates available 00:43:42 Pulling config-common 00:43:43 Pulling go-build-helper 00:44:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:02 ---> 5a1ee7068d93 00:44:02 Step 3/23 : WORKDIR /edgex-go 00:44:02 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:02 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:44:02 ---> 5a1ee7068d93 00:44:02 Step 3/33 : WORKDIR /edgex-go 00:44:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:02 ---> 5a1ee7068d93 00:44:02 Step 3/22 : WORKDIR /edgex-go 00:44:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:02 ---> 5a1ee7068d93 00:44:02 Step 3/21 : WORKDIR /edgex-go 00:44:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:02 ---> 5a1ee7068d93 00:44:02 Step 3/22 : WORKDIR /edgex-go 00:44:02 ---> Running in 8379b4b9c02b 00:44:02 ---> Running in 50adfec084cb 00:44:02 ---> Running in 1c0f7ffc3cee 00:44:02 ---> Running in 498a373d36b2 00:44:02 ---> Running in e86ea78bfcaf 00:44:02 Removing intermediate container 50adfec084cb 00:44:02 ---> e4e71822e15a 00:44:02 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:02 Removing intermediate container 498a373d36b2 00:44:02 ---> 6e653754919d 00:44:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:02 Removing intermediate container 8379b4b9c02b 00:44:02 ---> fdf99e90f37c 00:44:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:02 Removing intermediate container 1c0f7ffc3cee 00:44:02 ---> 5930c7b18bdc 00:44:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:02 Removing intermediate container e86ea78bfcaf 00:44:02 ---> 91cb6ebef459 00:44:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:02 ---> Running in 166c77b542af 00:44:02 ---> Running in e2025c8de379 00:44:02 ---> Running in 922dfa88a3d7 00:44:02 ---> Running in 43c9a7a70550 00:44:02 ---> Running in 5fc3fbace960 00:44:02 Removing intermediate container e2025c8de379 00:44:02 ---> 6574a7c8886f 00:44:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:02 ---> Running in 028b14ddbf48 00:44:02 Removing intermediate container 166c77b542af 00:44:02 ---> b6b32ee0d907 00:44:02 Step 5/33 : RUN apk add --update --no-cache make git 00:44:02 Removing intermediate container 5fc3fbace960 00:44:02 ---> 5feab280c959 00:44:02 Step 5/23 : RUN apk add --update --no-cache make git 00:44:02 ---> Running in 9207b48aaa57 00:44:02 ---> Running in 4c02ca2ddfeb 00:44:02 Removing intermediate container 43c9a7a70550 00:44:02 ---> 545fedca97d9 00:44:02 Step 5/22 : RUN apk add --update --no-cache make git 00:44:02 Removing intermediate container 922dfa88a3d7 00:44:02 ---> a7f27e889b3a 00:44:02 Step 5/21 : RUN apk add --update --no-cache make git 00:44:02 ---> Running in 9669554fa77b 00:44:02 ---> Running in 1954eeecac5c 00:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:44:05 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:44:05 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:44:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 00:44:05 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:44:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 00:44:05 Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:44:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:44:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:44:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:44:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:44:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 00:44:05 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:44:05 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:44:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:44:05 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:44:05 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:44:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 00:44:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:44:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1852 kB] 00:44:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [386 kB] 00:44:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 00:44:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:44:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 00:44:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 00:44:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1709 kB] 00:44:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:44:05 Fetched 23.8 MB in 0s (0 B/s) 00:44:05 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:44:05 Fetched 96.5 kB in 0s (0 B/s) 00:44:05 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:44:05 Fetched 279 kB in 0s (0 B/s) 00:44:05 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:44:05 Fetched 122 kB in 0s (0 B/s) 00:44:05 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:44:05 Fetched 77.8 kB in 0s (0 B/s) 00:44:05 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:44:05 Fetched 8848 B in 0s (0 B/s) 00:44:05 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:44:05 Fetched 47.8 kB in 0s (0 B/s) 00:44:05 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:44:05 Fetched 45.6 kB in 0s (0 B/s) 00:44:05 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:44:05 Fetched 15.0 kB in 0s (0 B/s) 00:44:05 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:44:05 Fetched 214 kB in 0s (0 B/s) 00:44:05 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:44:05 Fetched 155 kB in 0s (0 B/s) 00:44:05 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:44:05 Fetched 50.6 kB in 0s (0 B/s) 00:44:05 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:44:05 Fetched 14.8 kB in 0s (0 B/s) 00:44:05 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:44:05 Fetched 41.8 kB in 0s (0 B/s) 00:44:05 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:44:05 Fetched 499 kB in 0s (0 B/s) 00:44:05 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:44:05 Fetched 111 kB in 0s (0 B/s) 00:44:05 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:44:05 Fetched 240 kB in 0s (0 B/s) 00:44:05 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:44:05 Fetched 29.3 kB in 0s (0 B/s) 00:44:05 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:44:05 Fetched 85.5 kB in 0s (0 B/s) 00:44:05 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:44:05 Fetched 24.5 kB in 0s (0 B/s) 00:44:05 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:44:05 Fetched 49.2 kB in 0s (0 B/s) 00:44:05 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:44:05 Fetched 54.2 kB in 0s (0 B/s) 00:44:05 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:44:05 Fetched 30.8 kB in 0s (0 B/s) 00:44:05 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:44:05 Fetched 17.0 kB in 0s (0 B/s) 00:44:05 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:44:05 Fetched 85.9 kB in 0s (0 B/s) 00:44:05 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:44:05 Fetched 8720 B in 0s (0 B/s) 00:44:05 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:44:05 Fetched 137 kB in 0s (0 B/s) 00:44:05 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:44:05 Fetched 119 kB in 0s (0 B/s) 00:44:05 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:44:05 Fetched 109 kB in 0s (0 B/s) 00:44:05 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:44:05 Fetched 11.1 kB in 0s (0 B/s) 00:44:05 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:44:05 Fetched 645 kB in 0s (0 B/s) 00:44:05 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:44:05 Fetched 41.3 kB in 0s (0 B/s) 00:44:05 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:44:05 Fetched 17.9 kB in 0s (0 B/s) 00:44:05 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:44:05 Fetched 368 kB in 0s (0 B/s) 00:44:05 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:44:05 Fetched 187 kB in 0s (0 B/s) 00:44:05 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:44:05 Fetched 175 kB in 0s (0 B/s) 00:44:05 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:44:05 OK: 217 MiB in 51 packages 00:44:06 OK: 217 MiB in 51 packages 00:44:06 OK: 217 MiB in 51 packages 00:44:06 OK: 217 MiB in 51 packages 00:44:07 Removing intermediate container 9669554fa77b 00:44:07 ---> bb5b34602e1f 00:44:07 Step 6/22 : COPY go.mod . 00:44:07 OK: 217 MiB in 51 packages 00:44:07 Removing intermediate container 028b14ddbf48 00:44:07 ---> 1d3311e46f3d 00:44:07 Step 6/22 : COPY go.mod . 00:44:07 Removing intermediate container 4c02ca2ddfeb 00:44:07 ---> 917aeb130afe 00:44:07 Step 6/23 : COPY go.mod . 00:44:08 Removing intermediate container 1954eeecac5c 00:44:08 ---> 47e48bbc0043 00:44:08 Step 6/21 : COPY go.mod . 00:44:08 ---> 4261b278a613 00:44:08 Step 7/22 : RUN go mod download 00:44:09 Fetched 206 kB in 0s (0 B/s) 00:44:09 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:44:09 Fetched 1301 kB in 0s (0 B/s) 00:44:09 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:44:09 Fetched 36.2 kB in 0s (0 B/s) 00:44:09 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:44:09 Fetched 159 kB in 0s (0 B/s) 00:44:09 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:44:09 Fetched 107 kB in 0s (0 B/s) 00:44:09 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:44:09 Fetched 48.7 kB in 0s (0 B/s) 00:44:09 Pulling static-packages 00:44:09 ---> a9d28c218d59 00:44:09 Step 7/23 : RUN go mod download 00:44:09 ---> Running in 42a7ae52b87a 00:44:09 ---> 09aee0f31907 00:44:09 Step 7/22 : RUN go mod download 00:44:09 ---> Running in f59e3a1af7aa 00:44:09 Removing intermediate container 9207b48aaa57 00:44:09 ---> 120c411e783b 00:44:09 Step 6/33 : COPY go.mod . 00:44:09 ---> Running in 6bae3dfd58eb 00:44:09 ---> b5ccc8cad705 00:44:09 Step 7/21 : RUN go mod download 00:44:10 ---> Running in d12c1490d9b7 00:44:10 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:44:10 Skipping pull go-build-helper (already ran) 00:44:10 Skipping pull static-packages (already ran) 00:44:10 Building go-build-helper 00:44:10 ---> e88523718643 00:44:10 Step 7/33 : RUN go mod download 00:44:10 ---> Running in ae5801780acc 00:44:14 Building static-packages 00:44:14 Removing intermediate container 42a7ae52b87a 00:44:14 ---> 354c94fc4c0a 00:44:14 Step 8/22 : COPY . . 00:44:14 Removing intermediate container f59e3a1af7aa 00:44:14 ---> 6bad12c7e5bc 00:44:14 Step 8/23 : COPY . . 00:44:14 Removing intermediate container 6bae3dfd58eb 00:44:14 ---> f08f6d4b4162 00:44:14 Step 8/22 : COPY . . 00:44:14 Removing intermediate container d12c1490d9b7 00:44:14 ---> 813e0e56f16d 00:44:14 Step 8/21 : COPY . . 00:44:15 Staging go-build-helper 00:44:16 Removing intermediate container ae5801780acc 00:44:16 ---> 018bcb4cbb02 00:44:16 Step 8/33 : COPY . . 00:44:16 Staging static-packages 00:44:17 Pulling go115 00:44:18 'edgex-go' has dependencies that need to be staged: go115 00:44:18 Skipping pull go115 (already ran) 00:44:18 Building go115 00:44:18 % Total % Received % Xferd Average Speed Time Time Time Current 00:44:18 Dload Upload Total Spent Left Speed 00:44:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 115M 10 12.6M 0 0 19.2M 0 0:00:06 --:--:-- 0:00:06 19.2M 49 115M 49 57.5M 0 0 34.7M 0 0:00:03 0:00:01 0:00:02 34.7M 87 115M 87 101M 0 0 37.8M 0 0:00:03 0:00:02 0:00:01 37.8M 100 115M 100 115M 0 0 38.4M 0 0:00:03 0:00:03 --:--:-- 38.4M 00:44:22 go1.15.2.linux-amd64.tar.gz: OK 00:44:26 Staging go115 00:44:32 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:32 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:32 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:32 Fetched 0 B in 0s (0 B/s) 00:44:32 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:44:32 Fetched 224 kB in 0s (0 B/s) 00:44:32 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:44:32 Fetched 157 kB in 0s (0 B/s) 00:44:32 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:44:32 Fetched 221 kB in 0s (0 B/s) 00:44:32 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:44:32 Fetched 143 kB in 0s (0 B/s) 00:44:32 Pulling edgex-go 00:44:33 Pulling version 00:44:34 Building config-common 00:44:36 Skipping build go-build-helper (already ran) 00:44:36 Skipping build static-packages (already ran) 00:44:36 Skipping build go115 (already ran) 00:44:36 Building edgex-go 00:44:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:44:37 go: downloading github.com/gorilla/mux v1.8.0 00:44:37 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:44:37 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 00:44:37 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 00:44:37 go: downloading github.com/google/uuid v1.1.5 00:44:37 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 00:44:37 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:44:37 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:44:37 go: downloading github.com/x448/float16 v0.8.4 00:44:37 go: downloading github.com/pkg/errors v0.8.1 00:44:37 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:44:37 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:44:37 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:44:37 go: downloading github.com/go-kit/kit v0.8.0 00:44:37 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:44:37 go: downloading github.com/hashicorp/consul/api v1.1.0 00:44:37 go: downloading github.com/imdario/mergo v0.3.11 00:44:37 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:44:37 go: downloading github.com/BurntSushi/toml v0.3.1 00:44:37 go: downloading github.com/pelletier/go-toml v1.2.0 00:44:37 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:44:37 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:44:37 go: downloading gopkg.in/yaml.v2 v2.4.0 00:44:37 go: downloading github.com/leodido/go-urn v1.2.0 00:44:37 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:44:37 go: downloading github.com/go-playground/universal-translator v0.17.0 00:44:37 go: downloading github.com/hashicorp/serf v0.8.2 00:44:38 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:44:38 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:44:38 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:44:38 go: downloading github.com/pebbe/zmq4 v1.2.2 00:44:38 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:44:38 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:44:38 go: downloading github.com/mitchellh/copystructure v1.0.0 00:44:38 go: downloading github.com/go-playground/locales v0.13.0 00:44:38 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:44:38 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:44:38 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:44:38 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:44:38 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:44:43 ---> d3a317b47176 00:44:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:44:43 ---> 49a93be36d16 00:44:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:44:43 ---> be9028ddc35d 00:44:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:44:43 ---> 7f4aa5e84ff5 00:44:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:44:43 ---> b338f5f5876d 00:44:43 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:44:43 ---> Running in 8ba866353cf3 00:44:43 ---> Running in af817a37da61 00:44:43 ---> Running in 6118deb3f6a2 00:44:43 ---> Running in a72b826c9576 00:44:43 ---> Running in c2adea6eacde 00:44:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:44:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:43 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 00:44:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:44:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:44:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:52 go: downloading github.com/stretchr/testify v1.6.1 00:44:52 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:44:52 go: downloading github.com/pmezard/go-difflib v1.0.0 00:44:52 go: downloading github.com/davecgh/go-spew v1.1.1 00:44:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:54 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:44:54 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:44:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44: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 00:44:56 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:44:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:59 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:45:01 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 00:45:01 go: downloading github.com/lib/pq v1.9.0 00:45:03 Building version 00:45:06 Staging config-common 00:45:06 Skipping stage go-build-helper (already ran) 00:45:06 Skipping stage static-packages (already ran) 00:45:06 Skipping stage go115 (already ran) 00:45:06 Staging edgex-go 00:45:07 Staging version 00:45:09 Priming config-common 00:45:10 Priming go-build-helper 00:45:11 Priming static-packages 00:45:13 Priming go115 00:45:14 Priming edgex-go 00:45:15 Priming version 00:45:16 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:46:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:46:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:46:20 Removing intermediate container 8ba866353cf3 00:46:20 ---> 2104269edf93 00:46:20 00:46:20 Step 10/22 : FROM alpine:3.12 00:46:20 3.12: Pulling from library/alpine 00:46:20 Removing intermediate container 6118deb3f6a2 00:46:20 ---> c3facd1ab10b 00:46:20 00:46:20 Step 10/21 : FROM alpine:3.12 00:46:20 3.12: Pulling from library/alpine 00:46:21 Removing intermediate container a72b826c9576 00:46:21 ---> ce0ed1c2418a 00:46:21 00:46:21 Step 10/22 : FROM alpine:3.12 00:46:21 3.12: Pulling from library/alpine 00:46:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:22 Status: Downloaded newer image for alpine:3.12 00:46:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:22 Status: Image is up to date for alpine:3.12 00:46:22 ---> afeebe901d6b 00:46:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:46:22 Status: Image is up to date for alpine:3.12 00:46:22 ---> afeebe901d6b 00:46:22 Step 11/22 : RUN apk add --update --no-cache dumb-init ---> afeebe901d6b 00:46:22 00:46:22 Step 11/21 : RUN apk add --update --no-cache curl 00:46:22 ---> Running in 84e484c98bf9 00:46:22 ---> Running in f5a952e55c68 00:46:22 ---> Running in 14bf8a8d8ce1 00:46:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:25 (1/4) Installing ca-certificates (20191127-r4) 00:46:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:46:25 (3/4) Installing libcurl (7.69.1-r3) 00:46:25 (4/4) Installing curl (7.69.1-r3) 00:46:25 Executing busybox-1.31.1-r19.trigger 00:46:25 (1/1) Installing dumb-init (1.2.2-r1) 00:46:25 Executing busybox-1.31.1-r19.trigger 00:46:25 (1/2) Installing ca-certificates (20191127-r4) 00:46:25 Executing ca-certificates-20191127-r4.trigger 00:46:25 OK: 5 MiB in 15 packages 00:46:26 (2/2) Installing dumb-init (1.2.2-r1) 00:46:26 Executing busybox-1.31.1-r19.trigger 00:46:26 Executing ca-certificates-20191127-r4.trigger 00:46:26 OK: 7 MiB in 18 packages 00:46:26 OK: 6 MiB in 16 packages 00:46:29 Removing intermediate container f5a952e55c68 00:46:29 ---> 2cf96daece57 00:46:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:46:29 Removing intermediate container c2adea6eacde 00:46:29 ---> 4ddea6022ed4 00:46:29 00:46:29 Step 10/33 : FROM alpine:3.12 00:46:29 ---> afeebe901d6b 00:46:29 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:46:29 ---> Running in b49ae23ce80f 00:46:29 ---> Running in 6204856c4981 00:46:29 Removing intermediate container 84e484c98bf9 00:46:29 ---> 2682788166b4 00:46:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:46:29 Removing intermediate container b49ae23ce80f 00:46:29 ---> 8ad7303befda 00:46:29 Step 13/22 : ENV APP_PORT=48085 00:46:29 Removing intermediate container 14bf8a8d8ce1 00:46:29 ---> 6f12190a205b 00:46:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:30 ---> Running in 344b7dcd9a53 00:46:30 ---> Running in d707a7d51ed9 00:46:30 ---> Running in 49cbe72fa19a 00:46:31 Removing intermediate container 344b7dcd9a53 00:46:31 ---> 66ae3fcfc7de 00:46:31 Step 13/22 : ENV APP_PORT=48060 00:46:31 Removing intermediate container 49cbe72fa19a 00:46:31 ---> c5a4dd229a55 00:46:31 Step 13/21 : WORKDIR /edgex 00:46:31 Removing intermediate container d707a7d51ed9 00:46:31 ---> 6a368764bf55 00:46:31 Step 14/22 : EXPOSE $APP_PORT 00:46:31 ---> Running in c8c2db511f57 00:46:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:31 ---> Running in 103c3c7963f0 00:46:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:31 ---> Running in 11f8472f2ddf 00:46:32 (1/3) Installing dumb-init (1.2.2-r1) 00:46:32 (2/3) Installing openssl (1.1.1i-r0) 00:46:32 (3/3) Installing su-exec (0.2-r1) 00:46:32 Executing busybox-1.31.1-r19.trigger 00:46:32 Removing intermediate container 103c3c7963f0 00:46:32 ---> ca55716e2018 00:46:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:46:32 OK: 6 MiB in 17 packages 00:46:32 Removing intermediate container c8c2db511f57 00:46:32 ---> a0160617972d 00:46:32 Step 14/22 : EXPOSE $APP_PORT 00:46:32 Removing intermediate container 11f8472f2ddf 00:46:32 ---> 4ef299343a7f 00:46:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:32 ---> Running in 0d38bcee6ce1 00:46:33 ---> 9a055c076175 00:46:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:46:33 Removing intermediate container 0d38bcee6ce1 00:46:33 ---> 5ad1df409ff9 00:46:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:34 ---> a3bf595ef2b5 00:46:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:46:34 Removing intermediate container 6204856c4981 00:46:34 ---> fa6f596c047b 00:46:34 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:46:35 ---> 14069be37917 00:46:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:46:35 ---> Running in 9b8d75974dc2 00:46:36 ---> fc913b4196ad 00:46:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:46:36 ---> 159d9708e50c 00:46:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:46:36 Removing intermediate container 9b8d75974dc2 00:46:36 ---> abf5312060de 00:46:36 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 00:46:37 ---> 65eabb7483a6 00:46:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:46:37 ---> Running in 3b5b5d38c45d 00:46:37 Removing intermediate container af817a37da61 00:46:37 ---> 7492a6137621 00:46:37 00:46:37 Step 10/23 : FROM alpine:3.12 00:46:37 ---> afeebe901d6b 00:46:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:46:37 ---> Using cache 00:46:37 ---> 2cf96daece57 00:46:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:46:37 ---> Using cache 00:46:37 ---> 8ad7303befda 00:46:37 Step 13/23 : ENV APP_PORT=48081 00:46:37 ---> f9a930c092b5 00:46:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:46:37 ---> Running in 7125f05ee97d 00:46:37 ---> 4132688225a4 00:46:37 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:46:37 ---> Running in dfe6789f5713 00:46:38 Removing intermediate container 3b5b5d38c45d 00:46:38 ---> e816ff6f9bac 00:46:38 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 00:46:38 ---> Running in ac6fd9f35092 00:46:38 ---> 2103b3822c97 00:46:38 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:46:38 ---> Running in 3d377f13ca3d 00:46:38 ---> Running in 6e7ae9e1ccba 00:46:38 Removing intermediate container 7125f05ee97d 00:46:38 ---> 24949d28b210 00:46:38 Step 14/23 : EXPOSE $APP_PORT 00:46:38 Removing intermediate container dfe6789f5713 00:46:38 ---> e5d226978183 00:46:38 Step 18/21 : CMD ["--init=true"] 00:46:38 ---> Running in 8c4ac8ac1143 00:46:38 Removing intermediate container ac6fd9f35092 00:46:38 ---> 01a65c7943b0 00:46:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:38 ---> Running in 46245e3fe94c 00:46:38 ---> Running in 933c33a71f2d 00:46:39 Removing intermediate container 6e7ae9e1ccba 00:46:39 ---> 01e62c3c6cae 00:46:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:39 ---> Running in 40aca7a2b1d8 00:46:39 Removing intermediate container 8c4ac8ac1143 00:46:39 ---> a0ea3aed2f46 00:46:39 Step 15/23 : WORKDIR / 00:46:39 Removing intermediate container 46245e3fe94c 00:46:39 ---> f166bfa32780 00:46:39 Step 19/21 : LABEL arch=arm64 00:46:39 ---> Running in 4a07ae350dd9 00:46:40 Removing intermediate container 933c33a71f2d 00:46:40 ---> 623dfe5ccc7e 00:46:40 Step 20/22 : LABEL arch=arm64 00:46:40 Connecting to github.com (140.82.114.3:443) 00:46:40  ---> Running in ffc9822d6c21 00:46:40 Removing intermediate container 40aca7a2b1d8 00:46:40 ---> 14edd79c1d79 00:46:40 Step 20/22 : LABEL arch=arm64 00:46:40 ---> Running in 0f69adedd541 00:46:40 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.107.4:443) 00:46:40  ---> Running in eeb20994a73d 00:46:40 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:46:40 Removing intermediate container 4a07ae350dd9 00:46:40 ---> 9d61c68af744 00:46:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:40 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:46:40 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:46:40 dockerize 00:46:40 Removing intermediate container ffc9822d6c21 00:46:40 ---> 5964a93eea37 00:46:40 Step 20/21 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:46:40 Removing intermediate container 0f69adedd541 00:46:40 ---> 556f719391b6 00:46:40 Step 21/22 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:46:41 ---> Running in 0e9b45710f2e 00:46:41 Removing intermediate container eeb20994a73d 00:46:41 ---> 12aa31403575 00:46:41 Step 21/22 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:46:41 ---> Running in ab2d466d49f5 00:46:41 ---> Running in 1165d57c0843 00:46:41 ---> a6fc9ceba5be 00:46:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:41 Removing intermediate container 0e9b45710f2e 00:46:41 ---> 7621c814bd5a 00:46:41 Step 21/21 : LABEL version=0.0.0 00:46:41 Removing intermediate container ab2d466d49f5 00:46:41 ---> aa59b5ef294d 00:46:41 Step 22/22 : LABEL version=0.0.0 00:46:42 ---> Running in f5f5a6699a4a 00:46:42 Removing intermediate container 1165d57c0843 00:46:42 ---> dd5969d969b8 00:46:42 Step 22/22 : LABEL version=0.0.0 00:46:42 ---> Running in 7fb91558144c 00:46:42 ---> Running in ca95689d2c02 00:46:42 Removing intermediate container f5f5a6699a4a 00:46:42 ---> 52bd0e8ee929 00:46:42 00:46:42 Removing intermediate container 3d377f13ca3d 00:46:42 ---> 6cfed6d14a94 00:46:42 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 00:46:43 Removing intermediate container 7fb91558144c 00:46:43 ---> 32ec1c60cfe8 00:46:43 00:46:43 ---> Running in a2b215ac47c9 00:46:43 Successfully built 52bd0e8ee929 00:46:43 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:46:43 Successfully built 32ec1c60cfe8 00:46:43  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:46:43 ---> 8a5c94df9770 00:46:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:46:43 Removing intermediate container ca95689d2c02 00:46:43 ---> 4fa902c6d4ea 00:46:43 00:46:43 Successfully tagged docker-support-notifications-go-arm64:latest 00:46:43 Building docker-core-command-go 00:46:43  Building docker-support-notifications-go ... done Removing intermediate container a2b215ac47c9 00:46:43 ---> 6615ae1b7dab 00:46:43 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:46:44 Successfully built 4fa902c6d4ea 00:46:44 Successfully tagged docker-support-scheduler-go-arm64:latest 00:46:44 Building docker-core-data-go 00:46:44  Building docker-support-scheduler-go ... done  ---> Running in e7ecf7641b62 00:46:44 ---> 1ca479ed285c 00:46:44 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:46:44 ---> Running in f56d1d0996cc 00:46:45 Removing intermediate container e7ecf7641b62 00:46:45 ---> 5148055077d3 00:46: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} 00:46:45 ---> Running in 092cec7110f0 00:46:45 Removing intermediate container f56d1d0996cc 00:46:45 ---> 10a5ba63dbf3 00:46:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:45 ---> Running in 5cb79667f408 00:46:46 Removing intermediate container 5cb79667f408 00:46:46 ---> a87e8268dbd0 00:46:46 Step 21/23 : LABEL arch=arm64 00:46:46 ---> Running in 1d2464da5b08 00:46:46 Move dockerize executable 00:46:47 Removing intermediate container 1d2464da5b08 00:46:47 ---> acaef024eb03 00:46:47 Step 22/23 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:46:47 ---> Running in fc3767cf76c8 00:46:48 Removing intermediate container fc3767cf76c8 00:46:48 ---> 19c642774cc7 00:46:48 Step 23/23 : LABEL version=0.0.0 00:46:50 Removing intermediate container 092cec7110f0 00:46:50 ---> 8dd53641ca3e 00:46:50 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 00:46:51 ---> Running in 4d189e40dab8 00:46:51 ---> Running in 07b209ffa5bb 00:46:52 Removing intermediate container 4d189e40dab8 00:46:52 ---> f7d230f5987f 00:46:52 00:46:52 Successfully built f7d230f5987f 00:46:52 Successfully tagged docker-core-metadata-go-arm64:latest 00:46:52 Building docker-security-secretstore-setup-go 00:46:53  Building docker-core-metadata-go ... done Removing intermediate container 07b209ffa5bb 00:46:53 ---> 9b7d0eb4cf19 00:46:53 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:46:53 ---> eaeead6d42fd 00:46:53 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:46:54 ---> Running in 8a870d981067 00:46:57 Removing intermediate container 8a870d981067 00:46:57 ---> 9c0c76c1d8a5 00:46:57 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:59 ---> d0dd8d90a150 00:46:59 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:47:01 ---> ee8c8c7c2e76 00:47:01 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:47:02 ---> 646157966a67 00:47:02 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:47:04 ---> 308f5761ccd3 00:47:04 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:47:04 ---> 71e1ac377c96 00:47:04 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:47:05 ---> Running in 6b94f17d8ac3 00:47:05 Removing intermediate container 6b94f17d8ac3 00:47:05 ---> 79c4cfeeb4f9 00:47:05 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:47:06 ---> 42fff727cfed 00:47:06 Step 28/33 : RUN chmod +x /entrypoint.sh 00:47:07 ---> Running in 3de804949ed3 00:47:11 Removing intermediate container 3de804949ed3 00:47:11 ---> cd2a65d7798f 00:47:11 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:47:12 ---> Running in 49112c9abd83 00:47:13 Removing intermediate container 49112c9abd83 00:47:13 ---> 43ca8a5e6818 00:47:13 Step 30/33 : CMD ["gate"] 00:47:14 ---> Running in 3952edaf573c 00:47:15 Removing intermediate container 3952edaf573c 00:47:15 ---> 81b131a584cd 00:47:15 Step 31/33 : LABEL arch=arm64 00:47:16 ---> Running in e921cd0d66dd 00:47:16 Removing intermediate container e921cd0d66dd 00:47:16 ---> 8113f08fc849 00:47:16 Step 32/33 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:47:17 ---> Running in f38ddbc1f509 00:47:18 Removing intermediate container f38ddbc1f509 00:47:18 ---> ab0dc8523028 00:47:18 Step 33/33 : LABEL version=0.0.0 00:47:18 ---> Running in 1cdaacf58118 00:47:19 Removing intermediate container 1cdaacf58118 00:47:19 ---> dbc38e70507a 00:47:19 00:47:20 Successfully built dbc38e70507a 00:47:20 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:47:38  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:38 ---> 5a1ee7068d93 00:47:38 Step 3/23 : WORKDIR /edgex-go 00:47:38 ---> Using cache 00:47:38 ---> 5930c7b18bdc 00:47:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:38 ---> Using cache 00:47:38 ---> 545fedca97d9 00:47:38 Step 5/23 : RUN apk add --update --no-cache make git 00:47:38 ---> Using cache 00:47:38 ---> bb5b34602e1f 00:47:38 Step 6/23 : COPY go.mod . 00:47:38 ---> Using cache 00:47:38 ---> 4261b278a613 00:47:38 Step 7/23 : RUN go mod download 00:47:38 ---> Using cache 00:47:38 ---> 354c94fc4c0a 00:47:38 Step 8/23 : COPY . . 00:47:38 ---> Using cache 00:47:38 ---> d3a317b47176 00:47:38 Step 9/23 : RUN make cmd/core-command/core-command 00:47:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:47:38 ---> 5a1ee7068d93 00:47:38 Step 3/26 : WORKDIR /edgex-go 00:47:38 ---> Using cache 00:47:38 ---> 5930c7b18bdc 00:47:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:38 ---> Using cache 00:47:38 ---> 545fedca97d9 00:47:38 Step 5/26 : RUN apk add --update --no-cache make bash git 00:47:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:39 ---> 5a1ee7068d93 00:47:39 Step 3/23 : WORKDIR /edgex-go 00:47:39 ---> Using cache 00:47:39 ---> 5930c7b18bdc 00:47:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:39 ---> Using cache 00:47:39 ---> 545fedca97d9 00:47:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:47:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:41 ---> 5a1ee7068d93 00:47:41 Step 3/24 : WORKDIR /edgex-go 00:47:41 ---> Using cache 00:47:41 ---> 5930c7b18bdc 00:47:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:41 ---> Using cache 00:47:41 ---> 545fedca97d9 00:47:41 Step 5/24 : RUN apk add --update --no-cache make git 00:47:41 ---> Using cache 00:47:41 ---> bb5b34602e1f 00:47:41 Step 6/24 : COPY go.mod . 00:47:41 ---> Using cache 00:47:41 ---> 4261b278a613 00:47:41 Step 7/24 : RUN go mod download 00:47:41 ---> Using cache 00:47:41 ---> 354c94fc4c0a 00:47:41 Step 8/24 : COPY . . 00:47:41 ---> Using cache 00:47:41 ---> d3a317b47176 00:47:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:42 ---> Running in 2cbf8cf44bbc 00:47:42 ---> Running in 4c51fbb975fa 00:47:42 ---> Running in 55f87ff18140 00:47:42 ---> Running in 3aa10e2184f3 00:47:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:46 OK: 217 MiB in 51 packages 00:47:46 OK: 217 MiB in 51 packages 00:47:48 Removing intermediate container 2cbf8cf44bbc 00:47:48 ---> a91b14d39315 00:47:48 Step 6/23 : COPY go.mod . 00:47:48 Removing intermediate container 55f87ff18140 00:47:48 ---> 64ca2e2625f7 00:47:48 Step 6/26 : COPY go.mod . 00:47:49 ---> 3d0747495624 00:47:49 Step 7/23 : RUN go mod download 00:47:49 ---> Running in 50b523815c29 00:47:49 ---> 1c2eb26bc82f 00:47:49 Step 7/26 : RUN go mod download 00:47:50 ---> Running in 618debb902c5 00:47:54 Removing intermediate container 50b523815c29 00:47:54 ---> 43c95f5eb5f5 00:47:54 Step 8/23 : COPY . . 00:47:54 Removing intermediate container 618debb902c5 00:47:54 ---> 1ad67efc9384 00:47:54 Step 8/26 : COPY . . 00:48:27 ---> a05b91a6f627 00:48:27 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:48:27 ---> 46dfb362ddf2 00:48:27 Step 9/23 : RUN make cmd/core-data/core-data 00:48:27 ---> Running in 11cc01cd164f 00:48:27 ---> Running in 97155c00851f 00:48:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:48:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:48:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:46 Removing intermediate container 4c51fbb975fa 00:48:46 ---> fe11b8f18000 00:48:46 00:48:46 Step 10/23 : FROM alpine:3.12 00:48:46 ---> afeebe901d6b 00:48:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:48:46 ---> Using cache 00:48:46 ---> 2cf96daece57 00:48:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:48:46 ---> Using cache 00:48:46 ---> 8ad7303befda 00:48:46 Step 13/23 : ENV APP_PORT=48082 00:48:46 Removing intermediate container 3aa10e2184f3 00:48:46 ---> 10b535800201 00:48:46 00:48:46 Step 10/24 : FROM alpine:3.12 00:48:46 ---> afeebe901d6b 00:48:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:46 ---> Running in 78b92a64dea6 00:48:46 ---> Running in 356e944f0507 00:48:47 Removing intermediate container 78b92a64dea6 00:48:47 ---> 6d3c4b8e0bd3 00:48:47 Step 14/23 : EXPOSE $APP_PORT 00:48:47 ---> Running in cbc3f211b4a1 00:48:48 Removing intermediate container cbc3f211b4a1 00:48:48 ---> abeb83d7674e 00:48:48 Step 15/23 : WORKDIR / 00:48:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:49 ---> Running in d6c6c2e3394f 00:48:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:49 Removing intermediate container d6c6c2e3394f 00:48:49 ---> 5d5e600c2101 00:48:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:50 (1/5) Installing ca-certificates (20191127-r4) 00:48:50 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:48:50 (3/5) Installing libcurl (7.69.1-r3) 00:48:50 (4/5) Installing curl (7.69.1-r3) 00:48:50 (5/5) Installing dumb-init (1.2.2-r1) 00:48:50 Executing busybox-1.31.1-r19.trigger 00:48:50 Executing ca-certificates-20191127-r4.trigger 00:48:51 OK: 7 MiB in 19 packages 00:48:51 ---> 8b2b1af547da 00:48:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:53 ---> b20a8a12e037 00:48:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:53 Removing intermediate container 356e944f0507 00:48:53 ---> b302e1f32d7d 00:48:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:53 ---> Running in 784a5e456d4d 00:48:54 ---> 56756217a8b0 00:48:54 Step 19/23 : ENTRYPOINT ["/core-command"] 00:48:54 Removing intermediate container 784a5e456d4d 00:48:54 ---> c9e179b14137 00:48:54 Step 13/24 : WORKDIR / 00:48:54 ---> Running in cc000391e6c8 00:48:55 ---> Running in 797cdefff733 00:48:55 Removing intermediate container cc000391e6c8 00:48:55 ---> 4297e1ff157a 00:48:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:55 ---> Running in 46aa7c1a40a1 00:48:55 Removing intermediate container 797cdefff733 00:48:55 ---> b1b591e4ab83 00:48:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:56 Removing intermediate container 46aa7c1a40a1 00:48:56 ---> dd78bcd18356 00:48:56 Step 21/23 : LABEL arch=arm64 00:48:56 ---> Running in cac8c6c9f30d 00:48:57 ---> 6dda302e92d0 00:48:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:57 Removing intermediate container cac8c6c9f30d 00:48:57 ---> b67013e667bb 00:48:57 Step 22/23 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:48:57 ---> Running in 110c2b0a6c68 00:48:58 ---> f6ea7c7c1a74 00:48:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:58 Removing intermediate container 110c2b0a6c68 00:48:58 ---> a73996892549 00:48:58 Step 23/23 : LABEL version=0.0.0 00:48:59 ---> Running in f1809a3322d8 00:48:59 ---> e5049eac6949 00:48:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:59 Removing intermediate container f1809a3322d8 00:48:59 ---> 2c1ca06e77dc 00:48:59 00:49:00 Successfully built 2c1ca06e77dc 00:49:00 Successfully tagged docker-core-command-go-arm64:latest 00:49:01  Building docker-core-command-go ... done  ---> 34b0c2f0f3a7 00:49:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:03 ---> a14e920c597c 00:49:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:04 ---> b1ccc56bc677 00:49:04 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:49:04 ---> Running in 5d3f5f7c171c 00:49:08 Removing intermediate container 5d3f5f7c171c 00:49:08 ---> ed46f1bd30b3 00:49:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:08 ---> Running in b0a4e5b50f9b 00:49:09 Removing intermediate container b0a4e5b50f9b 00:49:09 ---> 259ec76df1a9 00:49:09 Step 22/24 : LABEL arch=arm64 00:49:09 ---> Running in 9e58578a8fef 00:49:10 Removing intermediate container 9e58578a8fef 00:49:10 ---> bb45688cd4ef 00:49:10 Step 23/24 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:49:10 ---> Running in 820ff62936da 00:49:10 Removing intermediate container 820ff62936da 00:49:10 ---> 6f255c6924b8 00:49:10 Step 24/24 : LABEL version=0.0.0 00:49:11 ---> Running in 9f04eba50f60 00:49:12 Removing intermediate container 9f04eba50f60 00:49:12 ---> ec60b332b7f3 00:49:12 00:49:12 Successfully built ec60b332b7f3 00:49:12 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:27  Building docker-security-secretstore-setup-go ... done Removing intermediate container 11cc01cd164f 00:49:27 ---> 1ea7d4a3e8d0 00:49:27 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:27 ---> Running in b4a4fdafc1dd 00:49:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49:30 Removing intermediate container b4a4fdafc1dd 00:49:30 ---> 01c08e5faee7 00:49:30 00:49:30 Step 11/26 : FROM docker:20.10.0 00:49:30 20.10.0: Pulling from library/docker 00:49:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:40 Status: Downloaded newer image for docker:20.10.0 00:49:40 ---> eeaf43b92773 00:49:40 Step 12/26 : RUN apk add --no-cache bash 00:49:40 Removing intermediate container 97155c00851f 00:49:40 ---> 1e614ce31554 00:49:40 00:49:40 Step 10/23 : FROM alpine:3.12 00:49:40 ---> afeebe901d6b 00:49:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:40 ---> Running in 582d7a6144af 00:49:40 ---> Running in b9f586dfebbd 00:49:40 Removing intermediate container b9f586dfebbd 00:49:40 ---> 7fcd055eaa5b 00:49:40 Step 12/23 : ENV APP_PORT=48080 00:49:40 ---> Running in 77cd95af4381 00:49:41 Removing intermediate container 77cd95af4381 00:49:41 ---> 6e794cee81c0 00:49:41 Step 13/23 : EXPOSE $APP_PORT 00:49:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:41 ---> Running in bb7b317a6075 00:49:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:41 Removing intermediate container bb7b317a6075 00:49:41 ---> 560646085b83 00:49:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:41 (1/2) Installing readline (8.0.4-r0) 00:49:41 (2/2) Installing bash (5.0.17-r0) 00:49:41 Executing bash-5.0.17-r0.post-install 00:49:41 ---> Running in 52caaaa841e7 00:49:41 Executing busybox-1.31.1-r19.trigger 00:49:41 OK: 12 MiB in 22 packages 00:49:43 Removing intermediate container 582d7a6144af 00:49:43 ---> 01a4a1a061b7 00:49:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:43 ---> Running in 64323ac428d3 00:49:43 Removing intermediate container 64323ac428d3 00:49:43 ---> 435424136d18 00:49:43 Step 14/26 : ENV APP_PORT=48090 00:49:44 ---> Running in 2d45eac20acb 00:49:44 Removing intermediate container 52caaaa841e7 00:49:44 ---> 3c26448f9cfd 00:49:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:49:44 ---> Running in 9749ae7e1ba2 00:49:44 Removing intermediate container 2d45eac20acb 00:49:44 ---> 4f09e88231d6 00:49:44 Step 15/26 : EXPOSE $APP_PORT 00:49:44 ---> Running in 1cf7404fd140 00:49:45 Removing intermediate container 1cf7404fd140 00:49:45 ---> 5731d497a622 00:49:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:46 ---> 26030f73a06c 00:49:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:47 ---> d287c321fa18 00:49:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:47 (1/6) Installing dumb-init (1.2.2-r1) 00:49:47 (2/6) Installing libgcc (9.3.0-r2) 00:49:47 (3/6) Installing libsodium (1.0.18-r0) 00:49:47 (4/6) Installing libstdc++ (9.3.0-r2) 00:49:47 ---> 640ba84b8c85 00:49:47 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:48 ---> Running in edc604cead0c 00:49:48 (5/6) Installing libzmq (4.3.3-r0) 00:49:49 (6/6) Installing zeromq (4.3.3-r0) 00:49:49 Executing busybox-1.31.1-r19.trigger 00:49:49 OK: 8 MiB in 20 packages 00:49:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:50 (1/33) Installing libbz2 (1.0.8-r1) 00:49:50 (2/33) Installing expat (2.2.9-r1) 00:49:50 (3/33) Installing libffi (3.3-r2) 00:49:50 (4/33) Installing gdbm (1.13-r1) 00:49:50 (5/33) Installing xz-libs (5.2.5-r0) 00:49:50 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:50 (7/33) Installing python3 (3.8.5-r0) 00:49:50 Removing intermediate container 9749ae7e1ba2 00:49:50 ---> 7ed434772185 00:49:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:51 ---> 0436f5520762 00:49:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:53 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:53 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:53 (11/33) Installing py3-six (1.15.0-r0) 00:49:53 (12/33) Installing py3-packaging (20.4-r0) 00:49:53 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:53 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:53 (15/33) Installing py3-idna (2.9-r0) 00:49:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:53 (18/33) Installing py3-requests (2.23.0-r0) 00:49:53 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:53 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:53 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:53 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:53 (24/33) Installing py3-distro (1.5.0-r1) 00:49:53 ---> 107accc4b32c 00:49:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:53 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:53 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:53 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:53 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:53 (29/33) Installing py3-progress (1.5-r0) 00:49:53 (30/33) Installing py3-toml (0.10.1-r0) 00:49:53 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:53 (33/33) Installing py3-pip (20.1.1-r0) 00:49:54 Executing busybox-1.31.1-r19.trigger 00:49:54 OK: 71 MiB in 55 packages 00:49:54 ---> c8af9048aa54 00:49:54 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:54 ---> Running in c87c1ba8f6cd 00:49:55 Removing intermediate container c87c1ba8f6cd 00:49:55 ---> 290b87d0f16c 00:49:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:55 ---> Running in 91e339b9ed15 00:49:56 Removing intermediate container 91e339b9ed15 00:49:56 ---> 98a8135f2560 00:49:56 Step 21/23 : LABEL arch=arm64 00:49:56 ---> Running in f460f89f2d18 00:49:56 Removing intermediate container f460f89f2d18 00:49:56 ---> 7f3d8addd40e 00:49:56 Step 22/23 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:49:57 ---> Running in 8565f21247bc 00:49:57 Removing intermediate container 8565f21247bc 00:49:57 ---> 7669dc74a4d7 00:49:57 Step 23/23 : LABEL version=0.0.0 00:49:57 ---> Running in 9853fd1a0f65 00:49:58 Removing intermediate container 9853fd1a0f65 00:49:58 ---> a4afedf787ba 00:49:58 00:49:58 Successfully built a4afedf787ba 00:49:58 Successfully tagged docker-core-data-go-arm64:latest 00:50:00  Building docker-core-data-go ... done Removing intermediate container edc604cead0c 00:50:00 ---> 7d31878469d5 00:50:00 Step 20/26 : RUN pip install docker-compose==1.23.2 00:50:00 ---> Running in 08f623cdf4b1 00:50:05 Collecting docker-compose==1.23.2 00:50:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:05 Collecting PyYAML<4,>=3.10 00:50:05 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:09 Collecting dockerpty<0.5,>=0.4.1 00:50:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:10 Collecting docopt<0.7,>=0.6.1 00:50:10 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:13 Collecting docker<4.0,>=3.6.0 00:50:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:13 Collecting websocket-client<1.0,>=0.32.0 00:50:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:14 Collecting cached-property<2,>=1.2.0 00:50:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:14 Collecting texttable<0.10,>=0.9.0 00:50:14 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:17 Collecting jsonschema<3,>=2.5.1 00:50:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:17 Collecting docker-pycreds>=0.4.0 00:50:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:18 Collecting urllib3<1.25,>=1.21.1 00:50:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:18 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:50:18 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:50:18 Collecting idna<2.8,>=2.5 00:50:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:19 Installing collected packages: PyYAML, dockerpty, docopt, docker-pycreds, websocket-client, urllib3, idna, requests, docker, cached-property, texttable, jsonschema, docker-compose 00:50:19 Running setup.py install for PyYAML: started 00:50:21 Running setup.py install for PyYAML: finished with status 'done' 00:50:21 Running setup.py install for dockerpty: started 00:50:23 Running setup.py install for dockerpty: finished with status 'done' 00:50:23 Running setup.py install for docopt: started 00:50:25 Running setup.py install for docopt: finished with status 'done' 00:50:25 Attempting uninstall: urllib3 00:50:25 Found existing installation: urllib3 1.25.9 00:50:25 Uninstalling urllib3-1.25.9: 00:50:25 Successfully uninstalled urllib3-1.25.9 00:50:26 Attempting uninstall: idna 00:50:26 Found existing installation: idna 2.9 00:50:26 Uninstalling idna-2.9: 00:50:26 Successfully uninstalled idna-2.9 00:50:27 Attempting uninstall: requests 00:50:27 Found existing installation: requests 2.23.0 00:50:27 Uninstalling requests-2.23.0: 00:50:27 Successfully uninstalled requests-2.23.0 00:50:28 Running setup.py install for texttable: started 00:50:30 Running setup.py install for texttable: finished with status 'done' 00:50:31 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:50:35 Removing intermediate container 08f623cdf4b1 00:50:35 ---> 170fceadf764 00:50:35 Step 21/26 : RUN apk --no-cache add curl 00:50:35 ---> Running in a082580a842c 00:50:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:37 (2/3) Installing libcurl (7.69.1-r3) 00:50:37 (3/3) Installing curl (7.69.1-r3) 00:50:37 Executing busybox-1.31.1-r19.trigger 00:50:37 OK: 71 MiB in 58 packages 00:50:38 Removing intermediate container a082580a842c 00:50:38 ---> 9732288378bc 00:50:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:38 ---> Running in fd6a485d5011 00:50:38 Removing intermediate container fd6a485d5011 00:50:38 ---> 5cafe30cf1ae 00:50:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:39 ---> Running in c0717c7c63ff 00:50:39 Removing intermediate container c0717c7c63ff 00:50:39 ---> 82a87d0468b7 00:50:39 Step 24/26 : LABEL arch=arm64 00:50:39 ---> Running in 1ffbc4df2b45 00:50:40 Removing intermediate container 1ffbc4df2b45 00:50:40 ---> 42031c0ed9e3 00:50:40 Step 25/26 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 00:50:40 ---> Running in 0e4e79e1cc98 00:50:40 Removing intermediate container 0e4e79e1cc98 00:50:40 ---> 7e4224ec57b7 00:50:40 Step 26/26 : LABEL version=0.0.0 00:50:40 ---> Running in 06072daf640f 00:50:41 Removing intermediate container 06072daf640f 00:50:41 ---> fb1514b3a2e4 00:50:41 00:50:41 Successfully built fb1514b3a2e4 00:50:41 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:41  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:50:42 $ docker stop --time=1 4a14402e5909acaa39f1de9257e0f2d53394ca5777af96c0b61acd482e97d6f2 00:50:43 $ docker rm -f 4a14402e5909acaa39f1de9257e0f2d53394ca5777af96c0b61acd482e97d6f2 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:44 + docker images 00:50:44 + grep docker 00:50:44 docker-sys-mgmt-agent-go-arm64 latest fb1514b3a2e4 3 seconds ago 300MB 00:50:44 docker-core-data-go-arm64 latest a4afedf787ba 47 seconds ago 21MB 00:50:44 docker-security-secretstore-setup-go-arm64 latest ec60b332b7f3 About a minute ago 23.4MB 00:50:44 docker-core-command-go-arm64 latest 2c1ca06e77dc About a minute ago 15.4MB 00:50:44 docker-security-bootstrapper-go-arm64 latest dbc38e70507a 3 minutes ago 40.3MB 00:50:44 docker-core-metadata-go-arm64 latest f7d230f5987f 3 minutes ago 17.7MB 00:50:44 docker-support-scheduler-go-arm64 latest 4fa902c6d4ea 4 minutes ago 15.5MB 00:50:44 docker-support-notifications-go-arm64 latest 32ec1c60cfe8 4 minutes ago 16MB 00:50:44 docker-security-proxy-setup-go-arm64 latest 52bd0e8ee929 4 minutes ago 23.2MB 00:50:44 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:50:46 provisioning config files... 00:50:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config3648233770037176073tmp [Pipeline] { [Pipeline] sh 00:50:46 + set +x 00:50:46 + curl -s https://codecov.io/bash 00:50:46 + bash -s -- 00:50:47 00:50:47 _____ _ 00:50:47 / ____| | | 00:50:47 | | ___ __| | ___ ___ _____ __ 00:50:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:50:47 | |___| (_) | (_| | __/ (_| (_) \ V / 00:50:47 \_____\___/ \__,_|\___|\___\___/ \_/ 00:50:47 Bash-20210115-cec3c92 00:50:47 00:50:47 00:50:47 ==> git version 2.24.3 found 00:50:47 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:50:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:50:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:50:47 ==> Jenkins CI detected. 00:50:47 project root: . 00:50:47 --> token set from env 00:50:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:50:47 ==> Running gcov in . (disable via -X gcov) 00:50:47 ==> Python coveragepy not found 00:50:47 ==> Searching for coverage reports in: 00:50:47 + . 00:50:47 -> Found 1 reports 00:50:47 ==> Detecting git/mercurial file structure 00:50:47 ==> Reading reports 00:50:47 + ./coverage.out bytes=564700 00:50:47 ==> Appending adjustments 00:50:47 https://docs.codecov.io/docs/fixing-reports 00:50:51 + Found adjustments 00:50:51 ==> Gzipping contents 00:50:51 84K /tmp/codecov.MgfjOH.gz 00:50:51 ==> Uploading reports 00:50:51 url: https://codecov.io 00:50:51 query: branch=PR-3034&commit=4070939131871f549636fed5b42b9d4dfb71b503&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 00:50:51 -> Pinging Codecov 00:50:51 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3034&commit=4070939131871f549636fed5b42b9d4dfb71b503&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 00:50:51 -> Uploading to 00:50:51 https://storage.googleapis.com/codecov/v4/raw/2021-01-26/00271124DB129430A58F1EEE437C3FCB/4070939131871f549636fed5b42b9d4dfb71b503/5810a963-0f56-4a11-a758-6c034577a2bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T005051Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=49dfed51b57f8978049919f0a396fea8dfd8dcfd737c8407e711b5ec9cb7d94d 00:50:51 % Total % Received % Xferd Average Speed Time Time Time Current 00:50:51 Dload Upload Total Spent Left Speed 00:50:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85530 0 0 100 85530 0 150k --:--:-- --:--:-- --:--:-- 150k 00:50:51 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4070939131871f549636fed5b42b9d4dfb71b503 [Pipeline] } 00:50:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:50:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:56 ---> package-listing.sh 00:50:56 ++ facter osfamily 00:50:56 ++ tr '[:upper:]' '[:lower:]' 00:50:56 + OS_FAMILY=redhat 00:50:56 + workspace=/w/workspace/edgex-go/9 00:50:56 + START_PACKAGES=/tmp/packages_start.txt 00:50:56 + END_PACKAGES=/tmp/packages_end.txt 00:50:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:56 + PACKAGES=/tmp/packages_start.txt 00:50:56 + '[' /w/workspace/edgex-go/9 ']' 00:50:56 + PACKAGES=/tmp/packages_end.txt 00:50:56 + case "${OS_FAMILY}" in 00:50:56 + rpm -qa 00:50:56 + sort 00:51:01 + '[' -f /tmp/packages_start.txt ']' 00:51:01 + '[' -f /tmp/packages_end.txt ']' 00:51:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:01 + '[' /w/workspace/edgex-go/9 ']' 00:51:01 + mkdir -p /w/workspace/edgex-go/9/archives/ 00:51:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo 00:51:01 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:02 00:51:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:02 alpine: Pulling from edgex-lftools-log-publisher 00:51:02 df20fa9351a1: Pulling fs layer 00:51:02 36b3adc4ff6f: Pulling fs layer 00:51:02 8ad3a11d3b57: Pulling fs layer 00:51:02 46f8f816bc3b: Pulling fs layer 00:51:02 93b61091891f: Pulling fs layer 00:51:02 93b9cdb0e59b: Pulling fs layer 00:51:02 5e14af77c1be: Pulling fs layer 00:51:02 01666e4c0597: Pulling fs layer 00:51:02 aa168da1d23b: Pulling fs layer 00:51:02 5e14af77c1be: Waiting 00:51:02 46f8f816bc3b: Waiting 00:51:02 93b61091891f: Waiting 00:51:02 93b9cdb0e59b: Waiting 00:51:02 01666e4c0597: Waiting 00:51:02 aa168da1d23b: Waiting 00:51:02 36b3adc4ff6f: Verifying Checksum 00:51:02 36b3adc4ff6f: Download complete 00:51:02 46f8f816bc3b: Download complete 00:51:02 df20fa9351a1: Verifying Checksum 00:51:02 df20fa9351a1: Download complete 00:51:02 93b9cdb0e59b: Download complete 00:51:02 93b61091891f: Download complete 00:51:02 01666e4c0597: Verifying Checksum 00:51:02 01666e4c0597: Download complete 00:51:02 5e14af77c1be: Verifying Checksum 00:51:02 5e14af77c1be: Download complete 00:51:02 df20fa9351a1: Pull complete 00:51:03 36b3adc4ff6f: Pull complete 00:51:03 8ad3a11d3b57: Verifying Checksum 00:51:03 8ad3a11d3b57: Download complete 00:51:04 8ad3a11d3b57: Pull complete 00:51:04 46f8f816bc3b: Pull complete 00:51:04 aa168da1d23b: Verifying Checksum 00:51:04 aa168da1d23b: Download complete 00:51:05 93b61091891f: Pull complete 00:51:06 93b9cdb0e59b: Pull complete 00:51:06 5e14af77c1be: Pull complete 00:51:06 01666e4c0597: Pull complete 00:51:14 aa168da1d23b: Pull complete 00:51:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:14 prd-centos7-docker-4c-2g-22735 does not seem to be running inside a container 00:51:14 $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:51:18 $ docker top 43ddb38790e7609c4ec56870639d0f9d46cb94f3c1442d6236652a67345c0bcf -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:19 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:19 + mkdir -p /var/log/sa [Pipeline] sh 00:51:20 + ls /var/log/sa-host 00:51:20 + sadf -c /var/log/sa-host/sa23 00:51:20 file_magic: OK 00:51:20 HZ: Using current value: 100 00:51:20 file_header: OK 00:51:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:51:20 Statistics: 00:51:20 Hnuu...uuuununununu... 00:51:20 File successfully converted to sysstat format version 12.2.1 00:51:20 + sadf -c /var/log/sa-host/sa26 00:51:20 file_magic: OK 00:51:20 HZ: Using current value: 100 00:51:20 file_header: OK 00:51:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:51:20 Statistics: 00:51:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:51:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:20 provisioning config files... 00:51:20 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config1968683924003246374tmp [Pipeline] { [Pipeline] echo 00:51:20 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:21 ---> create-netrc.sh [Pipeline] } 00:51:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:21 ---> python-tools-install.sh [Pipeline] echo 00:51:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:21 ---> sudo-logs.sh 00:51:21 Archiving 'sudo' log.. [Pipeline] echo 00:51:21 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:22 ---> job-cost.sh 00:51:22 lf-activate-venv: SKIPPING 00:51:22 INFO: No Stack... 00:51:23 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:23 INFO: Archiving Costs [Pipeline] echo 00:51:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:23 ---> logs-deploy.sh 00:51:23 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/9 00:51:23 INFO: archiving workspace using pattern(s): 00:51:25 Archives upload complete. 00:51:25 INFO: archiving logs to Nexus 00:51:26 ---> uname -a: 00:51:26 Linux prd-centos7-docker-4c-2g-22735.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:51:26 00:51:26 00:51:26 ---> lscpu: 00:51:26 Architecture: x86_64 00:51:26 CPU op-mode(s): 32-bit, 64-bit 00:51:26 Byte Order: Little Endian 00:51:26 Address sizes: 40 bits physical, 48 bits virtual 00:51:26 CPU(s): 4 00:51:26 On-line CPU(s) list: 0-3 00:51:26 Thread(s) per core: 1 00:51:26 Core(s) per socket: 1 00:51:26 Socket(s): 4 00:51:26 NUMA node(s): 1 00:51:26 Vendor ID: GenuineIntel 00:51:26 CPU family: 6 00:51:26 Model: 44 00:51:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:51:26 Stepping: 1 00:51:26 CPU MHz: 2933.442 00:51:26 BogoMIPS: 5866.88 00:51:26 Virtualization: VT-x 00:51:26 Hypervisor vendor: KVM 00:51:26 Virtualization type: full 00:51:26 L1d cache: 128 KiB 00:51:26 L1i cache: 128 KiB 00:51:26 L2 cache: 16 MiB 00:51:26 L3 cache: 64 MiB 00:51:26 NUMA node0 CPU(s): 0-3 00:51:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:51:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:51:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:51:26 Vulnerability Meltdown: Mitigation; PTI 00:51:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:51:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:51:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:51:26 Vulnerability Srbds: Not affected 00:51:26 Vulnerability Tsx async abort: Not affected 00:51:26 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:51:26 00:51:26 00:51:26 ---> nproc: 00:51:26 4 00:51:26 00:51:26 00:51:26 ---> df -h: 00:51:26 Filesystem Size Used Available Use% Mounted on 00:51:26 overlay 50.0G 11.7G 38.3G 23% / 00:51:26 tmpfs 64.0M 0 64.0M 0% /dev 00:51:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:51:26 shm 64.0M 0 64.0M 0% /dev/shm 00:51:26 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 00:51:26 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 00:51:26 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 00:51:26 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 00:51:26 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 00:51:26 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 00:51:26 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 00:51:26 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 00:51:26 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/9@tmp 00:51:26 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/9 00:51:26 00:51:26 00:51:26 ---> free -m: 00:51:26 total used free shared buff/cache available 00:51:26 Mem: 1837 716 124 0 996 1038 00:51:26 Swap: 1023 43 980 00:51:26 00:51:26 00:51:26 ---> ip addr: 00:51:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:51:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:51:26 inet 127.0.0.1/8 scope host lo 00:51:26 valid_lft forever preferred_lft forever 00:51:26 inet6 ::1/128 scope host 00:51:26 valid_lft forever preferred_lft forever 00:51:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:51:26 link/ether fa:16:3e:e7:b3:c7 brd ff:ff:ff:ff:ff:ff 00:51:26 inet 10.30.123.2/23 brd 10.30.123.255 scope global dynamic eth0 00:51:26 valid_lft 85098sec preferred_lft 85098sec 00:51:26 inet6 fe80::f816:3eff:fee7:b3c7/64 scope link 00:51:26 valid_lft forever preferred_lft forever 00:51:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:51:26 link/ether 02:42:bb:36:c0:f3 brd ff:ff:ff:ff:ff:ff 00:51:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:51:26 valid_lft forever preferred_lft forever 00:51:26 inet6 fe80::42:bbff:fe36:c0f3/64 scope link 00:51:26 valid_lft forever preferred_lft forever 00:51:26 00:51:26 00:51:26 ---> sar -b -r -n DEV: 00:51:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 00:51:26 00:51:26 00:29:33 LINUX RESTART (4 CPU) 00:51:26 00:51:26 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:51:26 00:31:01 105.69 40.75 64.94 0.00 7912.71 14749.08 0.00 00:51:26 00:32:01 246.51 106.39 140.12 0.00 6649.46 45648.68 0.00 00:51:26 00:33:02 232.15 94.25 137.90 0.00 3200.13 19864.35 0.00 00:51:26 00:34:01 157.83 87.02 70.81 0.00 3914.71 7958.44 0.00 00:51:26 00:35:01 332.07 130.15 201.91 0.00 62823.70 135715.25 0.00 00:51:26 00:36:02 3230.15 2868.71 361.44 0.00 169735.46 183535.19 0.00 00:51:26 00:37:01 419.86 179.15 240.71 0.00 22204.25 71418.57 0.00 00:51:26 00:38:02 2211.24 1909.70 301.54 0.00 135866.76 144683.28 0.00 00:51:26 00:39:01 254.73 25.50 229.23 0.00 4786.60 38145.79 0.00 00:51:26 00:40:01 12.01 5.36 6.64 0.00 87.66 194.74 0.00 00:51:26 00:41:01 0.22 0.02 0.20 0.00 0.53 1.93 0.00 00:51:26 00:42:01 0.27 0.02 0.25 0.00 0.27 3.10 0.00 00:51:26 00:43:01 0.35 0.10 0.25 0.00 1.87 2.63 0.00 00:51:26 00:44:01 0.22 0.00 0.22 0.00 0.00 2.06 0.00 00:51:26 00:45:01 1.57 1.33 0.23 0.00 47.16 3.80 0.00 00:51:26 00:46:01 0.88 0.07 0.82 0.00 2.00 15.94 0.00 00:51:26 00:47:01 0.30 0.02 0.28 0.00 0.53 3.36 0.00 00:51:26 00:48:01 0.20 0.00 0.20 0.00 0.00 2.71 0.00 00:51:26 00:49:01 0.28 0.02 0.27 0.00 0.53 3.65 0.00 00:51:26 00:50:01 0.30 0.03 0.27 0.00 0.40 2.46 0.00 00:51:26 00:51:01 67.80 67.25 0.55 0.00 5550.05 29.85 0.00 00:51:26 Average: 347.39 263.61 83.78 0.00 20214.74 31616.70 0.00 00:51:26 00:51:26 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:51:26 00:31:01 75584 0 820880 43.63 2620 982460 1523892 52.01 679528 923556 20 00:51:26 00:32:01 78944 0 750852 39.91 1692 1050056 1577352 53.83 579120 939848 96464 00:51:26 00:33:02 88780 0 973268 51.73 840 818656 1857844 63.41 728120 781864 61320 00:51:26 00:34:01 180784 0 802808 42.67 808 897144 1544952 52.73 663636 745000 70276 00:51:26 00:35:01 77792 0 810172 43.06 0 993580 2237504 76.36 775752 819788 36628 00:51:26 00:36:02 197884 0 817172 43.43 0 866488 3532112 120.55 653708 794936 20 00:51:26 00:37:01 75824 0 688688 36.60 0 1117032 1368712 46.71 718544 841376 29448 00:51:26 00:38:02 400156 0 870228 46.25 0 611160 2771000 94.57 694012 546404 948 00:51:26 00:39:01 140304 0 670816 35.65 0 1070424 1553164 53.01 570988 928136 32 00:51:26 00:40:01 178616 0 630672 33.52 0 1072256 1199532 40.94 556672 906964 12 00:51:26 00:41:01 179716 0 629584 33.46 0 1072244 1190364 40.63 556064 906868 8 00:51:26 00:42:01 180336 0 628940 33.43 0 1072268 1188212 40.55 555808 906728 8 00:51:26 00:43:01 179896 0 629384 33.45 0 1072264 1188328 40.56 556388 906768 16 00:51:26 00:44:01 179496 0 629764 33.47 0 1072284 1188308 40.55 556496 906784 12 00:51:26 00:45:01 178176 0 630332 33.50 0 1073036 1188320 40.56 556436 907464 24 00:51:26 00:46:01 178512 0 629992 33.48 0 1073040 1188296 40.55 556308 907492 12 00:51:26 00:47:01 178316 0 630176 33.49 0 1073052 1188308 40.55 556560 907508 8 00:51:26 00:48:01 178432 0 630056 33.49 0 1073056 1188332 40.56 556352 907508 8 00:51:26 00:49:01 178972 0 629520 33.46 0 1073052 1188212 40.55 556040 907508 8 00:51:26 00:50:01 178684 0 629780 33.47 0 1073080 1188212 40.55 555920 907532 12 00:51:26 00:51:01 78512 0 642440 34.14 0 1160592 1215432 41.48 566652 993548 260 00:51:26 Average: 160177 0 703596 37.39 284 1017487 1536495 52.44 607100 871123 14074 00:51:26 00:51:26 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:51:26 00:31:01 eth0 1720.03 1538.95 6362.65 207.79 0.00 0.00 0.00 0.00 00:51:26 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:31:01 vethf9601b1 868.24 717.54 82.40 2674.66 0.00 0.00 0.00 0.00 00:51:26 00:31:01 docker0 868.24 717.40 70.53 2674.65 0.00 0.00 0.00 0.00 00:51:26 00:32:01 eth0 447.74 365.42 3661.34 40.07 0.00 0.00 0.00 0.00 00:51:26 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:32:01 veth60ca36a 77.67 101.14 7.33 465.53 0.00 0.00 0.00 0.00 00:51:26 00:32:01 docker0 127.37 163.43 8.90 824.59 0.00 0.00 0.00 0.00 00:51:26 00:33:02 veth84c232e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:26 00:33:02 eth0 30.83 18.44 32.07 13.12 0.00 0.00 0.00 0.00 00:51:26 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:34:01 veth84c232e 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 00:51:26 00:34:01 eth0 34.57 24.00 20.75 77.27 0.00 0.00 0.00 0.00 00:51:26 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:34:01 docker0 0.34 0.34 0.02 0.03 0.00 0.00 0.00 0.00 00:51:26 00:35:01 vethafd3268 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:26 00:35:01 eth0 201.80 169.93 1688.43 70.60 0.00 0.00 0.00 0.00 00:51:26 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:36:02 vethafd3268 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:51:26 00:36:02 veth60d41a1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:36:02 vetha341d6c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:36:02 vethe246b51 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:37:01 vethafd3268 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 00:51:26 00:37:01 eth0 2584.24 2207.84 12318.83 436.85 0.00 0.00 0.00 0.00 00:51:26 00:37:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:51:26 00:37:01 docker0 1032.56 935.76 81.72 3841.88 0.00 0.00 0.00 0.00 00:51:26 00:38:02 vethafd3268 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:38:02 eth0 51.38 31.80 112.79 78.59 0.00 0.00 0.00 0.00 00:51:26 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:38:02 veth32a0c5e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:51:26 00:39:01 vethafd3268 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 00:51:26 00:39:01 eth0 258.10 189.24 1802.77 90.05 0.00 0.00 0.00 0.00 00:51:26 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:39:01 docker0 1105.28 1046.62 86.45 4500.94 0.00 0.00 0.00 0.00 00:51:26 00:40:01 eth0 3.81 2.25 3.35 1.25 0.00 0.00 0.00 0.00 00:51:26 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:41:01 eth0 0.75 0.42 0.41 0.26 0.00 0.00 0.00 0.00 00:51:26 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:42:01 eth0 1.52 0.03 0.12 0.00 0.00 0.00 0.00 0.00 00:51:26 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:43:01 eth0 2.46 0.80 0.90 0.56 0.00 0.00 0.00 0.00 00:51:26 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:44:01 eth0 1.90 0.40 0.40 0.24 0.00 0.00 0.00 0.00 00:51:26 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:45:01 eth0 2.25 0.60 0.65 0.37 0.00 0.00 0.00 0.00 00:51:26 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:46:01 eth0 0.60 0.18 0.17 0.10 0.00 0.00 0.00 0.00 00:51:26 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:47:01 eth0 2.08 0.60 0.64 0.40 0.00 0.00 0.00 0.00 00:51:26 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:48:01 eth0 0.60 0.30 0.28 0.20 0.00 0.00 0.00 0.00 00:51:26 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:49:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:51:26 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:50:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 00:51:26 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:51:01 eth0 15.80 9.64 15.39 6.97 0.00 0.00 0.00 0.00 00:51:26 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 Average: eth0 137.31 115.07 672.32 29.10 0.00 0.00 0.00 0.00 00:51:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:26 Average: docker0 51.81 49.06 4.05 210.99 0.00 0.00 0.00 0.00 00:51:26 00:51:26 00:51:26 ---> sar -P ALL: 00:51:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 00:51:26 00:51:26 00:29:33 LINUX RESTART (4 CPU) 00:51:26 00:51:26 00:30:01 CPU %user %nice %system %iowait %steal %idle 00:51:26 00:31:01 all 22.23 0.00 8.62 2.48 0.17 66.50 00:51:26 00:31:01 0 26.58 0.00 12.65 4.86 0.12 55.79 00:51:26 00:31:01 1 16.56 0.00 6.98 3.07 0.20 73.18 00:51:26 00:31:01 2 25.47 0.00 7.19 0.93 0.12 66.30 00:51:26 00:31:01 3 20.37 0.00 7.72 1.08 0.24 70.59 00:51:26 00:32:01 all 11.03 0.00 8.40 3.36 0.40 76.82 00:51:26 00:32:01 0 10.90 0.00 7.62 1.68 0.41 79.39 00:51:26 00:32:01 1 11.57 0.00 7.66 4.09 0.48 76.20 00:51:26 00:32:01 2 10.45 0.00 8.50 3.78 0.34 76.93 00:51:26 00:32:01 3 11.19 0.00 9.80 3.86 0.36 74.79 00:51:26 00:33:02 all 40.33 0.00 12.42 6.33 0.23 40.69 00:51:26 00:33:02 0 38.84 0.00 12.59 6.65 0.17 41.74 00:51:26 00:33:02 1 39.71 0.00 12.47 9.50 0.17 38.14 00:51:26 00:33:02 2 43.27 0.00 11.45 5.03 0.22 40.03 00:51:26 00:33:02 3 39.48 0.00 13.18 4.14 0.35 42.86 00:51:26 00:34:01 all 54.08 0.00 15.35 3.54 0.14 26.91 00:51:26 00:34:01 0 53.74 0.00 15.58 2.79 0.12 27.76 00:51:26 00:34:01 1 54.08 0.00 15.39 4.03 0.18 26.32 00:51:26 00:34:01 2 54.15 0.00 14.91 3.05 0.13 27.75 00:51:26 00:34:01 3 54.32 0.00 15.50 4.26 0.12 25.80 00:51:26 00:35:01 all 22.23 0.00 18.56 5.31 0.12 53.78 00:51:26 00:35:01 0 22.76 0.00 18.71 6.44 0.10 51.98 00:51:26 00:35:01 1 22.33 0.00 17.71 4.47 0.12 55.38 00:51:26 00:35:01 2 20.86 0.00 18.27 5.03 0.14 55.70 00:51:26 00:35:01 3 22.97 0.00 19.55 5.30 0.14 52.04 00:51:26 00:36:02 all 19.89 0.00 28.82 26.76 0.16 24.37 00:51:26 00:36:02 0 20.23 0.00 28.10 27.15 0.18 24.34 00:51:26 00:36:02 1 19.60 0.00 29.62 29.81 0.20 20.78 00:51:26 00:36:02 2 18.28 0.00 27.63 24.30 0.16 29.63 00:51:26 00:36:02 3 21.46 0.00 29.94 25.80 0.13 22.68 00:51:26 00:37:01 all 49.07 0.00 18.96 14.74 0.06 17.17 00:51:26 00:37:01 0 47.28 0.00 20.47 14.58 0.07 17.59 00:51:26 00:37:01 1 49.96 0.00 18.16 13.15 0.07 18.66 00:51:26 00:37:01 2 49.38 0.00 18.00 15.33 0.05 17.24 00:51:26 00:37:01 3 49.63 0.00 19.22 15.91 0.05 15.18 00:51:26 00:38:02 all 37.49 0.00 27.40 16.72 0.07 18.32 00:51:26 00:38:02 0 36.05 0.00 27.72 13.57 0.09 22.57 00:51:26 00:38:02 1 37.18 0.00 28.00 18.99 0.05 15.77 00:51:26 00:38:02 2 37.59 0.00 26.48 19.25 0.07 16.61 00:51:26 00:38:02 3 39.12 0.00 27.39 15.05 0.07 18.36 00:51:26 00:39:01 all 28.50 0.00 12.88 10.04 0.06 48.53 00:51:26 00:39:01 0 30.61 0.00 13.68 8.92 0.09 46.70 00:51:26 00:39:01 1 28.36 0.00 12.26 5.95 0.05 53.38 00:51:26 00:39:01 2 26.60 0.00 13.25 14.05 0.05 46.06 00:51:26 00:39:01 3 28.44 0.00 12.33 11.21 0.04 47.98 00:51:26 00:40:01 all 0.17 0.00 0.20 0.22 0.00 99.41 00:51:26 00:40:01 0 0.13 0.00 0.23 0.00 0.00 99.63 00:51:26 00:40:01 1 0.20 0.00 0.23 0.65 0.00 98.92 00:51:26 00:40:01 2 0.25 0.00 0.18 0.08 0.00 99.48 00:51:26 00:40:01 3 0.08 0.00 0.13 0.15 0.02 99.62 00:51:26 00:41:01 all 0.10 0.00 0.13 0.00 0.00 99.77 00:51:26 00:41:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:51:26 00:41:01 1 0.12 0.00 0.18 0.00 0.00 99.70 00:51:26 00:41:01 2 0.17 0.00 0.15 0.00 0.00 99.68 00:51:26 00:41:01 3 0.07 0.00 0.12 0.00 0.00 99.82 00:51:26 00:51:26 00:41:01 CPU %user %nice %system %iowait %steal %idle 00:51:26 00:42:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:51:26 00:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:51:26 00:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:51:26 00:42:01 2 0.50 0.00 0.02 0.00 0.00 99.48 00:51:26 00:42:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:51:26 00:43:01 all 0.17 0.00 0.04 0.01 0.00 99.78 00:51:26 00:43:01 0 0.53 0.00 0.03 0.02 0.00 99.42 00:51:26 00:43:01 1 0.05 0.00 0.03 0.02 0.00 99.90 00:51:26 00:43:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:51:26 00:43:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:51:26 00:44:01 all 0.17 0.00 0.05 0.00 0.01 99.77 00:51:26 00:44:01 0 0.52 0.00 0.03 0.00 0.02 99.43 00:51:26 00:44:01 1 0.05 0.00 0.07 0.00 0.02 99.87 00:51:26 00:44:01 2 0.07 0.00 0.05 0.00 0.00 99.88 00:51:26 00:44:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:51:26 00:45:01 all 0.16 0.00 0.07 0.02 0.00 99.75 00:51:26 00:45:01 0 0.40 0.00 0.05 0.00 0.00 99.55 00:51:26 00:45:01 1 0.02 0.00 0.05 0.00 0.00 99.93 00:51:26 00:45:01 2 0.20 0.00 0.15 0.08 0.02 99.55 00:51:26 00:45:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:51:26 00:46:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:51:26 00:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:51:26 00:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:51:26 00:46:01 2 0.57 0.00 0.07 0.00 0.00 99.37 00:51:26 00:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:51:26 00:47:01 all 0.14 0.00 0.03 0.00 0.00 99.84 00:51:26 00:47:01 0 0.45 0.00 0.03 0.00 0.00 99.52 00:51:26 00:47:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:51:26 00:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:51:26 00:47:01 3 0.03 0.00 0.00 0.00 0.00 99.97 00:51:26 00:48:01 all 0.07 0.00 0.03 0.00 0.00 99.90 00:51:26 00:48:01 0 0.12 0.00 0.05 0.00 0.00 99.83 00:51:26 00:48:01 1 0.05 0.00 0.02 0.00 0.00 99.93 00:51:26 00:48:01 2 0.07 0.00 0.03 0.00 0.00 99.90 00:51:26 00:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:51:26 00:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:51:26 00:49:01 0 0.50 0.00 0.02 0.00 0.00 99.48 00:51:26 00:49:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:51:26 00:49:01 2 0.05 0.00 0.03 0.00 0.00 99.92 00:51:26 00:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:51:26 00:50:01 all 0.18 0.00 0.03 0.00 0.00 99.79 00:51:26 00:50:01 0 0.50 0.00 0.02 0.00 0.00 99.48 00:51:26 00:50:01 1 0.12 0.00 0.03 0.00 0.00 99.85 00:51:26 00:50:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:51:26 00:50:01 3 0.05 0.00 0.03 0.00 0.00 99.92 00:51:26 00:51:01 all 1.87 0.00 1.11 1.91 0.01 95.09 00:51:26 00:51:01 0 1.79 0.00 0.92 0.35 0.00 96.95 00:51:26 00:51:01 1 2.29 0.00 1.52 2.76 0.00 93.44 00:51:26 00:51:01 2 2.37 0.00 1.44 4.09 0.02 92.09 00:51:26 00:51:01 3 1.05 0.00 0.58 0.43 0.02 97.91 00:51:26 Average: all 13.35 0.00 7.09 4.22 0.07 75.27 00:51:26 Average: 0 13.50 0.00 7.33 4.01 0.06 75.09 00:51:26 Average: 1 13.10 0.00 6.98 4.47 0.07 75.38 00:51:26 Average: 2 13.46 0.00 6.86 4.40 0.06 75.23 00:51:26 Average: 3 13.35 0.00 7.19 4.01 0.07 75.39 00:51:26 00:51:26 00:51:26