Pull request #3022 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at df7eaa583f48bd0cefe0e9af00d8477318667731 rather than 1bac17d6dcf996777ea52846b7e7406e81d168da Obtained Jenkinsfile from df7eaa583f48bd0cefe0e9af00d8477318667731 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-23947’ Running on prd-centos7-docker-4c-2g-23950 in /w/workspace/edgexfoundry_edgex-go_PR-3022 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3022/head:refs/remotes/origin/PR-3022 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit 1bac17d6dcf996777ea52846b7e7406e81d168da Merge succeeded, producing 1bac17d6dcf996777ea52846b7e7406e81d168da Checking out Revision 1bac17d6dcf996777ea52846b7e7406e81d168da (PR-3022) > git config core.sparsecheckout # timeout=10 > git checkout -f 1bac17d6dcf996777ea52846b7e7406e81d168da # 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 df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1bac17d6dcf996777ea52846b7e7406e81d168da # timeout=10 Commit message: "feat(scheduler): Modify import path for V2 go module" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:38:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:38:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:38:02 ========================================================= 09:38:02 EdgeX Global Pipelines Version Info 09:38:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 30b865eca32920bcbafc0788b5b9bf8963456df1 # timeout=10 09:38:03 ------------------- 09:38:03 stable info: 09:38:03 ------------------- 09:38:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:38:03 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:38:03 Message: update stable to v1.0.179 09:38:04 ------------------- 09:38:04 experimental info: 09:38:04 ------------------- 09:38:04 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:38:04 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:38:04 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:38:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:38:04 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:38:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:38:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:38:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:38:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:38:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:38:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:38:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:38:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:38:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:38:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:38:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:38:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:38:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:38:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:38:06 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:38:06 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:38:06 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:38:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:38:06 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:38:06 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:38:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3022 [Pipeline] echo 09:38:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3022 [Pipeline] echo 09:38:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3022 [Pipeline] echo 09:38:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1bac17d6dcf996777ea52846b7e7406e81d168da [Pipeline] echo 09:38:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1bac17d [Pipeline] echo 09:38:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:38:07 provisioning config files... 09:38:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6512842281547679059tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:38:08 ---> docker-login.sh 09:38:08 nexus3.edgexfoundry.org:10001 09:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:38:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:38:08 Configure a credential helper to remove this warning. See 09:38:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:38:08 09:38:08 Login Succeeded 09:38:08 nexus3.edgexfoundry.org:10002 09:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:38:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:38:08 Configure a credential helper to remove this warning. See 09:38:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:38:08 09:38:08 Login Succeeded 09:38:08 nexus3.edgexfoundry.org:10003 09:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:38:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:38:08 Configure a credential helper to remove this warning. See 09:38:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:38:08 09:38:08 Login Succeeded 09:38:08 nexus3.edgexfoundry.org:10004 09:38:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:38:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:38:09 Configure a credential helper to remove this warning. See 09:38:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:38:09 09:38:09 Login Succeeded 09:38:09 docker.io 09:38:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:38:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:38:09 Configure a credential helper to remove this warning. See 09:38:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:38:09 09:38:09 Login Succeeded 09:38:09 ---> docker-login.sh ends [Pipeline] } 09:38:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:38:09 ++ 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 09:38:09 + for file in '`ls cmd/**/Dockerfile`' 09:38:09 ++ dirname cmd/core-command/Dockerfile 09:38:09 ++ cut -d/ -f2 09:38:09 + echo core-command,cmd/core-command/Dockerfile 09:38:09 + for file in '`ls cmd/**/Dockerfile`' 09:38:09 ++ dirname cmd/core-data/Dockerfile 09:38:09 ++ cut -d/ -f2 09:38:09 + echo core-data,cmd/core-data/Dockerfile 09:38:09 + for file in '`ls cmd/**/Dockerfile`' 09:38:09 ++ dirname cmd/core-metadata/Dockerfile 09:38:09 ++ cut -d/ -f2 09:38:09 + echo core-metadata,cmd/core-metadata/Dockerfile 09:38:09 + for file in '`ls cmd/**/Dockerfile`' 09:38:09 ++ dirname cmd/security-bootstrapper/Dockerfile 09:38:09 ++ cut -d/ -f2 09:38:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:38:09 + for file in '`ls cmd/**/Dockerfile`' 09:38:09 ++ dirname cmd/security-proxy-setup/Dockerfile 09:38:09 ++ cut -d/ -f2 09:38:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:38:09 + for file in '`ls cmd/**/Dockerfile`' 09:38:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:38:09 ++ cut -d/ -f2 09:38:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:38:09 + for file in '`ls cmd/**/Dockerfile`' 09:38:09 ++ dirname cmd/support-notifications/Dockerfile 09:38:09 ++ cut -d/ -f2 09:38:09 + echo support-notifications,cmd/support-notifications/Dockerfile 09:38:09 + for file in '`ls cmd/**/Dockerfile`' 09:38:09 ++ dirname cmd/support-scheduler/Dockerfile 09:38:09 ++ cut -d/ -f2 09:38:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:38:09 + for file in '`ls cmd/**/Dockerfile`' 09:38:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:38:09 ++ cut -d/ -f2 09:38:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:38:09 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 09:38:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:38:11 09:38:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:38:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:38:11 latest: Pulling from edgex-devops/git-semver 09:38:11 31603596830f: Pulling fs layer 09:38:11 2a8b12db71e7: Pulling fs layer 09:38:11 6ca5941a6612: Pulling fs layer 09:38:11 ecc8261a40a4: Pulling fs layer 09:38:11 ecc8261a40a4: Waiting 09:38:11 2a8b12db71e7: Verifying Checksum 09:38:11 2a8b12db71e7: Download complete 09:38:11 31603596830f: Verifying Checksum 09:38:11 31603596830f: Download complete 09:38:11 ecc8261a40a4: Verifying Checksum 09:38:11 ecc8261a40a4: Download complete 09:38:11 6ca5941a6612: Verifying Checksum 09:38:11 6ca5941a6612: Download complete 09:38:12 31603596830f: Pull complete 09:38:12 2a8b12db71e7: Pull complete 09:38:13 6ca5941a6612: Pull complete 09:38:13 ecc8261a40a4: Pull complete 09:38:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:38:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:38:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:38:13 prd-centos7-docker-4c-2g-23950 does not seem to be running inside a container 09:38:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 09:38:16 $ docker top a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:38:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:38:16 [ssh-agent] Looking for ssh-agent implementation... 09:38:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:38:16 $ docker exec a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 ssh-agent 09:38:17 SSH_AUTH_SOCK=/tmp/ssh-Uiv2aajcwvkH/agent.12 09:38:17 SSH_AGENT_PID=17 09:38:17 Running ssh-add (command line suppressed) 09:38:17 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4160631807520594191.key (/w/workspace/edgex-go/6@tmp/private_key_4160631807520594191.key) 09:38:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:38:17 + git tag --points-at HEAD [Pipeline] } 09:38:17 $ docker exec --env ******** --env ******** a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 ssh-agent -k 09:38:17 unset SSH_AUTH_SOCK; 09:38:17 unset SSH_AGENT_PID; 09:38:17 echo Agent pid 17 killed; 09:38:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:38:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:38:17 [ssh-agent] Looking for ssh-agent implementation... 09:38:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:38:18 $ docker exec a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 ssh-agent 09:38:18 SSH_AUTH_SOCK=/tmp/ssh-0E3oJsdTldXS/agent.46 09:38:18 SSH_AGENT_PID=51 09:38:18 Running ssh-add (command line suppressed) 09:38:18 Identity added: /w/workspace/edgex-go/6@tmp/private_key_1475692000574186289.key (/w/workspace/edgex-go/6@tmp/private_key_1475692000574186289.key) 09:38:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:38:18 + git semver init 09:38:18 # -> Open(): unable to determine branch for HEAD 09:38:18 # $GIT_DIR = /w/workspace/edgex-go/6/.git 09:38:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 09:38:18 # $SEMVER_REMOTE_NAME = origin 09:38:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:38:18 # $SEMVER_USER_NAME = edgex-jenkins 09:38:18 # $SEMVER_BRANCH = PR-3022 09:38:18 # $SEMVER_TEMP = /tmp/semver-629294196 09:38:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:38:45 # '/tmp/semver-629294196' -> '/w/workspace/edgex-go/6/.semver' 09:38:45 # -> Force: false 09:38:45 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 09:38:45 $ docker exec --env ******** --env ******** a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 ssh-agent -k 09:38:45 unset SSH_AUTH_SOCK; 09:38:45 unset SSH_AGENT_PID; 09:38:45 echo Agent pid 51 killed; 09:38:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:38:46 + git semver [Pipeline] } 09:38:46 $ docker stop --time=1 a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 09:38:47 $ docker rm -f a20e4264089d5ba5f8ac1e80bbb7e6a5aff6cbbcb2332dc688566ab3ab6b4d35 [Pipeline] // withDockerContainer [Pipeline] sh 09:38:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:38:49 Stashed 1 file(s) [Pipeline] echo 09:38:49 [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 09:38:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:38:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:38:50 + sudo service docker restart 09:38:50 + true 09:38:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:38:51 ========================================================= 09:38:51 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:38:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:38:51 + 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 . 09:38:54 Sending build context to Docker daemon 327.4MB 09:38:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:38:54 Step 2/6 : FROM ${BASE} 09:38:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:38:54 188c0c94c7c5: Pulling fs layer 09:38:54 0ef7d3d256c8: Pulling fs layer 09:38:54 de9db76c5a1d: Pulling fs layer 09:38:54 bca2f99d35d6: Pulling fs layer 09:38:54 93359f2a8cfa: Pulling fs layer 09:38:54 7c6f9722023f: Pulling fs layer 09:38:54 a35cf1a2eb13: Pulling fs layer 09:38:54 93359f2a8cfa: Waiting 09:38:54 7c6f9722023f: Waiting 09:38:54 a35cf1a2eb13: Waiting 09:38:54 bca2f99d35d6: Waiting 09:38:54 de9db76c5a1d: Download complete 09:38:54 0ef7d3d256c8: Download complete 09:38:54 93359f2a8cfa: Verifying Checksum 09:38:54 93359f2a8cfa: Download complete 09:38:54 188c0c94c7c5: Verifying Checksum 09:38:54 188c0c94c7c5: Download complete 09:38:54 7c6f9722023f: Verifying Checksum 09:38:54 7c6f9722023f: Download complete 09:38:55 188c0c94c7c5: Pull complete 09:38:55 0ef7d3d256c8: Pull complete 09:38:55 de9db76c5a1d: Pull complete 09:38:57 a35cf1a2eb13: Verifying Checksum 09:38:57 a35cf1a2eb13: Download complete 09:38:57 bca2f99d35d6: Verifying Checksum 09:38:57 bca2f99d35d6: Download complete 09:39:02 bca2f99d35d6: Pull complete 09:39:02 93359f2a8cfa: Pull complete 09:39:02 7c6f9722023f: Pull complete 09:39:04 Still waiting to schedule task 09:39:04 ‘prd-ubuntu18.04-docker-arm64-4c-16g-23948’ is offline 09:39:06 a35cf1a2eb13: Pull complete 09:39:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:39:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:39:06 ---> a62c8e92a672 09:39:06 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 09:39:06 ---> Running in 2cd6c0a2c653 09:39:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:08 (1/12) Installing libmagic (5.38-r0) 09:39:08 (2/12) Installing file (5.38-r0) 09:39:08 (3/12) Installing libc-dev (0.7.2-r3) 09:39:09 (4/12) Installing g++ (9.3.0-r2) 09:39:14 (5/12) Installing fortify-headers (1.1-r0) 09:39:14 (6/12) Installing patch (2.7.6-r6) 09:39:14 (7/12) Installing build-base (0.5-r2) 09:39:14 (8/12) Installing libsodium (1.0.18-r0) 09:39:14 (9/12) Installing pkgconf (1.7.2-r0) 09:39:14 (10/12) Installing libsodium-dev (1.0.18-r0) 09:39:14 (11/12) Installing libzmq (4.3.3-r0) 09:39:14 (12/12) Installing zeromq-dev (4.3.3-r0) 09:39:14 Executing busybox-1.31.1-r19.trigger 09:39:14 OK: 233 MiB in 51 packages 09:39:18 Removing intermediate container 2cd6c0a2c653 09:39:18 ---> 66d411951207 09:39:18 Step 4/6 : WORKDIR /edgex-go 09:39:18 ---> Running in e1bb47c236a2 09:39:18 Removing intermediate container e1bb47c236a2 09:39:18 ---> 356bf150d45a 09:39:18 Step 5/6 : COPY go.mod . 09:39:19 ---> c6b90be3e78f 09:39:19 Step 6/6 : RUN go mod download 09:39:19 ---> Running in 2a66f656e310 09:39:41 Removing intermediate container 2a66f656e310 09:39:41 ---> 019ee596ecfe 09:39:41 Successfully built 019ee596ecfe 09:39:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:39:41 + docker inspect -f . ci-base-image-x86_64 09:39:41 . [Pipeline] withDockerContainer 09:39:41 prd-centos7-docker-4c-2g-23950 does not seem to be running inside a container 09:39:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 09:39:42 $ docker top 35ec0694b76f2363e6606b1ad37def0eaea491f31576a96523059eee516b793d -eo pid,comm [Pipeline] { [Pipeline] sh 09:39:43 + go version 09:39:43 go version go1.15.5 linux/amd64 [Pipeline] } 09:39:43 $ docker stop --time=1 35ec0694b76f2363e6606b1ad37def0eaea491f31576a96523059eee516b793d 09:39:44 $ docker rm -f 35ec0694b76f2363e6606b1ad37def0eaea491f31576a96523059eee516b793d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:39:45 + docker inspect -f . ci-base-image-x86_64 09:39:45 . [Pipeline] withDockerContainer 09:39:45 prd-centos7-docker-4c-2g-23950 does not seem to be running inside a container 09:39:45 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 09:39:46 $ docker top 68f91b715cabf4feba0f01e32d0cd61383c4bf54daab9872ac3c938417f5ba5a -eo pid,comm [Pipeline] { [Pipeline] echo 09:39:46 ========================================================= 09:39:46 [edgeXBuildGoParallel] Running Tests and Build... 09:39:46 ========================================================= [Pipeline] sh 09:39:46 + make test 09:39:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:39:54 ? github.com/edgexfoundry/edgex-go [no test files] 09:40:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:40:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:40:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:40:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:40:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:40:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:40:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:40:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:40:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:40:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:40:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:40:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:40:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:40:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.104s coverage: 46.0% of statements 09:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 09:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.072s coverage: 100.0% of statements 09:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.1% of statements 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 65.8% of statements 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:40:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 82.3% of statements 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:40:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.373s coverage: 28.6% of statements 09:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements 09:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 09:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 86.7% of statements 09:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements 09:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:40:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements 09:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:40:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:40:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.398s coverage: 92.8% of statements 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:40:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:40:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:40:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.051s coverage: 43.8% of statements 09:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.053s coverage: 79.5% of statements 09:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 09:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements 09:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.150s coverage: 63.5% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.269s coverage: 84.0% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.098s coverage: 47.1% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.691s coverage: 29.1% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.073s coverage: 100.0% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements 09:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements 09:40:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 09:40:46 GO111MODULE=on go vet ./... 09:40:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23951 in /w/workspace/edgexfoundry_edgex-go_PR-3022 [Pipeline] { [Pipeline] ws 09:40:47 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 09:40:52 using credential edgex-jenkins-ssh 09:40:52 Cloning the remote Git repository 09:40:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:40:53 > git init /w/workspace/edgex-go/6 # timeout=10 09:40:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:40:53 > git --version # timeout=10 09:40:53 > git --version # 'git version 2.17.1' 09:40:53 using GIT_SSH to set credentials SSH Credentials for GitHub 09:40:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:41:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:41:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:41:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:41:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:41:07 using GIT_SSH to set credentials SSH Credentials for GitHub 09:41:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3022/head:refs/remotes/origin/PR-3022 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:41:08 Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit 1bac17d6dcf996777ea52846b7e7406e81d168da 09:41:08 Merge succeeded, producing 1bac17d6dcf996777ea52846b7e7406e81d168da 09:41:08 Checking out Revision 1bac17d6dcf996777ea52846b7e7406e81d168da (PR-3022) 09:41:08 > git config core.sparsecheckout # timeout=10 09:41:08 > git checkout -f 1bac17d6dcf996777ea52846b7e7406e81d168da # timeout=10 09:41:08 > git remote # timeout=10 09:41:08 > git config --get remote.origin.url # timeout=10 09:41:08 using GIT_SSH to set credentials SSH Credentials for GitHub 09:41:08 > git merge df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 09:41:08 > git rev-parse HEAD^{commit} # timeout=10 09:41:08 > git config core.sparsecheckout # timeout=10 09:41:08 > git checkout -f 1bac17d6dcf996777ea52846b7e7406e81d168da # timeout=10 09:41:13 Commit message: "feat(scheduler): Modify import path for V2 go module" 09:41:13 gofmt -l . 09:41:13 [ "`gofmt -l .`" = "" ] 09:41:13 ./bin/test-go-mod-tidy.sh 09:41:13 ./bin/test-attribution-txt.sh [Pipeline] sh 09:41:13 + ls -al . 09:41:13 total 672 09:41:13 drwxrwxr-x 10 1001 1001 4096 Jan 29 09:41 . 09:41:13 drwxr-xr-x 4 root root 28 Jan 29 09:39 .. 09:41:13 -rw-rw-r-- 1 1001 1001 11 Jan 29 09:37 .dockerignore 09:41:13 drwxrwxr-x 8 1001 1001 179 Jan 29 09:38 .git 09:41:13 drwxrwxr-x 3 1001 1001 125 Jan 29 09:37 .github 09:41:13 -rw-rw-r-- 1 1001 1001 872 Jan 29 09:37 .gitignore 09:41:13 drwx------ 3 1001 1001 60 Jan 29 09:38 .semver 09:41:13 -rw-rw-r-- 1 1001 1001 166 Jan 29 09:37 .sonarcloud.properties 09:41:13 -rw-rw-r-- 1 1001 1001 7859 Jan 29 09:37 Attribution.txt 09:41:13 -rw-rw-r-- 1 1001 1001 3804 Jan 29 09:37 CONTRIBUTING.md 09:41:13 -rw-rw-r-- 1 1001 1001 931 Jan 29 09:37 Dockerfile.build 09:41:13 -rw-rw-r-- 1 1001 1001 863 Jan 29 09:37 Jenkinsfile 09:41:13 -rw-rw-r-- 1 1001 1001 10775 Jan 29 09:37 LICENSE 09:41:13 -rw-rw-r-- 1 1001 1001 6001 Jan 29 09:37 Makefile 09:41:13 -rw-rw-r-- 1 1001 1001 6524 Jan 29 09:37 README.md 09:41:13 -rw-rw-r-- 1 1001 1001 6755 Jan 29 09:37 SECURITY.md 09:41:13 -rw-rw-r-- 1 1001 1001 5 Jan 29 09:38 VERSION 09:41:13 -rw-rw-r-- 1 1001 1001 4131 Jan 29 09:37 ZMQWindows.md 09:41:13 drwxrwxr-x 2 1001 1001 117 Jan 29 09:37 bin 09:41:13 drwxrwxr-x 15 1001 1001 4096 Jan 29 09:37 cmd 09:41:13 -rw-r--r-- 1 root root 568476 Jan 29 09:40 coverage.out 09:41:13 -rw-r--r-- 1 root root 1054 Jan 29 09:41 go.mod 09:41:13 -rw-r--r-- 1 root root 19289 Jan 29 09:41 go.sum 09:41:13 drwxrwxr-x 8 1001 1001 127 Jan 29 09:37 internal 09:41:13 drwxrwxr-x 4 1001 1001 26 Jan 29 09:37 openapi 09:41:13 drwxrwxr-x 4 1001 1001 71 Jan 29 09:37 snap 09:41:13 -rw-rw-r-- 1 1001 1001 168 Jan 29 09:37 version.go [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 09:41:14 + '[' -e coverage.out ] 09:41:14 + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] script [Pipeline] { [Pipeline] sh 09:41:14 Stashed 1 file(s) [Pipeline] sh 09:41:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 09:41:15 + make build 09:41:15 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 [Pipeline] sh 09:41:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:41:16 + sudo service docker restart 09:41:16 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:41:18 provisioning config files... 09:41:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1486556003730419040tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:41:18 ---> docker-login.sh 09:41:18 nexus3.edgexfoundry.org:10001 09:41:18 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:41:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:41:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:41:19 Configure a credential helper to remove this warning. See 09:41:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:41:19 09:41:19 Login Succeeded 09:41:19 nexus3.edgexfoundry.org:10002 09:41:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:41:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:41:20 Configure a credential helper to remove this warning. See 09:41:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:41:20 09:41:20 Login Succeeded 09:41:20 nexus3.edgexfoundry.org:10003 09:41:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:41:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:41:21 Configure a credential helper to remove this warning. See 09:41:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:41:21 09:41:21 Login Succeeded 09:41:21 nexus3.edgexfoundry.org:10004 09:41:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:41:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:41:21 Configure a credential helper to remove this warning. See 09:41:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:41:21 09:41:21 Login Succeeded 09:41:21 docker.io 09:41:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:41:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:41:22 Configure a credential helper to remove this warning. See 09:41:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:41:22 09:41:22 Login Succeeded 09:41:22 ---> docker-login.sh ends [Pipeline] } 09:41:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:41:22 ========================================================= 09:41:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:41:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:41:23 + 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 . 09:41:25 Sending build context to Docker daemon 166.1MB 09:41:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:41:25 Step 2/6 : FROM ${BASE} 09:41:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:41:25 5f621e34cdf4: Pulling fs layer 09:41:25 a4357932f1b6: Pulling fs layer 09:41:25 18c013af1878: Pulling fs layer 09:41:25 00ac8860ef70: Pulling fs layer 09:41:25 63d7cb157983: Pulling fs layer 09:41:25 b116817d02f9: Pulling fs layer 09:41:25 745a02a5169b: Pulling fs layer 09:41:25 00ac8860ef70: Waiting 09:41:25 63d7cb157983: Waiting 09:41:25 b116817d02f9: Waiting 09:41:25 745a02a5169b: Waiting 09:41:25 18c013af1878: Download complete 09:41:25 a4357932f1b6: Download complete 09:41:25 63d7cb157983: Verifying Checksum 09:41:25 63d7cb157983: Download complete 09:41:26 b116817d02f9: Download complete 09:41:26 5f621e34cdf4: Download complete 09:41:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:41:27 5f621e34cdf4: Pull complete 09:41:27 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:41:27 a4357932f1b6: Pull complete 09:41:28 18c013af1878: Pull complete 09:41: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 09:41:29 745a02a5169b: Verifying Checksum 09:41:29 745a02a5169b: Download complete 09:41:29 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:41:30 00ac8860ef70: Verifying Checksum 09:41:30 00ac8860ef70: Download complete 09:41:30 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:41:32 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:41:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:41:34 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:41:35 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:41:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:41:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 09:41:39 $ docker stop --time=1 68f91b715cabf4feba0f01e32d0cd61383c4bf54daab9872ac3c938417f5ba5a 09:41:40 00ac8860ef70: Pull complete 09:41:40 63d7cb157983: Pull complete 09:41:40 $ docker rm -f 68f91b715cabf4feba0f01e32d0cd61383c4bf54daab9872ac3c938417f5ba5a 09:41:40 b116817d02f9: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 09:41:44 745a02a5169b: Pull complete 09:41:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:41:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:41:44 ---> b7e6874047d6 09:41:44 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 [Pipeline] isUnix [Pipeline] sh 09:41:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:41:44 09:41:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:41:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:41:45 latest: Pulling from edgex-devops/edgex-compose 09:41:45 cbdbe7a5bc2a: Pulling fs layer 09:41:45 ca9280d653b3: Pulling fs layer 09:41:45 7e9c9ca2126c: Pulling fs layer 09:41:45 cbdbe7a5bc2a: Verifying Checksum 09:41:45 cbdbe7a5bc2a: Download complete 09:41:45 ca9280d653b3: Verifying Checksum 09:41:45 ca9280d653b3: Download complete 09:41:45 cbdbe7a5bc2a: Pull complete 09:41:46 7e9c9ca2126c: Verifying Checksum 09:41:46 7e9c9ca2126c: Download complete 09:41:46 ca9280d653b3: Pull complete 09:41:47 ---> Running in cc5c624692b6 09:41:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:41:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:41:50 (1/12) Installing libmagic (5.38-r0) 09:41:50 (2/12) Installing file (5.38-r0) 09:41:50 (3/12) Installing libc-dev (0.7.2-r3) 09:41:50 (4/12) Installing g++ (9.3.0-r2) 09:41:53 7e9c9ca2126c: Pull complete 09:41:53 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:41:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:41:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:41:53 prd-centos7-docker-4c-2g-23950 does not seem to be running inside a container 09:41:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 09:41:53 (5/12) Installing fortify-headers (1.1-r0) 09:41:54 (6/12) Installing patch (2.7.6-r6) 09:41:54 (7/12) Installing build-base (0.5-r2) 09:41:54 (8/12) Installing libsodium (1.0.18-r0) 09:41:54 (9/12) Installing pkgconf (1.7.2-r0) 09:41:54 (10/12) Installing libsodium-dev (1.0.18-r0) 09:41:54 (11/12) Installing libzmq (4.3.3-r0) 09:41:54 (12/12) Installing zeromq-dev (4.3.3-r0) 09:41:54 Executing busybox-1.31.1-r19.trigger 09:41:54 OK: 217 MiB in 51 packages 09:41:56 $ docker top 344c981a9494c877e1704af312b1e436be3743a85e13bb55ce9afa23c7edc330 -eo pid,comm [Pipeline] { [Pipeline] sh 09:41:57 + docker-compose build --help 09:41:57 + grep parallel 09:41:58 --parallel Build images in parallel. [Pipeline] } 09:41:58 $ docker stop --time=1 344c981a9494c877e1704af312b1e436be3743a85e13bb55ce9afa23c7edc330 09:41:58 Removing intermediate container cc5c624692b6 09:41:58 ---> 8ddfb1669005 09:41:58 Step 4/6 : WORKDIR /edgex-go 09:41:58 ---> Running in 0213f942962e 09:41:59 Removing intermediate container 0213f942962e 09:41:59 ---> 395cef655734 09:41:59 Step 5/6 : COPY go.mod . 09:41:59 $ docker rm -f 344c981a9494c877e1704af312b1e436be3743a85e13bb55ce9afa23c7edc330 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:41:59 ---> 6556798f0062 09:41:59 Step 6/6 : RUN go mod download 09:41:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:41:59 . [Pipeline] withDockerContainer 09:42:00 ---> Running in 6aea674b63ea 09:42:00 prd-centos7-docker-4c-2g-23950 does not seem to be running inside a container 09:42:00 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 09:42:00 $ docker top 9e294eacd5aaa6d25576ac5d482daee33ebf315759b34a02a776921c02133a6c -eo pid,comm [Pipeline] { [Pipeline] sh 09:42:01 + docker-compose -f ./docker-compose-build.yml build --parallel 09:42:02 Building docker-core-command-go ... 09:42:02 Building docker-core-data-go ... 09:42:02 Building docker-core-metadata-go ... 09:42:02 Building docker-security-bootstrapper-go ... 09:42:02 Building docker-security-proxy-setup-go ... 09:42:02 Building docker-security-secretstore-setup-go ... 09:42:02 Building docker-support-notifications-go ... 09:42:02 Building docker-support-scheduler-go ... 09:42:02 Building docker-sys-mgmt-agent-go ... 09:42:02 Building docker-sys-mgmt-agent-go 09:42:02 Building docker-core-command-go 09:42:02 Building docker-core-data-go 09:42:02 Building docker-support-scheduler-go 09:42:02 Building docker-security-secretstore-setup-go 09:42:26 Removing intermediate container 6aea674b63ea 09:42:26 ---> 33d811d894c6 09:42:26 Successfully built 33d811d894c6 09:42:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:42:27 + docker inspect -f . ci-base-image-arm64 09:42:27 . [Pipeline] withDockerContainer 09:42:27 prd-ubuntu18.04-docker-arm64-4c-16g-23951 does not seem to be running inside a container 09:42:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:42:28 $ docker top 1ba28ee32c81ce091000df5d572f16bff0d8b2f996bba7062372047718dc3da1 -eo pid,comm [Pipeline] { [Pipeline] sh 09:42:30 + go version 09:42:30 go version go1.15.5 linux/arm64 [Pipeline] } 09:42:30 $ docker stop --time=1 1ba28ee32c81ce091000df5d572f16bff0d8b2f996bba7062372047718dc3da1 09:42:31 $ docker rm -f 1ba28ee32c81ce091000df5d572f16bff0d8b2f996bba7062372047718dc3da1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:42:33 + docker inspect -f . ci-base-image-arm64 09:42:33 . [Pipeline] withDockerContainer 09:42:33 prd-ubuntu18.04-docker-arm64-4c-16g-23951 does not seem to be running inside a container 09:42:33 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:42:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:42:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:42:34 ---> 019ee596ecfe 09:42:34 Step 3/23 : WORKDIR /edgex-go 09:42:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:42:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:42:34 ---> 019ee596ecfe 09:42:34 Step 3/24 : WORKDIR /edgex-go 09:42:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:42:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:42:34 ---> 019ee596ecfe 09:42:34 Step 3/22 : WORKDIR /edgex-go 09:42:34 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:42:34 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:42:34 ---> 019ee596ecfe 09:42:34 Step 3/26 : WORKDIR /edgex-go 09:42:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:42:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:42:34 ---> 019ee596ecfe 09:42:34 Step 3/23 : WORKDIR /edgex-go 09:42:34 ---> Running in 7d5a5c4877d6 09:42:34 ---> Running in dff964a1ccd8 09:42:34 ---> Running in 51c31924d2da 09:42:34 ---> Running in a4e466607349 09:42:34 ---> Running in 51d0cef6404c 09:42:34 Removing intermediate container a4e466607349 09:42:34 ---> cd394202dbe4 09:42:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:34 Removing intermediate container 51d0cef6404c 09:42:34 ---> 6b95f7ecabd5 09:42:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:34 Removing intermediate container dff964a1ccd8 09:42:34 ---> 1a50b3ddf8ac 09:42:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:34 Removing intermediate container 51c31924d2da 09:42:34 ---> eb5800fdeab4 09:42:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:34 Removing intermediate container 7d5a5c4877d6 09:42:34 ---> 10f18563d8e5 09:42:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:42:34 ---> Running in 5ac6d05f2345 09:42:34 ---> Running in 77dc2cefb7d6 09:42:34 ---> Running in 4de3fa4235ae 09:42:34 ---> Running in 787149ce24cb 09:42:34 ---> Running in 62228ec8435c 09:42:34 $ docker top a8384a27fa20cd03753e6475f528b2f6b1e70b0e719caf3ee11758fbbdb8c821 -eo pid,comm [Pipeline] { [Pipeline] echo 09:42:35 ========================================================= 09:42:35 [edgeXBuildGoParallel] Running Tests and Build... 09:42:35 ========================================================= [Pipeline] sh 09:42:35 + make test 09:42:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:42:36 Removing intermediate container 5ac6d05f2345 09:42:36 ---> 99ce1796f2f9 09:42:36 Step 5/23 : RUN apk add --update --no-cache make git 09:42:36 Removing intermediate container 77dc2cefb7d6 09:42:36 ---> 8813830f554c 09:42:36 Step 5/26 : RUN apk add --update --no-cache make bash git 09:42:36 ---> Running in 76c16db6302a 09:42:37 Removing intermediate container 787149ce24cb 09:42:37 ---> 6581be978f92 09:42:37 Step 5/22 : RUN apk add --update --no-cache make git 09:42:37 ---> Running in 302e483155fb 09:42:37 Removing intermediate container 62228ec8435c 09:42:37 ---> 9fceec2f5f90 09:42:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:42:37 ---> Running in 838646a42826 09:42:37 Removing intermediate container 4de3fa4235ae 09:42:37 ---> edcbf6056762 09:42:37 Step 5/24 : RUN apk add --update --no-cache make git 09:42:37 ---> Running in 47e8b34823df 09:42:37 ---> Running in 15f582a23924 09:42:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:42:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:42:39 OK: 233 MiB in 51 packages 09:42:39 OK: 233 MiB in 51 packages 09:42:39 OK: 233 MiB in 51 packages 09:42:39 OK: 233 MiB in 51 packages 09:42:39 OK: 233 MiB in 51 packages 09:42:39 Removing intermediate container 76c16db6302a 09:42:39 ---> addd32ecf623 09:42:39 Step 6/23 : COPY go.mod . 09:42:40 Removing intermediate container 838646a42826 09:42:40 ---> acd339a00824 09:42:40 Step 6/22 : COPY go.mod . 09:42:40 ---> bf32fef2b500 09:42:40 Step 7/23 : RUN go mod download 09:42:40 Removing intermediate container 47e8b34823df 09:42:40 ---> fe1e2f960347 09:42:40 Step 6/23 : COPY go.mod . 09:42:40 ---> Running in 8ffd0787976f 09:42:40 Removing intermediate container 302e483155fb 09:42:40 ---> 8c299241e474 09:42:40 Step 6/26 : COPY go.mod . 09:42:40 ---> c172c438da35 09:42:40 Step 7/22 : RUN go mod download 09:42:40 Removing intermediate container 15f582a23924 09:42:40 ---> f63fbdaf7405 09:42:40 Step 6/24 : COPY go.mod . 09:42:40 ---> c0dbe3827450 09:42:40 Step 7/23 : RUN go mod download 09:42:41 ---> Running in 526179623d5f 09:42:41 ---> Running in 0e294c135981 09:42:41 ---> 44c77093bc54 09:42:41 Step 7/26 : RUN go mod download 09:42:41 ---> 69031b78a91a 09:42:41 Step 7/24 : RUN go mod download 09:42:41 ---> Running in a6477a01f73e 09:42:41 ---> Running in a85913bb6192 09:42:42 Removing intermediate container 8ffd0787976f 09:42:42 ---> 2ef8399900b8 09:42:42 Step 8/23 : COPY . . 09:42:43 Removing intermediate container 526179623d5f 09:42:43 ---> 7b68c3373e3e 09:42:43 Step 8/22 : COPY . . 09:42:49 Removing intermediate container a6477a01f73e 09:42:49 ---> b5ef37016ce6 09:42:49 Step 8/26 : COPY . . 09:42:49 Removing intermediate container a85913bb6192 09:42:49 ---> e23b4e9adb44 09:42:49 Step 8/24 : COPY . . 09:42:49 Removing intermediate container 0e294c135981 09:42:49 ---> 986487b7187e 09:42:49 Step 8/23 : COPY . . 09:42:57 ? github.com/edgexfoundry/edgex-go [no test files] 09:43:29 ---> 41ef380c3508 09:43:29 Step 9/23 : RUN make cmd/core-command/core-command 09:43:29 ---> caa042b85367 09:43:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:43:29 ---> Running in 56b9dbfaafd2 09:43:29 ---> eb84654b090e 09:43:29 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:43:29 ---> c1b09304918e 09:43:29 Step 9/23 : RUN make cmd/core-data/core-data 09:43:29 ---> 2de37b6a5d01 09:43:29 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:43:29 ---> Running in f89262c6550b 09:43:29 ---> Running in ec3aa199187b 09:43:29 ---> Running in 510afaac778e 09:43:29 ---> Running in 39eb7824a507 09:43:29 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:43:29 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:43:29 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:43:29 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:43:29 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:43:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:43:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:43:51 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:43:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:43:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:43:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:43:59 Removing intermediate container ec3aa199187b 09:43:59 ---> e6103e947003 09:43:59 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:43:59 Removing intermediate container 510afaac778e 09:43:59 ---> a545bd867e97 09:43:59 09:43:59 Step 10/24 : FROM alpine:3.12 09:43:59 3.12: Pulling from library/alpine 09:43:59 ---> Running in 0b932965998f 09:44:00 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:44:00 Status: Downloaded newer image for alpine:3.12 09:44:00 ---> 389fef711851 09:44:00 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:44:00 ---> Running in aaf9b79412c8 09:44:00 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:44:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:44:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:44:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:44:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:44:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:44:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:44:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:01 (1/5) Installing ca-certificates (20191127-r4) 09:44:02 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:44:02 (3/5) Installing libcurl (7.69.1-r3) 09:44:02 (4/5) Installing curl (7.69.1-r3) 09:44:02 (5/5) Installing dumb-init (1.2.2-r1) 09:44:02 Executing busybox-1.31.1-r19.trigger 09:44:02 Executing ca-certificates-20191127-r4.trigger 09:44:02 OK: 7 MiB in 19 packages 09:44:06 Removing intermediate container 56b9dbfaafd2 09:44:06 ---> af20760e4eef 09:44:06 09:44:06 Step 10/23 : FROM alpine:3.12 09:44:06 ---> 389fef711851 09:44:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:44:06 Removing intermediate container f89262c6550b 09:44:06 ---> 43f21096af92 09:44:06 09:44:06 Step 10/22 : FROM alpine:3.12 09:44:06 ---> 389fef711851 09:44:06 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:44:06 ---> Running in 0ceb030635ba 09:44:07 ---> Running in 329e6ba91ccf 09:44:07 Removing intermediate container 0b932965998f 09:44:07 ---> 2a117b927120 09:44:07 09:44:07 Step 11/26 : FROM docker:20.10.0 09:44:07 20.10.0: Pulling from library/docker 09:44:07 Removing intermediate container aaf9b79412c8 09:44:07 ---> 7a8c5b3c9704 09:44:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:44:07 ---> Running in 242375070ab6 09:44:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:08 (1/1) Installing dumb-init (1.2.2-r1) 09:44:08 Executing busybox-1.31.1-r19.trigger 09:44:08 OK: 6 MiB in 15 packages 09:44:08 Removing intermediate container 242375070ab6 09:44:08 ---> ddc4eccd6d85 09:44:08 Step 13/24 : WORKDIR / 09:44:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:08 (1/1) Installing dumb-init (1.2.2-r1) 09:44:08 Executing busybox-1.31.1-r19.trigger 09:44:08 OK: 6 MiB in 15 packages 09:44:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:44:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:44:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:44:10 ---> Running in 84ab09195087 09:44:10 Removing intermediate container 39eb7824a507 09:44:10 ---> f0dbce87f6e0 09:44:10 09:44:10 Step 10/23 : FROM alpine:3.12 09:44:10 ---> 389fef711851 09:44:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:44:10 ---> Running in bf3088f669b7 09:44:10 Removing intermediate container 84ab09195087 09:44:10 ---> c882a039855e 09:44:10 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:44:10 Removing intermediate container 0ceb030635ba 09:44:10 ---> ad06b55501de 09:44:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:44:10 Removing intermediate container 329e6ba91ccf 09:44:10 ---> 1ab4bd87a497 09:44:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:44:11 ---> Running in 1ee01d50a431 09:44:11 ---> Running in 3e94c8bd38c4 09:44:11 Removing intermediate container bf3088f669b7 09:44:11 ---> 3cc3dd72e737 09:44:11 Step 12/23 : ENV APP_PORT=48080 09:44:11 ---> Running in eb42ecb51af4 09:44:11 ---> 3ab493b4defa 09:44:11 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:44:11 Removing intermediate container 1ee01d50a431 09:44:11 ---> 5a4d46fd97d8 09:44:11 Step 13/22 : ENV APP_PORT=48085 09:44:11 Removing intermediate container 3e94c8bd38c4 09:44:11 ---> 40ad6017acbd 09:44:11 Step 13/23 : ENV APP_PORT=48082 09:44:12 Removing intermediate container eb42ecb51af4 09:44:12 ---> e43bf8bdb31a 09:44:12 Step 13/23 : EXPOSE $APP_PORT 09:44:12 ---> Running in f7a82abdad5e 09:44:12 ---> Running in 4e55da741aba 09:44:12 ---> ca322738e101 09:44:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:44:12 ---> Running in e7efb15098d2 09:44:12 Removing intermediate container 4e55da741aba 09:44:12 ---> c36ed6461641 09:44:12 Step 14/23 : EXPOSE $APP_PORT 09:44:13 Removing intermediate container f7a82abdad5e 09:44:13 ---> a3c32d1a1aa4 09:44:13 Step 14/22 : EXPOSE $APP_PORT 09:44:13 Removing intermediate container e7efb15098d2 09:44:13 ---> 2dddb489f66c 09:44:13 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:13 ---> Running in 61026fe2adc3 09:44:13 ---> f1047a305013 09:44:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:44:13 ---> Running in 0b3dd449167d 09:44:13 ---> Running in 1640246587bf 09:44:13 Removing intermediate container 61026fe2adc3 09:44:13 ---> ee6bc0db0ce9 09:44:13 Step 15/23 : WORKDIR / 09:44:13 ---> Running in a6068f12e4bd 09:44:13 Removing intermediate container 0b3dd449167d 09:44:13 ---> f216be08df6f 09:44:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:44:13 ---> fde7cf5f8e6d 09:44:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:44:14 Removing intermediate container a6068f12e4bd 09:44:14 ---> 94652358397a 09:44:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:44:14 ---> 0aaa58ed8b36 09:44:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:44:14 ---> 60f7ad63583a 09:44:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:44:14 ---> 4516cbb43ddd 09:44:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:44:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:44:15 ---> 94cb5a9b8311 09:44:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:44:15 Status: Downloaded newer image for docker:20.10.0 09:44:15 ---> aefe523efa57 09:44:15 Step 12/26 : RUN apk add --no-cache bash 09:44:15 ---> Running in 541ad4541d03 09:44:15 Removing intermediate container 1640246587bf 09:44:15 ---> 9aea08bc0b88 09:44:15 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:44:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.344s coverage: 46.0% of statements 09:44:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:44:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:44:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:44:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:44:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:44:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:44:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 09:44:15 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.158s coverage: 100.0% of statements 09:44:15 ---> 3e09dc3840b5 09:44:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:44:15 ---> 3b6a2d4a5edb 09:44:15 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:44:15 ---> 0091861f1c24 09:44:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:44:16 ---> Running in bde3e3ef9cc8 09:44:16 ---> Running in 44219f056897 09:44:16 ---> Running in 7d9316514730 09:44:16 ---> 65a8de536f14 09:44:16 Step 19/23 : ENTRYPOINT ["/core-command"] 09:44:16 ---> Running in ec9e322a1aee 09:44:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:16 Removing intermediate container 7d9316514730 09:44:16 ---> bfca731519cb 09:44:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:44:16 (1/2) Installing readline (8.0.4-r0) 09:44:16 ---> Running in ce76ffbd24cf 09:44:16 (2/2) Installing bash (5.0.17-r0) 09:44:16 Executing bash-5.0.17-r0.post-install 09:44:16 Executing busybox-1.31.1-r19.trigger 09:44:16 OK: 12 MiB in 22 packages 09:44:16 Removing intermediate container ec9e322a1aee 09:44:16 ---> 07a01e235a56 09:44:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:44:16 ---> Running in 5be65e494a7b 09:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:17 Removing intermediate container ce76ffbd24cf 09:44:17 ---> df086d422087 09:44:17 Step 20/22 : LABEL arch=x86_64 09:44:17 ---> Running in 0be3ac76712a 09:44:17 Removing intermediate container 5be65e494a7b 09:44:17 ---> 7ed1ed95aa00 09:44:17 Step 21/23 : LABEL arch=x86_64 09:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:17 ---> Running in 0d91eddb3eac 09:44:17 Removing intermediate container 0be3ac76712a 09:44:17 ---> f2c66e2c8669 09:44:17 Step 21/22 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:44:17 Removing intermediate container 541ad4541d03 09:44:17 ---> be236f61895f 09:44:17 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:44:17 ---> Running in b9ec9c023446 09:44:17 ---> Running in 9dfb427f4390 09:44:17 Removing intermediate container 0d91eddb3eac 09:44:17 ---> 74f8ae1c29de 09:44:17 Step 22/23 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:44:17 (1/6) Installing dumb-init (1.2.2-r1) 09:44:18 (2/6) Installing libgcc (9.3.0-r2) 09:44:18 Removing intermediate container 44219f056897 09:44:18 ---> 76ac63b527db 09:44:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:44:18 (3/6) Installing libsodium (1.0.18-r0) 09:44:18 (4/6) Installing libstdc++ (9.3.0-r2) 09:44:18 Removing intermediate container b9ec9c023446 09:44:18 ---> e9cf85d5d8e9 09:44:18 Step 22/22 : LABEL version=0.0.0 09:44:18 ---> Running in c7b6a6d5fa2e 09:44:18 ---> Running in e52f01b56275 09:44:18 Removing intermediate container 9dfb427f4390 09:44:18 ---> dfa3432637e7 09:44:18 Step 14/26 : ENV APP_PORT=48090 09:44:18 (5/6) Installing libzmq (4.3.3-r0) 09:44:18 ---> Running in cfd6015ef803 09:44:18 (6/6) Installing zeromq (4.3.3-r0) 09:44:18 ---> Running in 6c0c66b96e56 09:44:18 Executing busybox-1.31.1-r19.trigger 09:44:18 OK: 8 MiB in 20 packages 09:44:18 Removing intermediate container c7b6a6d5fa2e 09:44:18 ---> 0e8a4155cb46 09:44:18 Step 23/23 : LABEL version=0.0.0 09:44:18 Removing intermediate container e52f01b56275 09:44:18 ---> c2a90dd01f7a 09:44:18 Step 22/24 : LABEL arch=x86_64 09:44:18 Removing intermediate container cfd6015ef803 09:44:18 ---> b288e235888e 09:44:18 09:44:18 ---> Running in 02c1f70c970e 09:44:18 ---> Running in 1f32b9b51e9f 09:44:19 Removing intermediate container 6c0c66b96e56 09:44:19 ---> 8e48740f2063 09:44:19 Step 15/26 : EXPOSE $APP_PORT 09:44:19 Successfully built b288e235888e 09:44:19 Successfully tagged docker-support-scheduler-go:latest 09:44:19  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 09:44:19 ---> Running in 6e90a6c4e0cd 09:44:19 Removing intermediate container 02c1f70c970e 09:44:19 ---> 70216a39261e 09:44:19 09:44:19 Removing intermediate container 1f32b9b51e9f 09:44:19 ---> c052e87efd89 09:44:19 Step 23/24 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:44:19 Removing intermediate container bde3e3ef9cc8 09:44:19 ---> 3ab97833d869 09:44:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:44:19 Successfully built 70216a39261e 09:44:19 ---> Running in 23ba06142bc2 09:44:20 Successfully tagged docker-core-command-go:latest 09:44:20  Building docker-core-command-go ... done Building docker-support-notifications-go 09:44:20 Removing intermediate container 6e90a6c4e0cd 09:44:20 ---> 6964edd4a9a2 09:44:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:44:20 ---> 441872850683 09:44:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:44:20 Removing intermediate container 23ba06142bc2 09:44:20 ---> ebcb8ffc669d 09:44:20 Step 24/24 : LABEL version=0.0.0 09:44:20 ---> Running in 4d0d3a2cb508 09:44:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.446s coverage: 27.1% of statements 09:44:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:44:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:44:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:44:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:44:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:44:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:44:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements 09:44:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:44:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 09:44:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:44:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:44:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.211s coverage: 65.8% of statements 09:44:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:44:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:44:24 ---> 47b1b702c1f7 09:44:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:44:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.796s coverage: 82.3% of statements 09:44:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:44:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:44:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:44:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:44:27 Removing intermediate container 4d0d3a2cb508 09:44:27 ---> 1e8784099e5b 09:44:27 09:44:27 Successfully built 1e8784099e5b 09:44:27 ---> 57e5e3b0560e 09:44:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:44:27 Successfully tagged docker-security-secretstore-setup-go:latest 09:44:27  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 09:44:27 ---> cbee5a154b2f 09:44:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:44:30 ---> c04acb1071b7 09:44:30 Step 19/23 : ENTRYPOINT ["/core-data"] 09:44:30 ---> 50366bab8d89 09:44:30 Step 19/26 : RUN apk --no-cache add py3-pip 09:44:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.196s coverage: 28.6% of statements 09:44:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:44:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:44:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:44:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:44:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:44:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements 09:44:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:44:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements 09:44:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:44:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.386s coverage: 86.7% of statements 09:44:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:44:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.378s coverage: 97.5% of statements 09:44:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:44:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements 09:44:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:44:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:44:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:44:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:44:38 ---> Running in fbe9f0c6b57c 09:44:38 ---> Running in 71b51af9f9dd 09:44:39 Removing intermediate container fbe9f0c6b57c 09:44:39 ---> 680a10a8be6e 09:44:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:44:40 ---> Running in 2215a8c03e47 09:44:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:44:40 ---> 019ee596ecfe 09:44:40 Step 3/22 : WORKDIR /edgex-go 09:44:40 ---> Using cache 09:44:40 ---> 10f18563d8e5 09:44:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:40 ---> Using cache 09:44:40 ---> 9fceec2f5f90 09:44:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:44:40 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:44:40 ---> 019ee596ecfe 09:44:40 Step 3/21 : WORKDIR /edgex-go 09:44:40 ---> Using cache 09:44:40 ---> 10f18563d8e5 09:44:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:40 ---> Using cache 09:44:40 ---> 9fceec2f5f90 09:44:40 Step 5/21 : RUN apk add --update --no-cache make git 09:44:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:41 (1/33) Installing libbz2 (1.0.8-r1) 09:44:41 (2/33) Installing expat (2.2.9-r1) 09:44:41 (3/33) Installing libffi (3.3-r2) 09:44:41 (4/33) Installing gdbm (1.13-r1) 09:44:41 (5/33) Installing xz-libs (5.2.5-r0) 09:44:41 (6/33) Installing sqlite-libs (3.32.1-r0) 09:44:41 (7/33) Installing python3 (3.8.5-r0) 09:44:41 Removing intermediate container 2215a8c03e47 09:44:41 ---> ddd7d4991afc 09:44:41 Step 21/23 : LABEL arch=x86_64 09:44:42 ---> Running in 39acfbcc8760 09:44:42 ---> Running in dfb51ef808b4 09:44:42 ---> Running in 7ade4143c7d3 09:44:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.224s coverage: 92.8% of statements 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:44:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:44:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 0.1% of statements 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:44:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:44:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.092s coverage: 43.8% of statements 09:44:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.143s coverage: 79.5% of statements 09:44:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements 09:44:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements 09:44:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements 09:44:42 (8/33) Installing py3-appdirs (1.4.4-r1) 09:44:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:44:42 (10/33) Installing py3-parsing (2.4.7-r0) 09:44:42 (11/33) Installing py3-six (1.15.0-r0) 09:44:42 (12/33) Installing py3-packaging (20.4-r0) 09:44:43 (13/33) Installing py3-setuptools (47.0.0-r0) 09:44:44 (14/33) Installing py3-chardet (3.0.4-r4) 09:44:46 (15/33) Installing py3-idna (2.9-r0) 09:44:46 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:44:46 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:44:46 Removing intermediate container 7ade4143c7d3 09:44:46 ---> c02b22793da8 09:44:46 Step 22/23 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:44:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:46 (18/33) Installing py3-requests (2.23.0-r0) 09:44:46 (19/33) Installing py3-msgpack (1.0.0-r0) 09:44:47 (20/33) Installing py3-lockfile (0.12.2-r3) 09:44:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:47 (22/33) Installing py3-colorama (0.4.3-r0) 09:44:47 ---> Running in cbb9a27bfb63 09:44:47 (23/33) Installing py3-distlib (0.3.0-r0) 09:44:47 OK: 233 MiB in 51 packages 09:44:47 (24/33) Installing py3-distro (1.5.0-r1) 09:44:47 (25/33) Installing py3-webencodings (0.5.1-r3) 09:44:47 OK: 233 MiB in 51 packages 09:44:47 (26/33) Installing py3-html5lib (1.0.1-r4) 09:44:48 (27/33) Installing py3-pytoml (0.1.21-r0) 09:44:48 (28/33) Installing py3-pep517 (0.8.2-r0) 09:44:48 (29/33) Installing py3-progress (1.5-r0) 09:44:48 (30/33) Installing py3-toml (0.10.1-r0) 09:44:48 (31/33) Installing py3-retrying (1.3.3-r0) 09:44:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:44:48 (33/33) Installing py3-pip (20.1.1-r0) 09:44:48 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:48 Step 2/34 : FROM ${BUILDER_BASE} AS builder 09:44:48 ---> 019ee596ecfe 09:44:48 Step 3/34 : WORKDIR /edgex-go 09:44:48 ---> Using cache 09:44:48 ---> 10f18563d8e5 09:44:48 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:48 ---> Using cache 09:44:48 ---> 9fceec2f5f90 09:44:48 Step 5/34 : RUN apk add --update --no-cache make git 09:44:50 Removing intermediate container cbb9a27bfb63 09:44:50 ---> 60bdad4f7d9c 09:44:50 Step 23/23 : LABEL version=0.0.0 09:44:50 Executing busybox-1.31.1-r19.trigger 09:44:50 OK: 71 MiB in 55 packages 09:44:50 ---> Running in 4bd6cb198403 09:44:50 ---> Running in 3298d2924a34 09:44:50 Removing intermediate container dfb51ef808b4 09:44:50 ---> edf7500a88cb 09:44:50 Step 6/21 : COPY go.mod . 09:44:50 Removing intermediate container 3298d2924a34 09:44:50 ---> ffd0302985f8 09:44:50 09:44:50 Removing intermediate container 39acfbcc8760 09:44:50 ---> 76cc60c0fcfe 09:44:50 Step 6/22 : COPY go.mod . 09:44:50 Successfully built ffd0302985f8 09:44:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:51 Successfully tagged docker-core-data-go:latest 09:44:51  Building docker-core-data-go ... done Building docker-core-metadata-go 09:44:51 ---> 205e3aa5dde6 09:44:51 Step 7/21 : RUN go mod download 09:44:51 ---> f0c3aab2d40b 09:44:51 Step 7/22 : RUN go mod download 09:44:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:52 OK: 233 MiB in 51 packages 09:44:52 ---> Running in e4dfb54fba76 09:44:53 ---> Running in 153abdbf8e79 09:44:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.080s coverage: 94.4% of statements 09:44:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.080s coverage: 44.8% of statements 09:44:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:44:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:44:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:44:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:44:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 09:44:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:44:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:44:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 09:44:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:44:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 09:44:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:44:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 09:44:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements 09:44:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements 09:44:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.166s coverage: 91.4% of statements 09:44:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:44:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.688s coverage: 63.5% of statements 09:44:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:44:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:44:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.088s coverage: 100.0% of statements 09:44:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 09:44:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements 09:44:57 Removing intermediate container 4bd6cb198403 09:44:57 ---> e45e74b35725 09:44:57 Step 6/34 : COPY go.mod . 09:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 09:44:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 09:44:59 ---> d29ce036fd68 09:44:59 Step 7/34 : RUN go mod download 09:45:01 ---> Running in 07b81204ed88 09:45:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.783s coverage: 68.9% of statements 09:45:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:45:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:45:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:45:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:45:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:45:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.355s coverage: 37.0% of statements 09:45:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:45:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:45:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.613s coverage: 84.0% of statements 09:45:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.111s coverage: 100.0% of statements 09:45:04 Removing intermediate container 71b51af9f9dd 09:45:04 ---> 5d1e81bca291 09:45:04 Step 20/26 : RUN pip install docker-compose==1.23.2 09:45:05 Removing intermediate container e4dfb54fba76 09:45:05 ---> bfd85b57bb12 09:45:05 Step 8/21 : COPY . . 09:45:05 Removing intermediate container 153abdbf8e79 09:45:05 ---> 1445eee56108 09:45:05 Step 8/22 : COPY . . 09:45:05 ---> Running in a97aa49cc66c 09:45:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.431s coverage: 47.1% of statements 09:45:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:45:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:45:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:45:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:45:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:45:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 09:45:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:45:10 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.094s coverage: 100.0% of statements 09:45:10 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:45:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:45:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:45:12 ---> 019ee596ecfe 09:45:12 Step 3/23 : WORKDIR /edgex-go 09:45:12 ---> Using cache 09:45:12 ---> 10f18563d8e5 09:45:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:45:12 ---> Using cache 09:45:12 ---> 9fceec2f5f90 09:45:12 Step 5/23 : RUN apk add --update --no-cache make git 09:45:12 ---> Using cache 09:45:12 ---> e45e74b35725 09:45:12 Step 6/23 : COPY go.mod . 09:45:12 ---> Using cache 09:45:12 ---> d29ce036fd68 09:45:12 Step 7/23 : RUN go mod download 09:45:13 Removing intermediate container 07b81204ed88 09:45:13 ---> 400ec3f163ce 09:45:13 Step 8/34 : COPY . . 09:45:13 ---> Running in 6af52d315721 09:45:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.951s coverage: 29.1% of statements 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:45:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.179s coverage: 99.0% of statements 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:45:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:45:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.158s coverage: 100.0% of statements 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:45:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:45:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:45:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:45:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.077s coverage: 87.9% of statements 09:45:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:45:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:45:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.095s coverage: 100.0% of statements 09:45:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 09:45:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 09:45:19 GO111MODULE=on go vet ./... 09:45:23 Collecting docker-compose==1.23.2 09:45:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:45:25 Collecting websocket-client<1.0,>=0.32.0 09:45:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:45:27 Collecting docopt<0.7,>=0.6.1 09:45:27 Downloading docopt-0.6.2.tar.gz (25 kB) 09:45:31 Collecting docker<4.0,>=3.6.0 09:45:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:45:31 Removing intermediate container 6af52d315721 09:45:31 ---> 87eb63f96626 09:45:31 Step 8/23 : COPY . . 09:45:31 Collecting jsonschema<3,>=2.5.1 09:45:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:45: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:45:32 Collecting dockerpty<0.5,>=0.4.1 09:45:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:45:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:45:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:45:42 Collecting texttable<0.10,>=0.9.0 09:45:42 Downloading texttable-0.9.1.tar.gz (11 kB) 09:45:44 ---> b8db81a0386e 09:45:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:45:45 Collecting PyYAML<4,>=3.10 09:45:45 Downloading PyYAML-3.13.tar.gz (270 kB) 09:45:45 ---> Running in 07a5d176cb4f 09:45:45 ---> 2d928ce9d5ee 09:45:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:45:46 ---> 7d9661843cbd 09:45:46 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 09:45:46 ---> Running in 3a042e2bdbe7 09:45:47 Collecting cached-property<2,>=1.2.0 09:45:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:45:47 Collecting docker-pycreds>=0.4.0 09:45:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:45:49 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 09:45:49 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 09:45:49 ---> Running in eec88c0051b8 09:45:49 Collecting idna<2.8,>=2.5 09:45:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:45:49 Collecting urllib3<1.25,>=1.21.1 09:45:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:45:49 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:45:50 Removing intermediate container eec88c0051b8 09:45:50 ---> 5302819adf6a 09:45:50 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 09:45:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:45:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:45:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:45:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:45:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:45:50 Installing collected packages: websocket-client, docopt, docker-pycreds, idna, urllib3, requests, docker, jsonschema, dockerpty, texttable, PyYAML, cached-property, docker-compose 09:45:50 Running setup.py install for docopt: started 09:45:51 ---> Running in e4c36d68a39e 09:45:51 Running setup.py install for docopt: finished with status 'done' 09:45:52 Attempting uninstall: idna 09:45:52 Found existing installation: idna 2.9 09:45:52 Uninstalling idna-2.9: 09:45:52 Successfully uninstalled idna-2.9 09:45:53 Attempting uninstall: urllib3 09:45:53 Found existing installation: urllib3 1.25.9 09:45:53 Uninstalling urllib3-1.25.9: 09:45:54 Successfully uninstalled urllib3-1.25.9 09:45:54 Attempting uninstall: requests 09:45:54 Found existing installation: requests 2.23.0 09:45:54 Uninstalling requests-2.23.0: 09:45:54 Successfully uninstalled requests-2.23.0 09:45:55 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:45:55 ---> 8a46c3fbabb0 09:45:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:45:56 ---> Running in 8bd7e52627f9 09:45:56 Running setup.py install for dockerpty: started 09:45:57 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:45:57 Running setup.py install for dockerpty: finished with status 'done' 09:45:57 Running setup.py install for texttable: started 09:45:58 Running setup.py install for texttable: finished with status 'done' 09:45:58 Running setup.py install for PyYAML: started 09:45:59 Running setup.py install for PyYAML: finished with status 'done' 09:45:59 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:46:05 Removing intermediate container a97aa49cc66c 09:46:05 ---> 053bc853c6ea 09:46:05 Step 21/26 : RUN apk --no-cache add curl 09:46:06 ---> Running in 566f4a9db086 09:46:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:46:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:46:07 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:46:07 (2/3) Installing libcurl (7.69.1-r3) 09:46:07 (3/3) Installing curl (7.69.1-r3) 09:46:07 Executing busybox-1.31.1-r19.trigger 09:46:07 OK: 72 MiB in 58 packages 09:46:09 Removing intermediate container 566f4a9db086 09:46:09 ---> 0486b1f895c6 09:46:09 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:46:09 ---> Running in 3df92e1caee9 09:46:09 Removing intermediate container 3df92e1caee9 09:46:09 ---> e0a91d4c3c97 09:46:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:46:10 ---> Running in 37b72efe8c6b 09:46:10 Removing intermediate container 37b72efe8c6b 09:46:10 ---> 89bb4e0334bd 09:46:10 Step 24/26 : LABEL arch=x86_64 09:46:10 ---> Running in 0369d4fbe676 09:46:10 Removing intermediate container 0369d4fbe676 09:46:10 ---> a9eab5eeb5b6 09:46:10 Step 25/26 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:46:10 ---> Running in 750e51e8f7a3 09:46:10 Removing intermediate container 750e51e8f7a3 09:46:10 ---> 2dd291829223 09:46:10 Step 26/26 : LABEL version=0.0.0 09:46:11 ---> Running in 1e1ee04e0e7a 09:46:11 Removing intermediate container 1e1ee04e0e7a 09:46:11 ---> e07533f5ec72 09:46:11 09:46:11 Successfully built e07533f5ec72 09:46:11 Successfully tagged docker-sys-mgmt-agent-go:latest 09:46:11  Building docker-sys-mgmt-agent-go ... done 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:46:16 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:46:16 Removing intermediate container 3a042e2bdbe7 09:46:16 ---> 7d148aa64244 09:46:16 09:46:16 Step 10/22 : FROM alpine:3.12 09:46:16 ---> 389fef711851 09:46:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:46:16 ---> Running in c75634ecc419 09:46:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:46:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:46:18 (1/2) Installing ca-certificates (20191127-r4) 09:46:18 (2/2) Installing dumb-init (1.2.2-r1) 09:46:18 Executing busybox-1.31.1-r19.trigger 09:46:18 Executing ca-certificates-20191127-r4.trigger 09:46:18 OK: 6 MiB in 16 packages 09:46:19 Removing intermediate container 07a5d176cb4f 09:46:19 ---> eda0acb4b933 09:46:19 09:46:19 Step 10/21 : FROM alpine:3.12 09:46:19 ---> 389fef711851 09:46:19 Step 11/21 : RUN apk add --update --no-cache curl 09:46:20 ---> Running in 915c0df14092 09:46:20 Removing intermediate container c75634ecc419 09:46:20 ---> 7e3b865d74ff 09:46:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:46:21 ---> Running in 119340e94299 09:46:21 + mkdir -p /tmp/build/dist/linux 09:46:21 + cd /tmp/build/dist/linux 09:46:21 + git clone https://github.com/jwilder/dockerize.git . 09:46:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:46:21 Cloning into '.'... 09:46:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:46:21 Removing intermediate container 119340e94299 09:46:21 ---> f5f365f44b94 09:46:21 Step 13/22 : ENV APP_PORT=48060 09:46:21 (1/4) Installing ca-certificates (20191127-r4) 09:46:21 ---> Running in 5b512d08b643 09:46:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:46:21 (3/4) Installing libcurl (7.69.1-r3) 09:46:21 (4/4) Installing curl (7.69.1-r3) 09:46:21 Executing busybox-1.31.1-r19.trigger 09:46:21 Executing ca-certificates-20191127-r4.trigger 09:46:21 OK: 7 MiB in 18 packages 09:46:22 Removing intermediate container 5b512d08b643 09:46:22 ---> f2b83a861655 09:46:22 Step 14/22 : EXPOSE $APP_PORT 09:46:22 + go get github.com/robfig/glock 09:46:22  ---> Running in a36f55b97c57 09:46:23 Removing intermediate container a36f55b97c57 09:46:23 ---> 3103966857b0 09:46:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:46:23 Removing intermediate container 915c0df14092 09:46:23 ---> c8473e697a81 09:46:23 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:46:23 ---> ab2d45fcd298 09:46:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:46:23 ---> Running in a3a993d1a368 09:46:23 Removing intermediate container a3a993d1a368 09:46:23 ---> 7b03bf828d69 09:46:23 Step 13/21 : WORKDIR /edgex 09:46:24 ---> Running in 495c7e5d7c9f 09:46:26 ---> 217ef5bb50f3 09:46:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:46:26 Removing intermediate container 495c7e5d7c9f 09:46:26 ---> 66635c477283 09:46:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:46:26 Removing intermediate container 8bd7e52627f9 09:46:26 ---> d9c515ddcd0c 09:46:26 09:46:26 Step 10/23 : FROM alpine:3.12 09:46:26 ---> 389fef711851 09:46:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:46:26 ---> Using cache 09:46:26 ---> 1ab4bd87a497 09:46:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:46:26 ---> Using cache 09:46:26 ---> 5a4d46fd97d8 09:46:26 Step 13/23 : ENV APP_PORT=48081 09:46:27 ---> Running in e7a0b0eb39ce 09:46:28 ---> a361dcb0e48c 09:46:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:46:30 ---> be6d6256ae2e 09:46:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:46:30 ---> Running in bfd7551ca0d5 09:46:30 Removing intermediate container e7a0b0eb39ce 09:46:30 ---> 2c758cb98d73 09:46:30 Step 14/23 : EXPOSE $APP_PORT 09:46:30 ---> Running in 8a80d4f80ca9 09:46:31 + glock sync -n 09:46:31 Removing intermediate container bfd7551ca0d5 09:46:31 ---> 7ad503104f3f 09:46:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:46:31 ---> Running in 3712761b8e47 09:46:31 Removing intermediate container 8a80d4f80ca9 09:46:31 ---> 3783208552cd 09:46:31 Step 15/23 : WORKDIR / 09:46:31 ---> Running in 4c1e606a44a4 09:46:31 ---> f195030702b8 09:46:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:46:31 Removing intermediate container 3712761b8e47 09:46:31 ---> a772c52f2e87 09:46:31 Step 20/22 : LABEL arch=x86_64 09:46:31 ---> Running in 37e5691a1781 09:46:31 Removing intermediate container 4c1e606a44a4 09:46:31 ---> b2f07aa26013 09:46:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:46:31 ---> c05be14605a9 09:46:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:46:31 ---> Running in 8fdafa6198d9 09:46:31 Removing intermediate container 37e5691a1781 09:46:31 ---> 05b5b070618b 09:46:31 Step 21/22 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:46:31 ---> Running in d1ba4af0f77e 09:46:31 ---> 3579d46d48fc 09:46:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:46:32 Removing intermediate container 8fdafa6198d9 09:46:32 ---> 1dd135b9727e 09:46:32 Step 18/21 : CMD ["--init=true"] 09:46:32 Removing intermediate container d1ba4af0f77e 09:46:32 ---> a21d5e81143b 09:46:32 Step 22/22 : LABEL version=0.0.0 09:46:32 ---> Running in 26f4220747fb 09:46:32 ---> 219c447f018e 09:46:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:46:32 ---> Running in d45b57dd2e16 09:46:32 Removing intermediate container 26f4220747fb 09:46:32 ---> 46880911e5c9 09:46:32 Step 19/21 : LABEL arch=x86_64 09:46:32 ---> Running in dc7c901628f8 09:46:33 Removing intermediate container d45b57dd2e16 09:46:33 ---> 08d770caab28 09:46:33 09:46:33 ---> b3fdf954033c 09:46:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:46:34 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 09:46:34 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 09:46:34 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 09:46:35 Successfully built 08d770caab28 09:46:35 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 09:46:35 + git describe '--abbrev=0' --tags 09:46:35 + TAG=v0.6.1 09:46:35 + LDFLAGS='-X main.buildVersion=v0.6.1' 09:46:35 + apk --print-arch 09:46:35 + arch=x86_64 09:46:35 + echo 'building [dockerize] for amd64 ... ' 09:46:35 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 09:46:35 building [dockerize] for amd64 ... 09:46:35 Successfully tagged docker-support-notifications-go:latest 09:46:35  Building docker-support-notifications-go ... done  ---> Running in f8a5cbe2af94 09:46:36 Removing intermediate container dc7c901628f8 09:46:36 ---> 6d39257013f4 09:46:36 Step 20/21 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:46:37 ---> Running in 97c0dcdd9c37 09:46:37 Removing intermediate container f8a5cbe2af94 09:46:37 ---> eca1f0c7c85d 09:46:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:46:37 ---> Running in 39dd203303f0 09:46:37 Removing intermediate container 97c0dcdd9c37 09:46:37 ---> 6300afbc1cf7 09:46:37 Step 21/21 : LABEL version=0.0.0 09:46:37 ---> Running in df0ab0d4c973 09:46:37 Removing intermediate container 39dd203303f0 09:46:37 ---> 746cee0e64b8 09:46:37 Step 21/23 : LABEL arch=x86_64 09:46:37 ---> Running in 7ff7edbe7fd9 09:46:37 Removing intermediate container df0ab0d4c973 09:46:37 ---> 696d55da8430 09:46:37 09:46:37 Successfully built 696d55da8430 09:46:37 Successfully tagged docker-security-proxy-setup-go:latest 09:46:37  Building docker-security-proxy-setup-go ... done Removing intermediate container 7ff7edbe7fd9 09:46:37 ---> 87c4c43149d3 09:46:37 Step 22/23 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:46:38 ---> Running in 70ec5efb32e4 09:46:39 Removing intermediate container 70ec5efb32e4 09:46:39 ---> 5b0c8b0db724 09:46:39 Step 23/23 : LABEL version=0.0.0 09:46:39 ---> Running in 1ee53c96c7a2 09:46:39 Removing intermediate container 1ee53c96c7a2 09:46:39 ---> 87472e70707c 09:46:39 09:46:39 Successfully built 87472e70707c 09:46:39 Successfully tagged docker-core-metadata-go:latest 09:46:40 gofmt -l . 09:46:40 [ "`gofmt -l .`" = "" ] 09:46:40 ./bin/test-go-mod-tidy.sh 09:46:40 ./bin/test-attribution-txt.sh [Pipeline] sh 09:46:41 + ls -al . 09:46:41 total 700 09:46:41 drwxrwxr-x 9 1001 1001 4096 Jan 29 09:46 . 09:46:41 drwxr-xr-x 4 root root 4096 Jan 29 09:42 .. 09:46:41 -rw-rw-r-- 1 1001 1001 11 Jan 29 09:41 .dockerignore 09:46:41 drwxrwxr-x 8 1001 1001 4096 Jan 29 09:41 .git 09:46:41 drwxrwxr-x 3 1001 1001 4096 Jan 29 09:41 .github 09:46:41 -rw-rw-r-- 1 1001 1001 872 Jan 29 09:41 .gitignore 09:46:41 -rw-rw-r-- 1 1001 1001 166 Jan 29 09:41 .sonarcloud.properties 09:46:41 -rw-rw-r-- 1 1001 1001 7859 Jan 29 09:41 Attribution.txt 09:46:41 -rw-rw-r-- 1 1001 1001 3804 Jan 29 09:41 CONTRIBUTING.md 09:46:41 -rw-rw-r-- 1 1001 1001 931 Jan 29 09:41 Dockerfile.build 09:46:41 -rw-rw-r-- 1 1001 1001 863 Jan 29 09:41 Jenkinsfile 09:46:41 -rw-rw-r-- 1 1001 1001 10775 Jan 29 09:41 LICENSE 09:46:41 -rw-rw-r-- 1 1001 1001 6001 Jan 29 09:41 Makefile 09:46:41 -rw-rw-r-- 1 1001 1001 6524 Jan 29 09:41 README.md 09:46:41 -rw-rw-r-- 1 1001 1001 6755 Jan 29 09:41 SECURITY.md 09:46:41 -rw-rw-r-- 1 1001 1001 5 Jan 29 09:38 VERSION 09:46:41 -rw-rw-r-- 1 1001 1001 4131 Jan 29 09:41 ZMQWindows.md 09:46:41 drwxrwxr-x 2 1001 1001 4096 Jan 29 09:41 bin 09:46:41 drwxrwxr-x 15 1001 1001 4096 Jan 29 09:41 cmd 09:46:41 -rw-r--r-- 1 root root 568476 Jan 29 09:45 coverage.out 09:46:41 -rw-r--r-- 1 root root 1054 Jan 29 09:46 go.mod 09:46:41 -rw-r--r-- 1 root root 19289 Jan 29 09:46 go.sum 09:46:41 drwxrwxr-x 8 1001 1001 4096 Jan 29 09:41 internal 09:46:41 drwxrwxr-x 4 1001 1001 4096 Jan 29 09:41 openapi 09:46:41 drwxrwxr-x 4 1001 1001 4096 Jan 29 09:41 snap 09:46:41 -rw-rw-r-- 1 1001 1001 168 Jan 29 09:41 version.go [Pipeline] sh 09:46:42 + '[' -e coverage.out ] 09:46:42 + chown 1001:1001 coverage.out [Pipeline] stash 09:46:42 Warning: overwriting stash ‘coverage-report’ 09:46:43 Stashed 1 file(s) [Pipeline] sh 09:46:44 + make build 09:46:44 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:46:48  Building docker-core-metadata-go ... done + date 09:46:48 Fri Jan 29 09:46:47 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 09:46:48 + echo 'Fri Jan 29 09:46:47 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 09:46:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:46:58 Removing intermediate container e4c36d68a39e 09:46:58 ---> 6a66d7d96d53 09:46:58 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 09:46:58 ---> Running in 89cfe57cc807 09:46:58 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 09:46:58 statically linked 09:46:58 Removing intermediate container 89cfe57cc807 09:46:58 ---> 6b260b5910be 09:46:58 09:46:58 Step 12/34 : FROM alpine:3.12 09:46:58 ---> 389fef711851 09:46:58 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:46:58 ---> Running in c78590139685 09:46:58 Removing intermediate container c78590139685 09:46:58 ---> 99c174106509 09:46:58 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 09:46:59 ---> Running in bfa271b4a7b0 09:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:46:59 (1/3) Installing dumb-init (1.2.2-r1) 09:46:59 (2/3) Installing openssl (1.1.1i-r0) 09:46:59 (3/3) Installing su-exec (0.2-r1) 09:46:59 Executing busybox-1.31.1-r19.trigger 09:46:59 OK: 6 MiB in 17 packages 09:47:00 Removing intermediate container bfa271b4a7b0 09:47:00 ---> 3c8e2dd8d6bb 09:47:00 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 09:47:00 ---> Running in 205d110cf5cc 09:47:00 Removing intermediate container 205d110cf5cc 09:47:00 ---> d8b7a77cb9d8 09:47:00 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:47:00 ---> Running in 20ec585d78ae 09:47:00 Removing intermediate container 20ec585d78ae 09:47:00 ---> eebe2896dde7 09:47:00 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:47:00 ---> Running in 3a683339dc8f 09:47:01 Removing intermediate container 3a683339dc8f 09:47:01 ---> f2ce51f5e113 09:47:01 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 09:47:01 ---> Running in 341fabdc2dd9 09:47:01 Removing intermediate container 341fabdc2dd9 09:47:01 ---> 2d56cc04a0ed 09:47:01 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 09:47:02 ---> ffce272137c5 09:47:02 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:47:02 ---> a20e0e574bd6 09:47:02 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:47:02 ---> Running in 23ab926cc76c 09:47:03 Removing intermediate container 23ab926cc76c 09:47:03 ---> 0046a69a71e5 09:47:03 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 09:47:04 ---> 60d32708fadd 09:47:04 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:47:04 ---> 9c91c4a3d504 09:47:04 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:47:04 ---> 33dba60054a4 09:47:04 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 09:47:05 ---> 9207cb09ed04 09:47:05 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:47:06 ---> 9b6f6e86893a 09:47:06 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 09:47:07 ---> Running in 8c175bc2a2e7 09:47:07 Removing intermediate container 8c175bc2a2e7 09:47:07 ---> a4ea5e031612 09:47:07 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:47:07 ---> 48c8b0218224 09:47:07 Step 29/34 : RUN chmod +x /entrypoint.sh 09:47:07 ---> Running in 4e2b93de5e04 09:47:08 Removing intermediate container 4e2b93de5e04 09:47:08 ---> f08694b9995c 09:47:08 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 09:47:08 ---> Running in e23ca65e7789 09:47:09 Removing intermediate container e23ca65e7789 09:47:09 ---> cca6840748bf 09:47:09 Step 31/34 : CMD ["gate"] 09:47:09 ---> Running in 713600ed5028 09:47:09 Removing intermediate container 713600ed5028 09:47:09 ---> 024c442c4797 09:47:09 Step 32/34 : LABEL arch=x86_64 09:47:09 ---> Running in bf81ba7269be 09:47:09 Removing intermediate container bf81ba7269be 09:47:09 ---> 10aea212af7a 09:47:09 Step 33/34 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:47:09 ---> Running in 84125e0e2a99 09:47:10 Removing intermediate container 84125e0e2a99 09:47:10 ---> bb3b5d6130f4 09:47:10 Step 34/34 : LABEL version=0.0.0 09:47:10 ---> Running in 15d5688b7501 09:47:10 Removing intermediate container 15d5688b7501 09:47:10 ---> c412479b29c7 09:47:10 09:47:10 Successfully built c412479b29c7 09:47:10 Successfully tagged docker-security-bootstrapper-go:latest 09:47:10  Building docker-security-bootstrapper-go ... done  [Pipeline] } 09:47:11 $ docker stop --time=1 9e294eacd5aaa6d25576ac5d482daee33ebf315759b34a02a776921c02133a6c 09:47:12 $ docker rm -f 9e294eacd5aaa6d25576ac5d482daee33ebf315759b34a02a776921c02133a6c [Pipeline] // withDockerContainer [Pipeline] sh 09:47:13 + docker images 09:47:13 + grep docker 09:47:13 docker-security-bootstrapper-go latest c412479b29c7 3 seconds ago 33.5MB 09:47:13 docker-core-metadata-go latest 87472e70707c 34 seconds ago 18.8MB 09:47:13 docker-security-proxy-setup-go latest 696d55da8430 36 seconds ago 24.4MB 09:47:13 docker-support-notifications-go latest 08d770caab28 41 seconds ago 16.9MB 09:47:13 docker-sys-mgmt-agent-go latest e07533f5ec72 About a minute ago 313MB 09:47:13 docker-core-data-go latest ffd0302985f8 2 minutes ago 22.3MB 09:47:13 docker-security-secretstore-setup-go latest 1e8784099e5b 2 minutes ago 24.6MB 09:47:13 docker-core-command-go latest 70216a39261e 2 minutes ago 16.9MB 09:47:13 docker-support-scheduler-go latest b288e235888e 2 minutes ago 17MB 09:47:13 docker 20.10.0 aefe523efa57 7 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 09:47:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:47:19 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:47:25 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:47:26 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:47:29 Still waiting to schedule task 09:47:29 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 09:47:31 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:47:36 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:47: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 09:47:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:47: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:47:52 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:47:55 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] } 09:48:01 $ docker stop --time=1 a8384a27fa20cd03753e6475f528b2f6b1e70b0e719caf3ee11758fbbdb8c821 09:48:03 $ docker rm -f a8384a27fa20cd03753e6475f528b2f6b1e70b0e719caf3ee11758fbbdb8c821 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:48:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:48:05 09:48:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:48:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:48:06 latest: Pulling from edgex-devops/edgex-compose-arm64 09:48:06 29e5d40040c1: Pulling fs layer 09:48:06 1ce36da41761: Pulling fs layer 09:48:06 25b303627fd3: Pulling fs layer 09:48:07 29e5d40040c1: Verifying Checksum 09:48:07 29e5d40040c1: Download complete 09:48:07 1ce36da41761: Verifying Checksum 09:48:07 1ce36da41761: Download complete 09:48:07 29e5d40040c1: Pull complete 09:48:09 1ce36da41761: Pull complete 09:48:09 25b303627fd3: Download complete 09:48:19 25b303627fd3: Pull complete 09:48:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:48:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:48:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:48:19 prd-ubuntu18.04-docker-arm64-4c-16g-23951 does not seem to be running inside a container 09:48:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:48:20 Running on prd-ubuntu18.04-docker-8c-8g-23952 in /w/workspace/edgexfoundry_edgex-go_PR-3022 09:48:22 $ docker top e5872961283c9352fe99b27809f19bf468bf323e8f61abe9e4a30172053a0dae -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 09:48:23 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 09:48:23 + grep parallel 09:48:23 + docker-compose build --help 09:48:25 using credential edgex-jenkins-ssh 09:48:25 Cloning the remote Git repository 09:48:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:48:25 > git init /w/workspace/edgex-go/6 # timeout=10 09:48:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:48:25 > git --version # timeout=10 09:48:25 > git --version # 'git version 2.17.1' 09:48:25 using GIT_SSH to set credentials SSH Credentials for GitHub 09:48:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:48:27 --parallel Build images in parallel. [Pipeline] } 09:48:27 $ docker stop --time=1 e5872961283c9352fe99b27809f19bf468bf323e8f61abe9e4a30172053a0dae 09:48:29 $ docker rm -f e5872961283c9352fe99b27809f19bf468bf323e8f61abe9e4a30172053a0dae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:48:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:48:29 . [Pipeline] withDockerContainer 09:48:30 prd-ubuntu18.04-docker-arm64-4c-16g-23951 does not seem to be running inside a container 09:48:30 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 09:48:31 $ docker top 9f55fab7800c4f2c84ddec9c1cf86b62ebcf3f90df098f1b74345a08c1d11370 -eo pid,comm [Pipeline] { [Pipeline] sh 09:48:32 Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit 1bac17d6dcf996777ea52846b7e7406e81d168da 09:48:32 + docker-compose -f ./docker-compose-build.yml build --parallel 09:48:32 Merge succeeded, producing 1bac17d6dcf996777ea52846b7e7406e81d168da 09:48:32 Checking out Revision 1bac17d6dcf996777ea52846b7e7406e81d168da (PR-3022) 09:48:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:48:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:48:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:48:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:48:32 using GIT_SSH to set credentials SSH Credentials for GitHub 09:48:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3022/head:refs/remotes/origin/PR-3022 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:48:32 > git config core.sparsecheckout # timeout=10 09:48:32 > git checkout -f 1bac17d6dcf996777ea52846b7e7406e81d168da # timeout=10 09:48:32 > git remote # timeout=10 09:48:32 > git config --get remote.origin.url # timeout=10 09:48:32 using GIT_SSH to set credentials SSH Credentials for GitHub 09:48:32 > git merge df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 09:48:32 > git rev-parse HEAD^{commit} # timeout=10 09:48:32 > git config core.sparsecheckout # timeout=10 09:48:32 > git checkout -f 1bac17d6dcf996777ea52846b7e7406e81d168da # timeout=10 09:48:36 Commit message: "feat(scheduler): Modify import path for V2 go module" 09:48:37 Building docker-core-command-go ... 09:48:37 Building docker-core-data-go ... 09:48:37 Building docker-core-metadata-go ... 09:48:37 Building docker-security-bootstrapper-go ... 09:48:37 Building docker-security-proxy-setup-go ... 09:48:37 Building docker-security-secretstore-setup-go ... 09:48:37 Building docker-support-notifications-go ... 09:48:37 Building docker-support-scheduler-go ... 09:48:37 Building docker-sys-mgmt-agent-go ... 09:48:37 Building docker-sys-mgmt-agent-go 09:48:37 Building docker-core-data-go 09:48:37 Building docker-support-scheduler-go 09:48:37 Building docker-support-notifications-go 09:48:37 Building docker-security-bootstrapper-go [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:48:37 + echo snap-build.sh 09:48:37 snap-build.sh 09:48:37 + SNAP_BASE_DIR=. 09:48:37 + '[' '!' -z /w/workspace/edgex-go/6 ']' 09:48:37 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 09:48:37 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 09:48:37 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 09:48:37 + cd /w/workspace/edgex-go/6 09:48:37 + sudo apt-get remove -qy --purge lxd lxd-client 09:48:37 Reading package lists... 09:48:38 Building dependency tree... 09:48:38 Reading state information... 09:48:38 The following packages were automatically installed and are no longer required: 09:48:38 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 09:48:38 uidmap xdelta3 09:48:38 Use 'sudo apt autoremove' to remove them. 09:48:38 The following packages will be REMOVED: 09:48:38 lxd* lxd-client* 09:48:38 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 09:48:38 After this operation, 31.7 MB disk space will be freed. 09:48:39 (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:48:39 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 09:48:40 Removing lxd dnsmasq configuration 09:48:40 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 09:48:40 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 09:48:41 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 09:48:41 (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:48:41 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 09:48:43 Processing triggers for systemd (237-3ubuntu10.42) ... 09:48:43 Processing triggers for ureadahead (0.100.0-21) ... 09:48:44 + sudo snap remove --purge lxd 09:48:45 snap "lxd" is not installed 09:48:45 + sudo groupadd --force --system lxd 09:48:45 ++ whoami 09:48:45 + sudo /usr/sbin/usermod -G lxd -a jenkins 09:48:45 + newgrp - lxd 09:48:45 + sudo snap install lxd 09:48:53 2021-01-29T09:48:50Z INFO Waiting for automatic snapd restart... 09:49:05 lxd 4.10 from Canonical* installed 09:49:05 + sudo lxd init --auto 09:49:13 + sudo snap install --classic snapcraft 09:49:20 snapcraft 4.4.4 from Canonical* installed 09:49:20 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 09:49:20 + patch --verbose -p1 09:49:20 Hmm... Looks like a unified diff to me... 09:49:20 The text leading up to this was: 09:49:20 -------------------------- 09:49:20 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 09:49:20 |From: Tony Espy 09:49:20 |Date: Wed, 16 Dec 2020 16:34:55 -0500 09:49:20 |Subject: [PATCH] optimize snap build for pipeline CI check 09:49:20 | 09:49:20 |This patch is used by the EdgeX CI pipeline builds to 09:49:20 |optimize the snap CI check run for pull requests. When 09:49:20 |applied, it essentially strips out everything (apps and 09:49:20 |parts) from the snapcraft.yaml file except those required 09:49:20 |to build edgex-go, as the whole idea of the CI check is to 09:49:20 |catch changes to edgex-go that break the snap build. 09:49:20 | 09:49:20 |In general, anyone updating snapcraft.yaml will also need 09:49:20 |to update this patch file, otherwise it may fail to apply, 09:49:20 |resulting in a failed snap build CI check in the associated 09:49:20 |pull request. 09:49:20 | 09:49:20 |Note - in addition to applying this patch, the pipeline also 09:49:20 |only primes the snap (e.g. `snapcraft prime`), as there's no 09:49:20 |need to build the finally binary .snap file (and it won't 09:49:20 |work with the patch applied). This further reduces the build 09:49:20 |time. 09:49:20 |--- 09:49:20 | snap/snapcraft.yaml | 461 +------------------------------------------- 09:49:20 | 1 file changed, 2 insertions(+), 459 deletions(-) 09:49:20 | 09:49:20 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 09:49:20 |index 1e537489..faf42425 100644 09:49:20 |--- a/snap/snapcraft.yaml 09:49:20 |+++ b/snap/snapcraft.yaml 09:49:20 -------------------------- 09:49:20 patching file snap/snapcraft.yaml 09:49:20 Using Plan A... 09:49:20 Hunk #1 succeeded at 73. 09:49:20 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 09:49:20 Hunk #3 succeeded at 214 (offset -1 lines). 09:49:20 Hunk #4 succeeded at 222 (offset -1 lines). 09:49:20 Hunk #5 succeeded at 229 (offset -1 lines). 09:49:20 Hunk #6 succeeded at 256 (offset -1 lines). 09:49:20 Hunk #7 succeeded at 290 (offset -1 lines). 09:49:20 Hunk #8 succeeded at 342. 09:49:20 Hmm... Ignoring the trailing garbage. 09:49:20 done 09:49:20 + sudo snapcraft prime --use-lxd 09:49:21 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 09:49:21 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:49:21 - README.md 09:49:21 - snapcraft.yaml.orig 09:49:21 09:49:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:49:21 Launching a container. 09:49:33 Waiting for container to be ready 09:49:33 To start your first instance, try: lxc launch ubuntu:18.04 09:49:33 09:49:36 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:49:36 Waiting for network to be ready... 09:49:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:49:37 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:49:37 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:49:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1524 kB] 09:49:37 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:49:37 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:49:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:49:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:49:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:49:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:49:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:49:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 09:49:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 09:49:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 09:49:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [223 kB] 09:49:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.5 kB] 09:49:37 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 09:49:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 09:49:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:49:38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1868 kB] 09:49:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] 09:49:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 09:49:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 09:49:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [245 kB] 09:49:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.1 kB] 09:49:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] 09:49:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 09:49:41 Fetched 23.8 MB in 4s (5547 kB/s) 09:49:42 Reading package lists... 09:49:42 Reading package lists... 09:49:42 Building dependency tree... 09:49:42 Reading state information... 09:49:42 The following additional packages will be installed: 09:49:42 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:49:42 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:49:42 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:49:42 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:49:42 Suggested packages: 09:49:42 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:49:42 Recommended packages: 09:49:42 gnupg libsasl2-modules 09:49:42 The following NEW packages will be installed: 09:49:42 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:49:42 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:49:42 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:49:42 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:49:42 The following packages will be upgraded: 09:49:42 gpg gpg-agent gpgconf libudev1 09:49:42 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 09:49:42 Need to get 3533 kB of archives. 09:49:42 After this operation, 13.3 MB of additional disk space will be used. 09:49:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 09:49:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 09:49:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 09:49:42 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:49:42 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:49:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 09:49:42 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:49:42 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 09:49:42 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 09:49:43 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 09:49:43 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:49:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:49:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:49:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:49:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:49:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:49:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:49:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:49:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:49:43 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:49:43 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:49:43 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:49:43 debconf: delaying package configuration, since apt-utils is not installed 09:49:43 Fetched 3533 kB in 1s (3598 kB/s) 09:49:43 (Reading database ... 12511 files and directories currently installed.) 09:49:43 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 09:49:43 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:49:43 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 09:49:43 Selecting previously unselected package udev. 09:49:43 (Reading database ... 12511 files and directories currently installed.) 09:49:43 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 09:49:43 Unpacking udev (237-3ubuntu10.44) ... 09:49:44 Selecting previously unselected package libfuse2:amd64. 09:49:44 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:49:44 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:49:44 Selecting previously unselected package fuse. 09:49:44 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:49:44 Unpacking fuse (2.9.7-1ubuntu1) ... 09:49:44 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 09:49:44 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:49:44 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 09:49:44 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:49:44 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 09:49:44 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:49:45 Selecting previously unselected package libksba8:amd64. 09:49:45 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:49:45 Unpacking libksba8:amd64 (1.3.5-2) ... 09:49:45 Selecting previously unselected package libroken18-heimdal:amd64. 09:49:45 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:49:45 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:45 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:49:45 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:49:45 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:45 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:49:45 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:49:45 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:45 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:49:45 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:49:45 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:45 Selecting previously unselected package libwind0-heimdal:amd64. 09:49:45 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:49:45 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:45 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:49:45 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:49:45 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:45 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:49:45 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:49:45 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:45 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:49:45 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:49:45 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:45 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:49:45 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:49:45 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:46 Selecting previously unselected package libsasl2-modules-db:amd64. 09:49:46 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:49:46 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:49:46 Selecting previously unselected package libsasl2-2:amd64. 09:49:46 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:49:46 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:49:46 Selecting previously unselected package libldap-common. 09:49:46 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 09:49:46 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:49:46 Selecting previously unselected package libldap-2.4-2:amd64. 09:49:46 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 09:49:46 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:49:46 Selecting previously unselected package dirmngr. 09:49:46 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 09:49:46 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 09:49:46 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:49:46 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 09:49:46 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:49:46 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:49:46 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:49:46 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 09:49:46 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:46 Setting up libksba8:amd64 (1.3.5-2) ... 09:49:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:49:46 Setting up udev (237-3ubuntu10.44) ... 09:49:47 invoke-rc.d: policy-rc.d denied execution of start. 09:49:47 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:47 Processing triggers for systemd (237-3ubuntu10) ... 09:49:47 Setting up fuse (2.9.7-1ubuntu1) ... 09:49:47 Setting up gpg (2.2.4-1ubuntu1.3) ... 09:49:47 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:47 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:47 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:47 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:47 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:47 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:47 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:49:47 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:49:47 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 09:49:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:49:48 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:49:48 settings in the [Install] section, and DefaultInstance for template units). 09:49:48 This means they are not meant to be enabled using systemctl. 09:49:48 Possible reasons for having this kind of units are: 09:49:48 1) A unit may be statically enabled by being symlinked from another unit's 09:49:48 .wants/ or .requires/ directory. 09:49:48 2) A unit's purpose may be to act as a helper for some other unit which has 09:49:48 a requirement dependency on it. 09:49:48 3) A unit may be started when needed via activation (socket, path, timer, 09:49:48 D-Bus, udev, scripted systemctl call, ...). 09:49:48 4) In case of template units, the unit is meant to be enabled with some 09:49:48 instance name specified. 09:49:48 Reading package lists... 09:49:48 Building dependency tree... 09:49:48 Reading state information... 09:49:49 The following additional packages will be installed: 09:49:49 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:49:49 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:49:49 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:49:49 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:49:49 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:49:49 Suggested packages: 09:49:49 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:49:49 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:49:49 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:49:49 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:49:49 systemd-container policykit-1 09:49:49 Recommended packages: 09:49:49 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:49:49 The following NEW packages will be installed: 09:49:49 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:49:49 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:49:49 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:49:49 multiarch-support openssh-client python3 python3-minimal python3.6 09:49:49 python3.6-minimal snapd squashfs-tools sudo 09:49:49 The following packages will be upgraded: 09:49:49 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:49:49 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 09:49:49 Need to get 35.2 MB of archives. 09:49:49 After this operation, 141 MB of additional disk space will be used. 09:49:49 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 09:49:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 09:49:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 09:49:49 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:49:49 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 09:49:49 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:49:49 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:49:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:49:49 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:49:49 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:49:49 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:49:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:49:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:49:49 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:49:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:49:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 09:49:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:49:49 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:49:49 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 09:49:49 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:49:49 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 09:49:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:49:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 09:49:50 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:49:50 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:49:50 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:49:50 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:49:50 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:49:50 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 09:49:50 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:49:51 debconf: delaying package configuration, since apt-utils is not installed 09:49:51 Fetched 35.2 MB in 2s (17.4 MB/s) 09:49:51 (Reading database ... 12757 files and directories currently installed.) 09:49:51 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 09:49:51 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:49:51 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 09:49:51 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:49:52 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 09:49:52 (Reading database ... 12757 files and directories currently installed.) 09:49:52 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 09:49:52 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 09:49:52 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 09:49:52 (Reading database ... 12757 files and directories currently installed.) 09:49:52 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 09:49:52 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 09:49:52 Setting up apt (1.6.12ubuntu0.2) ... 09:49:52 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:49:53 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:49:53 (Reading database ... 12764 files and directories currently installed.) 09:49:53 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:49:53 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:49:53 Selecting previously unselected package libpython3.6-minimal:amd64. 09:49:53 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:49:53 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:49:54 Selecting previously unselected package libexpat1:amd64. 09:49:54 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:49:54 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:49:54 Selecting previously unselected package python3.6-minimal. 09:49:54 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:49:54 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:49:54 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 09:49:54 Checking for services that may need to be restarted...done. 09:49:54 Checking for services that may need to be restarted...done. 09:49:54 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:49:54 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:49:54 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:49:55 Selecting previously unselected package python3-minimal. 09:49:55 (Reading database ... 13012 files and directories currently installed.) 09:49:55 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:49:55 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:49:55 Selecting previously unselected package mime-support. 09:49:55 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:49:55 Unpacking mime-support (3.60ubuntu1) ... 09:49:55 Selecting previously unselected package libmpdec2:amd64. 09:49:55 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:49:55 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:49:55 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:49:55 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:49:55 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:49:55 Selecting previously unselected package python3.6. 09:49:55 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:49:55 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:49:55 Selecting previously unselected package libpython3-stdlib:amd64. 09:49:55 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:49:55 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:49:56 Setting up python3-minimal (3.6.7-1~18.04) ... 09:49:56 Selecting previously unselected package python3. 09:49:56 (Reading database ... 13442 files and directories currently installed.) 09:49:56 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:49:56 Unpacking python3 (3.6.7-1~18.04) ... 09:49:56 Selecting previously unselected package multiarch-support. 09:49:56 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:49:56 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:49:56 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:49:56 Selecting previously unselected package liblzo2-2:amd64. 09:49:56 (Reading database ... 13479 files and directories currently installed.) 09:49:56 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:49:56 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:49:56 Selecting previously unselected package libbsd0:amd64. 09:49:56 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:49:56 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:49:56 Selecting previously unselected package sudo. 09:49:56 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 09:49:56 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 09:49:57 Selecting previously unselected package apparmor. 09:49:57 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:49:57 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:49:57 Selecting previously unselected package libedit2:amd64. 09:49:57 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:49:57 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:49:57 Selecting previously unselected package libkrb5support0:amd64. 09:49:57 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:49:57 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:49:57 Selecting previously unselected package libk5crypto3:amd64. 09:49:57 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:49:57 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:49:57 Selecting previously unselected package libkeyutils1:amd64. 09:49:57 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:49:57 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:49:57 Selecting previously unselected package libkrb5-3:amd64. 09:49:57 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:49:57 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:49:58 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:49:58 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:49:58 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:49:58 Selecting previously unselected package libssl1.0.0:amd64. 09:49:58 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 09:49:58 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:49:58 Selecting previously unselected package openssh-client. 09:49:58 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:49:58 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:49:58 Selecting previously unselected package squashfs-tools. 09:49:58 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:49:58 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:49:58 Selecting previously unselected package snapd. 09:49:58 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 09:49:58 Unpacking snapd (2.48+18.04) ... 09:49:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:49:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:49:58 ---> 33d811d894c6 09:49:58 Step 3/22 : WORKDIR /edgex-go 09:49:58 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:49:58 Step 2/34 : FROM ${BUILDER_BASE} AS builder 09:49:58 ---> 33d811d894c6 09:49:58 Step 3/34 : WORKDIR /edgex-go 09:49:58 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:49:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:49:58 ---> 33d811d894c6 09:49:58 Step 3/26 : WORKDIR /edgex-go 09:49:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:49:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:49:58 ---> 33d811d894c6 09:49:58 Step 3/23 : WORKDIR /edgex-go 09:49:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:49:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:49:58 ---> 33d811d894c6 09:49:58 Step 3/22 : WORKDIR /edgex-go 09:49:58 ---> Running in 1b3212a206d6 09:49:58 ---> Running in 0869f21a01f9 09:49:58 ---> Running in b8602f709b9e 09:49:58 ---> Running in bf12759f5b0f 09:49:58 ---> Running in babb4801b4bc 09:49:58 Removing intermediate container 1b3212a206d6 09:49:58 ---> df3546f82771 09:49:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:58 Removing intermediate container bf12759f5b0f 09:49:58 ---> 938527b50061 09:49:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:58 Removing intermediate container b8602f709b9e 09:49:58 ---> 64cecf71f9e2 09:49:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:58 ---> Running in 882bcd45387c 09:49:58 Removing intermediate container 0869f21a01f9 09:49:58 ---> 2b93685e0979 09:49:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:58 Removing intermediate container babb4801b4bc 09:49:58 ---> 186d1bf1e829 09:49:58 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:58 ---> Running in 03bfe353e90e 09:49:58 ---> Running in d3cda06d6895 09:49:58 ---> Running in dddaecb99d16 09:49:58 ---> Running in 293c8653f421 09:49:58 Removing intermediate container 882bcd45387c 09:49:58 ---> 0e43f79c514c 09:49:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:49:58 ---> Running in fd0ae5d73f21 09:49:58 Removing intermediate container 03bfe353e90e 09:49:58 ---> 89a5eef5aea4 09:49:58 Step 5/26 : RUN apk add --update --no-cache make bash git 09:49:58 Removing intermediate container d3cda06d6895 09:49:58 ---> 88a461a072a5 09:49:58 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:49:58 ---> Running in 708fdb84bfad 09:49:58 ---> Running in f5472e9544c2 09:49:58 Removing intermediate container dddaecb99d16 09:49:58 ---> cf841bdaff41 09:49:58 Step 5/22 : RUN apk add --update --no-cache make git 09:49:58 Removing intermediate container 293c8653f421 09:49:58 ---> f93dab6b25d3 09:49:58 Step 5/34 : RUN apk add --update --no-cache make git 09:49:58 ---> Running in 284eeb76d2d6 09:49:58 ---> Running in 19e88bf55192 09:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:58 OK: 217 MiB in 51 packages 09:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:59 OK: 217 MiB in 51 packages 09:49:59 OK: 217 MiB in 51 packages 09:49:59 OK: 217 MiB in 51 packages 09:49:59 OK: 217 MiB in 51 packages 09:50:00 Removing intermediate container fd0ae5d73f21 09:50:00 ---> b2d29d0c32cd 09:50:00 Step 6/22 : COPY go.mod . 09:50:01 Removing intermediate container 708fdb84bfad 09:50:01 ---> 38973b0e9764 09:50:01 Step 6/26 : COPY go.mod . 09:50:01 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:50:01 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:50:01 ---> 6da015af45fe 09:50:01 Step 7/22 : RUN go mod download 09:50:01 Setting up mime-support (3.60ubuntu1) ... 09:50:01 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 09:50:01 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:50:01 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:50:01 ---> Running in 375a1ba3204e 09:50:01 Removing intermediate container f5472e9544c2 09:50:01 ---> 3e0ff36a155b 09:50:01 Step 6/23 : COPY go.mod . 09:50:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:50:01 Setting up systemd (237-3ubuntu10.44) ... 09:50:01 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 09:50:01 Removing intermediate container 19e88bf55192 09:50:01 ---> f8be23479824 09:50:01 Step 6/34 : COPY go.mod . 09:50:02 Removing intermediate container 284eeb76d2d6 09:50:02 ---> 624d2341eb0a 09:50:02 Step 6/22 : COPY go.mod . 09:50:02 ---> 3aff8064fe2f 09:50:02 Step 7/26 : RUN go mod download 09:50:02 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:50:02 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:50:02 ---> Running in 43e5af7918c0 09:50:02 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:50:02 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:50:02 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:50:02 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:50:02 ---> d792b56d5f67 09:50:02 Step 7/23 : RUN go mod download 09:50:03 ---> Running in 4866bac657ca 09:50:03 ---> bbb46321fefb 09:50:03 Step 7/34 : RUN go mod download 09:50:03 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:50:03 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:50:03 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:50:03 Setting up python3 (3.6.7-1~18.04) ... 09:50:03 running python rtupdate hooks for python3.6... 09:50:03 running python post-rtupdate hooks for python3.6... 09:50:03 Setting up apparmor (2.12-4ubuntu5.1) ... 09:50:03 ---> Running in 482f2a5c0172 09:50:03 ---> 91399b26f5ec 09:50:03 Step 7/22 : RUN go mod download 09:50:03 ---> Running in 610b1116df26 09:50:05 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:50:05 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:50:05 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:50:05 Setting up snapd (2.48+18.04) ... 09:50:05 Removing intermediate container 375a1ba3204e 09:50:05 ---> 30537045f817 09:50:05 Step 8/22 : COPY . . 09:50:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:50:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:50:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:50:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:50:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:50:06 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:50:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:50:06 Removing intermediate container 43e5af7918c0 09:50:06 ---> 79dfc01fd4c5 09:50:06 Step 8/26 : COPY . . 09:50:07 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:50:07 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:50:07 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:50:07 /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:50:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:50:07 Processing triggers for systemd (237-3ubuntu10.44) ... 09:50:08 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:50:08 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:50:08 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:50:08 Removing intermediate container 482f2a5c0172 09:50:08 ---> 4afa40f648b6 09:50:08 Step 8/34 : COPY . . 09:50:08 Removing intermediate container 4866bac657ca 09:50:08 ---> caefae9288d8 09:50:08 Step 8/23 : COPY . . 09:50:09 Removing intermediate container 610b1116df26 09:50:09 ---> 0122c53e5853 09:50:09 Step 8/22 : COPY . . 09:50:09 Reading package lists... 09:50:10 Reading package lists... 09:50:10 Building dependency tree... 09:50:10 Reading state information... 09:50:10 Calculating upgrade... 09:50:10 The following packages will be upgraded: 09:50:10 advancecomp base-files bash binutils binutils-common 09:50:10 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:50:10 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:50:10 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 09:50:10 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 09:50:10 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 09:50:10 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 09:50:10 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 09:50:10 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 09:50:10 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 09:50:10 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 09:50:10 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 09:50:10 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 09:50:10 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 09:50:10 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 09:50:10 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:50:10 Need to get 63.8 MB of archives. 09:50:10 After this operation, 5205 kB of additional disk space will be used. 09:50:10 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:50:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 09:50:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:50:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:50:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:50:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:50:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:50:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:50:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:50:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:50:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:50:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:50:11 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:50:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:50:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:50:11 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:50:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 09:50:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:50:11 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:50:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:50:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:50:11 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:50:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:50:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:50:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:50:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:50:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:50:11 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:50:11 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:50:11 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:50:11 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:50:11 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:50:11 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:50:11 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:50:11 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:50:11 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 09:50:11 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 09:50:11 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:50:11 Get:39 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:50:11 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:50:11 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 09:50:11 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:50:11 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 09:50:11 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:50:11 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:50:11 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:50:11 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:50:11 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:50:11 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:50:11 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:50:11 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:50:11 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:50:11 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:50:11 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:50:11 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 09:50:11 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:50:11 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:50:11 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:50:12 Get:59 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:50:12 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:50:12 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:50:12 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:50:12 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:50:12 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:50:12 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:50:12 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:50:12 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:50:12 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:50:12 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 09:50:12 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 09:50:12 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:50:12 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:50:12 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:50:12 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 09:50:12 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 09:50:12 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 09:50:12 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:50:12 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:50:12 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:50:12 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 09:50:12 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:50:12 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:50:12 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 09:50:12 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 09:50:12 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 09:50:12 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 09:50:12 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:50:12 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:50:12 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:50:12 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:50:13 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:50:13 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:50:13 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:50:13 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:50:13 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:50:13 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:50:13 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:50:13 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:50:13 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:50:13 debconf: delaying package configuration, since apt-utils is not installed 09:50:13 Fetched 63.8 MB in 3s (20.9 MB/s) 09:50:13 (Reading database ... 13912 files and directories currently installed.) 09:50:13 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:50:13 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:50:14 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:50:14 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:50:14 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 09:50:14 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 09:50:15 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:50:15 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:50:15 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:50:15 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:50:15 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:50:15 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:50:16 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:50:16 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:50:16 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:50:16 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:50:16 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:50:16 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:50:16 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:50:16 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:50:16 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:50:16 (Reading database ... 13911 files and directories currently installed.) 09:50:16 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:50:17 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:50:17 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:50:17 (Reading database ... 13911 files and directories currently installed.) 09:50:17 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:50:17 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:50:17 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:50:17 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:50:17 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:50:17 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:50:17 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:50:17 (Reading database ... 13911 files and directories currently installed.) 09:50:17 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:50:18 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:50:18 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:50:18 (Reading database ... 13911 files and directories currently installed.) 09:50:18 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:50:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:50:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:50:18 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:50:18 Setting up base-files (10.1ubuntu2.10) ... 09:50:19 Installing new version of config file /etc/issue ... 09:50:19 Installing new version of config file /etc/issue.net ... 09:50:19 Installing new version of config file /etc/lsb-release ... 09:50:19 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:50:19 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:50:19 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:50:19 Removing obsolete conffile /etc/default/motd-news ... 09:50:19 (Reading database ... 13912 files and directories currently installed.) 09:50:19 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:50:19 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:50:19 Setting up bash (4.4.18-2ubuntu1.2) ... 09:50:19 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 09:50:19 (Reading database ... 13912 files and directories currently installed.) 09:50:19 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:50:19 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:50:20 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:50:20 (Reading database ... 13912 files and directories currently installed.) 09:50:20 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 09:50:20 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 09:50:20 Setting up tar (1.29b-2ubuntu0.2) ... 09:50:20 (Reading database ... 13912 files and directories currently installed.) 09:50:20 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:50:20 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:50:20 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:50:20 (Reading database ... 13912 files and directories currently installed.) 09:50:20 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:50:20 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:50:21 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:50:21 (Reading database ... 13912 files and directories currently installed.) 09:50:21 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:50:21 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:50:21 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:50:21 (Reading database ... 13912 files and directories currently installed.) 09:50:21 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:50:21 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:50:21 Setting up grep (3.1-2build1) ... 09:50:21 (Reading database ... 13912 files and directories currently installed.) 09:50:21 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:50:21 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:50:22 Setting up login (1:4.5-1ubuntu2) ... 09:50:22 (Reading database ... 13912 files and directories currently installed.) 09:50:22 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:50:22 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:50:22 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:50:22 (Reading database ... 13912 files and directories currently installed.) 09:50:22 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:50:22 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:50:23 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:50:23 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:50:23 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:50:23 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:50:23 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:50:23 (Reading database ... 13912 files and directories currently installed.) 09:50:23 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:50:23 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:50:25 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:50:25 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:50:25 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:50:25 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:50:25 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:50:25 (Reading database ... 13912 files and directories currently installed.) 09:50:25 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:50:25 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:50:25 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:50:25 (Reading database ... 13912 files and directories currently installed.) 09:50:25 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:50:25 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:50:25 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:50:25 (Reading database ... 13912 files and directories currently installed.) 09:50:25 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:50:25 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:50:25 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:50:25 (Reading database ... 13912 files and directories currently installed.) 09:50:25 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:50:25 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:50:26 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:50:26 (Reading database ... 13912 files and directories currently installed.) 09:50:26 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:50:26 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:50:26 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:50:26 (Reading database ... 13912 files and directories currently installed.) 09:50:26 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:50:26 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:50:26 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:50:26 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:50:26 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:50:26 (Reading database ... 13912 files and directories currently installed.) 09:50:26 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:50:26 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:50:26 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:50:26 (Reading database ... 13912 files and directories currently installed.) 09:50:26 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:50:27 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:50:27 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:50:27 (Reading database ... 13912 files and directories currently installed.) 09:50:27 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:50:27 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:50:27 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:50:27 (Reading database ... 13912 files and directories currently installed.) 09:50:27 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:50:27 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:50:28 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 09:50:28 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:50:28 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:50:28 (Reading database ... 13912 files and directories currently installed.) 09:50:28 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:50:29 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:50:29 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:50:29 (Reading database ... 13912 files and directories currently installed.) 09:50:29 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:50:29 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:50:29 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:50:29 (Reading database ... 13914 files and directories currently installed.) 09:50:29 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:50:29 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:50:30 Setting up debconf (1.5.66ubuntu1) ... 09:50:30 (Reading database ... 13914 files and directories currently installed.) 09:50:30 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 09:50:30 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:50:30 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 09:50:30 (Reading database ... 13914 files and directories currently installed.) 09:50:30 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 09:50:30 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:50:30 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 09:50:30 (Reading database ... 13914 files and directories currently installed.) 09:50:30 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:50:30 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:50:30 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:50:31 (Reading database ... 13914 files and directories currently installed.) 09:50:31 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:50:31 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:50:31 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:50:31 (Reading database ... 13914 files and directories currently installed.) 09:50:31 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:50:31 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:50:31 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:50:31 (Reading database ... 13914 files and directories currently installed.) 09:50:31 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:50:31 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:50:32 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 09:50:32 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:50:32 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 09:50:32 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:50:32 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:50:32 (Reading database ... 13914 files and directories currently installed.) 09:50:32 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 09:50:32 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:50:32 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:50:33 (Reading database ... 13914 files and directories currently installed.) 09:50:33 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:50:33 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:50:33 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:50:33 (Reading database ... 13914 files and directories currently installed.) 09:50:33 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:50:33 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:50:33 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:50:33 (Reading database ... 13914 files and directories currently installed.) 09:50:33 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 09:50:33 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 09:50:33 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 09:50:34 (Reading database ... 13914 files and directories currently installed.) 09:50:34 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:50:34 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:50:34 Setting up passwd (1:4.5-1ubuntu2) ... 09:50:34 (Reading database ... 13914 files and directories currently installed.) 09:50:34 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 09:50:34 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:50:34 Setting up gpgv (2.2.4-1ubuntu1.3) ... 09:50:34 (Reading database ... 13914 files and directories currently installed.) 09:50:34 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:50:34 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:50:35 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:50:35 (Reading database ... 13914 files and directories currently installed.) 09:50:35 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:50:35 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:50:35 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:50:35 (Reading database ... 13914 files and directories currently installed.) 09:50:35 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:50:35 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:50:35 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:50:35 (Reading database ... 13914 files and directories currently installed.) 09:50:35 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:50:35 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:50:35 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:50:36 (Reading database ... 13914 files and directories currently installed.) 09:50:36 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 09:50:36 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 09:50:36 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 09:50:36 ---> 11edf4c28619 09:50:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:50:36 ---> 69efde785ae9 09:50:36 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:50:36 ---> efb6be86812c 09:50:36 Step 9/23 : RUN make cmd/core-data/core-data 09:50:36 ---> b288ccc2c668 09:50:36 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 09:50:36 ---> 8d21bf1d8625 09:50:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:50:36 ---> Running in 75efd1df6529 09:50:36 ---> Running in 7232e9ba2556 09:50:36 ---> Running in 32808d940345 09:50:36 ---> Running in 94544696d490 09:50:36 ---> Running in d46859ec8b7c 09:50:36 Removing intermediate container 94544696d490 09:50:36 ---> a78f55196ae6 09:50:36 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 09:50:36 ---> Running in 347153c09442 09:50:36 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:50:36 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:50:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 09:50:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 09:50:36 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:50:36 (Reading database ... 13914 files and directories currently installed.) 09:50:36 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 09:50:36 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 09:50:36 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 09:50:36 (Reading database ... 13915 files and directories currently installed.) 09:50:36 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:50:36 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:50:36 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:50:36 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:50:37 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:50:37 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:50:37 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 09:50:37 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 09:50:38 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:50:38 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:50:38 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:50:38 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:50:38 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:50:38 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:50:38 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:50:38 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:50:38 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:50:38 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:50:38 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:50:38 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:50:38 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:50:39 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:50:39 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 09:50:39 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 09:50:40 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:50:40 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:50:40 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:50:40 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:50:40 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:50:40 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:50:40 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:50:40 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:50:40 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:50:40 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:50:41 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:50:41 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:50:41 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:50:41 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:50:41 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:50:41 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:50:41 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:50:41 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:50:41 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:50:41 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:50:42 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:50:42 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:50:43 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:50:43 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:50:44 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:50:44 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:50:44 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:50:44 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:50:45 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:50:45 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:50:46 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:50:46 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:50:46 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:50:46 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:50:46 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:50:46 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:50:46 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:50:46 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:50:46 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:50:46 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:50:47 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:50:47 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:50:47 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:50:47 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:50:47 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:50:47 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:50:47 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:50:47 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:50:47 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:50:47 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:50:47 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:50:47 Setting up tzdata (2021a-0ubuntu0.18.04) ... 09:50:47 09:50:47 Current default time zone: 'Etc/UTC' 09:50:47 Local time is now: Fri Jan 29 09:50:47 UTC 2021. 09:50:47 Universal Time is now: Fri Jan 29 09:50:47 UTC 2021. 09:50:47 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:50:47 09:50:47 Setting up systemd-sysv (237-3ubuntu10.44) ... 09:50:47 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:50:47 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 09:50:47 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:50:48 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:50:48 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:50:48 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:50:48 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:50:48 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:50:48 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 09:50:48 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:50:48 Setting up procps (2:3.3.12-3ubuntu1.2) ... 09:50:48 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:50:48 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 09:50:48 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:50:48 Setting up patch (2.7.6-2ubuntu1.1) ... 09:50:48 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:50:48 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:50:48 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 09:50:48 Installing new version of config file /etc/ssl/openssl.cnf ... 09:50:48 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:50:48 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:50:48 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 09:50:50 Updating certificates in /etc/ssl/certs... 09:50:51 22 added, 17 removed; done. 09:50:51 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:50:51 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:50:51 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:50:51 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:50:51 Setting up pkgbinarymangler (138.18.04.1) ... 09:50:51 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:50:51 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 09:50:52 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:50:52 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:50:52 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:50:52 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:50:52 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:50:52 Setting up perl (5.26.1-6ubuntu0.5) ... 09:50:52 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 09:50:52 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:50:52 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:50:52 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 09:50:52 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:50:52 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:50:52 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:50:52 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:50:52 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:50:52 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:50:52 Processing triggers for systemd (237-3ubuntu10.44) ... 09:50:52 Processing triggers for mime-support (3.60ubuntu1) ... 09:50:52 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 09:50:52 Updating certificates in /etc/ssl/certs... 09:50:53 0 added, 0 removed; done. 09:50:53 Running hooks in /etc/ca-certificates/update.d... 09:50:53 done. 09:50:53 Reading package lists... 09:50:54 Building dependency tree... 09:50:54 Reading state information... 09:50:54 The following NEW packages will be installed: 09:50:54 apt-transport-https 09:50:54 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:50:54 Need to get 1696 B of archives. 09:50:54 After this operation, 153 kB of additional disk space will be used. 09:50:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 09:50:54 debconf: delaying package configuration, since apt-utils is not installed 09:50:54 Fetched 1696 B in 0s (9291 B/s) 09:50:54 Selecting previously unselected package apt-transport-https. 09:50:54 (Reading database ... 13929 files and directories currently installed.) 09:50:54 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 09:50:54 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 09:50:54 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 09:50:54 Waiting for network to be ready... 09:51:01 2021-01-29T09:50:58Z INFO Waiting for automatic snapd restart... 09:51:01 snapd 2.48.2 from Canonical* installed 09:51:01 "snapd" switched to the "latest/stable" channel 09:51:01 09:51:04 core18 20201210 from Canonical* installed 09:51:04 "core18" switched to the "latest/stable" channel 09:51:04 09:51:08 snapcraft 4.4.4 from Canonical* installed 09:51:08 "snapcraft" switched to the "latest/stable" channel 09:51:08 09:51:11 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:51:11 - README.md 09:51:11 - snapcraft.yaml.orig 09:51:11 09:51:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:51:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:51:18 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:51:18 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:51:18 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:51:19 Reading package lists... 09:51:19 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:51:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:51:26 Reading package lists... 09:51:26 Building dependency tree... 09:51:26 Reading state information... 09:51:26 Suggested packages: 09:51:26 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:51:26 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:51:26 Recommended packages: 09:51:26 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:51:26 The following NEW packages will be installed: 09:51:26 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:51:26 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:51:26 pkg-config zip 09:51:26 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:51:26 Need to get 7655 kB of archives. 09:51:26 After this operation, 43.7 MB of additional disk space will be used. 09:51:26 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:51:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 09:51:26 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:51:26 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:51:26 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:51:26 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:51:26 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:51:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:51:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:51:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:51:27 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 09:51:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:51:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:51:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:51:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:51:27 debconf: delaying package configuration, since apt-utils is not installed 09:51:27 Fetched 7655 kB in 1s (7456 kB/s) 09:51:27 Selecting previously unselected package libglib2.0-0:amd64. 09:51:27 (Reading database ... 13933 files and directories currently installed.) 09:51:27 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 09:51:27 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:51:27 Selecting previously unselected package libpsl5:amd64. 09:51:27 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:51:27 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:51:27 Selecting previously unselected package libnghttp2-14:amd64. 09:51:27 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:51:27 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:51:28 Selecting previously unselected package librtmp1:amd64. 09:51:28 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:51:28 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:51:28 Selecting previously unselected package libcurl3-gnutls:amd64. 09:51:28 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 09:51:28 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:51:28 Selecting previously unselected package liberror-perl. 09:51:28 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:51:28 Unpacking liberror-perl (0.17025-1) ... 09:51:28 Selecting previously unselected package git-man. 09:51:28 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:51:28 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:51:28 Selecting previously unselected package git. 09:51:28 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:51:28 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:51:29 Selecting previously unselected package libnorm1:amd64. 09:51:29 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:51:29 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:51:29 Selecting previously unselected package libpgm-5.2-0:amd64. 09:51:29 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:51:29 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:51:29 Selecting previously unselected package libsodium23:amd64. 09:51:29 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:51:29 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:51:29 Selecting previously unselected package libzmq5:amd64. 09:51:29 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:51:29 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:51:30 Selecting previously unselected package libzmq3-dev:amd64. 09:51:30 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:51:30 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:51:30 Selecting previously unselected package pkg-config. 09:51:30 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:51:30 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:51:30 Selecting previously unselected package zip. 09:51:30 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:51:30 Unpacking zip (3.0-11build1) ... 09:51:30 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:51:30 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:51:30 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:51:30 Setting up liberror-perl (0.17025-1) ... 09:51:30 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:51:30 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:51:30 No schema files found: doing nothing. 09:51:30 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:51:30 Setting up zip (3.0-11build1) ... 09:51:30 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:51:30 Setting up libsodium23:amd64 (1.0.16-2) ... 09:51:30 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:51:30 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:51:30 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:51:30 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:51:30 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:51:30 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:51:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:51:37 git set to automatically installed. 09:51:37 git-man set to automatically installed. 09:51:37 libcurl3-gnutls set to automatically installed. 09:51:37 liberror-perl set to automatically installed. 09:51:37 libglib2.0-0 set to automatically installed. 09:51:37 libnghttp2-14 set to automatically installed. 09:51:37 libnorm1 set to automatically installed. 09:51:37 libpgm-5.2-0 set to automatically installed. 09:51:37 libpsl5 set to automatically installed. 09:51:37 librtmp1 set to automatically installed. 09:51:37 libsodium23 set to automatically installed. 09:51:37 libzmq3-dev set to automatically installed. 09:51:37 libzmq5 set to automatically installed. 09:51:37 pkg-config set to automatically installed. 09:51:37 zip set to automatically installed. 09:51:39 snapd is not logged in, snap install commands will use sudo 09:51:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:51:46 snap "core18" has no updates available 09:51:46 Pulling config-common 09:51:47 Pulling go-build-helper 09:51:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:52:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:52:09 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:52:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1524 kB] 09:52:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 09:52:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 09:52:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 09:52:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [223 kB] 09:52:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.5 kB] 09:52:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 09:52:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 09:52:09 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:52:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:52:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:52:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:52:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:52:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:52:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:52:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:52:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:52:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1868 kB] 09:52:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] 09:52:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 09:52:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 09:52:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [245 kB] 09:52:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.1 kB] 09:52:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] 09:52:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 09:52:09 Fetched 23.8 MB in 0s (0 B/s) 09:52:09 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:52:09 Fetched 96.5 kB in 0s (0 B/s) 09:52:09 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:52:09 Fetched 279 kB in 0s (0 B/s) 09:52:09 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:52:09 Fetched 122 kB in 0s (0 B/s) 09:52:09 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:52:09 Fetched 77.8 kB in 0s (0 B/s) 09:52:09 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:52:09 Fetched 8848 B in 0s (0 B/s) 09:52:09 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:52:09 Fetched 47.8 kB in 0s (0 B/s) 09:52:09 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:52:09 Fetched 45.6 kB in 0s (0 B/s) 09:52:09 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:52:09 Fetched 15.0 kB in 0s (0 B/s) 09:52:09 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 09:52:09 Fetched 214 kB in 0s (0 B/s) 09:52:09 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 09:52:09 Fetched 155 kB in 0s (0 B/s) 09:52:09 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:52:09 Fetched 50.6 kB in 0s (0 B/s) 09:52:09 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:52:09 Fetched 14.8 kB in 0s (0 B/s) 09:52:09 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:52:09 Fetched 41.8 kB in 0s (0 B/s) 09:52:09 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:52:09 Fetched 499 kB in 0s (0 B/s) 09:52:09 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:52:09 Fetched 111 kB in 0s (0 B/s) 09:52:09 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:52:09 Fetched 240 kB in 0s (0 B/s) 09:52:09 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:52:09 Fetched 29.3 kB in 0s (0 B/s) 09:52:09 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:52:09 Fetched 85.5 kB in 0s (0 B/s) 09:52:09 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:52:09 Fetched 24.5 kB in 0s (0 B/s) 09:52:09 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:52:09 Fetched 49.2 kB in 0s (0 B/s) 09:52:09 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:52:09 Fetched 54.2 kB in 0s (0 B/s) 09:52:09 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:52:09 Fetched 30.8 kB in 0s (0 B/s) 09:52:09 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 09:52:09 Fetched 17.0 kB in 0s (0 B/s) 09:52:09 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:52:09 Fetched 85.9 kB in 0s (0 B/s) 09:52:09 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:52:09 Fetched 8720 B in 0s (0 B/s) 09:52:09 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 09:52:09 Fetched 137 kB in 0s (0 B/s) 09:52:09 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:52:09 Fetched 119 kB in 0s (0 B/s) 09:52:09 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 09:52:09 Fetched 109 kB in 0s (0 B/s) 09:52:09 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:52:09 Fetched 11.1 kB in 0s (0 B/s) 09:52:09 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:52:09 Fetched 645 kB in 0s (0 B/s) 09:52:09 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:52:09 Fetched 41.3 kB in 0s (0 B/s) 09:52:09 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:52:09 Fetched 17.9 kB in 0s (0 B/s) 09:52:09 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:52:09 Fetched 368 kB in 0s (0 B/s) 09:52:09 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:52:09 Fetched 187 kB in 0s (0 B/s) 09:52:09 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:52:09 Fetched 175 kB in 0s (0 B/s) 09:52:09 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:52:11 Fetched 206 kB in 0s (0 B/s) 09:52:11 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 09:52:11 Fetched 1301 kB in 0s (0 B/s) 09:52:11 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:52:11 Fetched 36.2 kB in 0s (0 B/s) 09:52:11 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 09:52:11 Fetched 159 kB in 0s (0 B/s) 09:52:11 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:52:11 Fetched 107 kB in 0s (0 B/s) 09:52:11 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:52:11 Fetched 48.7 kB in 0s (0 B/s) 09:52:11 Pulling static-packages 09:52:12 'go115' has dependencies that need to be staged: go-build-helper static-packages 09:52:12 Skipping pull go-build-helper (already ran) 09:52:12 Skipping pull static-packages (already ran) 09:52:12 Building go-build-helper 09:52:13 Removing intermediate container 7232e9ba2556 09:52:13 ---> f6fa19219efc 09:52:13 09:52:13 Step 10/22 : FROM alpine:3.12 09:52:13 3.12: Pulling from library/alpine 09:52:13 Removing intermediate container 75efd1df6529 09:52:13 ---> bc769d6d9d0a 09:52:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:52:13 ---> Running in df51ddd4d436 09:52:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:52:13 Status: Downloaded newer image for alpine:3.12 09:52:13 ---> afeebe901d6b 09:52:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:52:14 ---> Running in a9c882436b6b 09:52:15 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:52:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:52:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:52:16 Building static-packages 09:52:17 + mkdir -p /tmp/build/dist/linux 09:52:17 + cd /tmp/build/dist/linux 09:52:17 + git clone https://github.com/jwilder/dockerize.git . 09:52:17 Cloning into '.'... 09:52:17 (1/2) Installing ca-certificates (20191127-r4) 09:52:17 (2/2) Installing dumb-init (1.2.2-r1) 09:52:17 Executing busybox-1.31.1-r19.trigger 09:52:17 Executing ca-certificates-20191127-r4.trigger 09:52:18 OK: 6 MiB in 16 packages 09:52:18 + go get github.com/robfig/glock 09:52:18 Staging go-build-helper 09:52:19 Staging static-packages 09:52:20 Pulling go115 09:52:21 'edgex-go' has dependencies that need to be staged: go115 09:52:21 Skipping pull go115 (already ran) 09:52:21 Building go115 09:52:21 % Total % Received % Xferd Average Speed Time Time Time Current 09:52:21 Dload Upload Total Spent Left Speed 09:52:21 Removing intermediate container df51ddd4d436 09:52:21 ---> 8969aa0c975a 09:52:21 09:52:21 Step 11/26 : FROM docker:20.10.0 09:52:21 Removing intermediate container a9c882436b6b 09:52:21 ---> 50a07f552a5d 09:52:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:52:21 ---> Running in 09e76bb85e0c 09:52:22 Removing intermediate container 09e76bb85e0c 09:52:22 ---> b433d94e96ef 09:52:22 Step 13/22 : ENV APP_PORT=48060 09:52:22 20.10.0: Pulling from library/docker 09:52:22 ---> Running in 6e4bdb4b1c35 09:52:23 Removing intermediate container 6e4bdb4b1c35 09:52:23 ---> 108812aadb14 09:52:23 Step 14/22 : EXPOSE $APP_PORT 09:52:23 ---> Running in e11752c2bf7f 09:52:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1999k 0 0 6267k 0 0:00:18 --:--:-- 0:00:18 6267k 32 115M 32 37.4M 0 0 28.7M 0 0:00:04 0:00:01 0:00:03 28.7M 64 115M 64 74.7M 0 0 32.0M 0 0:00:03 0:00:02 0:00:01 32.0M 93 115M 93 108M 0 0 32.7M 0 0:00:03 0:00:03 --:--:-- 32.7M 100 115M 100 115M 0 0 33.2M 0 0:00:03 0:00:03 --:--:-- 33.2M 09:52:25 go1.15.2.linux-amd64.tar.gz: OK 09:52:25 Removing intermediate container e11752c2bf7f 09:52:25 ---> 95647e35bb88 09:52:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:52:28 ---> e4a611aae8f5 09:52:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:52:29 Removing intermediate container d46859ec8b7c 09:52:29 ---> 13d59948d73f 09:52:29 09:52:29 Step 10/22 : FROM alpine:3.12 09:52:29 ---> afeebe901d6b 09:52:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:52:29 Staging go115 09:52:29 ---> Running in e2e3da32c5d4 09:52:32 ---> 1ced8d422377 09:52:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:52:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:52:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:52:33 (1/1) Installing dumb-init (1.2.2-r1) 09:52:33 Executing busybox-1.31.1-r19.trigger 09:52:33 OK: 5 MiB in 15 packages 09:52:33 ---> b0629501fd37 09:52:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:52:34 ---> Running in 118ccdb5daf0 09:52:35 Removing intermediate container 118ccdb5daf0 09:52:35 ---> 02b72f052450 09:52:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:52:35 ---> Running in 69f69989b716 09:52:36 Removing intermediate container e2e3da32c5d4 09:52:36 ---> bfe07f62f27c 09:52:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:52:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:52:36 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:52:36 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:52:36 Fetched 88.7 kB in 0s (0 B/s) 09:52:36 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:52:36 Fetched 224 kB in 0s (0 B/s) 09:52:36 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:52:36 Fetched 157 kB in 0s (0 B/s) 09:52:36 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:52:36 Fetched 221 kB in 0s (0 B/s) 09:52:36 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:52:36 Fetched 143 kB in 0s (0 B/s) 09:52:36 Pulling edgex-go 09:52:36 Pulling version 09:52:37 ---> Running in aa7320f2a90c 09:52:37 Removing intermediate container 69f69989b716 09:52:37 ---> 70cee5f3a9b8 09:52:37 Step 20/22 : LABEL arch=arm64 09:52:37 Building config-common 09:52:37 ---> Running in 6ea89c1918ed 09:52:37 Removing intermediate container aa7320f2a90c 09:52:37 ---> 4fc2eb889f7f 09:52:37 Step 13/22 : ENV APP_PORT=48085 09:52:38 ---> Running in 5d271d42d6c6 09:52:38 Removing intermediate container 6ea89c1918ed 09:52:38 ---> 78b0e59f89ed 09:52:38 Step 21/22 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:52:38 ---> Running in 4b3e1b2b8d34 09:52:39 Removing intermediate container 5d271d42d6c6 09:52:39 ---> 6e28354a8f6d 09:52:39 Step 14/22 : EXPOSE $APP_PORT 09:52:39 Skipping build go-build-helper (already ran) 09:52:39 Skipping build static-packages (already ran) 09:52:39 Skipping build go115 (already ran) 09:52:39 Building edgex-go 09:52:39 ---> Running in db58a03e7fc9 09:52:39 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:52:39 Removing intermediate container 4b3e1b2b8d34 09:52:39 ---> 4d93bb88ed03 09:52:39 Step 22/22 : LABEL version=0.0.0 09:52:40 ---> Running in 8aed2b5c0e71 09:52:40 Removing intermediate container db58a03e7fc9 09:52:40 ---> 7c0b8e8884cd 09:52:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:52:41 go: downloading github.com/gorilla/mux v1.8.0 09:52:41 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:52:41 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.12 09:52:41 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:52:41 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 09:52:41 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 09:52:41 go: downloading github.com/google/uuid v1.2.0 09:52:41 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 09:52:41 go: downloading github.com/pebbe/zmq4 v1.2.2 09:52:41 go: downloading gopkg.in/yaml.v2 v2.4.0 09:52:41 go: downloading github.com/BurntSushi/toml v0.3.1 09:52:41 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:52:41 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:52:41 go: downloading github.com/go-kit/kit v0.8.0 09:52:41 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 09:52:41 go: downloading github.com/pelletier/go-toml v1.2.0 09:52:41 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 09:52:41 go: downloading github.com/go-playground/validator/v10 v10.3.0 09:52:41 go: downloading github.com/imdario/mergo v0.3.11 09:52:41 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:52:41 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:52:41 go: downloading github.com/x448/float16 v0.8.4 09:52:41 go: downloading github.com/hashicorp/consul/api v1.1.0 09:52:41 go: downloading github.com/pkg/errors v0.8.1 09:52:41 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:52:41 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:52:41 go: downloading github.com/go-playground/universal-translator v0.17.0 09:52:41 go: downloading github.com/leodido/go-urn v1.2.0 09:52:41 go: downloading github.com/mitchellh/copystructure v1.0.0 09:52:41 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:52:41 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:52:41 go: downloading github.com/hashicorp/serf v0.8.2 09:52:41 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:52:41 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:52:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:52:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:52:41 go: downloading github.com/go-playground/locales v0.13.0 09:52:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:52:41 Removing intermediate container 8aed2b5c0e71 09:52:41 ---> b941951eb533 09:52:41 09:52:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:52:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:52:42 ---> 8571a56e8777 09:52:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:52:42 Successfully built b941951eb533 09:52:42 Successfully tagged docker-support-notifications-go-arm64:latest 09:52:42  Building docker-support-notifications-go ... done Building docker-core-command-go 09:52:42 + glock sync -n 09:52:44 Removing intermediate container 32808d940345 09:52:44 ---> 59c3ba6a2130 09:52:44 09:52:44 Step 10/23 : FROM alpine:3.12 09:52:44 ---> afeebe901d6b 09:52:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:52:44 ---> c20c74325c3c 09:52:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:52:45 ---> Running in 01ca945d0bf4 09:52:46 ---> 2a83cbe9e36c 09:52:46 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:52:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:52:46 Status: Downloaded newer image for docker:20.10.0 09:52:46 ---> eeaf43b92773 09:52:46 Step 12/26 : RUN apk add --no-cache bash 09:52:46 ---> Running in 3f72ea6b7248 09:52:46 Removing intermediate container 01ca945d0bf4 09:52:46 ---> b4484d89b05c 09:52:46 Step 12/23 : ENV APP_PORT=48080 09:52:46 ---> Running in 5d97d2e57616 09:52:46 ---> Running in d61c07e0d930 09:52:47 Removing intermediate container 3f72ea6b7248 09:52:47 ---> 91d5fbb81c74 09:52:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:52:47 ---> Running in 81bcbaf736c9 09:52:47 Removing intermediate container d61c07e0d930 09:52:47 ---> 7d3877b3f41b 09:52:47 Step 13/23 : EXPOSE $APP_PORT 09:52:48 ---> Running in a6eca9ee5a78 09:52:48 Removing intermediate container 81bcbaf736c9 09:52:48 ---> 04842635dd4c 09:52:48 Step 20/22 : LABEL arch=arm64 09:52:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:52:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:52:49 Removing intermediate container a6eca9ee5a78 09:52:49 ---> f7ad979119e0 09:52:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:52:49 ---> Running in 6ef8a29780bd 09:52:49 ---> Running in bdd901d0cd7d 09:52:49 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:52:50 (1/2) Installing readline (8.0.4-r0) 09:52:50 (2/2) Installing bash (5.0.17-r0) 09:52:50 Executing bash-5.0.17-r0.post-install 09:52:50 Removing intermediate container 6ef8a29780bd 09:52:50 ---> 224b6ffec9d6 09:52:50 Step 21/22 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:52:50 Executing busybox-1.31.1-r19.trigger 09:52:50 OK: 12 MiB in 22 packages 09:52:50 ---> Running in c7ffcd52b31f 09:52:50 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 09:52:50 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 09:52:50 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 09:52:51 Removing intermediate container c7ffcd52b31f 09:52:51 ---> 2038a8188a5f 09:52:51 Step 22/22 : LABEL version=0.0.0 09:52:51 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 09:52:51 + git describe '--abbrev=0' --tags 09:52:51 + TAG=v0.6.1 09:52:51 + LDFLAGS='-X main.buildVersion=v0.6.1' 09:52:51 + apk --print-arch 09:52:51 building [dockerize] for arm64 ... 09:52:51 + arch=aarch64 09:52:51 + echo 'building [dockerize] for arm64 ... ' 09:52:51 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 09:52:51  ---> Running in fcbfcab05844 09:52:52 Removing intermediate container 5d97d2e57616 09:52:52 ---> 0b540e651342 09:52:52 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:52:52 Removing intermediate container fcbfcab05844 09:52:52 ---> a5cf089e38f0 09:52:52 09:52:53 ---> Running in 4a26106ba246 09:52:53 Removing intermediate container bdd901d0cd7d 09:52:53 ---> ca5764d4d8d7 09:52:53 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:52:53 Successfully built a5cf089e38f0 09:52:53 ---> Running in 7b6637658e57 09:52:53 Successfully tagged docker-support-scheduler-go-arm64:latest 09:52:53  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 09:52:53 Removing intermediate container 4a26106ba246 09:52:53 ---> a6b7422901d8 09:52:53 Step 14/26 : ENV APP_PORT=48090 09:52:54 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:52:54 ---> Running in bb3f9313ff1d 09:52:54 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:52:55 Removing intermediate container bb3f9313ff1d 09:52:55 ---> e76506c3bb36 09:52:55 Step 15/26 : EXPOSE $APP_PORT 09:52:55 ---> Running in d78695d68426 09:52:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:52:55 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:52:55 Removing intermediate container d78695d68426 09:52:55 ---> b4371542e72d 09:52:55 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:52:56 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:52:56 go: downloading github.com/stretchr/testify v1.7.0 09:52:56 go: downloading github.com/davecgh/go-spew v1.1.1 09:52:56 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:52:56 go: downloading github.com/pmezard/go-difflib v1.0.0 09:52:57 (1/6) Installing dumb-init (1.2.2-r1) 09:52:57 (2/6) Installing libgcc (9.3.0-r2) 09:52:57 (3/6) Installing libsodium (1.0.18-r0) 09:52:57 (4/6) Installing libstdc++ (9.3.0-r2) 09:52:57 (5/6) Installing libzmq (4.3.3-r0) 09:52:57 + date 09:52:57 Fri Jan 29 09:52:57 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 09:52:57 + echo 'Fri Jan 29 09:52:57 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 09:52:57 (6/6) Installing zeromq (4.3.3-r0) 09:52:57 Executing busybox-1.31.1-r19.trigger 09:52:57 OK: 8 MiB in 20 packages 09:52:58 ---> cf3378c3a1ec 09:52:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:52: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 09:52:58 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:52:58 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:52:59 ---> c99d4ef99200 09:52:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:53: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 09:53:00 Removing intermediate container 7b6637658e57 09:53:00 ---> 8a9b5514568a 09:53:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:53:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:53:00 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 09:53:01 ---> 6275db1ccd85 09:53:01 Step 19/26 : RUN apk --no-cache add py3-pip 09:53:01 ---> 7c3e5ef20790 09:53:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:53:01 ---> Running in f4896281713f 09:53:02 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:53:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:53:03 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:53:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:53:04 (1/33) Installing libbz2 (1.0.8-r1) 09:53:04 (2/33) Installing expat (2.2.9-r1) 09:53:04 (3/33) Installing libffi (3.3-r2) 09:53:04 (4/33) Installing gdbm (1.13-r1) 09:53:04 (5/33) Installing xz-libs (5.2.5-r0) 09:53:04 (6/33) Installing sqlite-libs (3.32.1-r0) 09:53:04 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:53:04 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:53:04 (7/33) Installing python3 (3.8.5-r0) 09:53:04 ---> 422ec40a58bb 09:53:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:53:05 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:53:05 go: downloading github.com/lib/pq v1.9.0 09:53:06 (8/33) Installing py3-appdirs (1.4.4-r1) 09:53:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:53:06 (10/33) Installing py3-parsing (2.4.7-r0) 09:53:06 (11/33) Installing py3-six (1.15.0-r0) 09:53:06 (12/33) Installing py3-packaging (20.4-r0) 09:53:06 (13/33) Installing py3-setuptools (47.0.0-r0) 09:53:06 (14/33) Installing py3-chardet (3.0.4-r4) 09:53:06 (15/33) Installing py3-idna (2.9-r0) 09:53:06 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:53:06 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:53:06 ---> 92a726dbed48 09:53:06 Step 19/23 : ENTRYPOINT ["/core-data"] 09:53:06 (18/33) Installing py3-requests (2.23.0-r0) 09:53:06 (19/33) Installing py3-msgpack (1.0.0-r0) 09:53:06 (20/33) Installing py3-lockfile (0.12.2-r3) 09:53:06 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:53:06 (22/33) Installing py3-colorama (0.4.3-r0) 09:53:06 (23/33) Installing py3-distlib (0.3.0-r0) 09:53:06 (24/33) Installing py3-distro (1.5.0-r1) 09:53:06 (25/33) Installing py3-webencodings (0.5.1-r3) 09:53:07 (26/33) Installing py3-html5lib (1.0.1-r4) 09:53:07 (27/33) Installing py3-pytoml (0.1.21-r0) 09:53:07 (28/33) Installing py3-pep517 (0.8.2-r0) 09:53:07 (29/33) Installing py3-progress (1.5-r0) 09:53:07 ---> Running in c721ddc68e3b 09:53:07 (30/33) Installing py3-toml (0.10.1-r0) 09:53:07 (31/33) Installing py3-retrying (1.3.3-r0) 09:53:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:53:07 (33/33) Installing py3-pip (20.1.1-r0) 09:53:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:53:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:53:07 ---> 33d811d894c6 09:53:07 Step 3/23 : WORKDIR /edgex-go 09:53:07 ---> Using cache 09:53:07 ---> 2b93685e0979 09:53:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:53:07 ---> Using cache 09:53:07 ---> cf841bdaff41 09:53:07 Step 5/23 : RUN apk add --update --no-cache make git 09:53:07 ---> Using cache 09:53:07 ---> 624d2341eb0a 09:53:07 Step 6/23 : COPY go.mod . 09:53:07 ---> Using cache 09:53:07 ---> 91399b26f5ec 09:53:07 Step 7/23 : RUN go mod download 09:53:07 ---> Using cache 09:53:07 ---> 0122c53e5853 09:53:07 Step 8/23 : COPY . . 09:53:07 Executing busybox-1.31.1-r19.trigger 09:53:07 OK: 71 MiB in 55 packages 09:53:07 ---> Using cache 09:53:07 ---> 8d21bf1d8625 09:53:07 Step 9/23 : RUN make cmd/core-command/core-command 09:53:08 Building version 09:53:08 ---> Running in 2e13a0d4da0a 09:53:08 Removing intermediate container c721ddc68e3b 09:53:08 ---> fe4109255a21 09:53:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:53:09 ---> Running in 7fe98927871c 09:53:10 Staging config-common 09:53:10 Removing intermediate container 7fe98927871c 09:53:10 ---> 5ba18637322b 09:53:10 Step 21/23 : LABEL arch=arm64 09:53:10 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:53:10 ---> Running in 031c946e7c5a 09:53:11 Skipping stage go-build-helper (already ran) 09:53:11 Skipping stage static-packages (already ran) 09:53:11 Skipping stage go115 (already ran) 09:53:11 Staging edgex-go 09:53:11 Removing intermediate container 347153c09442 09:53:11 ---> a79157e4d104 09:53:11 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 09:53:11 ---> Running in a723cf549f16 09:53:12 Staging version 09:53:12 Removing intermediate container 031c946e7c5a 09:53:12 ---> f814139fc8d3 09:53:12 Step 22/23 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:53:12 ---> Running in cbcb56072a65 09:53:12 Priming config-common 09:53:13 Removing intermediate container cbcb56072a65 09:53:13 ---> 0192441ff0be 09:53:13 Step 23/23 : LABEL version=0.0.0 09:53:13 Priming go-build-helper 09:53:14 ---> Running in 2d6b9745006a 09:53:14 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 09:53:14 statically linked 09:53:14 Priming static-packages 09:53:15 Removing intermediate container 2d6b9745006a 09:53:15 ---> 610b732c3c5e 09:53:15 09:53:17 Successfully built 610b732c3c5e 09:53:17 Priming go115 09:53:17 Successfully tagged docker-core-data-go-arm64:latest 09:53:17  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 09:53:17 Removing intermediate container a723cf549f16 09:53:17 ---> 9a9160debb52 09:53:17 09:53:17 Step 12/34 : FROM alpine:3.12 09:53:17 ---> afeebe901d6b 09:53:17 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:53:17 ---> Running in c098b16b1fda 09:53:18 Priming edgex-go 09:53:18 Removing intermediate container c098b16b1fda 09:53:18 ---> c3166c0b1f65 09:53:18 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 09:53:19 ---> Running in 6ca9e56e7893 09:53:19 Priming version 09:53:20 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 09:53:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:53:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 09:53:22 (1/3) Installing dumb-init (1.2.2-r1) 09:53:22 (2/3) Installing openssl (1.1.1i-r0) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 09:53:23 (3/3) Installing su-exec (0.2-r1) 09:53:23 Executing busybox-1.31.1-r19.trigger 09:53:23 OK: 6 MiB in 17 packages [Pipeline] } 09:53:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:53:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:53:23 ---> 33d811d894c6 09:53:23 Step 3/24 : WORKDIR /edgex-go 09:53:23 ---> Using cache 09:53:23 ---> 2b93685e0979 09:53:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:53:23 ---> Using cache 09:53:23 ---> cf841bdaff41 09:53:23 Step 5/24 : RUN apk add --update --no-cache make git 09:53:23 ---> Using cache 09:53:23 ---> 624d2341eb0a 09:53:23 Step 6/24 : COPY go.mod . 09:53:23 ---> Using cache 09:53:23 ---> 91399b26f5ec 09:53:23 Step 7/24 : RUN go mod download 09:53:23 ---> Using cache 09:53:23 ---> 0122c53e5853 09:53:23 Step 8/24 : COPY . . 09:53:23 ---> Using cache 09:53:23 ---> 8d21bf1d8625 09:53:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:53:23 Removing intermediate container f4896281713f 09:53:23 ---> 60bade977638 09:53:23 Step 20/26 : RUN pip install docker-compose==1.23.2 09:53:24 ---> Running in e6ca05544c00 09:53:24 ---> Running in d9c315f8bf68 09:53:25 Removing intermediate container 6ca9e56e7893 09:53:25 ---> 368cd3527c4e 09:53:25 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 09:53:26 ---> Running in 0ea147b2fbc1 09:53:26 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:53:27 Removing intermediate container 0ea147b2fbc1 09:53:27 ---> d9460077dc29 09:53:27 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:53:27 ---> Running in cf57896ed5cf 09:53:28 Removing intermediate container cf57896ed5cf 09:53:28 ---> cbf75a8a1c6b 09:53:28 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:53:28 ---> Running in f69bffbed065 09:53:33 Removing intermediate container f69bffbed065 09:53:33 ---> 0f8f038d6ccf 09:53:33 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 09:53:33 ---> Running in 7406cb82c874 09:53:33 Removing intermediate container 7406cb82c874 09:53:33 ---> 0285e7f62afd 09:53:33 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 09:53:34 Collecting docker-compose==1.23.2 09:53:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:53:35 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:53:35 Collecting jsonschema<3,>=2.5.1 09:53:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:53:36 ---> ad20b7951cc9 09:53:36 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:53:36 Collecting docopt<0.7,>=0.6.1 09:53:36 Downloading docopt-0.6.2.tar.gz (25 kB) 09:53:37 ---> 1e1d1a85afcd 09:53:37 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:53:38 ---> Running in b8077a91507e 09:53:41 Collecting PyYAML<4,>=3.10 09:53:41 Downloading PyYAML-3.13.tar.gz (270 kB) 09:53:42 Removing intermediate container b8077a91507e 09:53:42 ---> 51edde8e2d52 09:53:42 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 09:53:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:53:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:53:43 ---> 33d811d894c6 09:53:43 Step 3/21 : WORKDIR /edgex-go 09:53:43 ---> Using cache 09:53:43 ---> 2b93685e0979 09:53:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:53:43 ---> Using cache 09:53:43 ---> cf841bdaff41 09:53:43 Step 5/21 : RUN apk add --update --no-cache make git 09:53:43 ---> Using cache 09:53:43 ---> 624d2341eb0a 09:53:43 Step 6/21 : COPY go.mod . 09:53:43 ---> Using cache 09:53:43 ---> 91399b26f5ec 09:53:43 Step 7/21 : RUN go mod download 09:53:43 ---> Using cache 09:53:43 ---> 0122c53e5853 09:53:43 Step 8/21 : COPY . . 09:53:43 ---> Using cache 09:53:43 ---> 8d21bf1d8625 09:53:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:53:44 ---> 4b4492bd5619 09:53:44 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:53:44 ---> Running in 829483d0b5cf 09:53:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:53:46 ---> 7709c48f3b7f 09:53:46 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:53:46 Collecting docker<4.0,>=3.6.0 09:53:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:53:47 ---> 39b2d3560f12 09:53:47 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 09:53:47 Collecting dockerpty<0.5,>=0.4.1 09:53:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:53:49 ---> a2457312e46d 09:53:49 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:53:50 ---> 05fb3d2b6fea 09:53:50 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 09:53:50 Collecting texttable<0.10,>=0.9.0 09:53:50 Downloading texttable-0.9.1.tar.gz (11 kB) 09:53:51 ---> Running in a4dea1626127 09:53:51 Removing intermediate container a4dea1626127 09:53:51 ---> 6c216b3ec5e3 09:53:51 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:53:53 ---> dad6cce97712 09:53:53 Step 29/34 : RUN chmod +x /entrypoint.sh 09:53:53 ---> Running in a1abd8186700 09:53:53 Collecting cached-property<2,>=1.2.0 09:53:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:53:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:53:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:53:56 Removing intermediate container a1abd8186700 09:53:56 ---> 1cae2db0a3c6 09:53:56 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 09:53:56 Collecting websocket-client<1.0,>=0.32.0 09:53:56 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:53:57 ---> Running in 7ecf3e5bb1bb 09:53:57 Collecting docker-pycreds>=0.4.0 09:53:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:53:57 Removing intermediate container 7ecf3e5bb1bb 09:53:57 ---> b7592056c352 09:53:57 Step 31/34 : CMD ["gate"] 09:53:58 ---> Running in 15b4250c58ba 09:53:58 Collecting urllib3<1.25,>=1.21.1 09:53:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:53:59 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:53:59 Removing intermediate container 15b4250c58ba 09:53:59 ---> bf4bfde61a1f 09:53:59 Step 32/34 : LABEL arch=arm64 09:53:59 Collecting idna<2.8,>=2.5 09:53:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:53:59 ---> Running in 048fab0ca2fd 09:53:59 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:53:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:53:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:53:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:53:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:54:00 Removing intermediate container 048fab0ca2fd 09:54:00 ---> 5fe61a62ed66 09:54:00 Step 33/34 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:54:00 ---> Running in 64b835d54fce 09:54:01 Installing collected packages: jsonschema, docopt, PyYAML, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, texttable, cached-property, docker-compose 09:54:01 Running setup.py install for docopt: started 09:54:01 Removing intermediate container 64b835d54fce 09:54:01 ---> 82f4d40456d1 09:54:01 Step 34/34 : LABEL version=0.0.0 09:54:01 ---> Running in a9edf3bf3194 09:54:02 Removing intermediate container a9edf3bf3194 09:54:02 ---> d0aa304f4845 09:54:02 09:54:03 Successfully built d0aa304f4845 09:54:03 Successfully tagged docker-security-bootstrapper-go-arm64:latest 09:54:03  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 09:54:04 Running setup.py install for docopt: finished with status 'done' 09:54:04 Running setup.py install for PyYAML: started 09:54:07 Running setup.py install for PyYAML: finished with status 'done' 09:54:07 Attempting uninstall: urllib3 09:54:07 Found existing installation: urllib3 1.25.9 09:54:07 Uninstalling urllib3-1.25.9: 09:54:07 Successfully uninstalled urllib3-1.25.9 09:54:08 Attempting uninstall: idna 09:54:08 Found existing installation: idna 2.9 09:54:08 Uninstalling idna-2.9: 09:54:08 Successfully uninstalled idna-2.9 09:54:09 Attempting uninstall: requests 09:54:09 Found existing installation: requests 2.23.0 09:54:09 Uninstalling requests-2.23.0: 09:54:09 Successfully uninstalled requests-2.23.0 09:54:11 Running setup.py install for dockerpty: started 09:54:15 Running setup.py install for dockerpty: finished with status 'done' 09:54:15 Running setup.py install for texttable: started 09:54:18 Running setup.py install for texttable: finished with status 'done' 09:54:20 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:54:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:54:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:54:26 ---> 33d811d894c6 09:54:26 Step 3/23 : WORKDIR /edgex-go 09:54:26 ---> Using cache 09:54:26 ---> 2b93685e0979 09:54:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:54:26 ---> Using cache 09:54:26 ---> cf841bdaff41 09:54:26 Step 5/23 : RUN apk add --update --no-cache make git 09:54:26 ---> Using cache 09:54:26 ---> 624d2341eb0a 09:54:26 Step 6/23 : COPY go.mod . 09:54:26 ---> Using cache 09:54:26 ---> 91399b26f5ec 09:54:26 Step 7/23 : RUN go mod download 09:54:26 ---> Using cache 09:54:26 ---> 0122c53e5853 09:54:26 Step 8/23 : COPY . . 09:54:26 ---> Using cache 09:54:26 ---> 8d21bf1d8625 09:54:26 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:54:27 ---> Running in 885cc2aee8ac 09:54:30 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:54:30 Removing intermediate container d9c315f8bf68 09:54:30 ---> dd4555f450b4 09:54:30 Step 21/26 : RUN apk --no-cache add curl 09:54:30 ---> Running in 1a8934632c5a 09:54:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:54:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:54:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:54:34 (2/3) Installing libcurl (7.69.1-r3) 09:54:34 (3/3) Installing curl (7.69.1-r3) 09:54:34 Executing busybox-1.31.1-r19.trigger 09:54:34 OK: 71 MiB in 58 packages 09:54:36 Removing intermediate container 1a8934632c5a 09:54:36 ---> 262bc69428da 09:54:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:54:36 ---> Running in 77745c8bd307 09:54:36 Removing intermediate container 77745c8bd307 09:54:36 ---> b2cb08412e4e 09:54:36 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:54:36 ---> Running in ee2908e33cd4 09:54:37 Removing intermediate container ee2908e33cd4 09:54:37 ---> d8d5ae0c4bad 09:54:37 Step 24/26 : LABEL arch=arm64 09:54:37 ---> Running in c0222af4de67 09:54:38 Removing intermediate container c0222af4de67 09:54:38 ---> c488b56d9460 09:54:38 Step 25/26 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:54:38 ---> Running in 5de478da71cb 09:54:39 Removing intermediate container 5de478da71cb 09:54:39 ---> 9cd1391090b6 09:54:39 Step 26/26 : LABEL version=0.0.0 09:54:39 ---> Running in 05742c17e101 09:54:40 Removing intermediate container 05742c17e101 09:54:40 ---> d02dc6ee9b0e 09:54:40 09:54:40 Successfully built d02dc6ee9b0e 09:54:40 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:54:44  Building docker-sys-mgmt-agent-go ... done 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:54:50 Removing intermediate container 2e13a0d4da0a 09:54:50 ---> c087a477fa0f 09:54:50 09:54:50 Step 10/23 : FROM alpine:3.12 09:54:50 ---> afeebe901d6b 09:54:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:54:50 ---> Using cache 09:54:50 ---> bfe07f62f27c 09:54:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:54:50 ---> Using cache 09:54:50 ---> 4fc2eb889f7f 09:54:50 Step 13/23 : ENV APP_PORT=48082 09:54:50 ---> Running in a5507c7d5a7c 09:54:50 Removing intermediate container a5507c7d5a7c 09:54:50 ---> 2da41ee3fe68 09:54:50 Step 14/23 : EXPOSE $APP_PORT 09:54:50 ---> Running in be8fbe848382 09:54:51 Removing intermediate container be8fbe848382 09:54:51 ---> 577dd60216c6 09:54:51 Step 15/23 : WORKDIR / 09:54:51 ---> Running in 6d82c43c8978 09:54:52 Removing intermediate container 6d82c43c8978 09:54:52 ---> d171d28f06c0 09:54:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:54:53 ---> 5b8e14f3c502 09:54:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:54:56 ---> 1c6ffeccd2d7 09:54:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:54:57 ---> 46597363da16 09:54:57 Step 19/23 : ENTRYPOINT ["/core-command"] 09:54:57 ---> Running in 970ba2657451 09:54:58 Removing intermediate container e6ca05544c00 09:54:58 ---> 00ca356a27c2 09:54:58 09:54:58 Step 10/24 : FROM alpine:3.12 09:54:58 ---> afeebe901d6b 09:54:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:54:58 Removing intermediate container 970ba2657451 09:54:58 ---> 08d025244164 09:54:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:54:58 ---> Running in ccbfbdf716e5 09:54:59 ---> Running in c5fac89354a3 09:54:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:55:00 Removing intermediate container c5fac89354a3 09:55:00 ---> 05b7103a85c3 09:55:00 Step 21/23 : LABEL arch=arm64 09:55:00 ---> Running in a3d253869a94 09:55:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:55:00 Removing intermediate container a3d253869a94 09:55:00 ---> e296c2466560 09:55:00 Step 22/23 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:55:01 ---> Running in 1e37c62172ac 09:55:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:55:01 Removing intermediate container 1e37c62172ac 09:55:01 ---> c4085e3e95c5 09:55:01 Step 23/23 : LABEL version=0.0.0 09:55:02 ---> Running in b4fb1cece81a 09:55:02 (1/5) Installing ca-certificates (20191127-r4) 09:55:02 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:55:02 (3/5) Installing libcurl (7.69.1-r3) 09:55:02 (4/5) Installing curl (7.69.1-r3) 09:55:02 (5/5) Installing dumb-init (1.2.2-r1) 09:55:02 Executing busybox-1.31.1-r19.trigger 09:55:02 Executing ca-certificates-20191127-r4.trigger 09:55:02 OK: 7 MiB in 19 packages 09:55:02 Removing intermediate container b4fb1cece81a 09:55:02 ---> aac06eed4b6e 09:55:02 09:55:03 Successfully built aac06eed4b6e 09:55:03 Successfully tagged docker-core-command-go-arm64:latest 09:55:05  Building docker-core-command-go ... done Removing intermediate container ccbfbdf716e5 09:55:05 ---> 78c632c4d325 09:55:05 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:55:05 ---> Running in f7cf4c798977 09:55:05 Removing intermediate container f7cf4c798977 09:55:05 ---> c8249d2e1df4 09:55:05 Step 13/24 : WORKDIR / 09:55:05 ---> Running in 1cf5874d6617 09:55:06 Removing intermediate container 1cf5874d6617 09:55:06 ---> 141ad85dca9c 09:55:06 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:55:07 ---> e0d592a9928d 09:55:07 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:55:08 ---> 62c0c90611e7 09:55:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:55:09 ---> 40ad2f99ba0e 09:55:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:55:12 Removing intermediate container 829483d0b5cf 09:55:12 ---> f3337629ca17 09:55:12 09:55:12 Step 10/21 : FROM alpine:3.12 09:55:12 ---> afeebe901d6b 09:55:12 Step 11/21 : RUN apk add --update --no-cache curl 09:55:12 ---> 933688097b7a 09:55:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:55:12 ---> Running in 1c7ed1296607 09:55:14 ---> 0d901bc53e8d 09:55:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:55:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:55:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:55:15 (1/4) Installing ca-certificates (20191127-r4) 09:55:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:55:15 (3/4) Installing libcurl (7.69.1-r3) 09:55:15 (4/4) Installing curl (7.69.1-r3) 09:55:15 Executing busybox-1.31.1-r19.trigger 09:55:15 Executing ca-certificates-20191127-r4.trigger 09:55:15 ---> bccf20447155 09:55:15 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:55:15 OK: 7 MiB in 18 packages 09:55:15 ---> Running in 27cc155af58f 09:55:18 Removing intermediate container 1c7ed1296607 09:55:18 ---> 561a248ba3c3 09:55:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:55:18 ---> Running in ecc6fecfd402 09:55:18 Removing intermediate container 27cc155af58f 09:55:18 ---> 9034a7be9e45 09:55:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:55:19 ---> Running in eeca31ae04a5 09:55:19 Removing intermediate container ecc6fecfd402 09:55:19 ---> 633ed54e021e 09:55:19 Step 13/21 : WORKDIR /edgex 09:55:19 ---> Running in 3be6df9c254a 09:55:20 Removing intermediate container eeca31ae04a5 09:55:20 ---> 645ce99f26e8 09:55:20 Step 22/24 : LABEL arch=arm64 09:55:20 ---> Running in ed30283e1e20 09:55:20 Removing intermediate container 3be6df9c254a 09:55:20 ---> dbb914aa515f 09:55:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:55:20 Removing intermediate container ed30283e1e20 09:55:20 ---> 3f9b836a4a75 09:55:20 Step 23/24 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:55:20 ---> Running in 016c17d59233 09:55:21 ---> 369695a04857 09:55:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:55:21 Removing intermediate container 016c17d59233 09:55:21 ---> 35e929f8cf92 09:55:21 Step 24/24 : LABEL version=0.0.0 09:55:21 ---> Running in 89bb9af67507 09:55:22 Removing intermediate container 89bb9af67507 09:55:22 ---> 716de37d13d2 09:55:22 09:55:23 ---> 940e0b2c4ca3 09:55:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:55:23 Successfully built 716de37d13d2 09:55:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:55:24  Building docker-security-secretstore-setup-go ... done  ---> 8f3d9e8f7925 09:55:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:55:25 ---> Running in e2f0f41d4a07 09:55:25 Removing intermediate container e2f0f41d4a07 09:55:25 ---> 39f4416284b6 09:55:25 Step 18/21 : CMD ["--init=true"] 09:55:25 ---> Running in cb613f54af71 09:55:26 Removing intermediate container cb613f54af71 09:55:26 ---> 65323505133d 09:55:26 Step 19/21 : LABEL arch=arm64 09:55:26 ---> Running in b1124e688578 09:55:27 Removing intermediate container b1124e688578 09:55:27 ---> 56c729f58615 09:55:27 Step 20/21 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:55:27 ---> Running in 2acbf7dd270e 09:55:27 Removing intermediate container 2acbf7dd270e 09:55:27 ---> c3670d950cd3 09:55:27 Step 21/21 : LABEL version=0.0.0 09:55:27 ---> Running in 9229edd7e99d 09:55:28 Removing intermediate container 9229edd7e99d 09:55:28 ---> c9452bc56911 09:55:28 09:55:28 Successfully built c9452bc56911 09:55:28 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:55:32  Building docker-security-proxy-setup-go ... done Removing intermediate container 885cc2aee8ac 09:55:32 ---> 4b086e28cd2b 09:55:32 09:55:32 Step 10/23 : FROM alpine:3.12 09:55:32 ---> afeebe901d6b 09:55:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:55:32 ---> Using cache 09:55:32 ---> bfe07f62f27c 09:55:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:55:32 ---> Using cache 09:55:32 ---> 4fc2eb889f7f 09:55:32 Step 13/23 : ENV APP_PORT=48081 09:55:33 ---> Running in 592a24ae0d2e 09:55:33 Removing intermediate container 592a24ae0d2e 09:55:33 ---> 8071f514f5d9 09:55:33 Step 14/23 : EXPOSE $APP_PORT 09:55:33 ---> Running in 0de7dde175e6 09:55:33 Removing intermediate container 0de7dde175e6 09:55:33 ---> 50c844483b78 09:55:33 Step 15/23 : WORKDIR / 09:55:34 ---> Running in 83052d600701 09:55:34 Removing intermediate container 83052d600701 09:55:34 ---> c3fa277168a8 09:55:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:55:35 ---> 957b010ca645 09:55:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:55:36 ---> ad40d9dced3b 09:55:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:55:37 ---> 4403b84bef48 09:55:37 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:55:37 ---> Running in 289129c8927c 09:55:37 Removing intermediate container 289129c8927c 09:55:37 ---> 2e316fd1cbd8 09:55:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:55:37 ---> Running in e18201e0d054 09:55:38 Removing intermediate container e18201e0d054 09:55:38 ---> 14e72e54a767 09:55:38 Step 21/23 : LABEL arch=arm64 09:55:38 ---> Running in bccdf3469196 09:55:39 Removing intermediate container bccdf3469196 09:55:39 ---> d115bd671326 09:55:39 Step 22/23 : LABEL git_sha=1bac17d6dcf996777ea52846b7e7406e81d168da 09:55:39 ---> Running in cf201c76d90b 09:55:39 Removing intermediate container cf201c76d90b 09:55:39 ---> 6f922a1ba56e 09:55:39 Step 23/23 : LABEL version=0.0.0 09:55:39 ---> Running in ad99b22d6f60 09:55:40 Removing intermediate container ad99b22d6f60 09:55:40 ---> a7ea66771645 09:55:40 09:55:40 Successfully built a7ea66771645 09:55:40 Successfully tagged docker-core-metadata-go-arm64:latest 09:55:40  Building docker-core-metadata-go ... done  [Pipeline] } 09:55:40 $ docker stop --time=1 9f55fab7800c4f2c84ddec9c1cf86b62ebcf3f90df098f1b74345a08c1d11370 09:55:42 $ docker rm -f 9f55fab7800c4f2c84ddec9c1cf86b62ebcf3f90df098f1b74345a08c1d11370 [Pipeline] // withDockerContainer [Pipeline] sh 09:55:43 + grep docker 09:55:43 + docker images 09:55:44 docker-core-metadata-go-arm64 latest a7ea66771645 4 seconds ago 17.7MB 09:55:44 docker-security-proxy-setup-go-arm64 latest c9452bc56911 16 seconds ago 23.2MB 09:55:44 docker-security-secretstore-setup-go-arm64 latest 716de37d13d2 21 seconds ago 23.4MB 09:55:44 docker-core-command-go-arm64 latest aac06eed4b6e 41 seconds ago 16MB 09:55:44 docker-sys-mgmt-agent-go-arm64 latest d02dc6ee9b0e About a minute ago 300MB 09:55:44 docker-security-bootstrapper-go-arm64 latest d0aa304f4845 About a minute ago 31.9MB 09:55:44 docker-core-data-go-arm64 latest 610b732c3c5e 2 minutes ago 21MB 09:55:44 docker-support-scheduler-go-arm64 latest a5cf089e38f0 2 minutes ago 16.1MB 09:55:44 docker-support-notifications-go-arm64 latest b941951eb533 3 minutes ago 16MB 09:55:44 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:55:46 provisioning config files... 09:55:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config6485872415162333910tmp [Pipeline] { [Pipeline] sh 09:55:46 + set +x 09:55:46 + curl -s https://codecov.io/bash 09:55:46 + bash -s -- 09:55:47 09:55:47 _____ _ 09:55:47 / ____| | | 09:55:47 | | ___ __| | ___ ___ _____ __ 09:55:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:55:47 | |___| (_) | (_| | __/ (_| (_) \ V / 09:55:47 \_____\___/ \__,_|\___|\___\___/ \_/ 09:55:47 Bash-20210128-d4071a2 09:55:47 09:55:47 09:55:47 ==> git version 2.24.3 found 09:55:47 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 09:55:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:55:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:55:47 ==> Jenkins CI detected. 09:55:47 project root: . 09:55:47 --> token set from env 09:55:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:55:47 ==> Running gcov in . (disable via -X gcov) 09:55:47 ==> Python coveragepy not found 09:55:47 ==> Searching for coverage reports in: 09:55:47 + . 09:55:47 -> Found 1 reports 09:55:47 ==> Detecting git/mercurial file structure 09:55:47 ==> Reading reports 09:55:47 + ./coverage.out bytes=568476 09:55:47 ==> Appending adjustments 09:55:47 https://docs.codecov.io/docs/fixing-reports 09:55:50 + Found adjustments 09:55:50 ==> Gzipping contents 09:55:50 88K /tmp/codecov.SyfFcW.gz 09:55:50 ==> Uploading reports 09:55:50 url: https://codecov.io 09:55:50 query: branch=PR-3022&commit=1bac17d6dcf996777ea52846b7e7406e81d168da&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3022%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3022&job=&cmd_args= 09:55:50 -> Pinging Codecov 09:55:50 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3022&commit=1bac17d6dcf996777ea52846b7e7406e81d168da&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3022%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3022&job=&cmd_args= 09:55:51 -> Uploading to 09:55:51 https://storage.googleapis.com/codecov/v4/raw/2021-01-29/00271124DB129430A58F1EEE437C3FCB/1bac17d6dcf996777ea52846b7e7406e81d168da/0dc50566-83db-4b79-9da4-7e330cabf10f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T095551Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=80df8d3472262619623b018a39156c44c0664c29844447762def857dc49ed3fa 09:55:51 % Total % Received % Xferd Average Speed Time Time Time Current 09:55:51 Dload Upload Total Spent Left Speed 09:55:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 86155 0 0 100 86155 0 165k --:--:-- --:--:-- --:--:-- 164k 100 86155 0 0 100 86155 0 165k --:--:-- --:--:-- --:--:-- 164k 09:55:51 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1bac17d6dcf996777ea52846b7e7406e81d168da [Pipeline] } 09:55:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:55:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:55:55 ---> package-listing.sh 09:55:55 ++ facter osfamily 09:55:55 ++ tr '[:upper:]' '[:lower:]' 09:55:55 + OS_FAMILY=redhat 09:55:55 + workspace=/w/workspace/edgex-go/6 09:55:55 + START_PACKAGES=/tmp/packages_start.txt 09:55:55 + END_PACKAGES=/tmp/packages_end.txt 09:55:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:55:55 + PACKAGES=/tmp/packages_start.txt 09:55:55 + '[' /w/workspace/edgex-go/6 ']' 09:55:55 + PACKAGES=/tmp/packages_end.txt 09:55:55 + case "${OS_FAMILY}" in 09:55:55 + rpm -qa 09:55:55 + sort 09:56:00 + '[' -f /tmp/packages_start.txt ']' 09:56:00 + '[' -f /tmp/packages_end.txt ']' 09:56:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:56:00 + '[' /w/workspace/edgex-go/6 ']' 09:56:00 + mkdir -p /w/workspace/edgex-go/6/archives/ 09:56:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 09:56:00 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:56:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:56:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:56:01 09:56:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:56:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:56:01 alpine: Pulling from edgex-lftools-log-publisher 09:56:01 df20fa9351a1: Pulling fs layer 09:56:01 36b3adc4ff6f: Pulling fs layer 09:56:01 8ad3a11d3b57: Pulling fs layer 09:56:01 46f8f816bc3b: Pulling fs layer 09:56:01 93b61091891f: Pulling fs layer 09:56:01 46f8f816bc3b: Waiting 09:56:01 93b9cdb0e59b: Pulling fs layer 09:56:01 5e14af77c1be: Pulling fs layer 09:56:01 01666e4c0597: Pulling fs layer 09:56:01 aa168da1d23b: Pulling fs layer 09:56:01 93b61091891f: Waiting 09:56:01 5e14af77c1be: Waiting 09:56:01 01666e4c0597: Waiting 09:56:01 93b9cdb0e59b: Waiting 09:56:01 aa168da1d23b: Waiting 09:56:01 36b3adc4ff6f: Verifying Checksum 09:56:01 36b3adc4ff6f: Download complete 09:56:01 df20fa9351a1: Download complete 09:56:01 46f8f816bc3b: Verifying Checksum 09:56:01 46f8f816bc3b: Download complete 09:56:01 93b9cdb0e59b: Verifying Checksum 09:56:01 93b9cdb0e59b: Download complete 09:56:01 93b61091891f: Verifying Checksum 09:56:01 93b61091891f: Download complete 09:56:01 5e14af77c1be: Verifying Checksum 09:56:01 5e14af77c1be: Download complete 09:56:01 01666e4c0597: Verifying Checksum 09:56:01 01666e4c0597: Download complete 09:56:02 8ad3a11d3b57: Verifying Checksum 09:56:02 8ad3a11d3b57: Download complete 09:56:02 df20fa9351a1: Pull complete 09:56:02 36b3adc4ff6f: Pull complete 09:56:04 aa168da1d23b: Verifying Checksum 09:56:04 aa168da1d23b: Download complete 09:56:05 8ad3a11d3b57: Pull complete 09:56:06 46f8f816bc3b: Pull complete 09:56:06 93b61091891f: Pull complete 09:56:07 93b9cdb0e59b: Pull complete 09:56:07 5e14af77c1be: Pull complete 09:56:07 01666e4c0597: Pull complete 09:56:19 aa168da1d23b: Pull complete 09:56:19 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:56:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:56:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:56:20 prd-centos7-docker-4c-2g-23950 does not seem to be running inside a container 09:56:20 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:56:22 $ docker top 7db778f53692a3d26ea0fa62e3490a202337c5ebdfac1ea863289cd3065b0a35 -eo pid,comm [Pipeline] { [Pipeline] sh 09:56:23 + touch /tmp/pre-build-complete [Pipeline] sh 09:56:23 + mkdir -p /var/log/sa [Pipeline] sh 09:56:24 + ls /var/log/sa-host 09:56:24 + sadf -c /var/log/sa-host/sa23 09:56:24 file_magic: OK 09:56:24 HZ: Using current value: 100 09:56:24 file_header: OK 09:56:24 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:56:24 Statistics: 09:56:24 Hnuu...uuuununununu... 09:56:24 File successfully converted to sysstat format version 12.2.1 09:56:24 + sadf -c /var/log/sa-host/sa29 09:56:24 file_magic: OK 09:56:24 HZ: Using current value: 100 09:56:24 file_header: OK 09:56:24 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:56:24 Statistics: 09:56:24 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... 09:56:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:56:24 provisioning config files... 09:56:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config5601294648065355203tmp [Pipeline] { [Pipeline] echo 09:56:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:56:25 ---> create-netrc.sh [Pipeline] } 09:56:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:56:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:56:25 ---> python-tools-install.sh [Pipeline] echo 09:56:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:56:25 ---> sudo-logs.sh 09:56:25 Archiving 'sudo' log.. [Pipeline] echo 09:56:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:56:26 ---> job-cost.sh 09:56:26 lf-activate-venv: SKIPPING 09:56:26 INFO: No Stack... 09:56:27 INFO: Retrieving Pricing Info for: v1-standard-2 09:56:27 INFO: Archiving Costs [Pipeline] echo 09:56:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:56:27 ---> logs-deploy.sh 09:56:27 lf-activate-venv: SKIPPING 09:56:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3022/6 09:56:27 INFO: archiving workspace using pattern(s): 09:56:29 Archives upload complete. 09:56:29 INFO: archiving logs to Nexus 09:56:30 ---> uname -a: 09:56:30 Linux prd-centos7-docker-4c-2g-23950.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:56:30 09:56:30 09:56:30 ---> lscpu: 09:56:30 Architecture: x86_64 09:56:30 CPU op-mode(s): 32-bit, 64-bit 09:56:30 Byte Order: Little Endian 09:56:30 Address sizes: 40 bits physical, 48 bits virtual 09:56:30 CPU(s): 4 09:56:30 On-line CPU(s) list: 0-3 09:56:30 Thread(s) per core: 1 09:56:30 Core(s) per socket: 1 09:56:30 Socket(s): 4 09:56:30 NUMA node(s): 1 09:56:30 Vendor ID: GenuineIntel 09:56:30 CPU family: 6 09:56:30 Model: 44 09:56:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:56:30 Stepping: 1 09:56:30 CPU MHz: 2933.438 09:56:30 BogoMIPS: 5866.87 09:56:30 Virtualization: VT-x 09:56:30 Hypervisor vendor: KVM 09:56:30 Virtualization type: full 09:56:30 L1d cache: 128 KiB 09:56:30 L1i cache: 128 KiB 09:56:30 L2 cache: 16 MiB 09:56:30 L3 cache: 64 MiB 09:56:30 NUMA node0 CPU(s): 0-3 09:56:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:56:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:56:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:56:30 Vulnerability Meltdown: Mitigation; PTI 09:56:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:56:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:56:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:56:30 Vulnerability Srbds: Not affected 09:56:30 Vulnerability Tsx async abort: Not affected 09:56:30 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:56:30 09:56:30 09:56:30 ---> nproc: 09:56:30 4 09:56:30 09:56:30 09:56:30 ---> df -h: 09:56:30 Filesystem Size Used Available Use% Mounted on 09:56:30 overlay 50.0G 12.7G 37.3G 25% / 09:56:30 tmpfs 64.0M 0 64.0M 0% /dev 09:56:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:56:30 shm 64.0M 0 64.0M 0% /dev/shm 09:56:30 /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os 09:56:30 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf 09:56:30 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname 09:56:30 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts 09:56:30 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure 09:56:30 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log 09:56:30 /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json 09:56:30 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host 09:56:30 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/6 09:56:30 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/6@tmp 09:56:30 09:56:30 09:56:30 ---> free -m: 09:56:30 total used free shared buff/cache available 09:56:30 Mem: 1837 727 241 0 868 1027 09:56:30 Swap: 1023 60 963 09:56:30 09:56:30 09:56:30 ---> ip addr: 09:56:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:56:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:56:30 inet 127.0.0.1/8 scope host lo 09:56:30 valid_lft forever preferred_lft forever 09:56:30 inet6 ::1/128 scope host 09:56:30 valid_lft forever preferred_lft forever 09:56:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:56:30 link/ether fa:16:3e:3f:40:08 brd ff:ff:ff:ff:ff:ff 09:56:30 inet 10.30.123.170/23 brd 10.30.123.255 scope global dynamic eth0 09:56:30 valid_lft 85243sec preferred_lft 85243sec 09:56:30 inet6 fe80::f816:3eff:fe3f:4008/64 scope link 09:56:30 valid_lft forever preferred_lft forever 09:56:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:56:30 link/ether 02:42:39:91:96:63 brd ff:ff:ff:ff:ff:ff 09:56:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:56:30 valid_lft forever preferred_lft forever 09:56:30 inet6 fe80::42:39ff:fe91:9663/64 scope link 09:56:30 valid_lft forever preferred_lft forever 09:56:30 09:56:30 09:56:30 ---> sar -b -r -n DEV: 09:56:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 09:56:30 09:56:30 09:37:02 LINUX RESTART (4 CPU) 09:56:30 09:56:30 09:38:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:56:30 09:39:01 161.46 72.19 89.27 0.00 9546.51 38184.96 0.00 09:56:30 09:40:01 285.53 124.08 161.45 0.00 4754.10 27789.89 0.00 09:56:30 09:41:01 154.92 58.82 96.11 0.00 2488.49 9954.26 0.00 09:56:30 09:42:01 141.86 41.03 100.83 0.00 2831.16 24110.30 0.00 09:56:30 09:43:02 2259.40 1899.37 360.03 0.00 164937.46 224507.14 0.00 09:56:30 09:44:01 1679.48 1430.37 249.10 0.00 81277.30 93906.88 0.00 09:56:30 09:45:01 1438.66 1072.22 366.44 0.00 86343.23 137680.73 0.00 09:56:30 09:46:02 2152.86 1830.20 322.66 0.00 130037.44 135364.54 0.00 09:56:30 09:47:01 287.22 42.24 244.98 0.00 3334.30 30099.39 0.00 09:56:30 09:48:01 53.14 13.52 39.62 0.00 2922.59 8691.34 0.00 09:56:30 09:49:01 1.60 0.10 1.50 0.00 0.80 25.10 0.00 09:56:30 09:50:01 0.27 0.02 0.25 0.00 0.13 3.10 0.00 09:56:30 09:51:01 0.30 0.02 0.28 0.00 0.13 2.65 0.00 09:56:30 09:52:01 0.45 0.23 0.22 0.00 9.19 2.15 0.00 09:56:30 09:53:01 2.26 1.45 0.82 0.00 47.55 15.78 0.00 09:56:30 09:54:01 0.28 0.03 0.25 0.00 0.40 2.60 0.00 09:56:30 09:55:01 0.28 0.02 0.27 0.00 0.53 3.53 0.00 09:56:30 09:56:01 69.51 69.13 0.38 0.00 5706.51 29.21 0.00 09:56:30 Average: 483.24 370.22 113.02 0.00 27520.96 40653.50 0.00 09:56:30 09:56:30 09:38:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:56:30 09:39:01 75864 0 689832 36.66 2384 1113464 1524984 52.05 698788 876744 55632 09:56:30 09:40:01 136888 0 803552 42.71 1500 939604 1731792 59.10 637524 831528 62632 09:56:30 09:41:01 219180 0 767420 40.79 812 894132 1553600 53.02 617316 753604 88252 09:56:30 09:42:01 201716 0 735640 39.10 564 943624 1249436 42.64 581744 809284 52 09:56:30 09:43:02 61628 0 849344 45.14 8 970564 2346084 80.07 778100 810892 81048 09:56:30 09:44:01 86264 0 1035240 55.02 8 760032 3000380 102.40 788936 741380 59968 09:56:30 09:45:01 77452 0 719684 38.25 8 1084400 1572256 53.66 698648 872548 28972 09:56:30 09:46:02 110364 0 1068676 56.80 8 702496 3220304 109.90 738152 772512 9696 09:56:30 09:47:01 260352 0 704012 37.42 8 917172 1492608 50.94 477372 876480 0 09:56:30 09:48:01 203464 0 647732 34.43 8 1030340 1209940 41.29 523172 895044 16 09:56:30 09:49:01 205124 0 646068 34.34 8 1030344 1197640 40.87 522308 894956 8 09:56:30 09:50:01 206592 0 644588 34.26 8 1030356 1186284 40.49 521000 894868 8 09:56:30 09:51:01 207028 0 644144 34.23 8 1030364 1186284 40.49 521108 894872 8 09:56:30 09:52:01 206604 0 644376 34.25 8 1030556 1186732 40.50 521356 895012 8 09:56:30 09:53:01 204784 0 645448 34.30 8 1031304 1186368 40.49 521632 895776 8 09:56:30 09:54:01 205276 0 644952 34.28 8 1031308 1186320 40.49 521396 895780 8 09:56:30 09:55:01 205532 0 644696 34.26 8 1031308 1186280 40.49 521204 895792 8 09:56:30 09:56:01 73032 0 687820 36.56 8 1120684 1435824 49.00 573720 969268 8600 09:56:30 Average: 163730 0 734624 39.04 298 982892 1591840 54.33 597971 859797 21940 09:56:30 09:56:30 09:38:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:56:30 09:39:01 eth0 1115.50 1193.93 5942.90 148.81 0.00 0.00 0.00 0.00 09:56:30 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:39:01 docker0 859.00 711.34 71.15 2672.71 0.00 0.00 0.00 0.00 09:56:30 09:40:01 eth0 226.19 165.24 860.91 26.02 0.00 0.00 0.00 0.00 09:56:30 09:40:01 veth870f59f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:56:30 09:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:40:01 docker0 144.89 190.12 10.09 828.90 0.00 0.00 0.00 0.00 09:56:30 09:41:01 eth0 40.52 29.79 22.01 77.86 0.00 0.00 0.00 0.00 09:56:30 09:41:01 veth870f59f 0.43 0.43 0.04 0.05 0.00 0.00 0.00 0.00 09:56:30 09:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:41:01 docker0 0.43 0.43 0.03 0.05 0.00 0.00 0.00 0.00 09:56:30 09:42:01 veth5cf730c 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:42:01 eth0 183.89 141.29 1703.21 25.31 0.00 0.00 0.00 0.00 09:56:30 09:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:43:02 veth5cf730c 0.00 0.41 0.00 0.02 0.00 0.00 0.00 0.00 09:56:30 09:43:02 eth0 66.98 51.37 163.80 56.76 0.00 0.00 0.00 0.00 09:56:30 09:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:43:02 docker0 27.54 34.38 1.78 146.46 0.00 0.00 0.00 0.00 09:56:30 09:44:01 vethec8292b 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:44:01 veth5cf730c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:44:01 veth60d2501 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:56:30 09:44:01 veth07e09ae 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:45:01 veth5cf730c 0.00 0.36 0.00 0.01 0.00 0.00 0.00 0.00 09:56:30 09:45:01 veth8745ade 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 09:56:30 09:45:01 vetheb18dcd 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 09:56:30 09:45:01 eth0 2792.82 2442.71 13797.25 526.37 0.00 0.00 0.00 0.00 09:56:30 09:46:02 veth5cf730c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:46:02 veth159037a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 09:56:30 09:46:02 veth1892071 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:56:30 09:46:02 veth809c6b3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:56:30 09:47:01 veth5cf730c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:56:30 09:47:01 eth0 3076.61 2608.61 15047.73 636.20 0.00 0.00 0.00 0.00 09:56:30 09:47:01 veth00177e7 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:47:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:56:30 09:48:01 eth0 13.45 7.57 11.47 5.60 0.00 0.00 0.00 0.00 09:56:30 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:48:01 docker0 1124.64 1139.39 88.55 5079.72 0.00 0.00 0.00 0.00 09:56:30 09:49:01 eth0 0.72 0.45 0.69 0.23 0.00 0.00 0.00 0.00 09:56:30 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:50:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:56:30 09:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:51:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:56:30 09:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:52:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:56:30 09:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:53:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 09:56:30 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:54:01 eth0 0.20 0.20 0.07 0.02 0.00 0.00 0.00 0.00 09:56:30 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:55:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:56:01 eth0 58.35 50.42 165.54 62.25 0.00 0.00 0.00 0.00 09:56:30 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 Average: eth0 122.04 107.72 649.60 33.67 0.00 0.00 0.00 0.00 09:56:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:56:30 Average: docker0 62.53 63.35 4.92 282.43 0.00 0.00 0.00 0.00 09:56:30 09:56:30 09:56:30 ---> sar -P ALL: 09:56:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/29/21 _x86_64_ (4 CPU) 09:56:30 09:56:30 09:37:02 LINUX RESTART (4 CPU) 09:56:30 09:56:30 09:38:01 CPU %user %nice %system %iowait %steal %idle 09:56:30 09:39:01 all 15.25 0.00 8.05 1.48 0.06 75.16 09:56:30 09:39:01 0 17.26 0.00 9.28 0.45 0.07 72.94 09:56:30 09:39:01 1 15.91 0.00 7.60 1.36 0.07 75.06 09:56:30 09:39:01 2 11.74 0.00 7.65 1.93 0.05 78.63 09:56:30 09:39:01 3 16.12 0.00 7.68 2.16 0.05 73.99 09:56:30 09:40:01 all 20.05 0.00 8.77 6.27 0.08 64.82 09:56:30 09:40:01 0 20.14 0.00 8.92 8.39 0.09 62.47 09:56:30 09:40:01 1 19.59 0.00 9.72 5.70 0.09 64.90 09:56:30 09:40:01 2 21.16 0.00 7.87 4.74 0.05 66.17 09:56:30 09:40:01 3 19.32 0.00 8.59 6.27 0.10 65.72 09:56:30 09:41:01 all 59.44 0.00 16.18 3.15 0.06 21.17 09:56:30 09:41:01 0 61.08 0.00 15.16 3.80 0.03 19.92 09:56:30 09:41:01 1 59.33 0.00 16.99 1.72 0.07 21.90 09:56:30 09:41:01 2 58.07 0.00 16.35 4.29 0.05 21.24 09:56:30 09:41:01 3 59.26 0.00 16.25 2.77 0.07 21.64 09:56:30 09:42:01 all 29.11 0.00 11.15 4.09 0.04 55.61 09:56:30 09:42:01 0 29.71 0.00 11.58 4.57 0.03 54.11 09:56:30 09:42:01 1 28.00 0.00 10.95 3.10 0.03 57.92 09:56:30 09:42:01 2 29.73 0.00 11.14 5.47 0.03 53.63 09:56:30 09:42:01 3 28.99 0.00 10.92 3.23 0.05 56.80 09:56:30 09:43:02 all 20.13 0.00 28.87 21.29 0.15 29.56 09:56:30 09:43:02 0 19.13 0.00 28.17 21.87 0.14 30.69 09:56:30 09:43:02 1 20.12 0.00 29.02 21.54 0.14 29.18 09:56:30 09:43:02 2 21.07 0.00 28.76 20.88 0.14 29.15 09:56:30 09:43:02 3 20.20 0.00 29.56 20.87 0.16 29.22 09:56:30 09:44:01 all 56.77 0.00 19.99 12.98 0.09 10.18 09:56:30 09:44:01 0 56.04 0.00 20.66 13.47 0.10 9.72 09:56:30 09:44:01 1 57.49 0.00 19.06 14.51 0.11 8.83 09:56:30 09:44:01 2 55.94 0.00 20.44 12.84 0.10 10.67 09:56:30 09:44:01 3 57.60 0.00 19.78 11.10 0.05 11.47 09:56:30 09:45:01 all 18.80 0.00 20.37 29.24 0.12 31.47 09:56:30 09:45:01 0 17.71 0.00 19.47 29.37 0.16 33.29 09:56:30 09:45:01 1 18.62 0.00 20.39 31.44 0.10 29.45 09:56:30 09:45:01 2 18.81 0.00 20.94 25.76 0.09 34.40 09:56:30 09:45:01 3 20.08 0.00 20.68 30.38 0.14 28.72 09:56:30 09:46:02 all 27.78 0.00 19.75 32.05 0.09 20.33 09:56:30 09:46:02 0 27.88 0.00 19.85 36.08 0.10 16.09 09:56:30 09:46:02 1 28.18 0.00 20.25 32.49 0.09 18.99 09:56:30 09:46:02 2 27.82 0.00 20.19 33.14 0.10 18.75 09:56:30 09:46:02 3 27.24 0.00 18.71 26.41 0.07 27.57 09:56:30 09:47:01 all 41.89 0.00 13.39 12.96 0.07 31.70 09:56:30 09:47:01 0 42.10 0.00 13.85 13.95 0.07 30.03 09:56:30 09:47:01 1 40.82 0.00 14.01 10.24 0.07 34.86 09:56:30 09:47:01 2 41.60 0.00 12.51 18.36 0.09 27.44 09:56:30 09:47:01 3 43.01 0.00 13.18 9.24 0.07 34.50 09:56:30 09:48:01 all 1.35 0.00 1.89 1.03 0.02 95.71 09:56:30 09:48:01 0 1.62 0.00 1.82 0.59 0.02 95.95 09:56:30 09:48:01 1 1.59 0.00 2.32 1.23 0.02 94.84 09:56:30 09:48:01 2 1.05 0.00 2.13 1.89 0.02 94.91 09:56:30 09:48:01 3 1.15 0.00 1.29 0.40 0.03 97.13 09:56:30 09:49:01 all 0.17 0.00 0.04 0.00 0.00 99.79 09:56:30 09:49:01 0 0.28 0.00 0.02 0.00 0.00 99.70 09:56:30 09:49:01 1 0.05 0.00 0.05 0.00 0.00 99.90 09:56:30 09:49:01 2 0.35 0.00 0.05 0.00 0.00 99.60 09:56:30 09:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 09:56:30 09:56:30 09:49:01 CPU %user %nice %system %iowait %steal %idle 09:56:30 09:50:01 all 0.17 0.00 0.02 0.00 0.00 99.81 09:56:30 09:50:01 0 0.07 0.00 0.03 0.00 0.00 99.90 09:56:30 09:50:01 1 0.45 0.00 0.02 0.00 0.00 99.53 09:56:30 09:50:01 2 0.15 0.00 0.02 0.00 0.00 99.83 09:56:30 09:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:56:30 09:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 09:56:30 09:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:56:30 09:51:01 1 0.53 0.00 0.03 0.00 0.00 99.43 09:56:30 09:51:01 2 0.02 0.00 0.03 0.00 0.00 99.95 09:56:30 09:51:01 3 0.00 0.00 0.03 0.00 0.00 99.97 09:56:30 09:52:01 all 0.16 0.00 0.04 0.01 0.00 99.79 09:56:30 09:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 09:56:30 09:52:01 1 0.53 0.00 0.05 0.02 0.00 99.40 09:56:30 09:52:01 2 0.05 0.00 0.03 0.00 0.00 99.92 09:56:30 09:52:01 3 0.03 0.00 0.02 0.02 0.00 99.93 09:56:30 09:53:01 all 0.15 0.00 0.06 0.02 0.00 99.77 09:56:30 09:53:01 0 0.03 0.00 0.07 0.05 0.00 99.85 09:56:30 09:53:01 1 0.53 0.00 0.07 0.00 0.00 99.40 09:56:30 09:53:01 2 0.02 0.00 0.05 0.00 0.00 99.93 09:56:30 09:53:01 3 0.03 0.00 0.05 0.03 0.00 99.88 09:56:30 09:54:01 all 0.15 0.00 0.04 0.00 0.00 99.81 09:56:30 09:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 09:56:30 09:54:01 1 0.52 0.00 0.05 0.00 0.00 99.43 09:56:30 09:54:01 2 0.05 0.00 0.03 0.00 0.00 99.92 09:56:30 09:54:01 3 0.00 0.00 0.03 0.00 0.00 99.97 09:56:30 09:55:01 all 0.08 0.00 0.03 0.00 0.01 99.88 09:56:30 09:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 09:56:30 09:55:01 1 0.23 0.00 0.07 0.00 0.02 99.68 09:56:30 09:55:01 2 0.03 0.00 0.02 0.02 0.02 99.92 09:56:30 09:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 09:56:30 09:56:01 all 2.18 0.00 1.35 1.68 0.00 94.79 09:56:30 09:56:01 0 1.74 0.00 1.47 2.07 0.00 94.72 09:56:30 09:56:01 1 3.13 0.00 1.35 2.14 0.00 93.38 09:56:30 09:56:01 2 1.75 0.00 1.14 0.87 0.00 96.24 09:56:30 09:56:01 3 2.11 0.00 1.42 1.64 0.02 94.81 09:56:30 Average: all 15.98 0.00 8.15 6.85 0.04 68.97 09:56:30 Average: 0 16.07 0.00 8.19 7.33 0.04 68.36 09:56:30 Average: 1 16.02 0.00 8.24 6.80 0.04 68.89 09:56:30 Average: 2 15.77 0.00 8.12 7.07 0.04 69.00 09:56:30 Average: 3 16.06 0.00 8.04 6.20 0.04 69.65 09:56:30 09:56:30 09:56:30