Pull request #3091 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3+95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c (7e97eec5790a8b41e1b125a3c9821f5d98ed36db) 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-23417 in /w/workspace/edgexfoundry_edgex-go_PR-3091 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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/3091/head:refs/remotes/origin/PR-3091 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c into PR head commit 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 Merge succeeded, producing 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 Checking out Revision 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 (PR-3091) > git config core.sparsecheckout # timeout=10 > git checkout -f 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 # 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 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 # timeout=10 Commit message: "feat(security): make the built fully statically linked for dockerize" First time build. Skipping changelog. > git rev-list --no-walk b2e9843285b3b12875123db04507d786eef55d5a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:51:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:51:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:51:50 ========================================================= 17:51:50 EdgeX Global Pipelines Version Info 17:51:50 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:51:51 ------------------- 17:51:51 stable info: 17:51:51 ------------------- 17:51:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:51:51 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:51:51 Message: update stable to v1.0.179 17:51:52 ------------------- 17:51:52 experimental info: 17:51:52 ------------------- 17:51:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:51:52 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:51:52 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:51:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:51:54 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:51:55 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:51:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3091 [Pipeline] echo 17:51:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3091 [Pipeline] echo 17:51:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3091 [Pipeline] echo 17:51:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [Pipeline] echo 17:51:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0aef526 [Pipeline] echo 17:51:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:51:55 provisioning config files... 17:51:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6599687454890860647tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:51:56 ---> docker-login.sh 17:51:56 nexus3.edgexfoundry.org:10001 17:51:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:56 Configure a credential helper to remove this warning. See 17:51:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:56 17:51:56 Login Succeeded 17:51:56 nexus3.edgexfoundry.org:10002 17:51:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:56 Configure a credential helper to remove this warning. See 17:51:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:56 17:51:56 Login Succeeded 17:51:56 nexus3.edgexfoundry.org:10003 17:51:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:56 Configure a credential helper to remove this warning. See 17:51:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:56 17:51:56 Login Succeeded 17:51:56 nexus3.edgexfoundry.org:10004 17:51:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:57 Configure a credential helper to remove this warning. See 17:51:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:57 17:51:57 Login Succeeded 17:51:57 docker.io 17:51:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:51:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:51:57 Configure a credential helper to remove this warning. See 17:51:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:51:57 17:51:57 Login Succeeded 17:51:57 ---> docker-login.sh ends [Pipeline] } 17:51:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:51:57 ++ 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 17:51:57 + for file in '`ls cmd/**/Dockerfile`' 17:51:57 ++ dirname cmd/core-command/Dockerfile 17:51:57 ++ cut -d/ -f2 17:51:57 + echo core-command,cmd/core-command/Dockerfile 17:51:57 + for file in '`ls cmd/**/Dockerfile`' 17:51:57 ++ dirname cmd/core-data/Dockerfile 17:51:57 ++ cut -d/ -f2 17:51:57 + echo core-data,cmd/core-data/Dockerfile 17:51:57 + for file in '`ls cmd/**/Dockerfile`' 17:51:57 ++ dirname cmd/core-metadata/Dockerfile 17:51:57 ++ cut -d/ -f2 17:51:57 + echo core-metadata,cmd/core-metadata/Dockerfile 17:51:57 + for file in '`ls cmd/**/Dockerfile`' 17:51:57 ++ dirname cmd/security-bootstrapper/Dockerfile 17:51:57 ++ cut -d/ -f2 17:51:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:51:57 + for file in '`ls cmd/**/Dockerfile`' 17:51:57 ++ dirname cmd/security-proxy-setup/Dockerfile 17:51:57 ++ cut -d/ -f2 17:51:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:51:57 + for file in '`ls cmd/**/Dockerfile`' 17:51:57 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:51:57 ++ cut -d/ -f2 17:51:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:51:57 + for file in '`ls cmd/**/Dockerfile`' 17:51:57 ++ dirname cmd/support-notifications/Dockerfile 17:51:57 ++ cut -d/ -f2 17:51:57 + echo support-notifications,cmd/support-notifications/Dockerfile 17:51:57 + for file in '`ls cmd/**/Dockerfile`' 17:51:57 ++ dirname cmd/support-scheduler/Dockerfile 17:51:57 ++ cut -d/ -f2 17:51:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:51:57 + for file in '`ls cmd/**/Dockerfile`' 17:51:57 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:51:57 ++ cut -d/ -f2 17:51:57 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:51:58 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 17:51:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:51:58 17:51:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:51:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:51:59 latest: Pulling from edgex-devops/git-semver 17:51:59 31603596830f: Pulling fs layer 17:51:59 2a8b12db71e7: Pulling fs layer 17:51:59 6ca5941a6612: Pulling fs layer 17:51:59 ecc8261a40a4: Pulling fs layer 17:51:59 ecc8261a40a4: Waiting 17:51:59 2a8b12db71e7: Download complete 17:51:59 31603596830f: Verifying Checksum 17:51:59 31603596830f: Download complete 17:51:59 6ca5941a6612: Verifying Checksum 17:51:59 6ca5941a6612: Download complete 17:51:59 ecc8261a40a4: Verifying Checksum 17:51:59 ecc8261a40a4: Download complete 17:51:59 31603596830f: Pull complete 17:51:59 2a8b12db71e7: Pull complete 17:52:00 6ca5941a6612: Pull complete 17:52:00 ecc8261a40a4: Pull complete 17:52:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:52:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:52:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:52:01 prd-centos7-docker-4c-2g-23417 does not seem to be running inside a container 17:52:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:52:03 $ docker top fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:52:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:04 [ssh-agent] Looking for ssh-agent implementation... 17:52:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:04 $ docker exec fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f ssh-agent 17:52:04 SSH_AUTH_SOCK=/tmp/ssh-wN1kbpEh1VVa/agent.11 17:52:04 SSH_AGENT_PID=16 17:52:04 Running ssh-add (command line suppressed) 17:52:04 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8205284341000726414.key (/w/workspace/edgex-go/2@tmp/private_key_8205284341000726414.key) 17:52:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:05 + git tag --points-at HEAD [Pipeline] } 17:52:05 $ docker exec --env ******** --env ******** fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f ssh-agent -k 17:52:05 unset SSH_AUTH_SOCK; 17:52:05 unset SSH_AGENT_PID; 17:52:05 echo Agent pid 16 killed; 17:52:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:52:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:52:05 [ssh-agent] Looking for ssh-agent implementation... 17:52:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:52:05 $ docker exec fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f ssh-agent 17:52:05 SSH_AUTH_SOCK=/tmp/ssh-g1FUy1AY5voS/agent.45 17:52:05 SSH_AGENT_PID=51 17:52:05 Running ssh-add (command line suppressed) 17:52:05 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4985741722025393602.key (/w/workspace/edgex-go/2@tmp/private_key_4985741722025393602.key) 17:52:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:52:06 + git semver init 17:52:06 # -> Open(): unable to determine branch for HEAD 17:52:06 # $GIT_DIR = /w/workspace/edgex-go/2/.git 17:52:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 17:52:06 # $SEMVER_REMOTE_NAME = origin 17:52:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:52:06 # $SEMVER_USER_NAME = edgex-jenkins 17:52:06 # $SEMVER_BRANCH = PR-3091 17:52:06 # $SEMVER_TEMP = /tmp/semver-313514544 17:52:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:52:24 # '/tmp/semver-313514544' -> '/w/workspace/edgex-go/2/.semver' 17:52:24 # -> Force: false 17:52:24 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 17:52:24 $ docker exec --env ******** --env ******** fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f ssh-agent -k 17:52:24 unset SSH_AUTH_SOCK; 17:52:24 unset SSH_AGENT_PID; 17:52:24 echo Agent pid 51 killed; 17:52:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:52:25 + git semver [Pipeline] } 17:52:25 $ docker stop --time=1 fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f 17:52:27 $ docker rm -f fc2fdd36eacff7eaa4f5ba6fbf94214b1ee828d16541ed5b33a1ba0a572df83f [Pipeline] // withDockerContainer [Pipeline] sh 17:52:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:52:28 Stashed 1 file(s) [Pipeline] echo 17:52:28 [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 17:52:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:52:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:52:29 + sudo service docker restart 17:52:29 + true 17:52:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:52:30 ========================================================= 17:52:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:52:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:52:30 + 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 . 17:52:33 Sending build context to Docker daemon 327.2MB 17:52:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:52:33 Step 2/6 : FROM ${BASE} 17:52:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:52:33 188c0c94c7c5: Pulling fs layer 17:52:33 0ef7d3d256c8: Pulling fs layer 17:52:33 de9db76c5a1d: Pulling fs layer 17:52:33 bca2f99d35d6: Pulling fs layer 17:52:33 93359f2a8cfa: Pulling fs layer 17:52:33 7c6f9722023f: Pulling fs layer 17:52:33 a35cf1a2eb13: Pulling fs layer 17:52:33 7c6f9722023f: Waiting 17:52:33 a35cf1a2eb13: Waiting 17:52:33 bca2f99d35d6: Waiting 17:52:33 93359f2a8cfa: Waiting 17:52:34 de9db76c5a1d: Verifying Checksum 17:52:34 de9db76c5a1d: Download complete 17:52:34 0ef7d3d256c8: Verifying Checksum 17:52:34 0ef7d3d256c8: Download complete 17:52:34 93359f2a8cfa: Verifying Checksum 17:52:34 93359f2a8cfa: Download complete 17:52:34 7c6f9722023f: Verifying Checksum 17:52:34 7c6f9722023f: Download complete 17:52:34 188c0c94c7c5: Verifying Checksum 17:52:34 188c0c94c7c5: Download complete 17:52:34 188c0c94c7c5: Pull complete 17:52:34 0ef7d3d256c8: Pull complete 17:52:35 de9db76c5a1d: Pull complete 17:52:36 a35cf1a2eb13: Verifying Checksum 17:52:36 a35cf1a2eb13: Download complete 17:52:36 bca2f99d35d6: Verifying Checksum 17:52:36 bca2f99d35d6: Download complete 17:52:42 bca2f99d35d6: Pull complete 17:52:42 93359f2a8cfa: Pull complete 17:52:42 7c6f9722023f: Pull complete 17:52:43 Still waiting to schedule task 17:52:43 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:52:47 a35cf1a2eb13: Pull complete 17:52:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:52:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:52:47 ---> a62c8e92a672 17:52:47 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 17:52:47 ---> Running in 0e221f1962b0 17:52:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:48 (1/12) Installing libmagic (5.38-r0) 17:52:49 (2/12) Installing file (5.38-r0) 17:52:49 (3/12) Installing libc-dev (0.7.2-r3) 17:52:49 (4/12) Installing g++ (9.3.0-r2) 17:52:54 (5/12) Installing fortify-headers (1.1-r0) 17:52:54 (6/12) Installing patch (2.7.6-r6) 17:52:54 (7/12) Installing build-base (0.5-r2) 17:52:54 (8/12) Installing libsodium (1.0.18-r0) 17:52:54 (9/12) Installing pkgconf (1.7.2-r0) 17:52:54 (10/12) Installing libsodium-dev (1.0.18-r0) 17:52:54 (11/12) Installing libzmq (4.3.3-r0) 17:52:54 (12/12) Installing zeromq-dev (4.3.3-r0) 17:52:54 Executing busybox-1.31.1-r19.trigger 17:52:54 OK: 233 MiB in 51 packages 17:52:59 Removing intermediate container 0e221f1962b0 17:52:59 ---> 266d9ad135b0 17:52:59 Step 4/6 : WORKDIR /edgex-go 17:52:59 ---> Running in 1b8e2620206d 17:52:59 Removing intermediate container 1b8e2620206d 17:52:59 ---> 327f4e5dd5c7 17:52:59 Step 5/6 : COPY go.mod . 17:52:59 ---> 662e13a27ea4 17:52:59 Step 6/6 : RUN go mod download 17:52:59 ---> Running in 5361eefeec57 17:53:21 Removing intermediate container 5361eefeec57 17:53:21 ---> 2f9ab0b09715 17:53:21 Successfully built 2f9ab0b09715 17:53:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:53:21 + docker inspect -f . ci-base-image-x86_64 17:53:21 . [Pipeline] withDockerContainer 17:53:21 prd-centos7-docker-4c-2g-23417 does not seem to be running inside a container 17:53:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:53:22 $ docker top 3bb46a82f03b168c1a282256d97f05563ad4236909264b5e1bcd67daa8afaf79 -eo pid,comm [Pipeline] { [Pipeline] sh 17:53:22 + go version 17:53:22 go version go1.15.5 linux/amd64 [Pipeline] } 17:53:22 $ docker stop --time=1 3bb46a82f03b168c1a282256d97f05563ad4236909264b5e1bcd67daa8afaf79 17:53:24 $ docker rm -f 3bb46a82f03b168c1a282256d97f05563ad4236909264b5e1bcd67daa8afaf79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:53:25 + docker inspect -f . ci-base-image-x86_64 17:53:25 . [Pipeline] withDockerContainer 17:53:25 prd-centos7-docker-4c-2g-23417 does not seem to be running inside a container 17:53:25 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:53:26 $ docker top 838a163cbf6194a08204c66adda9c18ac2c6d5c0fe76600aeb95e04bad2b700c -eo pid,comm [Pipeline] { [Pipeline] echo 17:53:26 ========================================================= 17:53:26 [edgeXBuildGoParallel] Running Tests and Build... 17:53:26 ========================================================= [Pipeline] sh 17:53:26 + make test 17:53:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:53:36 ? github.com/edgexfoundry/edgex-go [no test files] 17:53:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:53:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:53:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:53:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:53:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:53:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:53:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:53:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:53:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:53:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:53:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:54:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:54:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:54:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:54:03 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.079s coverage: 46.6% of statements 17:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:54:03 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:54:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.194s coverage: 27.1% of statements 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:54:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.048s coverage: 100.0% of statements 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:54:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:54:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 65.8% of statements 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:54:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.181s coverage: 82.3% of statements 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:54:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:54:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.364s coverage: 28.6% of statements 17:54:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:54:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:54:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:54:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:54:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:54:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.071s coverage: 100.0% of statements 17:54:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:54:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements 17:54:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:54:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.121s coverage: 86.7% of statements 17:54:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:54:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements 17:54:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:54:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 17:54:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:54:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:54:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:54:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:54:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.424s coverage: 92.8% of statements 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:54:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:54:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 0.1% of statements 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:54:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:54:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 43.8% of statements 17:54:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.050s coverage: 79.5% of statements 17:54:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 17:54:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements 17:54:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 17:54:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23418 in /w/workspace/edgexfoundry_edgex-go_PR-3091 [Pipeline] { [Pipeline] ws 17:54:20 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 17:54:25 using credential edgex-jenkins-ssh 17:54:25 Cloning the remote Git repository 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.060s coverage: 94.4% of statements 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.057s coverage: 84.2% of statements 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.4% of statements 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.168s coverage: 63.5% of statements 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 68.9% of statements 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.264s coverage: 84.0% of statements 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.1% of statements 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:54:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.054s coverage: 100.0% of statements 17:54:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:54:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:54:25 > git init /w/workspace/edgex-go/2 # timeout=10 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.737s coverage: 29.1% of statements 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:54:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements 17:54:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:54:25 > git --version # timeout=10 17:54:25 > git --version # 'git version 2.17.1' 17:54:25 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 17:54:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 17:54:27 GO111MODULE=on go vet ./... 17:54:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:54:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:54:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:54:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3091/head:refs/remotes/origin/PR-3091 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:54:41 Merging remotes/origin/master commit 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c into PR head commit 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 17:54:42 Merge succeeded, producing 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 17:54:42 Checking out Revision 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 (PR-3091) 17:54:41 > git config core.sparsecheckout # timeout=10 17:54:41 > git checkout -f 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 # timeout=10 17:54:42 > git remote # timeout=10 17:54:42 > git config --get remote.origin.url # timeout=10 17:54:42 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:42 > git merge 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 17:54:42 > git rev-parse HEAD^{commit} # timeout=10 17:54:42 > git config core.sparsecheckout # timeout=10 17:54:42 > git checkout -f 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 # timeout=10 17:54:46 Commit message: "feat(security): make the built fully statically linked for dockerize" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:54:48 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:54:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:54:49 + sudo service docker restart 17:54:49 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:54:51 provisioning config files... 17:54:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config4412480874842441325tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:54:51 ---> docker-login.sh 17:54:51 nexus3.edgexfoundry.org:10001 17:54:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:52 Configure a credential helper to remove this warning. See 17:54:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:52 17:54:52 Login Succeeded 17:54:52 nexus3.edgexfoundry.org:10002 17:54:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:53 Configure a credential helper to remove this warning. See 17:54:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:53 17:54:53 Login Succeeded 17:54:53 nexus3.edgexfoundry.org:10003 17:54:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:54 Configure a credential helper to remove this warning. See 17:54:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:54 17:54:54 Login Succeeded 17:54:54 nexus3.edgexfoundry.org:10004 17:54:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:54 Configure a credential helper to remove this warning. See 17:54:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:54 17:54:54 Login Succeeded 17:54:54 docker.io 17:54:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:54:55 gofmt -l . 17:54:55 [ "`gofmt -l .`" = "" ] 17:54:55 ./bin/test-go-mod-tidy.sh 17:54:55 ./bin/test-attribution-txt.sh [Pipeline] sh 17:54:55 + ls -al . 17:54:55 total 668 17:54:55 drwxrwxr-x 10 1001 1001 4096 Jan 27 17:54 . 17:54:55 drwxr-xr-x 4 root root 28 Jan 27 17:53 .. 17:54:55 -rw-rw-r-- 1 1001 1001 11 Jan 27 17:51 .dockerignore 17:54:55 drwxrwxr-x 8 1001 1001 179 Jan 27 17:51 .git 17:54:55 drwxrwxr-x 3 1001 1001 125 Jan 27 17:51 .github 17:54:55 -rw-rw-r-- 1 1001 1001 872 Jan 27 17:51 .gitignore 17:54:55 drwx------ 3 1001 1001 60 Jan 27 17:52 .semver 17:54:55 -rw-rw-r-- 1 1001 1001 166 Jan 27 17:51 .sonarcloud.properties 17:54:55 -rw-rw-r-- 1 1001 1001 7859 Jan 27 17:51 Attribution.txt 17:54:55 -rw-rw-r-- 1 1001 1001 3804 Jan 27 17:51 CONTRIBUTING.md 17:54:55 -rw-rw-r-- 1 1001 1001 931 Jan 27 17:51 Dockerfile.build 17:54:55 -rw-rw-r-- 1 1001 1001 863 Jan 27 17:51 Jenkinsfile 17:54:55 -rw-rw-r-- 1 1001 1001 10775 Jan 27 17:51 LICENSE 17:54:55 -rw-rw-r-- 1 1001 1001 6001 Jan 27 17:51 Makefile 17:54:55 -rw-rw-r-- 1 1001 1001 6524 Jan 27 17:51 README.md 17:54:55 -rw-rw-r-- 1 1001 1001 6755 Jan 27 17:51 SECURITY.md 17:54:55 -rw-rw-r-- 1 1001 1001 5 Jan 27 17:52 VERSION 17:54:55 -rw-rw-r-- 1 1001 1001 4131 Jan 27 17:51 ZMQWindows.md 17:54:55 drwxrwxr-x 2 1001 1001 117 Jan 27 17:51 bin 17:54:55 drwxrwxr-x 15 1001 1001 4096 Jan 27 17:51 cmd 17:54:55 -rw-r--r-- 1 root root 564700 Jan 27 17:54 coverage.out 17:54:55 -rw-r--r-- 1 root root 1053 Jan 27 17:54 go.mod 17:54:55 -rw-r--r-- 1 root root 18995 Jan 27 17:54 go.sum 17:54:55 drwxrwxr-x 8 1001 1001 127 Jan 27 17:51 internal 17:54:55 drwxrwxr-x 4 1001 1001 26 Jan 27 17:51 openapi 17:54:55 drwxrwxr-x 4 1001 1001 71 Jan 27 17:51 snap 17:54:55 -rw-rw-r-- 1 1001 1001 168 Jan 27 17:51 version.go [Pipeline] sh 17:54:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:54:55 Configure a credential helper to remove this warning. See 17:54:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:54:55 17:54:55 Login Succeeded 17:54:55 ---> docker-login.sh ends [Pipeline] } 17:54:55 Deleting 1 temporary files 17:54:55 + '[' -e coverage.out ] 17:54:55 + chown 1001:1001 coverage.out [Pipeline] // wrap [Pipeline] stash [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:54:55 Stashed 1 file(s) [Pipeline] sh [Pipeline] echo 17:54:56 ========================================================= 17:54:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:54:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:54:56 + make build 17:54:56 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 17:54:56 + 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 . 17:54:59 Sending build context to Docker daemon 165.9MB 17:54:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:54:59 Step 2/6 : FROM ${BASE} 17:54:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:54:59 5f621e34cdf4: Pulling fs layer 17:54:59 a4357932f1b6: Pulling fs layer 17:54:59 18c013af1878: Pulling fs layer 17:54:59 00ac8860ef70: Pulling fs layer 17:54:59 63d7cb157983: Pulling fs layer 17:54:59 b116817d02f9: Pulling fs layer 17:54:59 745a02a5169b: Pulling fs layer 17:54:59 00ac8860ef70: Waiting 17:54:59 63d7cb157983: Waiting 17:54:59 b116817d02f9: Waiting 17:54:59 745a02a5169b: Waiting 17:54:59 18c013af1878: Verifying Checksum 17:54:59 18c013af1878: Download complete 17:54:59 a4357932f1b6: Verifying Checksum 17:54:59 a4357932f1b6: Download complete 17:54:59 63d7cb157983: Verifying Checksum 17:54:59 63d7cb157983: Download complete 17:54:59 b116817d02f9: Verifying Checksum 17:54:59 b116817d02f9: Download complete 17:54:59 5f621e34cdf4: Verifying Checksum 17:54:59 5f621e34cdf4: Download complete 17:54:59 5f621e34cdf4: Pull complete 17:54:59 a4357932f1b6: Pull complete 17:55:00 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 17:55:00 18c013af1878: Pull complete 17:55:01 745a02a5169b: Verifying Checksum 17:55:01 745a02a5169b: Download complete 17:55:03 00ac8860ef70: Verifying Checksum 17:55:03 00ac8860ef70: Download complete 17:55:08 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 17:55:09 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 17:55:10 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 17:55:10 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 17:55:12 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 17:55:13 00ac8860ef70: Pull complete 17:55:13 63d7cb157983: Pull complete 17:55:13 b116817d02f9: Pull complete 17:55:13 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 17:55:15 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 17:55:16 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 17:55:17 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 17:55:17 745a02a5169b: Pull complete 17:55:17 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:55:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:55:17 ---> b7e6874047d6 17:55:17 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 17:55:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:55: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 17:55:20 ---> Running in 99c974271be1 [Pipeline] } 17:55:21 $ docker stop --time=1 838a163cbf6194a08204c66adda9c18ac2c6d5c0fe76600aeb95e04bad2b700c 17:55:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:55:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:55:23 $ docker rm -f 838a163cbf6194a08204c66adda9c18ac2c6d5c0fe76600aeb95e04bad2b700c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 17:55:23 (1/12) Installing libmagic (5.38-r0) 17:55:23 (2/12) Installing file (5.38-r0) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 17:55:24 (3/12) Installing libc-dev (0.7.2-r3) 17:55:24 (4/12) Installing g++ (9.3.0-r2) [Pipeline] isUnix [Pipeline] sh 17:55:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:55:25 17:55:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:55:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:55:25 latest: Pulling from edgex-devops/edgex-compose 17:55:25 cbdbe7a5bc2a: Pulling fs layer 17:55:25 ca9280d653b3: Pulling fs layer 17:55:25 7e9c9ca2126c: Pulling fs layer 17:55:25 cbdbe7a5bc2a: Verifying Checksum 17:55:25 cbdbe7a5bc2a: Download complete 17:55:26 cbdbe7a5bc2a: Pull complete 17:55:26 ca9280d653b3: Verifying Checksum 17:55:26 ca9280d653b3: Download complete 17:55:27 7e9c9ca2126c: Download complete 17:55:27 ca9280d653b3: Pull complete 17:55:33 7e9c9ca2126c: Pull complete 17:55:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:55:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:55:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:55:33 prd-centos7-docker-4c-2g-23417 does not seem to be running inside a container 17:55:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:55:36 $ docker top 03f8978d8f86c2f9190a50d2508687361a26c9a260530dfe2cbb4850bf4f1428 -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:37 + docker-compose build --help 17:55:37 + grep parallel 17:55:38 --parallel Build images in parallel. [Pipeline] } 17:55:38 $ docker stop --time=1 03f8978d8f86c2f9190a50d2508687361a26c9a260530dfe2cbb4850bf4f1428 17:55:39 (5/12) Installing fortify-headers (1.1-r0) 17:55:39 (6/12) Installing patch (2.7.6-r6) 17:55:39 (7/12) Installing build-base (0.5-r2) 17:55:39 (8/12) Installing libsodium (1.0.18-r0) 17:55:39 (9/12) Installing pkgconf (1.7.2-r0) 17:55:39 (10/12) Installing libsodium-dev (1.0.18-r0) 17:55:39 (11/12) Installing libzmq (4.3.3-r0) 17:55:39 (12/12) Installing zeromq-dev (4.3.3-r0) 17:55:39 Executing busybox-1.31.1-r19.trigger 17:55:39 OK: 217 MiB in 51 packages 17:55:39 $ docker rm -f 03f8978d8f86c2f9190a50d2508687361a26c9a260530dfe2cbb4850bf4f1428 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:55:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:55:40 . [Pipeline] withDockerContainer 17:55:40 prd-centos7-docker-4c-2g-23417 does not seem to be running inside a container 17:55:40 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 17:55:41 $ docker top 683ee3847200bc98ca72d4fdb2a449f76285053ccc8b77033410f97615f032ea -eo pid,comm [Pipeline] { [Pipeline] sh 17:55:41 + docker-compose -f ./docker-compose-build.yml build --parallel 17:55:42 Building docker-core-command-go ... 17:55:42 Building docker-core-data-go ... 17:55:42 Building docker-core-metadata-go ... 17:55:42 Building docker-security-bootstrapper-go ... 17:55:42 Building docker-security-proxy-setup-go ... 17:55:42 Building docker-security-secretstore-setup-go ... 17:55:42 Building docker-support-notifications-go ... 17:55:42 Building docker-support-scheduler-go ... 17:55:42 Building docker-sys-mgmt-agent-go ... 17:55:42 Building docker-security-secretstore-setup-go 17:55:42 Building docker-core-command-go 17:55:42 Building docker-support-notifications-go 17:55:42 Building docker-support-scheduler-go 17:55:42 Building docker-core-metadata-go 17:55:43 Removing intermediate container 99c974271be1 17:55:43 ---> 9b526f004618 17:55:43 Step 4/6 : WORKDIR /edgex-go 17:55:43 ---> Running in 2f983e57c6df 17:55:44 Removing intermediate container 2f983e57c6df 17:55:44 ---> d11ee3c9e9e4 17:55:44 Step 5/6 : COPY go.mod . 17:55:44 ---> d3f2733467e3 17:55:44 Step 6/6 : RUN go mod download 17:55:44 ---> Running in 2d105b2d633c 17:56:11 Removing intermediate container 2d105b2d633c 17:56:11 ---> ff02f36f9d7d 17:56:11 Successfully built ff02f36f9d7d 17:56:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:56:11 + docker inspect -f . ci-base-image-arm64 17:56:11 . [Pipeline] withDockerContainer 17:56:12 prd-ubuntu18.04-docker-arm64-4c-16g-23418 does not seem to be running inside a container 17:56:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:56:13 $ docker top 4f240de6901a035add8b1c6ccdce895ade981c6443d41b9f913042f57eec17fa -eo pid,comm [Pipeline] { [Pipeline] sh 17:56:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:56:14 ---> 2f9ab0b09715 17:56:14 Step 3/22 : WORKDIR /edgex-go 17:56:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:56:14 ---> 2f9ab0b09715 17:56:14 Step 3/23 : WORKDIR /edgex-go 17:56:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:56:14 ---> 2f9ab0b09715 17:56:14 Step 3/22 : WORKDIR /edgex-go 17:56:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:56:14 ---> 2f9ab0b09715 17:56:14 Step 3/23 : WORKDIR /edgex-go 17:56:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:56:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:56:14 ---> 2f9ab0b09715 17:56:14 Step 3/24 : WORKDIR /edgex-go 17:56:14 ---> Running in a668d34de8f7 17:56:14 ---> Running in 4ebcfe2b9990 17:56:14 ---> Running in 9b50b8d632da 17:56:14 ---> Running in 397f0057bb43 17:56:14 ---> Running in 083bd846edbc 17:56:14 Removing intermediate container 4ebcfe2b9990 17:56:14 ---> 81217797eb62 17:56:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:14 Removing intermediate container 397f0057bb43 17:56:14 ---> 46239e61ea01 17:56:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:14 Removing intermediate container 9b50b8d632da 17:56:14 ---> d9f1097de772 17:56:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:14 Removing intermediate container 083bd846edbc 17:56:14 ---> e402c52e2787 17:56:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:14 + go version 17:56:14 go version go1.15.5 linux/arm64 [Pipeline] } 17:56:14 $ docker stop --time=1 4f240de6901a035add8b1c6ccdce895ade981c6443d41b9f913042f57eec17fa 17:56:15 Removing intermediate container a668d34de8f7 17:56:15 ---> d8764c633bf2 17:56:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:56:15 ---> Running in dbd111e59b5a 17:56:15 ---> Running in a91dbe819dba 17:56:15 ---> Running in ebaf18d8c3ca 17:56:15 ---> Running in 73e7d0e38aef 17:56:15 ---> Running in e35c7d9c969b 17:56:16 $ docker rm -f 4f240de6901a035add8b1c6ccdce895ade981c6443d41b9f913042f57eec17fa 17:56:17 Removing intermediate container ebaf18d8c3ca 17:56:17 ---> e54928586682 17:56:17 Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 17:56:17 Removing intermediate container dbd111e59b5a 17:56:17 ---> 03fd84cae9e0 17:56:17 Step 5/22 : RUN apk add --update --no-cache make git 17:56:17 ---> Running in 4ccca5f93b98 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 17:56:17 ---> Running in a84d64edc4d8 17:56:17 Removing intermediate container a91dbe819dba 17:56:17 ---> 7218dcd090d6 17:56:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:56:17 Removing intermediate container e35c7d9c969b 17:56:17 ---> f8e4ac1b8559 17:56:17 Step 5/24 : RUN apk add --update --no-cache make git 17:56:17 Removing intermediate container 73e7d0e38aef 17:56:17 ---> 0aa865b2d73d 17:56:17 Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] isUnix [Pipeline] sh 17:56:17 ---> Running in 09064017afdb 17:56:17 ---> Running in ec70a8425b05 17:56:17 ---> Running in 131185854eca 17:56:17 + docker inspect -f . ci-base-image-arm64 17:56:17 . [Pipeline] withDockerContainer 17:56:18 prd-ubuntu18.04-docker-arm64-4c-16g-23418 does not seem to be running inside a container 17:56:18 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:56:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:56:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:56:19 $ docker top c94569931e80a44f93e3d9322ede16914f5c4059c9a306a0edbfc83c7ed91538 -eo pid,comm 17:56:19 OK: 233 MiB in 51 packages 17:56:19 OK: 233 MiB in 51 packages [Pipeline] { 17:56:20 OK: 233 MiB in 51 packages 17:56:20 OK: 233 MiB in 51 packages [Pipeline] echo 17:56:20 ========================================================= 17:56:20 [edgeXBuildGoParallel] Running Tests and Build... 17:56:20 ========================================================= [Pipeline] sh 17:56:20 OK: 233 MiB in 51 packages 17:56:20 Removing intermediate container 4ccca5f93b98 17:56:20 ---> 159db220a429 17:56:20 Step 6/23 : COPY go.mod . 17:56:20 Removing intermediate container a84d64edc4d8 17:56:20 ---> 9a8b4d1ee42e 17:56:20 Step 6/22 : COPY go.mod . 17:56:20 ---> 6f5071a2ba67 17:56:20 Step 7/23 : RUN go mod download 17:56:20 + make test 17:56:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:56:20 ---> Running in 8b905be3150d 17:56:21 ---> cd36a0421005 17:56:21 Step 7/22 : RUN go mod download 17:56:21 Removing intermediate container ec70a8425b05 17:56:21 ---> 8169fa6e747c 17:56:21 Step 6/23 : COPY go.mod . 17:56:21 ---> Running in 7e8d6ac1fb02 17:56:21 Removing intermediate container 131185854eca 17:56:21 ---> 447dc88cb129 17:56:21 Step 6/24 : COPY go.mod . 17:56:21 Removing intermediate container 09064017afdb 17:56:21 ---> 52ebbab539da 17:56:21 Step 6/22 : COPY go.mod . 17:56:21 ---> 571fe746922f 17:56:21 Step 7/24 : RUN go mod download 17:56:21 ---> e57cc27a2de6 17:56:21 Step 7/23 : RUN go mod download 17:56:21 ---> a03a4270569b 17:56:21 Step 7/22 : RUN go mod download 17:56:21 ---> Running in 4948fb654a4d 17:56:21 ---> Running in d35e79a52b94 17:56:21 ---> Running in 50d8a0b58046 17:56:23 Removing intermediate container 8b905be3150d 17:56:23 ---> 136ee66ebe52 17:56:23 Step 8/23 : COPY . . 17:56:23 Removing intermediate container 7e8d6ac1fb02 17:56:23 ---> 61a482821fd3 17:56:23 Step 8/22 : COPY . . 17:56:23 Removing intermediate container 4948fb654a4d 17:56:23 ---> 0231359e1ef8 17:56:23 Step 8/24 : COPY . . 17:56:27 Removing intermediate container d35e79a52b94 17:56:27 ---> f16a7e3ad5d7 17:56:27 Step 8/23 : COPY . . 17:56:28 Removing intermediate container 50d8a0b58046 17:56:28 ---> 18da6da72af5 17:56:28 Step 8/22 : COPY . . 17:56:42 ? github.com/edgexfoundry/edgex-go [no test files] 17:57:07 ---> 64c5441582e0 17:57:07 ---> d63d8a935ce6 17:57:07 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:57:07 ---> c2f23cbaaa47 17:57:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:57:07 Step 9/23 : RUN make cmd/core-command/core-command 17:57:07 ---> 0bab07822f3d 17:57:07 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:57:07 ---> 07e805dad3bf 17:57:07 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:57:07 ---> Running in 12d23bedd63f 17:57:07 ---> Running in 0d01a5cf1030 17:57:07 ---> Running in 084022b34055 17:57:07 ---> Running in 428234b004eb 17:57:07 ---> Running in 5666eab916fe 17:57:07 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 17:57:07 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 17:57:07 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 17:57:07 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 17:57:07 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 17:57:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:57:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:57:34 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 17:57:39 Removing intermediate container 084022b34055 17:57:39 ---> 98b129b47aaf 17:57:39 17:57:39 Step 10/23 : FROM alpine:3.12 17:57:39 Removing intermediate container 12d23bedd63f 17:57:39 ---> 63d13d995fb5 17:57:39 17:57:39 Step 10/24 : FROM alpine:3.12 17:57:39 Removing intermediate container 428234b004eb 17:57:39 ---> 8f0792e366f5 17:57:39 17:57:39 Step 10/22 : FROM alpine:3.12 17:57:39 Removing intermediate container 0d01a5cf1030 17:57:39 ---> 73a9b8126141 17:57:39 17:57:39 Step 10/22 : FROM alpine:3.12 17:57:39 3.12: Pulling from library/alpine 17:57:39 3.12: Pulling from library/alpine 17:57:39 3.12: Pulling from library/alpine 17:57:39 3.12: Pulling from library/alpine 17:57:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:57:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:57:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:57:39 Status: Downloaded newer image for alpine:3.12 17:57:39 Status: Image is up to date for alpine:3.12 17:57:39 Status: Downloaded newer image for alpine:3.12 17:57:39 ---> 389fef711851 17:57:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:57:39 ---> 389fef711851 17:57:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:57:39 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:57:39 Status: Image is up to date for alpine:3.12 17:57:39 ---> 389fef711851 17:57:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:57:39 ---> 389fef711851 17:57:39 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:57:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:57:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:57:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:57:42 ---> Running in d2d66392d498 17:57:42 ---> Running in 264fda77c72e 17:57:42 ---> Running in efabf6b8e9d1 17:57:42 ---> Running in cf761de46bdd 17:57:42 Removing intermediate container 5666eab916fe 17:57:42 ---> c8b217413903 17:57:42 17:57:42 Step 10/23 : FROM alpine:3.12 17:57:42 ---> 389fef711851 17:57:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:57:42 ---> Running in 8c15ec3282b7 17:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:57:43 (1/1) Installing dumb-init (1.2.2-r1) 17:57:43 Executing busybox-1.31.1-r19.trigger 17:57:43 OK: 6 MiB in 15 packages 17:57:43 (1/2) Installing ca-certificates (20191127-r4) 17:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:57:43 (2/2) Installing dumb-init (1.2.2-r1) 17:57:43 Executing busybox-1.31.1-r19.trigger 17:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:57:43 Executing ca-certificates-20191127-r4.trigger 17:57:43 (1/5) Installing ca-certificates (20191127-r4) 17:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:57:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:57:43 (3/5) Installing libcurl (7.69.1-r3) 17:57:43 (4/5) Installing curl (7.69.1-r3) 17:57:43 OK: 6 MiB in 16 packages 17:57:43 (5/5) Installing dumb-init (1.2.2-r1) 17:57:43 Executing busybox-1.31.1-r19.trigger 17:57:43 Executing ca-certificates-20191127-r4.trigger 17:57:43 (1/1) Installing dumb-init (1.2.2-r1) 17:57:43 Executing busybox-1.31.1-r19.trigger 17:57:43 (1/1) Installing dumb-init (1.2.2-r1) 17:57:43 Executing busybox-1.31.1-r19.trigger 17:57:43 OK: 6 MiB in 15 packages 17:57:44 OK: 7 MiB in 19 packages 17:57:44 OK: 6 MiB in 15 packages 17:57:44 Removing intermediate container d2d66392d498 17:57:44 ---> 46bcb69205d9 17:57:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:57:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:57:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:57:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:57:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:57:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:57:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:57:45 ---> Running in 8990d67543bd 17:57:45 Removing intermediate container 264fda77c72e 17:57:45 ---> 1072e7529ed0 17:57:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:57:46 ---> Running in c51b6aa8280b 17:57:46 Removing intermediate container 8990d67543bd 17:57:46 ---> a8e5a0835bdb 17:57:46 Step 13/23 : ENV APP_PORT=48082 17:57:46 Removing intermediate container cf761de46bdd 17:57:46 ---> 79f9a93b5364 17:57:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:57:46 Removing intermediate container 8c15ec3282b7 17:57:46 ---> 025c4f66df70 17:57:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:57:46 Removing intermediate container efabf6b8e9d1 17:57:46 ---> c97fcbcf9a57 17:57:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:57:46 ---> Running in faae5c5cecf4 17:57:46 ---> Running in 6d815faa6b6f 17:57:46 ---> Running in defd8689c808 17:57:46 ---> Running in d5aeca6f783e 17:57:46 Removing intermediate container c51b6aa8280b 17:57:46 ---> d44c32ea6e81 17:57:46 Step 13/22 : ENV APP_PORT=48060 17:57:46 ---> Running in 43700ec6174b 17:57:47 Removing intermediate container defd8689c808 17:57:47 ---> eac58f223634 17:57:47 Step 13/23 : ENV APP_PORT=48081 17:57:47 Removing intermediate container 6d815faa6b6f 17:57:47 ---> f380152d0d4a 17:57:47 Step 13/22 : ENV APP_PORT=48085 17:57:47 Removing intermediate container faae5c5cecf4 17:57:47 ---> d075729a4f28 17:57:47 Step 14/23 : EXPOSE $APP_PORT 17:57:47 Removing intermediate container d5aeca6f783e 17:57:47 ---> 9a3701898cee 17:57:47 Step 13/24 : WORKDIR / 17:57:47 Removing intermediate container 43700ec6174b 17:57:47 ---> bfd9102a24b0 17:57:47 Step 14/22 : EXPOSE $APP_PORT 17:57:47 ---> Running in d41160418c21 17:57:47 ---> Running in 57ae14b69005 17:57:47 ---> Running in 07b82131d88d 17:57:47 ---> Running in 011e989a067a 17:57:47 ---> Running in 5d090304e37f 17:57:47 Removing intermediate container d41160418c21 17:57:47 ---> da31d694935e 17:57:47 Step 14/23 : EXPOSE $APP_PORT 17:57:47 Removing intermediate container 57ae14b69005 17:57:47 ---> b5d01828c588 17:57:47 Step 15/23 : WORKDIR / 17:57:47 Removing intermediate container 07b82131d88d 17:57:47 ---> 346a90fcb483 17:57:47 Step 14/22 : EXPOSE $APP_PORT 17:57:47 ---> Running in 8ddd140c3793 17:57:48 Removing intermediate container 5d090304e37f 17:57:48 ---> 2b2f35745d7c 17:57:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:48 Removing intermediate container 011e989a067a 17:57:48 ---> 1d8de2e261b8 17:57:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:57:48 ---> Running in 22c41dc3b283 17:57:48 ---> Running in 2a1371037a6b 17:57:48 Removing intermediate container 8ddd140c3793 17:57:48 ---> bc7aaf35cd81 17:57:48 Step 15/23 : WORKDIR / 17:57:48 ---> d3951e266eaf 17:57:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:57:48 ---> Running in 5c468621ec8f 17:57:48 ---> 436cb05a655f 17:57:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:57:48 Removing intermediate container 22c41dc3b283 17:57:48 ---> 7f96987be366 17:57:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:48 Removing intermediate container 2a1371037a6b 17:57:48 ---> b82611172c6f 17:57:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:49 Removing intermediate container 5c468621ec8f 17:57:49 ---> 5649dff44dd9 17:57:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:57:49 ---> acadbf5c24bd 17:57:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:57:49 ---> 56a7b77e9f79 17:57:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:57:49 ---> d8a7cf5b72cd 17:57:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:57:49 ---> ec15c9fe76b8 17:57:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:57:49 ---> 3a9a153def39 17:57:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:57:49 ---> c0fe1ed609c4 17:57:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:57:50 ---> 23dda4526c8b 17:57:50 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:57:50 ---> Running in 31f7e18c5b52 17:57:50 ---> 083f311ef87f 17:57:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:57:50 ---> 10d59e70f961 17:57:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:57:50 Removing intermediate container 31f7e18c5b52 17:57:50 ---> 16a1d52eb467 17:57:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:57:50 ---> c089c973aa1b 17:57:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:57:50 ---> c93c781a7391 17:57:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:57:50 ---> Running in bb317216a8c9 17:57:50 ---> 80ed179e0f1f 17:57:50 Step 19/23 : ENTRYPOINT ["/core-command"] 17:57:51 ---> e2363f6d0599 17:57:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:57:51 ---> Running in d0ff4f3d7fb0 17:57:51 ---> Running in 4336aab9739b 17:57:51 ---> 13dda063eeb4 17:57:51 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:57:51 Removing intermediate container bb317216a8c9 17:57:51 ---> 0e9628f5a5cb 17:57:51 Step 20/22 : LABEL arch=x86_64 17:57:51 ---> 28c69c98e8e6 17:57:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:57:51 ---> Running in 6e253ee08a1b 17:57:51 ---> Running in 726c552fe1bd 17:57:51 Removing intermediate container d0ff4f3d7fb0 17:57:51 ---> 6045d631c3b7 17:57:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:57:51 Removing intermediate container 4336aab9739b 17:57:51 ---> 2bb819687149 17:57:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:57:51 ---> Running in bbe7468bd5d7 17:57:51 ---> Running in ab4e7b4bb910 17:57:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:57:51 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:57:51 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:57:51 Removing intermediate container 6e253ee08a1b 17:57:51 ---> 6a8e9c404011 17:57:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:57:51 ---> 39171e4b8653 17:57:51 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/ 17:57:51 Removing intermediate container 726c552fe1bd 17:57:51 ---> 92dc6484908a 17:57:51 Step 21/22 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 17:57:51 ---> Running in 3ed87dad756b 17:57:52 ---> Running in c4323720fea7 17:57:52 ---> Running in 1a225b425286 17:57:52 Removing intermediate container ab4e7b4bb910 17:57:52 ---> 49734762f562 17:57:52 Step 20/22 : LABEL arch=x86_64 17:57:52 Removing intermediate container bbe7468bd5d7 17:57:52 ---> 35f28c394857 17:57:52 Step 21/23 : LABEL arch=x86_64 17:57:52 ---> Running in f1e4ca0238e4 17:57:52 ---> Running in 7893d1bd3a48 17:57:52 Removing intermediate container 3ed87dad756b 17:57:52 ---> b141774d14c2 17:57:52 Step 21/23 : LABEL arch=x86_64 17:57:52 Removing intermediate container 1a225b425286 17:57:52 ---> 49274688b0a4 17:57:52 Step 22/22 : LABEL version=0.0.0 17:57:52 ---> Running in 637ea985f2d7 17:57:52 Removing intermediate container 7893d1bd3a48 17:57:52 ---> dd1193abf861 17:57:52 Step 21/22 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 17:57:52 Removing intermediate container f1e4ca0238e4 17:57:52 ---> 97580af46e7e 17:57:52 Step 22/23 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 17:57:52 ---> Running in 0ca59f3ee8b0 17:57:53 ---> Running in f5c4871fe960 17:57:53 ---> Running in 1b0f93dcaa9c 17:57:53 Removing intermediate container 637ea985f2d7 17:57:53 ---> 5ab6615f1dac 17:57:53 Step 22/23 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 17:57:53 ---> Running in b3a90232a0b2 17:57:53 Removing intermediate container 0ca59f3ee8b0 17:57:53 ---> 963ca5dfa47a 17:57:53 17:57:53 Removing intermediate container f5c4871fe960 17:57:53 ---> 453201397bee 17:57:53 Step 22/22 : LABEL version=0.0.0 17:57:53 Removing intermediate container 1b0f93dcaa9c 17:57:53 ---> b7ba4dfbd6b7 17:57:53 Step 23/23 : LABEL version=0.0.0 17:57:53 Successfully built 963ca5dfa47a 17:57:53 ---> Running in 4f4a10e12100 17:57:53 ---> Running in a3e3aac36556 17:57:53 Successfully tagged docker-support-notifications-go:latest 17:57:53 Building docker-security-bootstrapper-go 17:57:53 Removing intermediate container b3a90232a0b2 17:57:53 ---> fbd24280f918 17:57:53 Step 23/23 : LABEL version=0.0.0 17:57:53  Building docker-support-notifications-go ... done Removing intermediate container c4323720fea7 17:57:53 ---> 3cdeb4f9f747 17:57:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:57:54 ---> Running in 7e785332293a 17:57:54 ---> Running in 29dcdf3a4db5 17:57:54 Removing intermediate container 4f4a10e12100 17:57:54 ---> e904e66c59f0 17:57:54 17:57:54 Removing intermediate container a3e3aac36556 17:57:54 ---> dbd952ebb3bb 17:57:54 17:57:54 Removing intermediate container 7e785332293a 17:57:54 ---> 2c6b8a0be2f2 17:57:54 17:57:54 Successfully built e904e66c59f0 17:57:54 Successfully built dbd952ebb3bb 17:57:54 Successfully tagged docker-support-scheduler-go:latest 17:57:54  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 17:57:54 Successfully built 2c6b8a0be2f2 17:57:54 Successfully tagged docker-core-command-go:latest 17:57:54 Building docker-core-data-go 17:57:54  Building docker-core-command-go ... done Successfully tagged docker-core-metadata-go:latest 17:57:54 Building docker-sys-mgmt-agent-go 17:57:54  Building docker-core-metadata-go ... done Removing intermediate container 29dcdf3a4db5 17:57:54 ---> 3699a05cbf10 17:57:54 Step 22/24 : LABEL arch=x86_64 17:57:54 ---> Running in f54158b60fc1 17:57:55 Removing intermediate container f54158b60fc1 17:57:55 ---> b0b5c5e9298c 17:57:55 Step 23/24 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 17:57:55 ---> Running in dba558d07d9f 17:57:55 Removing intermediate container dba558d07d9f 17:57:55 ---> da47f6660aa3 17:57:55 Step 24/24 : LABEL version=0.0.0 17:57:55 ---> Running in 7631cda46363 17:57:55 Removing intermediate container 7631cda46363 17:57:55 ---> dc466577353a 17:57:55 17:57:55 Successfully built dc466577353a 17:57:55 Successfully tagged docker-security-secretstore-setup-go:latest 17:57:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.263s coverage: 46.6% of statements 17:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:57:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.500s coverage: 27.1% of statements 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.129s coverage: 100.0% of statements 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:58:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.272s coverage: 65.8% of statements 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:58:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:58:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.753s coverage: 82.3% of statements 17:58:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:58:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:58:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:58:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.103s coverage: 28.6% of statements 17:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.187s coverage: 100.0% of statements 17:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 17:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:58:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.337s coverage: 86.7% of statements 17:58:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:58:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.427s coverage: 97.5% of statements 17:58:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:58:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements 17:58:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:58:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:58:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:58:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:58:22  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:58:22 17:58:22 Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder 17:58:22 17:58:22 ---> 2f9ab0b09715 17:58:22 Step 3/21 : WORKDIR /edgex-go ---> 2f9ab0b09715 17:58:22 17:58:22 Step 3/26 : WORKDIR /edgex-go 17:58:22 ---> Using cache 17:58:22 ---> d8764c633bf2 17:58:22 ---> Using cache 17:58:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> d8764c633bf2 17:58:22 17:58:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:58:22 ---> Using cache 17:58:22 ---> f8e4ac1b8559 17:58:22 Step 5/26 : RUN apk add --update --no-cache make bash git 17:58:22 ---> Using cache 17:58:22 ---> f8e4ac1b8559 17:58:22 Step 5/21 : RUN apk add --update --no-cache make git 17:58:22 ---> Using cache 17:58:22 ---> 447dc88cb129 17:58:22 Step 6/21 : COPY go.mod . 17:58:22 ---> Using cache 17:58:22 ---> 571fe746922f 17:58:22 Step 7/21 : RUN go mod download 17:58:22 ---> Using cache 17:58:22 ---> 0231359e1ef8 17:58:22 Step 8/21 : COPY . . 17:58:22 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:58:22 Step 2/34 : FROM ${BUILDER_BASE} AS builder 17:58:22 ---> 2f9ab0b09715 17:58:22 Step 3/34 : WORKDIR /edgex-go 17:58:22 ---> Using cache 17:58:22 ---> d8764c633bf2 17:58:22 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:58:22 ---> Using cache 17:58:22 ---> f8e4ac1b8559 17:58:22 Step 5/34 : RUN apk add --update --no-cache make git 17:58:22 ---> Using cache 17:58:22 ---> 447dc88cb129 17:58:22 Step 6/34 : COPY go.mod . 17:58:22 ---> Using cache 17:58:22 ---> 571fe746922f 17:58:22 Step 7/34 : RUN go mod download 17:58:22 ---> Using cache 17:58:22 ---> 0231359e1ef8 17:58:22 Step 8/34 : COPY . . 17:58:22 ---> Using cache 17:58:22 ---> c2f23cbaaa47 17:58:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:58:22 ---> Using cache 17:58:22 ---> c2f23cbaaa47 17:58:22 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 17:58:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:58:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:58:22 ---> 2f9ab0b09715 17:58:22 Step 3/23 : WORKDIR /edgex-go 17:58:22 ---> Using cache 17:58:22 ---> d8764c633bf2 17:58:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:58:22 ---> Using cache 17:58:22 ---> f8e4ac1b8559 17:58:22 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:58:22 ---> Running in 7a7b8e22b6a6 17:58:22 ---> Running in 547c098528fc 17:58:22 ---> Running in f2ded5ddfaeb 17:58:22 ---> Running in b04a986a6069 17:58:22 Removing intermediate container f2ded5ddfaeb 17:58:22 ---> 2fc02693b580 17:58:22 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" 17:58:22 ---> Running in 6a83956179de 17:58:22 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 17:58:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:58:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:22 OK: 233 MiB in 51 packages 17:58:22 OK: 233 MiB in 51 packages 17:58:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.167s coverage: 92.8% of statements 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:58:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:58:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.210s coverage: 0.1% of statements 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:58:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:58:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.068s coverage: 43.8% of statements 17:58:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.118s coverage: 79.5% of statements 17:58:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 17:58:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements 17:58:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.089s coverage: 87.5% of statements 17:58:23 Removing intermediate container 7a7b8e22b6a6 17:58:23 ---> ec29dae461a5 17:58:23 Step 6/26 : COPY go.mod . 17:58:23 Removing intermediate container b04a986a6069 17:58:23 ---> d696f294236e 17:58:23 Step 6/23 : COPY go.mod . 17:58:24 ---> 11eeed76e25c 17:58:24 Step 7/26 : RUN go mod download 17:58:25 ---> Running in 22af53142252 17:58:25 ---> ac6e7e0698f7 17:58:25 Step 7/23 : RUN go mod download 17:58:25 ---> Running in bc10d6036064 17:58:28 Removing intermediate container 22af53142252 17:58:28 ---> e7a2914a00e4 17:58:28 Step 8/26 : COPY . . 17:58:28 Removing intermediate container bc10d6036064 17:58:28 ---> 61d0909edc47 17:58:28 Step 8/23 : COPY . . 17:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.111s coverage: 94.4% of statements 17:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 17:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 17:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 17:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 17:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 17:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 17:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements 17:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.169s coverage: 91.4% of statements 17:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:58:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.518s coverage: 63.5% of statements 17:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:58:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:58:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.097s coverage: 100.0% of statements 17:58:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 17:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 17:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements 17:58:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 17:58:39 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 17:58:39 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 17:58:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.814s coverage: 68.9% of statements 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:58:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:58:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.393s coverage: 37.0% of statements 17:58:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:58:44 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:58:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.619s coverage: 84.0% of statements 17:58:44 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements 17:58:49 + mkdir -p /tmp/build/dist/linux 17:58:49 + cd /tmp/build/dist/linux 17:58:49 + git clone https://github.com/jwilder/dockerize.git . 17:58:49 Cloning into '.'... 17:58:50 + go get github.com/robfig/glock 17:58:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.377s coverage: 47.1% of statements 17:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:58:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements 17:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:58:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements 17:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:58:53 Removing intermediate container 547c098528fc 17:58:53 ---> 7e4240cd85e7 17:58:53 17:58:53 Step 10/21 : FROM alpine:3.12 17:58:53 ---> 389fef711851 17:58:53 Step 11/21 : RUN apk add --update --no-cache curl 17:58:53 ---> 69f0c4a37d53 17:58:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:58:53 ---> eabe75e66b66 17:58:53 Step 9/23 : RUN make cmd/core-data/core-data 17:58:53 ---> Running in 532548d9e885 17:58:53 ---> Running in 9d6e6c9e5284 17:58:53 ---> Running in c38d8f747373 17:58:54 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 17:58:54 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 17:58:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:58:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:58:54 (1/4) Installing ca-certificates (20191127-r4) 17:58:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:58:54 (3/4) Installing libcurl (7.69.1-r3) 17:58:54 (4/4) Installing curl (7.69.1-r3) 17:58:54 Executing busybox-1.31.1-r19.trigger 17:58:54 Executing ca-certificates-20191127-r4.trigger 17:58:54 OK: 7 MiB in 18 packages 17:58:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.060s coverage: 29.1% of statements 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:58:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:58:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:58:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:58:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.090s coverage: 100.0% of statements 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:58:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:58:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:58:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements 17:58:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 17:58:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 17:58:57 Removing intermediate container 532548d9e885 17:58:57 ---> a2ccba328682 17:58:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:58:57 ---> Running in 847392a02b97 17:58:57 Removing intermediate container 847392a02b97 17:58:57 ---> c40a045b4614 17:58:57 Step 13/21 : WORKDIR /edgex 17:58:57 ---> Running in dbda66b4283e 17:58:57 GO111MODULE=on go vet ./... 17:58:57 Removing intermediate container dbda66b4283e 17:58:57 ---> 0989e774c2a0 17:58:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:58:58 ---> 2ea6d42a64bb 17:58:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:58:59 ---> 7c3d9c1ff4ce 17:58:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:59:03 ---> 0fd527061832 17:59:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:59:03 ---> Running in f73d46cd300c 17:59:03 Removing intermediate container f73d46cd300c 17:59:03 ---> 88da17f6a93e 17:59:03 Step 18/21 : CMD ["--init=true"] 17:59:04 ---> Running in 17d5f64e1152 17:59:04 Removing intermediate container 17d5f64e1152 17:59:04 ---> aa3ebcbfa014 17:59:04 Step 19/21 : LABEL arch=x86_64 17:59:04 ---> Running in 81bb8a04ca4c 17:59:05 + glock sync -n 17:59:05 Removing intermediate container 81bb8a04ca4c 17:59:05 ---> b5ae211ce406 17:59:05 Step 20/21 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 17:59:05 ---> Running in c3755203b3ed 17:59:05 Removing intermediate container c3755203b3ed 17:59:05 ---> 86f3e667cb91 17:59:05 Step 21/21 : LABEL version=0.0.0 17:59:05 ---> Running in 50bc4f305b4e 17:59:06 Removing intermediate container 50bc4f305b4e 17:59:06 ---> fad1653d2b6d 17:59:06 17:59:06 Successfully built fad1653d2b6d 17:59:06 Successfully tagged docker-security-proxy-setup-go:latest 17:59:09  Building docker-security-proxy-setup-go ... done github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 17:59:09 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 17:59:09 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 17:59:09 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 17:59:09 + git describe '--abbrev=0' --tags 17:59:09 + TAG=v0.6.1 17:59:09 + LDFLAGS='-X main.buildVersion=v0.6.1' 17:59:09 + apk --print-arch 17:59:09 + arch=x86_64 17:59:09 + echo 'building [dockerize] for amd64 ... ' 17:59:09 + 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 17:59:09 building [dockerize] for amd64 ... 17:59:18 Removing intermediate container 9d6e6c9e5284 17:59:18 ---> d4b8d5c622ec 17:59:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:59:18 ---> Running in 96c0796eef66 17:59:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:59:22 Removing intermediate container c38d8f747373 17:59:22 ---> 813092e4cdcc 17:59:22 17:59:22 Step 10/23 : FROM alpine:3.12 17:59:22 ---> 389fef711851 17:59:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:59:22 ---> Running in 28b540363928 17:59:22 Removing intermediate container 96c0796eef66 17:59:22 ---> cc696c570f72 17:59:22 17:59:22 Step 11/26 : FROM docker:20.10.0 17:59:22 20.10.0: Pulling from library/docker 17:59:22 Removing intermediate container 28b540363928 17:59:22 ---> afba7cf0247a 17:59:22 Step 12/23 : ENV APP_PORT=48080 17:59:22 ---> Running in ce563cb572f3 17:59:23 Removing intermediate container ce563cb572f3 17:59:23 ---> 56780e2e2b63 17:59:23 Step 13/23 : EXPOSE $APP_PORT 17:59:23 ---> Running in 807a0bac45a7 17:59:23 Removing intermediate container 807a0bac45a7 17:59:23 ---> 5937c464d20d 17:59:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:59:24 ---> Running in 87b726c23e15 17:59:26 Removing intermediate container 87b726c23e15 17:59:26 ---> af99fc2366d9 17:59:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:59:26 ---> Running in a2663d3141d1 17:59:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:29 (1/6) Installing dumb-init (1.2.2-r1) 17:59:29 (2/6) Installing libgcc (9.3.0-r2) 17:59:29 + date 17:59:29 + echo 'Wed Jan 27 17:59:29 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 17:59:29 Wed Jan 27 17:59:29 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 17:59:29 (3/6) Installing libsodium (1.0.18-r0) 17:59:29 (4/6) Installing libstdc++ (9.3.0-r2) 17:59:30 (5/6) Installing libzmq (4.3.3-r0) 17:59:30 (6/6) Installing zeromq (4.3.3-r0) 17:59:30 Executing busybox-1.31.1-r19.trigger 17:59:30 OK: 8 MiB in 20 packages 17:59:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:59:30 Status: Downloaded newer image for docker:20.10.0 17:59:30 ---> aefe523efa57 17:59:30 Step 12/26 : RUN apk add --no-cache bash 17:59:30 ---> Running in 690a1a0bde01 17:59:32 Removing intermediate container a2663d3141d1 17:59:32 ---> 2b25889fcc5e 17:59:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:59:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:32 (1/2) Installing readline (8.0.4-r0) 17:59:32 (2/2) Installing bash (5.0.17-r0) 17:59:32 Executing bash-5.0.17-r0.post-install 17:59:32 Executing busybox-1.31.1-r19.trigger 17:59:32 OK: 12 MiB in 22 packages 17:59:34 ---> b6bf9607276b 17:59:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:59:36 ---> 8a9b9adb7dd6 17:59:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:59:37 Removing intermediate container 690a1a0bde01 17:59:37 ---> db8541fad0ec 17:59:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:59:38 ---> 1778593602f8 17:59:38 Step 19/23 : ENTRYPOINT ["/core-data"] 17:59:38 ---> Running in e1b074f71126 17:59:41 ---> Running in d0cc36a0ef07 17:59:41 Removing intermediate container e1b074f71126 17:59:41 ---> ba55e0bf6448 17:59:41 Step 14/26 : ENV APP_PORT=48090 17:59:41 Removing intermediate container d0cc36a0ef07 17:59:41 ---> 54c0f0fb1051 17:59:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:59:41 ---> Running in 88f60019377b 17:59:41 ---> Running in 6ff42f781947 17:59:41 Removing intermediate container 6a83956179de 17:59:41 ---> cb9444b7bd28 17:59:41 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" 17:59:41 ---> Running in e27c0f986c47 17:59:41 Removing intermediate container 88f60019377b 17:59:41 ---> ca9944be73da 17:59:41 Step 15/26 : EXPOSE $APP_PORT 17:59:42 Removing intermediate container 6ff42f781947 17:59:42 ---> ae6707ac1479 17:59:42 Step 21/23 : LABEL arch=x86_64 17:59:42 ---> Running in 468a20f8e45d 17:59:42 ---> Running in f0a4c2055b1c 17:59:42 Removing intermediate container 468a20f8e45d 17:59:42 ---> b2f2935c6d4f 17:59:42 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:59:42 Removing intermediate container f0a4c2055b1c 17:59:42 ---> ac8cb1b00ce6 17:59:42 Step 22/23 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 17:59:42 ---> Running in e9aee58750e1 17:59:42 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 17:59:42 statically linked 17:59:42 Removing intermediate container e9aee58750e1 17:59:42 ---> 535654fe586d 17:59:42 Step 23/23 : LABEL version=0.0.0 17:59:43 ---> Running in 28abd296d7d0 17:59:43 ---> 232f31c4ce4e 17:59:43 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:59:43 Removing intermediate container 28abd296d7d0 17:59:43 ---> 5db6f13b9325 17:59:43 17:59:43 ---> dfc49a5bd33f 17:59:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:59:43 Successfully built 5db6f13b9325 17:59:43 Removing intermediate container e27c0f986c47 17:59:43 ---> e9d9cbfbe14b 17:59:43 17:59:43 Step 12/34 : FROM alpine:3.12 17:59:43 ---> 389fef711851 17:59:43 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:59:43 Successfully tagged docker-core-data-go:latest 17:59:43  Building docker-core-data-go ... done  ---> Running in 968120bd47eb 17:59:43 Removing intermediate container 968120bd47eb 17:59:43 ---> eb3597cde4c8 17:59:43 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 17:59:45 ---> Running in c04bff6fb5f2 17:59:45 ---> 39c6df712a16 17:59:45 Step 19/26 : RUN apk --no-cache add py3-pip 17:59:45 ---> Running in 773ecf69c496 17:59:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:59:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:59:45 (1/3) Installing dumb-init (1.2.2-r1) 17:59:45 (2/3) Installing openssl (1.1.1i-r0) 17:59:45 (3/3) Installing su-exec (0.2-r1) 17:59:45 Executing busybox-1.31.1-r19.trigger 17:59:45 OK: 6 MiB in 17 packages 17:59:45 (1/33) Installing libbz2 (1.0.8-r1) 17:59:45 (2/33) Installing expat (2.2.9-r1) 17:59:45 (3/33) Installing libffi (3.3-r2) 17:59:45 (4/33) Installing gdbm (1.13-r1) 17:59:45 (5/33) Installing xz-libs (5.2.5-r0) 17:59:45 (6/33) Installing sqlite-libs (3.32.1-r0) 17:59:45 (7/33) Installing python3 (3.8.5-r0) 17:59:49 Removing intermediate container c04bff6fb5f2 17:59:49 ---> 672104ccb557 17:59:49 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 17:59:49 ---> Running in 98b537fbd86a 17:59:49 (8/33) Installing py3-appdirs (1.4.4-r1) 17:59:49 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:59:49 (10/33) Installing py3-parsing (2.4.7-r0) 17:59:49 (11/33) Installing py3-six (1.15.0-r0) 17:59:49 (12/33) Installing py3-packaging (20.4-r0) 17:59:49 (13/33) Installing py3-setuptools (47.0.0-r0) 17:59:49 (14/33) Installing py3-chardet (3.0.4-r4) 17:59:49 (15/33) Installing py3-idna (2.9-r0) 17:59:49 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:59:50 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:59:50 Removing intermediate container 98b537fbd86a 17:59:50 ---> 8d0c1bb4552a 17:59:50 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:59:50 (18/33) Installing py3-requests (2.23.0-r0) 17:59:50 (19/33) Installing py3-msgpack (1.0.0-r0) 17:59:50 (20/33) Installing py3-lockfile (0.12.2-r3) 17:59:50 ---> Running in 6c619e945ab5 17:59:50 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:59:50 (22/33) Installing py3-colorama (0.4.3-r0) 17:59:50 (23/33) Installing py3-distlib (0.3.0-r0) 17:59:50 (24/33) Installing py3-distro (1.5.0-r1) 17:59:50 (25/33) Installing py3-webencodings (0.5.1-r3) 17:59:50 (26/33) Installing py3-html5lib (1.0.1-r4) 17:59:50 (27/33) Installing py3-pytoml (0.1.21-r0) 17:59:50 (28/33) Installing py3-pep517 (0.8.2-r0) 17:59:50 (29/33) Installing py3-progress (1.5-r0) 17:59:50 (30/33) Installing py3-toml (0.10.1-r0) 17:59:51 (31/33) Installing py3-retrying (1.3.3-r0) 17:59:51 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:59:51 Removing intermediate container 6c619e945ab5 17:59:51 ---> 86d54e9a3de7 17:59:51 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:59:51 (33/33) Installing py3-pip (20.1.1-r0) 17:59:52 ---> Running in 7a448951b340 17:59:52 Executing busybox-1.31.1-r19.trigger 17:59:52 OK: 71 MiB in 55 packages 17:59:55 Removing intermediate container 7a448951b340 17:59:55 ---> 7de0c5bfa486 17:59:55 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 17:59:57 ---> Running in c9cbf2ad78df 17:59:57 Removing intermediate container 773ecf69c496 17:59:57 ---> 701e66374412 17:59:57 Step 20/26 : RUN pip install docker-compose==1.23.2 17:59:57 Removing intermediate container c9cbf2ad78df 17:59:57 ---> 18179c4b1510 17:59:57 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 17:59:57 ---> Running in ac34b5e36ed3 17:59:57 ---> e10e2ead3e11 17:59:57 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:59:58 ---> 3e3ff9339032 17:59:58 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:59:58 ---> Running in 497668d63ee8 17:59:58 Collecting docker-compose==1.23.2 17:59:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:59:59 Removing intermediate container 497668d63ee8 17:59:59 ---> 29bb336c1860 17:59:59 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 17:59:59 Collecting PyYAML<4,>=3.10 17:59:59 Downloading PyYAML-3.13.tar.gz (270 kB) 17:59:59 ---> 39f36f25fa78 17:59:59 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:00:00 ---> 959997f81c9a 18:00:00 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:00:00 Collecting jsonschema<3,>=2.5.1 18:00:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:00:00 Collecting texttable<0.10,>=0.9.0 18:00:00 Downloading texttable-0.9.1.tar.gz (11 kB) 18:00:01 ---> b9c4a6e8407e 18:00:01 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 18:00:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:00:01 Collecting cached-property<2,>=1.2.0 18:00:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:00:01 ---> 2df0aa6a445d 18:00:01 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:00:01 Collecting dockerpty<0.5,>=0.4.1 18:00:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:00:01 ---> 4f2dbae04aff 18:00:01 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 18:00:01 ---> Running in 78f747c49943 18:00:02 Removing intermediate container 78f747c49943 18:00:02 ---> 002be7e4bb98 18:00:02 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:00:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:00:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:00:02 Collecting websocket-client<1.0,>=0.32.0 18:00:02 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:00:03 ---> ec56516554b2 18:00:03 Step 29/34 : RUN chmod +x /entrypoint.sh 18:00:03 Collecting docker<4.0,>=3.6.0 18:00:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:00:03 ---> Running in f6432126a498 18:00:03 Collecting docopt<0.7,>=0.6.1 18:00:03 Downloading docopt-0.6.2.tar.gz (25 kB) 18:00:04 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) 18:00:04 Collecting urllib3<1.25,>=1.21.1 18:00:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:00:04 Collecting idna<2.8,>=2.5 18:00:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:00:04 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) 18:00:05 Collecting docker-pycreds>=0.4.0 18:00:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:00:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:00:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:00:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:00:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:00:05 Removing intermediate container f6432126a498 18:00:05 ---> 4d4c2313c6b0 18:00:05 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 18:00:05 Installing collected packages: PyYAML, jsonschema, texttable, cached-property, dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, docker-compose 18:00:05 Running setup.py install for PyYAML: started 18:00:05 ---> Running in fc0f93cd4dd5 18:00:05 Removing intermediate container fc0f93cd4dd5 18:00:05 ---> bb0ef0b85d2e 18:00:05 Step 31/34 : CMD ["gate"] 18:00:05 ---> Running in 400562baf057 18:00:05 Running setup.py install for PyYAML: finished with status 'done' 18:00:05 Removing intermediate container 400562baf057 18:00:05 ---> 74cddb83b895 18:00:05 Step 32/34 : LABEL arch=x86_64 18:00:05 gofmt -l . 18:00:06 ---> Running in 871ecc81f133 18:00:06 Running setup.py install for texttable: started 18:00:06 Removing intermediate container 871ecc81f133 18:00:06 ---> 47a4334f0b71 18:00:06 Step 33/34 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 18:00:06 ---> Running in 2e3e60b0cd84 18:00:06 [ "`gofmt -l .`" = "" ] 18:00:07 Running setup.py install for texttable: finished with status 'done' 18:00:07 Running setup.py install for dockerpty: started 18:00:07 Removing intermediate container 2e3e60b0cd84 18:00:07 ---> b586c1a4736a 18:00:07 Step 34/34 : LABEL version=0.0.0 18:00:07 ---> Running in 97ad3131ad67 18:00:07 Removing intermediate container 97ad3131ad67 18:00:07 ---> b8afef8d3f54 18:00:07 18:00:07 Running setup.py install for dockerpty: finished with status 'done' 18:00:07 Attempting uninstall: urllib3 18:00:07 Found existing installation: urllib3 1.25.9 18:00:07 Uninstalling urllib3-1.25.9: 18:00:07 Successfully uninstalled urllib3-1.25.9 18:00:07 Successfully built b8afef8d3f54 18:00:07 Successfully tagged docker-security-bootstrapper-go:latest 18:00:07  Building docker-security-bootstrapper-go ... done  Attempting uninstall: idna 18:00:07 Found existing installation: idna 2.9 18:00:07 Uninstalling idna-2.9: 18:00:07 Successfully uninstalled idna-2.9 18:00:07 Attempting uninstall: requests 18:00:07 Found existing installation: requests 2.23.0 18:00:08 Uninstalling requests-2.23.0: 18:00:08 Successfully uninstalled requests-2.23.0 18:00:08 Running setup.py install for docopt: started 18:00:08 Running setup.py install for docopt: finished with status 'done' 18:00:09 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 18:00:09 ./bin/test-go-mod-tidy.sh 18:00:10 ./bin/test-attribution-txt.sh [Pipeline] sh 18:00:11 + ls -al . 18:00:11 total 696 18:00:11 drwxrwxr-x 9 1001 1001 4096 Jan 27 18:00 . 18:00:11 drwxr-xr-x 4 root root 4096 Jan 27 17:56 .. 18:00:11 -rw-rw-r-- 1 1001 1001 11 Jan 27 17:54 .dockerignore 18:00:11 drwxrwxr-x 8 1001 1001 4096 Jan 27 17:54 .git 18:00:11 drwxrwxr-x 3 1001 1001 4096 Jan 27 17:54 .github 18:00:11 -rw-rw-r-- 1 1001 1001 872 Jan 27 17:54 .gitignore 18:00:11 -rw-rw-r-- 1 1001 1001 166 Jan 27 17:54 .sonarcloud.properties 18:00:11 -rw-rw-r-- 1 1001 1001 7859 Jan 27 17:54 Attribution.txt 18:00:11 -rw-rw-r-- 1 1001 1001 3804 Jan 27 17:54 CONTRIBUTING.md 18:00:11 -rw-rw-r-- 1 1001 1001 931 Jan 27 17:54 Dockerfile.build 18:00:11 -rw-rw-r-- 1 1001 1001 863 Jan 27 17:54 Jenkinsfile 18:00:11 -rw-rw-r-- 1 1001 1001 10775 Jan 27 17:54 LICENSE 18:00:11 -rw-rw-r-- 1 1001 1001 6001 Jan 27 17:54 Makefile 18:00:11 -rw-rw-r-- 1 1001 1001 6524 Jan 27 17:54 README.md 18:00:11 -rw-rw-r-- 1 1001 1001 6755 Jan 27 17:54 SECURITY.md 18:00:11 -rw-rw-r-- 1 1001 1001 5 Jan 27 17:52 VERSION 18:00:11 -rw-rw-r-- 1 1001 1001 4131 Jan 27 17:54 ZMQWindows.md 18:00:11 drwxrwxr-x 2 1001 1001 4096 Jan 27 17:54 bin 18:00:11 drwxrwxr-x 15 1001 1001 4096 Jan 27 17:54 cmd 18:00:11 -rw-r--r-- 1 root root 564700 Jan 27 17:58 coverage.out 18:00:11 -rw-r--r-- 1 root root 1053 Jan 27 18:00 go.mod 18:00:11 -rw-r--r-- 1 root root 18995 Jan 27 18:00 go.sum 18:00:11 drwxrwxr-x 8 1001 1001 4096 Jan 27 17:54 internal 18:00:11 drwxrwxr-x 4 1001 1001 4096 Jan 27 17:54 openapi 18:00:11 drwxrwxr-x 4 1001 1001 4096 Jan 27 17:54 snap 18:00:11 -rw-rw-r-- 1 1001 1001 168 Jan 27 17:54 version.go [Pipeline] sh 18:00:12 + '[' -e coverage.out ] 18:00:12 + chown 1001:1001 coverage.out 18:00:12 Removing intermediate container ac34b5e36ed3 18:00:12 ---> 5a0cdcdad2f8 18:00:12 Step 21/26 : RUN apk --no-cache add curl 18:00:12 ---> Running in bb66b7bf16e5 [Pipeline] stash 18:00:12 Warning: overwriting stash ‘coverage-report’ 18:00:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:00:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:00:13 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:00:13 (2/3) Installing libcurl (7.69.1-r3) 18:00:13 (3/3) Installing curl (7.69.1-r3) 18:00:13 Executing busybox-1.31.1-r19.trigger 18:00:13 OK: 72 MiB in 58 packages 18:00:13 Removing intermediate container bb66b7bf16e5 18:00:13 ---> 462e4c596395 18:00:13 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:00:13 ---> Running in 2852dac0aebd 18:00:13 Stashed 1 file(s) [Pipeline] sh 18:00:13 Removing intermediate container 2852dac0aebd 18:00:13 ---> 4f7537d1f98e 18:00:13 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:00:13 ---> Running in 414eff4d1df3 18:00:14 Removing intermediate container 414eff4d1df3 18:00:14 ---> 68a81775063d 18:00:14 Step 24/26 : LABEL arch=x86_64 18:00:14 ---> Running in 1f22977f9f9f 18:00:14 Removing intermediate container 1f22977f9f9f 18:00:14 ---> 452179e3e953 18:00:14 Step 25/26 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 18:00:14 ---> Running in 412cca2bc287 18:00:14 Removing intermediate container 412cca2bc287 18:00:14 ---> 09e59b30d125 18:00:14 Step 26/26 : LABEL version=0.0.0 18:00:14 + make build 18:00:14 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 18:00:14 ---> Running in 9108dcb00a4e 18:00:14 Removing intermediate container 9108dcb00a4e 18:00:14 ---> 817ffd6828bb 18:00:14 18:00:14 Successfully built 817ffd6828bb 18:00:14 Successfully tagged docker-sys-mgmt-agent-go:latest 18:00:15  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:00:15 $ docker stop --time=1 683ee3847200bc98ca72d4fdb2a449f76285053ccc8b77033410f97615f032ea 18:00:16 $ docker rm -f 683ee3847200bc98ca72d4fdb2a449f76285053ccc8b77033410f97615f032ea [Pipeline] // withDockerContainer [Pipeline] sh 18:00:17 + docker images 18:00:17 + grep docker 18:00:17 docker-sys-mgmt-agent-go latest 817ffd6828bb 3 seconds ago 313MB 18:00:17 docker-security-bootstrapper-go latest b8afef8d3f54 10 seconds ago 33.5MB 18:00:17 docker-core-data-go latest 5db6f13b9325 35 seconds ago 22.3MB 18:00:17 docker-security-proxy-setup-go latest fad1653d2b6d About a minute ago 24.4MB 18:00:17 docker-security-secretstore-setup-go latest dc466577353a 2 minutes ago 24.6MB 18:00:17 docker-support-scheduler-go latest e904e66c59f0 2 minutes ago 16.4MB 18:00:17 docker-core-command-go latest dbd952ebb3bb 2 minutes ago 16.3MB 18:00:17 docker-core-metadata-go latest 2c6b8a0be2f2 2 minutes ago 18.8MB 18:00:17 docker-support-notifications-go latest 963ca5dfa47a 2 minutes ago 16.9MB 18:00:17 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 18:00:24 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 18:00:33 Still waiting to schedule task 18:00:33 ‘prd-ubuntu18.04-docker-8c-8g-23419’ is offline 18:00:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:00:49 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 18:00:53 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 18:00:54 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 18:01:00 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 18:01:05 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 18:01:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:01:13 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 18:01:15 Running on prd-ubuntu18.04-docker-8c-8g-23421 in /w/workspace/edgexfoundry_edgex-go_PR-3091 [Pipeline] { [Pipeline] ws 18:01:15 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 18:01:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:01:17 using credential edgex-jenkins-ssh 18:01:17 Cloning the remote Git repository 18:01:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:01:17 > git init /w/workspace/edgex-go/2 # timeout=10 18:01:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:01:17 > git --version # timeout=10 18:01:17 > git --version # 'git version 2.17.1' 18:01:17 using GIT_SSH to set credentials SSH Credentials for GitHub 18:01:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:01:20 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 18:01:24 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 18:01:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:01:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:01:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:01:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:01:25 using GIT_SSH to set credentials SSH Credentials for GitHub 18:01:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3091/head:refs/remotes/origin/PR-3091 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:01:25 Merging remotes/origin/master commit 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c into PR head commit 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 18:01:25 Merge succeeded, producing 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 18:01:25 Checking out Revision 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 (PR-3091) 18:01:25 > git config core.sparsecheckout # timeout=10 18:01:25 > git checkout -f 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 # timeout=10 18:01:25 > git remote # timeout=10 18:01:25 > git config --get remote.origin.url # timeout=10 18:01:25 using GIT_SSH to set credentials SSH Credentials for GitHub 18:01:25 > git merge 95aa8ba7ce5e75598fc3a78e11bdf9a5508b5d2c # timeout=10 18:01:25 > git rev-parse HEAD^{commit} # timeout=10 18:01:25 > git config core.sparsecheckout # timeout=10 18:01:25 > git checkout -f 0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 # timeout=10 18:01:29 Commit message: "feat(security): make the built fully statically linked for dockerize" [Pipeline] } 18:01:29 $ docker stop --time=1 c94569931e80a44f93e3d9322ede16914f5c4059c9a306a0edbfc83c7ed91538 18:01:32 $ docker rm -f c94569931e80a44f93e3d9322ede16914f5c4059c9a306a0edbfc83c7ed91538 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:01:34 + echo snap-build.sh 18:01:34 snap-build.sh 18:01:34 + SNAP_BASE_DIR=. 18:01:34 + '[' '!' -z /w/workspace/edgex-go/2 ']' 18:01:34 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 18:01:34 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 18:01:34 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 18:01:34 + cd /w/workspace/edgex-go/2 18:01:34 + sudo apt-get remove -qy --purge lxd lxd-client 18:01:34 Reading package lists... 18:01:34 Building dependency tree... 18:01:34 Reading state information... 18:01:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:01:34 18:01:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:01:34 The following packages were automatically installed and are no longer required: 18:01:34 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:01:34 uidmap xdelta3 18:01:34 Use 'sudo apt autoremove' to remove them. 18:01:34 The following packages will be REMOVED: 18:01:34 lxd* lxd-client* [Pipeline] isUnix [Pipeline] sh 18:01:34 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:01:34 After this operation, 31.7 MB disk space will be freed. 18:01:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:01:35 latest: Pulling from edgex-devops/edgex-compose-arm64 18:01:35 29e5d40040c1: Pulling fs layer 18:01:35 1ce36da41761: Pulling fs layer 18:01:35 25b303627fd3: Pulling fs layer 18:01:35 29e5d40040c1: Verifying Checksum 18:01:35 29e5d40040c1: Download complete 18:01:35 1ce36da41761: Verifying Checksum 18:01:35 1ce36da41761: Download complete 18:01:36 (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.) 18:01:36 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:01:36 29e5d40040c1: Pull complete 18:01:37 Removing lxd dnsmasq configuration 18:01:37 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:01:37 1ce36da41761: Pull complete 18:01:37 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:01:37 25b303627fd3: Verifying Checksum 18:01:37 25b303627fd3: Download complete 18:01:38 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:01:38 (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.) 18:01:38 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:01:40 Processing triggers for systemd (237-3ubuntu10.42) ... 18:01:40 Processing triggers for ureadahead (0.100.0-21) ... 18:01:41 + sudo snap remove --purge lxd 18:01:41 snap "lxd" is not installed 18:01:41 + sudo groupadd --force --system lxd 18:01:41 ++ whoami 18:01:41 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:01:41 + newgrp - lxd 18:01:41 + sudo snap install lxd 18:01:47 25b303627fd3: Pull complete 18:01:47 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:01:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:01:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:01:48 prd-ubuntu18.04-docker-arm64-4c-16g-23418 does not seem to be running inside a container 18:01:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:01:49 2021-01-27T18:01:47Z INFO Waiting for automatic snapd restart... 18:01:51 $ docker top 005df00ee94771674a8ad88ace5e14b2a0625c52a6978996ad6c8c3bda2d7e9f -eo pid,comm [Pipeline] { [Pipeline] sh 18:01:52 + + docker-composegrep build parallel --help 18:01:52 18:01:55 --parallel Build images in parallel. [Pipeline] } 18:01:55 $ docker stop --time=1 005df00ee94771674a8ad88ace5e14b2a0625c52a6978996ad6c8c3bda2d7e9f 18:01:57 $ docker rm -f 005df00ee94771674a8ad88ace5e14b2a0625c52a6978996ad6c8c3bda2d7e9f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:01:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:01:58 . [Pipeline] withDockerContainer 18:01:58 prd-ubuntu18.04-docker-arm64-4c-16g-23418 does not seem to be running inside a container 18:01:58 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:02:00 $ docker top 369c503ec1770a5166885b04399525000b82cb8f4d16fedcaa451624345267db -eo pid,comm [Pipeline] { [Pipeline] sh 18:02:01 + docker-compose -f ./docker-compose-build.yml build --parallel 18:02:02 lxd 4.10 from Canonical* installed 18:02:02 + sudo lxd init --auto 18:02:04 Building docker-core-command-go ... 18:02:04 Building docker-core-data-go ... 18:02:04 Building docker-core-metadata-go ... 18:02:04 Building docker-security-bootstrapper-go ... 18:02:04 Building docker-security-proxy-setup-go ... 18:02:04 Building docker-security-secretstore-setup-go ... 18:02:04 Building docker-support-notifications-go ... 18:02:04 Building docker-support-scheduler-go ... 18:02:04 Building docker-sys-mgmt-agent-go ... 18:02:04 Building docker-security-bootstrapper-go 18:02:04 Building docker-core-data-go 18:02:04 Building docker-support-notifications-go 18:02:04 Building docker-security-secretstore-setup-go 18:02:04 Building docker-support-scheduler-go 18:02:10 + sudo snap install --classic snapcraft 18:02:14 snapcraft 4.4.4 from Canonical* installed 18:02:14 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:02:14 + patch --verbose -p1 18:02:14 Hmm... Looks like a unified diff to me... 18:02:14 The text leading up to this was: 18:02:14 -------------------------- 18:02:14 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:02:14 |From: Tony Espy 18:02:14 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:02:14 |Subject: [PATCH] optimize snap build for pipeline CI check 18:02:14 | 18:02:14 |This patch is used by the EdgeX CI pipeline builds to 18:02:14 |optimize the snap CI check run for pull requests. When 18:02:14 |applied, it essentially strips out everything (apps and 18:02:14 |parts) from the snapcraft.yaml file except those required 18:02:14 |to build edgex-go, as the whole idea of the CI check is to 18:02:14 |catch changes to edgex-go that break the snap build. 18:02:14 | 18:02:14 |In general, anyone updating snapcraft.yaml will also need 18:02:14 |to update this patch file, otherwise it may fail to apply, 18:02:14 |resulting in a failed snap build CI check in the associated 18:02:14 |pull request. 18:02:14 | 18:02:14 |Note - in addition to applying this patch, the pipeline also 18:02:14 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:02:14 |need to build the finally binary .snap file (and it won't 18:02:14 |work with the patch applied). This further reduces the build 18:02:14 |time. 18:02:14 |--- 18:02:14 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:02:14 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:02:14 | 18:02:14 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:02:14 |index 1e537489..faf42425 100644 18:02:14 |--- a/snap/snapcraft.yaml 18:02:14 |+++ b/snap/snapcraft.yaml 18:02:14 -------------------------- 18:02:14 patching file snap/snapcraft.yaml 18:02:14 Using Plan A... 18:02:14 Hunk #1 succeeded at 73. 18:02:14 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 18:02:14 Hunk #3 succeeded at 214 (offset -1 lines). 18:02:14 Hunk #4 succeeded at 222 (offset -1 lines). 18:02:14 Hunk #5 succeeded at 229 (offset -1 lines). 18:02:14 Hunk #6 succeeded at 256 (offset -1 lines). 18:02:14 Hunk #7 succeeded at 290 (offset -1 lines). 18:02:14 Hunk #8 succeeded at 342. 18:02:14 Hmm... Ignoring the trailing garbage. 18:02:14 done 18:02:14 + sudo snapcraft prime --use-lxd 18:02:15 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:02:15 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: 18:02:15 - README.md 18:02:15 - snapcraft.yaml.orig 18:02:15 18:02:15 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:02:16 Launching a container. 18:02:29 Waiting for container to be ready 18:02:29 To start your first instance, try: lxc launch ubuntu:18.04 18:02:29 18:02:32 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:02:32 Waiting for network to be ready... 18:02:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:02:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 18:02:33 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:02:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 18:02:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 18:02:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 18:02:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 18:02:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 18:02:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 18:02:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 18:02:33 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:02:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:02:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:02:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:02:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:02:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:02:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:02:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:02:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:02:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 18:02:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 18:02:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 18:02:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 18:02:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 18:02:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 18:02:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 18:02:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 18:02:36 Fetched 23.8 MB in 4s (5948 kB/s) 18:02:37 Reading package lists... 18:02:37 Reading package lists... 18:02:38 Building dependency tree... 18:02:38 Reading state information... 18:02:38 The following additional packages will be installed: 18:02:38 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:02:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:02:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:02:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:02:38 Suggested packages: 18:02:38 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:02:38 Recommended packages: 18:02:38 gnupg libsasl2-modules 18:02:38 The following NEW packages will be installed: 18:02:38 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:02:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:02:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:02:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:02:38 The following packages will be upgraded: 18:02:38 gpg gpg-agent gpgconf libudev1 18:02:38 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 18:02:38 Need to get 3533 kB of archives. 18:02:38 After this operation, 13.3 MB of additional disk space will be used. 18:02:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 18:02:38 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 18:02:38 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 18:02:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 18:02:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 18:02: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] 18:02: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] 18:02:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 18:02: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] 18:02:39 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 18:02:39 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:02:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:02:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:02:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:02:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:02:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:02:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:02:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:02:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:02:39 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:02:39 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:02:39 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:02:39 debconf: delaying package configuration, since apt-utils is not installed 18:02:39 Fetched 3533 kB in 1s (3175 kB/s) 18:02:39 (Reading database ... 12511 files and directories currently installed.) 18:02:39 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 18:02:39 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:02:39 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 18:02:39 Selecting previously unselected package udev. 18:02:39 (Reading database ... 12511 files and directories currently installed.) 18:02:39 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 18:02:39 Unpacking udev (237-3ubuntu10.44) ... 18:02:40 Selecting previously unselected package libfuse2:amd64. 18:02:40 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:02:40 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:02:40 Selecting previously unselected package fuse. 18:02:40 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:02:40 Unpacking fuse (2.9.7-1ubuntu1) ... 18:02:40 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 18:02:40 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:02:40 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 18:02:40 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:02:40 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 18:02:40 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:02:41 Selecting previously unselected package libksba8:amd64. 18:02:41 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:02:41 Unpacking libksba8:amd64 (1.3.5-2) ... 18:02:41 Selecting previously unselected package libroken18-heimdal:amd64. 18:02:41 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:41 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:41 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:02:41 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:41 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:41 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:02:41 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:41 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:41 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:02:41 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:41 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:41 Selecting previously unselected package libwind0-heimdal:amd64. 18:02:41 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:41 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:41 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:02:41 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:41 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:41 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:02:41 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:41 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:41 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:02:41 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:41 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:41 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:02:41 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:02:41 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:41 Selecting previously unselected package libsasl2-modules-db:amd64. 18:02:41 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:02:42 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:02:42 Selecting previously unselected package libsasl2-2:amd64. 18:02:42 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:02:42 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:02:42 Selecting previously unselected package libldap-common. 18:02:42 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 18:02:42 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:02:42 Selecting previously unselected package libldap-2.4-2:amd64. 18:02:42 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 18:02:42 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:02:42 Selecting previously unselected package dirmngr. 18:02:42 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 18:02:42 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 18:02:42 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 18:02:42 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 18:02:42 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:02:42 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:02:42 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:02:42 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 18:02:42 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:42 Setting up libksba8:amd64 (1.3.5-2) ... 18:02:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:02:42 Setting up udev (237-3ubuntu10.44) ... 18:02:43 invoke-rc.d: policy-rc.d denied execution of start. 18:02:43 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:43 Processing triggers for systemd (237-3ubuntu10) ... 18:02:43 Setting up fuse (2.9.7-1ubuntu1) ... 18:02:43 Setting up gpg (2.2.4-1ubuntu1.3) ... 18:02:43 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:43 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:43 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:43 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:43 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:43 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:43 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:02:43 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 18:02:43 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 18:02:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:02:44 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:02:44 settings in the [Install] section, and DefaultInstance for template units). 18:02:44 This means they are not meant to be enabled using systemctl. 18:02:44 Possible reasons for having this kind of units are: 18:02:44 1) A unit may be statically enabled by being symlinked from another unit's 18:02:44 .wants/ or .requires/ directory. 18:02:44 2) A unit's purpose may be to act as a helper for some other unit which has 18:02:44 a requirement dependency on it. 18:02:44 3) A unit may be started when needed via activation (socket, path, timer, 18:02:44 D-Bus, udev, scripted systemctl call, ...). 18:02:44 4) In case of template units, the unit is meant to be enabled with some 18:02:44 instance name specified. 18:02:44 Reading package lists... 18:02:44 Building dependency tree... 18:02:44 Reading state information... 18:02:44 The following additional packages will be installed: 18:02:44 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:02:44 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:02:44 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:02:44 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:02:44 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:02:44 Suggested packages: 18:02:44 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:02:44 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:02:44 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:02:44 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:02:44 systemd-container policykit-1 18:02:44 Recommended packages: 18:02:44 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:02:44 The following NEW packages will be installed: 18:02:44 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:02:44 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:02:44 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:02:44 multiarch-support openssh-client python3 python3-minimal python3.6 18:02:44 python3.6-minimal snapd squashfs-tools sudo 18:02:44 The following packages will be upgraded: 18:02:44 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:02:44 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 18:02:44 Need to get 35.2 MB of archives. 18:02:44 After this operation, 141 MB of additional disk space will be used. 18:02:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:02:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:02:44 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 18:02: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] 18:02: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] 18:02:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:02: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] 18:02:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 18:02:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 18:02:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:02:45 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:02:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:02:45 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:02:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:02:45 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:02:45 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:02:45 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 18:02:45 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:02:45 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 18:02:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:02:45 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:02:45 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:02:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:02:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:02:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:02:45 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:02:45 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:02:46 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:02:46 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:02:46 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 18:02:47 debconf: delaying package configuration, since apt-utils is not installed 18:02:47 Fetched 35.2 MB in 2s (15.7 MB/s) 18:02:47 (Reading database ... 12757 files and directories currently installed.) 18:02:47 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 18:02:47 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:02:48 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 18:02:48 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:02:48 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 18:02:48 (Reading database ... 12757 files and directories currently installed.) 18:02:48 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:02:48 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:02:48 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:02:48 (Reading database ... 12757 files and directories currently installed.) 18:02:48 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:02:48 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:02:48 Setting up apt (1.6.12ubuntu0.2) ... 18:02:48 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:02:49 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:02:49 (Reading database ... 12764 files and directories currently installed.) 18:02:49 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:02:49 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:02:49 Selecting previously unselected package libpython3.6-minimal:amd64. 18:02:49 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:02:49 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:02:49 Selecting previously unselected package libexpat1:amd64. 18:02:49 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:02:49 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:02:49 Selecting previously unselected package python3.6-minimal. 18:02:49 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:02:49 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:02:50 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 18:02:50 Checking for services that may need to be restarted...done. 18:02:50 Checking for services that may need to be restarted...done. 18:02:50 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:02:50 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:02:50 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 18:02:51 Selecting previously unselected package python3-minimal. 18:02:51 (Reading database ... 13012 files and directories currently installed.) 18:02:51 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:02:51 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:02:51 Selecting previously unselected package mime-support. 18:02:51 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:02:51 Unpacking mime-support (3.60ubuntu1) ... 18:02:51 Selecting previously unselected package libmpdec2:amd64. 18:02:51 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:02:51 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:02:51 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:02:51 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:02:51 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:02:51 Selecting previously unselected package python3.6. 18:02:51 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 18:02:51 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:02:52 Selecting previously unselected package libpython3-stdlib:amd64. 18:02:52 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:02:52 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:02:52 Setting up python3-minimal (3.6.7-1~18.04) ... 18:02:52 Selecting previously unselected package python3. 18:02:52 (Reading database ... 13442 files and directories currently installed.) 18:02:52 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:02:52 Unpacking python3 (3.6.7-1~18.04) ... 18:02:52 Selecting previously unselected package multiarch-support. 18:02:52 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:02:52 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:02:52 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:02:52 Selecting previously unselected package liblzo2-2:amd64. 18:02:52 (Reading database ... 13479 files and directories currently installed.) 18:02:52 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:02:52 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:02:52 Selecting previously unselected package libbsd0:amd64. 18:02:52 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:02:52 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:02:52 Selecting previously unselected package sudo. 18:02:52 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:02:52 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:02:53 Selecting previously unselected package apparmor. 18:02:53 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:02:53 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:02:53 Selecting previously unselected package libedit2:amd64. 18:02:53 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:02:53 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:02:53 Selecting previously unselected package libkrb5support0:amd64. 18:02:53 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:02:53 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:02:53 Selecting previously unselected package libk5crypto3:amd64. 18:02:53 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:02:53 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:02:53 Selecting previously unselected package libkeyutils1:amd64. 18:02:53 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:02:53 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:02:53 Selecting previously unselected package libkrb5-3:amd64. 18:02:53 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:02:53 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:02:53 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:02:53 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:02:53 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:02:53 Selecting previously unselected package libssl1.0.0:amd64. 18:02:53 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 18:02:53 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:02:54 Selecting previously unselected package openssh-client. 18:02:54 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:02:54 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:02:54 Selecting previously unselected package squashfs-tools. 18:02:54 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:02:54 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:02:54 Selecting previously unselected package snapd. 18:02:54 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 18:02:54 Unpacking snapd (2.48+18.04) ... 18:02:56 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:02:56 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 18:02:56 Setting up mime-support (3.60ubuntu1) ... 18:02:56 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:02:56 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:02:56 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:02:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:02:57 Setting up systemd (237-3ubuntu10.44) ... 18:02:57 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:02:57 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:02:57 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:02:57 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:02:58 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 18:02:58 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:02:58 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 18:02:58 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:02:58 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:02:58 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:02:58 Setting up python3 (3.6.7-1~18.04) ... 18:02:58 running python rtupdate hooks for python3.6... 18:02:58 running python post-rtupdate hooks for python3.6... 18:02:58 Setting up apparmor (2.12-4ubuntu5.1) ... 18:03:00 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:03:00 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:03:00 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:03:00 Setting up snapd (2.48+18.04) ... 18:03:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:03:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:03:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:03:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:03:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:03:01 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:03:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:03:02 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:03:02 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:03:02 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:03: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' 18:03:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:03:02 Processing triggers for systemd (237-3ubuntu10.44) ... 18:03:03 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:03:03 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:03:03 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:03:04 Reading package lists... 18:03:05 Reading package lists... 18:03:05 Building dependency tree... 18:03:05 Reading state information... 18:03:05 Calculating upgrade... 18:03:05 The following packages will be upgraded: 18:03:05 advancecomp base-files bash binutils binutils-common 18:03:05 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:03:05 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:03:05 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 18:03:05 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 18:03:05 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:03:05 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:03:05 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 18:03:05 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 18:03:05 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 18:03:05 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 18:03:05 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 18:03:05 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 18:03:05 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 18:03:05 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:03:05 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:03:05 Need to get 63.8 MB of archives. 18:03:05 After this operation, 5205 kB of additional disk space will be used. 18:03:05 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:03:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 18:03:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:03:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:03:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:03:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:03:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:03:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:03:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:03:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:03:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:03:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:03:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:03:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:03:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:03:06 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:03:06 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:03:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:03:06 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:03:06 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:03:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:03:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:03:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:03:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:03:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:03:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:03:06 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:03:06 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:03:06 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:03:06 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:03:06 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:03:06 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:03:06 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:03:06 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:03:06 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:03:06 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:03:06 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:03:06 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:03:06 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] 18:03:06 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:03:06 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 18:03: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] 18:03:07 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:03:07 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:03:07 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:03:07 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:03:07 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:03:07 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:03:07 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:03:07 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:03:07 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:03:07 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:03:07 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:03:07 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:03:07 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:03:07 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:03:07 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:03:07 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:03: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] 18:03:07 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:03:07 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:03:07 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:03:07 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:03:07 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:03:07 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:03:07 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:03:07 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:03:07 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:03:07 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:03:07 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 18:03:07 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 18:03:07 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:03:07 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:03:07 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:03:07 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 18:03:07 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 18:03:07 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:03:07 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:03:07 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:03:07 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 18:03:07 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:03:07 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:03:07 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] 18:03:07 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 18:03:07 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 18:03:07 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 18:03:07 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:03:07 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:03:07 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:03:07 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:03:08 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:03:08 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:03:08 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:03:08 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:03:08 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:03:08 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:03:08 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:03:08 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:03:08 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:03:09 debconf: delaying package configuration, since apt-utils is not installed 18:03:09 Fetched 63.8 MB in 3s (19.1 MB/s) 18:03:09 (Reading database ... 13912 files and directories currently installed.) 18:03:09 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:03:09 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:03:09 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:03:09 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:03:09 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 18:03:09 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 18:03:10 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:10 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:10 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:10 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:11 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:11 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:11 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:11 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:11 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:11 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:11 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:11 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:11 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:11 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:11 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:11 (Reading database ... 13911 files and directories currently installed.) 18:03:11 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:11 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:03:12 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:03:12 (Reading database ... 13911 files and directories currently installed.) 18:03:12 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:12 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:12 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:12 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:12 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:03:12 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:03:12 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:12 (Reading database ... 13911 files and directories currently installed.) 18:03:12 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:03:13 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:03:13 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:03:13 (Reading database ... 13911 files and directories currently installed.) 18:03:13 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:03:13 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:03:13 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:03:13 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:03:13 Setting up base-files (10.1ubuntu2.10) ... 18:03:14 Installing new version of config file /etc/issue ... 18:03:14 Installing new version of config file /etc/issue.net ... 18:03:14 Installing new version of config file /etc/lsb-release ... 18:03:14 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:03:14 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:03:14 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:03:14 Removing obsolete conffile /etc/default/motd-news ... 18:03:14 (Reading database ... 13912 files and directories currently installed.) 18:03:14 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:03:14 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:03:14 Setting up bash (4.4.18-2ubuntu1.2) ... 18:03:14 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 18:03:14 (Reading database ... 13912 files and directories currently installed.) 18:03:14 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:14 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:03:14 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:03:15 (Reading database ... 13912 files and directories currently installed.) 18:03:15 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:03:15 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:03:15 Setting up tar (1.29b-2ubuntu0.2) ... 18:03:15 (Reading database ... 13912 files and directories currently installed.) 18:03:15 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:03:15 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:03:15 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:03:15 (Reading database ... 13912 files and directories currently installed.) 18:03:15 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:03:15 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:03:15 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:03:15 (Reading database ... 13912 files and directories currently installed.) 18:03:15 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:03:15 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:03:16 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:03:16 (Reading database ... 13912 files and directories currently installed.) 18:03:16 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:03:16 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:03:16 Setting up grep (3.1-2build1) ... 18:03:16 (Reading database ... 13912 files and directories currently installed.) 18:03:16 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:03:16 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:03:16 Setting up login (1:4.5-1ubuntu2) ... 18:03:16 (Reading database ... 13912 files and directories currently installed.) 18:03:16 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:03:16 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:03:16 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:03:16 (Reading database ... 13912 files and directories currently installed.) 18:03:16 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:03:16 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:03:17 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:03:17 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:03:17 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:03:17 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:03:18 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:03:18 (Reading database ... 13912 files and directories currently installed.) 18:03:18 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:03:18 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:03:19 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:03:19 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:03:19 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:03:19 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:03:19 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:03:19 (Reading database ... 13912 files and directories currently installed.) 18:03:19 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:03:19 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:03:19 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:03:19 (Reading database ... 13912 files and directories currently installed.) 18:03:19 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:20 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:20 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:03:20 (Reading database ... 13912 files and directories currently installed.) 18:03:20 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:20 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:20 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:03:20 (Reading database ... 13912 files and directories currently installed.) 18:03:20 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:20 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:20 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:03:20 (Reading database ... 13912 files and directories currently installed.) 18:03:20 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:20 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:20 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:03:20 (Reading database ... 13912 files and directories currently installed.) 18:03:20 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:03:20 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:03:21 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:03:21 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:03:21 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:03:21 (Reading database ... 13912 files and directories currently installed.) 18:03:21 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:03:21 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:03:21 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:03:21 (Reading database ... 13912 files and directories currently installed.) 18:03:21 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:21 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:21 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:03:21 (Reading database ... 13912 files and directories currently installed.) 18:03:21 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:21 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:21 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:03:21 (Reading database ... 13912 files and directories currently installed.) 18:03:21 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:22 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:22 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:03:22 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:03:22 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:03:23 (Reading database ... 13912 files and directories currently installed.) 18:03:23 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:03:23 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:03:23 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:03:23 (Reading database ... 13912 files and directories currently installed.) 18:03:23 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:03:23 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:03:23 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:03:24 (Reading database ... 13914 files and directories currently installed.) 18:03:24 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:03:24 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:03:24 Setting up debconf (1.5.66ubuntu1) ... 18:03:24 (Reading database ... 13914 files and directories currently installed.) 18:03:24 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:03:24 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:03:24 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:03:24 (Reading database ... 13914 files and directories currently installed.) 18:03:24 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:03:24 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:03:24 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:03:24 (Reading database ... 13914 files and directories currently installed.) 18:03:24 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:03:24 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:03:24 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:03:25 (Reading database ... 13914 files and directories currently installed.) 18:03:25 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:03:25 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:03:25 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:03:25 (Reading database ... 13914 files and directories currently installed.) 18:03:25 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:03:25 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:03:25 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:03:25 (Reading database ... 13914 files and directories currently installed.) 18:03:25 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:03:25 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:03:25 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 18:03:25 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:03:25 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:03:25 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:03:26 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:03:26 (Reading database ... 13914 files and directories currently installed.) 18:03:26 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:03:26 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:03:26 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:03:26 (Reading database ... 13914 files and directories currently installed.) 18:03:26 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:03:26 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:03:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:03:26 ---> ff02f36f9d7d 18:03:26 Step 3/22 : WORKDIR /edgex-go 18:03:26 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:26 Step 2/34 : FROM ${BUILDER_BASE} AS builder 18:03:26 ---> ff02f36f9d7d 18:03:26 Step 3/34 : WORKDIR /edgex-go 18:03:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:03:26 ---> ff02f36f9d7d 18:03:26 Step 3/22 : WORKDIR /edgex-go 18:03:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:03:26 ---> ff02f36f9d7d 18:03:26 Step 3/23 : WORKDIR /edgex-go 18:03:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:03:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:03:26 ---> ff02f36f9d7d 18:03:26 Step 3/24 : WORKDIR /edgex-go 18:03:26 ---> Running in a7b4dfcdabdc 18:03:26 ---> Running in 99e60ada0e55 18:03:26 ---> Running in 5f112727547e 18:03:26 ---> Running in 1051bf8fe583 18:03:26 ---> Running in fc8fff8f47f8 18:03:26 Removing intermediate container 99e60ada0e55 18:03:26 ---> 53f2c61c11e0 18:03:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:26 ---> Running in ba5ed4fae431 18:03:26 Removing intermediate container fc8fff8f47f8 18:03:26 ---> 2a1bb17581e4 18:03:26 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:26 Removing intermediate container a7b4dfcdabdc 18:03:26 ---> d9b10241fa8a 18:03:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:26 Removing intermediate container 1051bf8fe583 18:03:26 ---> f0c81707a693 18:03:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:26 Removing intermediate container 5f112727547e 18:03:26 ---> 2b1dacda8a76 18:03:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:03:26 ---> Running in 7bbb5f5fcccf 18:03:26 ---> Running in 2dc1bdf9e14d 18:03:26 ---> Running in 2765f141b0d9 18:03:26 ---> Running in dc38dba8463b 18:03:26 Removing intermediate container ba5ed4fae431 18:03:26 ---> 739d0beac3cd 18:03:26 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:03:26 ---> Running in 935df6724d5e 18:03:26 Removing intermediate container 2765f141b0d9 18:03:26 ---> 19d78bf7a12c 18:03:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:03:26 Removing intermediate container 7bbb5f5fcccf 18:03:26 ---> 22d2768c329f 18:03:26 Step 5/22 : RUN apk add --update --no-cache make git 18:03:26 ---> Running in 529c08e42796 18:03:26 ---> Running in 7b06571bc035 18:03:26 Removing intermediate container 2dc1bdf9e14d 18:03:26 ---> 15ef69452fec 18:03:26 Step 5/34 : RUN apk add --update --no-cache make git 18:03:26 Removing intermediate container dc38dba8463b 18:03:26 ---> c981aa85ea59 18:03:26 Step 5/24 : RUN apk add --update --no-cache make git 18:03:26 ---> Running in dd62236a98f1 18:03:26 ---> Running in 51d88085337d 18:03:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:26 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:03:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:26 (Reading database ... 13914 files and directories currently installed.) 18:03:26 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:03:26 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:03:26 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:03:26 (Reading database ... 13914 files and directories currently installed.) 18:03:26 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 18:03:26 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 18:03:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:03:27 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 18:03:27 (Reading database ... 13914 files and directories currently installed.) 18:03:27 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:03:27 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:03:27 OK: 217 MiB in 51 packages 18:03:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:27 Setting up passwd (1:4.5-1ubuntu2) ... 18:03:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:03:27 (Reading database ... 13914 files and directories currently installed.) 18:03:27 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 18:03:27 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 18:03:27 Setting up gpgv (2.2.4-1ubuntu1.3) ... 18:03:27 (Reading database ... 13914 files and directories currently installed.) 18:03:27 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:03:28 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:03:28 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:03:28 (Reading database ... 13914 files and directories currently installed.) 18:03:28 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:03:28 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:03:28 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:03:28 (Reading database ... 13914 files and directories currently installed.) 18:03:28 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:03:28 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:03:28 OK: 217 MiB in 51 packages 18:03:28 OK: 217 MiB in 51 packages 18:03:28 OK: 217 MiB in 51 packages 18:03:28 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:03:28 (Reading database ... 13914 files and directories currently installed.) 18:03:28 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:03:28 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:03:28 OK: 217 MiB in 51 packages 18:03:29 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:03:29 (Reading database ... 13914 files and directories currently installed.) 18:03:29 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:03:29 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:03:29 Removing intermediate container 935df6724d5e 18:03:29 ---> e973f7c1a46e 18:03:29 Step 6/23 : COPY go.mod . 18:03:29 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:03:29 (Reading database ... 13914 files and directories currently installed.) 18:03:29 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:03:29 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:03:29 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:03:29 (Reading database ... 13915 files and directories currently installed.) 18:03:29 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:03:29 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:03:29 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:03:29 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:03:29 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 18:03:29 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 18:03:30 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 18:03:30 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 18:03:30 ---> f170851dd288 18:03:30 Step 7/23 : RUN go mod download 18:03:30 Removing intermediate container 529c08e42796 18:03:30 ---> ed8126a6ccaa 18:03:30 Step 6/22 : COPY go.mod . 18:03:30 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:03:30 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:03:30 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:03:30 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:03:30 Removing intermediate container 7b06571bc035 18:03:30 ---> 26eddf021bcd 18:03:30 Step 6/22 : COPY go.mod . 18:03:30 ---> Running in 0a1312f6703a 18:03:30 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:03:30 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:03:30 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:03:30 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:03:30 Removing intermediate container dd62236a98f1 18:03:30 ---> 8ccf3a1b31f4 18:03:30 Step 6/34 : COPY go.mod . 18:03:30 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:03:30 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:03:30 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:03:30 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:03:30 Removing intermediate container 51d88085337d 18:03:30 ---> 491fa3846fd0 18:03:30 Step 6/24 : COPY go.mod . 18:03:31 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:03:31 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:03:31 ---> 789b267f625e 18:03:31 Step 7/22 : RUN go mod download 18:03:31 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 18:03:31 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 18:03:31 ---> 466376985d39 18:03:31 Step 7/22 : RUN go mod download 18:03:31 ---> Running in 44d009bf3d15 18:03:31 ---> Running in a315fb00b8cb 18:03:32 ---> 54d5ad6e0d7a 18:03:32 Step 7/34 : RUN go mod download ---> 801a77035717 18:03:32 Step 7/24 : RUN go mod download 18:03:32 18:03:32 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:03:32 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:03:32 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:03:32 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:03:32 ---> Running in 8027523a48eb 18:03:32 ---> Running in db064e295ff5 18:03:32 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:03:32 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:03:33 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:03:33 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:03:33 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:03:33 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:03:33 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 18:03:33 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 18:03:33 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:33 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:03:34 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:34 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:03:34 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:34 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:03:34 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:34 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:03:34 Removing intermediate container 0a1312f6703a 18:03:34 ---> 2f26cf140a53 18:03:34 Step 8/23 : COPY . . 18:03:35 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:35 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:03:35 Removing intermediate container 44d009bf3d15 18:03:35 ---> 0b0d1daf8e8a 18:03:35 Step 8/22 : COPY . . 18:03:36 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:36 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:03:36 Removing intermediate container a315fb00b8cb 18:03:36 ---> b39ba208a5da 18:03:36 Step 8/22 : COPY . . 18:03:36 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:36 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:03:37 Removing intermediate container db064e295ff5 18:03:37 ---> a36dc6f82fd5 18:03:37 Step 8/24 : COPY . . 18:03:37 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:37 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:03:37 Removing intermediate container 8027523a48eb 18:03:37 ---> f2ed792abb2b 18:03:37 Step 8/34 : COPY . . 18:03:38 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:03:38 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:03:38 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:03:38 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:03:38 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:03:38 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:03:38 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:03:38 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:03:38 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:03:38 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:03:38 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:03:38 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:03:38 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:03:38 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:03:39 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:03:39 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:03:39 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:39 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:03:39 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:39 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:39 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:39 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:03:39 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:03:39 Setting up tzdata (2020f-0ubuntu0.18.04) ... 18:03:39 18:03:39 Current default time zone: 'Etc/UTC' 18:03:39 Local time is now: Wed Jan 27 18:03:39 UTC 2021. 18:03:39 Universal Time is now: Wed Jan 27 18:03:39 UTC 2021. 18:03:39 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:03:39 18:03:39 Setting up systemd-sysv (237-3ubuntu10.44) ... 18:03:39 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:39 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 18:03:39 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:03:39 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:03:39 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:03:39 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:03:39 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:03:39 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:03:39 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:03:39 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:39 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:03:40 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:03:40 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 18:03:40 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:40 Setting up patch (2.7.6-2ubuntu1.1) ... 18:03:40 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:03:40 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:03:40 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 18:03:40 Installing new version of config file /etc/ssl/openssl.cnf ... 18:03:40 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:03:40 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:03:40 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 18:03:42 Updating certificates in /etc/ssl/certs... 18:03:43 22 added, 17 removed; done. 18:03:43 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:03:43 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:03:43 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:03:43 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:03:43 Setting up pkgbinarymangler (138.18.04.1) ... 18:03:43 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:03:43 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 18:03:43 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:03:43 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:03:43 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:03:43 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:03:43 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:03:43 Setting up perl (5.26.1-6ubuntu0.5) ... 18:03:43 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 18:03:43 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:03:43 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:03:43 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 18:03:43 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:03:44 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:03:44 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:03:44 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:03:44 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:03:44 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:03:44 Processing triggers for systemd (237-3ubuntu10.44) ... 18:03:44 Processing triggers for mime-support (3.60ubuntu1) ... 18:03:44 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 18:03:44 Updating certificates in /etc/ssl/certs... 18:03:45 0 added, 0 removed; done. 18:03:45 Running hooks in /etc/ca-certificates/update.d... 18:03:45 done. 18:03:45 Reading package lists... 18:03:45 Building dependency tree... 18:03:45 Reading state information... 18:03:45 The following NEW packages will be installed: 18:03:45 apt-transport-https 18:03:45 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:03:45 Need to get 1696 B of archives. 18:03:45 After this operation, 153 kB of additional disk space will be used. 18:03:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:03:46 debconf: delaying package configuration, since apt-utils is not installed 18:03:46 Fetched 1696 B in 0s (23.0 kB/s) 18:03:46 Selecting previously unselected package apt-transport-https. 18:03:46 (Reading database ... 13929 files and directories currently installed.) 18:03:46 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:03:46 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:03:46 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:03:46 Waiting for network to be ready... 18:03:52 2021-01-27T18:03:49Z INFO Waiting for automatic snapd restart... 18:03:52 snapd 2.48.2 from Canonical* installed 18:03:53 "snapd" switched to the "latest/stable" channel 18:03:53 18:03:56 core18 20201210 from Canonical* installed 18:03:56 "core18" switched to the "latest/stable" channel 18:03:56 18:03:59 snapcraft 4.4.4 from Canonical* installed 18:03:59 "snapcraft" switched to the "latest/stable" channel 18:03:59 18:04:03 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: 18:04:03 - README.md 18:04:03 - snapcraft.yaml.orig 18:04:03 18:04:03 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:04:04 ---> c50c2883a0a4 18:04:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:04:04 ---> a6a0b09918ce 18:04:04 Step 9/23 : RUN make cmd/core-data/core-data 18:04:04 ---> 7c6267c60204 18:04:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:04:04 ---> a1ad98ecfa21 18:04:04 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 18:04:04 ---> 25737258ce03 18:04:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:04:04 ---> Running in 95aa1b268f99 18:04:04 ---> Running in bed678794191 18:04:04 ---> Running in 1fe4f9104d28 18:04:04 ---> Running in eb976318d250 18:04:04 ---> Running in 32e5ae77678e 18:04:04 Removing intermediate container eb976318d250 18:04:04 ---> c8f55beffdbe 18:04:04 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" 18:04:04 ---> Running in 5fb943db2dd1 18:04:04 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 18:04:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:04: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 18:04:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:04:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:04:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:04:10 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:04:10 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:04:10 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:04:10 Reading package lists... 18:04:11 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 18:04:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:04:18 Reading package lists... 18:04:18 Building dependency tree... 18:04:18 Reading state information... 18:04:18 Suggested packages: 18:04:18 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:04:18 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:04:18 Recommended packages: 18:04:18 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:04:18 The following NEW packages will be installed: 18:04:18 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:04:18 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:04:18 pkg-config zip 18:04:18 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:04:18 Need to get 7655 kB of archives. 18:04:18 After this operation, 43.7 MB of additional disk space will be used. 18:04:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:04:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:04:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:04:18 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:04:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:04:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:04:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:04:18 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:04:18 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:04:18 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:04:18 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:04:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:04:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:04:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:04:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:04:18 debconf: delaying package configuration, since apt-utils is not installed 18:04:18 Fetched 7655 kB in 1s (10.4 MB/s) 18:04:18 Selecting previously unselected package libglib2.0-0:amd64. 18:04:18 (Reading database ... 13933 files and directories currently installed.) 18:04:18 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:04:18 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:04:19 Selecting previously unselected package libpsl5:amd64. 18:04:19 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:04:19 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:04:19 Selecting previously unselected package libnghttp2-14:amd64. 18:04:19 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:04:19 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:04:19 Selecting previously unselected package librtmp1:amd64. 18:04:19 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:04:19 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:04:19 Selecting previously unselected package libcurl3-gnutls:amd64. 18:04:19 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:04:19 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:04:19 Selecting previously unselected package liberror-perl. 18:04:19 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:04:19 Unpacking liberror-perl (0.17025-1) ... 18:04:19 Selecting previously unselected package git-man. 18:04:19 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:04:19 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:04:19 Selecting previously unselected package git. 18:04:19 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:04:19 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:04:20 Selecting previously unselected package libnorm1:amd64. 18:04:20 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:04:20 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:04:20 Selecting previously unselected package libpgm-5.2-0:amd64. 18:04:20 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:04:20 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:04:20 Selecting previously unselected package libsodium23:amd64. 18:04:21 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:04:21 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:04:21 Selecting previously unselected package libzmq5:amd64. 18:04:21 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:04:21 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:04:21 Selecting previously unselected package libzmq3-dev:amd64. 18:04:21 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:04:21 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:04:21 Selecting previously unselected package pkg-config. 18:04:21 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:04:21 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:04:21 Selecting previously unselected package zip. 18:04:21 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:04:21 Unpacking zip (3.0-11build1) ... 18:04:21 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:04:21 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:04:21 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:04:21 Setting up liberror-perl (0.17025-1) ... 18:04:21 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:04:21 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:04:21 No schema files found: doing nothing. 18:04:21 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:04:21 Setting up zip (3.0-11build1) ... 18:04:21 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:04:21 Setting up libsodium23:amd64 (1.0.16-2) ... 18:04:21 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:04:21 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:04:21 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:04:21 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:04:21 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:04:22 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:04:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:04:28 git set to automatically installed. 18:04:28 git-man set to automatically installed. 18:04:28 libcurl3-gnutls set to automatically installed. 18:04:28 liberror-perl set to automatically installed. 18:04:28 libglib2.0-0 set to automatically installed. 18:04:28 libnghttp2-14 set to automatically installed. 18:04:28 libnorm1 set to automatically installed. 18:04:28 libpgm-5.2-0 set to automatically installed. 18:04:28 libpsl5 set to automatically installed. 18:04:28 librtmp1 set to automatically installed. 18:04:28 libsodium23 set to automatically installed. 18:04:28 libzmq3-dev set to automatically installed. 18:04:28 libzmq5 set to automatically installed. 18:04:28 pkg-config set to automatically installed. 18:04:28 zip set to automatically installed. 18:04:31 snapd is not logged in, snap install commands will use sudo 18:04:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:04:37 snap "core18" has no updates available 18:04:39 Pulling config-common 18:04:40 Pulling go-build-helper 18:05:02 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:05:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:05:02 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:05:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 18:05:02 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:05:02 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:05:02 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:05:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 18:05:02 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:05:02 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:05:02 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:05:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:05:02 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 18:05:02 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 18:05:02 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 18:05:02 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 18:05:02 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 18:05:02 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 18:05:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:05:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 18:05:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 18:05:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 18:05:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 18:05:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 18:05:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 18:05:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 18:05:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 18:05:02 Fetched 23.8 MB in 0s (0 B/s) 18:05:02 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:05:02 Fetched 96.5 kB in 0s (0 B/s) 18:05:02 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:05:02 Fetched 279 kB in 0s (0 B/s) 18:05:02 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:05:02 Fetched 122 kB in 0s (0 B/s) 18:05:02 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:05:02 Fetched 77.8 kB in 0s (0 B/s) 18:05:02 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:05:02 Fetched 8848 B in 0s (0 B/s) 18:05:02 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:05:02 Fetched 47.8 kB in 0s (0 B/s) 18:05:02 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:05:02 Fetched 45.6 kB in 0s (0 B/s) 18:05:02 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:05:02 Fetched 15.0 kB in 0s (0 B/s) 18:05:02 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:05:02 Fetched 214 kB in 0s (0 B/s) 18:05:02 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 18:05:02 Fetched 155 kB in 0s (0 B/s) 18:05:02 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:05:02 Fetched 50.6 kB in 0s (0 B/s) 18:05:02 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:05:02 Fetched 14.8 kB in 0s (0 B/s) 18:05:02 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:05:02 Fetched 41.8 kB in 0s (0 B/s) 18:05:02 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:05:02 Fetched 499 kB in 0s (0 B/s) 18:05:02 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:05:02 Fetched 111 kB in 0s (0 B/s) 18:05:02 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:05:02 Fetched 240 kB in 0s (0 B/s) 18:05:02 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:05:02 Fetched 29.3 kB in 0s (0 B/s) 18:05:02 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:05:02 Fetched 85.5 kB in 0s (0 B/s) 18:05:02 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:05:02 Fetched 24.5 kB in 0s (0 B/s) 18:05:02 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:05:02 Fetched 49.2 kB in 0s (0 B/s) 18:05:02 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:05:02 Fetched 54.2 kB in 0s (0 B/s) 18:05:02 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:05:02 Fetched 30.8 kB in 0s (0 B/s) 18:05:02 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 18:05:02 Fetched 17.0 kB in 0s (0 B/s) 18:05:02 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:05:02 Fetched 85.9 kB in 0s (0 B/s) 18:05:02 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:05:02 Fetched 8720 B in 0s (0 B/s) 18:05:02 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:05:02 Fetched 137 kB in 0s (0 B/s) 18:05:02 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:05:02 Fetched 119 kB in 0s (0 B/s) 18:05:02 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:05:02 Fetched 109 kB in 0s (0 B/s) 18:05:02 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:05:02 Fetched 11.1 kB in 0s (0 B/s) 18:05:02 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:05:02 Fetched 645 kB in 0s (0 B/s) 18:05:02 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:05:02 Fetched 41.3 kB in 0s (0 B/s) 18:05:02 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:05:02 Fetched 17.9 kB in 0s (0 B/s) 18:05:02 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:05:02 Fetched 368 kB in 0s (0 B/s) 18:05:02 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:05:02 Fetched 187 kB in 0s (0 B/s) 18:05:02 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:05:02 Fetched 175 kB in 0s (0 B/s) 18:05:02 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:05:05 Fetched 206 kB in 0s (0 B/s) 18:05:05 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 18:05:05 Fetched 1301 kB in 0s (0 B/s) 18:05:05 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:05:05 Fetched 36.2 kB in 0s (0 B/s) 18:05:05 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:05:05 Fetched 159 kB in 0s (0 B/s) 18:05:05 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:05:05 Fetched 107 kB in 0s (0 B/s) 18:05:05 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:05:05 Fetched 48.7 kB in 0s (0 B/s) 18:05:05 Pulling static-packages 18:05:06 'go115' has dependencies that need to be staged: go-build-helper static-packages 18:05:06 Skipping pull go-build-helper (already ran) 18:05:06 Skipping pull static-packages (already ran) 18:05:06 Building go-build-helper 18:05:10 Building static-packages 18:05:12 Staging go-build-helper 18:05:13 Staging static-packages 18:05:14 Pulling go115 18:05:15 'edgex-go' has dependencies that need to be staged: go115 18:05:15 Skipping pull go115 (already ran) 18:05:15 Building go115 18:05:15 % Total % Received % Xferd Average Speed Time Time Time Current 18:05:15 Dload Upload Total Spent Left Speed 18:05:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 19.3M 0 0 24.3M 0 0:00:04 --:--:-- 0:00:04 24.3M 46 115M 46 53.6M 0 0 29.9M 0 0:00:03 0:00:01 0:00:02 29.8M 74 115M 74 85.9M 0 0 30.5M 0 0:00:03 0:00:02 0:00:01 30.5M 100 115M 100 115M 0 0 31.7M 0 0:00:03 0:00:03 --:--:-- 31.7M 18:05:19 go1.15.2.linux-amd64.tar.gz: OK 18:05:23 Staging go115 18:05:26 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 18:05:26 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 18:05:28 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:05:28 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:05:28 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:05:28 Fetched 0 B in 0s (0 B/s) 18:05:28 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:05:28 Fetched 224 kB in 0s (0 B/s) 18:05:28 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:05:28 Fetched 157 kB in 0s (0 B/s) 18:05:28 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:05:28 Fetched 221 kB in 0s (0 B/s) 18:05:28 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:05:28 Fetched 143 kB in 0s (0 B/s) 18:05:28 Pulling edgex-go 18:05:29 Pulling version 18:05:29 Building config-common 18:05:31 Skipping build go-build-helper (already ran) 18:05:31 Skipping build static-packages (already ran) 18:05:31 Skipping build go115 (already ran) 18:05:32 Building edgex-go 18:05:32 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 18:05:33 go: downloading github.com/gorilla/mux v1.8.0 18:05:33 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:05:33 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 18:05:33 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:05:33 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 18:05:33 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 18:05:33 go: downloading github.com/google/uuid v1.1.5 18:05:33 go: downloading github.com/pebbe/zmq4 v1.2.2 18:05:33 go: downloading github.com/x448/float16 v0.8.4 18:05:33 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 18:05:33 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 18:05:33 go: downloading github.com/pkg/errors v0.8.1 18:05:33 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:05:33 go: downloading github.com/imdario/mergo v0.3.11 18:05:33 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 18:05:34 go: downloading github.com/BurntSushi/toml v0.3.1 18:05:34 go: downloading github.com/go-kit/kit v0.8.0 18:05:34 go: downloading github.com/pelletier/go-toml v1.2.0 18:05:34 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:05:34 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:05:34 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:05:34 go: downloading gopkg.in/yaml.v2 v2.4.0 18:05:34 go: downloading github.com/hashicorp/consul/api v1.1.0 18:05:34 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:05:34 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:05:34 go: downloading github.com/mitchellh/copystructure v1.0.0 18:05:34 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:05:34 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:05:34 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:05:34 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 18:05:34 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:05:34 go: downloading github.com/hashicorp/serf v0.8.2 18:05:34 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:05:34 go: downloading github.com/leodido/go-urn v1.2.0 18:05:34 go: downloading github.com/go-playground/universal-translator v0.17.0 18:05:34 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:05:34 go: downloading github.com/go-playground/locales v0.13.0 18:05:34 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:05:34 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:05:34 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:05:35 Removing intermediate container 1fe4f9104d28 18:05:35 ---> ec1916905509 18:05:35 18:05:35 Step 10/24 : FROM alpine:3.12 18:05:35 3.12: Pulling from library/alpine 18:05:37 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:05:37 Status: Downloaded newer image for alpine:3.12 18:05:37 ---> afeebe901d6b 18:05:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:05:38 ---> Running in 9b94df49855b 18:05:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:05:40 Removing intermediate container 32e5ae77678e 18:05:40 ---> 3033a087637e 18:05:40 18:05:40 Step 10/22 : FROM alpine:3.12 18:05:40 ---> afeebe901d6b 18:05:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:05:41 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 18:05:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:05:41 ---> Running in 13ac93ba202e 18:05:42 Removing intermediate container bed678794191 18:05:42 ---> 50a1e6e95f29 18:05:42 18:05:42 Step 10/22 : FROM alpine:3.12 18:05:42 ---> afeebe901d6b 18:05:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:05:42 (1/5) Installing ca-certificates (20191127-r4) 18:05:42 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:05:42 (3/5) Installing libcurl (7.69.1-r3) 18:05:42 (4/5) Installing curl (7.69.1-r3) 18:05:42 (5/5) Installing dumb-init (1.2.2-r1) 18:05:42 Executing busybox-1.31.1-r19.trigger 18:05:42 Executing ca-certificates-20191127-r4.trigger 18:05:42 ---> Running in 37f8150a38bb 18:05:42 OK: 7 MiB in 19 packages 18:05:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:05:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:05:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:05:44 (1/2) Installing ca-certificates (20191127-r4) 18:05:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:05:44 (2/2) Installing dumb-init (1.2.2-r1) 18:05:44 Executing busybox-1.31.1-r19.trigger 18:05:45 Executing ca-certificates-20191127-r4.trigger 18:05:45 Removing intermediate container 9b94df49855b 18:05:45 ---> 5a2f16137d45 18:05:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:05:45 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 18:05:45 OK: 6 MiB in 16 packages 18:05:45 (1/1) Installing dumb-init (1.2.2-r1) 18:05:45 ---> Running in 1f86ed255be5 18:05:45 Executing busybox-1.31.1-r19.trigger 18:05:45 OK: 5 MiB in 15 packages 18:05:46 Removing intermediate container 1f86ed255be5 18:05:46 ---> 7d52884910a8 18:05:46 Step 13/24 : WORKDIR / 18:05:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:05:46 + mkdir -p /tmp/build/dist/linux 18:05:46 + cd /tmp/build/dist/linux 18:05:46 + git clone https://github.com/jwilder/dockerize.git . 18:05:46 Cloning into '.'... 18:05:46  ---> Running in 95569a19de2d 18:05:47 + go get github.com/robfig/glock 18:05:47 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 18:05: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 18:05:47 go: downloading github.com/stretchr/testify v1.6.1 18:05:47 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:05:47 go: downloading github.com/davecgh/go-spew v1.1.1 18:05:47 go: downloading github.com/pmezard/go-difflib v1.0.0 18:05:48 Removing intermediate container 95569a19de2d 18:05:48 ---> ce6a363ae823 18:05:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:05:48 Removing intermediate container 37f8150a38bb 18:05:48 ---> 760b31753b03 18:05:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:05:48 Removing intermediate container 13ac93ba202e 18:05:48 ---> a9fb460ecb25 18:05:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:05:48 ---> Running in ea2b200744db 18:05:48 ---> Running in 0dd0cfd43b73 18:05:49 ---> bf247e23d4c2 18:05:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:05: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 18:05:49 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:05:49 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:05:49 Removing intermediate container 0dd0cfd43b73 18:05:49 ---> 39b79679b453 18:05:49 Step 13/22 : ENV APP_PORT=48060 18:05:49 Removing intermediate container ea2b200744db 18:05:49 ---> e1df9e7a492e 18:05:49 Step 13/22 : ENV APP_PORT=48085 18:05:49 ---> Running in 9529e48f53fe 18:05:49 ---> Running in f7ee27e53dfe 18:05:50 Removing intermediate container 9529e48f53fe 18:05:50 ---> 0c2a6317395a 18:05:50 Step 14/22 : EXPOSE $APP_PORT 18:05:50 Removing intermediate container f7ee27e53dfe 18:05:50 ---> db7d24fe86a0 18:05:50 Step 14/22 : EXPOSE $APP_PORT 18:05:50 ---> 227f758fb5c5 18:05:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:05:50 ---> Running in cfc8fb075579 18:05:50 ---> Running in c4e70be957d9 18:05: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 18:05:51 Removing intermediate container c4e70be957d9 18:05:51 ---> aa2e93db1756 18:05:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:05:51 Removing intermediate container cfc8fb075579 18:05:51 ---> e9b449e2e970 18:05:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:05: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 18:05:51 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 18:05:51 ---> 644537c90dfa 18:05:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:05:52 ---> b913280b7f20 18:05:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:05:53 ---> 7071e4c27227 18:05:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:05:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:05: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 18:05:54 ---> fd0bf71110f0 18:05:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:05:54 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 18:05:54 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:05:55 ---> fab09cde4280 18:05:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:05:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:05:55 go: downloading github.com/lib/pq v1.9.0 18:05:56 ---> b6cbeeea270b 18:05:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:05:56 ---> 313ed7a3bc88 18:05:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:05:56 ---> af8d1ce714a8 18:05:56 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:05:57 ---> Running in 6dc75203e537 18:05:57 ---> c89b808afe35 18:05:57 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:05:57 ---> 7dd8b1bddb59 18:05:57 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/ 18:05:57 ---> Running in 27b8fae58697 18:05:57 ---> Running in 19a6227eeb19 18:05:58 Building version 18:05:58 Removing intermediate container 27b8fae58697 18:05:58 ---> bcad458d2384 18:05:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:05:58 Removing intermediate container 6dc75203e537 18:05:58 ---> 3449bf77b76a 18:05:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:05:58 ---> Running in c47c3a8ab963 18:05:58 ---> Running in 6a45e2257966 18:05:59 Removing intermediate container 6a45e2257966 18:05:59 ---> a510e6834e4a 18:05:59 Step 20/22 : LABEL arch=arm64 18:05:59 Removing intermediate container c47c3a8ab963 18:05:59 ---> e809fccbda71 18:05:59 Step 20/22 : LABEL arch=arm64 18:05:59 ---> Running in 2985f1063caf 18:05:59 ---> Running in 359d29fe43b1 18:06:00 Staging config-common 18:06:00 Removing intermediate container 359d29fe43b1 18:06:00 ---> 9c6afbb497f2 18:06:00 Step 21/22 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 18:06:00 Removing intermediate container 2985f1063caf 18:06:00 ---> 94335c63f05f 18:06:00 Step 21/22 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 18:06:00 ---> Running in 826c511ac839 18:06:00 ---> Running in 9fb9290d091c 18:06:01 Skipping stage go-build-helper (already ran) 18:06:01 Skipping stage static-packages (already ran) 18:06:01 Skipping stage go115 (already ran) 18:06:01 Staging edgex-go 18:06:01 Removing intermediate container 19a6227eeb19 18:06:01 ---> b011e06dd777 18:06:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:06:01 ---> Running in 6a85e6f7b720 18:06:01 Removing intermediate container 9fb9290d091c 18:06:01 ---> 31586d949456 18:06:01 Step 22/22 : LABEL version=0.0.0 18:06:01 Staging version 18:06:02 Removing intermediate container 826c511ac839 18:06:02 ---> bbe3ad3f503b 18:06:02 Step 22/22 : LABEL version=0.0.0 18:06:02 ---> Running in c4a356f04a79 18:06:02 ---> Running in 3d6610561a5c 18:06:02 Removing intermediate container 6a85e6f7b720 18:06:02 ---> d6e646197bf6 18:06:02 Step 22/24 : LABEL arch=arm64 18:06:02 ---> Running in 6ced0657707e 18:06:02 Priming config-common 18:06:03 Removing intermediate container c4a356f04a79 18:06:03 ---> f921ec2e1aa8 18:06:03 18:06:03 Removing intermediate container 3d6610561a5c 18:06:03 ---> b77d63f0ecd0 18:06:03 18:06:03 Successfully built f921ec2e1aa8 18:06:03 Successfully built b77d63f0ecd0 18:06:03 Priming go-build-helper 18:06:04 Successfully tagged docker-support-notifications-go-arm64:latest 18:06:04  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 18:06:04 Successfully tagged docker-support-scheduler-go-arm64:latest 18:06:04 Building docker-security-proxy-setup-go 18:06:04  Building docker-support-scheduler-go ... done Removing intermediate container 6ced0657707e 18:06:04 ---> f80295e76a49 18:06:04 Step 23/24 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 18:06:04 Priming static-packages 18:06:04 ---> Running in 8b65668ff50a 18:06:05 Removing intermediate container 8b65668ff50a 18:06:05 ---> f48a0c9b44df 18:06:05 Step 24/24 : LABEL version=0.0.0 18:06:05 ---> Running in f9b67a10c6db 18:06:06 Removing intermediate container 95aa1b268f99 18:06:06 ---> 1482ff40b423 18:06:06 18:06:06 Step 10/23 : FROM alpine:3.12 18:06:06 ---> afeebe901d6b 18:06:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:06:06 ---> Running in 193c30ad62f2 18:06:06 Removing intermediate container f9b67a10c6db 18:06:06 ---> 2b8bbceed49d 18:06:06 18:06:06 Priming go115 18:06:06 Successfully built 2b8bbceed49d 18:06:07 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:06:07 Building docker-core-metadata-go 18:06:07  Building docker-security-secretstore-setup-go ... done Removing intermediate container 193c30ad62f2 18:06:07 ---> eed592e5f61b 18:06:07 Step 12/23 : ENV APP_PORT=48080 18:06:07 Priming edgex-go 18:06:07 ---> Running in 6152f68bf166 18:06:08 Removing intermediate container 6152f68bf166 18:06:08 ---> 90542deee879 18:06:08 Step 13/23 : EXPOSE $APP_PORT 18:06:09 Priming version 18:06:09 + glock sync -n 18:06:10 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 18:06:10  ---> Running in fca923508a72 [Pipeline] } 18:06:11 Removing intermediate container fca923508a72 18:06:11 ---> 839710f95604 18:06:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:06:12 ---> Running in 94f4155531cf 18:06:16 Removing intermediate container 94f4155531cf 18:06:16 ---> 20c68a70e9ed 18:06:16 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:06:16 ---> Running in 7f9088a6dd5d 18:06:16 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 18:06:16 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 18:06:16 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 18:06:17 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 18:06:17 + git describe '--abbrev=0' --tags 18:06:17 + TAG=v0.6.1 18:06:17 + LDFLAGS='-X main.buildVersion=v0.6.1' 18:06:17 + apk --print-arch 18:06:17 + arch=aarch64 18:06:17 + echo 'building [dockerize] for arm64 ... ' 18:06:17 building [dockerize] for arm64 ... 18:06:17 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 18:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:19 (1/6) Installing dumb-init (1.2.2-r1) 18:06:19 (2/6) Installing libgcc (9.3.0-r2) 18:06:19 (3/6) Installing libsodium (1.0.18-r0) 18:06:19 (4/6) Installing libstdc++ (9.3.0-r2) 18:06:20 (5/6) Installing libzmq (4.3.3-r0) 18:06:20 (6/6) Installing zeromq (4.3.3-r0) 18:06:20 Executing busybox-1.31.1-r19.trigger 18:06:20 OK: 8 MiB in 20 packages 18:06:22 Wed Jan 27 18:06:22 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 18:06:22 + date 18:06:22 + echo 'Wed Jan 27 18:06:22 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 18:06:23 Removing intermediate container 7f9088a6dd5d 18:06:23 ---> 1b0092c00368 18:06:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:06:25 ---> be6e46b94732 18:06:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:06:28 ---> 3ef4c49e94a6 18:06:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:06:31 ---> 65cba8316e0b 18:06:31 Step 19/23 : ENTRYPOINT ["/core-data"] 18:06:31 ---> Running in ded098fe62cb 18:06:33 Removing intermediate container ded098fe62cb 18:06:33 ---> db19a1413779 18:06:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:06:33 ---> Running in 426e497c69fb 18:06:34 Removing intermediate container 426e497c69fb 18:06:34 ---> ce2d98bd1bfb 18:06:34 Step 21/23 : LABEL arch=arm64 18:06:35 ---> Running in 5b5fa1175d3f 18:06:35 Removing intermediate container 5fb943db2dd1 18:06:35 ---> 4bfa12a10f50 18:06:35 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" 18:06:36 Removing intermediate container 5b5fa1175d3f 18:06:36 ---> 9bdfd378d570 18:06:36 Step 22/23 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 18:06:36 ---> Running in f81a83d3a4e1 18:06:36 ---> Running in 8c006578e88b 18:06:37 Removing intermediate container 8c006578e88b 18:06:37 ---> 98be525a9685 18:06:37 Step 23/23 : LABEL version=0.0.0 18:06:38 ---> Running in 5613b0181a04 18:06:38 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 18:06:38 statically linked 18:06:39 Removing intermediate container 5613b0181a04 18:06:39 ---> 55a102495228 18:06:39 18:06:40 Successfully built 55a102495228 18:06:40 Successfully tagged docker-core-data-go-arm64:latest 18:06:40  Building docker-core-data-go ... done Building docker-core-command-go 18:06:41 Removing intermediate container f81a83d3a4e1 18:06:41 ---> 28c46378e4fd 18:06:41 18:06:41 Step 12/34 : FROM alpine:3.12 18:06:41 ---> afeebe901d6b 18:06:41 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:06:41 ---> Running in a588d6797b04 18:06:42 Removing intermediate container a588d6797b04 18:06:42 ---> ab53104e3409 18:06:42 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 18:06:42 ---> Running in 93928b15f89f 18:06:44 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:06:44 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:06:44 ---> ff02f36f9d7d 18:06:44 Step 3/26 : WORKDIR /edgex-go 18:06:44 ---> Using cache 18:06:44 ---> 2b1dacda8a76 18:06:44 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:44 ---> Using cache 18:06:44 ---> 19d78bf7a12c 18:06:44 Step 5/26 : RUN apk add --update --no-cache make bash git 18:06:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:06:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:06:44 ---> ff02f36f9d7d 18:06:44 Step 3/21 : WORKDIR /edgex-go 18:06:44 ---> Using cache 18:06:44 ---> 2b1dacda8a76 18:06:44 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:44 ---> Using cache 18:06:44 ---> 19d78bf7a12c 18:06:44 Step 5/21 : RUN apk add --update --no-cache make gitfetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:44 18:06:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:44 (1/3) Installing dumb-init (1.2.2-r1) 18:06:44 (2/3) Installing openssl (1.1.1i-r0) 18:06:44 (3/3) Installing su-exec (0.2-r1) 18:06:45 Executing busybox-1.31.1-r19.trigger 18:06:45 OK: 6 MiB in 17 packages 18:06:45 ---> Running in e7fdb15716f2 18:06:45 ---> Running in 38c61cc38487 18:06:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:06:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:06:46 ---> ff02f36f9d7d 18:06:46 Step 3/23 : WORKDIR /edgex-go 18:06:46 ---> Using cache 18:06:46 ---> 2b1dacda8a76 18:06:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:06:46 ---> Using cache 18:06:46 ---> 19d78bf7a12c 18:06:46 Step 5/23 : RUN apk add --update --no-cache make git 18:06:46 ---> Running in cd453dae5fe4 18:06:48 Removing intermediate container 93928b15f89f 18:06:48 ---> e2ac7be8c362 18:06:48 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 18:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:06:48 ---> Running in 4eae671a4fbb 18:06:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:49 Removing intermediate container 4eae671a4fbb 18:06:49 ---> a2c132578737 18:06:49 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:06:49 ---> Running in 8d92e64a5a97 18:06:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:06:50 OK: 217 MiB in 51 packages 18:06:50 Removing intermediate container 8d92e64a5a97 18:06:50 ---> 5e32d96e62fe 18:06:50 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:06:50 ---> Running in 5e12163b87ab 18:06:50 OK: 217 MiB in 51 packages 18:06:50 OK: 217 MiB in 51 packages 18:06:52 Removing intermediate container 38c61cc38487 18:06:52 ---> 2612eeec71f5 18:06:52 Step 6/26 : COPY go.mod . 18:06:53 Removing intermediate container cd453dae5fe4 18:06:53 ---> 6569feb415c8 18:06:53 Step 6/23 : COPY go.mod . 18:06:53 Removing intermediate container e7fdb15716f2 18:06:53 ---> cfa6b8809a54 18:06:53 Step 6/21 : COPY go.mod . 18:06:53 ---> 043e35173ff5 18:06:53 Step 7/26 : RUN go mod download 18:06:54 ---> Running in 6bb3252f3d36 18:06:54 ---> 315480602fee 18:06:54 Step 7/23 : RUN go mod download ---> 73e3f09ef602 18:06:54 Step 7/21 : RUN go mod download 18:06:54 18:06:54 Removing intermediate container 5e12163b87ab 18:06:54 ---> 79c6ed35b182 18:06:54 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 18:06:55 ---> Running in 33f265906602 18:06:55 ---> Running in 08998bf71cb9 18:06:55 ---> Running in 21c5e445b190 18:06:56 Removing intermediate container 08998bf71cb9 18:06:56 ---> e765c8aa0aa1 18:06:56 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 18:06:58 ---> d3b0665435e9 18:06:58 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:06:59 Removing intermediate container 6bb3252f3d36 18:06:59 ---> c7586aa28578 18:06:59 Step 8/26 : COPY . . 18:07:00 ---> 8b7cc87f3d9f 18:07:00 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:07:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:07:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:07:00 ---> ff02f36f9d7d 18:07:00 Step 3/23 : WORKDIR /edgex-go 18:07:00 ---> Using cache 18:07:00 ---> 2b1dacda8a76 18:07:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:07:00 ---> Using cache 18:07:00 ---> 19d78bf7a12c 18:07:00 Step 5/23 : RUN apk add --update --no-cache make git 18:07:00 ---> Using cache 18:07:00 ---> cfa6b8809a54 18:07:00 Step 6/23 : COPY go.mod . 18:07:00 ---> Using cache 18:07:00 ---> 73e3f09ef602 18:07:00 Step 7/23 : RUN go mod download 18:07:01 ---> Running in 22712b02cfff 18:07:01 ---> Running in ee55cb32f2e4 18:07:01 Removing intermediate container 33f265906602 18:07:01 Removing intermediate container 21c5e445b190 18:07:01 ---> d7b1978a953a 18:07:01 Step 8/21 : COPY . . 18:07:01 ---> 22d4285a5cf3 18:07:01 Step 8/23 : COPY . . 18:07:11 Removing intermediate container 22712b02cfff 18:07:11 ---> 11599e6cf739 18:07:11 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 18:07:11 Removing intermediate container ee55cb32f2e4 18:07:11 ---> 3db8c32b8a8e 18:07:11 Step 8/23 : COPY . . 18:07:12 ---> a5cef401cbed 18:07:12 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:07:15 ---> b3eba11a17f9 18:07:15 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:07:18 ---> c8a194033cfc 18:07:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:07:18 ---> f2ee40ffd317 18:07:18 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 18:07:19 ---> Running in c9ffd2725a53 18:07:20 ---> 5a44cff2bd77 18:07:20 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:07:20 ---> 734326a35f9b 18:07:20 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:07:20 ---> a4bce91e585b 18:07:20 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:07:20 ---> Running in d6c567ed728c 18:07:20 ---> Running in 8d87ec19f04f 18:07:21 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 18:07:22 ---> 81982090dab0 18:07:22 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 18:07:23 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 18:07:23 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 18:07:23 ---> Running in d63f453d2cee 18:07:24 Removing intermediate container d63f453d2cee 18:07:24 ---> 39d57597679e 18:07:24 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:07:26 ---> 15197c65919a 18:07:26 Step 29/34 : RUN chmod +x /entrypoint.sh 18:07:28 ---> Running in ef0999f3ff30 18:07:33 Removing intermediate container ef0999f3ff30 18:07:33 ---> aa4d5a4cc567 18:07:33 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 18:07:33 ---> 16e07736457f 18:07:33 Step 9/23 : RUN make cmd/core-command/core-command 18:07:33 ---> Running in 3d25df78fb95 18:07:33 ---> Running in 111197e9178c 18:07:34 Removing intermediate container 3d25df78fb95 18:07:34 ---> 184feefc9ec2 18:07:34 Step 31/34 : CMD ["gate"] 18:07:34 ---> Running in 66629d68a58f 18:07:35 Removing intermediate container 66629d68a58f 18:07:35 ---> 7fa8ebb07e1d 18:07:35 Step 32/34 : LABEL arch=arm64 18:07:35 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 18:07:36 ---> Running in 039adb084e4f 18:07:36 Removing intermediate container 039adb084e4f 18:07:36 ---> 05f22b747127 18:07:36 Step 33/34 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 18:07:37 ---> Running in f2c3c7758f87 18:07:38 Removing intermediate container f2c3c7758f87 18:07:38 ---> b548092a903d 18:07:38 Step 34/34 : LABEL version=0.0.0 18:07:39 ---> Running in 6079dcbe55cc 18:07:39 Removing intermediate container 6079dcbe55cc 18:07:39 ---> b866234c6baf 18:07:39 18:07:40 Successfully built b866234c6baf 18:07:40 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:08:27  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:08:42 Removing intermediate container c9ffd2725a53 18:08:42 ---> bb4b686ab998 18:08:42 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:08:42 Removing intermediate container d6c567ed728c 18:08:42 ---> 276d6846cf70 18:08:42 18:08:42 Step 10/21 : FROM alpine:3.12 18:08:42 ---> afeebe901d6b 18:08:42 Step 11/21 : RUN apk add --update --no-cache curl 18:08:42 ---> Running in badcdbd0d596 18:08:42 ---> Running in cfc3e4108c3c 18:08:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:08:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:08:44 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 18:08:45 (1/4) Installing ca-certificates (20191127-r4) 18:08:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:08:45 (3/4) Installing libcurl (7.69.1-r3) 18:08:45 (4/4) Installing curl (7.69.1-r3) 18:08:45 Executing busybox-1.31.1-r19.trigger 18:08:45 Executing ca-certificates-20191127-r4.trigger 18:08:45 OK: 7 MiB in 18 packages 18:08:48 Removing intermediate container cfc3e4108c3c 18:08:48 ---> 599c9bd1d00d 18:08:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:08:48 ---> Running in 7c2f37993786 18:08:49 Removing intermediate container 7c2f37993786 18:08:49 ---> b6ad7e3351da 18:08:49 Step 13/21 : WORKDIR /edgex 18:08:49 ---> Running in 409c09ae4400 18:08:49 Removing intermediate container badcdbd0d596 18:08:49 ---> 870a116be378 18:08:49 18:08:49 Step 11/26 : FROM docker:20.10.0 18:08:50 20.10.0: Pulling from library/docker 18:08:51 Removing intermediate container 409c09ae4400 18:08:51 ---> d456150f0734 18:08:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:08:52 ---> 33d30e643b1a 18:08:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:08:52 Removing intermediate container 111197e9178c 18:08:52 ---> b70e46a50ef5 18:08:52 18:08:52 Step 10/23 : FROM alpine:3.12 18:08:52 ---> afeebe901d6b 18:08:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:08:52 ---> Using cache 18:08:52 ---> 760b31753b03 18:08:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:08:52 ---> Using cache 18:08:52 ---> e1df9e7a492e 18:08:52 Step 13/23 : ENV APP_PORT=48082 18:08:53 ---> Running in 4dbef36fca70 18:08:54 Removing intermediate container 4dbef36fca70 18:08:54 ---> 528c073aa04e 18:08:54 Step 14/23 : EXPOSE $APP_PORT 18:08:55 ---> 52fcaca7f60c 18:08:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:08:55 ---> Running in d05a3eb57633 18:08:56 Removing intermediate container d05a3eb57633 18:08:56 ---> 4edd4324c581 18:08:56 Step 15/23 : WORKDIR / 18:08:57 ---> Running in 28fea7fd2be4 18:08:57 ---> 3639460f05c8 18:08:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:08:57 ---> Running in 819a9590b11a 18:08:58 Removing intermediate container 28fea7fd2be4 18:08:58 ---> ed1add01650a 18:08:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:08:58 Removing intermediate container 819a9590b11a 18:08:58 ---> eabc24b9377c 18:08:58 Step 18/21 : CMD ["--init=true"] 18:08:59 ---> Running in f1f2e57029cd 18:08:59 Removing intermediate container 8d87ec19f04f 18:08:59 ---> 5476855bcc80 18:08:59 18:08:59 Step 10/23 : FROM alpine:3.12 18:08:59 ---> afeebe901d6b 18:08:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:08:59 ---> Using cache 18:08:59 ---> 760b31753b03 18:08:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:08:59 ---> Using cache 18:08:59 ---> e1df9e7a492e 18:08:59 Step 13/23 : ENV APP_PORT=48081 18:08:59 ---> b47558fc26d0 18:08:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:08:59 ---> Running in c70a017fe611 18:09:00 Removing intermediate container f1f2e57029cd 18:09:00 ---> f640e1558a19 18:09:00 Step 19/21 : LABEL arch=arm64 18:09:00 ---> Running in ef79bd990136 18:09:00 Removing intermediate container c70a017fe611 18:09:00 ---> d9d5be2a3024 18:09:00 Step 14/23 : EXPOSE $APP_PORT 18:09:01 ---> Running in 48c6737ae6bd 18:09:01 ---> 5eda028a3e7b 18:09:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:09:01 Removing intermediate container ef79bd990136 18:09:01 ---> 6e26dc56a0af 18:09:01 Step 20/21 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 18:09:01 ---> Running in 807d970cf77e 18:09:02 Removing intermediate container 48c6737ae6bd 18:09:02 ---> 49058e923d1d 18:09:02 Step 15/23 : WORKDIR / 18:09:02 ---> Running in a4bf6f0a6f0a 18:09:02 Removing intermediate container 807d970cf77e 18:09:02 ---> b71e3e0907a0 18:09:02 Step 21/21 : LABEL version=0.0.0 18:09:02 ---> b56233244f6f 18:09:02 Step 19/23 : ENTRYPOINT ["/core-command"] 18:09:02 ---> Running in f26b6e82af3d 18:09:02 ---> Running in 994cc4bddede 18:09:02 Removing intermediate container a4bf6f0a6f0a 18:09:02 ---> 7723bf2624db 18:09:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:09:02 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:09:02 Status: Downloaded newer image for docker:20.10.0 18:09:02 ---> eeaf43b92773 18:09:02 Step 12/26 : RUN apk add --no-cache bash 18:09:03 ---> Running in 8025d419e7be 18:09:03 Removing intermediate container 994cc4bddede 18:09:03 ---> bde11ace7c37 18:09:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:09:03 Removing intermediate container f26b6e82af3d 18:09:03 ---> 7c9dabf4a4c8 18:09:03 18:09:03 ---> Running in 5b8b4d020ac2 18:09:03 ---> 0af002ebad38 18:09:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:09:04 Successfully built 7c9dabf4a4c8 18:09:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:09:04  Building docker-security-proxy-setup-go ... done Removing intermediate container 5b8b4d020ac2 18:09:04 ---> 21ddac2082f4 18:09:04 Step 21/23 : LABEL arch=arm64 18:09:04 ---> Running in 93c2cdafa602 18:09:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:05 Removing intermediate container 93c2cdafa602 18:09:05 ---> 10cbbdfde4c2 18:09:05 Step 22/23 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 18:09:05 ---> d4e167eee2c1 18:09:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:09:05 (1/2) Installing readline (8.0.4-r0) 18:09:05 (2/2) Installing bash (5.0.17-r0) 18:09:05 ---> Running in f0272f829b50 18:09:05 Executing bash-5.0.17-r0.post-install 18:09:05 Executing busybox-1.31.1-r19.trigger 18:09:05 OK: 12 MiB in 22 packages 18:09:06 Removing intermediate container f0272f829b50 18:09:06 ---> 78edf2f0ef22 18:09:06 Step 23/23 : LABEL version=0.0.0 18:09:06 ---> Running in a0ef50c3ea75 18:09:06 ---> cb8552411c8c 18:09:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:09:06 ---> Running in fa0931496042 18:09:06 Removing intermediate container a0ef50c3ea75 18:09:06 ---> 7c201aedafb2 18:09:06 18:09:06 Removing intermediate container fa0931496042 18:09:06 ---> f1e87b67bb63 18:09:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:09:06 Removing intermediate container 8025d419e7be 18:09:06 ---> 807dab7780f1 18:09:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:09:07 Successfully built 7c201aedafb2 18:09:07 Successfully tagged docker-core-command-go-arm64:latest 18:09:07  Building docker-core-command-go ... done  ---> Running in 0c57e582074a 18:09:07 ---> Running in 9be53326e917 18:09:07 Removing intermediate container 0c57e582074a 18:09:07 ---> 2a1fc295012d 18:09:07 Step 14/26 : ENV APP_PORT=48090 18:09:07 Removing intermediate container 9be53326e917 18:09:07 ---> 4051769a0320 18:09:07 Step 21/23 : LABEL arch=arm64 18:09:07 ---> Running in 206e8378b16f 18:09:08 ---> Running in 6ade8665bdea 18:09:08 Removing intermediate container 206e8378b16f 18:09:08 ---> 57c37a7b282a 18:09:08 Step 15/26 : EXPOSE $APP_PORT 18:09:08 Removing intermediate container 6ade8665bdea 18:09:08 ---> dda1d5b018ff 18:09:08 Step 22/23 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 18:09:08 ---> Running in 9bf1ab68f827 18:09:08 ---> Running in 37f85797fc85 18:09:08 Removing intermediate container 9bf1ab68f827 18:09:08 ---> 3ff29687d38d 18:09:08 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:09:09 Removing intermediate container 37f85797fc85 18:09:09 ---> 25aae667c026 18:09:09 Step 23/23 : LABEL version=0.0.0 18:09:09 ---> Running in 79607e4a2384 18:09:09 Removing intermediate container 79607e4a2384 18:09:09 ---> ddf083844128 18:09:09 18:09:10 ---> 7c494a15236e 18:09:10 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:09:10 Successfully built ddf083844128 18:09:10 Successfully tagged docker-core-metadata-go-arm64:latest 18:09:11  Building docker-core-metadata-go ... done  ---> b00b2052b75a 18:09:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:09:12 ---> 2dd5df2e2f50 18:09:12 Step 19/26 : RUN apk --no-cache add py3-pip 18:09:12 ---> Running in ffa535bf838d 18:09:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:13 (1/33) Installing libbz2 (1.0.8-r1) 18:09:13 (2/33) Installing expat (2.2.9-r1) 18:09:13 (3/33) Installing libffi (3.3-r2) 18:09:13 (4/33) Installing gdbm (1.13-r1) 18:09:13 (5/33) Installing xz-libs (5.2.5-r0) 18:09:13 (6/33) Installing sqlite-libs (3.32.1-r0) 18:09:13 (7/33) Installing python3 (3.8.5-r0) 18:09:15 (8/33) Installing py3-appdirs (1.4.4-r1) 18:09:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:09:15 (10/33) Installing py3-parsing (2.4.7-r0) 18:09:15 (11/33) Installing py3-six (1.15.0-r0) 18:09:15 (12/33) Installing py3-packaging (20.4-r0) 18:09:15 (13/33) Installing py3-setuptools (47.0.0-r0) 18:09:15 (14/33) Installing py3-chardet (3.0.4-r4) 18:09:15 (15/33) Installing py3-idna (2.9-r0) 18:09:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:09:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:09:15 (18/33) Installing py3-requests (2.23.0-r0) 18:09:15 (19/33) Installing py3-msgpack (1.0.0-r0) 18:09:15 (20/33) Installing py3-lockfile (0.12.2-r3) 18:09:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:09:15 (22/33) Installing py3-colorama (0.4.3-r0) 18:09:16 (23/33) Installing py3-distlib (0.3.0-r0) 18:09:16 (24/33) Installing py3-distro (1.5.0-r1) 18:09:16 (25/33) Installing py3-webencodings (0.5.1-r3) 18:09:16 (26/33) Installing py3-html5lib (1.0.1-r4) 18:09:16 (27/33) Installing py3-pytoml (0.1.21-r0) 18:09:16 (28/33) Installing py3-pep517 (0.8.2-r0) 18:09:16 (29/33) Installing py3-progress (1.5-r0) 18:09:16 (30/33) Installing py3-toml (0.10.1-r0) 18:09:16 (31/33) Installing py3-retrying (1.3.3-r0) 18:09:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:09:16 (33/33) Installing py3-pip (20.1.1-r0) 18:09:16 Executing busybox-1.31.1-r19.trigger 18:09:16 OK: 71 MiB in 55 packages 18:09:23 Removing intermediate container ffa535bf838d 18:09:23 ---> 5e5d8122408c 18:09:23 Step 20/26 : RUN pip install docker-compose==1.23.2 18:09:23 ---> Running in fa398577c649 18:09:28 Collecting docker-compose==1.23.2 18:09:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:09:29 Collecting PyYAML<4,>=3.10 18:09:29 Downloading PyYAML-3.13.tar.gz (270 kB) 18:09:32 Collecting texttable<0.10,>=0.9.0 18:09:32 Downloading texttable-0.9.1.tar.gz (11 kB) 18:09:33 Collecting dockerpty<0.5,>=0.4.1 18:09:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:09:35 Collecting websocket-client<1.0,>=0.32.0 18:09:35 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:09:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:09:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:09:37 Collecting docker<4.0,>=3.6.0 18:09:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:09:38 Collecting jsonschema<3,>=2.5.1 18:09:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:09:38 Collecting docopt<0.7,>=0.6.1 18:09:38 Downloading docopt-0.6.2.tar.gz (25 kB) 18:09:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:09:40 Collecting cached-property<2,>=1.2.0 18:09:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:09:40 Collecting idna<2.8,>=2.5 18:09:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:09:41 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) 18:09:41 Collecting urllib3<1.25,>=1.21.1 18:09:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:09:41 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) 18:09:42 Collecting docker-pycreds>=0.4.0 18:09:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:09:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:09:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:09:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:09:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:09:43 Installing collected packages: PyYAML, texttable, dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, docopt, cached-property, docker-compose 18:09:43 Running setup.py install for PyYAML: started 18:09:44 Running setup.py install for PyYAML: finished with status 'done' 18:09:44 Running setup.py install for texttable: started 18:09:46 Running setup.py install for texttable: finished with status 'done' 18:09:46 Running setup.py install for dockerpty: started 18:09:48 Running setup.py install for dockerpty: finished with status 'done' 18:09:49 Attempting uninstall: idna 18:09:49 Found existing installation: idna 2.9 18:09:49 Uninstalling idna-2.9: 18:09:49 Successfully uninstalled idna-2.9 18:09:49 Attempting uninstall: urllib3 18:09:49 Found existing installation: urllib3 1.25.9 18:09:49 Uninstalling urllib3-1.25.9: 18:09:49 Successfully uninstalled urllib3-1.25.9 18:09:50 Attempting uninstall: requests 18:09:50 Found existing installation: requests 2.23.0 18:09:50 Uninstalling requests-2.23.0: 18:09:50 Successfully uninstalled requests-2.23.0 18:09:51 Running setup.py install for docopt: started 18:09:53 Running setup.py install for docopt: finished with status 'done' 18:09:54 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 18:09:57 Removing intermediate container fa398577c649 18:09:57 ---> 7d92839b5833 18:09:57 Step 21/26 : RUN apk --no-cache add curl 18:09:57 ---> Running in bb25c5be02d2 18:09:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:09:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:09:59 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:09:59 (2/3) Installing libcurl (7.69.1-r3) 18:09:59 (3/3) Installing curl (7.69.1-r3) 18:09:59 Executing busybox-1.31.1-r19.trigger 18:09:59 OK: 71 MiB in 58 packages 18:10:00 Removing intermediate container bb25c5be02d2 18:10:00 ---> b5fc094e3be9 18:10:00 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:10:01 ---> Running in 30c4968bb1f4 18:10:01 Removing intermediate container 30c4968bb1f4 18:10:01 ---> fba4f8f9dd5f 18:10:01 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:10:01 ---> Running in 0e2f0e21f1a4 18:10:02 Removing intermediate container 0e2f0e21f1a4 18:10:02 ---> 9c1b9f4293ea 18:10:02 Step 24/26 : LABEL arch=arm64 18:10:02 ---> Running in cdf8a7d542fe 18:10:02 Removing intermediate container cdf8a7d542fe 18:10:02 ---> 6cc5d46ccf1c 18:10:02 Step 25/26 : LABEL git_sha=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 18:10:02 ---> Running in 78cc66bf0143 18:10:03 Removing intermediate container 78cc66bf0143 18:10:03 ---> a7b434eee83d 18:10:03 Step 26/26 : LABEL version=0.0.0 18:10:03 ---> Running in 1d53391b4ada 18:10:03 Removing intermediate container 1d53391b4ada 18:10:03 ---> f6ec8349c944 18:10:03 18:10:04 Successfully built f6ec8349c944 18:10:04 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:10:04  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:10:04 $ docker stop --time=1 369c503ec1770a5166885b04399525000b82cb8f4d16fedcaa451624345267db 18:10:06 $ docker rm -f 369c503ec1770a5166885b04399525000b82cb8f4d16fedcaa451624345267db [Pipeline] // withDockerContainer [Pipeline] sh 18:10:07 + docker images 18:10:07 + grep docker 18:10:07 docker-sys-mgmt-agent-go-arm64 latest f6ec8349c944 4 seconds ago 300MB 18:10:07 docker-core-metadata-go-arm64 latest ddf083844128 58 seconds ago 17.7MB 18:10:07 docker-core-command-go-arm64 latest 7c201aedafb2 About a minute ago 15.4MB 18:10:07 docker-security-proxy-setup-go-arm64 latest 7c9dabf4a4c8 About a minute ago 23.2MB 18:10:07 docker-security-bootstrapper-go-arm64 latest b866234c6baf 2 minutes ago 31.9MB 18:10:07 docker-core-data-go-arm64 latest 55a102495228 3 minutes ago 21MB 18:10:07 docker-security-secretstore-setup-go-arm64 latest 2b8bbceed49d 4 minutes ago 23.4MB 18:10:07 docker-support-scheduler-go-arm64 latest b77d63f0ecd0 4 minutes ago 15.5MB 18:10:07 docker-support-notifications-go-arm64 latest f921ec2e1aa8 4 minutes ago 16MB 18:10:07 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 18:10:09 provisioning config files... 18:10:09 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config3665947807309912362tmp [Pipeline] { [Pipeline] sh 18:10:09 + set +x 18:10:09 + curl -s https://codecov.io/bash 18:10:09 + bash -s -- 18:10:09 18:10:09 _____ _ 18:10:09 / ____| | | 18:10:09 | | ___ __| | ___ ___ _____ __ 18:10:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:10:09 | |___| (_) | (_| | __/ (_| (_) \ V / 18:10:09 \_____\___/ \__,_|\___|\___\___/ \_/ 18:10:09 Bash-20210115-cec3c92 18:10:09 18:10:09 18:10:09 ==> git version 2.24.3 found 18:10:09 ==> 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 18:10:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:10:09 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:10:09 ==> Jenkins CI detected. 18:10:09 project root: . 18:10:09 --> token set from env 18:10:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:10:09 ==> Running gcov in . (disable via -X gcov) 18:10:09 ==> Python coveragepy not found 18:10:09 ==> Searching for coverage reports in: 18:10:09 + . 18:10:09 -> Found 1 reports 18:10:09 ==> Detecting git/mercurial file structure 18:10:09 ==> Reading reports 18:10:09 + ./coverage.out bytes=564700 18:10:09 ==> Appending adjustments 18:10:09 https://docs.codecov.io/docs/fixing-reports 18:10:13 + Found adjustments 18:10:13 ==> Gzipping contents 18:10:13 84K /tmp/codecov.mX89e1.gz 18:10:13 ==> Uploading reports 18:10:13 url: https://codecov.io 18:10:13 query: branch=PR-3091&commit=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3091%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3091&job=&cmd_args= 18:10:13 -> Pinging Codecov 18:10:13 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3091&commit=0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3091%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3091&job=&cmd_args= 18:10:16 -> Uploading to 18:10:16 https://storage.googleapis.com/codecov/v4/raw/2021-01-27/00271124DB129430A58F1EEE437C3FCB/0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3/ca63e237-29d0-4613-9fe2-64941b89df46.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T181015Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0307097d263b8bc2d38149a065bc578da561e30369b5fd38671ba96e3d4df82f 18:10:16 % Total % Received % Xferd Average Speed Time Time Time Current 18:10:16 Dload Upload Total Spent Left Speed 18:10:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85463 0 0 100 85463 0 161k --:--:-- --:--:-- --:--:-- 162k 18:10:16 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0aef5264c4d77bc6bd3eccb0b773b599cc5dc0d3 [Pipeline] } 18:10:16 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 18:10:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:10:19 ---> package-listing.sh 18:10:19 ++ facter osfamily 18:10:19 ++ tr '[:upper:]' '[:lower:]' 18:10:19 + OS_FAMILY=redhat 18:10:19 + workspace=/w/workspace/edgex-go/2 18:10:19 + START_PACKAGES=/tmp/packages_start.txt 18:10:19 + END_PACKAGES=/tmp/packages_end.txt 18:10:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:10:19 + PACKAGES=/tmp/packages_start.txt 18:10:19 + '[' /w/workspace/edgex-go/2 ']' 18:10:19 + PACKAGES=/tmp/packages_end.txt 18:10:19 + case "${OS_FAMILY}" in 18:10:19 + rpm -qa 18:10:19 + sort 18:10:24 + '[' -f /tmp/packages_start.txt ']' 18:10:24 + '[' -f /tmp/packages_end.txt ']' 18:10:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:10:24 + '[' /w/workspace/edgex-go/2 ']' 18:10:24 + mkdir -p /w/workspace/edgex-go/2/archives/ 18:10:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 18:10:24 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:10:25 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:10:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:10:25 18:10:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:10:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:10:25 alpine: Pulling from edgex-lftools-log-publisher 18:10:25 df20fa9351a1: Pulling fs layer 18:10:25 36b3adc4ff6f: Pulling fs layer 18:10:25 8ad3a11d3b57: Pulling fs layer 18:10:25 46f8f816bc3b: Pulling fs layer 18:10:25 93b61091891f: Pulling fs layer 18:10:25 93b9cdb0e59b: Pulling fs layer 18:10:25 5e14af77c1be: Pulling fs layer 18:10:25 01666e4c0597: Pulling fs layer 18:10:25 aa168da1d23b: Pulling fs layer 18:10:25 46f8f816bc3b: Waiting 18:10:25 93b61091891f: Waiting 18:10:25 5e14af77c1be: Waiting 18:10:25 01666e4c0597: Waiting 18:10:25 93b9cdb0e59b: Waiting 18:10:25 aa168da1d23b: Waiting 18:10:25 36b3adc4ff6f: Verifying Checksum 18:10:25 36b3adc4ff6f: Download complete 18:10:26 46f8f816bc3b: Verifying Checksum 18:10:26 46f8f816bc3b: Download complete 18:10:26 df20fa9351a1: Verifying Checksum 18:10:26 df20fa9351a1: Download complete 18:10:26 93b9cdb0e59b: Verifying Checksum 18:10:26 93b9cdb0e59b: Download complete 18:10:26 93b61091891f: Verifying Checksum 18:10:26 93b61091891f: Download complete 18:10:26 5e14af77c1be: Verifying Checksum 18:10:26 5e14af77c1be: Download complete 18:10:26 01666e4c0597: Verifying Checksum 18:10:26 01666e4c0597: Download complete 18:10:26 df20fa9351a1: Pull complete 18:10:26 8ad3a11d3b57: Verifying Checksum 18:10:26 8ad3a11d3b57: Download complete 18:10:26 36b3adc4ff6f: Pull complete 18:10:28 aa168da1d23b: Verifying Checksum 18:10:28 aa168da1d23b: Download complete 18:10:29 8ad3a11d3b57: Pull complete 18:10:30 46f8f816bc3b: Pull complete 18:10:30 93b61091891f: Pull complete 18:10:30 93b9cdb0e59b: Pull complete 18:10:30 5e14af77c1be: Pull complete 18:10:31 01666e4c0597: Pull complete 18:10:41 aa168da1d23b: Pull complete 18:10:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:10:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:10:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:10:41 prd-centos7-docker-4c-2g-23417 does not seem to be running inside a container 18:10:41 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:10:46 $ docker top c2690524d94a1280d78bb1ee5c60debcac8886fca6274eda24b8dfa38f6cc8c2 -eo pid,comm [Pipeline] { [Pipeline] sh 18:10:47 + touch /tmp/pre-build-complete [Pipeline] sh 18:10:47 + mkdir -p /var/log/sa [Pipeline] sh 18:10:47 + ls /var/log/sa-host 18:10:47 + sadf -c /var/log/sa-host/sa23 18:10:47 file_magic: OK 18:10:47 HZ: Using current value: 100 18:10:47 file_header: OK 18:10:47 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 18:10:47 Statistics: 18:10:47 Hnuu...uuuununununu... 18:10:47 File successfully converted to sysstat format version 12.2.1 18:10:47 + sadf -c /var/log/sa-host/sa27 18:10:47 file_magic: OK 18:10:47 HZ: Using current value: 100 18:10:47 file_header: OK 18:10:47 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 18:10:47 Statistics: 18:10:47 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... 18:10:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:10:47 provisioning config files... 18:10:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6658997085590095754tmp [Pipeline] { [Pipeline] echo 18:10:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:10:48 ---> create-netrc.sh [Pipeline] } 18:10:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:10:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:10:48 ---> python-tools-install.sh [Pipeline] echo 18:10:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:10:49 ---> sudo-logs.sh 18:10:49 Archiving 'sudo' log.. [Pipeline] echo 18:10:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:10:49 ---> job-cost.sh 18:10:49 lf-activate-venv: SKIPPING 18:10:49 INFO: No Stack... 18:10:51 INFO: Retrieving Pricing Info for: v1-standard-2 18:10:51 INFO: Archiving Costs [Pipeline] echo 18:10:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:10:52 ---> logs-deploy.sh 18:10:52 lf-activate-venv: SKIPPING 18:10:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3091/2 18:10:52 INFO: archiving workspace using pattern(s): 18:10:54 Archives upload complete. 18:10:54 INFO: archiving logs to Nexus