Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4a83cd830d92d64e3c8662a0b68849c078e73697 rather than caca1edf1c7f82230b0956996c48951e5cc8b8da Obtained Jenkinsfile from 4a83cd830d92d64e3c8662a0b68849c078e73697 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23572 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit caca1edf1c7f82230b0956996c48951e5cc8b8da Merge succeeded, producing c36da4e8ed960ae18a657692f59c6b216bde4459 Checking out Revision c36da4e8ed960ae18a657692f59c6b216bde4459 (PR-3080) > git config core.sparsecheckout # timeout=10 > git checkout -f caca1edf1c7f82230b0956996c48951e5cc8b8da # 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 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c36da4e8ed960ae18a657692f59c6b216bde4459 # timeout=10 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:33:56 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk 4b4d967ccb8d08846c5b9c2326789f46f42dfb5e # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:33:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:33:56 ========================================================= 00:33:56 EdgeX Global Pipelines Version Info 00:33:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:33:57 ------------------- 00:33:57 stable info: 00:33:57 ------------------- 00:33:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:33:57 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:33:57 Message: update stable to v1.0.179 00:33:58 ------------------- 00:33:58 experimental info: 00:33:58 ------------------- 00:33:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:33:58 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:33:58 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:33:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:33:59 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:33:59 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:33:59 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:33:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:33:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:33:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:33:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:33:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:33:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:34:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:34:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:34:00 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:34:00 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:34:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:34:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:34:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:34:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:34:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:34:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:34:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:34:01 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:34:01 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:34:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3080 [Pipeline] echo 00:34:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3080 [Pipeline] echo 00:34:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3080 [Pipeline] echo 00:34:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c36da4e8ed960ae18a657692f59c6b216bde4459 [Pipeline] echo 00:34:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c36da4e [Pipeline] echo 00:34:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:02 provisioning config files... 00:34:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config146566932740414636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:02 ---> docker-login.sh 00:34:02 nexus3.edgexfoundry.org:10001 00:34:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:03 Configure a credential helper to remove this warning. See 00:34:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:03 00:34:03 Login Succeeded 00:34:03 nexus3.edgexfoundry.org:10002 00:34:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:03 Configure a credential helper to remove this warning. See 00:34:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:03 00:34:03 Login Succeeded 00:34:03 nexus3.edgexfoundry.org:10003 00:34:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:03 Configure a credential helper to remove this warning. See 00:34:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:03 00:34:03 Login Succeeded 00:34:03 nexus3.edgexfoundry.org:10004 00:34:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:03 Configure a credential helper to remove this warning. See 00:34:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:03 00:34:03 Login Succeeded 00:34:03 docker.io 00:34:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:03 Configure a credential helper to remove this warning. See 00:34:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:03 00:34:03 Login Succeeded 00:34:03 ---> docker-login.sh ends [Pipeline] } 00:34:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:34:04 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:34:04 + for file in '`ls cmd/**/Dockerfile`' 00:34:04 ++ dirname cmd/core-command/Dockerfile 00:34:04 ++ cut -d/ -f2 00:34:04 + echo core-command,cmd/core-command/Dockerfile 00:34:04 + for file in '`ls cmd/**/Dockerfile`' 00:34:04 ++ dirname cmd/core-data/Dockerfile 00:34:04 ++ cut -d/ -f2 00:34:04 + echo core-data,cmd/core-data/Dockerfile 00:34:04 + for file in '`ls cmd/**/Dockerfile`' 00:34:04 ++ dirname cmd/core-metadata/Dockerfile 00:34:04 ++ cut -d/ -f2 00:34:04 + echo core-metadata,cmd/core-metadata/Dockerfile 00:34:04 + for file in '`ls cmd/**/Dockerfile`' 00:34:04 ++ dirname cmd/security-bootstrapper/Dockerfile 00:34:04 ++ cut -d/ -f2 00:34:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:34:04 + for file in '`ls cmd/**/Dockerfile`' 00:34:04 ++ dirname cmd/security-proxy-setup/Dockerfile 00:34:04 ++ cut -d/ -f2 00:34:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:34:04 + for file in '`ls cmd/**/Dockerfile`' 00:34:04 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:34:04 ++ cut -d/ -f2 00:34:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:34:04 + for file in '`ls cmd/**/Dockerfile`' 00:34:04 ++ dirname cmd/support-notifications/Dockerfile 00:34:04 ++ cut -d/ -f2 00:34:04 + echo support-notifications,cmd/support-notifications/Dockerfile 00:34:04 + for file in '`ls cmd/**/Dockerfile`' 00:34:04 ++ dirname cmd/support-scheduler/Dockerfile 00:34:04 ++ cut -d/ -f2 00:34:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:34:04 + for file in '`ls cmd/**/Dockerfile`' 00:34:04 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:34:04 ++ cut -d/ -f2 00:34:04 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:34:04 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:34:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:34:05 00:34:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:34:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:34:05 latest: Pulling from edgex-devops/git-semver 00:34:05 31603596830f: Pulling fs layer 00:34:05 2a8b12db71e7: Pulling fs layer 00:34:05 6ca5941a6612: Pulling fs layer 00:34:05 ecc8261a40a4: Pulling fs layer 00:34:05 ecc8261a40a4: Waiting 00:34:05 2a8b12db71e7: Verifying Checksum 00:34:05 2a8b12db71e7: Download complete 00:34:05 31603596830f: Verifying Checksum 00:34:05 31603596830f: Download complete 00:34:06 ecc8261a40a4: Verifying Checksum 00:34:06 ecc8261a40a4: Download complete 00:34:06 6ca5941a6612: Verifying Checksum 00:34:06 6ca5941a6612: Download complete 00:34:06 31603596830f: Pull complete 00:34:06 2a8b12db71e7: Pull complete 00:34:07 6ca5941a6612: Pull complete 00:34:07 ecc8261a40a4: Pull complete 00:34:07 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:34:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:34:07 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:34:07 prd-centos7-docker-4c-2g-23572 does not seem to be running inside a container 00:34:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:34:09 $ docker top 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:34:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:34:10 [ssh-agent] Looking for ssh-agent implementation... 00:34:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:34:10 $ docker exec 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc ssh-agent 00:34:10 SSH_AUTH_SOCK=/tmp/ssh-ldHV3qi6Wihw/agent.12 00:34:10 SSH_AGENT_PID=18 00:34:10 Running ssh-add (command line suppressed) 00:34:10 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7618382377258677087.key (/w/workspace/edgex-go/3@tmp/private_key_7618382377258677087.key) 00:34:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:34:11 + git tag --points-at HEAD [Pipeline] } 00:34:11 $ docker exec --env ******** --env ******** 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc ssh-agent -k 00:34:11 unset SSH_AUTH_SOCK; 00:34:11 unset SSH_AGENT_PID; 00:34:11 echo Agent pid 18 killed; 00:34:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:34:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:34:11 [ssh-agent] Looking for ssh-agent implementation... 00:34:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:34:11 $ docker exec 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc ssh-agent 00:34:12 SSH_AUTH_SOCK=/tmp/ssh-xbgF32JWEI33/agent.47 00:34:12 SSH_AGENT_PID=53 00:34:12 Running ssh-add (command line suppressed) 00:34:12 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5773380853906698024.key (/w/workspace/edgex-go/3@tmp/private_key_5773380853906698024.key) 00:34:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:34:12 + git semver init 00:34:12 # -> Open(): unable to determine branch for HEAD 00:34:12 # $GIT_DIR = /w/workspace/edgex-go/3/.git 00:34:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 00:34:12 # $SEMVER_REMOTE_NAME = origin 00:34:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:34:12 # $SEMVER_USER_NAME = edgex-jenkins 00:34:12 # $SEMVER_BRANCH = PR-3080 00:34:12 # $SEMVER_TEMP = /tmp/semver-261680890 00:34:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:34:44 # '/tmp/semver-261680890' -> '/w/workspace/edgex-go/3/.semver' 00:34:44 # -> Force: false 00:34:44 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 00:34:44 $ docker exec --env ******** --env ******** 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc ssh-agent -k 00:34:45 unset SSH_AUTH_SOCK; 00:34:45 unset SSH_AGENT_PID; 00:34:45 echo Agent pid 53 killed; 00:34:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:34:45 + git semver [Pipeline] } 00:34:45 $ docker stop --time=1 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc 00:34:47 $ docker rm -f 979fa869e635521993f099dfc58cced5ca31a7b9e5ea09802a99dd74fd79bbbc [Pipeline] // withDockerContainer [Pipeline] sh 00:34:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:34:48 Stashed 1 file(s) [Pipeline] echo 00:34:48 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:34:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:49 + sudo service docker restart 00:34:49 + true 00:34:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:34:50 ========================================================= 00:34:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:34:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:50 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:34:55 Sending build context to Docker daemon 327.2MB 00:34:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:55 Step 2/6 : FROM ${BASE} 00:34:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:34:55 188c0c94c7c5: Pulling fs layer 00:34:55 0ef7d3d256c8: Pulling fs layer 00:34:55 de9db76c5a1d: Pulling fs layer 00:34:55 bca2f99d35d6: Pulling fs layer 00:34:55 93359f2a8cfa: Pulling fs layer 00:34:55 7c6f9722023f: Pulling fs layer 00:34:55 a35cf1a2eb13: Pulling fs layer 00:34:55 93359f2a8cfa: Waiting 00:34:55 7c6f9722023f: Waiting 00:34:55 a35cf1a2eb13: Waiting 00:34:55 bca2f99d35d6: Waiting 00:34:55 de9db76c5a1d: Verifying Checksum 00:34:55 de9db76c5a1d: Download complete 00:34:55 0ef7d3d256c8: Verifying Checksum 00:34:55 0ef7d3d256c8: Download complete 00:34:55 93359f2a8cfa: Download complete 00:34:55 7c6f9722023f: Verifying Checksum 00:34:55 7c6f9722023f: Download complete 00:34:55 188c0c94c7c5: Verifying Checksum 00:34:55 188c0c94c7c5: Download complete 00:34:55 188c0c94c7c5: Pull complete 00:34:55 0ef7d3d256c8: Pull complete 00:34:55 de9db76c5a1d: Pull complete 00:34:57 a35cf1a2eb13: Verifying Checksum 00:34:57 a35cf1a2eb13: Download complete 00:34:57 bca2f99d35d6: Verifying Checksum 00:34:57 bca2f99d35d6: Download complete 00:35:03 Still waiting to schedule task 00:35:03 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:35:04 bca2f99d35d6: Pull complete 00:35:04 93359f2a8cfa: Pull complete 00:35:04 7c6f9722023f: Pull complete 00:35:09 a35cf1a2eb13: Pull complete 00:35:09 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:35:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:35:09 ---> a62c8e92a672 00:35:09 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:35:09 ---> Running in 3a3a3e9b1fd6 00:35:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:11 (1/12) Installing libmagic (5.38-r0) 00:35:11 (2/12) Installing file (5.38-r0) 00:35:11 (3/12) Installing libc-dev (0.7.2-r3) 00:35:11 (4/12) Installing g++ (9.3.0-r2) 00:35:29 (5/12) Installing fortify-headers (1.1-r0) 00:35:29 (6/12) Installing patch (2.7.6-r6) 00:35:29 (7/12) Installing build-base (0.5-r2) 00:35:30 (8/12) Installing libsodium (1.0.18-r0) 00:35:30 (9/12) Installing pkgconf (1.7.2-r0) 00:35:30 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:30 (11/12) Installing libzmq (4.3.3-r0) 00:35:31 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:31 Executing busybox-1.31.1-r19.trigger 00:35:31 OK: 233 MiB in 51 packages 00:35:34 Removing intermediate container 3a3a3e9b1fd6 00:35:34 ---> 0c127f98f8b0 00:35:34 Step 4/6 : WORKDIR /edgex-go 00:35:34 ---> Running in c71c17af28a0 00:35:34 Removing intermediate container c71c17af28a0 00:35:34 ---> 6247acbd3a6d 00:35:34 Step 5/6 : COPY go.mod . 00:35:34 ---> 1b114f5fa43e 00:35:34 Step 6/6 : RUN go mod download 00:35:34 ---> Running in 7ae3d8c6ce68 00:35:56 Removing intermediate container 7ae3d8c6ce68 00:35:56 ---> 7b0e4c867b21 00:35:56 Successfully built 7b0e4c867b21 00:35:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:35:57 + docker inspect -f . ci-base-image-x86_64 00:35:57 . [Pipeline] withDockerContainer 00:35:57 prd-centos7-docker-4c-2g-23572 does not seem to be running inside a container 00:35:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:35:58 $ docker top 3e94745ec6bcbdb32a4603bb657ea737c9f855c364dce62b3be9d1e61d5e254e -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:58 + go version 00:35:58 go version go1.15.5 linux/amd64 [Pipeline] } 00:35:58 $ docker stop --time=1 3e94745ec6bcbdb32a4603bb657ea737c9f855c364dce62b3be9d1e61d5e254e 00:36:00 $ docker rm -f 3e94745ec6bcbdb32a4603bb657ea737c9f855c364dce62b3be9d1e61d5e254e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:01 + docker inspect -f . ci-base-image-x86_64 00:36:01 . [Pipeline] withDockerContainer 00:36:01 prd-centos7-docker-4c-2g-23572 does not seem to be running inside a container 00:36:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:36:02 $ docker top 09b0919ebf15f530d767554b55c922667b7b93bb2a4e560e8aff067c1e515a96 -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:02 ========================================================= 00:36:02 [edgeXBuildGoParallel] Running Tests and Build... 00:36:02 ========================================================= [Pipeline] sh 00:36:03 + make test 00:36:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:13 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:36:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:36:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:36:33 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:36:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:36:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:36:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:36:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:36:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:36:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.122s coverage: 46.6% of statements 00:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:36:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:36:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.178s coverage: 27.1% of statements 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:36:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:36:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:36:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 65.8% of statements 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:36:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.136s coverage: 82.3% of statements 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:36:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.331s coverage: 28.6% of statements 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 86.7% of statements 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:36:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:36:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:36:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.416s coverage: 92.8% of statements 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:36:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:36:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.1% of statements 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:36:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:36:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.036s coverage: 43.8% of statements 00:36:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.037s coverage: 79.5% of statements 00:36:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.036s coverage: 94.1% of statements 00:36:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements 00:36:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 00:37:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements 00:37:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.027s coverage: 100.0% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.4% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.166s coverage: 63.5% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.258s coverage: 84.0% of statements 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.1% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:37:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 00:37:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.702s coverage: 29.1% of statements 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:37:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:37:02 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:37:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements 00:37:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:37:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:37:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 00:37:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 00:37:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:37:03 GO111MODULE=on go vet ./... 00:37:31 gofmt -l . 00:37:31 [ "`gofmt -l .`" = "" ] 00:37:31 ./bin/test-go-mod-tidy.sh 00:37:31 ./bin/test-attribution-txt.sh [Pipeline] sh 00:37:32 + ls -al . 00:37:32 total 668 00:37:32 drwxrwxr-x 10 1001 1001 4096 Jan 28 00:37 . 00:37:32 drwxr-xr-x 4 root root 28 Jan 28 00:36 .. 00:37:32 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:33 .dockerignore 00:37:32 drwxrwxr-x 8 1001 1001 179 Jan 28 00:33 .git 00:37:32 drwxrwxr-x 3 1001 1001 125 Jan 28 00:33 .github 00:37:32 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:33 .gitignore 00:37:32 drwx------ 3 1001 1001 60 Jan 28 00:34 .semver 00:37:32 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:33 .sonarcloud.properties 00:37:32 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:33 Attribution.txt 00:37:32 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:33 CONTRIBUTING.md 00:37:32 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:33 Dockerfile.build 00:37:32 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:33 Jenkinsfile 00:37:32 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:33 LICENSE 00:37:32 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:33 Makefile 00:37:32 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:33 README.md 00:37:32 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:33 SECURITY.md 00:37:32 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:34 VERSION 00:37:32 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:33 ZMQWindows.md 00:37:32 drwxrwxr-x 2 1001 1001 117 Jan 28 00:33 bin 00:37:32 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:33 cmd 00:37:32 -rw-r--r-- 1 root root 564700 Jan 28 00:37 coverage.out 00:37:32 -rw-r--r-- 1 root root 1053 Jan 28 00:37 go.mod 00:37:32 -rw-r--r-- 1 root root 19080 Jan 28 00:37 go.sum 00:37:32 drwxrwxr-x 8 1001 1001 127 Jan 28 00:33 internal 00:37:32 drwxrwxr-x 4 1001 1001 26 Jan 28 00:33 openapi 00:37:32 drwxrwxr-x 4 1001 1001 71 Jan 28 00:33 snap 00:37:32 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:33 version.go [Pipeline] sh 00:37:32 + '[' -e coverage.out ] 00:37:32 + chown 1001:1001 coverage.out [Pipeline] stash 00:37:32 Stashed 1 file(s) [Pipeline] sh 00:37:33 + make build 00:37:33 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:37:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:37:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:37:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37: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 00:37:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:37:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:37:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:37:58 $ docker stop --time=1 09b0919ebf15f530d767554b55c922667b7b93bb2a4e560e8aff067c1e515a96 00:37:59 $ docker rm -f 09b0919ebf15f530d767554b55c922667b7b93bb2a4e560e8aff067c1e515a96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:02 00:38:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:38:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:02 latest: Pulling from edgex-devops/edgex-compose 00:38:02 cbdbe7a5bc2a: Pulling fs layer 00:38:02 ca9280d653b3: Pulling fs layer 00:38:02 7e9c9ca2126c: Pulling fs layer 00:38:02 cbdbe7a5bc2a: Download complete 00:38:03 cbdbe7a5bc2a: Pull complete 00:38:03 ca9280d653b3: Verifying Checksum 00:38:03 ca9280d653b3: Download complete 00:38:04 7e9c9ca2126c: Download complete 00:38:04 ca9280d653b3: Pull complete 00:38:13 7e9c9ca2126c: Pull complete 00:38:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:38:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:38:13 prd-centos7-docker-4c-2g-23572 does not seem to be running inside a container 00:38:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 00:38:16 $ docker top 79f8a168746bb620c07d7d9657dd7e82dcd902d7e07c3e1b1d6b050fc5cc5d21 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:16 + grep parallel 00:38:16 + docker-compose build --help 00:38:18 --parallel Build images in parallel. [Pipeline] } 00:38:18 $ docker stop --time=1 79f8a168746bb620c07d7d9657dd7e82dcd902d7e07c3e1b1d6b050fc5cc5d21 00:38:19 $ docker rm -f 79f8a168746bb620c07d7d9657dd7e82dcd902d7e07c3e1b1d6b050fc5cc5d21 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:20 . [Pipeline] withDockerContainer 00:38:20 prd-centos7-docker-4c-2g-23572 does not seem to be running inside a container 00:38:20 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:38:21 $ docker top 19fc48cf897386afb6808912959a2ccfb1bf25696f5bc18f17f71d2f5a716224 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:22 + docker-compose -f ./docker-compose-build.yml build --parallel 00:38:23 Building docker-core-command-go ... 00:38:23 Building docker-core-data-go ... 00:38:23 Building docker-core-metadata-go ... 00:38:23 Building docker-security-bootstrapper-go ... 00:38:23 Building docker-security-proxy-setup-go ... 00:38:23 Building docker-security-secretstore-setup-go ... 00:38:23 Building docker-support-notifications-go ... 00:38:23 Building docker-support-scheduler-go ... 00:38:23 Building docker-sys-mgmt-agent-go ... 00:38:23 Building docker-support-scheduler-go 00:38:23 Building docker-core-command-go 00:38:23 Building docker-security-proxy-setup-go 00:38:23 Building docker-support-notifications-go 00:38:23 Building docker-sys-mgmt-agent-go 00:38:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23581 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws 00:38:51 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:38:56 using credential edgex-jenkins-ssh 00:38:56 Cloning the remote Git repository 00:38:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:38:56 > git init /w/workspace/edgex-go/3 # timeout=10 00:38:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:38:57 > git --version # timeout=10 00:38:57 > git --version # 'git version 2.17.1' 00:38:57 using GIT_SSH to set credentials SSH Credentials for GitHub 00:38:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:39:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:02 ---> 7b0e4c867b21 00:39:02 Step 3/22 : WORKDIR /edgex-go 00:39:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:02 ---> 7b0e4c867b21 00:39:02 Step 3/23 : WORKDIR /edgex-go 00:39:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:02 ---> 7b0e4c867b21 00:39:02 Step 3/22 : WORKDIR /edgex-go 00:39:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:02 ---> 7b0e4c867b21 00:39:02 Step 3/21 : WORKDIR /edgex-go 00:39:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:39:02 ---> 7b0e4c867b21 00:39:02 Step 3/26 : WORKDIR /edgex-go 00:39:02 ---> Running in 5c15519f973c 00:39:02 ---> Running in 8d154fa7a240 00:39:02 ---> Running in 539409d4c137 00:39:02 ---> Running in 04fa82fe7a49 00:39:02 ---> Running in 1acf55b16f97 00:39:02 Removing intermediate container 04fa82fe7a49 00:39:02 ---> bad970b9a090 00:39:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:02 Removing intermediate container 539409d4c137 00:39:02 ---> 90b8ef844623 00:39:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:02 Removing intermediate container 1acf55b16f97 00:39:02 ---> 4ec6d1e60eea 00:39:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:02 Removing intermediate container 5c15519f973c 00:39:02 ---> 1e5154a92047 00:39:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:02 Removing intermediate container 8d154fa7a240 00:39:02 ---> 31d3d99fce2b 00:39:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:02 ---> Running in 55add63595d4 00:39:02 ---> Running in 1dc1c5adab4b 00:39:02 ---> Running in 971fa0dd8ccc 00:39:02 ---> Running in 49692ef6da1b 00:39:02 ---> Running in 2243e4dbd794 00:39:03 Removing intermediate container 971fa0dd8ccc 00:39:03 ---> 8b3f9bffa92e 00:39:03 Step 5/26 : RUN apk add --update --no-cache make bash git 00:39:03 Removing intermediate container 1dc1c5adab4b 00:39:03 ---> 808cf1124c08 00:39:03 Step 5/21 : RUN apk add --update --no-cache make git 00:39:03 ---> Running in 0c0f2da0446d 00:39:03 ---> Running in ec74c4e092d7 00:39:03 Removing intermediate container 55add63595d4 00:39:03 ---> 54be7b7399d0 00:39:03 Step 5/22 : RUN apk add --update --no-cache make git 00:39:03 Removing intermediate container 2243e4dbd794 00:39:03 ---> bbc556f1eed1 00:39:03 Step 5/23 : RUN apk add --update --no-cache make git 00:39:03 ---> Running in cdaa1a264e78 00:39:03 Removing intermediate container 49692ef6da1b 00:39:03 ---> 093c56a1d2b2 00:39:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:39:03 ---> Running in ed760830e31f 00:39:04 ---> Running in d1903ffe3810 00:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:06 OK: 233 MiB in 51 packages 00:39:06 OK: 233 MiB in 51 packages 00:39:06 OK: 233 MiB in 51 packages 00:39:06 OK: 233 MiB in 51 packages 00:39:06 OK: 233 MiB in 51 packages 00:39:07 Removing intermediate container cdaa1a264e78 00:39:07 ---> eac5422f085c 00:39:07 Step 6/22 : COPY go.mod . 00:39:07 Removing intermediate container ec74c4e092d7 00:39:07 ---> ef19f5ec1b7b 00:39:07 Step 6/21 : COPY go.mod . 00:39:07 Removing intermediate container d1903ffe3810 00:39:07 ---> 6ee08deaeaf1 00:39:07 Step 6/22 : COPY go.mod . 00:39:07 ---> 6e4c50f21797 00:39:07 Step 7/22 : RUN go mod download 00:39:07 Removing intermediate container ed760830e31f 00:39:07 ---> 646d6cd47db9 00:39:07 Step 6/23 : COPY go.mod . 00:39:07 ---> Running in f6ed27d77f93 00:39:07 Removing intermediate container 0c0f2da0446d 00:39:07 ---> e97c10afb6a7 00:39:07 Step 6/26 : COPY go.mod . 00:39:07 ---> a8e83ef915de 00:39:07 Step 7/21 : RUN go mod download 00:39:08 ---> 95b5b332b5af 00:39:08 Step 7/22 : RUN go mod download 00:39:08 ---> Running in b0c6ef1e1536 00:39:08 ---> bd13d36a32fa 00:39:08 Step 7/23 : RUN go mod download 00:39:08 ---> Running in a2f3ca805301 00:39:08 ---> d7f56e5fb4c3 00:39:08 Step 7/26 : RUN go mod download 00:39:08 ---> Running in a209f7097fa4 00:39:08 ---> Running in b9a3bd1fa914 00:39:09 Removing intermediate container f6ed27d77f93 00:39:09 ---> bcb2d379ad21 00:39:09 Step 8/22 : COPY . . 00:39:09 Removing intermediate container b0c6ef1e1536 00:39:09 ---> 0ca004bda212 00:39:09 Step 8/21 : COPY . . 00:39:14 Removing intermediate container a2f3ca805301 00:39:14 ---> bcff12db65cb 00:39:14 Step 8/22 : COPY . . 00:39:16 Removing intermediate container a209f7097fa4 00:39:16 ---> 9a0cb307f8dd 00:39:16 Step 8/23 : COPY . . 00:39:17 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit caca1edf1c7f82230b0956996c48951e5cc8b8da 00:39:18 Removing intermediate container b9a3bd1fa914 00:39:18 ---> 6d3ef6a74936 00:39:18 Step 8/26 : COPY . . 00:39:18 Merge succeeded, producing ad6ab75c128f0adc2cf8166e0e3ae02fb2e729d1 00:39:18 Checking out Revision ad6ab75c128f0adc2cf8166e0e3ae02fb2e729d1 (PR-3080) 00:39:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:39:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:39:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:39:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:39:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:39:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:39:17 > git config core.sparsecheckout # timeout=10 00:39:17 > git checkout -f caca1edf1c7f82230b0956996c48951e5cc8b8da # timeout=10 00:39:18 > git remote # timeout=10 00:39:18 > git config --get remote.origin.url # timeout=10 00:39:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:39:18 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:39:18 > git rev-parse HEAD^{commit} # timeout=10 00:39:18 > git config core.sparsecheckout # timeout=10 00:39:18 > git checkout -f ad6ab75c128f0adc2cf8166e0e3ae02fb2e729d1 # timeout=10 00:39:22 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:39:22 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { 00:39:22 > git rev-list --no-walk 4b4d967ccb8d08846c5b9c2326789f46f42dfb5e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:39:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:39:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:39:24 + sudo service docker restart 00:39:24 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:39:27 provisioning config files... 00:39:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3915725867557531153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:39:27 ---> docker-login.sh 00:39:27 nexus3.edgexfoundry.org:10001 00:39:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:39:28 Configure a credential helper to remove this warning. See 00:39:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:39:28 00:39:28 Login Succeeded 00:39:28 nexus3.edgexfoundry.org:10002 00:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:39:29 Configure a credential helper to remove this warning. See 00:39:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:39:29 00:39:29 Login Succeeded 00:39:29 nexus3.edgexfoundry.org:10003 00:39:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:39:29 Configure a credential helper to remove this warning. See 00:39:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:39:29 00:39:29 Login Succeeded 00:39:29 nexus3.edgexfoundry.org:10004 00:39:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:39:30 Configure a credential helper to remove this warning. See 00:39:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:39:30 00:39:30 Login Succeeded 00:39:30 docker.io 00:39:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:39:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:39:31 Configure a credential helper to remove this warning. See 00:39:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:39:31 00:39:31 Login Succeeded 00:39:31 ---> docker-login.sh ends [Pipeline] } 00:39:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:39:31 ========================================================= 00:39:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:39:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:39:32 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:39:34 Sending build context to Docker daemon 165.9MB 00:39:34 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:39:34 Step 2/6 : FROM ${BASE} 00:39:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:39:34 5f621e34cdf4: Pulling fs layer 00:39:34 a4357932f1b6: Pulling fs layer 00:39:34 18c013af1878: Pulling fs layer 00:39:34 00ac8860ef70: Pulling fs layer 00:39:34 63d7cb157983: Pulling fs layer 00:39:34 b116817d02f9: Pulling fs layer 00:39:34 745a02a5169b: Pulling fs layer 00:39:34 00ac8860ef70: Waiting 00:39:34 63d7cb157983: Waiting 00:39:34 745a02a5169b: Waiting 00:39:34 b116817d02f9: Waiting 00:39:34 18c013af1878: Download complete 00:39:34 a4357932f1b6: Verifying Checksum 00:39:34 a4357932f1b6: Download complete 00:39:34 63d7cb157983: Verifying Checksum 00:39:34 63d7cb157983: Download complete 00:39:34 b116817d02f9: Verifying Checksum 00:39:34 b116817d02f9: Download complete 00:39:34 5f621e34cdf4: Verifying Checksum 00:39:34 5f621e34cdf4: Download complete 00:39:35 5f621e34cdf4: Pull complete 00:39:36 a4357932f1b6: Pull complete 00:39:36 18c013af1878: Pull complete 00:39:37 745a02a5169b: Download complete 00:39:38 00ac8860ef70: Verifying Checksum 00:39:38 00ac8860ef70: Download complete 00:39:49 00ac8860ef70: Pull complete 00:39:49 63d7cb157983: Pull complete 00:39:49 b116817d02f9: Pull complete 00:39:50 ---> fe1f34461cd2 00:39:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:39:50 ---> 09181e053b43 00:39:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:39:50 ---> Running in b6f2971f2b05 00:39:50 ---> Running in eb2b1f941e57 00:39:52 745a02a5169b: Pull complete 00:39:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:39:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:39:52 ---> b7e6874047d6 00:39:52 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:39:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:39:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:39:54 ---> d25b379788cb 00:39:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:39:55 ---> 18a9e609b8b1 00:39:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:55 ---> 2bf174ec5c4b 00:39:55 Step 9/23 : RUN make cmd/core-command/core-command 00:39:55 ---> Running in cd5e6515dcc6 00:39:55 ---> Running in 8241f3d110bc 00:39:55 ---> Running in bafb36e21807 00:39:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:39: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 00:39:56 ---> Running in 1f7b6f8e1c00 00:39:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:39:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:00 (1/12) Installing libmagic (5.38-r0) 00:40:01 (2/12) Installing file (5.38-r0) 00:40:01 (3/12) Installing libc-dev (0.7.2-r3) 00:40:01 (4/12) Installing g++ (9.3.0-r2) 00:40:05 (5/12) Installing fortify-headers (1.1-r0) 00:40:05 (6/12) Installing patch (2.7.6-r6) 00:40:05 (7/12) Installing build-base (0.5-r2) 00:40:05 (8/12) Installing libsodium (1.0.18-r0) 00:40:05 (9/12) Installing pkgconf (1.7.2-r0) 00:40:05 (10/12) Installing libsodium-dev (1.0.18-r0) 00:40:06 (11/12) Installing libzmq (4.3.3-r0) 00:40:06 (12/12) Installing zeromq-dev (4.3.3-r0) 00:40:06 Executing busybox-1.31.1-r19.trigger 00:40:06 OK: 217 MiB in 51 packages 00:40:10 Removing intermediate container 1f7b6f8e1c00 00:40:10 ---> 6c76ad85e34c 00:40:10 Step 4/6 : WORKDIR /edgex-go 00:40:10 ---> Running in 518d26715c94 00:40:11 Removing intermediate container 518d26715c94 00:40:11 ---> 29e4e5c7709c 00:40:11 Step 5/6 : COPY go.mod . 00:40:11 ---> 90e062d4d610 00:40:11 Step 6/6 : RUN go mod download 00:40:12 ---> Running in 9051ad314e8b 00:40:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:40:27 Removing intermediate container eb2b1f941e57 00:40:27 ---> b20ffb4b9145 00:40:27 00:40:27 Step 10/22 : FROM alpine:3.12 00:40:27 3.12: Pulling from library/alpine 00:40:28 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:40:28 Status: Downloaded newer image for alpine:3.12 00:40:28 ---> 389fef711851 00:40:28 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:40:35 ---> Running in c30202cafc6c 00:40:35 Removing intermediate container b6f2971f2b05 00:40:35 ---> a9285fb06a20 00:40:35 00:40:35 Step 10/21 : FROM alpine:3.12 00:40:35 Removing intermediate container 8241f3d110bc 00:40:35 ---> 0b9836cd2bf2 00:40:35 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:40:35 ---> 389fef711851 00:40:35 Step 11/21 : RUN apk add --update --no-cache curl 00:40:35 Removing intermediate container cd5e6515dcc6 00:40:35 ---> ba985fa23c33 00:40:35 00:40:35 Step 10/22 : FROM alpine:3.12 00:40:35 ---> 389fef711851 00:40:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:40:35 Removing intermediate container bafb36e21807 00:40:35 ---> 2a05c3dff09f 00:40:35 00:40:35 Step 10/23 : FROM alpine:3.12 00:40:35 ---> 389fef711851 00:40:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:35 ---> Running in 04c7e765fc15 00:40:35 ---> Running in daaf27321141 00:40:35 ---> Running in 88eb80d0d0be 00:40:35 ---> Running in 91d658f6be76 00:40:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:35 (1/1) Installing dumb-init (1.2.2-r1) 00:40:35 Executing busybox-1.31.1-r19.trigger 00:40:35 OK: 6 MiB in 15 packages 00:40:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:36 (1/4) Installing ca-certificates (20191127-r4) 00:40:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:40:36 (3/4) Installing libcurl (7.69.1-r3) 00:40:36 (4/4) Installing curl (7.69.1-r3) 00:40:36 Executing busybox-1.31.1-r19.trigger 00:40:36 Executing ca-certificates-20191127-r4.trigger 00:40:36 (1/1) Installing dumb-init (1.2.2-r1) 00:40:36 Executing busybox-1.31.1-r19.trigger 00:40:36 OK: 6 MiB in 15 packages 00:40:36 OK: 7 MiB in 18 packages 00:40:36 (1/2) Installing ca-certificates (20191127-r4) 00:40:36 (2/2) Installing dumb-init (1.2.2-r1) 00:40:36 Executing busybox-1.31.1-r19.trigger 00:40:36 Executing ca-certificates-20191127-r4.trigger 00:40:36 OK: 6 MiB in 16 packages 00:40:37 Removing intermediate container c30202cafc6c 00:40:37 ---> 72428f9d582c 00:40:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:37 ---> Running in 07f341c1e783 00:40:38 Removing intermediate container 07f341c1e783 00:40:38 ---> 24600a75f833 00:40:38 Step 13/22 : ENV APP_PORT=48085 00:40:38 ---> Running in 13fd31c50948 00:40:38 Removing intermediate container daaf27321141 00:40:38 ---> 3e2274435343 00:40:38 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:38 Removing intermediate container 91d658f6be76 00:40:38 ---> 3ab58c350d60 00:40:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:38 ---> Running in 047069c1648b 00:40:38 ---> Running in cc1058947466 00:40:38 Removing intermediate container 13fd31c50948 00:40:38 ---> 3487f32e693e 00:40:38 Step 14/22 : EXPOSE $APP_PORT 00:40:39 Removing intermediate container 9051ad314e8b 00:40:39 ---> 48c95bec95b9 00:40:39 Successfully built 48c95bec95b9 00:40:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:40:39 Removing intermediate container 88eb80d0d0be 00:40:39 ---> c59e6bdeca20 00:40:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:40:39 Removing intermediate container 04c7e765fc15 00:40:39 ---> 0d82a9729883 00:40:39 00:40:39 Step 11/26 : FROM docker:20.10.0 00:40:39 Removing intermediate container 047069c1648b 00:40:39 ---> 6193951bdb9f 00:40:39 Step 13/21 : WORKDIR /edgex 00:40:39 20.10.0: Pulling from library/docker 00:40:39 ---> Running in 32db53f21f1a 00:40:39 ---> Running in 71c37aa93ba1 00:40:39 + docker inspect -f . ci-base-image-arm64 00:40:39 . [Pipeline] withDockerContainer 00:40:39 Removing intermediate container cc1058947466 00:40:39 ---> 864adf38ddc7 00:40:39 Step 13/23 : ENV APP_PORT=48082 00:40:39 ---> Running in 94499e08de55 00:40:39 prd-ubuntu18.04-docker-arm64-4c-16g-23581 does not seem to be running inside a container 00:40:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:40:40 ---> Running in 91d2bc985f0e 00:40:40 Removing intermediate container 71c37aa93ba1 00:40:40 ---> 607f0dd1f91a 00:40:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:40 Removing intermediate container 32db53f21f1a 00:40:40 ---> 07493f6564a9 00:40:40 Step 13/22 : ENV APP_PORT=48060 00:40:40 Removing intermediate container 94499e08de55 00:40:40 ---> 8d16869df67a 00:40:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:40:41 Removing intermediate container 91d2bc985f0e 00:40:41 ---> fe6d00b1fbbe 00:40:41 Step 14/23 : EXPOSE $APP_PORT 00:40:41 ---> Running in c88c4395f9fe 00:40:41 $ docker top 53d649eca5ab8eac5b8fe2151a365c818c0aee402ad27722226f6fbe149b9b51 -eo pid,comm 00:40:41 ---> Running in 76e0ae06334d 00:40:41 ---> 5ba21543b9be 00:40:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:40:41 ---> be7e22bd3cb0 00:40:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:40:41 Removing intermediate container c88c4395f9fe 00:40:41 ---> 45879412607d 00:40:41 Step 14/22 : EXPOSE $APP_PORT 00:40:41 Removing intermediate container 76e0ae06334d 00:40:41 ---> 4f2a62b54daf 00:40:41 Step 15/23 : WORKDIR / 00:40:41 ---> Running in 5d4b3a6fb40c 00:40:41 ---> Running in 3c2bb48a1cc0 [Pipeline] { [Pipeline] sh 00:40:42 ---> a66a12bcab07 00:40:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:40:42 ---> 9eaaab82aafb 00:40:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:40:42 Removing intermediate container 5d4b3a6fb40c 00:40:42 ---> 4cae979d388d 00:40:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:42 Removing intermediate container 3c2bb48a1cc0 00:40:42 ---> 0d240006360a 00:40:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:42 + go version 00:40:42 go version go1.15.5 linux/arm64 [Pipeline] } 00:40:42 $ docker stop --time=1 53d649eca5ab8eac5b8fe2151a365c818c0aee402ad27722226f6fbe149b9b51 00:40:43 ---> cff9d3d1c975 00:40:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:40:43 ---> 8e298d4d6fc7 00:40:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:43 ---> Running in 3e5a4a073ebd 00:40:43 ---> 92d869f13515 00:40:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:40:43 ---> a2eecb929a6c 00:40:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:40:43 ---> Running in a30046f75c02 00:40:43 Removing intermediate container 3e5a4a073ebd 00:40:43 ---> f80f9742361d 00:40:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:43 ---> bacda8ca208e 00:40:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:43 ---> Running in 332e41eb9f6e 00:40:44 Removing intermediate container a30046f75c02 00:40:44 ---> a2fe0adeb9de 00:40:44 Step 18/21 : CMD ["--init=true"] 00:40:44 ---> Running in 092207d42ee6 00:40:44 ---> b110f5b23e0e 00:40:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:40:44 Removing intermediate container 332e41eb9f6e 00:40:44 ---> ac824522c6af 00:40:44 Step 20/22 : LABEL arch=x86_64 00:40:44 ---> 08d328a80464 00:40:44 Step 19/23 : ENTRYPOINT ["/core-command"] 00:40:44 ---> Running in fab783de7e3a 00:40:44 Removing intermediate container 092207d42ee6 00:40:44 ---> 0dc97ed3772a 00:40:44 Step 19/21 : LABEL arch=x86_64 00:40:44 ---> b695b5c3e9b2 00:40:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:40:44 $ docker rm -f 53d649eca5ab8eac5b8fe2151a365c818c0aee402ad27722226f6fbe149b9b51 00:40:44 ---> Running in 7e9fcaf716d8 00:40:44 ---> Running in c812080628dd 00:40:44 ---> Running in ae925c150e25 00:40:44 Removing intermediate container fab783de7e3a 00:40:44 ---> 78a13b3db009 00:40:44 Step 21/22 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:45 + docker inspect -f . ci-base-image-arm64 00:40:45 . [Pipeline] withDockerContainer 00:40:45 ---> Running in 511c07daffba 00:40:45 Removing intermediate container c812080628dd 00:40:45 ---> b499caea9cb6 00:40:45 Step 20/21 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:40:45 Removing intermediate container 7e9fcaf716d8 00:40:45 ---> b94e2e0d1e9d 00:40:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:45 Removing intermediate container ae925c150e25 00:40:45 ---> 593df0ddbdb9 00:40:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:45 prd-ubuntu18.04-docker-arm64-4c-16g-23581 does not seem to be running inside a container 00:40:46 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:40:46 ---> Running in 4805505ec3d4 00:40:46 ---> Running in 2cd18376b76e 00:40:46 ---> Running in e67752afa196 00:40:46 Removing intermediate container 511c07daffba 00:40:46 ---> c83f1b3271d3 00:40:46 Step 22/22 : LABEL version=0.0.0 00:40:46 ---> Running in 5459ff807a22 00:40:46 Removing intermediate container 4805505ec3d4 00:40:46 ---> 9ce99c366b19 00:40:46 Step 21/21 : LABEL version=0.0.0 00:40:46 Removing intermediate container 2cd18376b76e 00:40:46 ---> f885a3b0c088 00:40:46 Step 21/23 : LABEL arch=x86_64 00:40:46 Removing intermediate container e67752afa196 00:40:46 ---> fa61edd40a45 00:40:46 Step 20/22 : LABEL arch=x86_64 00:40:46 ---> Running in 29f6e8694d91 00:40:46 ---> Running in 9e596c98136e 00:40:46 Removing intermediate container 5459ff807a22 00:40:46 ---> 50d3617cbbcb 00:40:46 00:40:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:40:46 ---> Running in fcb73d2e779e 00:40:46 Status: Downloaded newer image for docker:20.10.0 00:40:46 ---> aefe523efa57 00:40:46 Step 12/26 : RUN apk add --no-cache bash 00:40:46 Successfully built 50d3617cbbcb 00:40:46 ---> Running in 9b25d1b7ff05 00:40:46 Successfully tagged docker-support-scheduler-go:latest 00:40:46  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 00:40:46 Removing intermediate container 29f6e8694d91 00:40:46 ---> 9553762e540d 00:40:46 00:40:47 Removing intermediate container 9e596c98136e 00:40:47 ---> 5d87f7f26412 00:40:47 Step 22/23 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:40:47 Successfully built 9553762e540d 00:40:47 Removing intermediate container fcb73d2e779e 00:40:47 ---> de0d06a669cc 00:40:47 Step 21/22 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:40:47 Successfully tagged docker-security-proxy-setup-go:latest 00:40:47 Building docker-core-data-go 00:40:47  Building docker-security-proxy-setup-go ... done  ---> Running in 8adc2d5983b7 00:40:47 ---> Running in 04fd1b6ed2e0 00:40:47 $ docker top 684b343b4f52cf9e6b4eae11c345e264fa0f1098ae53dc1e1314aacbf9c5c706 -eo pid,comm 00:40:47 Removing intermediate container 04fd1b6ed2e0 00:40:47 ---> 16360c5d04de 00:40:47 Step 22/22 : LABEL version=0.0.0 00:40:47 Removing intermediate container 8adc2d5983b7 00:40:47 ---> 7de417cce8e9 00:40:47 Step 23/23 : LABEL version=0.0.0 00:40:47 ---> Running in 59d1e2fe4884 00:40:47 ---> Running in 2240ba34f55f 00:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:48 Removing intermediate container 59d1e2fe4884 00:40:48 ---> e4f3147c5448 00:40:48 [Pipeline] { [Pipeline] echo 00:40:48 ========================================================= 00:40:48 [edgeXBuildGoParallel] Running Tests and Build... 00:40:48 ========================================================= [Pipeline] sh 00:40:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:48 (1/2) Installing readline (8.0.4-r0) 00:40:48 + make test 00:40:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:40:48 (2/2) Installing bash (5.0.17-r0) 00:40:48 Executing bash-5.0.17-r0.post-install 00:40:48 Executing busybox-1.31.1-r19.trigger 00:40:48 OK: 12 MiB in 22 packages 00:40:50 Removing intermediate container 2240ba34f55f 00:40:50 ---> 2ffe0c4f3e0a 00:40:50 00:40:51 Successfully built e4f3147c5448 00:40:51 Successfully built 2ffe0c4f3e0a 00:40:51 Successfully tagged docker-support-notifications-go:latest 00:40:51 Building docker-core-metadata-go 00:40:51  Building docker-support-notifications-go ... done Successfully tagged docker-core-command-go:latest 00:40:51 Building docker-security-secretstore-setup-go 00:40:56  Building docker-core-command-go ... done Removing intermediate container 9b25d1b7ff05 00:40:56 ---> 69b700fa9dd9 00:40:56 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:58 ---> Running in 059927e522a3 00:40:59 Removing intermediate container 059927e522a3 00:40:59 ---> 74bbf164fb68 00:40:59 Step 14/26 : ENV APP_PORT=48090 00:40:59 ---> Running in 5fdb07ad3c13 00:41:00 Removing intermediate container 5fdb07ad3c13 00:41:00 ---> 617fa4ac8089 00:41:00 Step 15/26 : EXPOSE $APP_PORT 00:41:00 ---> Running in d320c6997793 00:41:00 Removing intermediate container d320c6997793 00:41:00 ---> e95c99b87522 00:41:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:41:02 ---> 192c3f3cab93 00:41:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:41:04 ---> 71fa8b7b9dcf 00:41:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:41:07 ---> 6f1a06cb9d7e 00:41:07 Step 19/26 : RUN apk --no-cache add py3-pip 00:41:07 ---> Running in 7c48237fa1b9 00:41:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:11 (1/33) Installing libbz2 (1.0.8-r1) 00:41:11 (2/33) Installing expat (2.2.9-r1) 00:41:11 (3/33) Installing libffi (3.3-r2) 00:41:11 (4/33) Installing gdbm (1.13-r1) 00:41:11 (5/33) Installing xz-libs (5.2.5-r0) 00:41:11 (6/33) Installing sqlite-libs (3.32.1-r0) 00:41:11 (7/33) Installing python3 (3.8.5-r0) 00:41:15 ? github.com/edgexfoundry/edgex-go [no test files] 00:41:15 (8/33) Installing py3-appdirs (1.4.4-r1) 00:41:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:41:15 (10/33) Installing py3-parsing (2.4.7-r0) 00:41:15 (11/33) Installing py3-six (1.15.0-r0) 00:41:15 (12/33) Installing py3-packaging (20.4-r0) 00:41:15 (13/33) Installing py3-setuptools (47.0.0-r0) 00:41:16 (14/33) Installing py3-chardet (3.0.4-r4) 00:41:16 (15/33) Installing py3-idna (2.9-r0) 00:41:16 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:41:16 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:41:16 (18/33) Installing py3-requests (2.23.0-r0) 00:41:16 (19/33) Installing py3-msgpack (1.0.0-r0) 00:41:16 (20/33) Installing py3-lockfile (0.12.2-r3) 00:41:16 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:41:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:41:17 ---> 7b0e4c867b21 00:41:17 Step 3/23 : WORKDIR /edgex-go 00:41:17 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:17 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:41:17 ---> 7b0e4c867b21 00:41:17 Step 3/34 : WORKDIR /edgex-go 00:41:17 ---> Using cache 00:41:17 ---> 31d3d99fce2b 00:41:17 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:17 ---> Using cache 00:41:17 ---> 093c56a1d2b2 00:41:17 Step 5/34 : RUN apk add --update --no-cache make git 00:41:17 ---> Using cache 00:41:17 ---> 31d3d99fce2b 00:41:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:17 ---> Using cache 00:41:17 ---> 093c56a1d2b2 00:41:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:41:17 (22/33) Installing py3-colorama (0.4.3-r0) 00:41:18 (23/33) Installing py3-distlib (0.3.0-r0) 00:41:19 (24/33) Installing py3-distro (1.5.0-r1) 00:41:19 (25/33) Installing py3-webencodings (0.5.1-r3) 00:41:19 (26/33) Installing py3-html5lib (1.0.1-r4) 00:41:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:41:20 ---> 7b0e4c867b21 00:41:20 Step 3/23 : WORKDIR /edgex-go 00:41:20 ---> Using cache 00:41:20 ---> 31d3d99fce2b 00:41:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:20 ---> Using cache 00:41:20 ---> 093c56a1d2b2 00:41:20 Step 5/23 : RUN apk add --update --no-cache make git 00:41:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:41:20 ---> 7b0e4c867b21 00:41:20 Step 3/24 : WORKDIR /edgex-go 00:41:20 ---> Using cache 00:41:20 ---> 31d3d99fce2b 00:41:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:20 ---> Using cache 00:41:20 ---> 093c56a1d2b2 00:41:20 Step 5/24 : RUN apk add --update --no-cache make git 00:41:21 (27/33) Installing py3-pytoml (0.1.21-r0) 00:41:21 ---> Running in b1af728e6393 00:41:21 (28/33) Installing py3-pep517 (0.8.2-r0) 00:41:21 ---> Running in 5d33a537cddf 00:41:21 (29/33) Installing py3-progress (1.5-r0) 00:41:21 (30/33) Installing py3-toml (0.10.1-r0) 00:41:21 (31/33) Installing py3-retrying (1.3.3-r0) 00:41:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:41:21 (33/33) Installing py3-pip (20.1.1-r0) 00:41:21 ---> Running in 2266fd9146a8 00:41:21 ---> Running in 33b906a95a16 00:41:21 Executing busybox-1.31.1-r19.trigger 00:41:21 OK: 71 MiB in 55 packages 00:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:24 OK: 233 MiB in 51 packages 00:41:24 OK: 233 MiB in 51 packages 00:41:24 OK: 233 MiB in 51 packages 00:41:24 OK: 233 MiB in 51 packages 00:41:28 Removing intermediate container 5d33a537cddf 00:41:28 ---> baf7174a756e 00:41:28 Step 6/23 : COPY go.mod . 00:41:29 Removing intermediate container 2266fd9146a8 00:41:29 ---> 8fa46e4f4c5a 00:41:29 Step 6/23 : COPY go.mod . 00:41:29 Removing intermediate container 33b906a95a16 00:41:29 ---> 9f679c02f97b 00:41:29 Step 6/24 : COPY go.mod . 00:41:29 ---> f2da269ef6d4 00:41:29 Step 7/23 : RUN go mod download 00:41:29 Removing intermediate container b1af728e6393 00:41:29 ---> 6df3510617ce 00:41:29 Step 6/34 : COPY go.mod . 00:41:29 Removing intermediate container 7c48237fa1b9 00:41:29 ---> 29d63c50fa08 00:41:29 Step 20/26 : RUN pip install docker-compose==1.23.2 00:41:29 ---> Running in f53a921af439 00:41:29 ---> a6650e79aa41 00:41:29 Step 7/23 : RUN go mod download 00:41:29 ---> Running in 3e226ac75040 00:41:29 ---> 5684077fa93f 00:41:29 Step 7/24 : RUN go mod download 00:41:30 ---> Running in 6054e04fb6af 00:41:30 ---> df6862083506 00:41:30 Step 7/34 : RUN go mod download 00:41:30 ---> Running in aea186b4c8c6 00:41:30 ---> Running in 38d540ab9c3a 00:41:32 Collecting docker-compose==1.23.2 00:41:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:41:32 Removing intermediate container 6054e04fb6af 00:41:32 ---> d097e208f4d7 00:41:32 Step 8/23 : COPY . . 00:41:32 Collecting docopt<0.7,>=0.6.1 00:41:32 Downloading docopt-0.6.2.tar.gz (25 kB) 00:41:34 Removing intermediate container f53a921af439 00:41:34 ---> 04e669d8b0fe 00:41:34 Step 8/23 : COPY . . 00:41:34 Collecting jsonschema<3,>=2.5.1 00:41:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:41:37 Collecting PyYAML<4,>=3.10 00:41:37 Downloading PyYAML-3.13.tar.gz (270 kB) 00:41:37 Removing intermediate container 38d540ab9c3a 00:41:37 ---> 1f03cbd096b6 00:41:37 Step 8/34 : COPY . . 00:41:40 Removing intermediate container aea186b4c8c6 00:41:40 ---> c9bcf3d4c625 00:41:40 Step 8/24 : COPY . . 00:41:41 Collecting websocket-client<1.0,>=0.32.0 00:41:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:41:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:41:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:41:46 Collecting cached-property<2,>=1.2.0 00:41:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:41:46 Collecting dockerpty<0.5,>=0.4.1 00:41:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:41:51 Collecting texttable<0.10,>=0.9.0 00:41:51 Downloading texttable-0.9.1.tar.gz (11 kB) 00:41:53 Collecting docker<4.0,>=3.6.0 00:41:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:41:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:41:54 Collecting idna<2.8,>=2.5 00:41:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:41:54 Collecting urllib3<1.25,>=1.21.1 00:41:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:41:55 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:41:55 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:41:56 Collecting docker-pycreds>=0.4.0 00:41:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:41:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:41:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:41:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:41:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:41:58 Installing collected packages: docopt, jsonschema, PyYAML, websocket-client, idna, urllib3, requests, cached-property, dockerpty, texttable, docker-pycreds, docker, docker-compose 00:41:58 Running setup.py install for docopt: started 00:42:01 Running setup.py install for docopt: finished with status 'done' 00:42:01 Running setup.py install for PyYAML: started 00:42:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:42:04 Running setup.py install for PyYAML: finished with status 'done' 00:42:06 Attempting uninstall: idna 00:42:06 Found existing installation: idna 2.9 00:42:06 Uninstalling idna-2.9: 00:42:06 Successfully uninstalled idna-2.9 00:42:08 Attempting uninstall: urllib3 00:42:08 Found existing installation: urllib3 1.25.9 00:42:08 Uninstalling urllib3-1.25.9: 00:42:08 Successfully uninstalled urllib3-1.25.9 00:42:09 Attempting uninstall: requests 00:42:09 Found existing installation: requests 2.23.0 00:42:09 Uninstalling requests-2.23.0: 00:42:09 Successfully uninstalled requests-2.23.0 00:42:10 Running setup.py install for dockerpty: started 00:42:12 Running setup.py install for dockerpty: finished with status 'done' 00:42:12 Running setup.py install for texttable: started 00:42:14 Running setup.py install for texttable: finished with status 'done' 00:42:15 ---> 725b4bbbab84 00:42:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:42:16 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:42:16 ---> Running in e1b18966f9b9 00:42:16 ---> 6289e4c7907e 00:42:16 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:42:17 ---> 2a2e5ada8d8b 00:42:17 Step 9/23 : RUN make cmd/core-data/core-data 00:42:17 ---> d729e8085bdd 00:42:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:42:17 ---> Running in 88a00d84405b 00:42:17 ---> Running in 14499546993e 00:42:17 ---> Running in d8328e46b2d3 00:42:17 Removing intermediate container 88a00d84405b 00:42:17 ---> d2c7dc9bee01 00:42:17 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" 00:42:18 ---> Running in 6a95478c87c2 00:42: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 00:42:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:42:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:42:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:42:21 Removing intermediate container 3e226ac75040 00:42:21 ---> 422b3520b827 00:42:21 Step 21/26 : RUN apk --no-cache add curl 00:42:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:42:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:42:21 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:42:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:42:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:42:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:42:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:42:21 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:42:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:42:21 ---> Running in e6ce6a6070b8 00:42:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:42:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:42:24 (2/3) Installing libcurl (7.69.1-r3) 00:42:24 (3/3) Installing curl (7.69.1-r3) 00:42:24 Executing busybox-1.31.1-r19.trigger 00:42:24 OK: 72 MiB in 58 packages 00:42:27 Removing intermediate container e6ce6a6070b8 00:42:27 ---> 2b989fb64e77 00:42:27 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:42:27 ---> Running in 42c65b04ebf8 00:42:28 Removing intermediate container 42c65b04ebf8 00:42:28 ---> f6d19b1dbeeb 00:42:28 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:28 ---> Running in f4de147c8946 00:42:28 Removing intermediate container f4de147c8946 00:42:28 ---> 211bdff25d1b 00:42:28 Step 24/26 : LABEL arch=x86_64 00:42:28 ---> Running in c875d65f31ac 00:42:28 Removing intermediate container c875d65f31ac 00:42:28 ---> 5c54d81c2499 00:42:28 Step 25/26 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:42:28 ---> Running in 101c07936ea5 00:42:29 Removing intermediate container 101c07936ea5 00:42:29 ---> d8472d9578b6 00:42:29 Step 26/26 : LABEL version=0.0.0 00:42:29 ---> Running in 569ddfa12557 00:42:29 Removing intermediate container 569ddfa12557 00:42:29 ---> 9df2abd92569 00:42:29 00:42:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:42:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:42:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:42:30 Successfully built 9df2abd92569 00:42:30 Successfully tagged docker-sys-mgmt-agent-go:latest 00:42:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.321s coverage: 46.6% of statements 00:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:42:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:42:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.516s coverage: 27.1% of statements 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:42:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:42:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:42:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.286s coverage: 65.8% of statements 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:42:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.408s coverage: 82.3% of statements 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:42:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:42:48  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 00:42: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 00:42:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.315s coverage: 28.6% of statements 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:42:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.129s coverage: 100.0% of statements 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:42:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.106s coverage: 100.0% of statements 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:42:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.365s coverage: 86.7% of statements 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:42:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.335s coverage: 97.5% of statements 00:42:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:42:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements 00:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:42:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:42:55 + mkdir -p /tmp/build/dist/linux 00:42:55 + cd /tmp/build/dist/linux 00:42:55 + git clone https://github.com/jwilder/dockerize.git . 00:42:55 Cloning into '.'... 00:42:55 + go get github.com/robfig/glock 00:42:59 Removing intermediate container d8328e46b2d3 00:42:59 ---> 577d91e689d8 00:42:59 00:42:59 Step 10/24 : FROM alpine:3.12 00:42:59 ---> 389fef711851 00:42:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:43:00 ---> Running in 8fde51f62734 00:43:00 Removing intermediate container e1b18966f9b9 00:43:00 ---> 0796cbd69c33 00:43:00 00:43:00 Step 10/23 : FROM alpine:3.12 00:43:00 ---> 389fef711851 00:43:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:43:00 ---> Using cache 00:43:00 ---> 3ab58c350d60 00:43:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:43:00 ---> Using cache 00:43:00 ---> 864adf38ddc7 00:43:00 Step 13/23 : ENV APP_PORT=48081 00:43:00 ---> Running in 77365696bbf3 00:43:01 Removing intermediate container 77365696bbf3 00:43:01 ---> e0c4f8eade85 00:43:01 Step 14/23 : EXPOSE $APP_PORT 00:43:01 ---> Running in c68268a5e302 00:43:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:01 (1/5) Installing ca-certificates (20191127-r4) 00:43:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:43:01 (3/5) Installing libcurl (7.69.1-r3) 00:43:01 (4/5) Installing curl (7.69.1-r3) 00:43:01 (5/5) Installing dumb-init (1.2.2-r1) 00:43:01 Executing busybox-1.31.1-r19.trigger 00:43:01 Executing ca-certificates-20191127-r4.trigger 00:43:01 Removing intermediate container c68268a5e302 00:43:01 ---> f38f77b9eaf7 00:43:01 Step 15/23 : WORKDIR / 00:43:02 OK: 7 MiB in 19 packages 00:43:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.381s coverage: 92.8% of statements 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:43:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:43:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:43:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:43:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 43.8% of statements 00:43:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements 00:43:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements 00:43:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements 00:43:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements 00:43:03 ---> Running in 8dad8ed64232 00:43:03 Removing intermediate container 14499546993e 00:43:03 ---> d26d1f5eed52 00:43:03 00:43:03 Step 10/23 : FROM alpine:3.12 00:43:03 ---> 389fef711851 00:43:03 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:43:04 ---> Running in bdca52a2babb 00:43:05 Removing intermediate container 8dad8ed64232 00:43:05 ---> fff476433a87 00:43:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:43:07 Removing intermediate container 8fde51f62734 00:43:07 ---> ac22b25611fd 00:43:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:43:07 Removing intermediate container bdca52a2babb 00:43:07 ---> 17141a5693ba 00:43:07 Step 12/23 : ENV APP_PORT=48080 00:43:07 ---> fcfc27f6592d 00:43:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:43:07 ---> Running in 6236dfaa872e 00:43:07 ---> Running in c780ec6c56e3 00:43:07 Removing intermediate container 6236dfaa872e 00:43:07 ---> 0e5a5cd2984e 00:43:07 Step 13/24 : WORKDIR / 00:43:08 Removing intermediate container c780ec6c56e3 00:43:08 ---> 5f34d6c86f90 00:43:08 Step 13/23 : EXPOSE $APP_PORT 00:43:08 ---> Running in 77811899dc5b 00:43:08 ---> Running in 4ce9620d4e4e 00:43:08 ---> bb87c49fa052 00:43:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:43:08 Removing intermediate container 77811899dc5b 00:43:08 ---> 162d8b190eec 00:43:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:43:08 Removing intermediate container 4ce9620d4e4e 00:43:08 ---> d2f2bbdf0b6f 00:43:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:08 ---> Running in e3ccce85013b 00:43:09 + glock sync -n 00:43:09  ---> 326501fffc34 00:43:09 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:43:09 ---> 988bf598939f 00:43:09 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:43:09 ---> Running in 7ae118234cab 00:43:09 ---> 5db2a8db5d3a 00:43:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:43:09 Removing intermediate container 7ae118234cab 00:43:09 ---> fe3357aa9fde 00:43:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:09 ---> Running in 5d38bd99e2d3 00:43:09 ---> 48a957dce083 00:43:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:43:09 Removing intermediate container 5d38bd99e2d3 00:43:09 ---> 077fc550eca8 00:43:09 Step 21/23 : LABEL arch=x86_64 00:43:10 ---> Running in 8f03cccb6411 00:43:10 Removing intermediate container e3ccce85013b 00:43:10 ---> 34630d224ae4 00:43:10 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:43:10 ---> Running in aa30a7e12305 00:43:10 Removing intermediate container 8f03cccb6411 00:43:10 ---> 82c1519e0ab6 00:43:10 Step 22/23 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:43:10 ---> 5e50bda33aa0 00:43:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:43:10 ---> Running in 323e270e6d91 00:43:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:11 Removing intermediate container 323e270e6d91 00:43:11 ---> 69bc402a2b68 00:43:11 Step 23/23 : LABEL version=0.0.0 00:43:11 ---> Running in e33a52475de0 00:43:11 ---> a9a8eb87fc6d 00:43:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:43:12 Removing intermediate container e33a52475de0 00:43:12 ---> 1baf36bac916 00:43:12 00:43:12 ---> f36384de537f 00:43:12 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:43:12 ---> Running in 359d590209b7 00:43:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:12 Successfully built 1baf36bac916 00:43:12 Successfully tagged docker-core-metadata-go:latest 00:43:13  Building docker-core-metadata-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:43:13 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:43:13 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:43:13 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:43:13 + git describe '--abbrev=0' --tags 00:43:13 + TAG=v0.6.1 00:43:13 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:43:13 + apk --print-arch 00:43:13 building [dockerize] for amd64 ... 00:43:13 + arch=x86_64 00:43:13 + echo 'building [dockerize] for amd64 ... ' 00:43:13 + 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 00:43:14 (1/6) Installing dumb-init (1.2.2-r1) 00:43:14 (2/6) Installing libgcc (9.3.0-r2) 00:43:14 (3/6) Installing libsodium (1.0.18-r0) 00:43:14 (4/6) Installing libstdc++ (9.3.0-r2) 00:43:15 (5/6) Installing libzmq (4.3.3-r0) 00:43:15 Removing intermediate container 359d590209b7 00:43:15 ---> 82ea6f87f835 00:43:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:43:15 (6/6) Installing zeromq (4.3.3-r0) 00:43:15 Executing busybox-1.31.1-r19.trigger 00:43:15 OK: 8 MiB in 20 packages 00:43:15 ---> Running in e1b5fbdaf38f 00:43:15 Removing intermediate container e1b5fbdaf38f 00:43:15 ---> 51879736da2e 00:43:15 Step 22/24 : LABEL arch=x86_64 00:43:16 ---> Running in e4d26b417e24 00:43:16 Removing intermediate container e4d26b417e24 00:43:16 ---> 5da316aa5bc1 00:43:16 Step 23/24 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:43:16 Removing intermediate container aa30a7e12305 00:43:16 ---> 5e9821f51ef8 00:43:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:43:16 ---> Running in 55964a68427f 00:43:16 Removing intermediate container 55964a68427f 00:43:16 ---> 67d22eaccfc7 00:43:16 Step 24/24 : LABEL version=0.0.0 00:43:16 ---> Running in f54198e3522f 00:43:16 ---> 3f15ce06d3c6 00:43:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:43:17 Removing intermediate container f54198e3522f 00:43:17 ---> 98a5bd722afa 00:43:17 00:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.068s coverage: 94.4% of statements 00:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 00:43:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:43:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:43:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:43:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 00:43:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:43:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:43:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 00:43:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 00:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 00:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.131s coverage: 84.2% of statements 00:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements 00:43:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.616s coverage: 63.5% of statements 00:43:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:43:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:43:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements 00:43:17 Successfully built 98a5bd722afa 00:43:17 Successfully tagged docker-security-secretstore-setup-go:latest 00:43:18  Building docker-security-secretstore-setup-go ... done  ---> 4efe2178ac6e 00:43:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:43:18 ---> f5d7b9bd83c7 00:43:18 Step 19/23 : ENTRYPOINT ["/core-data"] 00:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements 00:43:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements 00:43:19 ---> Running in ea13506af80a 00:43:19 Removing intermediate container ea13506af80a 00:43:19 ---> e03eb9748b18 00:43:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements 00:43:19 ---> Running in a95884320825 00:43:19 Removing intermediate container a95884320825 00:43:19 ---> 03103df7ae72 00:43:19 Step 21/23 : LABEL arch=x86_64 00:43:19 ---> Running in 4d49db548e64 00:43:20 Removing intermediate container 4d49db548e64 00:43:20 ---> ab071c83fb8e 00:43:20 Step 22/23 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:43:20 ---> Running in 0b39d24a26e3 00:43:20 Removing intermediate container 0b39d24a26e3 00:43:20 ---> dc85b8221ee8 00:43:20 Step 23/23 : LABEL version=0.0.0 00:43:20 ---> Running in f0a58e9f59e0 00:43:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 00:43:20 Removing intermediate container f0a58e9f59e0 00:43:20 ---> a58044255754 00:43:20 00:43:21 Successfully built a58044255754 00:43:21 Successfully tagged docker-core-data-go:latest 00:43:23 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.939s coverage: 68.9% of statements 00:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:43:23 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:43:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 37.0% of statements 00:43:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:43:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:43:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.617s coverage: 84.0% of statements 00:43:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.083s coverage: 100.0% of statements 00:43:27  Building docker-core-data-go ... done + date 00:43:27 + echo 'Thu Jan 28 00:43:27 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:43:27 Thu Jan 28 00:43:27 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:43:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.348s coverage: 47.1% of statements 00:43:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:43:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:43:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:43:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:43:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:43:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 00:43:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:43:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements 00:43:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:43:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.199s coverage: 29.1% of statements 00:43:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:43:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:43:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:43:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:43:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:43:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.165s coverage: 99.0% of statements 00:43:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:43:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.119s coverage: 100.0% of statements 00:43:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:43:36 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 00:43:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:43:36 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 00:43:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:43:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:43:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:43:36 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:43:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 00:43:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:43:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:43:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.084s coverage: 100.0% of statements 00:43:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:43:38 Removing intermediate container 6a95478c87c2 00:43:38 ---> 6e7a8b9c0bbd 00:43:38 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" 00:43:38 ---> Running in ee34871f447b 00:43:38 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 00:43:38 statically linked 00:43:38 Removing intermediate container ee34871f447b 00:43:38 ---> 667030c2124d 00:43:38 00:43:38 Step 12/34 : FROM alpine:3.12 00:43:38 ---> 389fef711851 00:43:38 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:43:38 ---> Running in c499ddf204e7 00:43:38 Removing intermediate container c499ddf204e7 00:43:38 ---> 8f7b4267e91d 00:43:38 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:43:38 ---> Running in 119464d7d9b4 00:43:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements 00:43:39 (1/3) Installing dumb-init (1.2.2-r1) 00:43:39 (2/3) Installing openssl (1.1.1i-r0) 00:43:39 (3/3) Installing su-exec (0.2-r1) 00:43:39 Executing busybox-1.31.1-r19.trigger 00:43:39 OK: 6 MiB in 17 packages 00:43:40 GO111MODULE=on go vet ./... 00:43:40 Removing intermediate container 119464d7d9b4 00:43:40 ---> 153b2b5c6bfc 00:43:40 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:43:40 ---> Running in 84a0d88950ab 00:43:40 Removing intermediate container 84a0d88950ab 00:43:40 ---> 906383872c77 00:43:40 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:43:40 ---> Running in 9ee170dce7c0 00:43:40 Removing intermediate container 9ee170dce7c0 00:43:40 ---> 18cd773ca260 00:43:40 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:43:40 ---> Running in 8ec0ae275eca 00:43:41 Removing intermediate container 8ec0ae275eca 00:43:41 ---> df4f50e70f68 00:43:41 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:43:41 ---> Running in ffad7a787ef3 00:43:42 Removing intermediate container ffad7a787ef3 00:43:42 ---> 20090ea334d0 00:43:42 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:43:42 ---> 7a2a2c1f4cdb 00:43:42 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:43:43 ---> 4c306a0a0937 00:43:43 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:43:43 ---> Running in 2334b732b203 00:43:44 Removing intermediate container 2334b732b203 00:43:44 ---> c51f324cda6e 00:43:44 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:43:44 ---> 842123203b99 00:43:44 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:43:45 ---> 36366b471945 00:43:45 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:43:45 ---> d4ac64843a60 00:43:45 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:43:46 ---> 2fcc897f2bca 00:43:46 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:43:46 ---> aaf41dcd5a34 00:43:46 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:43:46 ---> Running in b6731bcd970e 00:43:46 Removing intermediate container b6731bcd970e 00:43:46 ---> fc0aeb9ffe13 00:43:46 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:43:46 ---> de1409b0ba27 00:43:46 Step 29/34 : RUN chmod +x /entrypoint.sh 00:43:47 ---> Running in 21c123e3bcc0 00:43:48 Removing intermediate container 21c123e3bcc0 00:43:48 ---> c56296a81e45 00:43:48 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:43:48 ---> Running in ad0bcd451f8c 00:43:48 Removing intermediate container ad0bcd451f8c 00:43:48 ---> b82f5bdf0ca6 00:43:48 Step 31/34 : CMD ["gate"] 00:43:48 ---> Running in c1f8567fc21d 00:43:48 Removing intermediate container c1f8567fc21d 00:43:48 ---> 1a9db5a9ca6c 00:43:48 Step 32/34 : LABEL arch=x86_64 00:43:48 ---> Running in d97bf470b187 00:43:49 Removing intermediate container d97bf470b187 00:43:49 ---> 1ce9ed8c83b5 00:43:49 Step 33/34 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:43:49 ---> Running in f2c3fac88558 00:43:49 Removing intermediate container f2c3fac88558 00:43:49 ---> 4fdc41e8a6f1 00:43:49 Step 34/34 : LABEL version=0.0.0 00:43:49 ---> Running in ffa80dd70d45 00:43:49 Removing intermediate container ffa80dd70d45 00:43:49 ---> 48286c934158 00:43:49 00:43:50 Successfully built 48286c934158 00:43:51 Successfully tagged docker-security-bootstrapper-go:latest 00:43:51  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:43:51 $ docker stop --time=1 19fc48cf897386afb6808912959a2ccfb1bf25696f5bc18f17f71d2f5a716224 00:43:53 $ docker rm -f 19fc48cf897386afb6808912959a2ccfb1bf25696f5bc18f17f71d2f5a716224 [Pipeline] // withDockerContainer [Pipeline] sh 00:43:53 + docker images 00:43:53 + grep docker 00:43:54 docker-security-bootstrapper-go latest 48286c934158 4 seconds ago 33.5MB 00:43:54 docker-core-data-go latest a58044255754 33 seconds ago 22.3MB 00:43:54 docker-security-secretstore-setup-go latest 98a5bd722afa 36 seconds ago 24.6MB 00:43:54 docker-core-metadata-go latest 1baf36bac916 41 seconds ago 18.8MB 00:43:54 docker-sys-mgmt-agent-go latest 9df2abd92569 About a minute ago 313MB 00:43:54 docker-support-notifications-go latest e4f3147c5448 3 minutes ago 16.9MB 00:43:54 docker-core-command-go latest 2ffe0c4f3e0a 3 minutes ago 16.3MB 00:43:54 docker-support-scheduler-go latest 50d3617cbbcb 3 minutes ago 16.4MB 00:43:54 docker-security-proxy-setup-go latest 9553762e540d 3 minutes ago 24.4MB 00:43:54 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:44:09 Still waiting to schedule task 00:44:09 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:44:48 gofmt -l . 00:44:50 [ "`gofmt -l .`" = "" ] 00:44:52 ./bin/test-go-mod-tidy.sh 00:44:52 ./bin/test-attribution-txt.sh [Pipeline] sh 00:44:54 + ls -al . 00:44:54 total 696 00:44:54 drwxrwxr-x 9 1001 1001 4096 Jan 28 00:44 . 00:44:54 drwxr-xr-x 4 root root 4096 Jan 28 00:40 .. 00:44:54 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:39 .dockerignore 00:44:54 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:39 .git 00:44:54 drwxrwxr-x 3 1001 1001 4096 Jan 28 00:39 .github 00:44:54 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:39 .gitignore 00:44:54 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:39 .sonarcloud.properties 00:44:54 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:39 Attribution.txt 00:44:54 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:39 CONTRIBUTING.md 00:44:54 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:39 Dockerfile.build 00:44:54 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:39 Jenkinsfile 00:44:54 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:39 LICENSE 00:44:54 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:39 Makefile 00:44:54 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:39 README.md 00:44:54 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:39 SECURITY.md 00:44:54 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:34 VERSION 00:44:54 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:39 ZMQWindows.md 00:44:54 drwxrwxr-x 2 1001 1001 4096 Jan 28 00:39 bin 00:44:54 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:39 cmd 00:44:54 -rw-r--r-- 1 root root 564700 Jan 28 00:43 coverage.out 00:44:54 -rw-r--r-- 1 root root 1053 Jan 28 00:44 go.mod 00:44:54 -rw-r--r-- 1 root root 19080 Jan 28 00:44 go.sum 00:44:54 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:39 internal 00:44:54 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:39 openapi 00:44:54 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:39 snap 00:44:54 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:39 version.go [Pipeline] sh 00:44:55 Running on prd-ubuntu18.04-docker-8c-8g-23590 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws 00:44:55 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:44:55 + '[' -e coverage.out ] 00:44:55 + chown 1001:1001 coverage.out [Pipeline] stash 00:44:55 Warning: overwriting stash ‘coverage-report’ 00:44:57 Stashed 1 file(s) [Pipeline] sh 00:44:57 + make build 00:44:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:44:58 using credential edgex-jenkins-ssh 00:44:58 Cloning the remote Git repository 00:44:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:44:58 > git init /w/workspace/edgex-go/3 # timeout=10 00:44:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:58 > git --version # timeout=10 00:44:58 > git --version # 'git version 2.17.1' 00:44:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:45:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:45:23 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit caca1edf1c7f82230b0956996c48951e5cc8b8da 00:45:23 Merge succeeded, producing d3d144cd7aa58286a3edca0220e28ccefef399df 00:45:23 Checking out Revision d3d144cd7aa58286a3edca0220e28ccefef399df (PR-3080) 00:45:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:45:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:45:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:45:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:45:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:45:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:45:23 > git config core.sparsecheckout # timeout=10 00:45:23 > git checkout -f caca1edf1c7f82230b0956996c48951e5cc8b8da # timeout=10 00:45:23 > git remote # timeout=10 00:45:23 > git config --get remote.origin.url # timeout=10 00:45:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:45:23 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:45:23 > git rev-parse HEAD^{commit} # timeout=10 00:45:23 > git config core.sparsecheckout # timeout=10 00:45:23 > git checkout -f d3d144cd7aa58286a3edca0220e28ccefef399df # timeout=10 00:45:27 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:45:27 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:45:28 + echo snap-build.sh 00:45:28 snap-build.sh 00:45:28 + SNAP_BASE_DIR=. 00:45:28 + '[' '!' -z /w/workspace/edgex-go/3 ']' 00:45:28 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 00:45:28 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 00:45:28 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 00:45:28 + cd /w/workspace/edgex-go/3 00:45:28 + sudo apt-get remove -qy --purge lxd lxd-client 00:45:28 Reading package lists... 00:45:28 Building dependency tree... 00:45:28 Reading state information... 00:45:28 The following packages were automatically installed and are no longer required: 00:45:28 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:45:28 uidmap xdelta3 00:45:28 Use 'sudo apt autoremove' to remove them. 00:45:28 The following packages will be REMOVED: 00:45:28 lxd* lxd-client* 00:45:27 > git rev-list --no-walk 4b4d967ccb8d08846c5b9c2326789f46f42dfb5e # timeout=10 00:45:29 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:45:29 After this operation, 31.7 MB disk space will be freed. 00:45:30 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:45:30 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:45:31 Removing lxd dnsmasq configuration 00:45:31 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:45:31 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:45:32 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:45:32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:45:32 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:45:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:45:33 Processing triggers for systemd (237-3ubuntu10.42) ... 00:45:34 Processing triggers for ureadahead (0.100.0-21) ... 00:45:35 + sudo snap remove --purge lxd 00:45:35 snap "lxd" is not installed 00:45:35 + sudo groupadd --force --system lxd 00:45:35 ++ whoami 00:45:35 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:45:35 + newgrp - lxd 00:45:35 + sudo snap install lxd 00:45: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 00:45:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:45:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:45:45 2021-01-28T00:45:42Z INFO Waiting for automatic snapd restart... 00:45:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:45:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:45:55 lxd 4.10 from Canonical* installed 00:45:55 + sudo lxd init --auto 00:45:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46:03 + sudo snap install --classic snapcraft 00:46:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:46:09 snapcraft 4.4.4 from Canonical* installed 00:46:09 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:46:09 + patch --verbose -p1 00:46:09 Hmm... Looks like a unified diff to me... 00:46:09 The text leading up to this was: 00:46:09 -------------------------- 00:46:09 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:46:09 |From: Tony Espy 00:46:09 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:46:09 |Subject: [PATCH] optimize snap build for pipeline CI check 00:46:09 | 00:46:09 |This patch is used by the EdgeX CI pipeline builds to 00:46:09 |optimize the snap CI check run for pull requests. When 00:46:09 |applied, it essentially strips out everything (apps and 00:46:09 |parts) from the snapcraft.yaml file except those required 00:46:09 |to build edgex-go, as the whole idea of the CI check is to 00:46:09 |catch changes to edgex-go that break the snap build. 00:46:09 | 00:46:09 |In general, anyone updating snapcraft.yaml will also need 00:46:09 |to update this patch file, otherwise it may fail to apply, 00:46:09 |resulting in a failed snap build CI check in the associated 00:46:09 |pull request. 00:46:09 | 00:46:09 |Note - in addition to applying this patch, the pipeline also 00:46:09 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:46:09 |need to build the finally binary .snap file (and it won't 00:46:09 |work with the patch applied). This further reduces the build 00:46:09 |time. 00:46:09 |--- 00:46:09 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:46:09 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:46:09 | 00:46:09 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:46:09 |index 1e537489..faf42425 100644 00:46:09 |--- a/snap/snapcraft.yaml 00:46:09 |+++ b/snap/snapcraft.yaml 00:46:09 -------------------------- 00:46:09 patching file snap/snapcraft.yaml 00:46:09 Using Plan A... 00:46:09 Hunk #1 succeeded at 73. 00:46:09 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:46:09 Hunk #3 succeeded at 214 (offset -1 lines). 00:46:09 Hunk #4 succeeded at 222 (offset -1 lines). 00:46:09 Hunk #5 succeeded at 229 (offset -1 lines). 00:46:09 Hunk #6 succeeded at 256 (offset -1 lines). 00:46:09 Hunk #7 succeeded at 290 (offset -1 lines). 00:46:09 Hunk #8 succeeded at 342. 00:46:09 Hmm... Ignoring the trailing garbage. 00:46:09 done 00:46:09 + sudo snapcraft prime --use-lxd 00:46:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:46:10 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:46:10 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:46:10 - README.md 00:46:10 - snapcraft.yaml.orig 00:46:10 00:46:10 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:46:11 Launching a container. 00:46:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:46:18 $ docker stop --time=1 684b343b4f52cf9e6b4eae11c345e264fa0f1098ae53dc1e1314aacbf9c5c706 00:46:20 $ docker rm -f 684b343b4f52cf9e6b4eae11c345e264fa0f1098ae53dc1e1314aacbf9c5c706 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:46:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:22 00:46:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:46:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:23 latest: Pulling from edgex-devops/edgex-compose-arm64 00:46:23 29e5d40040c1: Pulling fs layer 00:46:23 1ce36da41761: Pulling fs layer 00:46:23 25b303627fd3: Pulling fs layer 00:46:23 29e5d40040c1: Verifying Checksum 00:46:23 29e5d40040c1: Download complete 00:46:23 29e5d40040c1: Pull complete 00:46:24 1ce36da41761: Verifying Checksum 00:46:24 1ce36da41761: Download complete 00:46:25 1ce36da41761: Pull complete 00:46:25 25b303627fd3: Verifying Checksum 00:46:25 25b303627fd3: Download complete 00:46:26 Waiting for container to be ready 00:46:26 To start your first instance, try: lxc launch ubuntu:18.04 00:46:26 00:46:29 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:46:29 Waiting for network to be ready... 00:46:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 00:46:29 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 00:46:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:46:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:46:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 00:46:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 00:46:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:46:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:46:29 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:46:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:46:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:46:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:46:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:46:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:46:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:46:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:46:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:46:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:46:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:46:30 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:46:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:46:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:46:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:46:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:46:35 Fetched 23.8 MB in 5s (4518 kB/s) 00:46:35 25b303627fd3: Pull complete 00:46:35 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:46:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:35 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:46:35 prd-ubuntu18.04-docker-arm64-4c-16g-23581 does not seem to be running inside a container 00:46:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:46:36 Reading package lists... 00:46:36 Reading package lists... 00:46:37 Building dependency tree... 00:46:37 Reading state information... 00:46:37 The following additional packages will be installed: 00:46:37 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:46:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:46:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:46:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:46:37 Suggested packages: 00:46:37 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:46:37 Recommended packages: 00:46:37 gnupg libsasl2-modules 00:46:37 The following NEW packages will be installed: 00:46:37 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:46:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:46:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:46:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:46:37 The following packages will be upgraded: 00:46:37 gpg gpg-agent gpgconf libudev1 00:46:37 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:46:37 Need to get 3533 kB of archives. 00:46:37 After this operation, 13.3 MB of additional disk space will be used. 00:46:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:46:37 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:46:37 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:46:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:46:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:46:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:46:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:46:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:46:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:46:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:46:38 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:46:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:46:38 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:46:38 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:46:38 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:46:38 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:46:38 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:46:38 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:46:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:46:38 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:46:38 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:46:38 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:46:38 debconf: delaying package configuration, since apt-utils is not installed 00:46:38 Fetched 3533 kB in 1s (3191 kB/s) 00:46:38 (Reading database ... 12511 files and directories currently installed.) 00:46:38 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:46:38 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:38 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:46:38 Selecting previously unselected package udev. 00:46:38 (Reading database ... 12511 files and directories currently installed.) 00:46:38 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:46:38 Unpacking udev (237-3ubuntu10.44) ... 00:46:39 $ docker top fb548be4561fb76d2f0cdcbd9ae13da11333aa5b41b3e57a1f7203cc22784e13 -eo pid,comm 00:46:39 Selecting previously unselected package libfuse2:amd64. 00:46:39 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:46:39 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:46:39 Selecting previously unselected package fuse. 00:46:39 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:46:39 Unpacking fuse (2.9.7-1ubuntu1) ... 00:46:39 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:39 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [Pipeline] { [Pipeline] sh 00:46:39 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:39 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:39 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:39 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:46:39 Selecting previously unselected package libksba8:amd64. 00:46:39 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:46:39 Unpacking libksba8:amd64 (1.3.5-2) ... 00:46:39 Selecting previously unselected package libroken18-heimdal:amd64. 00:46:39 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:39 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:39 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:46:39 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:39 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:39 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:46:39 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:40 + docker-compose build --help 00:46:40 + grep parallel 00:46:40 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:40 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:46:40 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:40 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:40 Selecting previously unselected package libwind0-heimdal:amd64. 00:46:40 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:40 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:40 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:46:40 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:40 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:40 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:46:40 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:40 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:40 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:46:40 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:40 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:40 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:46:40 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:46:40 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:40 Selecting previously unselected package libsasl2-modules-db:amd64. 00:46:40 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:46:40 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:40 Selecting previously unselected package libsasl2-2:amd64. 00:46:40 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:46:40 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:40 Selecting previously unselected package libldap-common. 00:46:40 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:46:40 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:46:41 Selecting previously unselected package libldap-2.4-2:amd64. 00:46:41 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:46:41 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:46:41 Selecting previously unselected package dirmngr. 00:46:41 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:46:41 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:46:41 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:46:41 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:46:41 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:46:41 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:41 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:46:41 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:46:41 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:41 Setting up libksba8:amd64 (1.3.5-2) ... 00:46:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:41 Setting up udev (237-3ubuntu10.44) ... 00:46:42 invoke-rc.d: policy-rc.d denied execution of start. 00:46:42 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:42 Processing triggers for systemd (237-3ubuntu10) ... 00:46:42 Setting up fuse (2.9.7-1ubuntu1) ... 00:46:42 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:46:42 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:42 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:42 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:42 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:42 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:42 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:42 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:46:42 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:46:42 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:46:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:43 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:46:43 settings in the [Install] section, and DefaultInstance for template units). 00:46:43 This means they are not meant to be enabled using systemctl. 00:46:43 Possible reasons for having this kind of units are: 00:46:43 1) A unit may be statically enabled by being symlinked from another unit's 00:46:43 .wants/ or .requires/ directory. 00:46:43 2) A unit's purpose may be to act as a helper for some other unit which has 00:46:43 a requirement dependency on it. 00:46:43 3) A unit may be started when needed via activation (socket, path, timer, 00:46:43 D-Bus, udev, scripted systemctl call, ...). 00:46:43 4) In case of template units, the unit is meant to be enabled with some 00:46:43 instance name specified. 00:46:43 Reading package lists... 00:46:43 Building dependency tree... 00:46:43 Reading state information... 00:46:43 The following additional packages will be installed: 00:46:43 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:46:43 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:46:43 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:46:43 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:46:43 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:46:43 Suggested packages: 00:46:43 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:46:43 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:46:43 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:46:43 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:46:43 systemd-container policykit-1 00:46:43 Recommended packages: 00:46:43 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:46:43 The following NEW packages will be installed: 00:46:43 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:46:43 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:46:43 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:46:43 multiarch-support openssh-client python3 python3-minimal python3.6 00:46:43 python3.6-minimal snapd squashfs-tools sudo 00:46:43 The following packages will be upgraded: 00:46:43 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:46:43 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:46:43 Need to get 35.2 MB of archives. 00:46:43 After this operation, 141 MB of additional disk space will be used. 00:46:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:46:44 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:46:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:46:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:46:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:46:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:46:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:46:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:46:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:46:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:46:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:46:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:46:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:46:44 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:46:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:46:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:46:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:46:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:46:44 --parallel Build images in parallel. [Pipeline] } 00:46:44 $ docker stop --time=1 fb548be4561fb76d2f0cdcbd9ae13da11333aa5b41b3e57a1f7203cc22784e13 00:46:44 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:46:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:46:44 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:46:44 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:46:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:46:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:46:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:46:44 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:46:44 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:46:44 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:46:44 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:46:44 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:46:46 debconf: delaying package configuration, since apt-utils is not installed 00:46:46 Fetched 35.2 MB in 2s (16.2 MB/s) 00:46:46 (Reading database ... 12757 files and directories currently installed.) 00:46:46 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:46:46 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:46 $ docker rm -f fb548be4561fb76d2f0cdcbd9ae13da11333aa5b41b3e57a1f7203cc22784e13 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:46:47 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:46:47 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:46:47 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:46:47 (Reading database ... 12757 files and directories currently installed.) 00:46:47 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:46:47 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:46:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:47 . [Pipeline] withDockerContainer 00:46:47 prd-ubuntu18.04-docker-arm64-4c-16g-23581 does not seem to be running inside a container 00:46:47 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:46:47 (Reading database ... 12757 files and directories currently installed.) 00:46:47 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:46:47 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:46:47 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:46:47 Setting up apt (1.6.12ubuntu0.2) ... 00:46:47 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:46:48 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:46:48 (Reading database ... 12764 files and directories currently installed.) 00:46:48 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:46:48 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:46:48 Selecting previously unselected package libpython3.6-minimal:amd64. 00:46:48 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:48 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:49 Selecting previously unselected package libexpat1:amd64. 00:46:49 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:46:49 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:46:49 Selecting previously unselected package python3.6-minimal. 00:46:49 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:49 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:46:49 $ docker top 406578ac493795c6861166c72fca3beac56590fd773779400acbccbd57f9581c -eo pid,comm 00:46:49 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:46:49 Checking for services that may need to be restarted...done. 00:46:49 Checking for services that may need to be restarted...done. 00:46:49 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] { [Pipeline] sh 00:46:49 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:46:49 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:46:50 Selecting previously unselected package python3-minimal. 00:46:50 (Reading database ... 13012 files and directories currently installed.) 00:46:50 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:46:50 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:46:50 Selecting previously unselected package mime-support. 00:46:50 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:46:50 Unpacking mime-support (3.60ubuntu1) ... 00:46:50 + docker-compose -f ./docker-compose-build.yml build --parallel 00:46:50 Selecting previously unselected package libmpdec2:amd64. 00:46:50 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:46:50 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:46:50 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:46:50 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:50 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:50 Selecting previously unselected package python3.6. 00:46:50 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:46:50 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:46:50 Selecting previously unselected package libpython3-stdlib:amd64. 00:46:50 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:46:50 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:46:50 Setting up python3-minimal (3.6.7-1~18.04) ... 00:46:50 Selecting previously unselected package python3. 00:46:50 (Reading database ... 13442 files and directories currently installed.) 00:46:50 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:46:51 Unpacking python3 (3.6.7-1~18.04) ... 00:46:51 Selecting previously unselected package multiarch-support. 00:46:51 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:46:51 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:46:51 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:46:51 Selecting previously unselected package liblzo2-2:amd64. 00:46:51 (Reading database ... 13479 files and directories currently installed.) 00:46:51 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:46:51 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:46:51 Selecting previously unselected package libbsd0:amd64. 00:46:51 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:46:51 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:46:51 Selecting previously unselected package sudo. 00:46:51 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:46:51 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:46:51 Selecting previously unselected package apparmor. 00:46:51 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:46:51 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:46:51 Selecting previously unselected package libedit2:amd64. 00:46:51 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:46:51 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:46:51 Selecting previously unselected package libkrb5support0:amd64. 00:46:51 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:46:51 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:46:51 Selecting previously unselected package libk5crypto3:amd64. 00:46:51 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:46:51 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:46:51 Selecting previously unselected package libkeyutils1:amd64. 00:46:51 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:46:51 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:46:51 Selecting previously unselected package libkrb5-3:amd64. 00:46:51 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:46:51 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:46:52 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:46:52 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:46:52 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:46:52 Selecting previously unselected package libssl1.0.0:amd64. 00:46:52 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:46:52 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:46:53 Selecting previously unselected package openssh-client. 00:46:53 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:46:53 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:46:53 Selecting previously unselected package squashfs-tools. 00:46:53 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:46:53 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:46:53 Selecting previously unselected package snapd. 00:46:53 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:46:53 Unpacking snapd (2.48+18.04) ... 00:46:54 Building docker-core-command-go ... 00:46:54 Building docker-core-data-go ... 00:46:54 Building docker-core-metadata-go ... 00:46:54 Building docker-security-bootstrapper-go ... 00:46:54 Building docker-security-proxy-setup-go ... 00:46:54 Building docker-security-secretstore-setup-go ... 00:46:54 Building docker-support-notifications-go ... 00:46:54 Building docker-support-scheduler-go ... 00:46:54 Building docker-sys-mgmt-agent-go ... 00:46:54 Building docker-core-data-go 00:46:54 Building docker-security-bootstrapper-go 00:46:54 Building docker-support-notifications-go 00:46:54 Building docker-core-metadata-go 00:46:54 Building docker-security-proxy-setup-go 00:46:55 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:46:55 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:46:55 Setting up mime-support (3.60ubuntu1) ... 00:46:55 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:46:55 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:46:55 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:46:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:56 Setting up systemd (237-3ubuntu10.44) ... 00:46:56 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:46:57 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:46:57 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:46:57 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:46:57 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:46:57 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:46:57 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:46:58 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:46:58 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:46:58 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:46:58 Setting up python3 (3.6.7-1~18.04) ... 00:46:58 running python rtupdate hooks for python3.6... 00:46:58 running python post-rtupdate hooks for python3.6... 00:46:58 Setting up apparmor (2.12-4ubuntu5.1) ... 00:46:59 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:47:00 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:47:00 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:47:00 Setting up snapd (2.48+18.04) ... 00:47:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:47:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:47:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:47:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:47:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:47:01 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:47:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:47:01 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:47:02 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:47:02 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:47:02 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:47:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:47:02 Processing triggers for systemd (237-3ubuntu10.44) ... 00:47:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:47:04 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:04 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:04 Fetched 88.7 kB in 0s (238 kB/s) 00:47:05 Reading package lists... 00:47:05 Reading package lists... 00:47:05 Building dependency tree... 00:47:05 Reading state information... 00:47:06 Calculating upgrade... 00:47:06 The following packages will be upgraded: 00:47:06 advancecomp base-files bash binutils binutils-common 00:47:06 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:47:06 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:47:06 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:47:06 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:47:06 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:47:06 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:47:06 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:47:06 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:47:06 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:47:06 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:47:06 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:47:06 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:47:06 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:47:06 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:47:06 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:47:06 Need to get 63.8 MB of archives. 00:47:06 After this operation, 5205 kB of additional disk space will be used. 00:47:06 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:47:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:47:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:47:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:47:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:47:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:47:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:47:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:47:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:47:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:47:07 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:47:07 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:47:07 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:47:07 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:47:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:47:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:47:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:47:07 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:47:07 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:47:07 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:47:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:47:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:47:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:47:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:47:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:47:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:47:07 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:47:07 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:47:07 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:47:07 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:47:07 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:47:07 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:47:07 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:47:07 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:47:07 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:47:07 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:47:07 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:47:07 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:47:07 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] 00:47:07 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:47:07 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:47:07 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:47:07 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:47:07 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:47:07 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:47:07 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:47:07 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:47:07 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:47:07 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:47:07 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:47:07 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:47:07 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:47:07 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:47:07 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:47:07 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:47:07 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:47:07 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:47:07 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:47:07 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] 00:47:07 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:47:07 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:47:07 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:47:07 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:47:07 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:47:07 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:47:07 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:47:08 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:47:08 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:47:08 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:47:08 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:47:08 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:47:08 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:47:08 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:47:08 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:47:08 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:47:08 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:47:08 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:47:08 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:47:08 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:47:08 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:47:08 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:47:08 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:47:08 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] 00:47:08 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:47:08 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:47:08 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:47:08 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:47:08 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:47:08 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:47:08 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:47:08 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:47:09 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:47:09 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:47:09 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:47:09 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:47:09 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:47:09 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:47:09 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:47:09 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:47:10 debconf: delaying package configuration, since apt-utils is not installed 00:47:10 Fetched 63.8 MB in 3s (18.5 MB/s) 00:47:10 (Reading database ... 13912 files and directories currently installed.) 00:47:10 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:47:10 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:47:10 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:47:10 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:47:10 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:47:10 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:47:11 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:47:11 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:47:11 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:47:11 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:47:12 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:47:12 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:47:12 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:47:12 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:47:12 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:47:12 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:47:12 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:47:12 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:47:12 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:47:12 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:47:12 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:12 (Reading database ... 13911 files and directories currently installed.) 00:47:12 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:47:12 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:47:12 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:47:12 (Reading database ... 13911 files and directories currently installed.) 00:47:12 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:47:12 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:47:12 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:47:12 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:47:13 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:47:13 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:47:13 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:13 (Reading database ... 13911 files and directories currently installed.) 00:47:13 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:47:13 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:47:14 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:47:14 (Reading database ... 13911 files and directories currently installed.) 00:47:14 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:47:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:47:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:47:14 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:47:14 Setting up base-files (10.1ubuntu2.10) ... 00:47:14 Installing new version of config file /etc/issue ... 00:47:14 Installing new version of config file /etc/issue.net ... 00:47:14 Installing new version of config file /etc/lsb-release ... 00:47:14 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:47:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:47:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:47:15 Removing obsolete conffile /etc/default/motd-news ... 00:47:15 (Reading database ... 13912 files and directories currently installed.) 00:47:15 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:47:15 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:47:15 Setting up bash (4.4.18-2ubuntu1.2) ... 00:47:15 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:47:15 (Reading database ... 13912 files and directories currently installed.) 00:47:15 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:15 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:47:15 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:47:15 (Reading database ... 13912 files and directories currently installed.) 00:47:15 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:47:15 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:47:15 Setting up tar (1.29b-2ubuntu0.2) ... 00:47:15 (Reading database ... 13912 files and directories currently installed.) 00:47:15 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:47:15 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:47:16 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:47:16 (Reading database ... 13912 files and directories currently installed.) 00:47:16 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:47:16 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:47:16 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:47:16 (Reading database ... 13912 files and directories currently installed.) 00:47:16 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:47:16 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:47:16 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:47:16 (Reading database ... 13912 files and directories currently installed.) 00:47:16 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:47:16 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:47:16 Setting up grep (3.1-2build1) ... 00:47:16 (Reading database ... 13912 files and directories currently installed.) 00:47:16 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:47:16 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:47:17 Setting up login (1:4.5-1ubuntu2) ... 00:47:17 (Reading database ... 13912 files and directories currently installed.) 00:47:17 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:47:17 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:47:17 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:47:17 (Reading database ... 13912 files and directories currently installed.) 00:47:17 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:47:17 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:47:18 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:47:18 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:47:18 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:47:18 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:47:18 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:47:18 (Reading database ... 13912 files and directories currently installed.) 00:47:18 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:47:18 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:47:20 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:47:20 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:47:20 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:47:20 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:47:20 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:47:20 (Reading database ... 13912 files and directories currently installed.) 00:47:20 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:47:20 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:47:20 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:47:20 (Reading database ... 13912 files and directories currently installed.) 00:47:20 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:20 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:20 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:21 (Reading database ... 13912 files and directories currently installed.) 00:47:21 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:21 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:21 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:21 (Reading database ... 13912 files and directories currently installed.) 00:47:21 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:21 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:21 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:21 (Reading database ... 13912 files and directories currently installed.) 00:47:21 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:21 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:21 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:21 (Reading database ... 13912 files and directories currently installed.) 00:47:21 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:47:21 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:47:21 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:47:21 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:47:21 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:47:21 (Reading database ... 13912 files and directories currently installed.) 00:47:21 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:47:21 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:47:22 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:47:22 (Reading database ... 13912 files and directories currently installed.) 00:47:22 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:22 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:22 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:47:22 (Reading database ... 13912 files and directories currently installed.) 00:47:22 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:22 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:22 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:47:22 (Reading database ... 13912 files and directories currently installed.) 00:47:22 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:22 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:23 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:47:23 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:47:23 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:47:23 (Reading database ... 13912 files and directories currently installed.) 00:47:23 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:47:23 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:47:23 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:47:24 (Reading database ... 13912 files and directories currently installed.) 00:47:24 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:47:24 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:47:24 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:47:24 (Reading database ... 13914 files and directories currently installed.) 00:47:24 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:47:24 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:47:24 Setting up debconf (1.5.66ubuntu1) ... 00:47:24 (Reading database ... 13914 files and directories currently installed.) 00:47:24 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:47:25 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:47:25 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:47:25 (Reading database ... 13914 files and directories currently installed.) 00:47:25 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:47:25 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:47:25 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:47:25 (Reading database ... 13914 files and directories currently installed.) 00:47:25 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:47:25 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:47:25 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:47:25 (Reading database ... 13914 files and directories currently installed.) 00:47:25 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:47:25 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:47:25 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:47:25 (Reading database ... 13914 files and directories currently installed.) 00:47:25 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:47:25 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:47:26 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:47:26 (Reading database ... 13914 files and directories currently installed.) 00:47:26 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:47:26 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:47:26 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:47:26 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:47:26 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:47:26 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:47:26 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:47:26 (Reading database ... 13914 files and directories currently installed.) 00:47:26 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:47:26 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:47:27 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:47:27 (Reading database ... 13914 files and directories currently installed.) 00:47:27 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:47:27 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:47:27 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:47:27 (Reading database ... 13914 files and directories currently installed.) 00:47:27 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:47:27 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:47:27 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:47:27 (Reading database ... 13914 files and directories currently installed.) 00:47:27 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:47:27 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:47:27 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:47:27 (Reading database ... 13914 files and directories currently installed.) 00:47:27 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:47:27 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:47:28 Setting up passwd (1:4.5-1ubuntu2) ... 00:47:28 (Reading database ... 13914 files and directories currently installed.) 00:47:28 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:47:28 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:47:28 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:47:28 (Reading database ... 13914 files and directories currently installed.) 00:47:28 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:47:28 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:47:28 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:47:29 (Reading database ... 13914 files and directories currently installed.) 00:47:29 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:47:29 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:47:29 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:47:29 (Reading database ... 13914 files and directories currently installed.) 00:47:29 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:47:29 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:47:29 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:47:30 (Reading database ... 13914 files and directories currently installed.) 00:47:30 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:47:30 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:47:30 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:47:30 (Reading database ... 13914 files and directories currently installed.) 00:47:30 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:47:30 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:47:30 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:47:30 (Reading database ... 13914 files and directories currently installed.) 00:47:30 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:47:30 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:47:30 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:47:30 (Reading database ... 13915 files and directories currently installed.) 00:47:30 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:47:30 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:47:30 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:47:30 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:47:31 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:47:31 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:47:31 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:47:31 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:47:31 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:47:31 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:47:31 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:47:31 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:47:31 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:47:31 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:47:31 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:47:31 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:47:31 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:47:31 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:47:32 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:47:32 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:47:32 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:47:32 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:47:32 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:47:32 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:47:32 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:47:33 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:47:33 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:47:33 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:47:33 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:47:33 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:47:33 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:47:33 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:47:33 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:47:33 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:47:33 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:47:34 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:47:34 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:34 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:34 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:34 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:34 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:34 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:34 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:34 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:35 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:35 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:36 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:36 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:37 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:37 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:37 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:37 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:38 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:47:38 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:47:38 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:47:38 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:47:38 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:47:38 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:47:38 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:47:38 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:47:39 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:47:39 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:47:39 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:47:39 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:47:39 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:47:39 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:47:39 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:47:39 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:47:39 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:39 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:47:39 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:39 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:39 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:39 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:47:39 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:47:39 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:47:39 00:47:39 Current default time zone: 'Etc/UTC' 00:47:39 Local time is now: Thu Jan 28 00:47:39 UTC 2021. 00:47:39 Universal Time is now: Thu Jan 28 00:47:39 UTC 2021. 00:47:39 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:47:39 00:47:39 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:47:39 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:39 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:47:40 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:47:40 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:47:40 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:47:40 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:47:40 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:47:40 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:47:40 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:47:40 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:40 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:47:40 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:40 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:47:40 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:40 Setting up patch (2.7.6-2ubuntu1.1) ... 00:47:40 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:47:40 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:47:40 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:47:40 Installing new version of config file /etc/ssl/openssl.cnf ... 00:47:40 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:47:40 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:47:40 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:47:42 Updating certificates in /etc/ssl/certs... 00:47:42 22 added, 17 removed; done. 00:47:42 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:47:42 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:47:42 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:47:42 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:47:42 Setting up pkgbinarymangler (138.18.04.1) ... 00:47:43 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:43 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:47:43 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:43 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:43 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:43 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:47:43 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:47:43 Setting up perl (5.26.1-6ubuntu0.5) ... 00:47:43 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:47:43 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:47:43 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:47:43 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:47:43 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:47:43 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:47:43 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:47:43 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:47:43 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:47:43 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:47:43 Processing triggers for systemd (237-3ubuntu10.44) ... 00:47:43 Processing triggers for mime-support (3.60ubuntu1) ... 00:47:43 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:47:43 Updating certificates in /etc/ssl/certs... 00:47:44 0 added, 0 removed; done. 00:47:44 Running hooks in /etc/ca-certificates/update.d... 00:47:44 done. 00:47:44 Reading package lists... 00:47:45 Building dependency tree... 00:47:45 Reading state information... 00:47:45 The following NEW packages will be installed: 00:47:45 apt-transport-https 00:47:45 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:47:45 Need to get 1696 B of archives. 00:47:45 After this operation, 153 kB of additional disk space will be used. 00:47:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:47:45 debconf: delaying package configuration, since apt-utils is not installed 00:47:45 Fetched 1696 B in 0s (8402 B/s) 00:47:45 Selecting previously unselected package apt-transport-https. 00:47:45 (Reading database ... 13929 files and directories currently installed.) 00:47:45 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:47:45 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:47:45 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:47:46 Waiting for network to be ready... 00:47:52 2021-01-28T00:47:49Z INFO Waiting for automatic snapd restart... 00:47:52 snapd 2.48.2 from Canonical* installed 00:47:53 "snapd" switched to the "latest/stable" channel 00:47:53 00:47:57 core18 20201210 from Canonical* installed 00:47:58 "core18" switched to the "latest/stable" channel 00:47:58 00:48:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:02 ---> 48c95bec95b9 00:48:02 Step 3/21 : WORKDIR /edgex-go 00:48:02 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:02 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:48:02 ---> 48c95bec95b9 00:48:02 Step 3/34 : WORKDIR /edgex-go 00:48:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:02 ---> 48c95bec95b9 00:48:02 Step 3/22 : WORKDIR /edgex-go 00:48:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:02 ---> 48c95bec95b9 00:48:02 Step 3/23 : WORKDIR /edgex-go 00:48:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:02 ---> 48c95bec95b9 00:48:02 Step 3/23 : WORKDIR /edgex-go 00:48:03 snapcraft 4.4.4 from Canonical* installed 00:48:03 "snapcraft" switched to the "latest/stable" channel 00:48:03 00:48:05 ---> Running in f3360dc5946f 00:48:05 ---> Running in f47a57f03e8e 00:48:05 ---> Running in 3d32af271f04 00:48:05 ---> Running in a6941938e9d0 00:48:05 ---> Running in 2266a55853c3 00:48:06 Removing intermediate container f47a57f03e8e 00:48:06 ---> 6c5d0672461e 00:48:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:06 Removing intermediate container 3d32af271f04 00:48:06 ---> cd6ca1db4420 00:48:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:06 Removing intermediate container 2266a55853c3 00:48:06 ---> 0e5c96b1e875 00:48:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:06 ---> Running in 50f6b9f68be5 00:48:06 Removing intermediate container f3360dc5946f 00:48:06 ---> 059a1cf2165f 00:48:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:06 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:48:06 - README.md 00:48:06 - snapcraft.yaml.orig 00:48:06 00:48:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:48:07 Removing intermediate container a6941938e9d0 00:48:07 ---> 790e36724c6b 00:48:07 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:07 ---> Running in 1ab4bce66506 00:48:07 ---> Running in 0ee66afff6eb 00:48:07 ---> Running in 1789e39a63a5 00:48:07 ---> Running in 53494a8f2517 00:48:10 Removing intermediate container 50f6b9f68be5 00:48:10 ---> 1a4a32dbd7e2 00:48:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:10 ---> Running in 90adad73a398 00:48:10 Removing intermediate container 1ab4bce66506 00:48:10 ---> 5a0e54050355 00:48:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:48:10 Removing intermediate container 53494a8f2517 00:48:10 ---> 206d9f2ecfca 00:48:10 Step 5/23 : RUN apk add --update --no-cache make git 00:48:10 ---> Running in 8ef3fc29507c 00:48:10 ---> Running in 4672750750ee 00:48:11 Removing intermediate container 0ee66afff6eb 00:48:11 ---> 76f562f742f7 00:48:11 Step 5/21 : RUN apk add --update --no-cache make git 00:48:11 ---> Running in 4f0cc8b82151 00:48:11 Removing intermediate container 1789e39a63a5 00:48:11 ---> 1ccab9c46f69 00:48:11 Step 5/34 : RUN apk add --update --no-cache make git 00:48:12 ---> Running in 16f6e990497d 00:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:48:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:48:13 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:48:13 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:48:13 Fetched 88.7 kB in 0s (184 kB/s) 00:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:14 OK: 217 MiB in 51 packages 00:48:14 OK: 217 MiB in 51 packages 00:48:14 OK: 217 MiB in 51 packages 00:48:15 Reading package lists... 00:48:15 OK: 217 MiB in 51 packages 00:48:15 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:48:15 OK: 217 MiB in 51 packages 00:48:16 Removing intermediate container 90adad73a398 00:48:16 ---> de7a0b79e5dd 00:48:16 Step 6/23 : COPY go.mod . 00:48:16 Removing intermediate container 8ef3fc29507c 00:48:16 ---> 7ff126a51112 00:48:16 Step 6/23 : COPY go.mod . 00:48:17 Removing intermediate container 4672750750ee 00:48:17 ---> 6a356649b1d2 00:48:17 Step 6/22 : COPY go.mod . 00:48:17 ---> fd4d7dcfa7cb 00:48:17 Step 7/23 : RUN go mod download 00:48:17 Removing intermediate container 16f6e990497d 00:48:17 ---> 37939d8a6235 00:48:17 Step 6/34 : COPY go.mod . 00:48:17 Removing intermediate container 4f0cc8b82151 00:48:17 ---> 935d3a4d8445 00:48:17 Step 6/21 : COPY go.mod . 00:48:17 ---> 094278379245 00:48:17 Step 7/23 : RUN go mod download 00:48:17 ---> Running in e0df21653f8e 00:48:17 ---> 68a668f48dfe 00:48:17 Step 7/22 : RUN go mod download 00:48:18 ---> Running in 4a47e107679b 00:48:18 ---> Running in a2286558491e 00:48:18 ---> 17e6a3965a89 00:48:18 Step 7/34 : RUN go mod download 00:48:18 ---> Running in db5a868c35b2 00:48:18 ---> ae9d166d76c7 00:48:18 Step 7/21 : RUN go mod download 00:48:19 ---> Running in b716a22b3df6 00:48:22 Removing intermediate container e0df21653f8e 00:48:22 ---> 12b528040f54 00:48:22 Step 8/23 : COPY . . 00:48:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:48:22 Reading package lists... 00:48:22 Building dependency tree... 00:48:22 Reading state information... 00:48:22 Suggested packages: 00:48:22 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:48:22 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:48:22 Recommended packages: 00:48:22 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:48:22 The following NEW packages will be installed: 00:48:22 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:48:22 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:48:22 pkg-config zip 00:48:22 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:48:22 Need to get 7655 kB of archives. 00:48:22 After this operation, 43.7 MB of additional disk space will be used. 00:48:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:48:22 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:48:22 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:48:22 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:48:22 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:48:22 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:48:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:48:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:48:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:48:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:48:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:48:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:48:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:48:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:48:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:48:23 debconf: delaying package configuration, since apt-utils is not installed 00:48:23 Fetched 7655 kB in 1s (6680 kB/s) 00:48:23 Removing intermediate container a2286558491e 00:48:23 ---> 4a48e741f2f1 00:48:23 Step 8/22 : COPY . . 00:48:23 Selecting previously unselected package libglib2.0-0:amd64. 00:48:23 (Reading database ... 13933 files and directories currently installed.) 00:48:23 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:48:23 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:48:23 Removing intermediate container db5a868c35b2 00:48:23 ---> 748a67cd3615 00:48:23 Step 8/34 : COPY . . 00:48:23 Selecting previously unselected package libpsl5:amd64. 00:48:23 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:48:23 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:48:23 Selecting previously unselected package libnghttp2-14:amd64. 00:48:23 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:48:23 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:48:23 Selecting previously unselected package librtmp1:amd64. 00:48:23 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:48:23 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:48:24 Removing intermediate container 4a47e107679b 00:48:24 ---> 284a80fe20b5 00:48:24 Step 8/23 : COPY . . 00:48:24 Selecting previously unselected package libcurl3-gnutls:amd64. 00:48:24 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:48:24 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:48:24 Selecting previously unselected package liberror-perl. 00:48:24 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:48:24 Unpacking liberror-perl (0.17025-1) ... 00:48:24 Selecting previously unselected package git-man. 00:48:24 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:48:24 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:48:24 Selecting previously unselected package git. 00:48:24 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:48:24 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:48:24 Removing intermediate container b716a22b3df6 00:48:24 ---> e8fda088ea00 00:48:24 Step 8/21 : COPY . . 00:48:25 Selecting previously unselected package libnorm1:amd64. 00:48:25 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:48:25 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:48:25 Selecting previously unselected package libpgm-5.2-0:amd64. 00:48:25 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:48:25 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:48:25 Selecting previously unselected package libsodium23:amd64. 00:48:25 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:48:25 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:48:25 Selecting previously unselected package libzmq5:amd64. 00:48:25 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:48:25 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:48:25 Selecting previously unselected package libzmq3-dev:amd64. 00:48:25 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:48:25 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:48:25 Selecting previously unselected package pkg-config. 00:48:25 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:48:25 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:48:25 Selecting previously unselected package zip. 00:48:25 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:48:25 Unpacking zip (3.0-11build1) ... 00:48:26 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:48:26 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:48:26 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:48:26 Setting up liberror-perl (0.17025-1) ... 00:48:26 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:48:26 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:48:26 No schema files found: doing nothing. 00:48:26 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:48:26 Setting up zip (3.0-11build1) ... 00:48:26 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:48:26 Setting up libsodium23:amd64 (1.0.16-2) ... 00:48:26 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:48:26 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:48:26 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:48:26 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:48:26 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:48:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:48:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:48:33 git set to automatically installed. 00:48:33 git-man set to automatically installed. 00:48:33 libcurl3-gnutls set to automatically installed. 00:48:33 liberror-perl set to automatically installed. 00:48:33 libglib2.0-0 set to automatically installed. 00:48:33 libnghttp2-14 set to automatically installed. 00:48:33 libnorm1 set to automatically installed. 00:48:33 libpgm-5.2-0 set to automatically installed. 00:48:33 libpsl5 set to automatically installed. 00:48:33 librtmp1 set to automatically installed. 00:48:33 libsodium23 set to automatically installed. 00:48:33 libzmq3-dev set to automatically installed. 00:48:33 libzmq5 set to automatically installed. 00:48:33 pkg-config set to automatically installed. 00:48:33 zip set to automatically installed. 00:48:34 snapd is not logged in, snap install commands will use sudo 00:48:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:48:41 snap "core18" has no updates available 00:48:42 Pulling config-common 00:48:43 Pulling go-build-helper 00:48:46 ---> 842a9d8e03fc 00:48:46 Step 9/23 : RUN make cmd/core-data/core-data 00:48:46 ---> Running in 4faf6f7cb02f 00:48:46 ---> b3f09cc1fcf6 00:48:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:48:46 ---> 35b4c60cd887 00:48:46 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:48:46 ---> Running in 6cae7c93ca0d 00:48:46 ---> Running in eaca94d35fbb 00:48:46 ---> 7f8dfc6ca098 00:48:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:48:46 ---> aeb9d7883c74 00:48:46 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:48:46 ---> Running in 89052fcd5fb4 00:48:46 ---> Running in b0fc7bf94b61 00:48:46 Removing intermediate container eaca94d35fbb 00:48:46 ---> 154498db6c5b 00:48:46 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" 00:48:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:48:47 ---> Running in ef62281098d1 00:48:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:48:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:48: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 00:48:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:49:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:49:10 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:49:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 00:49:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 00:49:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:49:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:49:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 00:49:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 00:49:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:49:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:49:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:49:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:49:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:49:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:49:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:49:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:49:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:49:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:49:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:49:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:49:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:49:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:49:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:49:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:49:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:49:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:49:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:49:10 Fetched 23.8 MB in 0s (0 B/s) 00:49:10 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:49:10 Fetched 96.5 kB in 0s (0 B/s) 00:49:10 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:49:10 Fetched 279 kB in 0s (0 B/s) 00:49:10 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:49:10 Fetched 122 kB in 0s (0 B/s) 00:49:10 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:49:10 Fetched 77.8 kB in 0s (0 B/s) 00:49:10 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:49:10 Fetched 8848 B in 0s (0 B/s) 00:49:10 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:49:10 Fetched 47.8 kB in 0s (0 B/s) 00:49:10 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:49:10 Fetched 45.6 kB in 0s (0 B/s) 00:49:10 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:49:10 Fetched 15.0 kB in 0s (0 B/s) 00:49:10 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:49:10 Fetched 214 kB in 0s (0 B/s) 00:49:10 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:49:10 Fetched 155 kB in 0s (0 B/s) 00:49:10 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:49:10 Fetched 50.6 kB in 0s (0 B/s) 00:49:10 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:49:10 Fetched 14.8 kB in 0s (0 B/s) 00:49:10 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:49:10 Fetched 41.8 kB in 0s (0 B/s) 00:49:10 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:49:10 Fetched 499 kB in 0s (0 B/s) 00:49:10 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:49:10 Fetched 111 kB in 0s (0 B/s) 00:49:10 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:49:10 Fetched 240 kB in 0s (0 B/s) 00:49:10 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:49:10 Fetched 29.3 kB in 0s (0 B/s) 00:49:10 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:49:10 Fetched 85.5 kB in 0s (0 B/s) 00:49:10 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:49:10 Fetched 24.5 kB in 0s (0 B/s) 00:49:10 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:49:10 Fetched 49.2 kB in 0s (0 B/s) 00:49:10 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:49:10 Fetched 54.2 kB in 0s (0 B/s) 00:49:10 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:49:10 Fetched 30.8 kB in 0s (0 B/s) 00:49:10 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:49:10 Fetched 17.0 kB in 0s (0 B/s) 00:49:10 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:49:10 Fetched 85.9 kB in 0s (0 B/s) 00:49:10 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:49:10 Fetched 8720 B in 0s (0 B/s) 00:49:10 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:49:10 Fetched 137 kB in 0s (0 B/s) 00:49:10 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:49:10 Fetched 119 kB in 0s (0 B/s) 00:49:10 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:49:10 Fetched 109 kB in 0s (0 B/s) 00:49:10 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:49:10 Fetched 11.1 kB in 0s (0 B/s) 00:49:10 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:49:10 Fetched 645 kB in 0s (0 B/s) 00:49:10 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:49:10 Fetched 41.3 kB in 0s (0 B/s) 00:49:10 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:49:10 Fetched 17.9 kB in 0s (0 B/s) 00:49:10 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:49:10 Fetched 368 kB in 0s (0 B/s) 00:49:10 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:49:10 Fetched 187 kB in 0s (0 B/s) 00:49:10 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:49:10 Fetched 175 kB in 0s (0 B/s) 00:49:10 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:49:10 Fetched 206 kB in 0s (0 B/s) 00:49:10 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:49:10 Fetched 1301 kB in 0s (0 B/s) 00:49:10 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:49:10 Fetched 36.2 kB in 0s (0 B/s) 00:49:10 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:49:10 Fetched 159 kB in 0s (0 B/s) 00:49:10 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:49:10 Fetched 107 kB in 0s (0 B/s) 00:49:10 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:49:10 Fetched 48.7 kB in 0s (0 B/s) 00:49:10 Pulling static-packages 00:49:10 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:49:10 Skipping pull go-build-helper (already ran) 00:49:10 Skipping pull static-packages (already ran) 00:49:10 Building go-build-helper 00:49:15 Building static-packages 00:49:17 Staging go-build-helper 00:49:19 Staging static-packages 00:49:20 Pulling go115 00:49:20 'edgex-go' has dependencies that need to be staged: go115 00:49:20 Skipping pull go115 (already ran) 00:49:20 Building go115 00:49:20 % Total % Received % Xferd Average Speed Time Time Time Current 00:49:20 Dload Upload Total Spent Left Speed 00:49:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 10.7M 0 0 19.4M 0 0:00:05 --:--:-- 0:00:05 19.4M 44 115M 44 51.1M 0 0 32.9M 0 0:00:03 0:00:01 0:00:02 32.9M 82 115M 82 94.7M 0 0 37.1M 0 0:00:03 0:00:02 0:00:01 37.1M 100 115M 100 115M 0 0 37.8M 0 0:00:03 0:00:03 --:--:-- 37.8M 00:49:25 go1.15.2.linux-amd64.tar.gz: OK 00:49:30 Staging go115 00:49:36 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:49:36 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:49:36 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:49:36 Fetched 0 B in 0s (0 B/s) 00:49:36 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:49:36 Fetched 224 kB in 0s (0 B/s) 00:49:36 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:49:36 Fetched 157 kB in 0s (0 B/s) 00:49:36 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:49:36 Fetched 221 kB in 0s (0 B/s) 00:49:36 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:49:36 Fetched 143 kB in 0s (0 B/s) 00:49:36 Pulling edgex-go 00:49:37 Pulling version 00:49:39 Building config-common 00:49:41 Skipping build go-build-helper (already ran) 00:49:41 Skipping build static-packages (already ran) 00:49:41 Skipping build go115 (already ran) 00:49:41 Building edgex-go 00:49:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:49:43 go: downloading github.com/gorilla/mux v1.8.0 00:49:43 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:49:43 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 00:49:43 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:49:43 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 00:49:43 go: downloading github.com/imdario/mergo v0.3.11 00:49:43 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:49:43 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 00:49:43 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:49:43 go: downloading github.com/pkg/errors v0.8.1 00:49:43 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:49:43 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:49:43 go: downloading github.com/pebbe/zmq4 v1.2.2 00:49:43 go: downloading github.com/x448/float16 v0.8.4 00:49:43 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:49:43 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:49:43 go: downloading github.com/go-kit/kit v0.8.0 00:49:43 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:49:43 go: downloading github.com/pelletier/go-toml v1.2.0 00:49:43 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:49:43 go: downloading github.com/google/uuid v1.2.0 00:49:43 go: downloading gopkg.in/yaml.v2 v2.4.0 00:49:43 go: downloading github.com/BurntSushi/toml v0.3.1 00:49:43 go: downloading github.com/hashicorp/consul/api v1.1.0 00:49:43 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:49:43 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:49:43 go: downloading github.com/go-playground/universal-translator v0.17.0 00:49:43 go: downloading github.com/leodido/go-urn v1.2.0 00:49:43 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:49:43 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:49:43 go: downloading github.com/mitchellh/copystructure v1.0.0 00:49:43 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:49:43 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:49:43 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:49:43 go: downloading github.com/go-playground/locales v0.13.0 00:49:43 go: downloading github.com/hashicorp/serf v0.8.2 00:49:43 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:49:44 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:49:44 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:49:44 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:49:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:49:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:49:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:49:59 go: downloading github.com/stretchr/testify v1.6.1 00:49:59 go: downloading github.com/pmezard/go-difflib v1.0.0 00:49:59 go: downloading github.com/davecgh/go-spew v1.1.1 00:49:59 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:50:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:50:01 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:50:01 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:50:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:50:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:50:03 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:50:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:50:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:50:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:50:06 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:50:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:50:07 go: downloading github.com/lib/pq v1.9.0 00:50:10 Building version 00:50:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:50:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:50:14 Staging config-common 00:50:14 Skipping stage go-build-helper (already ran) 00:50:14 Skipping stage static-packages (already ran) 00:50:14 Skipping stage go115 (already ran) 00:50:14 Staging edgex-go 00:50:15 Staging version 00:50:17 Priming config-common 00:50:18 Priming go-build-helper 00:50:18 Priming static-packages 00:50:21 Priming go115 00:50:22 Priming edgex-go 00:50:23 Priming version 00:50:25 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:50:26 Removing intermediate container b0fc7bf94b61 00:50:26 ---> f07bbb39326c 00:50:26 00:50:26 Step 10/21 : FROM alpine:3.12 00:50:26 3.12: Pulling from library/alpine 00:50:26 Removing intermediate container 6cae7c93ca0d 00:50:26 ---> f927625ef02a 00:50:26 00:50:26 Step 10/22 : FROM alpine:3.12 00:50:26 3.12: Pulling from library/alpine 00:50:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:50:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:50:26 Status: Downloaded newer image for alpine:3.12 00:50:26 ---> afeebe901d6b 00:50:26 Step 11/21 : RUN apk add --update --no-cache curl 00:50:26 Status: Downloaded newer image for alpine:3.12 00:50:26 ---> afeebe901d6b 00:50:26 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:50:26 ---> Running in 2d02fc0b29fb 00:50:26 ---> Running in 46b805aaa289 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:50:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:29 (1/4) Installing ca-certificates (20191127-r4) 00:50:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:29 (3/4) Installing libcurl (7.69.1-r3) 00:50:29 (4/4) Installing curl (7.69.1-r3) 00:50:29 Executing busybox-1.31.1-r19.trigger 00:50:29 (1/2) Installing ca-certificates (20191127-r4) 00:50:29 Executing ca-certificates-20191127-r4.trigger 00:50:30 (2/2) Installing dumb-init (1.2.2-r1) 00:50:30 Executing busybox-1.31.1-r19.trigger 00:50:30 Executing ca-certificates-20191127-r4.trigger 00:50:30 OK: 6 MiB in 16 packages 00:50:30 OK: 7 MiB in 18 packages 00:50:31 + mkdir -p /tmp/build/dist/linux 00:50:31 + cd /tmp/build/dist/linux 00:50:31 + git clone https://github.com/jwilder/dockerize.git . 00:50:31 Cloning into '.'... 00:50:32 + go get github.com/robfig/glock 00:50:34 Removing intermediate container 2d02fc0b29fb 00:50:34 Removing intermediate container 46b805aaa289 00:50:34 ---> 03dc1bc05c45 00:50:34 ---> 8fc8ef884c33 00:50:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:50:34 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:34 ---> Running in a1986844e415 00:50:34 ---> Running in 605a00151b17 00:50:35 Removing intermediate container 605a00151b17 00:50:35 Removing intermediate container a1986844e415 00:50:35 ---> f3231ab6c59b 00:50:35 ---> e7271618d3b4 00:50:35 Step 13/21 : WORKDIR /edgex 00:50:35 Step 13/22 : ENV APP_PORT=48060 00:50:35 ---> Running in b53634f2eb47 00:50:35 ---> Running in ebb4a32675c2 00:50:36 Removing intermediate container b53634f2eb47 00:50:36 ---> b790d9ef2428 00:50:36 Step 14/22 : EXPOSE $APP_PORT 00:50:36 Removing intermediate container ebb4a32675c2 00:50:36 ---> d5a76b82d564 00:50:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:36 ---> Running in ef085f12c586 00:50:37 Removing intermediate container ef085f12c586 00:50:37 ---> 3bee08e08978 00:50:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:38 ---> c464adca0327 00:50:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:39 ---> 7fbf413136dc 00:50:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:40 ---> 5470ba6ff4a7 00:50:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:41 ---> 011ed0543721 00:50:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:42 ---> b8ae5b6c968a 00:50:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:42 ---> d4e2cd99c081 00:50:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:50:42 ---> Running in 6271811c6659 00:50:42 ---> Running in 6f7219400454 00:50:43 Removing intermediate container 6271811c6659 00:50:43 ---> 83bf0baea521 00:50:43 Step 18/21 : CMD ["--init=true"] 00:50:43 Removing intermediate container 6f7219400454 00:50:43 ---> ed72f1f8b5d8 00:50:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:44 ---> Running in e43358926b3c 00:50:44 ---> Running in 9ad8929e3f96 00:50:46 Removing intermediate container e43358926b3c 00:50:46 ---> 50525380a012 00:50:46 Step 19/21 : LABEL arch=arm64 00:50:46 Removing intermediate container 9ad8929e3f96 00:50:46 ---> 197e0e4b55ce 00:50:46 Step 20/22 : LABEL arch=arm64 00:50:46 ---> Running in 3b4cfb75e07f 00:50:46 ---> Running in aa8f42e48952 00:50:47 Removing intermediate container 89052fcd5fb4 00:50:47 ---> 8ad486a463e4 00:50:47 00:50:47 Step 10/23 : FROM alpine:3.12 00:50:47 ---> afeebe901d6b 00:50:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:48 Removing intermediate container 3b4cfb75e07f 00:50:48 ---> 304234998226 00:50:48 Step 20/21 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:50:48 ---> Running in 46b9cd90c720 00:50:48 Removing intermediate container aa8f42e48952 00:50:48 ---> 48991111e765 00:50:48 Step 21/22 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:50:48 ---> Running in 8c00e9c701c1 00:50:48 ---> Running in 934389b9aeaf 00:50:49 Removing intermediate container 8c00e9c701c1 00:50:49 ---> 380b38795ce1 00:50:49 Step 21/21 : LABEL version=0.0.0 00:50:49 ---> Running in 34d8b80330eb 00:50:49 Removing intermediate container 934389b9aeaf 00:50:49 ---> df2d36f2d9f0 00:50:49 Step 22/22 : LABEL version=0.0.0 00:50:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:51 (1/1) Installing dumb-init (1.2.2-r1) 00:50:51 Executing busybox-1.31.1-r19.trigger 00:50:51 OK: 5 MiB in 15 packages 00:50:51 ---> Running in 9f950016b43c 00:50:51 Removing intermediate container 34d8b80330eb 00:50:51 ---> 437be5538576 00:50:51 00:50:51 Removing intermediate container 9f950016b43c 00:50:51 ---> 565048750cc3 00:50:51 00:50:52 Successfully built 437be5538576 00:50:52 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:52  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 00:50:52 Successfully built 565048750cc3 00:50:52 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:52 Building docker-security-secretstore-setup-go 00:50:52  Building docker-support-notifications-go ... done Removing intermediate container 46b9cd90c720 00:50:52 ---> 7e9501a14198 00:50:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:53 ---> Running in 2e476f000337 00:50:55 Removing intermediate container 2e476f000337 00:50:55 ---> 31a58128a54b 00:50:55 Step 13/23 : ENV APP_PORT=48081 00:50:56 + glock sync -n 00:50:56  ---> Running in daf41c16cc88 00:50:56 Removing intermediate container 4faf6f7cb02f 00:50:56 ---> f97ab212556a 00:50:56 00:50:56 Step 10/23 : FROM alpine:3.12 00:50:56 ---> afeebe901d6b 00:50:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:57 Removing intermediate container daf41c16cc88 00:50:57 ---> 6d7fe6cd6814 00:50:57 Step 14/23 : EXPOSE $APP_PORT 00:50:57 ---> Running in 8aefa9dd5f3e 00:50:58 ---> Running in 2a1b41cf6764 00:50:58 Removing intermediate container 8aefa9dd5f3e 00:50:58 ---> fa1160789f79 00:50:58 Step 12/23 : ENV APP_PORT=48080 00:50:58 ---> Running in c5b3a2a5c2a0 00:50:58 Removing intermediate container 2a1b41cf6764 00:50:58 ---> 454288ba0561 00:50:58 Step 15/23 : WORKDIR / 00:50:59 ---> Running in 56852ff38f00 00:50:59 Removing intermediate container c5b3a2a5c2a0 00:50:59 ---> 4aa2f441c166 00:50:59 Step 13/23 : EXPOSE $APP_PORT 00:51:00 ---> Running in 4cb2f49db591 00:51:00 Removing intermediate container 56852ff38f00 00:51:00 ---> 2b8e23f2ac4a 00:51:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:01 Removing intermediate container 4cb2f49db591 00:51:01 ---> f6ae20376f31 00:51:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:02 ---> d386bc0af688 00:51:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:02 ---> Running in 960f8dd37e96 00:51:03 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:51:03 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:51:03 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:51:03 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:51:03 + git describe '--abbrev=0' --tags 00:51:03 + TAG=v0.6.1 00:51:03 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:51:03 + apk --print-arch 00:51:03 + arch=aarch64 00:51:03 + echo 'building [dockerize] for arm64 ... ' 00:51:03 + building [dockerize] for arm64 ... 00:51:03 CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 00:51:04  ---> ec22aadc7688 00:51:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:05 ---> c96fd6a77852 00:51:05 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:51:05 Removing intermediate container 960f8dd37e96 00:51:05 ---> 3905f846c3bd 00:51:05 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:05 ---> Running in 0c2d4b290194 00:51:05 ---> Running in 5f923b2ff657 00:51:06 Removing intermediate container 0c2d4b290194 00:51:06 ---> c03e09ee420b 00:51:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:07 ---> Running in 14b7a8a836ff 00:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:08 Removing intermediate container 14b7a8a836ff 00:51:08 ---> 88be38d7a339 00:51:08 Step 21/23 : LABEL arch=arm64 00:51:08 ---> Running in 5abe8d492b45 00:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:09 Thu Jan 28 00:51:08 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:51:09 + date 00:51:09 + echo 'Thu Jan 28 00:51:08 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:51:09 Removing intermediate container 5abe8d492b45 00:51:09 ---> 58057e74beb5 00:51:09 Step 22/23 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:51:09 (1/6) Installing dumb-init (1.2.2-r1) 00:51:09 (2/6) Installing libgcc (9.3.0-r2) 00:51:09 (3/6) Installing libsodium (1.0.18-r0) 00:51:09 ---> Running in 63fdfed32b89 00:51:09 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:10 (5/6) Installing libzmq (4.3.3-r0) 00:51:10 (6/6) Installing zeromq (4.3.3-r0) 00:51:10 Executing busybox-1.31.1-r19.trigger 00:51:10 OK: 8 MiB in 20 packages 00:51:10 Removing intermediate container 63fdfed32b89 00:51:10 ---> edce96e8b07d 00:51:10 Step 23/23 : LABEL version=0.0.0 00:51:10 ---> Running in 6e57f0791a35 00:51:11 Removing intermediate container 6e57f0791a35 00:51:11 ---> 7e139ecad064 00:51:11 00:51:12 Successfully built 7e139ecad064 00:51:12 Successfully tagged docker-core-metadata-go-arm64:latest 00:51:12  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 00:51:12 Removing intermediate container 5f923b2ff657 00:51:12 ---> 4818e7087893 00:51:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:14 ---> b85534b605f3 00:51:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:17 ---> 79c3b65449dd 00:51:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:18 ---> 46ce08435f3c 00:51:18 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:19 ---> Running in d5652e014725 00:51:20 Removing intermediate container d5652e014725 00:51:20 ---> 2a28e5e262f5 00:51:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:20 ---> Running in 733c4dddf8a9 00:51:21 Removing intermediate container 733c4dddf8a9 00:51:21 ---> 527b76691252 00:51:21 Step 21/23 : LABEL arch=arm64 00:51:21 Removing intermediate container ef62281098d1 00:51:21 ---> fc61c9d2d24e 00:51:21 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" 00:51:22 ---> Running in 3af65509c694 00:51:22 ---> Running in 45615936e60e 00:51:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:51:23 ---> 48c95bec95b9 00:51:23 Step 3/22 : WORKDIR /edgex-go 00:51:23 ---> Using cache 00:51:23 ---> 790e36724c6b 00:51:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:23 ---> Using cache 00:51:23 ---> 1ccab9c46f69 00:51:23 Step 5/22 : RUN apk add --update --no-cache make git 00:51:23 ---> Using cache 00:51:23 ---> 37939d8a6235 00:51:23 Step 6/22 : COPY go.mod . 00:51:23 ---> Using cache 00:51:23 ---> 17e6a3965a89 00:51:23 Step 7/22 : RUN go mod download 00:51:23 ---> Using cache 00:51:23 ---> 748a67cd3615 00:51:23 Step 8/22 : COPY . . 00:51:23 ---> Using cache 00:51:23 ---> 35b4c60cd887 00:51:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:51:23 Removing intermediate container 3af65509c694 00:51:23 ---> 1c5f0c03af00 00:51:23 Step 22/23 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:51:23 ---> Running in 728ea4241899 00:51:23 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 00:51:23 statically linked 00:51:24 ---> Running in b35bd2033faf 00:51:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:51:24 ---> 48c95bec95b9 00:51:24 Step 3/24 : WORKDIR /edgex-go 00:51:24 ---> Using cache 00:51:24 ---> 790e36724c6b 00:51:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:24 ---> Using cache 00:51:24 ---> 1ccab9c46f69 00:51:24 Step 5/24 : RUN apk add --update --no-cache make git 00:51:24 ---> Using cache 00:51:24 ---> 37939d8a6235 00:51:24 Step 6/24 : COPY go.mod . 00:51:24 ---> Using cache 00:51:24 ---> 17e6a3965a89 00:51:24 Step 7/24 : RUN go mod download 00:51:24 ---> Using cache 00:51:24 ---> 748a67cd3615 00:51:24 Step 8/24 : COPY . . 00:51:24 ---> Using cache 00:51:24 ---> 35b4c60cd887 00:51:24 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:51:24 ---> Running in 9a5a60c0b558 00:51:25 Removing intermediate container b35bd2033faf 00:51:25 ---> fdc214e450d9 00:51:25 Step 23/23 : LABEL version=0.0.0 00:51:25 ---> Running in 5af8111e1787 00:51:25 Removing intermediate container 45615936e60e 00:51:25 ---> f8903bdb9556 00:51:25 00:51:25 Step 12/34 : FROM alpine:3.12 00:51:25 ---> afeebe901d6b 00:51:26 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:51:26 Removing intermediate container 5af8111e1787 00:51:26 ---> 2b160469a157 00:51:26 00:51:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:51:26 ---> Running in ed4fbbefe654 00:51: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 00:51:27 Successfully built 2b160469a157 00:51:27 Successfully tagged docker-core-data-go-arm64:latest 00:51:27  Building docker-core-data-go ... done Building docker-core-command-go 00:51:27 Removing intermediate container ed4fbbefe654 00:51:27 ---> f50c6b3fe6ce 00:51:27 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:51:27 ---> Running in 523506d1091f 00:51:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:30 (1/3) Installing dumb-init (1.2.2-r1) 00:51:30 (2/3) Installing openssl (1.1.1i-r0) 00:51:30 (3/3) Installing su-exec (0.2-r1) 00:51:30 Executing busybox-1.31.1-r19.trigger 00:51:30 OK: 6 MiB in 17 packages 00:51:33 Removing intermediate container 523506d1091f 00:51:33 ---> 51d1b599be2e 00:51:33 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:51:34 ---> Running in fcedae0e4c61 00:51:35 Removing intermediate container fcedae0e4c61 00:51:35 ---> 7b690e4ca54d 00:51:35 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:51:35 ---> Running in 4d43a4cb0d77 00:51:36 Removing intermediate container 4d43a4cb0d77 00:51:36 ---> bbb991032947 00:51:36 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:51:36 ---> Running in 63cf2b6f7228 00:51:41 Removing intermediate container 63cf2b6f7228 00:51:41 ---> aaa2c497db86 00:51:41 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:51:41 ---> Running in b4f335e00047 00:51:42 Removing intermediate container b4f335e00047 00:51:42 ---> 1c2b09c68f97 00:51:42 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:51:45 ---> b80af5889970 00:51:45 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:51:46 ---> 69279716a340 00:51:46 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:51:46 ---> Running in b1ae1bf92831 00:51:49 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:51:49 ---> 48c95bec95b9 00:51:49 Step 3/26 : WORKDIR /edgex-go 00:51:49 ---> Using cache 00:51:49 ---> 790e36724c6b 00:51:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:49 ---> Using cache 00:51:49 ---> 1ccab9c46f69 00:51:49 Step 5/26 : RUN apk add --update --no-cache make bash git 00:51:49 ---> Running in 6b95e2c636ec 00:51:52 Removing intermediate container b1ae1bf92831 00:51:52 ---> 1bef131ed516 00:51:52 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:54 ---> 25a660235e33 00:51:54 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:51:54 OK: 217 MiB in 51 packages 00:51:57 Removing intermediate container 6b95e2c636ec 00:51:57 ---> 8142618beacf 00:51:57 Step 6/26 : COPY go.mod . 00:51:57 ---> 587a661ba367 00:51:57 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:51:59 ---> 7f795dcca38c 00:51:59 Step 7/26 : RUN go mod download 00:51:59 ---> Running in 8dc8ff3319a1 00:51:59 ---> 61b96130c4dc 00:51:59 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:52:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:52:01 ---> 48c95bec95b9 00:52:01 Step 3/23 : WORKDIR /edgex-go 00:52:01 ---> Using cache 00:52:01 ---> 790e36724c6b 00:52:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:01 ---> Using cache 00:52:01 ---> 1ccab9c46f69 00:52:01 Step 5/23 : RUN apk add --update --no-cache make git 00:52:01 ---> Using cache 00:52:01 ---> 37939d8a6235 00:52:01 Step 6/23 : COPY go.mod . 00:52:01 ---> Using cache 00:52:01 ---> 17e6a3965a89 00:52:01 Step 7/23 : RUN go mod download 00:52:01 ---> Using cache 00:52:01 ---> 748a67cd3615 00:52:01 Step 8/23 : COPY . . 00:52:01 ---> Using cache 00:52:01 ---> 35b4c60cd887 00:52:01 Step 9/23 : RUN make cmd/core-command/core-command 00:52:02 ---> Running in aa119e80ab52 00:52:02 ---> 7b672777cca5 00:52:02 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:52:03 ---> 17c376e552f4 00:52:03 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:52:04 ---> Running in 6b24c6957157 00:52:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:52:04 Removing intermediate container 8dc8ff3319a1 00:52:04 ---> a3818f9f18bc 00:52:04 Step 8/26 : COPY . . 00:52:05 Removing intermediate container 6b24c6957157 00:52:05 ---> 444ebe5dc417 00:52:05 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:52:06 ---> 4c4be30e751e 00:52:06 Step 29/34 : RUN chmod +x /entrypoint.sh 00:52:08 ---> Running in f5109c9728c2 00:52:13 Removing intermediate container f5109c9728c2 00:52:13 ---> 0320b4fdf9dd 00:52:13 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:52:13 ---> Running in 1d5ca44419eb 00:52:14 Removing intermediate container 1d5ca44419eb 00:52:14 ---> 03dd06c3defd 00:52:14 Step 31/34 : CMD ["gate"] 00:52:16 ---> Running in 65c3014dfb25 00:52:17 Removing intermediate container 65c3014dfb25 00:52:17 ---> e6b9fabe1a73 00:52:17 Step 32/34 : LABEL arch=arm64 00:52:18 ---> Running in ce6eb2f9143c 00:52:19 Removing intermediate container ce6eb2f9143c 00:52:19 ---> 4ab6a5324444 00:52:19 Step 33/34 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:52:20 ---> Running in 4b27dd7f4fad 00:52:21 Removing intermediate container 4b27dd7f4fad 00:52:21 ---> cf7c58c73e8b 00:52:21 Step 34/34 : LABEL version=0.0.0 00:52:22 ---> Running in 075dea9c77b6 00:52:24 Removing intermediate container 075dea9c77b6 00:52:24 ---> bf5d3df775a3 00:52:24 00:52:25 Successfully built bf5d3df775a3 00:52:25 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:52:25  Building docker-security-bootstrapper-go ... done  ---> eb2d9e58c8b0 00:52:25 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:52:25 ---> Running in 6b8bee67f328 00:52:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:52:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:52:44 Removing intermediate container 9a5a60c0b558 00:52:44 ---> 6df32163b8c1 00:52:44 00:52:44 Step 10/24 : FROM alpine:3.12 00:52:44 ---> afeebe901d6b 00:52:44 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:52:44 ---> Running in 44fe6c7142d2 00:52:46 Removing intermediate container 728ea4241899 00:52:46 ---> e16245fd14fc 00:52:46 00:52:46 Step 10/22 : FROM alpine:3.12 00:52:46 ---> afeebe901d6b 00:52:46 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:52:46 ---> Using cache 00:52:46 ---> 7e9501a14198 00:52:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:46 ---> Using cache 00:52:46 ---> 31a58128a54b 00:52:46 Step 13/22 : ENV APP_PORT=48085 00:52:46 ---> Running in 65c41496f315 00:52:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:47 Removing intermediate container 65c41496f315 00:52:47 ---> 958cb64c22a3 00:52:47 Step 14/22 : EXPOSE $APP_PORT 00:52:47 ---> Running in 37bea7f23aea 00:52:47 (1/5) Installing ca-certificates (20191127-r4) 00:52:47 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:52:47 (3/5) Installing libcurl (7.69.1-r3) 00:52:47 (4/5) Installing curl (7.69.1-r3) 00:52:47 (5/5) Installing dumb-init (1.2.2-r1) 00:52:47 Executing busybox-1.31.1-r19.trigger 00:52:47 Executing ca-certificates-20191127-r4.trigger 00:52:48 OK: 7 MiB in 19 packages 00:52:48 Removing intermediate container 37bea7f23aea 00:52:48 ---> f256fa2ae05f 00:52:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:49 ---> 5525c0e55197 00:52:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:51 Removing intermediate container 44fe6c7142d2 00:52:51 ---> 78add65447e3 00:52:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:51 ---> Running in a158382233b7 00:52:52 ---> 40ab07862017 00:52:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:52 Removing intermediate container a158382233b7 00:52:52 ---> 9a83a582dd7f 00:52:52 Step 13/24 : WORKDIR / 00:52:52 ---> Running in a7c2b3dc55eb 00:52:53 Removing intermediate container a7c2b3dc55eb 00:52:53 ---> f0e6f1db5817 00:52:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:52:53 ---> 1843bc94a7be 00:52:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:52:53 ---> Running in 409afd224363 00:52:54 Removing intermediate container 409afd224363 00:52:54 ---> 843f040b7d44 00:52:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:54 ---> a98d5f984c1b 00:52:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:52:54 ---> Running in 5302dc8fc270 00:52:55 Removing intermediate container 5302dc8fc270 00:52:55 ---> 595d8cd7a5b8 00:52:55 Step 20/22 : LABEL arch=arm64 00:52:55 ---> Running in f86232bd0240 00:52:55 ---> e157e2e1d321 00:52:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:52:56 Removing intermediate container f86232bd0240 00:52:56 ---> be4bf7ad3b42 00:52:56 Step 21/22 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:52:56 ---> Running in e330cdffdab5 00:52:56 ---> 7404d84b785c 00:52:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:52:57 Removing intermediate container e330cdffdab5 00:52:57 ---> 353825df3ff1 00:52:57 Step 22/22 : LABEL version=0.0.0 00:52:58 ---> Running in acdb224f7f44 00:52:59 ---> e3096618c638 00:52:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:52:59 Removing intermediate container acdb224f7f44 00:52:59 ---> a8fec9aab147 00:52:59 00:52:59 Successfully built a8fec9aab147 00:52:59 Successfully tagged docker-support-scheduler-go-arm64:latest 00:53:00  Building docker-support-scheduler-go ... done  ---> 40fc3174b76b 00:53:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:53:01 ---> 1ca4b8c565a4 00:53:01 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:53:01 ---> Running in 051189b965b9 00:53:05 Removing intermediate container 051189b965b9 00:53:05 ---> 7e5c1d01692a 00:53:05 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:53:05 ---> Running in 43e4b83effde 00:53:05 Removing intermediate container 43e4b83effde 00:53:05 ---> 5c2ef9b8335e 00:53:05 Step 22/24 : LABEL arch=arm64 00:53:06 ---> Running in dd7c64c3ad04 00:53:07 Removing intermediate container dd7c64c3ad04 00:53:07 ---> 77099e4055d2 00:53:07 Step 23/24 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:53:07 ---> Running in 13df1b5e3d44 00:53:07 Removing intermediate container 13df1b5e3d44 00:53:07 ---> 13f702396adf 00:53:07 Step 24/24 : LABEL version=0.0.0 00:53:08 ---> Running in 9cf4673b4f63 00:53:08 Removing intermediate container 9cf4673b4f63 00:53:08 ---> cdde32a2b03a 00:53:08 00:53:08 Successfully built cdde32a2b03a 00:53:09 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:53:13  Building docker-security-secretstore-setup-go ... done Removing intermediate container aa119e80ab52 00:53:13 ---> 0117cf684ba3 00:53:13 00:53:13 Step 10/23 : FROM alpine:3.12 00:53:13 ---> afeebe901d6b 00:53:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:53:13 ---> Using cache 00:53:13 ---> 7e9501a14198 00:53:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:53:13 ---> Using cache 00:53:13 ---> 31a58128a54b 00:53:13 Step 13/23 : ENV APP_PORT=48082 00:53:13 ---> Running in f3f2449d5306 00:53:14 Removing intermediate container f3f2449d5306 00:53:14 ---> 017d90841a33 00:53:14 Step 14/23 : EXPOSE $APP_PORT 00:53:14 ---> Running in 35b88e0f3de2 00:53:14 Removing intermediate container 35b88e0f3de2 00:53:14 ---> 7ff44b5f45af 00:53:14 Step 15/23 : WORKDIR / 00:53:15 ---> Running in 5af304989e3c 00:53:15 Removing intermediate container 5af304989e3c 00:53:15 ---> 480890f2bd76 00:53:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:16 ---> d900d1dd7d9f 00:53:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:53:17 ---> ecd7fcd5b183 00:53:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:53:18 ---> 5b4aeb094026 00:53:18 Step 19/23 : ENTRYPOINT ["/core-command"] 00:53:18 ---> Running in 3b87757b2d13 00:53:19 Removing intermediate container 6b8bee67f328 00:53:19 ---> 8543be157bad 00:53:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:53:19 ---> Running in c127ab326c65 00:53:19 Removing intermediate container 3b87757b2d13 00:53:19 ---> 9c50192732c1 00:53:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:19 ---> Running in d3bec2fea9a9 00:53:20 Removing intermediate container d3bec2fea9a9 00:53:20 ---> d2f319b95e7c 00:53:20 Step 21/23 : LABEL arch=arm64 00:53:20 ---> Running in fb985754449a 00:53:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:53:20 Removing intermediate container fb985754449a 00:53:20 ---> f626cf609b38 00:53:20 Step 22/23 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:53:20 ---> Running in 2aea464e0f5d 00:53:21 Removing intermediate container 2aea464e0f5d 00:53:21 ---> 9ed1b050736e 00:53:21 Step 23/23 : LABEL version=0.0.0 00:53:21 ---> Running in c4e16ade6667 00:53:22 Removing intermediate container c4e16ade6667 00:53:22 ---> 99eb0e921648 00:53:22 00:53:22 Successfully built 99eb0e921648 00:53:22 Successfully tagged docker-core-command-go-arm64:latest 00:53:23  Building docker-core-command-go ... done Removing intermediate container c127ab326c65 00:53:23 ---> 05606a7f248b 00:53:23 00:53:23 Step 11/26 : FROM docker:20.10.0 00:53:23 20.10.0: Pulling from library/docker 00:53:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:53:30 Status: Downloaded newer image for docker:20.10.0 00:53:30 ---> eeaf43b92773 00:53:30 Step 12/26 : RUN apk add --no-cache bash 00:53:32 ---> Running in e4d5d8bcf957 00:53:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:33 (1/2) Installing readline (8.0.4-r0) 00:53:33 (2/2) Installing bash (5.0.17-r0) 00:53:33 Executing bash-5.0.17-r0.post-install 00:53:33 Executing busybox-1.31.1-r19.trigger 00:53:33 OK: 12 MiB in 22 packages 00:53:35 Removing intermediate container e4d5d8bcf957 00:53:35 ---> 75b7952f26b4 00:53:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:53:35 ---> Running in ba2623ed8a36 00:53:35 Removing intermediate container ba2623ed8a36 00:53:35 ---> 073a69e5473d 00:53:35 Step 14/26 : ENV APP_PORT=48090 00:53:35 ---> Running in ba2584263e10 00:53:36 Removing intermediate container ba2584263e10 00:53:36 ---> 45417c4ff87c 00:53:36 Step 15/26 : EXPOSE $APP_PORT 00:53:36 ---> Running in 6354ce990c76 00:53:36 Removing intermediate container 6354ce990c76 00:53:36 ---> 1cbb81fbea13 00:53:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:53:38 ---> 0e2b5e74cf6c 00:53:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:53:38 ---> 5535ff410fb7 00:53:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:53:39 ---> 2896f48976e8 00:53:39 Step 19/26 : RUN apk --no-cache add py3-pip 00:53:39 ---> Running in 8810809ef9a6 00:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:41 (1/33) Installing libbz2 (1.0.8-r1) 00:53:41 (2/33) Installing expat (2.2.9-r1) 00:53:41 (3/33) Installing libffi (3.3-r2) 00:53:41 (4/33) Installing gdbm (1.13-r1) 00:53:41 (5/33) Installing xz-libs (5.2.5-r0) 00:53:41 (6/33) Installing sqlite-libs (3.32.1-r0) 00:53:41 (7/33) Installing python3 (3.8.5-r0) 00:53:43 (8/33) Installing py3-appdirs (1.4.4-r1) 00:53:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:53:43 (10/33) Installing py3-parsing (2.4.7-r0) 00:53:43 (11/33) Installing py3-six (1.15.0-r0) 00:53:43 (12/33) Installing py3-packaging (20.4-r0) 00:53:43 (13/33) Installing py3-setuptools (47.0.0-r0) 00:53:43 (14/33) Installing py3-chardet (3.0.4-r4) 00:53:43 (15/33) Installing py3-idna (2.9-r0) 00:53:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:53:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:53:43 (18/33) Installing py3-requests (2.23.0-r0) 00:53:43 (19/33) Installing py3-msgpack (1.0.0-r0) 00:53:43 (20/33) Installing py3-lockfile (0.12.2-r3) 00:53:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:53:43 (22/33) Installing py3-colorama (0.4.3-r0) 00:53:43 (23/33) Installing py3-distlib (0.3.0-r0) 00:53:43 (24/33) Installing py3-distro (1.5.0-r1) 00:53:43 (25/33) Installing py3-webencodings (0.5.1-r3) 00:53:43 (26/33) Installing py3-html5lib (1.0.1-r4) 00:53:43 (27/33) Installing py3-pytoml (0.1.21-r0) 00:53:43 (28/33) Installing py3-pep517 (0.8.2-r0) 00:53:43 (29/33) Installing py3-progress (1.5-r0) 00:53:44 (30/33) Installing py3-toml (0.10.1-r0) 00:53:44 (31/33) Installing py3-retrying (1.3.3-r0) 00:53:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:53:44 (33/33) Installing py3-pip (20.1.1-r0) 00:53:44 Executing busybox-1.31.1-r19.trigger 00:53:44 OK: 71 MiB in 55 packages 00:53:50 Removing intermediate container 8810809ef9a6 00:53:50 ---> 408a3488cf92 00:53:50 Step 20/26 : RUN pip install docker-compose==1.23.2 00:53:50 ---> Running in f9badfdbfd2d 00:53:56 Collecting docker-compose==1.23.2 00:53:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:53:56 Collecting PyYAML<4,>=3.10 00:53:56 Downloading PyYAML-3.13.tar.gz (270 kB) 00:54:00 Collecting docker<4.0,>=3.6.0 00:54:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:54:00 Collecting websocket-client<1.0,>=0.32.0 00:54:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:54:01 Collecting dockerpty<0.5,>=0.4.1 00:54:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:54:03 Collecting jsonschema<3,>=2.5.1 00:54:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:54:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:54:03 Collecting docopt<0.7,>=0.6.1 00:54:03 Downloading docopt-0.6.2.tar.gz (25 kB) 00:54:05 Collecting cached-property<2,>=1.2.0 00:54:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:54:05 Collecting texttable<0.10,>=0.9.0 00:54:05 Downloading texttable-0.9.1.tar.gz (11 kB) 00:54:08 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:54:08 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:54:09 Collecting docker-pycreds>=0.4.0 00:54:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:54:09 Collecting urllib3<1.25,>=1.21.1 00:54:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:54:09 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:54:09 Collecting idna<2.8,>=2.5 00:54:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:54:10 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:54:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:54:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:54:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:54:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:54:10 Installing collected packages: PyYAML, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, jsonschema, docopt, cached-property, texttable, docker-compose 00:54:10 Running setup.py install for PyYAML: started 00:54:13 Running setup.py install for PyYAML: finished with status 'done' 00:54:13 Attempting uninstall: urllib3 00:54:13 Found existing installation: urllib3 1.25.9 00:54:13 Uninstalling urllib3-1.25.9: 00:54:13 Successfully uninstalled urllib3-1.25.9 00:54:14 Attempting uninstall: idna 00:54:14 Found existing installation: idna 2.9 00:54:14 Uninstalling idna-2.9: 00:54:14 Successfully uninstalled idna-2.9 00:54:14 Attempting uninstall: requests 00:54:14 Found existing installation: requests 2.23.0 00:54:14 Uninstalling requests-2.23.0: 00:54:14 Successfully uninstalled requests-2.23.0 00:54:15 Running setup.py install for dockerpty: started 00:54:17 Running setup.py install for dockerpty: finished with status 'done' 00:54:17 Running setup.py install for docopt: started 00:54:19 Running setup.py install for docopt: finished with status 'done' 00:54:19 Running setup.py install for texttable: started 00:54:21 Running setup.py install for texttable: finished with status 'done' 00:54:22 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:54:26 Removing intermediate container f9badfdbfd2d 00:54:26 ---> a3cae20369fc 00:54:26 Step 21/26 : RUN apk --no-cache add curl 00:54:26 ---> Running in 1148614d098f 00:54:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:54:27 (2/3) Installing libcurl (7.69.1-r3) 00:54:27 (3/3) Installing curl (7.69.1-r3) 00:54:27 Executing busybox-1.31.1-r19.trigger 00:54:28 OK: 71 MiB in 58 packages 00:54:29 Removing intermediate container 1148614d098f 00:54:29 ---> ba2d45235489 00:54:29 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:54:29 ---> Running in 5cf4976f0fc9 00:54:30 Removing intermediate container 5cf4976f0fc9 00:54:30 ---> 02a92cbc5e38 00:54:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:30 ---> Running in 4d51a1b63855 00:54:30 Removing intermediate container 4d51a1b63855 00:54:30 ---> bf2820a13223 00:54:30 Step 24/26 : LABEL arch=arm64 00:54:30 ---> Running in 8dd231581d0e 00:54:31 Removing intermediate container 8dd231581d0e 00:54:31 ---> 607b0b4ce413 00:54:31 Step 25/26 : LABEL git_sha=c36da4e8ed960ae18a657692f59c6b216bde4459 00:54:31 ---> Running in cc6d202b7d81 00:54:31 Removing intermediate container cc6d202b7d81 00:54:31 ---> bf4d0b8c8584 00:54:31 Step 26/26 : LABEL version=0.0.0 00:54:31 ---> Running in eb912da0be5d 00:54:32 Removing intermediate container eb912da0be5d 00:54:32 ---> d0182a4a7cc4 00:54:32 00:54:32 Successfully built d0182a4a7cc4 00:54:32 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:54:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:54:33 $ docker stop --time=1 406578ac493795c6861166c72fca3beac56590fd773779400acbccbd57f9581c 00:54:35 $ docker rm -f 406578ac493795c6861166c72fca3beac56590fd773779400acbccbd57f9581c [Pipeline] // withDockerContainer [Pipeline] sh 00:54:35 + docker images 00:54:35 + grep docker 00:54:36 docker-sys-mgmt-agent-go-arm64 latest d0182a4a7cc4 4 seconds ago 300MB 00:54:36 docker-core-command-go-arm64 latest 99eb0e921648 About a minute ago 15.4MB 00:54:36 docker-security-secretstore-setup-go-arm64 latest cdde32a2b03a About a minute ago 23.4MB 00:54:36 docker-support-scheduler-go-arm64 latest a8fec9aab147 About a minute ago 15.5MB 00:54:36 docker-security-bootstrapper-go-arm64 latest bf5d3df775a3 2 minutes ago 31.9MB 00:54:36 docker-core-data-go-arm64 latest 2b160469a157 3 minutes ago 21MB 00:54:36 docker-core-metadata-go-arm64 latest 7e139ecad064 3 minutes ago 17.7MB 00:54:36 docker-support-notifications-go-arm64 latest 565048750cc3 3 minutes ago 16MB 00:54:36 docker-security-proxy-setup-go-arm64 latest 437be5538576 3 minutes ago 23.2MB 00:54:36 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:54:37 provisioning config files... 00:54:37 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config8157794564773020445tmp [Pipeline] { [Pipeline] sh 00:54:38 + set +x 00:54:38 + curl -s https://codecov.io/bash 00:54:38 + bash -s -- 00:54:38 00:54:38 _____ _ 00:54:38 / ____| | | 00:54:38 | | ___ __| | ___ ___ _____ __ 00:54:38 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:54:38 | |___| (_) | (_| | __/ (_| (_) \ V / 00:54:38 \_____\___/ \__,_|\___|\___\___/ \_/ 00:54:38 Bash-20210128-d4071a2 00:54:38 00:54:38 00:54:38 ==> git version 2.24.3 found 00:54:38 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:54:38 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:54:38 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:54:38 ==> Jenkins CI detected. 00:54:38 project root: . 00:54:38 --> token set from env 00:54:38 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:54:38 ==> Running gcov in . (disable via -X gcov) 00:54:39 ==> Python coveragepy not found 00:54:39 ==> Searching for coverage reports in: 00:54:39 + . 00:54:39 -> Found 1 reports 00:54:39 ==> Detecting git/mercurial file structure 00:54:39 ==> Reading reports 00:54:39 + ./coverage.out bytes=564700 00:54:39 ==> Appending adjustments 00:54:39 https://docs.codecov.io/docs/fixing-reports 00:54:43 + Found adjustments 00:54:43 ==> Gzipping contents 00:54:43 84K /tmp/codecov.hWFpI6.gz 00:54:43 ==> Uploading reports 00:54:43 url: https://codecov.io 00:54:43 query: branch=PR-3080&commit=c36da4e8ed960ae18a657692f59c6b216bde4459&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= 00:54:43 -> Pinging Codecov 00:54:43 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3080&commit=c36da4e8ed960ae18a657692f59c6b216bde4459&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= 00:54:43 -> Uploading to 00:54:43 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/c36da4e8ed960ae18a657692f59c6b216bde4459/10df9099-587e-4066-9931-4f6e77e3f241.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T005443Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b2b22c4112816022042055df1c0b8361df7c42f320949dde7bbc82885df1bfb6 00:54:43 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:43 Dload Upload Total Spent Left Speed 00:54:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85446 0 0 100 85446 0 166k --:--:-- --:--:-- --:--:-- 166k 00:54:44 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c36da4e8ed960ae18a657692f59c6b216bde4459 [Pipeline] } 00:54:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:54:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:47 ---> package-listing.sh 00:54:47 ++ facter osfamily 00:54:47 ++ tr '[:upper:]' '[:lower:]' 00:54:47 + OS_FAMILY=redhat 00:54:47 + workspace=/w/workspace/edgex-go/3 00:54:47 + START_PACKAGES=/tmp/packages_start.txt 00:54:47 + END_PACKAGES=/tmp/packages_end.txt 00:54:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:47 + PACKAGES=/tmp/packages_start.txt 00:54:47 + '[' /w/workspace/edgex-go/3 ']' 00:54:47 + PACKAGES=/tmp/packages_end.txt 00:54:47 + case "${OS_FAMILY}" in 00:54:47 + rpm -qa 00:54:47 + sort 00:54:52 + '[' -f /tmp/packages_start.txt ']' 00:54:52 + '[' -f /tmp/packages_end.txt ']' 00:54:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:52 + '[' /w/workspace/edgex-go/3 ']' 00:54:52 + mkdir -p /w/workspace/edgex-go/3/archives/ 00:54:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 00:54:53 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:54:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:54:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:53 00:54:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:54:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:54:54 alpine: Pulling from edgex-lftools-log-publisher 00:54:54 df20fa9351a1: Pulling fs layer 00:54:54 36b3adc4ff6f: Pulling fs layer 00:54:54 8ad3a11d3b57: Pulling fs layer 00:54:54 46f8f816bc3b: Pulling fs layer 00:54:54 93b61091891f: Pulling fs layer 00:54:54 93b9cdb0e59b: Pulling fs layer 00:54:54 5e14af77c1be: Pulling fs layer 00:54:54 01666e4c0597: Pulling fs layer 00:54:54 aa168da1d23b: Pulling fs layer 00:54:54 46f8f816bc3b: Waiting 00:54:54 93b61091891f: Waiting 00:54:54 93b9cdb0e59b: Waiting 00:54:54 5e14af77c1be: Waiting 00:54:54 aa168da1d23b: Waiting 00:54:54 01666e4c0597: Waiting 00:54:54 36b3adc4ff6f: Verifying Checksum 00:54:54 36b3adc4ff6f: Download complete 00:54:54 46f8f816bc3b: Verifying Checksum 00:54:54 46f8f816bc3b: Download complete 00:54:54 df20fa9351a1: Verifying Checksum 00:54:54 df20fa9351a1: Download complete 00:54:54 93b9cdb0e59b: Verifying Checksum 00:54:54 93b9cdb0e59b: Download complete 00:54:54 5e14af77c1be: Verifying Checksum 00:54:54 5e14af77c1be: Download complete 00:54:54 93b61091891f: Verifying Checksum 00:54:54 93b61091891f: Download complete 00:54:54 01666e4c0597: Verifying Checksum 00:54:54 01666e4c0597: Download complete 00:54:54 df20fa9351a1: Pull complete 00:54:55 36b3adc4ff6f: Pull complete 00:54:55 8ad3a11d3b57: Verifying Checksum 00:54:55 8ad3a11d3b57: Download complete 00:54:56 8ad3a11d3b57: Pull complete 00:54:57 aa168da1d23b: Verifying Checksum 00:54:57 aa168da1d23b: Download complete 00:54:57 46f8f816bc3b: Pull complete 00:54:58 93b61091891f: Pull complete 00:54:58 93b9cdb0e59b: Pull complete 00:54:58 5e14af77c1be: Pull complete 00:54:58 01666e4c0597: Pull complete 00:55:08 aa168da1d23b: Pull complete 00:55:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:09 prd-centos7-docker-4c-2g-23572 does not seem to be running inside a container 00:55:09 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:55:14 $ docker top cf4c43e8fe91a2aa4210fd0d9464a2c50419fa5e9270a39ed31e1965d73c4845 -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:15 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:15 + mkdir -p /var/log/sa [Pipeline] sh 00:55:15 + ls /var/log/sa-host 00:55:15 + sadf -c /var/log/sa-host/sa23 00:55:15 file_magic: OK 00:55:15 HZ: Using current value: 100 00:55:15 file_header: OK 00:55:15 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:55:15 Statistics: 00:55:15 Hnuu...uuuununununu... 00:55:15 File successfully converted to sysstat format version 12.2.1 00:55:15 + sadf -c /var/log/sa-host/sa28 00:55:15 file_magic: OK 00:55:15 HZ: Using current value: 100 00:55:15 file_header: OK 00:55:15 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:55:15 Statistics: 00:55:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:15 provisioning config files... 00:55:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config9039535950228855682tmp [Pipeline] { [Pipeline] echo 00:55:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:16 ---> create-netrc.sh [Pipeline] } 00:55:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:16 ---> python-tools-install.sh [Pipeline] echo 00:55:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:17 ---> sudo-logs.sh 00:55:17 Archiving 'sudo' log.. [Pipeline] echo 00:55:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:17 ---> job-cost.sh 00:55:17 lf-activate-venv: SKIPPING 00:55:17 INFO: No Stack... 00:55:18 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:19 INFO: Archiving Costs [Pipeline] echo 00:55:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:19 ---> logs-deploy.sh 00:55:19 lf-activate-venv: SKIPPING 00:55:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3080/3 00:55:19 INFO: archiving workspace using pattern(s): 00:55:21 Archives upload complete. 00:55:21 INFO: archiving logs to Nexus 00:55:23 ---> uname -a: 00:55:23 Linux prd-centos7-docker-4c-2g-23572.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:55:23 00:55:23 00:55:23 ---> lscpu: 00:55:23 Architecture: x86_64 00:55:23 CPU op-mode(s): 32-bit, 64-bit 00:55:23 Byte Order: Little Endian 00:55:23 Address sizes: 40 bits physical, 48 bits virtual 00:55:23 CPU(s): 4 00:55:23 On-line CPU(s) list: 0-3 00:55:23 Thread(s) per core: 1 00:55:23 Core(s) per socket: 1 00:55:23 Socket(s): 4 00:55:23 NUMA node(s): 1 00:55:23 Vendor ID: GenuineIntel 00:55:23 CPU family: 6 00:55:23 Model: 44 00:55:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:55:23 Stepping: 1 00:55:23 CPU MHz: 2933.438 00:55:23 BogoMIPS: 5866.87 00:55:23 Virtualization: VT-x 00:55:23 Hypervisor vendor: KVM 00:55:23 Virtualization type: full 00:55:23 L1d cache: 128 KiB 00:55:23 L1i cache: 128 KiB 00:55:23 L2 cache: 16 MiB 00:55:23 L3 cache: 64 MiB 00:55:23 NUMA node0 CPU(s): 0-3 00:55:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:55:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:55:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:55:23 Vulnerability Meltdown: Mitigation; PTI 00:55:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:55:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:55:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:55:23 Vulnerability Srbds: Not affected 00:55:23 Vulnerability Tsx async abort: Not affected 00:55:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:55:23 00:55:23 00:55:23 ---> nproc: 00:55:23 4 00:55:23 00:55:23 00:55:23 ---> df -h: 00:55:23 Filesystem Size Used Available Use% Mounted on 00:55:23 overlay 50.0G 13.1G 36.9G 26% / 00:55:23 tmpfs 64.0M 0 64.0M 0% /dev 00:55:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:55:23 shm 64.0M 0 64.0M 0% /dev/shm 00:55:23 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 00:55:23 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 00:55:23 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 00:55:23 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 00:55:23 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 00:55:23 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 00:55:23 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 00:55:23 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 00:55:23 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/3@tmp 00:55:23 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/3 00:55:23 00:55:23 00:55:23 ---> free -m: 00:55:23 total used free shared buff/cache available 00:55:23 Mem: 1837 719 152 0 964 1038 00:55:23 Swap: 1023 68 955 00:55:23 00:55:23 00:55:23 ---> ip addr: 00:55:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:55:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:55:23 inet 127.0.0.1/8 scope host lo 00:55:23 valid_lft forever preferred_lft forever 00:55:23 inet6 ::1/128 scope host 00:55:23 valid_lft forever preferred_lft forever 00:55:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:55:23 link/ether fa:16:3e:ee:16:25 brd ff:ff:ff:ff:ff:ff 00:55:23 inet 10.30.122.60/23 brd 10.30.123.255 scope global dynamic eth0 00:55:23 valid_lft 85071sec preferred_lft 85071sec 00:55:23 inet6 fe80::f816:3eff:feee:1625/64 scope link 00:55:23 valid_lft forever preferred_lft forever 00:55:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:55:23 link/ether 02:42:7a:d1:63:1d brd ff:ff:ff:ff:ff:ff 00:55:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:55:23 valid_lft forever preferred_lft forever 00:55:23 inet6 fe80::42:7aff:fed1:631d/64 scope link 00:55:23 valid_lft forever preferred_lft forever 00:55:23 00:55:23 00:55:23 ---> sar -b -r -n DEV: 00:55:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 00:55:23 00:55:23 00:33:01 LINUX RESTART (4 CPU) 00:55:23 00:55:23 00:34:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:55:23 00:35:01 158.18 76.82 81.36 0.00 10414.37 36836.27 0.00 00:55:23 00:36:01 223.85 71.69 152.16 0.00 3606.46 27424.88 0.00 00:55:23 00:37:02 176.95 86.40 90.55 0.00 2740.46 10166.86 0.00 00:55:23 00:38:01 140.39 77.28 63.11 0.00 3460.71 11658.66 0.00 00:55:23 00:39:01 973.69 718.81 254.88 0.00 94309.73 163370.99 0.00 00:55:23 00:40:02 2801.00 2467.42 333.59 0.00 139071.12 150569.05 0.00 00:55:23 00:41:01 425.36 153.61 271.75 0.00 29036.67 96115.46 0.00 00:55:23 00:42:02 2557.53 2205.52 352.01 0.00 139166.81 148623.16 0.00 00:55:23 00:43:02 907.88 676.66 231.22 0.00 43615.99 56387.75 0.00 00:55:23 00:44:01 208.44 26.42 182.03 0.00 3916.60 25322.39 0.00 00:55:23 00:45:01 4.69 0.07 4.63 0.00 2.66 132.70 0.00 00:55:23 00:46:01 0.22 0.03 0.18 0.00 0.80 2.30 0.00 00:55:23 00:47:01 0.28 0.00 0.28 0.00 0.00 3.43 0.00 00:55:23 00:48:01 2.33 2.10 0.23 0.00 86.73 2.86 0.00 00:55:23 00:49:01 1.12 0.30 0.82 0.00 105.25 15.87 0.00 00:55:23 00:50:01 0.27 0.02 0.25 0.00 0.13 2.75 0.00 00:55:23 00:51:01 0.28 0.02 0.27 0.00 0.13 3.40 0.00 00:55:23 00:52:01 0.30 0.05 0.25 0.00 0.53 2.65 0.00 00:55:23 00:53:02 0.23 0.02 0.22 0.00 0.13 2.45 0.00 00:55:23 00:54:01 0.30 0.02 0.29 0.00 0.14 3.32 0.00 00:55:23 00:55:01 101.00 69.92 31.08 0.00 5935.33 6507.69 0.00 00:55:23 Average: 417.41 319.45 97.96 0.00 22862.34 35119.42 0.00 00:55:23 00:55:23 00:34:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:55:23 00:35:01 77288 0 722452 38.40 2420 1079384 1548332 52.84 719036 862436 62088 00:55:23 00:36:01 303556 0 726100 38.59 1492 850396 1317648 44.97 473924 829336 20 00:55:23 00:37:02 355976 0 743832 39.53 712 781024 1351300 46.12 593628 650432 73052 00:55:23 00:38:01 416300 0 710356 37.75 712 754176 1118160 38.16 494524 682676 20 00:55:23 00:39:01 380372 0 713936 37.94 72 787164 2881088 98.33 568352 718192 76 00:55:23 00:40:02 65012 0 1144204 60.81 72 672256 3901316 133.15 853168 701124 43876 00:55:23 00:41:01 72224 0 813624 43.24 72 995624 2149476 73.36 774820 799704 36612 00:55:23 00:42:02 72224 0 842672 44.79 72 966576 2283968 77.95 758088 816316 86284 00:55:23 00:43:02 350072 0 718272 38.17 72 813128 1687132 57.58 597292 665628 10868 00:55:23 00:44:01 194232 0 648516 34.47 72 1038724 1202048 41.02 606580 814648 20 00:55:23 00:45:01 199552 0 643192 34.18 72 1038728 1182384 40.35 605008 813832 16 00:55:23 00:46:01 200260 0 642472 34.15 72 1038740 1179288 40.25 604768 813828 16 00:55:23 00:47:01 200540 0 642184 34.13 72 1038748 1179272 40.25 604960 813828 8 00:55:23 00:48:01 197112 0 643684 34.21 72 1040676 1179348 40.25 605632 815272 16 00:55:23 00:49:01 194548 0 643132 34.18 72 1043792 1179324 40.25 608372 815512 8 00:55:23 00:50:01 194260 0 643408 34.20 72 1043804 1179348 40.25 608280 815516 8 00:55:23 00:51:01 195504 0 642160 34.13 72 1043808 1172092 40.00 607604 815444 8 00:55:23 00:52:01 195176 0 642476 34.15 72 1043820 1172200 40.01 607900 815464 8 00:55:23 00:53:02 195800 0 641844 34.11 72 1043828 1172092 40.00 607492 815468 8 00:55:23 00:54:01 195588 0 642052 34.12 72 1043832 1172164 40.00 607692 815468 8 00:55:23 00:55:01 65628 0 722460 38.40 72 1093384 1599448 54.59 701496 837212 101024 00:55:23 Average: 205773 0 711097 37.79 312 964362 1562258 53.32 628982 787016 19716 00:55:23 00:55:23 00:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:55:23 00:35:01 eth0 1204.67 1228.50 5842.39 147.32 0.00 0.00 0.00 0.00 00:55:23 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:35:01 docker0 899.40 811.92 72.39 2677.49 0.00 0.00 0.00 0.00 00:55:23 00:36:01 eth0 248.28 208.32 859.03 28.40 0.00 0.00 0.00 0.00 00:55:23 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:36:01 docker0 190.35 214.89 13.43 830.91 0.00 0.00 0.00 0.00 00:55:23 00:37:02 eth0 43.56 30.45 25.15 78.31 0.00 0.00 0.00 0.00 00:55:23 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:37:02 veth6949485 0.63 0.77 0.05 0.06 0.00 0.00 0.00 0.00 00:55:23 00:37:02 docker0 0.63 0.63 0.04 0.05 0.00 0.00 0.00 0.00 00:55:23 00:38:01 eth0 29.80 15.78 25.24 12.90 0.00 0.00 0.00 0.00 00:55:23 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:39:01 veth57bb68b 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:39:01 veth59542c7 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:39:01 veth411d65d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:39:01 vethb245227 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:40:02 veth2054cfa 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:40:02 vethfef40f5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:40:02 veth1a0d087 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:40:02 eth0 2636.12 2207.90 11883.71 426.60 0.00 0.00 0.00 0.00 00:55:23 00:41:01 eth0 200.71 148.58 1476.41 86.35 0.00 0.00 0.00 0.00 00:55:23 00:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:55:23 00:41:01 vethba36b1d 0.00 0.81 0.00 0.04 0.00 0.00 0.00 0.00 00:55:23 00:41:01 docker0 1132.61 1093.06 88.52 3870.31 0.00 0.00 0.00 0.00 00:55:23 00:42:02 eth0 116.42 65.60 470.87 25.16 0.00 0.00 0.00 0.00 00:55:23 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:42:02 veth99be39b 3.20 5.00 0.46 19.99 0.00 0.00 0.00 0.00 00:55:23 00:42:02 vethba36b1d 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 00:55:23 00:43:02 veth982b4b9 3.76 6.47 0.26 39.19 0.00 0.00 0.00 0.00 00:55:23 00:43:02 veth8cd8207 22.56 68.75 1.66 417.27 0.00 0.00 0.00 0.00 00:55:23 00:43:02 eth0 138.79 68.83 522.19 75.92 0.00 0.00 0.00 0.00 00:55:23 00:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:44:01 eth0 164.55 89.61 591.13 82.22 0.00 0.00 0.00 0.00 00:55:23 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:44:01 docker0 1251.85 1347.27 96.04 5392.14 0.00 0.00 0.00 0.00 00:55:23 00:45:01 eth0 2.26 0.27 0.43 0.20 0.00 0.00 0.00 0.00 00:55:23 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:46:01 eth0 1.38 0.33 0.34 0.20 0.00 0.00 0.00 0.00 00:55:23 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:47:01 eth0 1.63 0.32 0.38 0.23 0.00 0.00 0.00 0.00 00:55:23 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:48:01 eth0 2.35 0.63 0.68 0.40 0.00 0.00 0.00 0.00 00:55:23 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:49:01 eth0 2.61 0.92 1.04 0.62 0.00 0.00 0.00 0.00 00:55:23 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:50:01 eth0 1.15 0.35 0.36 0.24 0.00 0.00 0.00 0.00 00:55:23 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:55:23 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:52:01 eth0 0.45 0.23 0.35 0.18 0.00 0.00 0.00 0.00 00:55:23 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:53:02 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:54:01 eth0 0.75 0.27 0.19 0.08 0.00 0.00 0.00 0.00 00:55:23 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:55:01 eth0 223.09 178.67 2169.22 21.11 0.00 0.00 0.00 0.00 00:55:23 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 Average: eth0 125.56 106.12 659.95 30.34 0.00 0.00 0.00 0.00 00:55:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:55:23 Average: docker0 58.73 63.21 4.51 252.96 0.00 0.00 0.00 0.00 00:55:23 00:55:23 00:55:23 ---> sar -P ALL: 00:55:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) 00:55:23 00:55:23 00:33:01 LINUX RESTART (4 CPU) 00:55:23 00:55:23 00:34:01 CPU %user %nice %system %iowait %steal %idle 00:55:23 00:35:01 all 15.26 0.00 8.91 1.24 0.30 74.28 00:55:23 00:35:01 0 13.92 0.00 10.75 0.38 0.31 74.64 00:55:23 00:35:01 1 18.78 0.00 9.55 1.89 0.33 69.46 00:55:23 00:35:01 2 15.64 0.00 7.72 0.96 0.26 75.42 00:55:23 00:35:01 3 12.71 0.00 7.65 1.72 0.29 77.63 00:55:23 00:36:01 all 7.25 0.00 6.85 4.78 0.14 80.98 00:55:23 00:36:01 0 6.86 0.00 6.79 3.75 0.12 82.48 00:55:23 00:36:01 1 7.40 0.00 7.52 7.84 0.12 77.11 00:55:23 00:36:01 2 7.23 0.00 6.62 4.64 0.15 81.36 00:55:23 00:36:01 3 7.50 0.00 6.46 2.87 0.19 82.98 00:55:23 00:37:02 all 57.11 0.00 14.03 4.13 0.14 24.59 00:55:23 00:37:02 0 55.38 0.00 14.66 4.78 0.17 25.00 00:55:23 00:37:02 1 54.90 0.00 13.31 3.27 0.12 28.39 00:55:23 00:37:02 2 61.97 0.00 13.64 2.71 0.12 21.56 00:55:23 00:37:02 3 56.17 0.00 14.52 5.78 0.12 23.41 00:55:23 00:38:01 all 45.63 0.00 14.12 2.03 0.25 37.97 00:55:23 00:38:01 0 45.48 0.00 14.34 1.89 0.26 38.03 00:55:23 00:38:01 1 45.44 0.00 13.59 2.22 0.28 38.46 00:55:23 00:38:01 2 45.87 0.00 14.12 2.74 0.27 37.00 00:55:23 00:38:01 3 45.72 0.00 14.43 1.26 0.20 38.39 00:55:23 00:39:01 all 22.70 0.00 24.11 6.07 1.85 45.27 00:55:23 00:39:01 0 22.50 0.00 24.67 5.70 1.79 45.34 00:55:23 00:39:01 1 22.28 0.00 24.32 5.86 1.78 45.76 00:55:23 00:39:01 2 20.57 0.00 22.97 6.76 2.21 47.50 00:55:23 00:39:01 3 25.50 0.00 24.49 5.98 1.61 42.43 00:55:23 00:40:02 all 26.05 0.00 26.90 25.59 0.74 20.71 00:55:23 00:40:02 0 26.48 0.00 27.41 26.29 0.69 19.13 00:55:23 00:40:02 1 26.45 0.00 26.18 25.03 0.85 21.49 00:55:23 00:40:02 2 24.90 0.00 25.95 25.58 0.77 22.80 00:55:23 00:40:02 3 26.40 0.00 28.11 25.47 0.63 19.40 00:55:23 00:41:01 all 45.75 0.00 19.59 15.99 0.62 18.04 00:55:23 00:41:01 0 45.36 0.00 19.77 14.42 0.76 19.68 00:55:23 00:41:01 1 45.64 0.00 20.69 16.63 0.55 16.48 00:55:23 00:41:01 2 45.65 0.00 19.22 17.16 0.60 17.37 00:55:23 00:41:01 3 46.36 0.00 18.69 15.76 0.57 18.62 00:55:23 00:42:02 all 21.63 0.00 25.46 26.31 1.10 25.50 00:55:23 00:42:02 0 21.01 0.00 24.37 22.47 1.15 31.00 00:55:23 00:42:02 1 20.70 0.00 26.26 27.47 1.10 24.46 00:55:23 00:42:02 2 21.66 0.00 26.00 27.02 1.10 24.22 00:55:23 00:42:02 3 23.17 0.00 25.20 28.31 1.06 22.27 00:55:23 00:43:02 all 56.33 0.00 19.04 12.92 1.27 10.45 00:55:23 00:43:02 0 54.56 0.00 18.86 13.83 1.42 11.32 00:55:23 00:43:02 1 55.95 0.00 18.64 13.17 1.32 10.93 00:55:23 00:43:02 2 57.73 0.00 19.27 10.92 0.95 11.12 00:55:23 00:43:02 3 57.06 0.00 19.40 13.78 1.38 8.38 00:55:23 00:44:01 all 23.32 0.00 11.48 7.81 1.13 56.26 00:55:23 00:44:01 0 22.38 0.00 11.37 6.81 1.18 58.27 00:55:23 00:44:01 1 24.11 0.00 11.77 4.73 1.10 58.29 00:55:23 00:44:01 2 22.92 0.00 11.13 12.11 1.19 52.64 00:55:23 00:44:01 3 23.87 0.00 11.67 7.59 1.04 55.83 00:55:23 00:45:01 all 0.13 0.00 0.05 0.00 0.05 99.76 00:55:23 00:45:01 0 0.08 0.00 0.07 0.00 0.07 99.78 00:55:23 00:45:01 1 0.35 0.00 0.05 0.00 0.03 99.57 00:55:23 00:45:01 2 0.05 0.00 0.07 0.00 0.05 99.83 00:55:23 00:45:01 3 0.03 0.00 0.03 0.02 0.07 99.85 00:55:23 00:55:23 00:45:01 CPU %user %nice %system %iowait %steal %idle 00:55:23 00:46:01 all 0.16 0.00 0.03 0.00 0.00 99.80 00:55:23 00:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:23 00:46:01 1 0.53 0.00 0.05 0.02 0.02 99.38 00:55:23 00:46:01 2 0.07 0.00 0.03 0.00 0.00 99.90 00:55:23 00:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:55:23 00:47:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:55:23 00:47:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:55:23 00:47:01 1 0.53 0.00 0.02 0.00 0.00 99.45 00:55:23 00:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:55:23 00:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:55:23 00:48:01 all 0.18 0.00 0.10 0.02 0.00 99.70 00:55:23 00:48:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:55:23 00:48:01 1 0.52 0.00 0.10 0.00 0.00 99.38 00:55:23 00:48:01 2 0.05 0.00 0.13 0.00 0.02 99.80 00:55:23 00:48:01 3 0.13 0.00 0.12 0.07 0.00 99.68 00:55:23 00:49:01 all 0.10 0.00 0.05 0.01 0.00 99.84 00:55:23 00:49:01 0 0.05 0.00 0.05 0.00 0.02 99.88 00:55:23 00:49:01 1 0.30 0.00 0.08 0.03 0.00 99.58 00:55:23 00:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:55:23 00:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:55:23 00:50:01 all 0.11 0.00 0.03 0.00 0.01 99.85 00:55:23 00:50:01 0 0.07 0.00 0.03 0.00 0.00 99.90 00:55:23 00:50:01 1 0.33 0.00 0.03 0.00 0.02 99.62 00:55:23 00:50:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:55:23 00:50:01 3 0.02 0.00 0.03 0.00 0.02 99.93 00:55:23 00:51:01 all 0.13 0.00 0.04 0.00 0.03 99.80 00:55:23 00:51:01 0 0.05 0.00 0.05 0.00 0.03 99.87 00:55:23 00:51:01 1 0.42 0.00 0.05 0.00 0.02 99.52 00:55:23 00:51:01 2 0.05 0.00 0.05 0.00 0.03 99.87 00:55:23 00:51:01 3 0.02 0.00 0.02 0.00 0.03 99.93 00:55:23 00:52:01 all 0.15 0.00 0.04 0.01 0.03 99.77 00:55:23 00:52:01 0 0.02 0.00 0.03 0.00 0.02 99.93 00:55:23 00:52:01 1 0.52 0.00 0.02 0.00 0.02 99.45 00:55:23 00:52:01 2 0.03 0.00 0.05 0.03 0.02 99.87 00:55:23 00:52:01 3 0.05 0.00 0.05 0.00 0.08 99.82 00:55:23 00:53:02 all 0.15 0.00 0.03 0.00 0.00 99.81 00:55:23 00:53:02 0 0.05 0.00 0.03 0.00 0.00 99.92 00:55:23 00:53:02 1 0.37 0.00 0.02 0.00 0.02 99.60 00:55:23 00:53:02 2 0.03 0.00 0.03 0.00 0.00 99.93 00:55:23 00:53:02 3 0.17 0.00 0.03 0.00 0.00 99.80 00:55:23 00:54:01 all 0.11 0.00 0.05 0.00 0.01 99.83 00:55:23 00:54:01 0 0.02 0.00 0.03 0.00 0.02 99.93 00:55:23 00:54:01 1 0.14 0.00 0.03 0.00 0.00 99.83 00:55:23 00:54:01 2 0.20 0.00 0.07 0.02 0.00 99.71 00:55:23 00:54:01 3 0.07 0.00 0.07 0.00 0.03 99.83 00:55:23 00:55:01 all 4.48 0.00 3.12 2.14 0.81 89.45 00:55:23 00:55:01 0 3.89 0.00 3.20 0.75 0.74 91.42 00:55:23 00:55:01 1 4.57 0.00 3.23 4.54 0.79 86.88 00:55:23 00:55:01 2 5.41 0.00 3.23 2.13 0.60 88.62 00:55:23 00:55:01 3 4.06 0.00 2.82 1.14 1.10 90.88 00:55:23 Average: all 15.11 0.00 8.06 5.04 0.39 71.39 00:55:23 Average: 0 14.73 0.00 8.18 4.67 0.41 72.01 00:55:23 Average: 1 15.27 0.00 8.13 5.22 0.39 70.98 00:55:23 Average: 2 15.30 0.00 7.91 5.23 0.39 71.17 00:55:23 Average: 3 15.14 0.00 8.01 5.04 0.39 71.41 00:55:23 00:55:23 00:55:23