Pull request #3030 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at c7b5d06303d1c1949c9ce5e99765f1d861064f89 rather than b9aa6044ec32c77830497c794d2a8bd85bb0832c Obtained Jenkinsfile from c7b5d06303d1c1949c9ce5e99765f1d861064f89 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 Running on prd-centos7-docker-4c-2g-22246 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit b9aa6044ec32c77830497c794d2a8bd85bb0832c > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b9aa6044ec32c77830497c794d2a8bd85bb0832c # 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 c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 Merge succeeded, producing 6d1a339455ff287b3513c2fe56a7375bd1d8bcae Checking out Revision 6d1a339455ff287b3513c2fe56a7375bd1d8bcae (PR-3030) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d1a339455ff287b3513c2fe56a7375bd1d8bcae # timeout=10 Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:46:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:46:14 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:46:14 ========================================================= 08:46:14 EdgeX Global Pipelines Version Info 08:46:14 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:46:17 ------------------- 08:46:17 stable info: 08:46:17 ------------------- 08:46:17 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:46:17 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:46:17 Message: update stable to v1.0.179 08:46:18 ------------------- 08:46:18 experimental info: 08:46:18 ------------------- 08:46:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:46:18 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:46:18 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:46:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:46:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:46:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:46:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:46:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:46:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:46:20 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:46:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:46:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:46:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:46:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:46:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:46:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:46:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:46:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:46:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:46:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:46:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:46:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:46:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:46:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:46:22 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:46:22 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:46:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo 08:46:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo 08:46:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo 08:46:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d1a339455ff287b3513c2fe56a7375bd1d8bcae [Pipeline] echo 08:46:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d1a339 [Pipeline] echo 08:46:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:46:23 provisioning config files... 08:46:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config2886959637549559742tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:46:23 ---> docker-login.sh 08:46:23 nexus3.edgexfoundry.org:10001 08:46:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:25 Configure a credential helper to remove this warning. See 08:46:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:25 08:46:25 Login Succeeded 08:46:25 nexus3.edgexfoundry.org:10002 08:46:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:25 Configure a credential helper to remove this warning. See 08:46:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:25 08:46:25 Login Succeeded 08:46:25 nexus3.edgexfoundry.org:10003 08:46:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:26 Configure a credential helper to remove this warning. See 08:46:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:26 08:46:26 Login Succeeded 08:46:26 nexus3.edgexfoundry.org:10004 08:46:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:26 Configure a credential helper to remove this warning. See 08:46:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:26 08:46:26 Login Succeeded 08:46:26 docker.io 08:46:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:46:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:46:27 Configure a credential helper to remove this warning. See 08:46:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:46:27 08:46:27 Login Succeeded 08:46:27 ---> docker-login.sh ends [Pipeline] } 08:46:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:46:27 ++ 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 08:46:27 + for file in '`ls cmd/**/Dockerfile`' 08:46:27 ++ dirname cmd/core-command/Dockerfile 08:46:27 ++ cut -d/ -f2 08:46:27 + echo core-command,cmd/core-command/Dockerfile 08:46:27 + for file in '`ls cmd/**/Dockerfile`' 08:46:27 ++ dirname cmd/core-data/Dockerfile 08:46:27 ++ cut -d/ -f2 08:46:27 + echo core-data,cmd/core-data/Dockerfile 08:46:27 + for file in '`ls cmd/**/Dockerfile`' 08:46:27 ++ dirname cmd/core-metadata/Dockerfile 08:46:27 ++ cut -d/ -f2 08:46:27 + echo core-metadata,cmd/core-metadata/Dockerfile 08:46:27 + for file in '`ls cmd/**/Dockerfile`' 08:46:27 ++ dirname cmd/security-bootstrapper/Dockerfile 08:46:27 ++ cut -d/ -f2 08:46:27 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:46:27 + for file in '`ls cmd/**/Dockerfile`' 08:46:27 ++ dirname cmd/security-proxy-setup/Dockerfile 08:46:27 ++ cut -d/ -f2 08:46:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:46:27 + for file in '`ls cmd/**/Dockerfile`' 08:46:27 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:46:27 ++ cut -d/ -f2 08:46:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:46:27 + for file in '`ls cmd/**/Dockerfile`' 08:46:27 ++ dirname cmd/support-notifications/Dockerfile 08:46:27 ++ cut -d/ -f2 08:46:27 + echo support-notifications,cmd/support-notifications/Dockerfile 08:46:27 + for file in '`ls cmd/**/Dockerfile`' 08:46:27 ++ dirname cmd/support-scheduler/Dockerfile 08:46:27 ++ cut -d/ -f2 08:46:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:46:27 + for file in '`ls cmd/**/Dockerfile`' 08:46:27 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:46:27 ++ cut -d/ -f2 08:46:27 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:46:28 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 08:46:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:46:29 08:46:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:46:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:46:29 latest: Pulling from edgex-devops/git-semver 08:46:29 31603596830f: Pulling fs layer 08:46:29 2a8b12db71e7: Pulling fs layer 08:46:29 6ca5941a6612: Pulling fs layer 08:46:29 ecc8261a40a4: Pulling fs layer 08:46:29 ecc8261a40a4: Waiting 08:46:29 2a8b12db71e7: Verifying Checksum 08:46:29 2a8b12db71e7: Download complete 08:46:29 31603596830f: Verifying Checksum 08:46:29 31603596830f: Download complete 08:46:30 ecc8261a40a4: Verifying Checksum 08:46:30 ecc8261a40a4: Download complete 08:46:30 6ca5941a6612: Verifying Checksum 08:46:30 6ca5941a6612: Download complete 08:46:30 31603596830f: Pull complete 08:46:30 2a8b12db71e7: Pull complete 08:46:32 6ca5941a6612: Pull complete 08:46:33 ecc8261a40a4: Pull complete 08:46:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:46:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:46:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:46:33 prd-centos7-docker-4c-2g-22246 does not seem to be running inside a container 08:46:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:46:36 $ docker top 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:46:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:46:37 [ssh-agent] Looking for ssh-agent implementation... 08:46:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:46:37 $ docker exec 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a ssh-agent 08:46:38 SSH_AUTH_SOCK=/tmp/ssh-OYfdnkXMASCz/agent.11 08:46:38 SSH_AGENT_PID=16 08:46:38 Running ssh-add (command line suppressed) 08:46:38 Identity added: /w/workspace/edgex-go/17@tmp/private_key_2716694928972653156.key (/w/workspace/edgex-go/17@tmp/private_key_2716694928972653156.key) 08:46:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:46:39 + git tag --points-at HEAD [Pipeline] } 08:46:39 $ docker exec --env ******** --env ******** 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a ssh-agent -k 08:46:40 unset SSH_AUTH_SOCK; 08:46:40 unset SSH_AGENT_PID; 08:46:40 echo Agent pid 16 killed; 08:46:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:46:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:46:40 [ssh-agent] Looking for ssh-agent implementation... 08:46:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:46:41 $ docker exec 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a ssh-agent 08:46:42 SSH_AUTH_SOCK=/tmp/ssh-BOmZJO5n5CF0/agent.45 08:46:42 SSH_AGENT_PID=50 08:46:42 Running ssh-add (command line suppressed) 08:46:42 Identity added: /w/workspace/edgex-go/17@tmp/private_key_8772275198589389358.key (/w/workspace/edgex-go/17@tmp/private_key_8772275198589389358.key) 08:46:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:46:43 + git semver init 08:46:43 # -> Open(): unable to determine branch for HEAD 08:46:43 # $GIT_DIR = /w/workspace/edgex-go/17/.git 08:46:43 # $GIT_WORK_TREE = /w/workspace/edgex-go/17 08:46:43 # $SEMVER_REMOTE_NAME = origin 08:46:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:46:43 # $SEMVER_USER_NAME = edgex-jenkins 08:46:43 # $SEMVER_BRANCH = PR-3030 08:46:43 # $SEMVER_TEMP = /tmp/semver-415956963 08:46:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:47:16 # '/tmp/semver-415956963' -> '/w/workspace/edgex-go/17/.semver' 08:47:16 # -> Force: false 08:47:16 # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } 08:47:16 $ docker exec --env ******** --env ******** 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a ssh-agent -k 08:47:17 unset SSH_AUTH_SOCK; 08:47:17 unset SSH_AGENT_PID; 08:47:17 echo Agent pid 50 killed; 08:47:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:47:17 + git semver [Pipeline] } 08:47:17 $ docker stop --time=1 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a 08:47:19 $ docker rm -f 638efbbcb16cac620f22682ef92cf3dbc08f4b7f7e878592be0ff7d8e2f9db1a [Pipeline] // withDockerContainer [Pipeline] sh 08:47:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:47:21 Stashed 1 file(s) [Pipeline] echo 08:47:21 [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 08:47:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:47:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:47:23 + sudo service docker restart 08:47:23 + true 08:47:23 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:47:24 ========================================================= 08:47:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:47:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:47:24 + 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 . 08:47:31 Sending build context to Docker daemon 327.1MB 08:47:31 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:47:31 Step 2/6 : FROM ${BASE} 08:47:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:47:31 188c0c94c7c5: Pulling fs layer 08:47:31 0ef7d3d256c8: Pulling fs layer 08:47:31 de9db76c5a1d: Pulling fs layer 08:47:31 bca2f99d35d6: Pulling fs layer 08:47:31 93359f2a8cfa: Pulling fs layer 08:47:31 7c6f9722023f: Pulling fs layer 08:47:31 a35cf1a2eb13: Pulling fs layer 08:47:31 93359f2a8cfa: Waiting 08:47:31 7c6f9722023f: Waiting 08:47:31 a35cf1a2eb13: Waiting 08:47:31 de9db76c5a1d: Verifying Checksum 08:47:31 de9db76c5a1d: Download complete 08:47:31 0ef7d3d256c8: Verifying Checksum 08:47:31 0ef7d3d256c8: Download complete 08:47:32 93359f2a8cfa: Verifying Checksum 08:47:32 93359f2a8cfa: Download complete 08:47:32 7c6f9722023f: Verifying Checksum 08:47:32 7c6f9722023f: Download complete 08:47:32 188c0c94c7c5: Verifying Checksum 08:47:32 188c0c94c7c5: Download complete 08:47:33 188c0c94c7c5: Pull complete 08:47:34 0ef7d3d256c8: Pull complete 08:47:35 de9db76c5a1d: Pull complete 08:47:36 Still waiting to schedule task 08:47:36 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:47:37 a35cf1a2eb13: Verifying Checksum 08:47:37 a35cf1a2eb13: Download complete 08:47:39 bca2f99d35d6: Verifying Checksum 08:47:39 bca2f99d35d6: Download complete 08:47:50 bca2f99d35d6: Pull complete 08:47:50 93359f2a8cfa: Pull complete 08:47:50 7c6f9722023f: Pull complete 08:47:55 a35cf1a2eb13: Pull complete 08:47:55 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:47:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:47:55 ---> a62c8e92a672 08:47:55 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 08:47:55 ---> Running in ec1c6576e223 08:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:47:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:47:57 (1/12) Installing libmagic (5.38-r0) 08:47:57 (2/12) Installing file (5.38-r0) 08:47:57 (3/12) Installing libc-dev (0.7.2-r3) 08:47:58 (4/12) Installing g++ (9.3.0-r2) 08:48:01 (5/12) Installing fortify-headers (1.1-r0) 08:48:01 (6/12) Installing patch (2.7.6-r6) 08:48:01 (7/12) Installing build-base (0.5-r2) 08:48:01 (8/12) Installing libsodium (1.0.18-r0) 08:48:01 (9/12) Installing pkgconf (1.7.2-r0) 08:48:01 (10/12) Installing libsodium-dev (1.0.18-r0) 08:48:01 (11/12) Installing libzmq (4.3.3-r0) 08:48:01 (12/12) Installing zeromq-dev (4.3.3-r0) 08:48:01 Executing busybox-1.31.1-r19.trigger 08:48:01 OK: 233 MiB in 51 packages 08:48:06 Removing intermediate container ec1c6576e223 08:48:06 ---> 1d026cb82615 08:48:06 Step 4/6 : WORKDIR /edgex-go 08:48:06 ---> Running in 53ee9626f545 08:48:06 Removing intermediate container 53ee9626f545 08:48:06 ---> 6b3e873e1dec 08:48:06 Step 5/6 : COPY go.mod . 08:48:07 ---> 9c56e9e0e0a3 08:48:07 Step 6/6 : RUN go mod download 08:48:07 ---> Running in 005ca003100c 08:48:34 Removing intermediate container 005ca003100c 08:48:34 ---> d38e42f39f8a 08:48:34 Successfully built d38e42f39f8a 08:48:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:48:34 + docker inspect -f . ci-base-image-x86_64 08:48:34 . [Pipeline] withDockerContainer 08:48:34 prd-centos7-docker-4c-2g-22246 does not seem to be running inside a container 08:48:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:48:36 $ docker top 6a673aa99aafb2557c99ac7ef354528eb20823f8daee3189743a8286830fb9c7 -eo pid,comm [Pipeline] { [Pipeline] sh 08:48:37 + go version 08:48:37 go version go1.15.5 linux/amd64 [Pipeline] } 08:48:37 $ docker stop --time=1 6a673aa99aafb2557c99ac7ef354528eb20823f8daee3189743a8286830fb9c7 08:48:38 $ docker rm -f 6a673aa99aafb2557c99ac7ef354528eb20823f8daee3189743a8286830fb9c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:48:39 + docker inspect -f . ci-base-image-x86_64 08:48:39 . [Pipeline] withDockerContainer 08:48:39 prd-centos7-docker-4c-2g-22246 does not seem to be running inside a container 08:48:40 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:48:41 $ docker top 617e7a5874a86040b51389fdf89e2e1b522db324e72cac4236d5a41b1749afe8 -eo pid,comm [Pipeline] { [Pipeline] echo 08:48:41 ========================================================= 08:48:41 [edgeXBuildGoParallel] Running Tests and Build... 08:48:41 ========================================================= [Pipeline] sh 08:48:42 + make test 08:48:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:49:00 ? github.com/edgexfoundry/edgex-go [no test files] 08:49:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22248 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 08:49:18 Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout 08:49:24 using credential edgex-jenkins-ssh 08:49:24 Cloning the remote Git repository 08:49:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:49:24 > git init /w/workspace/edgex-go/17 # timeout=10 08:49:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:49:24 > git --version # timeout=10 08:49:24 > git --version # 'git version 2.17.1' 08:49:24 using GIT_SSH to set credentials SSH Credentials for GitHub 08:49:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:49:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:49:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:49:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:49:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:49:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:49:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:49:42 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:49:42 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:49:42 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:49:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:49:42 Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit b9aa6044ec32c77830497c794d2a8bd85bb0832c 08:49:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:49:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:49:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:49:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:49:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:49:42 using GIT_SSH to set credentials SSH Credentials for GitHub 08:49:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:49:42 > git config core.sparsecheckout # timeout=10 08:49:42 > git checkout -f b9aa6044ec32c77830497c794d2a8bd85bb0832c # timeout=10 08:49:43 Merge succeeded, producing 1ecd6ce7ccf9b16b620ab5272d9267f3aa43a5c2 08:49:43 Checking out Revision 1ecd6ce7ccf9b16b620ab5272d9267f3aa43a5c2 (PR-3030) 08:49:43 > git remote # timeout=10 08:49:43 > git config --get remote.origin.url # timeout=10 08:49:43 using GIT_SSH to set credentials SSH Credentials for GitHub 08:49:43 > git merge c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 08:49:43 > git rev-parse HEAD^{commit} # timeout=10 08:49:43 > git config core.sparsecheckout # timeout=10 08:49:43 > git checkout -f 1ecd6ce7ccf9b16b620ab5272d9267f3aa43a5c2 # timeout=10 08:49:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:49:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:49:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:49:48 Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" 08:49:48 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:49:50 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 08:49:48 > git rev-list --no-walk 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 # timeout=10 [Pipeline] sh 08:49:50 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 46.6% of statements 08:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:49:50 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:49:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:49:50 + + sudo service docker restart 08:49:50 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:49:52 provisioning config files... 08:49:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config8099123363906711029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:49:53 ---> docker-login.sh 08:49:53 nexus3.edgexfoundry.org:10001 08:49:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:49:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:49:54 Configure a credential helper to remove this warning. See 08:49:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:49:54 08:49:54 Login Succeeded 08:49:54 nexus3.edgexfoundry.org:10002 08:49:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:49:55 Configure a credential helper to remove this warning. See 08:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:49:55 08:49:55 Login Succeeded 08:49:55 nexus3.edgexfoundry.org:10003 08:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:49:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:49:55 Configure a credential helper to remove this warning. See 08:49:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:49:55 08:49:55 Login Succeeded 08:49:55 nexus3.edgexfoundry.org:10004 08:49:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.0% of statements 08:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:49:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements 08:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:49:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements 08:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:49:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.162s coverage: 66.7% of statements 08:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:49:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:49:56 Configure a credential helper to remove this warning. See 08:49:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:49:56 08:49:56 Login Succeeded 08:49:56 docker.io 08:49:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:49:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:49:56 Configure a credential helper to remove this warning. See 08:49:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:49:56 08:49:56 Login Succeeded 08:49:56 ---> docker-login.sh ends [Pipeline] } 08:49:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 08:49:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.619s coverage: 82.3% of statements 08:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:49:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:49:57 ========================================================= 08:49:57 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:49:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:49:57 + 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 . 08:49:59 Sending build context to Docker daemon 165.9MB 08:49:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.609s coverage: 28.6% of statements 08:49:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:49:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:49:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:49:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:49:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:49:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.103s coverage: 100.0% of statements 08:49:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:49:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.098s coverage: 100.0% of statements 08:49:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:49:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:49:59 Step 2/6 : FROM ${BASE} 08:49:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:49:59 5f621e34cdf4: Pulling fs layer 08:49:59 a4357932f1b6: Pulling fs layer 08:49:59 18c013af1878: Pulling fs layer 08:49:59 00ac8860ef70: Pulling fs layer 08:49:59 63d7cb157983: Pulling fs layer 08:49:59 b116817d02f9: Pulling fs layer 08:49:59 745a02a5169b: Pulling fs layer 08:49:59 00ac8860ef70: Waiting 08:49:59 63d7cb157983: Waiting 08:49:59 745a02a5169b: Waiting 08:49:59 b116817d02f9: Waiting 08:49:59 18c013af1878: Verifying Checksum 08:49:59 18c013af1878: Download complete 08:49:59 a4357932f1b6: Verifying Checksum 08:49:59 a4357932f1b6: Download complete 08:49:59 63d7cb157983: Verifying Checksum 08:49:59 63d7cb157983: Download complete 08:49:59 b116817d02f9: Verifying Checksum 08:49:59 b116817d02f9: Download complete 08:49:59 5f621e34cdf4: Verifying Checksum 08:49:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.197s coverage: 86.7% of statements 08:49:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:49:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements 08:49:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:50:00 5f621e34cdf4: Pull complete 08:50:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.194s coverage: 78.3% of statements 08:50:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:50:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:50:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:50:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:50:01 a4357932f1b6: Pull complete 08:50:01 18c013af1878: Pull complete 08:50:01 745a02a5169b: Verifying Checksum 08:50:01 745a02a5169b: Download complete 08:50:03 00ac8860ef70: Verifying Checksum 08:50:03 00ac8860ef70: Download complete 08:50:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.655s coverage: 92.8% of statements 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:50:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:50:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.1% of statements 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:50:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:50:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 43.8% of statements 08:50:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.077s coverage: 79.5% of statements 08:50:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.041s coverage: 94.1% of statements 08:50:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.119s coverage: 96.3% of statements 08:50:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 08:50:15 00ac8860ef70: Pull complete 08:50:15 63d7cb157983: Pull complete 08:50:15 b116817d02f9: Pull complete 08:50:18 745a02a5169b: Pull complete 08:50:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:50:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:50:18 ---> b7e6874047d6 08:50:18 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 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.038s coverage: 44.8% of statements 08:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.139s coverage: 87.2% of statements 08:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements 08:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements 08:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.093s coverage: 80.8% of statements 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 84.2% of statements 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.189s coverage: 91.4% of statements 08:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.361s coverage: 63.5% of statements 08:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:50:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.084s coverage: 100.0% of statements 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 08:50:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 08:50:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.629s coverage: 68.9% of statements 08:50:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:50:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:50:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:50:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:50:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:50:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.234s coverage: 37.0% of statements 08:50:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:50:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:50:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.744s coverage: 84.0% of statements 08:50:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.121s coverage: 100.0% of statements 08:50:21 ---> Running in b6180098c496 08:50:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.248s coverage: 47.1% of statements 08:50:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:50:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:50:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:50:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:50:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:50:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements 08:50:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:50:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.084s coverage: 100.0% of statements 08:50:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:50:24 (1/12) Installing libmagic (5.38-r0) 08:50:24 (2/12) Installing file (5.38-r0) 08:50:24 (3/12) Installing libc-dev (0.7.2-r3) 08:50:24 (4/12) Installing g++ (9.3.0-r2) 08:50:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.169s coverage: 29.1% of statements 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:50:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.130s coverage: 99.0% of statements 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:50:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:50:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:50:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:50:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.113s coverage: 87.9% of statements 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:50:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:50:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements 08:50:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 08:50:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.053s coverage: 100.0% of statements 08:50:29 GO111MODULE=on go vet ./... 08:50:31 (5/12) Installing fortify-headers (1.1-r0) 08:50:31 (6/12) Installing patch (2.7.6-r6) 08:50:31 (7/12) Installing build-base (0.5-r2) 08:50:31 (8/12) Installing libsodium (1.0.18-r0) 08:50:31 (9/12) Installing pkgconf (1.7.2-r0) 08:50:31 (10/12) Installing libsodium-dev (1.0.18-r0) 08:50:31 (11/12) Installing libzmq (4.3.3-r0) 08:50:31 (12/12) Installing zeromq-dev (4.3.3-r0) 08:50:31 Executing busybox-1.31.1-r19.trigger 08:50:31 OK: 217 MiB in 51 packages 08:50:34 Removing intermediate container b6180098c496 08:50:34 ---> 3c388affb01c 08:50:34 Step 4/6 : WORKDIR /edgex-go 08:50:35 ---> Running in 49aa111969ec 08:50:35 Removing intermediate container 49aa111969ec 08:50:35 ---> 66f9f8f8ca61 08:50:35 Step 5/6 : COPY go.mod . 08:50:35 ---> 98c5501fa464 08:50:35 Step 6/6 : RUN go mod download 08:50:36 ---> Running in 1ab6e8695dbf 08:51:03 Removing intermediate container 1ab6e8695dbf 08:51:03 ---> 035b2e14e924 08:51:03 Successfully built 035b2e14e924 08:51:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:51:03 + docker inspect -f . ci-base-image-arm64 08:51:03 . [Pipeline] withDockerContainer 08:51:03 prd-ubuntu18.04-docker-arm64-4c-16g-22248 does not seem to be running inside a container 08:51:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:51:05 $ docker top 946e5bf7d6b405f26c2a549187aaf95eaab26d8f25e2cd5ede7a821eea386af4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:51:06 + go version 08:51:06 go version go1.15.5 linux/arm64 [Pipeline] } 08:51:06 $ docker stop --time=1 946e5bf7d6b405f26c2a549187aaf95eaab26d8f25e2cd5ede7a821eea386af4 08:51:08 $ docker rm -f 946e5bf7d6b405f26c2a549187aaf95eaab26d8f25e2cd5ede7a821eea386af4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:51:09 + docker inspect -f . ci-base-image-arm64 08:51:09 . [Pipeline] withDockerContainer 08:51:09 prd-ubuntu18.04-docker-arm64-4c-16g-22248 does not seem to be running inside a container 08:51:09 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:51:10 $ docker top b6e79813c0f67ffb206818c59de87c17df2bad648b91094af9ff7564abd633f8 -eo pid,comm [Pipeline] { [Pipeline] echo 08:51:11 ========================================================= 08:51:11 [edgeXBuildGoParallel] Running Tests and Build... 08:51:11 ========================================================= [Pipeline] sh 08:51:11 + make test 08:51:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:51:17 gofmt -l . 08:51:17 [ "`gofmt -l .`" = "" ] 08:51:17 ./bin/test-go-mod-tidy.sh 08:51:17 ./bin/test-attribution-txt.sh [Pipeline] sh 08:51:18 + ls -al . 08:51:18 total 668 08:51:18 drwxrwxr-x 10 1001 1001 4096 Jan 22 08:51 . 08:51:18 drwxr-xr-x 4 root root 30 Jan 22 08:48 .. 08:51:18 -rw-rw-r-- 1 1001 1001 11 Jan 22 08:46 .dockerignore 08:51:18 drwxrwxr-x 8 1001 1001 179 Jan 22 08:46 .git 08:51:18 drwxrwxr-x 3 1001 1001 125 Jan 22 08:46 .github 08:51:18 -rw-rw-r-- 1 1001 1001 872 Jan 22 08:46 .gitignore 08:51:18 drwx------ 3 1001 1001 47 Jan 22 08:47 .semver 08:51:18 -rw-rw-r-- 1 1001 1001 166 Jan 22 08:46 .sonarcloud.properties 08:51:18 -rw-rw-r-- 1 1001 1001 7859 Jan 22 08:46 Attribution.txt 08:51:18 -rw-rw-r-- 1 1001 1001 3804 Jan 22 08:46 CONTRIBUTING.md 08:51:18 -rw-rw-r-- 1 1001 1001 931 Jan 22 08:46 Dockerfile.build 08:51:18 -rw-rw-r-- 1 1001 1001 863 Jan 22 08:46 Jenkinsfile 08:51:18 -rw-rw-r-- 1 1001 1001 10775 Jan 22 08:46 LICENSE 08:51:18 -rw-rw-r-- 1 1001 1001 6001 Jan 22 08:46 Makefile 08:51:18 -rw-rw-r-- 1 1001 1001 6524 Jan 22 08:46 README.md 08:51:18 -rw-rw-r-- 1 1001 1001 6755 Jan 22 08:46 SECURITY.md 08:51:18 -rw-rw-r-- 1 1001 1001 5 Jan 22 08:47 VERSION 08:51:18 -rw-rw-r-- 1 1001 1001 4131 Jan 22 08:46 ZMQWindows.md 08:51:18 drwxrwxr-x 2 1001 1001 117 Jan 22 08:46 bin 08:51:18 drwxrwxr-x 15 1001 1001 4096 Jan 22 08:46 cmd 08:51:18 -rw-r--r-- 1 root root 563886 Jan 22 08:50 coverage.out 08:51:18 -rw-r--r-- 1 root root 1053 Jan 22 08:51 go.mod 08:51:18 -rw-r--r-- 1 root root 18878 Jan 22 08:51 go.sum 08:51:18 drwxrwxr-x 8 1001 1001 127 Jan 22 08:46 internal 08:51:18 drwxrwxr-x 4 1001 1001 26 Jan 22 08:46 openapi 08:51:18 drwxrwxr-x 4 1001 1001 71 Jan 22 08:46 snap 08:51:18 -rw-rw-r-- 1 1001 1001 168 Jan 22 08:46 version.go [Pipeline] sh 08:51:18 + '[' -e coverage.out ] 08:51:18 + chown 1001:1001 coverage.out [Pipeline] stash 08:51:18 Stashed 1 file(s) [Pipeline] sh 08:51:19 + make build 08:51:19 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 08:51:25 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 08:51:33 ? github.com/edgexfoundry/edgex-go [no test files] 08:51:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:51:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:51:43 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 08:51:44 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 08:51:47 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 08:51:51 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 08:51:54 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 08:51:57 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 08:52:00 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 08:52:03 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 08:52:06 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] } 08:52:09 $ docker stop --time=1 617e7a5874a86040b51389fdf89e2e1b522db324e72cac4236d5a41b1749afe8 08:52:12 $ docker rm -f 617e7a5874a86040b51389fdf89e2e1b522db324e72cac4236d5a41b1749afe8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:52:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:52:14 08:52:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:52:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:52:15 latest: Pulling from edgex-devops/edgex-compose 08:52:15 cbdbe7a5bc2a: Pulling fs layer 08:52:15 ca9280d653b3: Pulling fs layer 08:52:15 7e9c9ca2126c: Pulling fs layer 08:52:15 cbdbe7a5bc2a: Verifying Checksum 08:52:15 cbdbe7a5bc2a: Download complete 08:52:17 cbdbe7a5bc2a: Pull complete 08:52:17 ca9280d653b3: Verifying Checksum 08:52:17 ca9280d653b3: Download complete 08:52:20 ca9280d653b3: Pull complete 08:52:20 7e9c9ca2126c: Verifying Checksum 08:52:20 7e9c9ca2126c: Download complete 08:52:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:52:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:52:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:52:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:52:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:52:31 7e9c9ca2126c: Pull complete 08:52:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:52:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:52:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:52:31 prd-centos7-docker-4c-2g-22246 does not seem to be running inside a container 08:52:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 08:52:33 $ docker top b6b8a56bad418d383cdd65789d24d7c22da9c239df253acff2cc8da163c8cea3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:52:34 + grep parallel 08:52:34 + docker-compose build --help 08:52:36 --parallel Build images in parallel. [Pipeline] } 08:52:36 $ docker stop --time=1 b6b8a56bad418d383cdd65789d24d7c22da9c239df253acff2cc8da163c8cea3 08:52:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:52:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:52:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:52:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:52:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:52:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:52:37 $ docker rm -f b6b8a56bad418d383cdd65789d24d7c22da9c239df253acff2cc8da163c8cea3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:52:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:52:38 . [Pipeline] withDockerContainer 08:52:38 prd-centos7-docker-4c-2g-22246 does not seem to be running inside a container 08:52:39 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:52:40 $ docker top 607e0860f2fd1659b1efa65b94e0b5daec604a659b3f87387fabe1e95fd45155 -eo pid,comm [Pipeline] { [Pipeline] sh 08:52:40 + docker-compose -f ./docker-compose-build.yml build --parallel 08:52:42 Building docker-core-command-go ... 08:52:42 Building docker-core-data-go ... 08:52:42 Building docker-core-metadata-go ... 08:52:42 Building docker-security-bootstrapper-go ... 08:52:42 Building docker-security-proxy-setup-go ... 08:52:42 Building docker-security-secretstore-setup-go ... 08:52:42 Building docker-support-notifications-go ... 08:52:42 Building docker-support-scheduler-go ... 08:52:42 Building docker-sys-mgmt-agent-go ... 08:52:42 Building docker-core-data-go 08:52:42 Building docker-security-bootstrapper-go 08:52:42 Building docker-core-command-go 08:52:42 Building docker-security-secretstore-setup-go 08:52:42 Building docker-security-proxy-setup-go 08:52:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:52:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:52:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:52:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.245s coverage: 46.6% of statements 08:52:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:52:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:52:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:52:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:52:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.510s coverage: 27.0% of statements 08:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 08:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 08:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:52:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.324s coverage: 66.7% of statements 08:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:52:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:52:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.701s coverage: 82.3% of statements 08:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:52:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:53:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.207s coverage: 28.6% of statements 08:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:53:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.161s coverage: 100.0% of statements 08:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:53:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.158s coverage: 100.0% of statements 08:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:53:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.369s coverage: 86.7% of statements 08:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:53:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.368s coverage: 97.5% of statements 08:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:53:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.143s coverage: 78.3% of statements 08:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:53:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.254s coverage: 92.8% of statements 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:53:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:53:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:53:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 43.8% of statements 08:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements 08:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.127s coverage: 94.1% of statements 08:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.115s coverage: 96.3% of statements 08:53:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 08:53:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.088s coverage: 94.4% of statements 08:53:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 08:53:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:53:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:53:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:53:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:53:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.083s coverage: 87.2% of statements 08:53:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:53:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:53:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 08:53:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:53:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements 08:53:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:53:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 08:53:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 08:53:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements 08:53:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.4% of statements 08:53:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:53:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.660s coverage: 63.5% of statements 08:53:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:53:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:53:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.070s coverage: 100.0% of statements 08:53:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 08:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 08:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 08:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 08:53:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.874s coverage: 68.9% of statements 08:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:53:33 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:53:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.417s coverage: 37.0% of statements 08:53:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:53:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:53:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.720s coverage: 84.0% of statements 08:53:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements 08:53:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:53:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:53:39 ---> d38e42f39f8a 08:53:39 Step 3/23 : WORKDIR /edgex-go 08:53:39 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:53:39 Step 2/33 : FROM ${BUILDER_BASE} AS builder 08:53:39 ---> d38e42f39f8a 08:53:39 Step 3/33 : WORKDIR /edgex-go 08:53:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:53:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:53:39 ---> d38e42f39f8a 08:53:39 Step 3/24 : WORKDIR /edgex-go 08:53:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:53:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:53:39 ---> d38e42f39f8a 08:53:39 Step 3/21 : WORKDIR /edgex-go 08:53:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:53:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:53:39 ---> d38e42f39f8a 08:53:39 Step 3/23 : WORKDIR /edgex-go 08:53:39 ---> Running in b06d7b2c948f 08:53:39 ---> Running in 3f14c5fe7fd4 08:53:39 ---> Running in b978647edb43 08:53:39 ---> Running in b33e2ceadad0 08:53:39 ---> Running in c664f9456337 08:53:39 Removing intermediate container 3f14c5fe7fd4 08:53:39 ---> 2f50502b95a6 08:53:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:53:39 Removing intermediate container b33e2ceadad0 08:53:39 ---> 4c4b6e6871ed 08:53:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:53:39 Removing intermediate container c664f9456337 08:53:39 ---> 75022784153e 08:53:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:53:39 Removing intermediate container b978647edb43 08:53:39 ---> 10109f3d4e9a 08:53:39 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:53:39 Removing intermediate container b06d7b2c948f 08:53:39 ---> 0ddc2df0c113 08:53:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:53:39 ---> Running in e706ad322132 08:53:39 ---> Running in 87b86ac272ef 08:53:39 ---> Running in ca3abd67abbd 08:53:39 ---> Running in 54852135cbfe 08:53:39 ---> Running in 0d050b320414 08:53:40 Removing intermediate container 54852135cbfe 08:53:40 ---> 90d7abe9126a 08:53:40 Step 5/33 : RUN apk add --update --no-cache make git 08:53:40 Removing intermediate container e706ad322132 08:53:40 ---> 17b76e9811f9 08:53:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:53:40 ---> Running in b75b23d95e54 08:53:40 Removing intermediate container 0d050b320414 08:53:40 ---> 67f89da65bf8 08:53:40 Step 5/23 : RUN apk add --update --no-cache make git 08:53:40 ---> Running in 207d07dbf526 08:53:40 Removing intermediate container ca3abd67abbd 08:53:40 ---> fda06b47121d 08:53:40 Step 5/21 : RUN apk add --update --no-cache make git 08:53:40 ---> Running in 7e1f0e7185e8 08:53:40 Removing intermediate container 87b86ac272ef 08:53:40 ---> c6d8fb27bbb1 08:53:40 Step 5/24 : RUN apk add --update --no-cache make git 08:53:41 ---> Running in 3c2493737777 08:53:41 ---> Running in f2fcb3b48c12 08:53:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:53:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.350s coverage: 47.1% of statements 08:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:53:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 08:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:53:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements 08:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:53:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:53:43 OK: 233 MiB in 51 packages 08:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:53:43 OK: 233 MiB in 51 packages 08:53:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:53:43 OK: 233 MiB in 51 packages 08:53:44 OK: 233 MiB in 51 packages 08:53:44 OK: 233 MiB in 51 packages 08:53:45 Removing intermediate container b75b23d95e54 08:53:45 ---> a5e34d384b86 08:53:45 Step 6/33 : COPY go.mod . 08:53:45 Removing intermediate container 207d07dbf526 08:53:45 ---> 177bac5b125c 08:53:45 Step 6/23 : COPY go.mod . 08:53:45 Removing intermediate container 7e1f0e7185e8 08:53:45 ---> a363256558f8 08:53:45 Step 6/23 : COPY go.mod . 08:53:45 Removing intermediate container f2fcb3b48c12 08:53:45 ---> 232651f5d133 08:53:45 Step 6/24 : COPY go.mod . 08:53:45 ---> f29ac6e013f2 08:53:45 Step 7/33 : RUN go mod download 08:53:45 ---> Running in e0ab19d9648e 08:53:45 Removing intermediate container 3c2493737777 08:53:45 ---> c959c4e5d860 08:53:45 Step 6/21 : COPY go.mod . 08:53:46 ---> 274a2e0e3636 08:53:46 Step 7/23 : RUN go mod download 08:53:46 ---> 3e279256b484 08:53:46 Step 7/23 : RUN go mod download 08:53:46 ---> Running in 1254e2a53a02 08:53:46 ---> Running in 1dad6969e12e 08:53:46 ---> e421ddee1225 08:53:46 Step 7/24 : RUN go mod download 08:53:46 ---> Running in 68f7e0155955 08:53:46 ---> a3474a4726b4 08:53:46 Step 7/21 : RUN go mod download 08:53:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.976s coverage: 29.1% of statements 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:53:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.209s coverage: 99.0% of statements 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:53:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:53:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:53:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:53:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:53:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:53:46 ---> Running in d2b1c0e0a9fe 08:53:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements 08:53:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 08:53:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 08:53:49 GO111MODULE=on go vet ./... 08:53:51 Removing intermediate container d2b1c0e0a9fe 08:53:51 ---> ef33385a6c3a 08:53:51 Step 8/21 : COPY . . 08:53:51 Removing intermediate container e0ab19d9648e 08:53:51 ---> 659105a574ed 08:53:51 Step 8/33 : COPY . . 08:53:51 Removing intermediate container 68f7e0155955 08:53:51 ---> c03939eb48fd 08:53:51 Step 8/24 : COPY . . 08:53:51 Removing intermediate container 1dad6969e12e 08:53:51 ---> afd40ac22792 08:53:51 Step 8/23 : COPY . . 08:53:52 Removing intermediate container 1254e2a53a02 08:53:52 ---> ed775845e9fc 08:53:52 Step 8/23 : COPY . . 08:54:57 gofmt -l . 08:54:59 [ "`gofmt -l .`" = "" ] 08:55:00 ---> 5639e7bf1cf0 08:55:00 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 08:55:00 ---> edf3c424dffd 08:55:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:55:00 ---> 773bc0641acd 08:55:00 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:55:00 ---> Running in a3cf376a54d3 08:55:00 ---> Running in c55ba915a246 08:55:00 ---> Running in b204f7c19dfc 08:55:00 ---> c974ee970b80 08:55:00 Step 9/23 : RUN make cmd/core-command/core-command 08:55:00 ---> Running in 4a30bf2e2aec 08:55:00 ---> b88b7492cab1 08:55:00 Step 9/23 : RUN make cmd/core-data/core-data 08:55:00 ---> Running in a1c0feddd316 08:55:00 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 08:55:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:55:00 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 08:55:00 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 08:55:00 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 08:55:01 ./bin/test-go-mod-tidy.sh 08:55:02 ./bin/test-attribution-txt.sh [Pipeline] sh 08:55:03 + ls -al . 08:55:03 total 696 08:55:03 drwxrwxr-x 9 1001 1001 4096 Jan 22 08:55 . 08:55:03 drwxr-xr-x 4 root root 4096 Jan 22 08:51 .. 08:55:03 -rw-rw-r-- 1 1001 1001 11 Jan 22 08:49 .dockerignore 08:55:03 drwxrwxr-x 8 1001 1001 4096 Jan 22 08:49 .git 08:55:03 drwxrwxr-x 3 1001 1001 4096 Jan 22 08:49 .github 08:55:03 -rw-rw-r-- 1 1001 1001 872 Jan 22 08:49 .gitignore 08:55:03 -rw-rw-r-- 1 1001 1001 166 Jan 22 08:49 .sonarcloud.properties 08:55:03 -rw-rw-r-- 1 1001 1001 7859 Jan 22 08:49 Attribution.txt 08:55:03 -rw-rw-r-- 1 1001 1001 3804 Jan 22 08:49 CONTRIBUTING.md 08:55:03 -rw-rw-r-- 1 1001 1001 931 Jan 22 08:49 Dockerfile.build 08:55:03 -rw-rw-r-- 1 1001 1001 863 Jan 22 08:49 Jenkinsfile 08:55:03 -rw-rw-r-- 1 1001 1001 10775 Jan 22 08:49 LICENSE 08:55:03 -rw-rw-r-- 1 1001 1001 6001 Jan 22 08:49 Makefile 08:55:03 -rw-rw-r-- 1 1001 1001 6524 Jan 22 08:49 README.md 08:55:03 -rw-rw-r-- 1 1001 1001 6755 Jan 22 08:49 SECURITY.md 08:55:03 -rw-rw-r-- 1 1001 1001 5 Jan 22 08:47 VERSION 08:55:03 -rw-rw-r-- 1 1001 1001 4131 Jan 22 08:49 ZMQWindows.md 08:55:03 drwxrwxr-x 2 1001 1001 4096 Jan 22 08:49 bin 08:55:03 drwxrwxr-x 15 1001 1001 4096 Jan 22 08:49 cmd 08:55:03 -rw-r--r-- 1 root root 563886 Jan 22 08:53 coverage.out 08:55:03 -rw-r--r-- 1 root root 1053 Jan 22 08:55 go.mod 08:55:03 -rw-r--r-- 1 root root 18878 Jan 22 08:55 go.sum 08:55:03 drwxrwxr-x 8 1001 1001 4096 Jan 22 08:49 internal 08:55:03 drwxrwxr-x 4 1001 1001 4096 Jan 22 08:49 openapi 08:55:03 drwxrwxr-x 4 1001 1001 4096 Jan 22 08:49 snap 08:55:03 -rw-rw-r-- 1 1001 1001 168 Jan 22 08:49 version.go [Pipeline] sh 08:55:04 + '[' -e coverage.out ] 08:55:04 + chown 1001:1001 coverage.out [Pipeline] stash 08:55:04 Warning: overwriting stash ‘coverage-report’ 08:55:05 Stashed 1 file(s) [Pipeline] sh 08:55:06 + make build 08:55:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:55:16 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 08:55:40 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 08:55:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:55:40 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 08:55:43 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 08:55:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:55:48 Removing intermediate container 4a30bf2e2aec 08:55:48 ---> 7a7d579680e4 08:55:48 08:55:48 Step 10/23 : FROM alpine:3.12 08:55:48 3.12: Pulling from library/alpine 08:55:50 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:55:50 Status: Downloaded newer image for alpine:3.12 08:55:50 ---> 389fef711851 08:55:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:55:52 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 08:55:53 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 08:55:54 ---> Running in 88dca2c3ff91 08:55:54 Removing intermediate container a3cf376a54d3 08:55:54 ---> 4c23cf85e243 08:55:54 08:55:54 Step 10/24 : FROM alpine:3.12 08:55:54 ---> 389fef711851 08:55:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:55:54 Removing intermediate container b204f7c19dfc 08:55:54 ---> 6fca20605fc2 08:55:54 08:55:54 Step 10/33 : FROM alpine:3.12 08:55:54 ---> 389fef711851 08:55:54 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 08:55:54 Removing intermediate container c55ba915a246 08:55:54 ---> 1b5e1acb17f7 08:55:54 08:55:54 Step 10/21 : FROM alpine:3.12 08:55:54 ---> 389fef711851 08:55:54 Step 11/21 : RUN apk add --update --no-cache curl 08:55:55 ---> Running in 7cbed8d17ad0 08:55:55 ---> Running in fc06c615eff1 08:55:55 ---> Running in d16cddcb7363 08:55:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:55:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:55:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:55:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:55:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:55:57 (1/1) Installing dumb-init (1.2.2-r1) 08:55:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:55:57 Executing busybox-1.31.1-r19.trigger 08:55:57 OK: 6 MiB in 15 packages 08:55:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:55:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:55:57 (1/5) Installing ca-certificates (20191127-r4) 08:55:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:55:58 (3/5) Installing libcurl (7.69.1-r3) 08:55:58 (4/5) Installing curl (7.69.1-r3) 08:55:58 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 08:55:58 (5/5) Installing dumb-init (1.2.2-r1) 08:55:58 Executing busybox-1.31.1-r19.trigger 08:55:58 Executing ca-certificates-20191127-r4.trigger 08:55:59 (1/3) Installing dumb-init (1.2.2-r1) 08:55:59 (2/3) Installing openssl (1.1.1i-r0) 08:55:59 OK: 7 MiB in 19 packages 08:55:59 (1/4) Installing ca-certificates (20191127-r4) 08:55:59 (3/3) Installing su-exec (0.2-r1) 08:55:59 Executing busybox-1.31.1-r19.trigger 08:55:59 OK: 6 MiB in 17 packages 08:55:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:55:59 Removing intermediate container a1c0feddd316 08:55:59 ---> 27a0b84ed242 08:55:59 08:55:59 Step 10/23 : FROM alpine:3.12 08:55:59 ---> 389fef711851 08:55:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:55:59 Removing intermediate container 88dca2c3ff91 08:55:59 ---> d4b46091c47b 08:55:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:55:59 (3/4) Installing libcurl (7.69.1-r3) 08:55:59 ---> Running in 0c3ba634f685 08:55:59 ---> Running in c8f62089487b 08:56:00 (4/4) Installing curl (7.69.1-r3) 08:56:00 Executing busybox-1.31.1-r19.trigger 08:56:00 Executing ca-certificates-20191127-r4.trigger 08:56:00 OK: 7 MiB in 18 packages 08:56:00 Removing intermediate container c8f62089487b 08:56:00 ---> a3a8ef38f584 08:56:00 Step 13/23 : ENV APP_PORT=48082 08:56:00 Removing intermediate container 0c3ba634f685 08:56:00 ---> 232373ce73a6 08:56:00 Step 12/23 : ENV APP_PORT=48080 08:56:00 ---> Running in 9d6c6073f987 08:56:00 ---> Running in e8b11bba2228 08:56:00 Removing intermediate container fc06c615eff1 08:56:00 ---> 92a67aa9c531 08:56:00 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:56:01 Removing intermediate container 7cbed8d17ad0 08:56:01 ---> 9f5ffb7f07c2 08:56:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:56:01 ---> Running in 19fa4ffaf6b8 08:56:01 ---> Running in 8561aa164590 08:56:02 Removing intermediate container 9d6c6073f987 08:56:02 ---> 98d0eab1134f 08:56:02 Step 14/23 : EXPOSE $APP_PORT 08:56:02 Removing intermediate container e8b11bba2228 08:56:02 ---> 4c8ef9ae1a9d 08:56:02 Step 13/23 : EXPOSE $APP_PORT 08:56:02 ---> Running in 7e2c0c04396c 08:56:02 ---> Running in 7d30d85f75c8 08:56:02 Removing intermediate container 19fa4ffaf6b8 08:56:02 ---> 63f1e941a2c4 08:56:02 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 08:56:02 Removing intermediate container 8561aa164590 08:56:02 ---> ae7b78972708 08:56:02 Step 13/24 : WORKDIR / 08:56:02 ---> Running in 9f77b048c559 08:56:02 Removing intermediate container 7e2c0c04396c 08:56:02 ---> bd80f2d79ee5 08:56:02 Step 15/23 : WORKDIR / 08:56:02 ---> Running in 4b713862a05b 08:56:02 Removing intermediate container d16cddcb7363 08:56:02 ---> f0b5ff138256 08:56:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:56:02 Removing intermediate container 7d30d85f75c8 08:56:02 ---> a2a6cb40e435 08:56:02 ---> Running in d4f45102a87c 08:56:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:56:03 ---> Running in b04d562e6680 08:56:03 Removing intermediate container 9f77b048c559 08:56:03 ---> f4eaf9d93670 08:56: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 08:56:03 ---> Running in 67f65a4c9e7d 08:56:03 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 08:56:03 ---> Running in e11e36039f27 08:56:03 Removing intermediate container 4b713862a05b 08:56:03 ---> 114695f96ad9 08:56:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:56:03 Removing intermediate container d4f45102a87c 08:56:03 ---> cb646251a16e 08:56:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:56:03 Removing intermediate container b04d562e6680 08:56:03 ---> e5fec55f364c 08:56:03 Step 13/21 : WORKDIR /edgex 08:56:03 ---> Running in 5090a0f8f571 08:56:04 ---> 0d6e934bb507 08:56:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:56:04 ---> ba9b3b128b90 08:56:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:56:05 Removing intermediate container 5090a0f8f571 08:56:05 ---> 96b18541f97d 08:56:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:56:05 Connecting to github.com (140.82.113.4:443) 08:56:05  ---> ec455968a984 08:56:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:56:05 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.160.171:443) 08:56:05 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 08:56:05  ---> 20e72a53c69a 08:56:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:56:05 Removing intermediate container 67f65a4c9e7d 08:56:05 ---> 75e8e23dbcd1 08:56:05 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:56:06 dockerize-alpine-lin 5% |* | 169k 0:00:16 ETA 08:56:06  ---> d69f409d60f0 08:56:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:56:06 ---> Running in 08e77427721d 08:56:06 ---> e8e1d1d45b54 08:56:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:56:06 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 08:56:06 ---> 5a2ac1f8c3c5 08:56:06 Step 19/23 : ENTRYPOINT ["/core-command"] 08:56:06 ---> Running in c65b77acc96c 08:56:07 ---> e3f14ace4f21 08:56:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:56:07 dockerize-alpine-lin 60% |******************* | 1767k 0:00:01 ETA 08:56:07  ---> 9d90f023331f 08:56:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:56:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:56:07 Removing intermediate container c65b77acc96c 08:56:07 ---> 2b259c893662 08:56:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:56:07 ---> Running in 0f1c37645b17 08:56:07 ---> 828874017d37 08:56:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:56:07 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 08:56:07 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 08:56:07 dockerize 08:56:07 Removing intermediate container 0f1c37645b17 08:56:07 ---> 70befbcb9625 08:56:07 Step 21/23 : LABEL arch=x86_64 08:56:07 ---> fc67f7906926 08:56:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:56:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:56:08 ---> Running in ae51c20e4832 08:56:08 ---> Running in dc7669599304 08:56:08 ---> 1c4a31f71df4 08:56:08 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/ 08:56:08 Removing intermediate container ae51c20e4832 08:56:08 ---> 6e09e598d979 08:56:08 Step 22/23 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 08:56:09 Removing intermediate container dc7669599304 08:56:09 ---> ec9a50822c4e 08:56:09 Step 18/21 : CMD ["--init=true"] 08:56:09 ---> Running in 5630af957d0f 08:56:09 ---> Running in d7218471a9e9 08:56:09 ---> Running in df36b98a4207 08:56:09 (1/6) Installing dumb-init (1.2.2-r1) 08:56:09 (2/6) Installing libgcc (9.3.0-r2) 08:56:09 (3/6) Installing libsodium (1.0.18-r0) 08:56:09 Removing intermediate container d7218471a9e9 08:56:09 ---> 76d01f7cd585 08:56:09 Step 23/23 : LABEL version=0.0.0 08:56:09 (4/6) Installing libstdc++ (9.3.0-r2) 08:56:10 Removing intermediate container df36b98a4207 08:56:10 ---> 5f3ebca8e929 08:56:10 Step 19/21 : LABEL arch=x86_64 08:56:10 ---> Running in a330d9a6083a 08:56:10 Removing intermediate container e11e36039f27 08:56:10 ---> 5a696b89323b 08:56:10 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 08:56:10 ---> Running in f4c8b774f3ae 08:56:10 (5/6) Installing libzmq (4.3.3-r0) 08:56:10 ---> Running in 7d740de7f66f 08:56:10 (6/6) Installing zeromq (4.3.3-r0) 08:56:10 Removing intermediate container a330d9a6083a 08:56:10 ---> 97d046d383a5 08:56:10 08:56:10 Removing intermediate container f4c8b774f3ae 08:56:10 ---> 9d5d90b2328c 08:56:10 Step 20/21 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 08:56:10 Executing busybox-1.31.1-r19.trigger 08:56:10 OK: 8 MiB in 20 packages 08:56:10 Removing intermediate container 7d740de7f66f 08:56:10 ---> 4f5971403e0b 08:56:10 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:56:10 ---> Running in 42e71f2f267f 08:56: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 08:56:11 ---> Running in c279aba7557c 08:56:11 Successfully built 97d046d383a5 08:56:11 Successfully tagged docker-core-command-go:latest 08:56:11 Building docker-core-metadata-go 08:56:11  Building docker-core-command-go ... done Removing intermediate container 42e71f2f267f 08:56:11 ---> c003f4ddefa6 08:56:11 Step 21/21 : LABEL version=0.0.0 08:56:11 Removing intermediate container c279aba7557c 08:56:11 ---> 31fa6425faf3 08:56:11 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} 08:56:11 Removing intermediate container 5630af957d0f 08:56:11 ---> f92b697912b5 08:56:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:56:11 ---> Running in e6e937853d08 08:56:12 ---> Running in 33b71d56c3b2 08:56:12 ---> Running in 82b3a8713572 08:56:12 Removing intermediate container e6e937853d08 08:56:12 ---> 22937f7fecdc 08:56:12 08:56:12 Removing intermediate container 08e77427721d 08:56:12 ---> 28a8e6548b03 08:56:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:56:12 Removing intermediate container 82b3a8713572 08:56:12 ---> ec754778c792 08:56:12 Step 22/24 : LABEL arch=x86_64 08:56:13 ---> Running in 710c33f73fe8 08:56:13 Successfully built 22937f7fecdc 08:56:14 Move dockerize executable 08:56:14 Successfully tagged docker-security-proxy-setup-go:latest 08:56:14 Building docker-support-notifications-go 08:56:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:56:14  Building docker-security-proxy-setup-go ... done  ---> 404e2385230e 08:56:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:56:14 Removing intermediate container 710c33f73fe8 08:56:14 ---> 9c8f6257ea40 08:56:14 Step 23/24 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 08:56:15 ---> Running in 54a1f867fe84 08:56:17 ---> 86569f4cc5c5 08:56:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:56:17 Removing intermediate container 54a1f867fe84 08:56:17 ---> 12de886b2354 08:56:17 Step 24/24 : LABEL version=0.0.0 08:56:17 Removing intermediate container 33b71d56c3b2 08:56:17 ---> 41c7079a84c4 08:56:17 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 08:56:18 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 08:56:18 ---> Running in b7f31b65fd9f 08:56:18 ---> Running in 1d389e5c9f77 08:56:19 Removing intermediate container b7f31b65fd9f 08:56:19 ---> 9590894f8477 08:56:19 08:56:20 ---> c3c64039e586 08:56:20 Step 19/23 : ENTRYPOINT ["/core-data"] 08:56:20 Successfully built 9590894f8477 08:56:20 Successfully tagged docker-security-secretstore-setup-go:latest 08:56:20  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 08:56:20 Removing intermediate container 1d389e5c9f77 08:56:20 ---> f889ecaf5503 08:56:20 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:56:20 ---> Running in 52e1024cc47e 08:56: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 08:56:22 Removing intermediate container 52e1024cc47e 08:56:22 ---> 56b224791c6b 08:56:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:56:22 ---> 1f7961fbb197 08:56:22 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:56:23 ---> Running in 28c24e260c53 08:56:23 ---> Running in a2bb15ef5c51 08:56:24 Removing intermediate container a2bb15ef5c51 08:56:24 ---> 4990bbb05f31 08:56:24 Step 21/23 : LABEL arch=x86_64 08:56:25 ---> Running in 1b4aff09b637 08:56:25 Removing intermediate container 1b4aff09b637 08:56:25 ---> 05aaa9ffc009 08:56:25 Step 22/23 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 08:56:26 ---> Running in 32bdccb3f239 08:56:27 Removing intermediate container 32bdccb3f239 08:56:27 ---> 5d1acc5f67a3 08:56:27 Step 23/23 : LABEL version=0.0.0 [Pipeline] } 08:56:27 $ docker stop --time=1 b6e79813c0f67ffb206818c59de87c17df2bad648b91094af9ff7564abd633f8 08:56:27 Removing intermediate container 28c24e260c53 08:56:27 ---> 6171b362acfe 08:56:27 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 08:56:27 ---> Running in 47a581fce203 08:56:28 ---> 1fdb8293beac 08:56:28 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:56:28 Removing intermediate container 47a581fce203 08:56:28 ---> 7139a9e5b3be 08:56:28 08:56:28 Successfully built 7139a9e5b3be 08:56:28 Successfully tagged docker-core-data-go:latest 08:56:28 Building docker-sys-mgmt-agent-go 08:56:29 $ docker rm -f b6e79813c0f67ffb206818c59de87c17df2bad648b91094af9ff7564abd633f8 08:56:30  Building docker-core-data-go ... done  ---> fae0dba0bc42 08:56:30 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:56:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:56:31 08:56:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:56:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:56:32 latest: Pulling from edgex-devops/edgex-compose-arm64 08:56:32 29e5d40040c1: Pulling fs layer 08:56:32 1ce36da41761: Pulling fs layer 08:56:32 25b303627fd3: Pulling fs layer 08:56:32 29e5d40040c1: Verifying Checksum 08:56:32 29e5d40040c1: Download complete 08:56:32 ---> 7944501baa66 08:56:32 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 08:56:33 29e5d40040c1: Pull complete 08:56:33 1ce36da41761: Verifying Checksum 08:56:33 1ce36da41761: Download complete 08:56:34 ---> 892f1b286dc1 08:56:34 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:56:34 1ce36da41761: Pull complete 08:56:34 25b303627fd3: Verifying Checksum 08:56:34 25b303627fd3: Download complete 08:56:36 ---> 854dab09001e 08:56:36 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 08:56:37 ---> Running in 19a304e55f66 08:56:38 Removing intermediate container 19a304e55f66 08:56:38 ---> 746574113824 08:56:38 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:56:40 ---> 9de95ad7da21 08:56:40 Step 28/33 : RUN chmod +x /entrypoint.sh 08:56:42 ---> Running in 90bbe8efba8a 08:56:45 25b303627fd3: Pull complete 08:56:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:56:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:56:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:56:45 prd-ubuntu18.04-docker-arm64-4c-16g-22248 does not seem to be running inside a container 08:56:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 08:56:48 $ docker top a7c430da8e773aadedf9afd9eb7839036b19f4739213dc14a1fb63af71b0cc69 -eo pid,comm [Pipeline] { [Pipeline] sh 08:56:49 Removing intermediate container 90bbe8efba8a 08:56:49 ---> fe042a1ce58c 08:56:49 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 08:56:49 + docker-compose build --help 08:56:49 + grep parallel 08:56:49 ---> Running in af63de03288f 08:56:50 Removing intermediate container af63de03288f 08:56:50 ---> 156108fda8ee 08:56:50 Step 30/33 : CMD ["gate"] 08:56:51 ---> Running in 517e8f36b854 08:56:52 Removing intermediate container 517e8f36b854 08:56:52 ---> b2c9b3061acc 08:56:52 Step 31/33 : LABEL arch=x86_64 08:56:53 --parallel Build images in parallel. [Pipeline] } 08:56:53 $ docker stop --time=1 a7c430da8e773aadedf9afd9eb7839036b19f4739213dc14a1fb63af71b0cc69 08:56:53 ---> Running in 1e618bb356d9 08:56:54 Removing intermediate container 1e618bb356d9 08:56:54 ---> b15df51dae6e 08:56:54 Step 32/33 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 08:56:54 $ docker rm -f a7c430da8e773aadedf9afd9eb7839036b19f4739213dc14a1fb63af71b0cc69 [Pipeline] // withDockerContainer 08:56:55 ---> Running in e719d34395a1 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:56:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:56:55 . [Pipeline] withDockerContainer 08:56:56 prd-ubuntu18.04-docker-arm64-4c-16g-22248 does not seem to be running inside a container 08:56:56 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:56:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:56:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:56:56 ---> d38e42f39f8a 08:56:56 Step 3/23 : WORKDIR /edgex-go 08:56:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:56:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:56:56 ---> d38e42f39f8a 08:56:56 Step 3/22 : WORKDIR /edgex-go 08:56:56 Removing intermediate container e719d34395a1 08:56:56 ---> bee05b176ada 08:56:56 Step 33/33 : LABEL version=0.0.0 08:56:56 ---> Using cache 08:56:56 ---> Using cache 08:56:56 ---> 0ddc2df0c113 08:56:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:56:56 ---> 0ddc2df0c113 08:56:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:56:56 ---> Using cache 08:56:56 ---> 67f89da65bf8 08:56:56 Step 5/23 : RUN apk add --update --no-cache make git 08:56:56 ---> Using cache 08:56:56 ---> 67f89da65bf8 08:56:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:56:56 ---> Using cache 08:56:56 ---> a363256558f8 08:56:56 Step 6/23 : COPY go.mod . 08:56:56 ---> Using cache 08:56:56 ---> 3e279256b484 08:56:56 Step 7/23 : RUN go mod download 08:56:56 ---> Using cache 08:56:56 ---> afd40ac22792 08:56:56 Step 8/23 : COPY . . 08:56:57 ---> Using cache 08:56:57 ---> c974ee970b80 08:56:57 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:56:57 $ docker top 0f00f36708e59e60fa0afd38f2123056645f072e49b87684a61bcd0695c5b2dc -eo pid,comm [Pipeline] { [Pipeline] sh 08:56:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:56:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:56:58 ---> d38e42f39f8a 08:56:58 Step 3/22 : WORKDIR /edgex-go 08:56:58 ---> Using cache 08:56:58 ---> 0ddc2df0c113 08:56:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:56:58 ---> Using cache 08:56:58 ---> 67f89da65bf8 08:56:58 Step 5/22 : RUN apk add --update --no-cache make git 08:56:58 ---> Using cache 08:56:58 ---> a363256558f8 08:56:58 Step 6/22 : COPY go.mod . 08:56:58 ---> Using cache 08:56:58 ---> 3e279256b484 08:56:58 Step 7/22 : RUN go mod download 08:56:58 ---> Using cache 08:56:58 ---> afd40ac22792 08:56:58 Step 8/22 : COPY . . 08:56:58 ---> Using cache 08:56:58 ---> c974ee970b80 08:56:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:56:58 ---> Running in 3e7c74227b8f 08:56:58 ---> Running in a96e2ad71fad 08:56:58 ---> Running in 88fc6948413a 08:56:58 ---> Running in 3e467db50773 08:56:58 + docker-compose -f ./docker-compose-build.yml build --parallel 08:56:59 Removing intermediate container 88fc6948413a 08:56:59 ---> 382437056044 08:56:59 08:57:01 Successfully built 382437056044 08:57:01 Successfully tagged docker-security-bootstrapper-go:latest 08:57:01  Building docker-security-bootstrapper-go ... done 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 08:57:01 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 08:57:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:57:02 Building docker-core-command-go ... 08:57:02 Building docker-core-data-go ... 08:57:02 Building docker-core-metadata-go ... 08:57:02 Building docker-security-bootstrapper-go ... 08:57:02 Building docker-security-proxy-setup-go ... 08:57:02 Building docker-security-secretstore-setup-go ... 08:57:02 Building docker-support-notifications-go ... 08:57:02 Building docker-support-scheduler-go ... 08:57:02 Building docker-sys-mgmt-agent-go ... 08:57:02 Building docker-support-notifications-go 08:57:02 Building docker-support-scheduler-go 08:57:02 Building docker-core-metadata-go 08:57:02 Building docker-security-secretstore-setup-go 08:57:02 Building docker-security-proxy-setup-go 08:57:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:57:04 OK: 233 MiB in 51 packages 08:57:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:57:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:57:05 ---> d38e42f39f8a 08:57:05 Step 3/26 : WORKDIR /edgex-go 08:57:05 ---> Using cache 08:57:05 ---> 0ddc2df0c113 08:57:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:57:05 ---> Using cache 08:57:05 ---> 67f89da65bf8 08:57:05 Step 5/26 : RUN apk add --update --no-cache make bash git 08:57:06 ---> Running in 54b942bca58a 08:57:06 Removing intermediate container a96e2ad71fad 08:57:06 ---> 40cbba3e8e37 08:57:06 Step 6/22 : COPY go.mod . 08:57:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:57:07 ---> 922d3ee6a052 08:57:07 Step 7/22 : RUN go mod download 08:57:08 ---> Running in 39dd164df6f3 08:57:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:57:09 OK: 233 MiB in 51 packages 08:57:10 Removing intermediate container 54b942bca58a 08:57:10 ---> e0d9e458d644 08:57:10 Step 6/26 : COPY go.mod . 08:57:11 ---> ca0a12150109 08:57:11 Step 7/26 : RUN go mod download 08:57:11 ---> Running in 8e55945312d8 08:57:12 Removing intermediate container 39dd164df6f3 08:57:12 ---> 972c8932e51b 08:57:12 Step 8/22 : COPY . . 08:57:16 Removing intermediate container 8e55945312d8 08:57:16 ---> 0ec7399973f6 08:57:16 Step 8/26 : COPY . . 08:57:57 Removing intermediate container 3e467db50773 08:57:57 ---> d1af55ad2f2b 08:57:57 08:57:57 Step 10/22 : FROM alpine:3.12 08:57:57 ---> 389fef711851 08:57:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:57:57 ---> Using cache 08:57:57 ---> d4b46091c47b 08:57:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:57:57 ---> Using cache 08:57:57 ---> a3a8ef38f584 08:57:57 Step 13/22 : ENV APP_PORT=48085 08:57:57 Removing intermediate container 3e7c74227b8f 08:57:57 ---> 5ee862ec1125 08:57:57 08:57:57 Step 10/23 : FROM alpine:3.12 08:57:57 ---> 389fef711851 08:57:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:57:57 ---> Using cache 08:57:57 ---> d4b46091c47b 08:57:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:57:57 ---> Using cache 08:57:57 ---> a3a8ef38f584 08:57:57 Step 13/23 : ENV APP_PORT=48081 08:57:57 ---> Running in 2eb4a35d68f6 08:57:57 ---> Running in 77dbda7779cb 08:57:57 Removing intermediate container 77dbda7779cb 08:57:57 ---> 812d49b2691d 08:57:57 Step 14/23 : EXPOSE $APP_PORT 08:57:57 Removing intermediate container 2eb4a35d68f6 08:57:57 ---> e0dbf27f4e00 08:57:57 Step 14/22 : EXPOSE $APP_PORT 08:57:57 ---> Running in 6a67b0e595c7 08:57:58 ---> Running in 89b27f3249dd 08:57:58 Removing intermediate container 6a67b0e595c7 08:57:58 ---> b42d6d5327ec 08:57:58 Step 15/23 : WORKDIR / 08:57:59 Removing intermediate container 89b27f3249dd 08:57:59 ---> 6b67ac3ae228 08:57:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:57:59 ---> Running in b1210bc63655 08:57:59 ---> a8c623a56d7d 08:57:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:58:00 ---> Running in ea6d6c4331d2 08:58:00 Removing intermediate container b1210bc63655 08:58:00 ---> ef7ee2ae030c 08:58:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:58:00 ---> 2ca170b7c6fb 08:58:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:58:00 ---> 056fc1ec9a13 08:58:00 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:58:00 ---> Running in a674f2ea80e9 08:58:01 ---> 4fc8e42d815d 08:58:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:58:02 ---> 55af323dd035 08:58:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:58:02 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 08:58:02 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 08:58:03 ---> b484dd9a8460 08:58:03 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:58:03 ---> Running in 7451af9ac0e4 08:58:03 ---> 0fe16acfa3b3 08:58:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:58:03 Removing intermediate container 7451af9ac0e4 08:58:03 ---> 911014abdd67 08:58:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:58:03 ---> 8a353880b804 08:58:03 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:58:04 ---> Running in cfdb24815933 08:58:04 ---> Running in 9d5d2f9bfb71 08:58:04 Removing intermediate container cfdb24815933 08:58:04 ---> a98f46095646 08:58:04 Step 20/22 : LABEL arch=x86_64 08:58:04 Removing intermediate container 9d5d2f9bfb71 08:58:04 ---> 599a9f9e8be8 08:58:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:58:04 ---> Running in 35603ebda803 08:58:04 ---> Running in 2d408d1efa25 08:58:04 Removing intermediate container 35603ebda803 08:58:04 ---> a89a5c35e88f 08:58:04 Step 21/22 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 08:58:05 ---> Running in 7b80b9040442 08:58:05 Removing intermediate container 2d408d1efa25 08:58:05 ---> 5d5dcf12810f 08:58:05 Step 21/23 : LABEL arch=x86_64 08:58:05 ---> Running in 47eedd7449b0 08:58:05 Removing intermediate container 7b80b9040442 08:58:05 ---> 86f99d8aeb25 08:58:05 Step 22/22 : LABEL version=0.0.0 08:58:05 Removing intermediate container 47eedd7449b0 08:58:05 ---> e562c1202da5 08:58:05 Step 22/23 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 08:58:06 ---> Running in e18f4bb36798 08:58:06 ---> Running in 6141e5da4efa 08:58:06 Removing intermediate container e18f4bb36798 08:58:06 ---> 44cecd1d52a9 08:58:06 08:58:06 Removing intermediate container 6141e5da4efa 08:58:06 ---> 98a8661866d1 08:58:06 Step 23/23 : LABEL version=0.0.0 08:58:07 ---> Running in 59f68490e189 08:58:07 Successfully built 44cecd1d52a9 08:58:07 Successfully tagged docker-support-scheduler-go:latest 08:58:07  Building docker-support-scheduler-go ... done Removing intermediate container 59f68490e189 08:58:07 ---> 7c8d1e216b92 08:58:07 08:58:08 Successfully built 7c8d1e216b92 08:58:08 Successfully tagged docker-core-metadata-go:latest 08:58:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:58:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:58:24 ---> 035b2e14e924 08:58:24 Step 3/21 : WORKDIR /edgex-go 08:58:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:58:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:58:24 ---> 035b2e14e924 08:58:24 Step 3/24 : WORKDIR /edgex-go 08:58:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:58:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:58:24 ---> 035b2e14e924 08:58:24 Step 3/23 : WORKDIR /edgex-go 08:58:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:58:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:58:24 ---> 035b2e14e924 08:58:24 Step 3/22 : WORKDIR /edgex-go 08:58:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:58:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:58:24 ---> 035b2e14e924 08:58:24 Step 3/22 : WORKDIR /edgex-go 08:58:24 ---> Running in 91dfa514347e 08:58:24 ---> Running in f5bf31d63dfa 08:58:24 ---> Running in 4b4d456cc743 08:58:24 ---> Running in de2d955aa086 08:58:24 ---> Running in f33feb6156e1 08:58:24 Removing intermediate container de2d955aa086 08:58:24 ---> ed14ee36202c 08:58:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:58:24 Removing intermediate container 4b4d456cc743 08:58:24 ---> 58fb84d026ae 08:58:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:58:24 Removing intermediate container f5bf31d63dfa 08:58:24 ---> dbc2025aaa43 08:58:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:58:24 Removing intermediate container f33feb6156e1 08:58:24 ---> 8de4534b2b34 08:58:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:58:24 Removing intermediate container 91dfa514347e 08:58:24 ---> 3a32f61376e8 08:58:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:58:24 ---> Running in bf32c234de30 08:58:24 ---> Running in 57514120368b 08:58:24 ---> Running in 34061b653348 08:58:24 ---> Running in 6e3dc4bc7256 08:58:24 ---> Running in 7058c22a81ab 08:58:24 Removing intermediate container 57514120368b 08:58:24 ---> db7e7ac7ab4a 08:58:24 Step 5/22 : RUN apk add --update --no-cache make git 08:58:24 ---> Running in 9fa2c695b878 08:58:24 Removing intermediate container 7058c22a81ab 08:58:24 ---> 0033dd76583f 08:58:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:58:24 Removing intermediate container bf32c234de30 08:58:24 ---> 525b87caa10a 08:58:24 Step 5/24 : RUN apk add --update --no-cache make git 08:58:24 ---> Running in 015da8d55856 08:58:24 ---> Running in dfd700fc6a1c 08:58:24 Removing intermediate container 6e3dc4bc7256 08:58:24 ---> 0ca9e96dc1fb 08:58:24 Step 5/21 : RUN apk add --update --no-cache make git 08:58:24 Removing intermediate container 34061b653348 08:58:24 ---> b1f806e8de4a 08:58:24 Step 5/23 : RUN apk add --update --no-cache make git 08:58:24 ---> Running in 96c9dc58eb8e 08:58:24 ---> Running in ebf41aa75037 08:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:58:24 OK: 217 MiB in 51 packages 08:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:58:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:58:25 OK: 217 MiB in 51 packages 08:58:25 OK: 217 MiB in 51 packages 08:58:25 OK: 217 MiB in 51 packages 08:58:25 OK: 217 MiB in 51 packages 08:58:25 Removing intermediate container 9fa2c695b878 08:58:25 ---> 15a3adf59492 08:58:25 Step 6/22 : COPY go.mod . 08:58:27 Removing intermediate container dfd700fc6a1c 08:58:27 ---> 6def16452861 08:58:27 Step 6/24 : COPY go.mod . 08:58:27 ---> 270a3aba0913 08:58:27 Step 7/22 : RUN go mod download 08:58:27 ---> Running in 3d805675c867 08:58:27 Removing intermediate container 96c9dc58eb8e 08:58:27 ---> c4f62dd80bd1 08:58:27 Step 6/21 : COPY go.mod . 08:58:27  Building docker-core-metadata-go ... done Removing intermediate container ea6d6c4331d2 08:58:27 ---> 9e3dd01fb11a 08:58:27 08:58:27 Step 10/22 : FROM alpine:3.12 08:58:27 ---> 389fef711851 08:58:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:58:27 Removing intermediate container 015da8d55856 08:58:27 Removing intermediate container ebf41aa75037 08:58:27 ---> 41b1cc46a4d1 08:58:27 Step 6/22 : COPY go.mod . 08:58:27 ---> cdbc05a84f67 08:58:27 Step 6/23 : COPY go.mod . 08:58:27 ---> 7453a9471b27 08:58:27 Step 7/24 : RUN go mod download 08:58:27 Removing intermediate container a674f2ea80e9 08:58:27 ---> 071f518250ab 08:58:27 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:58:27 ---> Running in 64274d23911c 08:58:27 ---> Running in 2c9e845005ff 08:58:27 ---> Running in a750e8376f2c 08:58:28 ---> 0eeeec3454d6 08:58:28 Step 7/21 : RUN go mod download 08:58:28 ---> Running in 978c89c578cd 08:58:28 ---> cef34797dedd 08:58:28 Step 7/23 : RUN go mod download 08:58:28 ---> 0a7d7514fc67 08:58:28 Step 7/22 : RUN go mod download 08:58:28 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 08:58:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:58:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:58:29 ---> Running in 1ae4a29497e3 08:58:29 ---> Running in 573cd641bfb6 08:58:29 (1/2) Installing ca-certificates (20191127-r4) 08:58:29 (2/2) Installing dumb-init (1.2.2-r1) 08:58:29 Executing busybox-1.31.1-r19.trigger 08:58:29 Executing ca-certificates-20191127-r4.trigger 08:58:29 OK: 6 MiB in 16 packages 08:58:30 Removing intermediate container a750e8376f2c 08:58:30 ---> 81689a5de1e1 08:58:30 08:58:30 Step 11/26 : FROM docker:20.10.0 08:58:30 Removing intermediate container 64274d23911c 08:58:30 ---> f7bb8e166379 08:58:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:58:30 ---> Running in e988784579d2 08:58:30 20.10.0: Pulling from library/docker 08:58:31 Removing intermediate container 3d805675c867 08:58:31 ---> 547f540033fa 08:58:31 Step 8/22 : COPY . . 08:58:31 Removing intermediate container e988784579d2 08:58:31 ---> e2a6024a8fc3 08:58:31 Step 13/22 : ENV APP_PORT=48060 08:58:31 ---> Running in 91f16fa6b385 08:58:32 Removing intermediate container 2c9e845005ff 08:58:32 ---> 6c9055987d12 08:58:32 Step 8/24 : COPY . . 08:58:32 Removing intermediate container 91f16fa6b385 08:58:32 ---> 7666c37e6518 08:58:32 Step 14/22 : EXPOSE $APP_PORT 08:58:32 Removing intermediate container 978c89c578cd 08:58:32 ---> 62cf2db511cf 08:58:32 Step 8/21 : COPY . . 08:58:32 ---> Running in bce163f68389 08:58:32 Removing intermediate container bce163f68389 08:58:32 ---> 7b433bf3431f 08:58:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:58:33 ---> d3c7d0cbf7ef 08:58:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:58:33 Removing intermediate container 1ae4a29497e3 08:58:33 ---> d139701c4ca5 08:58:33 Step 8/23 : COPY . . 08:58:34 Removing intermediate container 573cd641bfb6 08:58:34 ---> 3c4dfc8a4438 08:58:34 Step 8/22 : COPY . . 08:58:34 ---> 3afa7853a68b 08:58:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:58:35 ---> 108fcd1ea53e 08:58:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:58:35 ---> Running in 8d9759c450c6 08:58:35 Removing intermediate container 8d9759c450c6 08:58:35 ---> f880cc7343f8 08:58:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:58:36 ---> Running in d21a143ff7c1 08:58:36 Removing intermediate container d21a143ff7c1 08:58:36 ---> e2a52835700d 08:58:36 Step 20/22 : LABEL arch=x86_64 08:58:37 ---> Running in acb11f4642f3 08:58:38 Removing intermediate container acb11f4642f3 08:58:38 ---> a77984b113c3 08:58:38 Step 21/22 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 08:58:38 ---> Running in b3cea33522af 08:58:38 Removing intermediate container b3cea33522af 08:58:38 ---> c572e66c6c1f 08:58:38 Step 22/22 : LABEL version=0.0.0 08:58:38 ---> Running in 223a71e18c7b 08:58:39 Removing intermediate container 223a71e18c7b 08:58:39 ---> 82cfe6f25e46 08:58:39 08:58:39 Successfully built 82cfe6f25e46 08:58:39 Successfully tagged docker-support-notifications-go:latest 08:58:39  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:58:40 Status: Downloaded newer image for docker:20.10.0 08:58:40 ---> aefe523efa57 08:58:40 Step 12/26 : RUN apk add --no-cache bash 08:58:40 ---> Running in edd2ce99c9f7 08:58:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:58:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:58:42 (1/2) Installing readline (8.0.4-r0) 08:58:42 (2/2) Installing bash (5.0.17-r0) 08:58:42 Executing bash-5.0.17-r0.post-install 08:58:42 Executing busybox-1.31.1-r19.trigger 08:58:42 OK: 12 MiB in 22 packages 08:58:43 Removing intermediate container edd2ce99c9f7 08:58:43 ---> f03611e0a764 08:58:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:58:43 ---> Running in d2268d1108c6 08:58:44 Removing intermediate container d2268d1108c6 08:58:44 ---> 8f12199af508 08:58:44 Step 14/26 : ENV APP_PORT=48090 08:58:44 ---> Running in 0acb85e0f065 08:58:44 Removing intermediate container 0acb85e0f065 08:58:44 ---> 9ce099220337 08:58:44 Step 15/26 : EXPOSE $APP_PORT 08:58:44 ---> Running in f7cb648b280b 08:58:44 Removing intermediate container f7cb648b280b 08:58:44 ---> 27d7abdb4c4a 08:58:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:58:45 ---> 987d28ad53f2 08:58:45 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:58:46 ---> 28d36e09d2ac 08:58:46 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:58:46 ---> 727ce15e374e 08:58:46 Step 19/26 : RUN apk --no-cache add py3-pip 08:58:46 ---> Running in 891d2c6f212f 08:58:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:58:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:58:47 (1/33) Installing libbz2 (1.0.8-r1) 08:58:47 (2/33) Installing expat (2.2.9-r1) 08:58:47 (3/33) Installing libffi (3.3-r2) 08:58:47 (4/33) Installing gdbm (1.13-r1) 08:58:47 (5/33) Installing xz-libs (5.2.5-r0) 08:58:47 (6/33) Installing sqlite-libs (3.32.1-r0) 08:58:47 (7/33) Installing python3 (3.8.5-r0) 08:58:49 (8/33) Installing py3-appdirs (1.4.4-r1) 08:58:49 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:58:49 (10/33) Installing py3-parsing (2.4.7-r0) 08:58:49 (11/33) Installing py3-six (1.15.0-r0) 08:58:49 (12/33) Installing py3-packaging (20.4-r0) 08:58:49 (13/33) Installing py3-setuptools (47.0.0-r0) 08:58:49 (14/33) Installing py3-chardet (3.0.4-r4) 08:58:49 (15/33) Installing py3-idna (2.9-r0) 08:58:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:58:49 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:58:49 (18/33) Installing py3-requests (2.23.0-r0) 08:58:49 (19/33) Installing py3-msgpack (1.0.0-r0) 08:58:49 (20/33) Installing py3-lockfile (0.12.2-r3) 08:58:49 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:58:49 (22/33) Installing py3-colorama (0.4.3-r0) 08:58:49 (23/33) Installing py3-distlib (0.3.0-r0) 08:58:49 (24/33) Installing py3-distro (1.5.0-r1) 08:58:49 (25/33) Installing py3-webencodings (0.5.1-r3) 08:58:49 (26/33) Installing py3-html5lib (1.0.1-r4) 08:58:49 (27/33) Installing py3-pytoml (0.1.21-r0) 08:58:49 (28/33) Installing py3-pep517 (0.8.2-r0) 08:58:49 (29/33) Installing py3-progress (1.5-r0) 08:58:49 (30/33) Installing py3-toml (0.10.1-r0) 08:58:49 (31/33) Installing py3-retrying (1.3.3-r0) 08:58:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:58:49 (33/33) Installing py3-pip (20.1.1-r0) 08:58:49 Executing busybox-1.31.1-r19.trigger 08:58:49 OK: 71 MiB in 55 packages 08:59:00 Removing intermediate container 891d2c6f212f 08:59:00 ---> 565728c188bd 08:59:00 Step 20/26 : RUN pip install docker-compose==1.23.2 08:59:00 ---> Running in 97b111dfe99a 08:59:01 Collecting docker-compose==1.23.2 08:59:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:59:01 ---> 4438c7827a74 08:59:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:59:01 ---> f8f120de577e 08:59:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:59:01 ---> 5a47683b4df9 08:59:01 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:59:01 ---> bc7958f75f95 08:59:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:59:01 ---> 2aea1ade19f0 08:59:01 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:59:01 ---> Running in fb0329990ffa 08:59:01 ---> Running in f21f38b2908f 08:59:01 ---> Running in 2d6658c57ddf 08:59:01 ---> Running in bde5c0cb07b5 08:59:01 ---> Running in 98ebfc1851ab 08:59:01 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 08:59:01 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 08:59:01 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 08:59:01 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 08:59:01 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 08:59:01 Collecting jsonschema<3,>=2.5.1 08:59:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:59:01 Collecting websocket-client<1.0,>=0.32.0 08:59:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:59:02 Collecting PyYAML<4,>=3.10 08:59:02 Downloading PyYAML-3.13.tar.gz (270 kB) 08:59:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:59:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:59:03 Collecting docker<4.0,>=3.6.0 08:59:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:59:04 Collecting cached-property<2,>=1.2.0 08:59:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:59:04 Collecting texttable<0.10,>=0.9.0 08:59:04 Downloading texttable-0.9.1.tar.gz (11 kB) 08:59:04 Collecting dockerpty<0.5,>=0.4.1 08:59:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:59:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:59:05 Collecting docopt<0.7,>=0.6.1 08:59:05 Downloading docopt-0.6.2.tar.gz (25 kB) 08:59:06 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) 08:59:06 Collecting urllib3<1.25,>=1.21.1 08:59:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:59:06 Collecting idna<2.8,>=2.5 08:59:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:59:06 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) 08:59:06 Collecting docker-pycreds>=0.4.0 08:59:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:59:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:59:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:59:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:59:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:59:06 Installing collected packages: jsonschema, websocket-client, PyYAML, urllib3, idna, requests, docker-pycreds, docker, cached-property, texttable, dockerpty, docopt, docker-compose 08:59:07 Running setup.py install for PyYAML: started 08:59:07 Running setup.py install for PyYAML: finished with status 'done' 08:59:07 Attempting uninstall: urllib3 08:59:07 Found existing installation: urllib3 1.25.9 08:59:07 Uninstalling urllib3-1.25.9: 08:59:08 Successfully uninstalled urllib3-1.25.9 08:59:08 Attempting uninstall: idna 08:59:08 Found existing installation: idna 2.9 08:59:08 Uninstalling idna-2.9: 08:59:08 Successfully uninstalled idna-2.9 08:59:08 Attempting uninstall: requests 08:59:08 Found existing installation: requests 2.23.0 08:59:08 Uninstalling requests-2.23.0: 08:59:08 Successfully uninstalled requests-2.23.0 08:59:09 Running setup.py install for texttable: started 08:59:09 Running setup.py install for texttable: finished with status 'done' 08:59:09 Running setup.py install for dockerpty: started 08:59:10 Running setup.py install for dockerpty: finished with status 'done' 08:59:10 Running setup.py install for docopt: started 08:59:11 Running setup.py install for docopt: finished with status 'done' 08:59:11 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 08:59:15 Removing intermediate container 97b111dfe99a 08:59:15 ---> c01d4acbe055 08:59:15 Step 21/26 : RUN apk --no-cache add curl 08:59:15 ---> Running in 41c29b5b249a 08:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:59:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:59:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:59:16 (2/3) Installing libcurl (7.69.1-r3) 08:59:16 (3/3) Installing curl (7.69.1-r3) 08:59:16 Executing busybox-1.31.1-r19.trigger 08:59:16 OK: 72 MiB in 58 packages 08:59:16 Removing intermediate container 41c29b5b249a 08:59:16 ---> 3d172aee8407 08:59:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:59:16 ---> Running in a54c560301ce 08:59:17 Removing intermediate container a54c560301ce 08:59:17 ---> 04261d9de8c9 08:59:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:59:17 ---> Running in 25eb5c914a4d 08:59:17 Removing intermediate container 25eb5c914a4d 08:59:17 ---> 81ca0c741b1f 08:59:17 Step 24/26 : LABEL arch=x86_64 08:59:17 ---> Running in 3420ce7574af 08:59:17 Removing intermediate container 3420ce7574af 08:59:17 ---> 62a44c03901a 08:59:17 Step 25/26 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 08:59:17 ---> Running in c2baf97991e2 08:59:18 Removing intermediate container c2baf97991e2 08:59:18 ---> 586ce081271c 08:59:18 Step 26/26 : LABEL version=0.0.0 08:59:18 ---> Running in 21a265a73e5f 08:59:19 Removing intermediate container 21a265a73e5f 08:59:19 ---> f2055b400fec 08:59:19 08:59:19 Successfully built f2055b400fec 08:59:19 Successfully tagged docker-sys-mgmt-agent-go:latest 08:59:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:59:20 $ docker stop --time=1 607e0860f2fd1659b1efa65b94e0b5daec604a659b3f87387fabe1e95fd45155 08:59:22 $ docker rm -f 607e0860f2fd1659b1efa65b94e0b5daec604a659b3f87387fabe1e95fd45155 [Pipeline] // withDockerContainer [Pipeline] sh 08:59:23 + docker images 08:59:23 + grep docker 08:59:24 docker-sys-mgmt-agent-go latest f2055b400fec 6 seconds ago 313MB 08:59:24 docker-support-notifications-go latest 82cfe6f25e46 46 seconds ago 16.9MB 08:59:24 docker-core-metadata-go latest 7c8d1e216b92 About a minute ago 18.8MB 08:59:24 docker-support-scheduler-go latest 44cecd1d52a9 About a minute ago 16.4MB 08:59:24 docker-security-bootstrapper-go latest 382437056044 2 minutes ago 41.5MB 08:59:24 docker-core-data-go latest 7139a9e5b3be 2 minutes ago 22.3MB 08:59:24 docker-security-secretstore-setup-go latest 9590894f8477 3 minutes ago 24.6MB 08:59:24 docker-security-proxy-setup-go latest 22937f7fecdc 3 minutes ago 24.4MB 08:59:24 docker-core-command-go latest 97d046d383a5 3 minutes ago 16.3MB 08:59:24 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 08:59:40 Still waiting to schedule task 08:59:40 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 09:00:23 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 09:00:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:00:33 Removing intermediate container f21f38b2908f 09:00:33 ---> be1aadcf1be5 09:00:33 09:00:33 Step 10/24 : FROM alpine:3.12 09:00:33 3.12: Pulling from library/alpine 09:00:34 Removing intermediate container fb0329990ffa 09:00:34 ---> 7396950eb34d 09:00:34 09:00:34 Step 10/21 : FROM alpine:3.12 09:00:34 3.12: Pulling from library/alpine 09:00:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:00:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:00:34 Status: Downloaded newer image for alpine:3.12 09:00:34 Status: Image is up to date for alpine:3.12 09:00:34 ---> afeebe901d6b 09:00:34 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl ---> afeebe901d6b 09:00:34 Step 11/21 : RUN apk add --update --no-cache curl 09:00:34 09:00:35 Running on prd-ubuntu18.04-docker-8c-8g-22252 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 09:00:35 Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout 09:00:35 ---> Running in 65752066bd1e 09:00:35 ---> Running in befa43d66e80 09:00:36 Removing intermediate container bde5c0cb07b5 09:00:36 ---> a5b9f5f8ec29 09:00:36 09:00:36 Step 10/22 : FROM alpine:3.12 09:00:36 ---> afeebe901d6b 09:00:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:00:36 Removing intermediate container 2d6658c57ddf 09:00:36 ---> 5b14bb074e02 09:00:36 09:00:36 Step 10/22 : FROM alpine:3.12 09:00:36 ---> afeebe901d6b 09:00:36 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:00:36 ---> Running in d1e741ae7f00 09:00:36 ---> Running in de82c67dd7d2 09:00:37 using credential edgex-jenkins-ssh 09:00:37 Cloning the remote Git repository 09:00:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:00:38 > git init /w/workspace/edgex-go/17 # timeout=10 09:00:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:00:38 > git --version # timeout=10 09:00:38 > git --version # 'git version 2.17.1' 09:00:38 using GIT_SSH to set credentials SSH Credentials for GitHub 09:00:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:00:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:00:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:00:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:00:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:00:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:00:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:00:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:00:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:00:39 (1/4) Installing ca-certificates (20191127-r4) 09:00:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:00:39 (3/4) Installing libcurl (7.69.1-r3) 09:00:39 (4/4) Installing curl (7.69.1-r3) 09:00:39 (1/5) Installing ca-certificates (20191127-r4) 09:00:39 Executing busybox-1.31.1-r19.trigger 09:00:39 Executing ca-certificates-20191127-r4.trigger 09:00:39 (1/2) Installing ca-certificates (20191127-r4) 09:00:39 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:00:39 (3/5) Installing libcurl (7.69.1-r3) 09:00:39 (1/1) Installing dumb-init (1.2.2-r1) 09:00:39 Executing busybox-1.31.1-r19.trigger 09:00:39 (4/5) Installing curl (7.69.1-r3) 09:00:39 (2/2) Installing dumb-init (1.2.2-r1) 09:00:39 OK: 5 MiB in 15 packages 09:00:39 Executing busybox-1.31.1-r19.trigger 09:00:39 (5/5) Installing dumb-init (1.2.2-r1) 09:00:39 Executing busybox-1.31.1-r19.trigger 09:00:39 Executing ca-certificates-20191127-r4.trigger 09:00:39 Executing ca-certificates-20191127-r4.trigger 09:00:39 OK: 7 MiB in 18 packages 09:00:39 OK: 6 MiB in 16 packages 09:00:39 OK: 7 MiB in 19 packages 09:00:41 Removing intermediate container de82c67dd7d2 09:00:41 ---> dfff2975f662 09:00:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:00:42 ---> Running in c0303ca5b060 09:00:42 Removing intermediate container 65752066bd1e 09:00:42 ---> 6de2d3cd674b 09:00:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:00:43 ---> Running in 6ef4e3044897 09:00:43 Removing intermediate container c0303ca5b060 09:00:43 ---> 14acda429bc5 09:00:43 Step 13/22 : ENV APP_PORT=48085 09:00:43 Removing intermediate container befa43d66e80 09:00:43 ---> 0a1adf369fb0 09:00:43 Removing intermediate container d1e741ae7f00 09:00:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' ---> d71e3edf6569 09:00:43 09:00:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:00:44 ---> Running in e76e1b5eba55 09:00:44 ---> Running in a321656a78c4 09:00:44 ---> Running in 900b86d4426b 09:00:44 Removing intermediate container 6ef4e3044897 09:00:44 ---> e61ff2903beb 09:00:44 Step 13/21 : WORKDIR /edgex 09:00:45 ---> Running in e0633f23e0f6 09:00:45 Removing intermediate container e76e1b5eba55 09:00:45 ---> 993aa8a1c785 09:00:45 Step 14/22 : EXPOSE $APP_PORT 09:00:45 Removing intermediate container a321656a78c4 09:00:45 ---> 729d6783df1f 09:00:45 Step 13/24 : WORKDIR / 09:00:45 ---> Running in 3a6757e60fed 09:00:45 Removing intermediate container 900b86d4426b 09:00:45 ---> 43fb9b5d0141 09:00:45 Step 13/22 : ENV APP_PORT=48060 09:00:45 ---> Running in b44f80edeed8 09:00:45 Removing intermediate container e0633f23e0f6 09:00:45 ---> 7b09cb0abb41 09:00:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:00:46 ---> Running in 4b56e3d3ab6b 09:00:46 Removing intermediate container 3a6757e60fed 09:00:46 ---> 043b1c227427 09:00:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:00:46 Removing intermediate container 98ebfc1851ab 09:00:46 ---> 9b25058cd24a 09:00:46 09:00:46 Step 10/23 : FROM alpine:3.12 09:00:46 ---> afeebe901d6b 09:00:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:00:46 ---> Using cache 09:00:46 ---> dfff2975f662 09:00:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:00:46 ---> Using cache 09:00:46 ---> 14acda429bc5 09:00:46 Step 13/23 : ENV APP_PORT=48081 09:00:46 Removing intermediate container 4b56e3d3ab6b 09:00:46 ---> e2241ba8964d 09:00:46 Step 14/22 : EXPOSE $APP_PORT 09:00:46 Removing intermediate container b44f80edeed8 09:00:46 ---> 629550ce39f6 09:00: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 09:00:46 ---> Running in 49f4fd466ad4 09:00:47 ---> 178150a376bc 09:00:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:00:47 ---> Running in 0fb69fa065df 09:00:47 ---> f367cf8e7e6b 09:00:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:00:47 Removing intermediate container 49f4fd466ad4 09:00:47 ---> c053e64e0df6 09:00:47 Step 14/23 : EXPOSE $APP_PORT 09:00:47 Removing intermediate container 0fb69fa065df 09:00:47 ---> 4f160106144e 09:00:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:00:47 ---> Running in ab16e9125747 09:00:48 ---> 240c87c469a5 09:00:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:00:48 Removing intermediate container ab16e9125747 09:00:48 ---> 5a35d0420435 09:00:48 Step 15/23 : WORKDIR / 09:00:49 ---> 30cf1ba5facf 09:00:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:00:49 ---> 64b90e08bad4 09:00:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:00:49 ---> Running in f63bf4f4816c 09:00:49 ---> 1ef5246e549b 09:00:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:00:49 ---> 23a040f6e399 09:00:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:00:49 Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit b9aa6044ec32c77830497c794d2a8bd85bb0832c 09:00:49 Merge succeeded, producing ffc18edf10662f7f66dadb4680007f8f3a441a0c 09:00:49 Checking out Revision ffc18edf10662f7f66dadb4680007f8f3a441a0c (PR-3030) 09:00:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:00:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:00:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:00:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:00:49 using GIT_SSH to set credentials SSH Credentials for GitHub 09:00:49 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:00:49 > git config core.sparsecheckout # timeout=10 09:00:49 > git checkout -f b9aa6044ec32c77830497c794d2a8bd85bb0832c # timeout=10 09:00:49 > git remote # timeout=10 09:00:49 > git config --get remote.origin.url # timeout=10 09:00:49 using GIT_SSH to set credentials SSH Credentials for GitHub 09:00:49 > git merge c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 09:00:50 > git rev-parse HEAD^{commit} # timeout=10 09:00:50 > git config core.sparsecheckout # timeout=10 09:00:50 > git checkout -f ffc18edf10662f7f66dadb4680007f8f3a441a0c # timeout=10 09:00:50 Removing intermediate container f63bf4f4816c 09:00:50 ---> da172fc165f5 09:00:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:00:50 ---> 774c3a52cba9 09:00:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:00:50 ---> 82ceffb6fe2d 09:00:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:00:50 ---> Running in 4febec298c4a 09:00:50 ---> 9796aae9baf8 09:00:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:00:50 ---> 177d33319ad4 09:00:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:00:50 ---> Running in 0e853a9e10e3 09:00:50 ---> 2ba4a37386c6 09:00:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:00:51 Removing intermediate container 4febec298c4a 09:00:51 ---> 6790c339b74e 09:00:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:00:51 ---> Running in 2fcbb5479451 09:00:51 Removing intermediate container 0e853a9e10e3 09:00:51 ---> 9f2c65c80c2f 09:00:51 Step 18/21 : CMD ["--init=true"] 09:00:52 ---> 74331bf1806a 09:00:52 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:00:52 ---> Running in b8e341d8074e 09:00:52 ---> Running in 6fbbc8aaa08f 09:00:52 ---> 37982567d709 09:00:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:00:52 Removing intermediate container 2fcbb5479451 09:00:52 ---> 9afe48d01e2c 09:00:52 Step 20/22 : LABEL arch=arm64 09:00:52 ---> 29fb6b2b1636 09:00:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:00:52 ---> Running in dc4fd5c560f8 09:00:53 Removing intermediate container b8e341d8074e 09:00:53 ---> ab53b017d4b3 09:00:53 Step 19/21 : LABEL arch=arm64 09:00:53 Removing intermediate container 6fbbc8aaa08f 09:00:53 ---> b6001f6d01ed 09:00:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:00:53 ---> Running in 9a098e6cd9fb 09:00:53 ---> Running in abc7d94218c5 09:00:53 Removing intermediate container dc4fd5c560f8 09:00:53 ---> 3aec84210fb5 09:00:53 Step 21/22 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 09:00:53 Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" 09:00:53 First time build. Skipping changelog. 09:00:53 > git rev-list --no-walk 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 # timeout=10 09:00:53 ---> 02a0b8bf5f73 09:00:53 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:00:53 ---> Running in 630288aa9c0d 09:00:54 ---> Running in 21a26fdf5ca3 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:00:54 Removing intermediate container abc7d94218c5 09:00:54 ---> 691b8dc76ddb 09:00:54 Step 20/22 : LABEL arch=arm64Removing intermediate container 9a098e6cd9fb 09:00:54 09:00:54 ---> 7e7f5afb9354 09:00:54 Step 20/21 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 09:00:54 ---> 61bccdf81bf1 09:00:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:00:54 ---> Running in 03a9d3fe7f60 09:00:54 ---> Running in ba8470e1a02a 09:00:54 Removing intermediate container 630288aa9c0d 09:00:54 ---> cca941d15b37 09:00:54 Step 22/22 : LABEL version=0.0.0 09:00:54 Removing intermediate container 21a26fdf5ca3 09:00:54 ---> 59d594a9d834 09:00:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:00:54 ---> Running in 6818980f4e11 09:00:54 ---> Running in 7f8adc69bbab 09:00:54 + echo snap-build.sh 09:00:54 snap-build.sh 09:00:54 + SNAP_BASE_DIR=. 09:00:54 + '[' '!' -z /w/workspace/edgex-go/17 ']' 09:00:54 + SNAP_BASE_DIR=/w/workspace/edgex-go/17 09:00:54 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' 09:00:54 [snap-build] Building snap in dir [/w/workspace/edgex-go/17] 09:00:54 + cd /w/workspace/edgex-go/17 09:00:54 + sudo apt-get remove -qy --purge lxd lxd-client 09:00:54 Reading package lists... 09:00:54 Building dependency tree... 09:00:54 Reading state information... 09:00:55 The following packages were automatically installed and are no longer required: 09:00:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 09:00:55 uidmap xdelta3 09:00:55 Use 'sudo apt autoremove' to remove them. 09:00:55 The following packages will be REMOVED: 09:00:55 lxd* lxd-client* 09:00:55 Removing intermediate container ba8470e1a02a 09:00:55 ---> 56a1262c7796 09:00:55 Step 21/22 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 09:00:55 Removing intermediate container 03a9d3fe7f60 09:00:55 ---> 89718ab33bf2 09:00:55 Step 21/21 : LABEL version=0.0.0 09:00:55 ---> Running in 8c112cda0107 09:00:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 09:00:55 After this operation, 31.7 MB disk space will be freed. 09:00:55 ---> Running in d09aaa982126 09:00:55 Removing intermediate container 6818980f4e11 09:00:55 ---> d4773f953388 09:00:55 09:00:55 Removing intermediate container 7f8adc69bbab 09:00:55 ---> f80a1dad619c 09:00:55 Step 21/23 : LABEL arch=arm64 09:00:55 ---> 59578a706f2b 09:00:55 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/ 09:00:56 Removing intermediate container 8c112cda0107 09:00:56 ---> d8e2137e9a7d 09:00:56 Step 22/22 : LABEL version=0.0.0 09:00:56 Successfully built d4773f953388 09:00:56 ---> Running in baa950e75533 09:00:56 ---> Running in 3d3b11aae615 09:00:56 Successfully tagged docker-support-scheduler-go-arm64:latest 09:00:56  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 09:00:56 ---> Running in a470e88f9e7e 09:00:56 Removing intermediate container d09aaa982126 09:00:56 ---> 7804e2442265 09:00:56 09:00:56 (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.) 09:00:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 09:00:56 Removing intermediate container baa950e75533 09:00:56 ---> 96f21ff1249d 09:00:56 Step 22/23 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 09:00:56 ---> Running in 7ec992698a7b 09:00:56 Successfully built 7804e2442265 09:00:56 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:00:56 Building docker-core-command-go 09:00:57  Building docker-security-proxy-setup-go ... done Removing intermediate container a470e88f9e7e 09:00:57 ---> 7672e3902223 09:00:57 09:00:57 Successfully built 7672e3902223 09:00:57 Removing lxd dnsmasq configuration 09:00:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 09:00:57 Successfully tagged docker-support-notifications-go-arm64:latest 09:00:57  Building docker-support-notifications-go ... done Building docker-core-data-go 09:00:57 Removing intermediate container 7ec992698a7b 09:00:57 ---> 17e1de1ba9ca 09:00:57 Step 23/23 : LABEL version=0.0.0 09:00:57 ---> Running in 3c325d30555c 09:00:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 09:00:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 09:00:58 (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.) 09:00:58 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 09:00:58 Removing intermediate container 3c325d30555c 09:00:58 ---> 8d43b7418e45 09:00:58 09:00:58 Successfully built 8d43b7418e45 09:00:58 Successfully tagged docker-core-metadata-go-arm64:latest 09:00:58 Building docker-security-bootstrapper-go 09:00:58  Building docker-core-metadata-go ... done Removing intermediate container 3d3b11aae615 09:00:58 ---> c6e5b35d8208 09:00:58 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:00:59 ---> Running in 532d561d721d 09:00:59 Removing intermediate container 532d561d721d 09:00:59 ---> fbe33801593e 09:00:59 Step 22/24 : LABEL arch=arm64 09:00:59 ---> Running in 4119cd5c7308 09:01:00 Processing triggers for systemd (237-3ubuntu10.42) ... 09:01:00 Processing triggers for ureadahead (0.100.0-21) ... 09:01:00 Removing intermediate container 4119cd5c7308 09:01:00 ---> f78be215b827 09:01:00 Step 23/24 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 09:01:00 ---> Running in 7c184fd6b0bb 09:01:01 + sudo snap remove --purge lxd 09:01:01 snap "lxd" is not installed 09:01:01 + sudo groupadd --force --system lxd 09:01:01 ++ whoami 09:01:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 09:01:01 + newgrp - lxd 09:01:01 + sudo snap install lxd 09:01:02 Removing intermediate container 7c184fd6b0bb 09:01:02 ---> 06d8f9083c58 09:01:02 Step 24/24 : LABEL version=0.0.0 09:01:03 ---> Running in 8abc3a762acc 09:01:04 Removing intermediate container 8abc3a762acc 09:01:04 ---> f615d7a1c619 09:01:04 09:01:05 Successfully built f615d7a1c619 09:01:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:01:09 2021-01-22T09:01:08Z INFO Waiting for automatic snapd restart... 09:01:24 lxd 4.10 from Canonical* installed 09:01:24 + sudo lxd init --auto 09:01:32 + sudo snap install --classic snapcraft 09:01:36 snapcraft 4.4.4 from Canonical* installed 09:01:36 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 09:01:36 + patch --verbose -p1 09:01:36 Hmm... Looks like a unified diff to me... 09:01:36 The text leading up to this was: 09:01:36 -------------------------- 09:01:36 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 09:01:36 |From: Tony Espy 09:01:36 |Date: Wed, 16 Dec 2020 16:34:55 -0500 09:01:36 |Subject: [PATCH] optimize snap build for pipeline CI check 09:01:36 | 09:01:36 |This patch is used by the EdgeX CI pipeline builds to 09:01:36 |optimize the snap CI check run for pull requests. When 09:01:36 |applied, it essentially strips out everything (apps and 09:01:36 |parts) from the snapcraft.yaml file except those required 09:01:36 |to build edgex-go, as the whole idea of the CI check is to 09:01:36 |catch changes to edgex-go that break the snap build. 09:01:36 | 09:01:36 |In general, anyone updating snapcraft.yaml will also need 09:01:36 |to update this patch file, otherwise it may fail to apply, 09:01:36 |resulting in a failed snap build CI check in the associated 09:01:36 |pull request. 09:01:36 | 09:01:36 |Note - in addition to applying this patch, the pipeline also 09:01:36 |only primes the snap (e.g. `snapcraft prime`), as there's no 09:01:36 |need to build the finally binary .snap file (and it won't 09:01:36 |work with the patch applied). This further reduces the build 09:01:36 |time. 09:01:36 |--- 09:01:36 | snap/snapcraft.yaml | 461 +------------------------------------------- 09:01:36 | 1 file changed, 2 insertions(+), 459 deletions(-) 09:01:36 | 09:01:36 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 09:01:36 |index 1e537489..faf42425 100644 09:01:36 |--- a/snap/snapcraft.yaml 09:01:36 |+++ b/snap/snapcraft.yaml 09:01:36 -------------------------- 09:01:36 patching file snap/snapcraft.yaml 09:01:36 Using Plan A... 09:01:36 Hunk #1 succeeded at 73. 09:01:36 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 09:01:36 Hunk #3 succeeded at 214 (offset -1 lines). 09:01:36 Hunk #4 succeeded at 222 (offset -1 lines). 09:01:36 Hunk #5 succeeded at 229 (offset -1 lines). 09:01:36 Hunk #6 succeeded at 256 (offset -1 lines). 09:01:36 Hunk #7 succeeded at 290 (offset -1 lines). 09:01:36 Hunk #8 succeeded at 342. 09:01:36 Hmm... Ignoring the trailing garbage. 09:01:36 done 09:01:36 + sudo snapcraft prime --use-lxd 09:01:38 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 09:01:38 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: 09:01:38 - README.md 09:01:38 - snapcraft.yaml.orig 09:01:38 09:01:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:01:39 Launching a container. 09:01:51 Waiting for container to be ready 09:01:51 To start your first instance, try: lxc launch ubuntu:18.04 09:01:51 09:01:52  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:01:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:01:52 ---> 035b2e14e924 09:01:52 Step 3/26 : WORKDIR /edgex-go 09:01:52 ---> Using cache 09:01:52 ---> 3a32f61376e8 09:01:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:01:52 ---> Using cache 09:01:52 ---> 0ca9e96dc1fb 09:01:52 Step 5/26 : RUN apk add --update --no-cache make bash git 09:01:52 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:01:52 Step 2/33 : FROM ${BUILDER_BASE} AS builder 09:01:52 ---> 035b2e14e924 09:01:52 Step 3/33 : WORKDIR /edgex-go 09:01:52 ---> Using cache 09:01:52 ---> 3a32f61376e8 09:01:52 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:01:52 ---> Using cache 09:01:52 ---> 0ca9e96dc1fb 09:01:52 Step 5/33 : RUN apk add --update --no-cache make git 09:01:52 ---> Using cache 09:01:52 ---> c4f62dd80bd1 09:01:52 Step 6/33 : COPY go.mod . 09:01:52 ---> Using cache 09:01:52 ---> 0eeeec3454d6 09:01:52 Step 7/33 : RUN go mod download 09:01:52 ---> Using cache 09:01:52 ---> 62cf2db511cf 09:01:52 Step 8/33 : COPY . . 09:01:52 ---> Using cache 09:01:52 ---> f8f120de577e 09:01:52 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 09:01:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:01:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:01:52 ---> 035b2e14e924 09:01:52 Step 3/23 : WORKDIR /edgex-go 09:01:52 ---> Using cache 09:01:52 ---> 3a32f61376e8 09:01:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:01:52 ---> Using cache 09:01:52 ---> 0ca9e96dc1fb 09:01:52 Step 5/23 : RUN apk add --update --no-cache make git 09:01:52 ---> Using cache 09:01:52 ---> c4f62dd80bd1 09:01:52 Step 6/23 : COPY go.mod . 09:01:52 ---> Using cache 09:01:52 ---> 0eeeec3454d6 09:01:52 Step 7/23 : RUN go mod download 09:01:52 ---> Using cache 09:01:52 ---> 62cf2db511cf 09:01:52 Step 8/23 : COPY . . 09:01:52 ---> Using cache 09:01:52 ---> f8f120de577e 09:01:52 Step 9/23 : RUN make cmd/core-command/core-command 09:01:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:01:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:01:52 ---> 035b2e14e924 09:01:52 Step 3/23 : WORKDIR /edgex-go 09:01:52 ---> Using cache 09:01:52 ---> 3a32f61376e8 09:01:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:01:52 ---> Using cache 09:01:52 ---> 0ca9e96dc1fb 09:01:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:01:53 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:01:53 Waiting for network to be ready... 09:01:54 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:01:54 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:01:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 09:01:54 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:01:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:01:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:01:55 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:01:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:01:55 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:01:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:01:55 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:01:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 09:01:55 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 09:01:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 09:01:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 09:01:55 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 09:01:55 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 09:01:55 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 09:01:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:01:55 ---> Running in 64da93ca2b0f 09:01:55 ---> Running in a64c3cd25acf 09:01:55 ---> Running in c4dbc76bb416 09:01:55 ---> Running in 4559611861f5 09:01:55 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 09:01:55 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 09:01:55 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 09:01:55 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 09:01:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 09:01:55 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 09:01:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 09:01:55 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 09:01:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:01:56 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 09:01:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:01:56 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 09:01:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:01:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:01:58 OK: 217 MiB in 51 packages 09:01:58 OK: 217 MiB in 51 packages 09:01:58 Fetched 23.8 MB in 4s (5615 kB/s) 09:01:59 Reading package lists... 09:01:59 Reading package lists... 09:01:59 Building dependency tree... 09:01:59 Reading state information... 09:01:59 The following additional packages will be installed: 09:01:59 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:01:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:01:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:01:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:01:59 Suggested packages: 09:01:59 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:01:59 Recommended packages: 09:01:59 gnupg libsasl2-modules 09:01:59 The following NEW packages will be installed: 09:01:59 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:01:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:01:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:01:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:01:59 The following packages will be upgraded: 09:01:59 gpg gpg-agent gpgconf libudev1 09:01:59 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 09:01:59 Need to get 3533 kB of archives. 09:01:59 After this operation, 13.3 MB of additional disk space will be used. 09:01:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 09:01:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 09:01:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 09:01:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 09:01:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 09:01:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 09:01:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 09:01:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 09:01:59 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 09:01:59 Removing intermediate container c4dbc76bb416 09:01:59 ---> 87295815a279 09:01:59 Step 6/23 : COPY go.mod . 09:02:00 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 09:02:00 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:02:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:02:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:02:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:02:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:02:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:02:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:02:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:02:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:02:00 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:02:00 Removing intermediate container 64da93ca2b0f 09:02:00 ---> e12c28df7021 09:02:00 Step 6/26 : COPY go.mod . 09:02:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:02:00 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:02:00 debconf: delaying package configuration, since apt-utils is not installed 09:02:00 Fetched 3533 kB in 1s (3025 kB/s) 09:02:00 (Reading database ... 12511 files and directories currently installed.) 09:02:00 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 09:02:00 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:02:00 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 09:02:00 Selecting previously unselected package udev. 09:02:00 (Reading database ... 12511 files and directories currently installed.) 09:02:00 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 09:02:00 Unpacking udev (237-3ubuntu10.44) ... 09:02:01 ---> 64696ecaeda3 09:02:01 Step 7/23 : RUN go mod download 09:02:01 Selecting previously unselected package libfuse2:amd64. 09:02:01 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:02:01 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:02:01 ---> Running in 0412afdb36cc 09:02:01 Selecting previously unselected package fuse. 09:02:01 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:02:01 Unpacking fuse (2.9.7-1ubuntu1) ... 09:02:01 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 09:02:01 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:02:01 ---> a91c18374e25 09:02:01 Step 7/26 : RUN go mod download 09:02:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 09:02:01 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:02:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 09:02:01 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:02:01 ---> Running in 0d68f800f695 09:02:01 Selecting previously unselected package libksba8:amd64. 09:02:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:02:01 Unpacking libksba8:amd64 (1.3.5-2) ... 09:02:01 Selecting previously unselected package libroken18-heimdal:amd64. 09:02:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:02:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:02:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:02:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:02 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:02:02 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:02:02 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:02 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:02:02 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:02:02 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:02 Selecting previously unselected package libwind0-heimdal:amd64. 09:02:02 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:02:02 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:02:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:02:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:02:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:02:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:02:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:02:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:02:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:02:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:02 Selecting previously unselected package libsasl2-modules-db:amd64. 09:02:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:02:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:02:03 Selecting previously unselected package libsasl2-2:amd64. 09:02:03 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:02:03 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:02:03 Selecting previously unselected package libldap-common. 09:02:03 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 09:02:03 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:02:03 Selecting previously unselected package libldap-2.4-2:amd64. 09:02:03 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 09:02:03 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:02:03 Selecting previously unselected package dirmngr. 09:02:03 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 09:02:03 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 09:02:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:02:03 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 09:02:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:02:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:02:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:02:03 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 09:02:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:03 Setting up libksba8:amd64 (1.3.5-2) ... 09:02:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:02:03 Setting up udev (237-3ubuntu10.44) ... 09:02:04 invoke-rc.d: policy-rc.d denied execution of start. 09:02:04 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:04 Processing triggers for systemd (237-3ubuntu10) ... 09:02:04 Setting up fuse (2.9.7-1ubuntu1) ... 09:02:04 Setting up gpg (2.2.4-1ubuntu1.3) ... 09:02:04 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:04 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:04 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:04 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:02:04 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:02:04 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 09:02:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:02:05 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:02:05 settings in the [Install] section, and DefaultInstance for template units). 09:02:05 This means they are not meant to be enabled using systemctl. 09:02:05 Possible reasons for having this kind of units are: 09:02:05 1) A unit may be statically enabled by being symlinked from another unit's 09:02:05 .wants/ or .requires/ directory. 09:02:05 2) A unit's purpose may be to act as a helper for some other unit which has 09:02:05 a requirement dependency on it. 09:02:05 3) A unit may be started when needed via activation (socket, path, timer, 09:02:05 D-Bus, udev, scripted systemctl call, ...). 09:02:05 4) In case of template units, the unit is meant to be enabled with some 09:02:05 instance name specified. 09:02:05 Reading package lists... 09:02:05 Building dependency tree... 09:02:05 Reading state information... 09:02:05 The following additional packages will be installed: 09:02:05 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:02:05 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:02:05 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:02:05 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:02:05 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:02:05 Suggested packages: 09:02:05 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:02:05 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:02:05 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:02:05 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:02:05 systemd-container policykit-1 09:02:05 Recommended packages: 09:02:05 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:02:05 The following NEW packages will be installed: 09:02:05 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:02:05 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:02:05 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:02:05 multiarch-support openssh-client python3 python3-minimal python3.6 09:02:05 python3.6-minimal snapd squashfs-tools sudo 09:02:05 The following packages will be upgraded: 09:02:05 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:02:06 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 09:02:06 Need to get 35.2 MB of archives. 09:02:06 After this operation, 141 MB of additional disk space will be used. 09:02:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 09:02:06 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 09:02:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 09:02:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 09:02:06 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 09:02:06 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:02:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:02:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:02:06 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:02:06 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:02:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:02:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:02:06 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 09:02:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 09:02:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:02:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:02:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 09:02:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 09:02:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:02:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:02:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 09:02:07 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 09:02:07 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:02:07 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:02:07 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:02:07 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:02:07 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:02:07 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:02:07 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 09:02:07 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:02:07 Removing intermediate container 0412afdb36cc 09:02:07 ---> d120d2b47a87 09:02:07 Step 8/23 : COPY . . 09:02:07 Removing intermediate container 0d68f800f695 09:02:07 ---> 295631ec9eb2 09:02:07 Step 8/26 : COPY . . 09:02:08 debconf: delaying package configuration, since apt-utils is not installed 09:02:08 Fetched 35.2 MB in 2s (15.1 MB/s) 09:02:08 (Reading database ... 12757 files and directories currently installed.) 09:02:08 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 09:02:08 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:02:09 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 09:02:09 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:02:09 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 09:02:09 (Reading database ... 12757 files and directories currently installed.) 09:02:09 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 09:02:09 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 09:02:09 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 09:02:09 (Reading database ... 12757 files and directories currently installed.) 09:02:09 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 09:02:09 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 09:02:10 Setting up apt (1.6.12ubuntu0.2) ... 09:02:10 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:02:10 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:02:10 (Reading database ... 12764 files and directories currently installed.) 09:02:10 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:02:10 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:02:10 Selecting previously unselected package libpython3.6-minimal:amd64. 09:02:10 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:02:10 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:02:11 Selecting previously unselected package libexpat1:amd64. 09:02:11 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:02:11 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:02:11 Selecting previously unselected package python3.6-minimal. 09:02:11 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:02:11 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:02:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 09:02:11 Checking for services that may need to be restarted...done. 09:02:11 Checking for services that may need to be restarted...done. 09:02:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:02:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:02:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:02:11 Selecting previously unselected package python3-minimal. 09:02:12 (Reading database ... 13012 files and directories currently installed.) 09:02:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:02:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:02:12 Selecting previously unselected package mime-support. 09:02:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:02:12 Unpacking mime-support (3.60ubuntu1) ... 09:02:12 Selecting previously unselected package libmpdec2:amd64. 09:02:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:02:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:02:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:02:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:02:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:02:12 Selecting previously unselected package python3.6. 09:02:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:02:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:02:12 Selecting previously unselected package libpython3-stdlib:amd64. 09:02:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:02:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:02:12 Setting up python3-minimal (3.6.7-1~18.04) ... 09:02:13 Selecting previously unselected package python3. 09:02:13 (Reading database ... 13442 files and directories currently installed.) 09:02:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:02:13 Unpacking python3 (3.6.7-1~18.04) ... 09:02:13 Selecting previously unselected package multiarch-support. 09:02:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:02:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:02:13 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:02:13 Selecting previously unselected package liblzo2-2:amd64. 09:02:13 (Reading database ... 13479 files and directories currently installed.) 09:02:13 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:02:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:02:13 Selecting previously unselected package libbsd0:amd64. 09:02:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:02:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:02:13 Selecting previously unselected package sudo. 09:02:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 09:02:13 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 09:02:13 Selecting previously unselected package apparmor. 09:02:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:02:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:02:14 Selecting previously unselected package libedit2:amd64. 09:02:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:02:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:02:14 Selecting previously unselected package libkrb5support0:amd64. 09:02:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:02:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:02:14 Selecting previously unselected package libk5crypto3:amd64. 09:02:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:02:14 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:02:14 Selecting previously unselected package libkeyutils1:amd64. 09:02:14 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:02:14 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:02:14 Selecting previously unselected package libkrb5-3:amd64. 09:02:14 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:02:14 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:02:14 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:02:14 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:02:14 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:02:14 Selecting previously unselected package libssl1.0.0:amd64. 09:02:14 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 09:02:14 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:02:15 Selecting previously unselected package openssh-client. 09:02:15 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:02:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:02:15 Selecting previously unselected package squashfs-tools. 09:02:15 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:02:15 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:02:15 Selecting previously unselected package snapd. 09:02:15 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 09:02:15 Unpacking snapd (2.48+18.04) ... 09:02:17 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:02:17 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:02:17 Setting up mime-support (3.60ubuntu1) ... 09:02:17 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 09:02:17 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:02:17 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:02:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:02:17 Setting up systemd (237-3ubuntu10.44) ... 09:02:17 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 09:02:18 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:02:18 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:02:18 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:02:18 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:02:18 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:02:18 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:02:19 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:02:19 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:02:20 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:02:20 Setting up python3 (3.6.7-1~18.04) ... 09:02:20 running python rtupdate hooks for python3.6... 09:02:20 running python post-rtupdate hooks for python3.6... 09:02:20 Setting up apparmor (2.12-4ubuntu5.1) ... 09:02:21 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:02:21 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:02:21 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:02:22 Setting up snapd (2.48+18.04) ... 09:02:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:02:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:02:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:02:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:02:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:02:23 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:02:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:02:23 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:02:23 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:02:23 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:02:23 /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' 09:02:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:02:23 Processing triggers for systemd (237-3ubuntu10.44) ... 09:02:24 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:02:24 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:02:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:02:26 Reading package lists... 09:02:26 Reading package lists... 09:02:26 Building dependency tree... 09:02:26 Reading state information... 09:02:26 Calculating upgrade... 09:02:26 The following packages will be upgraded: 09:02:26 advancecomp base-files bash binutils binutils-common 09:02:26 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:02:26 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:02:26 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 09:02:26 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 09:02:26 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 09:02:26 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 09:02:26 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 09:02:26 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 09:02:26 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 09:02:26 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 09:02:26 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 09:02:26 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 09:02:26 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 09:02:26 ubuntu-keyring util-linux 09:02:26 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:02:26 Need to get 63.7 MB of archives. 09:02:26 After this operation, 5203 kB of additional disk space will be used. 09:02:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:02:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:02:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:02:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:02:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:02:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:02:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:02:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:02:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:02:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:02:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:02:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:02:26 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:02:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 09:02:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:02:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:02:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:02:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:02:27 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:02:27 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:02:27 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:02:27 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:02:27 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:02:27 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:02:27 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:02:27 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:02:27 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:02:27 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:02:27 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:02:27 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:02:27 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:02:27 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:02:27 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:02:27 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:02:27 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 09:02:27 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 09:02:27 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:02:27 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:02:27 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 09:02:27 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 09:02:27 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 09:02:27 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:02:27 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:02:27 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:02:27 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 09:02:27 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:02:27 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:02:27 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] 09:02:27 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 09:02:27 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 09:02:27 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 09:02:27 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:02:27 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:02:27 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:02:27 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:02:27 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:02:27 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:02:27 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:02:27 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:02:27 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:02:27 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:02:27 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:02:27 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:02:27 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:02:28 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:02:28 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 09:02:28 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:02:28 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:02:28 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:02:28 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:02:28 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:02:28 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:02:28 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:02:28 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:02:28 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:02:28 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:02:28 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:02:28 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:02:28 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:02:28 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:02:28 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 09:02:28 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:02:28 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 09:02:28 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 09:02:28 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:02:28 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:02:28 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:02:28 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 09:02:28 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:02:28 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:02:28 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 09:02:28 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:02:28 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:02:28 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:02:28 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:02:28 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:02:28 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:02:28 debconf: delaying package configuration, since apt-utils is not installed 09:02:28 Fetched 63.7 MB in 2s (31.9 MB/s) 09:02:28 (Reading database ... 13912 files and directories currently installed.) 09:02:28 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:02:28 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:02:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:02:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:02:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 09:02:29 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 09:02:30 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:02:30 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:02:30 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:02:30 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:02:30 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:02:31 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:02:31 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:02:31 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:02:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:02:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:02:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:02:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:02:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:02:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:02:31 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:02:31 (Reading database ... 13911 files and directories currently installed.) 09:02:31 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:02:31 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:02:31 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:02:31 (Reading database ... 13911 files and directories currently installed.) 09:02:31 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:02:31 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:02:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:02:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:02:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:02:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:02:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:02:32 (Reading database ... 13911 files and directories currently installed.) 09:02:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:02:32 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:02:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:02:33 (Reading database ... 13911 files and directories currently installed.) 09:02:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:02:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:02:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:02:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:02:33 Setting up base-files (10.1ubuntu2.10) ... 09:02:33 Installing new version of config file /etc/issue ... 09:02:33 Installing new version of config file /etc/issue.net ... 09:02:33 Installing new version of config file /etc/lsb-release ... 09:02:33 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:02:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:02:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:02:34 Removing obsolete conffile /etc/default/motd-news ... 09:02:34 (Reading database ... 13912 files and directories currently installed.) 09:02:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:02:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:02:34 Setting up bash (4.4.18-2ubuntu1.2) ... 09:02:34 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 09:02:34 (Reading database ... 13912 files and directories currently installed.) 09:02:34 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:02:34 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:02:34 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:02:34 (Reading database ... 13912 files and directories currently installed.) 09:02:34 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 09:02:35 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 09:02:35 Setting up tar (1.29b-2ubuntu0.2) ... 09:02:35 (Reading database ... 13912 files and directories currently installed.) 09:02:35 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:02:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:02:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:02:35 (Reading database ... 13912 files and directories currently installed.) 09:02:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:02:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:02:35 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:02:35 (Reading database ... 13912 files and directories currently installed.) 09:02:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:02:35 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:02:35 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:02:36 (Reading database ... 13912 files and directories currently installed.) 09:02:36 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:02:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:02:36 Setting up grep (3.1-2build1) ... 09:02:36 (Reading database ... 13912 files and directories currently installed.) 09:02:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:02:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:02:36 Setting up login (1:4.5-1ubuntu2) ... 09:02:36 (Reading database ... 13912 files and directories currently installed.) 09:02:36 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:02:36 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:02:36 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:02:36 (Reading database ... 13912 files and directories currently installed.) 09:02:36 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:02:36 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:02:37 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:02:37 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:02:37 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:02:37 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:02:38 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:02:38 (Reading database ... 13912 files and directories currently installed.) 09:02:38 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:02:38 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:02:39 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:02:39 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:02:39 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:02:39 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:02:39 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:02:39 (Reading database ... 13912 files and directories currently installed.) 09:02:39 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:02:39 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:02:39 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:02:39 (Reading database ... 13912 files and directories currently installed.) 09:02:39 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:02:39 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:02:39 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:02:40 ---> 4b7daa4217ea 09:02:40 Step 9/23 : RUN make cmd/core-data/core-data 09:02:40 ---> 328d2bd9989a 09:02:40 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:02:40 ---> Running in 00b25966b916 09:02:40 ---> Running in e9b39d2c5763 09:02:40 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 09:02:40 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 09:02:40 (Reading database ... 13912 files and directories currently installed.) 09:02:40 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:02:40 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:02:40 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:02:40 (Reading database ... 13912 files and directories currently installed.) 09:02:40 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:02:40 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:02:40 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:02:40 (Reading database ... 13912 files and directories currently installed.) 09:02:40 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:02:40 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:02:40 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:02:40 (Reading database ... 13912 files and directories currently installed.) 09:02:40 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:02:40 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:02:40 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:02:40 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:02:40 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:02:41 (Reading database ... 13912 files and directories currently installed.) 09:02:41 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:02:41 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:02:41 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:02:41 (Reading database ... 13912 files and directories currently installed.) 09:02:41 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:02:41 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:02:41 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:02:41 (Reading database ... 13912 files and directories currently installed.) 09:02:41 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:02:41 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:02:41 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:02:42 (Reading database ... 13912 files and directories currently installed.) 09:02:42 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:02:42 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:02:42 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 09:02:42 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:02:43 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:02:43 (Reading database ... 13912 files and directories currently installed.) 09:02:43 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:02:43 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:02:43 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:02:43 (Reading database ... 13912 files and directories currently installed.) 09:02:43 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:02:43 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:02:43 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:02:43 (Reading database ... 13914 files and directories currently installed.) 09:02:43 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:02:44 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:02:44 Setting up debconf (1.5.66ubuntu1) ... 09:02:44 (Reading database ... 13914 files and directories currently installed.) 09:02:44 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:02:44 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:02:44 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:02:44 (Reading database ... 13914 files and directories currently installed.) 09:02:44 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:02:44 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:02:44 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:02:44 (Reading database ... 13914 files and directories currently installed.) 09:02:44 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:02:44 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:02:45 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:02:45 (Reading database ... 13914 files and directories currently installed.) 09:02:45 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:02:45 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:02:45 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 09:02:45 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:02:45 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 09:02:45 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:02:45 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:02:45 (Reading database ... 13914 files and directories currently installed.) 09:02:45 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 09:02:45 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:02:46 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:02:46 (Reading database ... 13914 files and directories currently installed.) 09:02:46 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:02:46 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:02:46 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:02:46 (Reading database ... 13914 files and directories currently installed.) 09:02:46 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:02:46 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:02:46 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:02:46 (Reading database ... 13914 files and directories currently installed.) 09:02:46 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 09:02:46 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 09:02:46 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 09:02:47 (Reading database ... 13914 files and directories currently installed.) 09:02:47 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:02:47 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:02:47 Setting up passwd (1:4.5-1ubuntu2) ... 09:02:47 (Reading database ... 13914 files and directories currently installed.) 09:02:47 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 09:02:47 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:02:48 Setting up gpgv (2.2.4-1ubuntu1.3) ... 09:02:48 (Reading database ... 13914 files and directories currently installed.) 09:02:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:02:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:02:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:02:48 (Reading database ... 13914 files and directories currently installed.) 09:02:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:02:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:02:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:02:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:02:48 (Reading database ... 13914 files and directories currently installed.) 09:02:48 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:02:48 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:02:48 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:02:48 (Reading database ... 13914 files and directories currently installed.) 09:02:48 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:02:48 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:02:49 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:02:49 (Reading database ... 13914 files and directories currently installed.) 09:02:49 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 09:02:49 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 09:02:49 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 09:02:49 (Reading database ... 13914 files and directories currently installed.) 09:02:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 09:02:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 09:02:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 09:02:49 (Reading database ... 13915 files and directories currently installed.) 09:02:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:02:49 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:02:49 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:02:49 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:02:50 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:02:50 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:02:50 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 09:02:50 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 09:02:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:02:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:02:50 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:02:50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:02:50 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:02:50 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:02:51 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:02:51 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:02:51 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:02:51 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:02:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:02:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:02:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:02:52 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:02:52 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 09:02:52 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 09:02:53 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:02:53 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:02:53 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:02:53 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:02:53 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:02:53 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:02:53 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:02:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:02:54 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:02:54 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:02:54 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:02:54 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:02:54 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:02:54 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:02:54 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:02:54 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:02:54 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:02:54 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:02:54 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:02:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:02:55 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:02:55 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:02:56 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:02:56 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:02:57 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:02:57 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:02:58 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:02:58 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:02:58 Removing intermediate container a64c3cd25acf 09:02:58 ---> 6bc19729e697 09:02:58 09:02:58 Step 10/23 : FROM alpine:3.12 09:02:58 ---> afeebe901d6b 09:02:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:02:58 ---> Using cache 09:02:58 ---> dfff2975f662 09:02:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:02:58 ---> Using cache 09:02:58 ---> 14acda429bc5 09:02:58 Step 13/23 : ENV APP_PORT=48082 09:02:58 ---> Running in 63c7026f9fe8 09:02:59 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:02:59 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:02:59 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:02:59 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:02:59 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:02:59 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:02:59 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:02:59 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:02:59 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:02:59 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:02:59 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:02:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:02:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:02:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:02:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:02:59 Removing intermediate container 63c7026f9fe8 09:02:59 ---> 2eab4247ebff 09:02:59 Step 14/23 : EXPOSE $APP_PORT 09:02:59 ---> Running in a806adad2f7d 09:03:00 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:03:00 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:03:00 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:03:00 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:03:00 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:03:00 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:03:00 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:03:00 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:03:00 Setting up tzdata (2020f-0ubuntu0.18.04) ... 09:03:00 09:03:00 Current default time zone: 'Etc/UTC' 09:03:00 Local time is now: Fri Jan 22 09:03:00 UTC 2021. 09:03:00 Universal Time is now: Fri Jan 22 09:03:00 UTC 2021. 09:03:00 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:03:00 09:03:00 Removing intermediate container a806adad2f7d 09:03:00 ---> f8e515cef38a 09:03:00 Step 15/23 : WORKDIR / 09:03:00 Setting up systemd-sysv (237-3ubuntu10.44) ... 09:03:00 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:03:00 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 09:03:00 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:03:00 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:03:00 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:03:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:03:00 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:03:00 ---> Running in 0ffe01756567 09:03:00 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:03:00 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 09:03:00 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:03:00 Setting up procps (2:3.3.12-3ubuntu1.2) ... 09:03:01 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:03:01 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 09:03:01 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:03:01 Setting up patch (2.7.6-2ubuntu1.1) ... 09:03:01 Removing intermediate container 0ffe01756567 09:03:01 ---> 9fe897722aab 09:03:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:03:01 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:03:01 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:03:01 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 09:03:01 Installing new version of config file /etc/ssl/openssl.cnf ... 09:03:01 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:03:01 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:03:01 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 09:03:02 ---> c61d6028e03b 09:03:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:03:03 Updating certificates in /etc/ssl/certs... 09:03:03 22 added, 17 removed; done. 09:03:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:03:04 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:03:04 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:03:04 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:03:04 Setting up pkgbinarymangler (138.18.04.1) ... 09:03:04 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:03:04 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 09:03:04 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:03:04 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:03:04 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:03:04 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:03:04 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:03:04 Setting up perl (5.26.1-6ubuntu0.5) ... 09:03:04 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 09:03:04 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:03:04 ---> 6dac83fdeb0d 09:03:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:03:04 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:03:04 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 09:03:04 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:03:04 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:03:04 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:03:04 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:03:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:03:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:03:05 Processing triggers for systemd (237-3ubuntu10.44) ... 09:03:05 Processing triggers for mime-support (3.60ubuntu1) ... 09:03:05 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 09:03:05 Updating certificates in /etc/ssl/certs... 09:03:05 0 added, 0 removed; done. 09:03:05 Running hooks in /etc/ca-certificates/update.d... 09:03:05 done. 09:03:06 ---> da6e7e95e170 09:03:06 Step 19/23 : ENTRYPOINT ["/core-command"] 09:03:06 Reading package lists... 09:03:06 Building dependency tree... 09:03:06 Reading state information... 09:03:06 ---> Running in 6b727c5afdff 09:03:06 The following NEW packages will be installed: 09:03:06 apt-transport-https 09:03:06 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:03:06 Need to get 1696 B of archives. 09:03:06 After this operation, 153 kB of additional disk space will be used. 09:03:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 09:03:06 debconf: delaying package configuration, since apt-utils is not installed 09:03:06 Fetched 1696 B in 0s (28.5 kB/s) 09:03:06 Selecting previously unselected package apt-transport-https. 09:03:06 (Reading database ... 13929 files and directories currently installed.) 09:03:06 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 09:03:06 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 09:03:06 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 09:03:06 Waiting for network to be ready... 09:03:07 Removing intermediate container 6b727c5afdff 09:03:07 ---> 6a012b57ff93 09:03:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:03:07 ---> Running in 2ef4840318fa 09:03:08 Removing intermediate container 2ef4840318fa 09:03:08 ---> 375e4411901f 09:03:08 Step 21/23 : LABEL arch=arm64 09:03:09 ---> Running in e39faf90f319 09:03:10 Removing intermediate container e39faf90f319 09:03:10 ---> c85f8a617a14 09:03:10 Step 22/23 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 09:03:10 ---> Running in fe98e21415b3 09:03:11 Removing intermediate container 4559611861f5 09:03:11 ---> 028b94b97f42 09:03:11 09:03:11 Step 10/33 : FROM alpine:3.12 09:03:11 ---> afeebe901d6b 09:03:11 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 09:03:11 ---> Running in 49bc4ca6b476 09:03:11 Removing intermediate container fe98e21415b3 09:03:11 ---> 6f75592cb8e8 09:03:11 Step 23/23 : LABEL version=0.0.0 09:03:11 ---> Running in 647137fb7ac0 09:03:12 2021-01-22T09:03:09Z INFO Waiting for automatic snapd restart... 09:03:12 snapd 2.48.2 from Canonical* installed 09:03:12 Removing intermediate container 647137fb7ac0 09:03:12 ---> e580f06dd6ba 09:03:12 09:03:13 Successfully built e580f06dd6ba 09:03:13 Successfully tagged docker-core-command-go-arm64:latest 09:03:13  Building docker-core-command-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:03:13 "snapd" switched to the "latest/stable" channel 09:03:13 09:03:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:03:14 (1/3) Installing dumb-init (1.2.2-r1) 09:03:14 (2/3) Installing openssl (1.1.1i-r0) 09:03:14 (3/3) Installing su-exec (0.2-r1) 09:03:14 Executing busybox-1.31.1-r19.trigger 09:03:14 OK: 6 MiB in 17 packages 09:03:15 core18 20201210 from Canonical* installed 09:03:15 "core18" switched to the "latest/stable" channel 09:03:15 09:03:16 Removing intermediate container 49bc4ca6b476 09:03:16 ---> 30239e1c948e 09:03:16 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:03:16 ---> Running in 4fc3dc17b7c7 09:03:17 Removing intermediate container 4fc3dc17b7c7 09:03:17 ---> 1bd45d136021 09:03:17 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 09:03:17 ---> Running in 3433995188d8 09:03:17 Removing intermediate container 3433995188d8 09:03:17 ---> 6e3d1eaee5b3 09:03:17 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 09:03:18 ---> Running in 4cd8642a2724 09:03:19 snapcraft 4.4.4 from Canonical* installed 09:03:19 "snapcraft" switched to the "latest/stable" channel 09:03:19 09:03:20 Connecting to github.com (140.82.114.4:443) 09:03:20 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.38.52:443) 09:03:20 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 09:03:20 dockerize-alpine-lin 2% | | 86560 0:00:33 ETA 09:03:20 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 09:03:20 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 09:03:20 dockerize 09:03:22 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: 09:03:22 - README.md 09:03:22 - snapcraft.yaml.orig 09:03:22 09:03:22 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:03:23 Removing intermediate container 4cd8642a2724 09:03:23 ---> 196ae290688d 09:03:23 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 09:03:23 ---> Running in 87fb5dffba73 09:03:23 Removing intermediate container 87fb5dffba73 09:03:23 ---> 46832cc14636 09:03:23 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:03:24 ---> Running in 5f4765eda4f5 09:03:24 Removing intermediate container 5f4765eda4f5 09:03:24 ---> 36ce39e64e66 09:03:24 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} 09:03:24 ---> Running in be62a1dd7eb1 09:03:26 Move dockerize executable 09:03:28 Removing intermediate container be62a1dd7eb1 09:03:28 ---> cac8d8066e1c 09:03:28 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 09:03:29 ---> Running in 04c31a2addfb 09:03:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:03:29 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:03:29 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:03:29 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:03:30 Removing intermediate container 04c31a2addfb 09:03:30 ---> 2e899f2e5273 09:03:30 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:03:30 Reading package lists... 09:03:30 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 09:03:31 ---> 8714f6addaa9 09:03:31 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:03:31 ---> Running in fdaf89083087 09:03:35 Removing intermediate container fdaf89083087 09:03:35 ---> e4b81e5f8473 09:03:35 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 09:03:36 ---> 7a3dbebbac44 09:03:36 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:03:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:03:37 Reading package lists... 09:03:37 Building dependency tree... 09:03:37 Reading state information... 09:03:37 Suggested packages: 09:03:37 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:03:37 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:03:37 Recommended packages: 09:03:37 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:03:37 The following NEW packages will be installed: 09:03:37 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:03:37 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:03:37 pkg-config zip 09:03:37 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:03:37 Need to get 7655 kB of archives. 09:03:37 After this operation, 43.7 MB of additional disk space will be used. 09:03:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 09:03:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 09:03:37 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:03:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:03:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:03:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:03:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:03:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:03:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:03:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:03:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:03:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:03:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:03:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:03:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:03:37 debconf: delaying package configuration, since apt-utils is not installed 09:03:38 Fetched 7655 kB in 1s (10.4 MB/s) 09:03:38 Selecting previously unselected package libglib2.0-0:amd64. 09:03:38 (Reading database ... 13933 files and directories currently installed.) 09:03:38 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 09:03:38 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:03:38 Selecting previously unselected package libpsl5:amd64. 09:03:38 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:03:38 ---> 44d0629f97ec 09:03:38 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:03:38 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:03:38 Selecting previously unselected package libnghttp2-14:amd64. 09:03:38 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:03:38 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:03:38 Selecting previously unselected package librtmp1:amd64. 09:03:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:03:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:03:38 Selecting previously unselected package libcurl3-gnutls:amd64. 09:03:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 09:03:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:03:38 Selecting previously unselected package liberror-perl. 09:03:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:03:38 Unpacking liberror-perl (0.17025-1) ... 09:03:38 Selecting previously unselected package git-man. 09:03:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:03:38 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:03:38 Selecting previously unselected package git. 09:03:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:03:38 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:03:39 ---> 51dc82ed901b 09:03:39 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 09:03:39 Selecting previously unselected package libnorm1:amd64. 09:03:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:03:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:03:39 Selecting previously unselected package libpgm-5.2-0:amd64. 09:03:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:03:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:03:39 Selecting previously unselected package libsodium23:amd64. 09:03:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:03:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:03:39 Selecting previously unselected package libzmq5:amd64. 09:03:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:03:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:03:39 Selecting previously unselected package libzmq3-dev:amd64. 09:03:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:03:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:03:40 Selecting previously unselected package pkg-config. 09:03:40 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:03:40 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:03:40 Selecting previously unselected package zip. 09:03:40 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:03:40 Unpacking zip (3.0-11build1) ... 09:03:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:03:40 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:03:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:03:40 Setting up liberror-perl (0.17025-1) ... 09:03:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:03:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:03:40 No schema files found: doing nothing. 09:03:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:03:40 Setting up zip (3.0-11build1) ... 09:03:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:03:40 Setting up libsodium23:amd64 (1.0.16-2) ... 09:03:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:03:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:03:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:03:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:03:40 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:03:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:03:42 ---> fd70669012d0 09:03:42 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:03:43 Removing intermediate container e9b39d2c5763 09:03:43 ---> adb23f66cba4 09:03:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:03:43 ---> 35b030e4a5cb 09:03:43 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 09:03:43 ---> Running in c83fa3f8592b 09:03:44 ---> Running in 58a7508eeea2 09:03:44 Removing intermediate container 58a7508eeea2 09:03:44 ---> e5a87888e917 09:03:44 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:03:45 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 09:03:45 ---> 23a85e8344da 09:03:45 Step 28/33 : RUN chmod +x /entrypoint.sh 09:03:46 ---> Running in e3d0e3ab89d3 09:03:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:03:47 git set to automatically installed. 09:03:47 git-man set to automatically installed. 09:03:47 libcurl3-gnutls set to automatically installed. 09:03:47 liberror-perl set to automatically installed. 09:03:47 libglib2.0-0 set to automatically installed. 09:03:47 libnghttp2-14 set to automatically installed. 09:03:47 libnorm1 set to automatically installed. 09:03:47 libpgm-5.2-0 set to automatically installed. 09:03:47 libpsl5 set to automatically installed. 09:03:47 librtmp1 set to automatically installed. 09:03:47 libsodium23 set to automatically installed. 09:03:47 libzmq3-dev set to automatically installed. 09:03:47 libzmq5 set to automatically installed. 09:03:47 pkg-config set to automatically installed. 09:03:47 zip set to automatically installed. 09:03:48 Removing intermediate container c83fa3f8592b 09:03:48 ---> f5b7c2a85d1d 09:03:48 09:03:48 Step 11/26 : FROM docker:20.10.0 09:03:48 20.10.0: Pulling from library/docker 09:03:49 Removing intermediate container e3d0e3ab89d3 09:03:49 ---> 0db718bf5dce 09:03:49 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 09:03:49 snapd is not logged in, snap install commands will use sudo 09:03:50 ---> Running in a2df68358084 09:03:51 Removing intermediate container a2df68358084 09:03:51 ---> 1846763aa570 09:03:51 Step 30/33 : CMD ["gate"] 09:03:51 ---> Running in 94e1d1e6462f 09:03:52 Removing intermediate container 94e1d1e6462f 09:03:52 ---> f5a3dd176ea5 09:03:52 Step 31/33 : LABEL arch=arm64 09:03:53 ---> Running in b48c89507ffb 09:03:54 Removing intermediate container b48c89507ffb 09:03:54 ---> 50136e542fc5 09:03:54 Step 32/33 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 09:03:55 ---> Running in 159dea52e2aa 09:03:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:03:56 snap "core18" has no updates available 09:03:57 Removing intermediate container 159dea52e2aa 09:03:57 ---> d26eed0778a5 09:03:57 Step 33/33 : LABEL version=0.0.0 09:03:58 ---> Running in 83ed6f997149 09:03:58 Removing intermediate container 00b25966b916 09:03:58 ---> 325ac3b744ea 09:03:58 09:03:58 Step 10/23 : FROM alpine:3.12 09:03:58 ---> afeebe901d6b 09:03:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:03:58 Pulling config-common 09:03:58 ---> Running in c098c7ed861c 09:03:58 Removing intermediate container 83ed6f997149 09:03:58 ---> f1158ddc957e 09:03:58 09:03:59 Successfully built f1158ddc957e 09:03:59 Successfully tagged docker-security-bootstrapper-go-arm64:latest 09:03:59  Building docker-security-bootstrapper-go ... done Removing intermediate container c098c7ed861c 09:03:59 ---> b598bf439936 09:03:59 Step 12/23 : ENV APP_PORT=48080 09:03:59 ---> Running in 170ee1cad6a3 09:03:59 Pulling go-build-helper 09:03:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:03:59 Status: Downloaded newer image for docker:20.10.0 09:03:59 ---> eeaf43b92773 09:03:59 Step 12/26 : RUN apk add --no-cache bash 09:03:59 ---> Running in 34d37e1f8306 09:04:00 Removing intermediate container 170ee1cad6a3 09:04:00 ---> 2dc06ef53c8b 09:04:00 Step 13/23 : EXPOSE $APP_PORT 09:04:00 ---> Running in 8154321d8a82 09:04:00 Removing intermediate container 8154321d8a82 09:04:00 ---> cf50ffa1fbea 09:04:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:04:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:04:00 ---> Running in 20321d776420 09:04:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:04:01 (1/2) Installing readline (8.0.4-r0) 09:04:01 (2/2) Installing bash (5.0.17-r0) 09:04:01 Executing bash-5.0.17-r0.post-install 09:04:01 Executing busybox-1.31.1-r19.trigger 09:04:01 OK: 12 MiB in 22 packages 09:04:03 Removing intermediate container 34d37e1f8306 09:04:03 ---> a2de5f48685f 09:04:03 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:04:03 ---> Running in f1d3fb9c47cf 09:04:03 Removing intermediate container 20321d776420 09:04:03 ---> 63dd1ad981be 09:04:03 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:04:03 ---> Running in c0f10c770612 09:04:04 Removing intermediate container f1d3fb9c47cf 09:04:04 ---> 5af0cb0dafa7 09:04:04 Step 14/26 : ENV APP_PORT=48090 09:04:04 ---> Running in 01abc19ad359 09:04:04 Removing intermediate container 01abc19ad359 09:04:04 ---> e8f644e66ec5 09:04:04 Step 15/26 : EXPOSE $APP_PORT 09:04:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:04:04 ---> Running in 2e306acc435a 09:04:05 Removing intermediate container 2e306acc435a 09:04:05 ---> bb230bd12611 09:04:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:04:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:04:06 (1/6) Installing dumb-init (1.2.2-r1) 09:04:06 (2/6) Installing libgcc (9.3.0-r2) 09:04:06 (3/6) Installing libsodium (1.0.18-r0) 09:04:06 (4/6) Installing libstdc++ (9.3.0-r2) 09:04:06 ---> dd7dae55497a 09:04:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:04:06 (5/6) Installing libzmq (4.3.3-r0) 09:04:06 (6/6) Installing zeromq (4.3.3-r0) 09:04:06 Executing busybox-1.31.1-r19.trigger 09:04:06 OK: 8 MiB in 20 packages 09:04:07 ---> 8bdd10faf715 09:04:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:04:08 Removing intermediate container c0f10c770612 09:04:08 ---> 9f2fc8868cf3 09:04:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:04:08 ---> 388e4cca0898 09:04:08 Step 19/26 : RUN apk --no-cache add py3-pip 09:04:08 ---> Running in 9d5c87f6eead 09:04:09 ---> 5bc7e464175c 09:04:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:04:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:04:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:04:10 (1/33) Installing libbz2 (1.0.8-r1) 09:04:10 (2/33) Installing expat (2.2.9-r1) 09:04:10 (3/33) Installing libffi (3.3-r2) 09:04:10 (4/33) Installing gdbm (1.13-r1) 09:04:10 (5/33) Installing xz-libs (5.2.5-r0) 09:04:10 (6/33) Installing sqlite-libs (3.32.1-r0) 09:04:10 ---> 93ca03da13ae 09:04:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:04:10 (7/33) Installing python3 (3.8.5-r0) 09:04:11 ---> d8c1c1105eeb 09:04:11 Step 19/23 : ENTRYPOINT ["/core-data"] 09:04:11 ---> Running in 394884b97a26 09:04:12 Removing intermediate container 394884b97a26 09:04:12 ---> b6ea642453bc 09:04:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:04:12 (8/33) Installing py3-appdirs (1.4.4-r1) 09:04:12 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:04:12 (10/33) Installing py3-parsing (2.4.7-r0) 09:04:12 (11/33) Installing py3-six (1.15.0-r0) 09:04:12 (12/33) Installing py3-packaging (20.4-r0) 09:04:12 ---> Running in 4e8263ae428e 09:04:12 (13/33) Installing py3-setuptools (47.0.0-r0) 09:04:12 (14/33) Installing py3-chardet (3.0.4-r4) 09:04:12 (15/33) Installing py3-idna (2.9-r0) 09:04:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:04:12 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:04:12 (18/33) Installing py3-requests (2.23.0-r0) 09:04:12 (19/33) Installing py3-msgpack (1.0.0-r0) 09:04:12 (20/33) Installing py3-lockfile (0.12.2-r3) 09:04:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:04:12 (22/33) Installing py3-colorama (0.4.3-r0) 09:04:13 (23/33) Installing py3-distlib (0.3.0-r0) 09:04:13 (24/33) Installing py3-distro (1.5.0-r1) 09:04:13 (25/33) Installing py3-webencodings (0.5.1-r3) 09:04:13 (26/33) Installing py3-html5lib (1.0.1-r4) 09:04:13 Removing intermediate container 4e8263ae428e 09:04:13 ---> e8a43469760a 09:04:13 Step 21/23 : LABEL arch=arm64 09:04:13 (27/33) Installing py3-pytoml (0.1.21-r0) 09:04:13 (28/33) Installing py3-pep517 (0.8.2-r0) 09:04:13 (29/33) Installing py3-progress (1.5-r0) 09:04:13 (30/33) Installing py3-toml (0.10.1-r0) 09:04:13 (31/33) Installing py3-retrying (1.3.3-r0) 09:04:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:04:13 (33/33) Installing py3-pip (20.1.1-r0) 09:04:13 ---> Running in c978fe6704a8 09:04:13 Executing busybox-1.31.1-r19.trigger 09:04:13 OK: 71 MiB in 55 packages 09:04:13 Removing intermediate container c978fe6704a8 09:04:13 ---> 0ad46399d358 09:04:13 Step 22/23 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 09:04:13 ---> Running in 188b8393b131 09:04:14 Removing intermediate container 188b8393b131 09:04:14 ---> 95cc95cffc42 09:04:14 Step 23/23 : LABEL version=0.0.0 09:04:14 ---> Running in c5ae47f7f688 09:04:15 Removing intermediate container c5ae47f7f688 09:04:15 ---> 84db843a6aab 09:04:15 09:04:15 Successfully built 84db843a6aab 09:04:15 Successfully tagged docker-core-data-go-arm64:latest 09:04:19  Building docker-core-data-go ... done Removing intermediate container 9d5c87f6eead 09:04:19 ---> 61e3f0fc4f26 09:04:19 Step 20/26 : RUN pip install docker-compose==1.23.2 09:04:19 ---> Running in 2f8f0d9ec6db 09:04:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:04:21 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:04:21 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:04:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 09:04:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:04:21 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:04:21 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:04:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:04:21 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:04:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:04:21 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:04:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 09:04:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 09:04:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 09:04:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 09:04:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 09:04:21 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 09:04:21 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 09:04:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:04:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 09:04:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 09:04:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 09:04:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 09:04:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 09:04:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 09:04:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 09:04:21 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 09:04:21 Fetched 23.8 MB in 0s (0 B/s) 09:04:21 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:04:21 Fetched 96.5 kB in 0s (0 B/s) 09:04:21 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:04:21 Fetched 279 kB in 0s (0 B/s) 09:04:21 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:04:21 Fetched 122 kB in 0s (0 B/s) 09:04:21 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:04:21 Fetched 77.8 kB in 0s (0 B/s) 09:04:21 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:04:21 Fetched 8848 B in 0s (0 B/s) 09:04:21 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:04:21 Fetched 47.8 kB in 0s (0 B/s) 09:04:21 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:04:21 Fetched 45.6 kB in 0s (0 B/s) 09:04:21 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:04:21 Fetched 15.0 kB in 0s (0 B/s) 09:04:21 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 09:04:21 Fetched 214 kB in 0s (0 B/s) 09:04:21 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 09:04:21 Fetched 155 kB in 0s (0 B/s) 09:04:21 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:04:21 Fetched 50.6 kB in 0s (0 B/s) 09:04:21 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:04:21 Fetched 14.8 kB in 0s (0 B/s) 09:04:21 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:04:21 Fetched 41.8 kB in 0s (0 B/s) 09:04:21 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:04:21 Fetched 499 kB in 0s (0 B/s) 09:04:21 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:04:21 Fetched 111 kB in 0s (0 B/s) 09:04:21 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:04:21 Fetched 240 kB in 0s (0 B/s) 09:04:21 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:04:21 Fetched 29.3 kB in 0s (0 B/s) 09:04:21 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:04:21 Fetched 85.5 kB in 0s (0 B/s) 09:04:21 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:04:21 Fetched 24.5 kB in 0s (0 B/s) 09:04:21 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:04:21 Fetched 49.2 kB in 0s (0 B/s) 09:04:21 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:04:21 Fetched 54.2 kB in 0s (0 B/s) 09:04:21 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:04:21 Fetched 30.8 kB in 0s (0 B/s) 09:04:21 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 09:04:21 Fetched 17.0 kB in 0s (0 B/s) 09:04:21 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:04:21 Fetched 85.9 kB in 0s (0 B/s) 09:04:21 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:04:21 Fetched 8720 B in 0s (0 B/s) 09:04:21 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 09:04:21 Fetched 137 kB in 0s (0 B/s) 09:04:21 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:04:21 Fetched 119 kB in 0s (0 B/s) 09:04:21 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 09:04:21 Fetched 109 kB in 0s (0 B/s) 09:04:21 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:04:21 Fetched 11.1 kB in 0s (0 B/s) 09:04:21 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:04:21 Fetched 645 kB in 0s (0 B/s) 09:04:21 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:04:21 Fetched 41.3 kB in 0s (0 B/s) 09:04:21 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:04:21 Fetched 17.9 kB in 0s (0 B/s) 09:04:21 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:04:21 Fetched 368 kB in 0s (0 B/s) 09:04:21 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:04:21 Fetched 187 kB in 0s (0 B/s) 09:04:21 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:04:21 Fetched 175 kB in 0s (0 B/s) 09:04:21 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:04:24 Fetched 206 kB in 0s (0 B/s) 09:04:24 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 09:04:24 Fetched 1301 kB in 0s (0 B/s) 09:04:24 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:04:24 Fetched 36.2 kB in 0s (0 B/s) 09:04:24 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 09:04:24 Fetched 159 kB in 0s (0 B/s) 09:04:24 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:04:24 Fetched 107 kB in 0s (0 B/s) 09:04:24 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:04:24 Fetched 48.7 kB in 0s (0 B/s) 09:04:24 Pulling static-packages 09:04:24 Collecting docker-compose==1.23.2 09:04:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:04:24 Collecting websocket-client<1.0,>=0.32.0 09:04:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:04:24 Collecting docopt<0.7,>=0.6.1 09:04:24 Downloading docopt-0.6.2.tar.gz (25 kB) 09:04:25 'go115' has dependencies that need to be staged: go-build-helper static-packages 09:04:25 Skipping pull go-build-helper (already ran) 09:04:25 Skipping pull static-packages (already ran) 09:04:25 Building go-build-helper 09:04:26 Collecting cached-property<2,>=1.2.0 09:04:26 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:04:27 Collecting texttable<0.10,>=0.9.0 09:04:27 Downloading texttable-0.9.1.tar.gz (11 kB) 09:04:28 Building static-packages 09:04:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:04:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:04:30 Collecting docker<4.0,>=3.6.0 09:04:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:04:30 Staging go-build-helper 09:04:31 Collecting dockerpty<0.5,>=0.4.1 09:04:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:04:31 Staging static-packages 09:04:32 Pulling go115 09:04:32 Collecting jsonschema<3,>=2.5.1 09:04:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:04:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:04:33 'edgex-go' has dependencies that need to be staged: go115 09:04:33 Skipping pull go115 (already ran) 09:04:33 Building go115 09:04:33 % Total % Received % Xferd Average Speed Time Time Time Current 09:04:33 Dload Upload Total Spent Left Speed 09:04:34 Collecting PyYAML<4,>=3.10 09:04:34 Downloading PyYAML-3.13.tar.gz (270 kB) 09:04:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 29 115M 29 33.6M 0 0 31.8M 0 0:00:03 0:00:01 0:00:02 31.8M 60 115M 60 69.6M 0 0 34.0M 0 0:00:03 0:00:02 0:00:01 34.0M 100 115M 100 115M 0 0 39.9M 0 0:00:02 0:00:02 --:--:-- 39.9M 09:04:36 go1.15.2.linux-amd64.tar.gz: OK 09:04:36 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) 09:04:36 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 09:04:36 Collecting urllib3<1.25,>=1.21.1 09:04:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:04:37 Collecting idna<2.8,>=2.5 09:04:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:04:37 Collecting docker-pycreds>=0.4.0 09:04:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:04:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:04:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:04:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:04:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:04:38 Installing collected packages: websocket-client, docopt, cached-property, texttable, urllib3, idna, requests, docker-pycreds, docker, dockerpty, jsonschema, PyYAML, docker-compose 09:04:38 Running setup.py install for docopt: started 09:04:40 Staging go115 09:04:40 Running setup.py install for docopt: finished with status 'done' 09:04:40 Running setup.py install for texttable: started 09:04:42 Running setup.py install for texttable: finished with status 'done' 09:04:42 Attempting uninstall: urllib3 09:04:42 Found existing installation: urllib3 1.25.9 09:04:42 Uninstalling urllib3-1.25.9: 09:04:42 Successfully uninstalled urllib3-1.25.9 09:04:43 Attempting uninstall: idna 09:04:43 Found existing installation: idna 2.9 09:04:43 Uninstalling idna-2.9: 09:04:43 Successfully uninstalled idna-2.9 09:04:43 Attempting uninstall: requests 09:04:43 Found existing installation: requests 2.23.0 09:04:43 Uninstalling requests-2.23.0: 09:04:44 Successfully uninstalled requests-2.23.0 09:04:45 Running setup.py install for dockerpty: started 09:04:45 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:04:45 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:04:45 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:04:45 Fetched 0 B in 0s (0 B/s) 09:04:45 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:04:45 Fetched 224 kB in 0s (0 B/s) 09:04:45 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:04:45 Fetched 157 kB in 0s (0 B/s) 09:04:45 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:04:45 Fetched 221 kB in 0s (0 B/s) 09:04:45 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:04:45 Fetched 143 kB in 0s (0 B/s) 09:04:45 Pulling edgex-go 09:04:46 Pulling version 09:04:46 Building config-common 09:04:47 Running setup.py install for dockerpty: finished with status 'done' 09:04:47 Running setup.py install for PyYAML: started 09:04:48 Skipping build go-build-helper (already ran) 09:04:48 Skipping build static-packages (already ran) 09:04:48 Skipping build go115 (already ran) 09:04:48 Building edgex-go 09:04:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:04:49 Running setup.py install for PyYAML: finished with status 'done' 09:04:50 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 09:04:51 go: downloading github.com/gorilla/mux v1.8.0 09:04:51 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 09:04:51 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 09:04:51 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 09:04:51 go: downloading github.com/google/uuid v1.1.5 09:04:51 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:04:51 go: downloading github.com/pelletier/go-toml v1.2.0 09:04:51 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 09:04:51 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:04:51 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 09:04:51 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:04:51 go: downloading github.com/go-playground/validator/v10 v10.3.0 09:04:51 go: downloading github.com/pebbe/zmq4 v1.2.2 09:04:51 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:04:51 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 09:04:51 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:04:51 go: downloading github.com/go-kit/kit v0.8.0 09:04:51 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:04:51 go: downloading github.com/hashicorp/consul/api v1.1.0 09:04:51 go: downloading github.com/BurntSushi/toml v0.3.1 09:04:51 go: downloading gopkg.in/yaml.v2 v2.4.0 09:04:51 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:04:51 go: downloading github.com/x448/float16 v0.8.4 09:04:51 go: downloading github.com/pkg/errors v0.8.1 09:04:51 go: downloading github.com/go-playground/universal-translator v0.17.0 09:04:51 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:04:51 go: downloading github.com/leodido/go-urn v1.2.0 09:04:51 go: downloading github.com/imdario/mergo v0.3.11 09:04:51 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:04:51 go: downloading github.com/mitchellh/copystructure v1.0.0 09:04:51 go: downloading github.com/go-playground/locales v0.13.0 09:04:51 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:04:51 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:04:51 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:04:51 go: downloading github.com/hashicorp/serf v0.8.2 09:04:51 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:04:51 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:04:51 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:04:51 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:04:52 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:04:53 Removing intermediate container 2f8f0d9ec6db 09:04:53 ---> 3b8fdcb0b0c7 09:04:53 Step 21/26 : RUN apk --no-cache add curl 09:04:53 ---> Running in 96c36bc7f7c6 09:04:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:04:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:04:55 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:04:55 (2/3) Installing libcurl (7.69.1-r3) 09:04:55 (3/3) Installing curl (7.69.1-r3) 09:04:55 Executing busybox-1.31.1-r19.trigger 09:04:55 OK: 71 MiB in 58 packages 09:04:57 Removing intermediate container 96c36bc7f7c6 09:04:57 ---> 77da10e893cb 09:04:57 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:04:57 ---> Running in 99c231fba4a2 09:04:57 Removing intermediate container 99c231fba4a2 09:04:57 ---> 3436bdf44ebb 09:04:57 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:04:57 ---> Running in bb1e665ada23 09:04:57 Removing intermediate container bb1e665ada23 09:04:57 ---> fdb0bbf7c3c1 09:04:57 Step 24/26 : LABEL arch=arm64 09:04:58 ---> Running in f98ae3e426aa 09:04:58 Removing intermediate container f98ae3e426aa 09:04:58 ---> 61d3df07f8a5 09:04:58 Step 25/26 : LABEL git_sha=6d1a339455ff287b3513c2fe56a7375bd1d8bcae 09:04:58 ---> Running in 3ae5cdf3636b 09:04:58 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 09:04:59 Removing intermediate container 3ae5cdf3636b 09:04:59 ---> 7021df9fcb5c 09:04:59 Step 26/26 : LABEL version=0.0.0 09:04:59 ---> Running in fd0b0e1c0154 09:04:59 Removing intermediate container fd0b0e1c0154 09:04:59 ---> 832f990d3f82 09:04:59 09:05:00 Successfully built 832f990d3f82 09:05:00 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:05:00  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:05:00 $ docker stop --time=1 0f00f36708e59e60fa0afd38f2123056645f072e49b87684a61bcd0695c5b2dc 09:05:02 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 09:05:02 $ docker rm -f 0f00f36708e59e60fa0afd38f2123056645f072e49b87684a61bcd0695c5b2dc [Pipeline] // withDockerContainer [Pipeline] sh 09:05:02 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 09:05:03 + docker images 09:05:03 + grep docker 09:05:03 docker-sys-mgmt-agent-go-arm64 latest 832f990d3f82 4 seconds ago 300MB 09:05:03 docker-core-data-go-arm64 latest 84db843a6aab 49 seconds ago 21MB 09:05:03 docker-security-bootstrapper-go-arm64 latest f1158ddc957e About a minute ago 40.3MB 09:05:03 docker-core-command-go-arm64 latest e580f06dd6ba About a minute ago 15.4MB 09:05:03 docker-security-secretstore-setup-go-arm64 latest f615d7a1c619 4 minutes ago 23.4MB 09:05:03 docker-core-metadata-go-arm64 latest 8d43b7418e45 4 minutes ago 17.7MB 09:05:03 docker-support-notifications-go-arm64 latest 7672e3902223 4 minutes ago 16MB 09:05:03 docker-security-proxy-setup-go-arm64 latest 7804e2442265 4 minutes ago 23.2MB 09:05:03 docker-support-scheduler-go-arm64 latest d4773f953388 4 minutes ago 15.5MB 09:05:03 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 09:05:03 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 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 09:05:04 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 09:05:04 go: downloading github.com/stretchr/testify v1.6.1 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 09:05:04 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:05:04 go: downloading github.com/davecgh/go-spew v1.1.1 09:05:04 go: downloading github.com/pmezard/go-difflib v1.0.0 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:05:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:05:05 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:05:05 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:05:07 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 09:05:07 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 09:05:07 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 09:05:09 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 09:05:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:05:10 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 09:05:10 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:05:11 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 09:05:11 go: downloading github.com/lib/pq v1.9.0 09:05:14 Building version 09:05:16 Staging config-common 09:05:16 Skipping stage go-build-helper (already ran) 09:05:16 Skipping stage static-packages (already ran) 09:05:16 Skipping stage go115 (already ran) 09:05:16 Staging edgex-go 09:05:17 Staging version 09:05:18 Priming config-common 09:05:19 Priming go-build-helper 09:05:20 Priming static-packages 09:05:22 Priming go115 09:05:23 Priming edgex-go 09:05:24 Priming version 09:05:25 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:05:28 provisioning config files... 09:05:28 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config919462264196848460tmp [Pipeline] { [Pipeline] sh 09:05:29 + set +x 09:05:29 + curl -s https://codecov.io/bash 09:05:29 + bash -s -- 09:05:29 09:05:29 _____ _ 09:05:29 / ____| | | 09:05:29 | | ___ __| | ___ ___ _____ __ 09:05:29 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:05:29 | |___| (_) | (_| | __/ (_| (_) \ V / 09:05:29 \_____\___/ \__,_|\___|\___\___/ \_/ 09:05:29 Bash-20210115-cec3c92 09:05:29 09:05:29 09:05:29 ==> git version 2.24.3 found 09:05:29 ==> 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 09:05:29 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:05:29 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:05:29 ==> Jenkins CI detected. 09:05:29 project root: . 09:05:29 --> token set from env 09:05:29 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:05:29 ==> Running gcov in . (disable via -X gcov) 09:05:30 ==> Python coveragepy not found 09:05:30 ==> Searching for coverage reports in: 09:05:30 + . 09:05:30 -> Found 1 reports 09:05:30 ==> Detecting git/mercurial file structure 09:05:30 ==> Reading reports 09:05:30 + ./coverage.out bytes=563886 09:05:30 ==> Appending adjustments 09:05:30 https://docs.codecov.io/docs/fixing-reports 09:05:35 + Found adjustments 09:05:35 ==> Gzipping contents 09:05:35 84K /tmp/codecov.TIYftw.gz 09:05:35 ==> Uploading reports 09:05:35 url: https://codecov.io 09:05:35 query: branch=PR-3030&commit=6d1a339455ff287b3513c2fe56a7375bd1d8bcae&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= 09:05:35 -> Pinging Codecov 09:05:35 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3030&commit=6d1a339455ff287b3513c2fe56a7375bd1d8bcae&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3030%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3030&job=&cmd_args= 09:05:37 -> Uploading to 09:05:37 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/6d1a339455ff287b3513c2fe56a7375bd1d8bcae/1bb7aa6f-148a-4e3e-bddc-8b2a7ffa6733.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T090536Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c404702c7eff61a76aaf50a0347447198dc501fa07d30bdd157812fa39f05ef8 09:05:37 % Total % Received % Xferd Average Speed Time Time Time Current 09:05:37 Dload Upload Total Spent Left Speed 09:05:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85609 0 0 100 85609 0 142k --:--:-- --:--:-- --:--:-- 142k 09:05:37 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/6d1a339455ff287b3513c2fe56a7375bd1d8bcae [Pipeline] } 09:05:37 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 09:05:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:05:41 ---> package-listing.sh 09:05:41 ++ facter osfamily 09:05:41 ++ tr '[:upper:]' '[:lower:]' 09:05:41 + OS_FAMILY=redhat 09:05:41 + workspace=/w/workspace/edgex-go/17 09:05:41 + START_PACKAGES=/tmp/packages_start.txt 09:05:41 + END_PACKAGES=/tmp/packages_end.txt 09:05:41 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:05:41 + PACKAGES=/tmp/packages_start.txt 09:05:41 + '[' /w/workspace/edgex-go/17 ']' 09:05:41 + PACKAGES=/tmp/packages_end.txt 09:05:41 + case "${OS_FAMILY}" in 09:05:41 + rpm -qa 09:05:41 + sort 09:05:47 + '[' -f /tmp/packages_start.txt ']' 09:05:47 + '[' -f /tmp/packages_end.txt ']' 09:05:47 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:05:47 + '[' /w/workspace/edgex-go/17 ']' 09:05:47 + mkdir -p /w/workspace/edgex-go/17/archives/ 09:05:47 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo 09:05:47 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:05:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:05:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:05:49 09:05:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:05:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:05:49 alpine: Pulling from edgex-lftools-log-publisher 09:05:49 df20fa9351a1: Pulling fs layer 09:05:49 36b3adc4ff6f: Pulling fs layer 09:05:49 8ad3a11d3b57: Pulling fs layer 09:05:49 46f8f816bc3b: Pulling fs layer 09:05:49 93b61091891f: Pulling fs layer 09:05:49 93b9cdb0e59b: Pulling fs layer 09:05:49 5e14af77c1be: Pulling fs layer 09:05:49 01666e4c0597: Pulling fs layer 09:05:49 aa168da1d23b: Pulling fs layer 09:05:49 93b9cdb0e59b: Waiting 09:05:49 5e14af77c1be: Waiting 09:05:49 01666e4c0597: Waiting 09:05:49 aa168da1d23b: Waiting 09:05:49 46f8f816bc3b: Waiting 09:05:49 93b61091891f: Waiting 09:05:49 36b3adc4ff6f: Verifying Checksum 09:05:49 36b3adc4ff6f: Download complete 09:05:49 46f8f816bc3b: Verifying Checksum 09:05:49 46f8f816bc3b: Download complete 09:05:49 df20fa9351a1: Verifying Checksum 09:05:49 df20fa9351a1: Download complete 09:05:50 93b9cdb0e59b: Verifying Checksum 09:05:50 93b9cdb0e59b: Download complete 09:05:50 5e14af77c1be: Verifying Checksum 09:05:50 5e14af77c1be: Download complete 09:05:50 01666e4c0597: Verifying Checksum 09:05:50 01666e4c0597: Download complete 09:05:50 93b61091891f: Verifying Checksum 09:05:50 93b61091891f: Download complete 09:05:50 8ad3a11d3b57: Verifying Checksum 09:05:50 8ad3a11d3b57: Download complete 09:05:50 df20fa9351a1: Pull complete 09:05:51 36b3adc4ff6f: Pull complete 09:05:54 8ad3a11d3b57: Pull complete 09:05:55 46f8f816bc3b: Pull complete 09:05:56 93b61091891f: Pull complete 09:05:57 93b9cdb0e59b: Pull complete 09:05:57 5e14af77c1be: Pull complete 09:05:57 01666e4c0597: Pull complete 09:05:59 aa168da1d23b: Verifying Checksum 09:05:59 aa168da1d23b: Download complete 09:06:14 aa168da1d23b: Pull complete 09:06:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:06:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:06:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:06:15 prd-centos7-docker-4c-2g-22246 does not seem to be running inside a container 09:06:15 $ 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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:06:20 $ docker top 352b858d5f4f5f605616d3cb5d279e895d6b3abb6a2f32c09976a4424124e6a7 -eo pid,comm [Pipeline] { [Pipeline] sh 09:06:22 + touch /tmp/pre-build-complete [Pipeline] sh 09:06:22 + mkdir -p /var/log/sa [Pipeline] sh 09:06:22 + ls /var/log/sa-host 09:06:22 + sadf -c /var/log/sa-host/sa22 09:06:22 file_magic: OK 09:06:22 HZ: Using current value: 100 09:06:22 file_header: OK 09:06:22 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 09:06:22 Statistics: 09:06:22 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... 09:06:22 File successfully converted to sysstat format version 12.2.1 09:06:22 + sadf -c /var/log/sa-host/sa23 09:06:22 file_magic: OK 09:06:22 HZ: Using current value: 100 09:06:22 file_header: OK 09:06:22 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 09:06:22 Statistics: 09:06:22 Hnuu...uuuununununu... 09:06:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:06:23 provisioning config files... 09:06:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config6467504821235510914tmp [Pipeline] { [Pipeline] echo 09:06:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:06:24 ---> create-netrc.sh [Pipeline] } 09:06:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:06:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:06:25 ---> python-tools-install.sh [Pipeline] echo 09:06:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:06:27 ---> sudo-logs.sh 09:06:27 Archiving 'sudo' log.. [Pipeline] echo 09:06:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:06:28 ---> job-cost.sh 09:06:28 lf-activate-venv: SKIPPING 09:06:28 INFO: No Stack... 09:06:29 INFO: Retrieving Pricing Info for: v1-standard-2 09:06:30 INFO: Archiving Costs [Pipeline] echo 09:06:30 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:06:30 ---> logs-deploy.sh 09:06:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/17 09:06:30 INFO: archiving workspace using pattern(s): 09:06:32 Archives upload complete. 09:06:33 INFO: archiving logs to Nexus 09:06:35 ---> uname -a: 09:06:35 Linux prd-centos7-docker-4c-2g-22246.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:06:35 09:06:35 09:06:35 ---> lscpu: 09:06:35 Architecture: x86_64 09:06:35 CPU op-mode(s): 32-bit, 64-bit 09:06:35 Byte Order: Little Endian 09:06:35 Address sizes: 40 bits physical, 48 bits virtual 09:06:35 CPU(s): 4 09:06:35 On-line CPU(s) list: 0-3 09:06:35 Thread(s) per core: 1 09:06:35 Core(s) per socket: 1 09:06:35 Socket(s): 4 09:06:35 NUMA node(s): 1 09:06:35 Vendor ID: GenuineIntel 09:06:35 CPU family: 6 09:06:35 Model: 44 09:06:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:06:35 Stepping: 1 09:06:35 CPU MHz: 2933.438 09:06:35 BogoMIPS: 5866.87 09:06:35 Virtualization: VT-x 09:06:35 Hypervisor vendor: KVM 09:06:35 Virtualization type: full 09:06:35 L1d cache: 128 KiB 09:06:35 L1i cache: 128 KiB 09:06:35 L2 cache: 16 MiB 09:06:35 L3 cache: 64 MiB 09:06:35 NUMA node0 CPU(s): 0-3 09:06:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:06:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:06:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:06:35 Vulnerability Meltdown: Mitigation; PTI 09:06:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:06:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:06:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:06:35 Vulnerability Srbds: Not affected 09:06:35 Vulnerability Tsx async abort: Not affected 09:06:35 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 09:06:35 09:06:35 09:06:35 ---> nproc: 09:06:35 4 09:06:35 09:06:35 09:06:35 ---> df -h: 09:06:35 Filesystem Size Used Available Use% Mounted on 09:06:35 overlay 50.0G 12.1G 37.9G 24% / 09:06:35 tmpfs 64.0M 0 64.0M 0% /dev 09:06:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:06:35 shm 64.0M 0 64.0M 0% /dev/shm 09:06:35 /dev/vda1 50.0G 12.1G 37.9G 24% /facter-os 09:06:35 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/resolv.conf 09:06:35 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hostname 09:06:35 /dev/vda1 50.0G 12.1G 37.9G 24% /etc/hosts 09:06:35 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/auth.log 09:06:35 /dev/vda1 50.0G 12.1G 37.9G 24% /run/cloud-init/result.json 09:06:35 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/sa-host 09:06:35 /dev/vda1 50.0G 12.1G 37.9G 24% /var/log/secure 09:06:35 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/17 09:06:35 /dev/vda1 50.0G 12.1G 37.9G 24% /w/workspace/edgex-go/17@tmp 09:06:35 09:06:35 09:06:35 ---> free -m: 09:06:35 total used free shared buff/cache available 09:06:35 Mem: 1837 657 208 0 971 1097 09:06:35 Swap: 1023 43 980 09:06:35 09:06:35 09:06:35 ---> ip addr: 09:06:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:06:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:06:35 inet 127.0.0.1/8 scope host lo 09:06:35 valid_lft forever preferred_lft forever 09:06:35 inet6 ::1/128 scope host 09:06:35 valid_lft forever preferred_lft forever 09:06:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:06:35 link/ether fa:16:3e:ff:32:e9 brd ff:ff:ff:ff:ff:ff 09:06:35 inet 10.30.122.43/23 brd 10.30.123.255 scope global dynamic eth0 09:06:35 valid_lft 85046sec preferred_lft 85046sec 09:06:35 inet6 fe80::f816:3eff:feff:32e9/64 scope link 09:06:35 valid_lft forever preferred_lft forever 09:06:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:06:35 link/ether 02:42:a2:50:b0:bb brd ff:ff:ff:ff:ff:ff 09:06:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:06:35 valid_lft forever preferred_lft forever 09:06:35 inet6 fe80::42:a2ff:fe50:b0bb/64 scope link 09:06:35 valid_lft forever preferred_lft forever 09:06:35 09:06:35 09:06:35 ---> sar -b -r -n DEV: 09:06:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) 09:06:35 09:06:35 08:43:49 LINUX RESTART (4 CPU) 09:06:35 09:06:35 08:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:06:35 08:46:01 6.54 2.67 3.87 0.00 192.57 2269.09 0.00 09:06:35 08:47:02 57.11 14.19 42.92 0.00 4815.38 10906.83 0.00 09:06:35 08:48:01 176.70 65.73 110.97 0.00 4489.14 39624.82 0.00 09:06:35 08:49:01 189.63 69.02 120.62 0.00 3070.36 17726.16 0.00 09:06:35 08:50:02 94.62 23.93 70.69 0.00 990.37 9625.47 0.00 09:06:35 08:51:01 81.47 36.78 44.69 0.00 1522.99 3093.01 0.00 09:06:35 08:52:01 61.97 26.56 35.41 0.00 1968.48 6646.91 0.00 09:06:35 08:53:02 213.34 64.12 149.22 0.00 17452.42 90380.52 0.00 09:06:35 08:54:05 1571.61 1369.50 202.12 0.00 106661.99 109273.23 0.00 09:06:35 08:55:02 1994.40 1778.26 216.14 0.00 108439.67 116696.31 0.00 09:06:35 08:56:01 249.55 115.78 133.78 0.00 12582.30 23453.26 0.00 09:06:35 08:57:02 1032.27 728.79 303.48 0.00 89053.45 126721.47 0.00 09:06:35 08:58:02 1414.57 1175.26 239.32 0.00 67904.77 77154.82 0.00 09:06:35 08:59:01 226.28 71.07 155.21 0.00 3771.27 26069.71 0.00 09:06:35 09:00:01 45.74 14.67 31.08 0.00 3005.52 1137.50 0.00 09:06:35 09:01:01 0.72 0.37 0.35 0.00 8.92 7.37 0.00 09:06:35 09:02:01 0.66 0.30 0.37 0.00 21.37 5.06 0.00 09:06:35 09:03:01 0.24 0.00 0.24 0.00 0.00 3.18 0.00 09:06:35 09:04:01 0.23 0.02 0.22 0.00 1.07 2.05 0.00 09:06:35 09:05:01 0.22 0.00 0.22 0.00 0.00 2.22 0.00 09:06:35 09:06:01 92.45 70.81 21.64 0.00 5933.36 5140.57 0.00 09:06:35 Average: 357.54 267.83 89.72 0.00 20653.09 31825.87 0.00 09:06:35 09:06:35 08:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:06:35 08:46:01 67832 0 543076 28.86 2620 1268016 1026024 35.02 476460 1140256 80716 09:06:35 08:47:02 74036 0 754824 40.12 2620 1050064 1437400 49.06 651828 950756 20 09:06:35 08:48:01 81884 0 664100 35.30 2460 1133100 1367624 46.67 558052 1001408 67272 09:06:35 08:49:01 170144 0 719888 38.26 1524 989988 1708452 58.31 580492 856268 63716 09:06:35 08:50:02 181528 0 803472 42.70 1336 895208 1714412 58.51 687132 729776 24468 09:06:35 08:51:01 226740 0 719976 38.27 1336 933492 1582284 54.00 594516 771224 69972 09:06:35 08:52:01 210212 0 676472 35.95 688 994172 1283232 43.79 571712 808700 38236 09:06:35 08:53:02 70284 0 765552 40.69 164 1045544 2148216 73.32 775692 798140 1588 09:06:35 08:54:05 80604 0 766700 40.75 0 1034240 2289520 78.14 759200 826084 70744 09:06:35 08:55:02 82636 0 1092068 58.04 0 706840 4373232 149.25 863232 668736 9236 09:06:35 08:56:01 458888 0 704404 37.44 0 718252 1688624 57.63 453360 719816 4 09:06:35 08:57:02 166204 0 650704 34.58 0 1064636 2067484 70.56 662276 834348 98512 09:06:35 08:58:02 466676 0 664440 35.31 0 750428 2230168 76.11 508820 680252 12756 09:06:35 08:59:01 138160 0 658044 34.97 0 1085340 1422112 48.53 578488 914924 1012 09:06:35 09:00:01 175028 0 579200 30.78 0 1127316 1141084 38.94 503820 960152 8 09:06:35 09:01:01 178388 0 575672 30.60 0 1127484 1110696 37.91 501136 959788 12 09:06:35 09:02:01 179776 0 573612 30.49 0 1128156 1102120 37.61 499996 960232 8 09:06:35 09:03:01 179760 0 573620 30.49 0 1128164 1102120 37.61 500004 960232 8 09:06:35 09:04:01 179392 0 573976 30.51 0 1128176 1102252 37.62 500356 960264 8 09:06:35 09:05:01 179072 0 574296 30.52 0 1128176 1102336 37.62 500732 960264 8 09:06:35 09:06:01 69388 0 648916 34.49 0 1163240 1565832 53.44 606396 952980 70156 09:06:35 Average: 172221 0 680143 36.15 607 1028573 1645963 56.17 587319 876886 28974 09:06:35 09:06:35 08:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:06:35 08:46:01 eth0 391.46 214.00 2568.44 38.37 0.00 0.00 0.00 0.00 09:06:35 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:47:02 vethb4ca848 332.21 480.97 47.94 2634.80 0.00 0.00 0.00 0.00 09:06:35 08:47:02 eth0 626.06 430.84 3367.66 99.96 0.00 0.00 0.00 0.00 09:06:35 08:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:47:02 docker0 332.21 480.84 43.40 2634.79 0.00 0.00 0.00 0.00 09:06:35 08:48:01 veth3361eda 38.42 58.79 2.73 360.90 0.00 0.00 0.00 0.00 09:06:35 08:48:01 eth0 359.66 276.09 3248.06 30.90 0.00 0.00 0.00 0.00 09:06:35 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:48:01 docker0 38.47 58.73 2.21 360.89 0.00 0.00 0.00 0.00 09:06:35 08:49:01 veth1c6486c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:06:35 08:49:01 eth0 136.56 101.74 498.46 51.34 0.00 0.00 0.00 0.00 09:06:35 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:49:01 docker0 76.00 103.80 6.02 470.97 0.00 0.00 0.00 0.00 09:06:35 08:50:02 veth1c6486c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:50:02 eth0 26.86 21.15 19.87 30.55 0.00 0.00 0.00 0.00 09:06:35 08:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:51:01 veth1c6486c 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 09:06:35 08:51:01 eth0 22.09 17.92 14.51 30.27 0.00 0.00 0.00 0.00 09:06:35 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:51:01 docker0 0.34 0.34 0.02 0.03 0.00 0.00 0.00 0.00 09:06:35 08:52:01 veth1c6486c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:52:01 eth0 30.36 20.96 21.53 48.84 0.00 0.00 0.00 0.00 09:06:35 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:53:02 vethba5ec60 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:06:35 08:53:02 eth0 180.12 140.54 1674.98 45.68 0.00 0.00 0.00 0.00 09:06:35 08:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:54:05 vethba5ec60 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 09:06:35 08:54:05 eth0 39.12 20.70 151.41 6.95 0.00 0.00 0.00 0.00 09:06:35 08:54:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:54:05 docker0 10.68 23.93 0.57 139.11 0.00 0.00 0.00 0.00 09:06:35 08:55:02 veth40e0b13 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 09:06:35 08:55:02 vethba5ec60 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:55:02 veth3e1df15 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 09:06:35 08:55:02 eth0 9.01 8.64 3.54 28.74 0.00 0.00 0.00 0.00 09:06:35 08:56:01 vethba5ec60 0.00 0.09 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:56:01 eth0 89.37 60.67 209.81 10.90 0.00 0.00 0.00 0.00 09:06:35 08:56:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:06:35 08:56:01 docker0 516.63 744.43 56.41 3876.29 0.00 0.00 0.00 0.00 09:06:35 08:57:02 veth3d8abae 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 09:06:35 08:57:02 vethba5ec60 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 09:06:35 08:57:02 vethf9888fa 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 09:06:35 08:57:02 veth9c86b00 0.26 0.33 0.02 0.70 0.00 0.00 0.00 0.00 09:06:35 08:58:02 vethba5ec60 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:58:02 vethca6d250 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:58:02 veth3490dd9 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:58:02 eth0 2149.88 1470.45 12427.63 554.47 0.00 0.00 0.00 0.00 09:06:35 08:59:01 vethba5ec60 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 08:59:01 veth9116219 0.98 1.16 0.11 2.92 0.00 0.00 0.00 0.00 09:06:35 08:59:01 eth0 201.77 140.46 1644.23 48.09 0.00 0.00 0.00 0.00 09:06:35 08:59:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:06:35 09:00:01 eth0 36.55 23.91 71.31 33.03 0.00 0.00 0.00 0.00 09:06:35 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 09:00:01 docker0 548.92 814.42 57.53 4344.25 0.00 0.00 0.00 0.00 09:06:35 09:01:01 eth0 0.73 0.40 0.35 0.11 0.00 0.00 0.00 0.00 09:06:35 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 09:02:01 eth0 0.10 0.07 0.01 0.09 0.00 0.00 0.00 0.00 09:06:35 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 09:03:01 eth0 0.74 0.07 0.06 0.01 0.00 0.00 0.00 0.00 09:06:35 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 09:04:01 eth0 0.88 0.25 0.30 0.20 0.00 0.00 0.00 0.00 09:06:35 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 09:05:01 eth0 0.76 0.46 0.42 0.27 0.00 0.00 0.00 0.00 09:06:35 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 09:06:01 eth0 228.86 187.16 2172.73 60.95 0.00 0.00 0.00 0.00 09:06:35 09:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 09:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 Average: eth0 118.98 83.27 756.33 32.17 0.00 0.00 0.00 0.00 09:06:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:35 Average: docker0 26.20 38.87 2.75 207.35 0.00 0.00 0.00 0.00 09:06:35 09:06:35 09:06:35 ---> sar -P ALL: 09:06:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) 09:06:35 09:06:35 08:43:49 LINUX RESTART (4 CPU) 09:06:35 09:06:35 08:45:01 CPU %user %nice %system %iowait %steal %idle 09:06:35 08:46:01 all 3.63 0.00 0.75 0.06 8.50 87.07 09:06:35 08:46:01 0 4.79 0.00 0.77 0.10 9.18 85.16 09:06:35 08:46:01 1 4.19 0.00 0.89 0.03 8.90 85.99 09:06:35 08:46:01 2 1.03 0.00 0.51 0.10 8.71 89.66 09:06:35 08:46:01 3 4.61 0.00 0.83 0.00 7.21 87.34 09:06:35 08:47:02 all 7.59 0.00 4.05 0.87 22.11 65.38 09:06:35 08:47:02 0 5.82 0.00 4.91 0.99 25.60 62.67 09:06:35 08:47:02 1 5.97 0.00 3.55 1.31 22.18 66.98 09:06:35 08:47:02 2 8.79 0.00 3.35 0.70 21.53 65.63 09:06:35 08:47:02 3 9.86 0.00 4.41 0.47 19.02 66.24 09:06:35 08:48:01 all 7.25 0.00 4.63 0.81 17.00 70.31 09:06:35 08:48:01 0 6.08 0.00 4.61 1.14 18.86 69.32 09:06:35 08:48:01 1 7.77 0.00 4.26 1.18 16.45 70.34 09:06:35 08:48:01 2 5.16 0.00 5.06 0.55 16.13 73.10 09:06:35 08:48:01 3 10.04 0.00 4.57 0.36 16.55 68.48 09:06:35 08:49:01 all 12.81 0.00 7.13 4.27 19.58 56.21 09:06:35 08:49:01 0 13.70 0.00 7.18 4.54 19.00 55.58 09:06:35 08:49:01 1 12.75 0.00 6.28 3.96 20.59 56.43 09:06:35 08:49:01 2 12.33 0.00 7.39 4.48 19.90 55.90 09:06:35 08:49:01 3 12.46 0.00 7.70 4.11 18.80 56.94 09:06:35 08:50:02 all 43.16 0.00 12.46 2.87 23.43 18.08 09:06:35 08:50:02 0 37.82 0.00 12.26 3.29 24.44 22.19 09:06:35 08:50:02 1 42.42 0.00 11.16 2.68 23.42 20.32 09:06:35 08:50:02 2 43.84 0.00 13.75 4.04 23.82 14.54 09:06:35 08:50:02 3 48.98 0.00 12.71 1.43 21.95 14.93 09:06:35 08:51:01 all 40.12 0.00 14.64 1.36 21.30 22.59 09:06:35 08:51:01 0 31.53 0.00 11.60 0.86 25.13 30.86 09:06:35 08:51:01 1 38.84 0.00 14.11 1.84 22.14 23.06 09:06:35 08:51:01 2 44.22 0.00 15.86 1.13 20.03 18.76 09:06:35 08:51:01 3 46.62 0.00 17.24 1.64 17.53 16.97 09:06:35 08:52:01 all 21.76 0.00 10.19 1.46 21.53 45.07 09:06:35 08:52:01 0 20.80 0.00 9.25 1.27 23.50 45.18 09:06:35 08:52:01 1 21.70 0.00 9.98 1.08 21.00 46.24 09:06:35 08:52:01 2 23.92 0.00 10.89 2.56 20.11 42.51 09:06:35 08:52:01 3 20.65 0.00 10.66 0.92 21.44 46.33 09:06:35 08:53:02 all 7.94 0.00 8.84 4.87 24.97 53.39 09:06:35 08:53:02 0 9.82 0.00 8.67 5.53 25.46 50.52 09:06:35 08:53:02 1 7.48 0.00 8.67 4.78 24.93 54.14 09:06:35 08:53:02 2 8.18 0.00 10.29 4.62 25.36 51.55 09:06:35 08:53:02 3 6.26 0.00 7.75 4.53 24.12 57.33 09:06:35 08:54:05 all 12.98 0.00 14.68 19.33 26.40 26.62 09:06:35 08:54:05 0 13.42 0.00 14.87 16.27 26.00 29.43 09:06:35 08:54:05 1 12.64 0.00 13.84 17.99 26.10 29.42 09:06:35 08:54:05 2 12.93 0.00 15.73 21.72 25.69 23.93 09:06:35 08:54:05 3 12.90 0.00 14.26 21.38 27.84 23.62 09:06:35 08:55:02 all 15.45 0.00 13.40 26.07 25.78 19.30 09:06:35 08:55:02 0 15.03 0.00 12.31 27.04 25.89 19.73 09:06:35 08:55:02 1 15.39 0.00 13.07 25.64 25.25 20.66 09:06:35 08:55:02 2 14.46 0.00 12.76 26.53 25.50 20.75 09:06:35 08:55:02 3 17.02 0.00 15.56 25.01 26.54 15.87 09:06:35 08:56:01 all 58.43 0.00 14.49 5.91 12.16 9.01 09:06:35 08:56:01 0 57.99 0.00 14.53 7.21 12.82 7.45 09:06:35 08:56:01 1 57.78 0.00 15.14 5.89 11.54 9.65 09:06:35 08:56:01 2 56.54 0.00 13.56 5.39 13.32 11.20 09:06:35 08:56:01 3 61.55 0.00 14.74 5.11 10.92 7.68 09:06:35 09:06:35 08:56:01 CPU %user %nice %system %iowait %steal %idle 09:06:35 08:57:02 all 14.18 0.00 17.34 11.97 29.45 27.05 09:06:35 08:57:02 0 13.18 0.00 16.72 12.56 29.37 28.16 09:06:35 08:57:02 1 14.31 0.00 17.37 10.44 29.68 28.19 09:06:35 08:57:02 2 14.16 0.00 17.41 13.67 29.30 25.45 09:06:35 08:57:02 3 15.14 0.00 17.88 11.19 29.45 26.34 09:06:35 08:58:02 all 30.64 0.00 15.61 15.21 23.96 14.59 09:06:35 08:58:02 0 30.71 0.00 15.10 15.01 24.95 14.24 09:06:35 08:58:02 1 30.30 0.00 15.28 15.69 23.43 15.30 09:06:35 08:58:02 2 32.50 0.00 16.81 15.63 21.72 13.34 09:06:35 08:58:02 3 29.00 0.00 15.25 14.50 25.77 15.49 09:06:35 08:59:01 all 24.59 0.00 10.82 6.17 14.60 43.82 09:06:35 08:59:01 0 23.33 0.00 10.88 4.47 14.47 46.84 09:06:35 08:59:01 1 24.18 0.00 11.31 6.75 14.26 43.49 09:06:35 08:59:01 2 23.22 0.00 10.96 5.77 14.82 45.23 09:06:35 08:59:01 3 27.61 0.00 10.13 7.66 14.85 39.75 09:06:35 09:00:01 all 3.59 0.00 2.19 1.64 3.52 89.06 09:06:35 09:00:01 0 5.92 0.00 2.39 1.33 3.64 86.71 09:06:35 09:00:01 1 1.74 0.00 2.25 1.65 3.49 90.87 09:06:35 09:00:01 2 3.32 0.00 2.12 1.42 3.37 89.76 09:06:35 09:00:01 3 3.38 0.00 2.00 2.13 3.59 88.90 09:06:35 09:01:01 all 0.11 0.00 0.07 0.01 0.54 99.28 09:06:35 09:01:01 0 0.13 0.00 0.08 0.02 0.50 99.27 09:06:35 09:01:01 1 0.23 0.00 0.05 0.00 0.76 98.96 09:06:35 09:01:01 2 0.03 0.00 0.12 0.00 0.37 99.48 09:06:35 09:01:01 3 0.03 0.00 0.03 0.02 0.51 99.40 09:06:35 09:02:01 all 0.11 0.00 0.19 0.01 0.63 99.06 09:06:35 09:02:01 0 0.03 0.00 0.22 0.00 0.51 99.24 09:06:35 09:02:01 1 0.15 0.00 0.08 0.02 0.81 98.94 09:06:35 09:02:01 2 0.03 0.00 0.20 0.02 0.60 99.16 09:06:35 09:02:01 3 0.22 0.00 0.27 0.02 0.61 98.89 09:06:35 09:03:01 all 0.07 0.00 0.02 0.00 0.40 99.51 09:06:35 09:03:01 0 0.02 0.00 0.03 0.00 0.34 99.61 09:06:35 09:03:01 1 0.02 0.00 0.02 0.00 0.42 99.54 09:06:35 09:03:01 2 0.02 0.00 0.02 0.00 0.37 99.59 09:06:35 09:03:01 3 0.24 0.00 0.02 0.00 0.47 99.27 09:06:35 09:04:01 all 0.09 0.00 0.14 0.00 0.62 99.15 09:06:35 09:04:01 0 0.03 0.00 0.15 0.00 0.61 99.20 09:06:35 09:04:01 1 0.02 0.00 0.18 0.00 0.37 99.44 09:06:35 09:04:01 2 0.05 0.00 0.13 0.00 0.89 98.92 09:06:35 09:04:01 3 0.25 0.00 0.10 0.00 0.60 99.05 09:06:35 09:05:01 all 0.07 0.00 0.03 0.00 0.74 99.16 09:06:35 09:05:01 0 0.02 0.00 0.03 0.00 0.63 99.32 09:06:35 09:05:01 1 0.25 0.00 0.03 0.00 0.93 98.79 09:06:35 09:05:01 2 0.02 0.00 0.03 0.00 0.87 99.08 09:06:35 09:05:01 3 0.02 0.00 0.02 0.00 0.53 99.44 09:06:35 09:06:01 all 2.92 0.00 2.62 2.45 9.35 82.66 09:06:35 09:06:01 0 3.27 0.00 3.03 1.37 10.11 82.22 09:06:35 09:06:01 1 2.18 0.00 1.97 1.10 9.25 85.51 09:06:35 09:06:01 2 3.87 0.00 3.16 5.87 8.79 78.31 09:06:35 09:06:01 3 2.37 0.00 2.35 1.52 9.26 84.50 09:06:35 Average: all 13.85 0.00 7.12 4.87 14.45 59.71 09:06:35 Average: 0 13.38 0.00 6.98 4.77 15.23 59.64 09:06:35 Average: 1 13.52 0.00 6.90 4.72 14.45 60.42 09:06:35 Average: 2 13.86 0.00 7.39 5.31 14.18 59.26 09:06:35 Average: 3 14.65 0.00 7.23 4.68 13.94 59.50 09:06:35 09:06:35 09:06:35