Pull request #3002 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5+7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c (7d346d6e8677190312cc87c788367de25b7dad66) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19971 in /w/workspace/edgexfoundry_edgex-go_PR-3002 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c into PR head commit f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 Merge succeeded, producing f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 Checking out Revision f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 (PR-3002) > 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/3002/head:refs/remotes/origin/PR-3002 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 # 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 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 # timeout=10 Commit message: "feat(data): Update to use single AddEventRequest DTO for AddEvent" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:30:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk b82b2a8bdd71fbc1008b258247741aff779605cf # timeout=10 15:30:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:30:05 ========================================================= 15:30:05 EdgeX Global Pipelines Version Info 15:30:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:30:07 ------------------- 15:30:07 stable info: 15:30:07 ------------------- 15:30:07 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:30:07 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 15:30:07 Message: update stable to v1.0.173 15:30:08 ------------------- 15:30:08 experimental info: 15:30:08 ------------------- 15:30:08 Commited By: **** collab-it+edgex@linuxfoundation.org 15:30:08 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 15:30:08 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:30:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:30:08 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:30:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:30:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:30:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:30:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:30:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:30:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:30:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:30:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:30:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:30:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:30:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:30:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:30:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:30:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:30:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:30:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:30:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:30:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:30:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:30:10 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:30:10 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:30:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3002 [Pipeline] echo 15:30:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3002 [Pipeline] echo 15:30:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3002 [Pipeline] echo 15:30:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 [Pipeline] echo 15:30:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f2181a9 [Pipeline] echo 15:30:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:30:11 provisioning config files... 15:30:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config7538722847560725600tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:30:11 ---> docker-login.sh 15:30:11 nexus3.edgexfoundry.org:10001 15:30:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:12 Configure a credential helper to remove this warning. See 15:30:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:12 15:30:12 Login Succeeded 15:30:12 nexus3.edgexfoundry.org:10002 15:30:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:12 Configure a credential helper to remove this warning. See 15:30:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:12 15:30:12 Login Succeeded 15:30:12 nexus3.edgexfoundry.org:10003 15:30:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:12 Configure a credential helper to remove this warning. See 15:30:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:12 15:30:12 Login Succeeded 15:30:12 nexus3.edgexfoundry.org:10004 15:30:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:12 Configure a credential helper to remove this warning. See 15:30:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:12 15:30:12 Login Succeeded 15:30:12 docker.io 15:30:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:30:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:30:13 Configure a credential helper to remove this warning. See 15:30:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:30:13 15:30:13 Login Succeeded 15:30:13 ---> docker-login.sh ends [Pipeline] } 15:30:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:13 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:30:13 + for file in '`ls cmd/**/Dockerfile`' 15:30:13 ++ dirname cmd/core-command/Dockerfile 15:30:13 ++ cut -d/ -f2 15:30:13 + echo core-command,cmd/core-command/Dockerfile 15:30:13 + for file in '`ls cmd/**/Dockerfile`' 15:30:13 ++ dirname cmd/core-data/Dockerfile 15:30:13 ++ cut -d/ -f2 15:30:13 + echo core-data,cmd/core-data/Dockerfile 15:30:13 + for file in '`ls cmd/**/Dockerfile`' 15:30:13 ++ dirname cmd/core-metadata/Dockerfile 15:30:13 ++ cut -d/ -f2 15:30:13 + echo core-metadata,cmd/core-metadata/Dockerfile 15:30:13 + for file in '`ls cmd/**/Dockerfile`' 15:30:13 ++ dirname cmd/security-bootstrap-redis/Dockerfile 15:30:13 ++ cut -d/ -f2 15:30:13 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 15:30:13 + for file in '`ls cmd/**/Dockerfile`' 15:30:13 ++ dirname cmd/security-proxy-setup/Dockerfile 15:30:13 ++ cut -d/ -f2 15:30:13 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:30:13 + for file in '`ls cmd/**/Dockerfile`' 15:30:13 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:30:13 ++ cut -d/ -f2 15:30:13 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:30:13 + for file in '`ls cmd/**/Dockerfile`' 15:30:13 ++ dirname cmd/support-notifications/Dockerfile 15:30:13 ++ cut -d/ -f2 15:30:13 + echo support-notifications,cmd/support-notifications/Dockerfile 15:30:13 + for file in '`ls cmd/**/Dockerfile`' 15:30:13 ++ dirname cmd/support-scheduler/Dockerfile 15:30:13 ++ cut -d/ -f2 15:30:13 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:30:13 + for file in '`ls cmd/**/Dockerfile`' 15:30:13 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:30:13 ++ cut -d/ -f2 15:30:13 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:30:13 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 15:30:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:30:15 15:30:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:30:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:30:15 latest: Pulling from edgex-devops/git-semver 15:30:15 31603596830f: Pulling fs layer 15:30:15 2a8b12db71e7: Pulling fs layer 15:30:15 6ca5941a6612: Pulling fs layer 15:30:15 ecc8261a40a4: Pulling fs layer 15:30:15 ecc8261a40a4: Waiting 15:30:15 2a8b12db71e7: Verifying Checksum 15:30:15 2a8b12db71e7: Download complete 15:30:16 31603596830f: Verifying Checksum 15:30:16 31603596830f: Download complete 15:30:16 ecc8261a40a4: Verifying Checksum 15:30:16 ecc8261a40a4: Download complete 15:30:16 6ca5941a6612: Verifying Checksum 15:30:16 6ca5941a6612: Download complete 15:30:16 31603596830f: Pull complete 15:30:16 2a8b12db71e7: Pull complete 15:30:17 6ca5941a6612: Pull complete 15:30:17 ecc8261a40a4: Pull complete 15:30:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:30:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:30:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:30:17 prd-centos7-docker-4c-2g-19971 does not seem to be running inside a container 15:30:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:30:20 $ docker top 4b735c7b391fac5d75d0be600a4d9ed7d53bd9b7c0ad4dddc20d7326c3ff804e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:30:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:20 [ssh-agent] Looking for ssh-agent implementation... 15:30:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:21 $ docker exec 4b735c7b391fac5d75d0be600a4d9ed7d53bd9b7c0ad4dddc20d7326c3ff804e ssh-agent 15:30:21 SSH_AUTH_SOCK=/tmp/ssh-1X1sd5JinatX/agent.12 15:30:21 SSH_AGENT_PID=18 15:30:21 Running ssh-add (command line suppressed) 15:30:21 Identity added: /w/workspace/edgex-go/10@tmp/private_key_3410063503061159345.key (/w/workspace/edgex-go/10@tmp/private_key_3410063503061159345.key) 15:30:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:21 + git tag --points-at HEAD [Pipeline] } 15:30:21 $ docker exec --env ******** --env ******** 4b735c7b391fac5d75d0be600a4d9ed7d53bd9b7c0ad4dddc20d7326c3ff804e ssh-agent -k 15:30:21 unset SSH_AUTH_SOCK; 15:30:21 unset SSH_AGENT_PID; 15:30:21 echo Agent pid 18 killed; 15:30:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:30:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:30:22 [ssh-agent] Looking for ssh-agent implementation... 15:30:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:30:22 $ docker exec 4b735c7b391fac5d75d0be600a4d9ed7d53bd9b7c0ad4dddc20d7326c3ff804e ssh-agent 15:30:22 SSH_AUTH_SOCK=/tmp/ssh-1wziHQmdvYAS/agent.46 15:30:22 SSH_AGENT_PID=51 15:30:22 Running ssh-add (command line suppressed) 15:30:22 Identity added: /w/workspace/edgex-go/10@tmp/private_key_8811738604181057116.key (/w/workspace/edgex-go/10@tmp/private_key_8811738604181057116.key) 15:30:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:30:22 + git semver init 15:30:22 # -> Open(): unable to determine branch for HEAD 15:30:22 # $GIT_DIR = /w/workspace/edgex-go/10/.git 15:30:22 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 15:30:22 # $SEMVER_REMOTE_NAME = origin 15:30:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:30:22 # $SEMVER_USER_NAME = edgex-jenkins 15:30:22 # $SEMVER_BRANCH = PR-3002 15:30:22 # $SEMVER_TEMP = /tmp/semver-790222522 15:30:22 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:30:41 # '/tmp/semver-790222522' -> '/w/workspace/edgex-go/10/.semver' 15:30:41 # -> Force: false 15:30:41 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 15:30:41 $ docker exec --env ******** --env ******** 4b735c7b391fac5d75d0be600a4d9ed7d53bd9b7c0ad4dddc20d7326c3ff804e ssh-agent -k 15:30:42 unset SSH_AUTH_SOCK; 15:30:42 unset SSH_AGENT_PID; 15:30:42 echo Agent pid 51 killed; 15:30:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:30:42 + git semver [Pipeline] } 15:30:42 $ docker stop --time=1 4b735c7b391fac5d75d0be600a4d9ed7d53bd9b7c0ad4dddc20d7326c3ff804e 15:30:44 $ docker rm -f 4b735c7b391fac5d75d0be600a4d9ed7d53bd9b7c0ad4dddc20d7326c3ff804e [Pipeline] // withDockerContainer [Pipeline] sh 15:30:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:30:45 Stashed 1 file(s) [Pipeline] echo 15:30:45 [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 15:30:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:30:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:30:47 + sudo service docker restart 15:30:47 + true 15:30:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:30:47 ========================================================= 15:30:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:30:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:30:48 + 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 . 15:30:51 Sending build context to Docker daemon 326.5MB 15:30:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:30:51 Step 2/6 : FROM ${BASE} 15:30:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:30:51 188c0c94c7c5: Pulling fs layer 15:30:51 0ef7d3d256c8: Pulling fs layer 15:30:51 de9db76c5a1d: Pulling fs layer 15:30:51 bca2f99d35d6: Pulling fs layer 15:30:51 93359f2a8cfa: Pulling fs layer 15:30:51 7c6f9722023f: Pulling fs layer 15:30:51 a35cf1a2eb13: Pulling fs layer 15:30:51 bca2f99d35d6: Waiting 15:30:51 93359f2a8cfa: Waiting 15:30:51 7c6f9722023f: Waiting 15:30:51 a35cf1a2eb13: Waiting 15:30:51 de9db76c5a1d: Verifying Checksum 15:30:51 de9db76c5a1d: Download complete 15:30:51 0ef7d3d256c8: Download complete 15:30:51 93359f2a8cfa: Verifying Checksum 15:30:51 93359f2a8cfa: Download complete 15:30:52 7c6f9722023f: Download complete 15:30:52 188c0c94c7c5: Verifying Checksum 15:30:52 188c0c94c7c5: Download complete 15:30:52 188c0c94c7c5: Pull complete 15:30:52 0ef7d3d256c8: Pull complete 15:30:53 de9db76c5a1d: Pull complete 15:30:54 a35cf1a2eb13: Verifying Checksum 15:30:54 a35cf1a2eb13: Download complete 15:30:55 bca2f99d35d6: Verifying Checksum 15:30:55 bca2f99d35d6: Download complete 15:31:01 Still waiting to schedule task 15:31:01 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:31:01 bca2f99d35d6: Pull complete 15:31:01 93359f2a8cfa: Pull complete 15:31:01 7c6f9722023f: Pull complete 15:31:06 a35cf1a2eb13: Pull complete 15:31:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:31:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:31:06 ---> a62c8e92a672 15:31:06 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:31:06 ---> Running in 470662d6dcb1 15:31:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:31:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:31:08 (1/12) Installing libmagic (5.38-r0) 15:31:08 (2/12) Installing file (5.38-r0) 15:31:08 (3/12) Installing libc-dev (0.7.2-r3) 15:31:08 (4/12) Installing g++ (9.3.0-r2) 15:31:14 (5/12) Installing fortify-headers (1.1-r0) 15:31:14 (6/12) Installing patch (2.7.6-r6) 15:31:14 (7/12) Installing build-base (0.5-r2) 15:31:14 (8/12) Installing libsodium (1.0.18-r0) 15:31:14 (9/12) Installing pkgconf (1.7.2-r0) 15:31:14 (10/12) Installing libsodium-dev (1.0.18-r0) 15:31:14 (11/12) Installing libzmq (4.3.3-r0) 15:31:14 (12/12) Installing zeromq-dev (4.3.3-r0) 15:31:14 Executing busybox-1.31.1-r19.trigger 15:31:14 OK: 233 MiB in 51 packages 15:31:17 Removing intermediate container 470662d6dcb1 15:31:17 ---> b1a924059d11 15:31:17 Step 4/6 : WORKDIR /edgex-go 15:31:17 ---> Running in 7502c6fb4513 15:31:17 Removing intermediate container 7502c6fb4513 15:31:17 ---> a0d8bd4060da 15:31:17 Step 5/6 : COPY go.mod . 15:31:18 ---> 54cec2c93f44 15:31:18 Step 6/6 : RUN go mod download 15:31:18 ---> Running in 4c54b7b08d69 15:31:40 Removing intermediate container 4c54b7b08d69 15:31:40 ---> 88a813dee29d 15:31:40 Successfully built 88a813dee29d 15:31:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:31:40 + docker inspect -f . ci-base-image-x86_64 15:31:40 . [Pipeline] withDockerContainer 15:31:40 prd-centos7-docker-4c-2g-19971 does not seem to be running inside a container 15:31:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:31:41 $ docker top 87276dc9a6ebbafdc5bfa0b1c65ae6c7a300e50b388b4c04d1fe999f6a6b52c3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:31:42 + go version 15:31:42 go version go1.15.5 linux/amd64 [Pipeline] } 15:31:42 $ docker stop --time=1 87276dc9a6ebbafdc5bfa0b1c65ae6c7a300e50b388b4c04d1fe999f6a6b52c3 15:31:43 $ docker rm -f 87276dc9a6ebbafdc5bfa0b1c65ae6c7a300e50b388b4c04d1fe999f6a6b52c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:31:44 + docker inspect -f . ci-base-image-x86_64 15:31:44 . [Pipeline] withDockerContainer 15:31:44 prd-centos7-docker-4c-2g-19971 does not seem to be running inside a container 15:31:44 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:31:45 $ docker top 757fd994b2a2779ad264eff94f5e27380cfc69968cf19eb63f050d50b6759cc8 -eo pid,comm [Pipeline] { [Pipeline] echo 15:31:45 ========================================================= 15:31:45 [edgeXBuildGoParallel] Running Tests and Build... 15:31:45 ========================================================= [Pipeline] sh 15:31:46 + make test 15:31:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:31:56 ? github.com/edgexfoundry/edgex-go [no test files] 15:32:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:32:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:32:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:32:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:32:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:32:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:32:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:32:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:32:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:32:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:32:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:32:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:32:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:32:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.085s coverage: 46.6% of statements 15:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:32:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:32:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.0% of statements 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:32:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:32:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.031s coverage: 100.0% of statements 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:32:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.114s coverage: 67.9% of statements 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:32:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.118s coverage: 82.3% of statements 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:32:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:32:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.353s coverage: 28.6% of statements 15:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:32:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 15:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:32:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 15:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:32:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.230s coverage: 86.7% of statements 15:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:32:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements 15:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:32:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 15:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:32:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:32:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.342s coverage: 93.1% of statements 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:32:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:32:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 75.5% of statements 15:32:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements 15:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements 15:32:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.2% of statements 15:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.4% of statements 15:32:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 63.5% of statements 15:32:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:32:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 15:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements 15:32:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 15:32:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements 15:32:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.428s coverage: 55.9% of statements 15:32:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:32:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:32:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:32:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:32:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:32:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 37.0% of statements 15:32:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:32:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:32:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.408s coverage: 84.0% of statements 15:32:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 15:32:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements 15:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:32:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 15:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:32:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 15:32:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:32:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.802s coverage: 29.1% of statements 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:32:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:32:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:32:39 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:32:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:32:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.059s coverage: 87.9% of statements 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:32:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:32:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements 15:32:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 15:32:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 15:32:40 GO111MODULE=on go vet ./... 15:32:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19972 in /w/workspace/edgexfoundry_edgex-go_PR-3002 [Pipeline] { [Pipeline] ws 15:32:43 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 15:32:48 using credential edgex-jenkins-ssh 15:32:48 Cloning the remote Git repository 15:32:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:32:48 > git init /w/workspace/edgex-go/10 # timeout=10 15:32:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:32:48 > git --version # timeout=10 15:32:48 > git --version # 'git version 2.17.1' 15:32:48 using GIT_SSH to set credentials SSH Credentials for GitHub 15:32:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:33:02 gofmt -l . 15:33:03 [ "`gofmt -l .`" = "" ] 15:33:04 ./bin/test-go-mod-tidy.sh 15:33:04 ./bin/test-attribution-txt.sh [Pipeline] sh 15:33:05 Merging remotes/origin/master commit 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c into PR head commit f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:33:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:33:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:33:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:33:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:33:03 using GIT_SSH to set credentials SSH Credentials for GitHub 15:33:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3002/head:refs/remotes/origin/PR-3002 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:33:05 > git config core.sparsecheckout # timeout=10 15:33:05 > git checkout -f f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 # timeout=10 15:33:05 Merge succeeded, producing f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:33:05 Checking out Revision f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 (PR-3002) 15:33:05 + ls -al . 15:33:05 total 660 15:33:05 drwxrwxr-x 10 1001 1001 4096 Jan 13 15:33 . 15:33:05 drwxr-xr-x 4 root root 30 Jan 13 15:31 .. 15:33:05 -rw-rw-r-- 1 1001 1001 11 Jan 13 15:30 .dockerignore 15:33:05 drwxrwxr-x 8 1001 1001 179 Jan 13 15:30 .git 15:33:05 drwxrwxr-x 3 1001 1001 125 Jan 13 15:30 .github 15:33:05 -rw-rw-r-- 1 1001 1001 824 Jan 13 15:30 .gitignore 15:33:05 drwx------ 3 1001 1001 47 Jan 13 15:30 .semver 15:33:05 -rw-rw-r-- 1 1001 1001 166 Jan 13 15:30 .sonarcloud.properties 15:33:05 -rw-rw-r-- 1 1001 1001 7741 Jan 13 15:30 Attribution.txt 15:33:05 -rw-rw-r-- 1 1001 1001 3804 Jan 13 15:30 CONTRIBUTING.md 15:33:05 -rw-rw-r-- 1 1001 1001 931 Jan 13 15:30 Dockerfile.build 15:33:05 -rw-rw-r-- 1 1001 1001 863 Jan 13 15:30 Jenkinsfile 15:33:05 -rw-rw-r-- 1 1001 1001 10775 Jan 13 15:30 LICENSE 15:33:05 -rw-rw-r-- 1 1001 1001 5750 Jan 13 15:30 Makefile 15:33:05 -rw-rw-r-- 1 1001 1001 6524 Jan 13 15:30 README.md 15:33:05 -rw-rw-r-- 1 1001 1001 6744 Jan 13 15:30 SECURITY.md 15:33:05 -rw-rw-r-- 1 1001 1001 5 Jan 13 15:30 VERSION 15:33:05 -rw-rw-r-- 1 1001 1001 4131 Jan 13 15:30 ZMQWindows.md 15:33:05 drwxrwxr-x 2 1001 1001 117 Jan 13 15:30 bin 15:33:05 drwxrwxr-x 14 1001 1001 4096 Jan 13 15:30 cmd 15:33:05 -rw-r--r-- 1 root root 553305 Jan 13 15:32 coverage.out 15:33:05 -rw-r--r-- 1 root root 979 Jan 13 15:33 go.mod 15:33:05 -rw-r--r-- 1 root root 19036 Jan 13 15:33 go.sum 15:33:05 drwxrwxr-x 8 1001 1001 127 Jan 13 15:30 internal 15:33:05 drwxrwxr-x 4 1001 1001 26 Jan 13 15:30 openapi 15:33:05 drwxrwxr-x 4 1001 1001 71 Jan 13 15:30 snap 15:33:05 -rw-rw-r-- 1 1001 1001 168 Jan 13 15:30 version.go [Pipeline] sh 15:33:06 + '[' -e coverage.out ] 15:33:06 + chown 1001:1001 coverage.out [Pipeline] stash 15:33:06 Stashed 1 file(s) [Pipeline] sh 15:33:06 + make build 15:33:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:33:05 > git remote # timeout=10 15:33:05 > git config --get remote.origin.url # timeout=10 15:33:05 using GIT_SSH to set credentials SSH Credentials for GitHub 15:33:05 > git merge 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c # timeout=10 15:33:05 > git rev-parse HEAD^{commit} # timeout=10 15:33:05 > git config core.sparsecheckout # timeout=10 15:33:05 > git checkout -f f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 # timeout=10 15:33:10 Commit message: "feat(data): Update to use single AddEventRequest DTO for AddEvent" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:33:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:33:12 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 15:33:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:33:12 + true+ 15:33:12 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:33:15 provisioning config files... 15:33:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config1153647327602882304tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:33:15 ---> docker-login.sh 15:33:15 nexus3.edgexfoundry.org:10001 15:33:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:17 Configure a credential helper to remove this warning. See 15:33:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:17 15:33:17 Login Succeeded 15:33:17 nexus3.edgexfoundry.org:10002 15:33:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:17 Configure a credential helper to remove this warning. See 15:33:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:17 15:33:17 Login Succeeded 15:33:17 nexus3.edgexfoundry.org:10003 15:33:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:18 Configure a credential helper to remove this warning. See 15:33:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:18 15:33:18 Login Succeeded 15:33:18 nexus3.edgexfoundry.org:10004 15:33:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:18 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 15:33:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:18 Configure a credential helper to remove this warning. See 15:33:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:18 15:33:18 Login Succeeded 15:33:18 docker.io 15:33:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:33:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:33:19 Configure a credential helper to remove this warning. See 15:33:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:33:19 15:33:19 Login Succeeded 15:33:19 ---> docker-login.sh ends [Pipeline] } 15:33:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:33:20 ========================================================= 15:33:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:33:20 ========================================================= 15:33:20 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 [Pipeline] isUnix [Pipeline] sh 15:33:20 + 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 . 15:33:21 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 15:33:22 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 15:33:23 Sending build context to Docker daemon 165.6MB 15:33:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:33:23 Step 2/6 : FROM ${BASE} 15:33:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:33:23 5f621e34cdf4: Pulling fs layer 15:33:23 a4357932f1b6: Pulling fs layer 15:33:23 18c013af1878: Pulling fs layer 15:33:23 00ac8860ef70: Pulling fs layer 15:33:23 63d7cb157983: Pulling fs layer 15:33:23 b116817d02f9: Pulling fs layer 15:33:23 745a02a5169b: Pulling fs layer 15:33:23 00ac8860ef70: Waiting 15:33:23 63d7cb157983: Waiting 15:33:23 b116817d02f9: Waiting 15:33:23 745a02a5169b: Waiting 15:33:23 18c013af1878: Download complete 15:33:23 a4357932f1b6: Download complete 15:33:23 63d7cb157983: Download complete 15:33:23 5f621e34cdf4: Verifying Checksum 15:33:23 5f621e34cdf4: Download complete 15:33:23 b116817d02f9: Verifying Checksum 15:33:23 b116817d02f9: Download complete 15:33:23 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 15:33:23 5f621e34cdf4: Pull complete 15:33:24 a4357932f1b6: Pull complete 15:33:24 18c013af1878: Pull complete 15:33:24 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 15:33:25 745a02a5169b: Verifying Checksum 15:33:25 745a02a5169b: Download complete 15:33: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 15:33:27 00ac8860ef70: Verifying Checksum 15:33:27 00ac8860ef70: Download complete 15:33:27 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 15:33:28 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 15:33:29 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 [Pipeline] } 15:33:30 $ docker stop --time=1 757fd994b2a2779ad264eff94f5e27380cfc69968cf19eb63f050d50b6759cc8 15:33:32 $ docker rm -f 757fd994b2a2779ad264eff94f5e27380cfc69968cf19eb63f050d50b6759cc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:33:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:33:35 15:33:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:33:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:33:36 latest: Pulling from edgex-devops/edgex-compose 15:33:36 cbdbe7a5bc2a: Pulling fs layer 15:33:36 ca9280d653b3: Pulling fs layer 15:33:36 7e9c9ca2126c: Pulling fs layer 15:33:36 cbdbe7a5bc2a: Download complete 15:33:36 cbdbe7a5bc2a: Pull complete 15:33:36 ca9280d653b3: Verifying Checksum 15:33:36 ca9280d653b3: Download complete 15:33:37 00ac8860ef70: Pull complete 15:33:37 63d7cb157983: Pull complete 15:33:37 b116817d02f9: Pull complete 15:33:38 7e9c9ca2126c: Download complete 15:33:38 ca9280d653b3: Pull complete 15:33:42 745a02a5169b: Pull complete 15:33:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:33:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:33:42 ---> b7e6874047d6 15:33:42 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 15:33:44 7e9c9ca2126c: Pull complete 15:33:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:33:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:33:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:33:44 prd-centos7-docker-4c-2g-19971 does not seem to be running inside a container 15:33:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:33:45 ---> Running in 36607e27324f 15:33:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:33:46 $ docker top c15347e42c355a19730a1fdc78f7bbea6a726797f089200cbb30f6c1959961da -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:47 + docker-compose build --help 15:33:47 + grep parallel 15:33:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:33:47 (1/12) Installing libmagic (5.38-r0) 15:33:48 (2/12) Installing file (5.38-r0) 15:33:48 (3/12) Installing libc-dev (0.7.2-r3) 15:33:48 (4/12) Installing g++ (9.3.0-r2) 15:33:48 --parallel Build images in parallel. [Pipeline] } 15:33:48 $ docker stop --time=1 c15347e42c355a19730a1fdc78f7bbea6a726797f089200cbb30f6c1959961da 15:33:49 $ docker rm -f c15347e42c355a19730a1fdc78f7bbea6a726797f089200cbb30f6c1959961da [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:33:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:33:50 . [Pipeline] withDockerContainer 15:33:50 prd-centos7-docker-4c-2g-19971 does not seem to be running inside a container 15:33:50 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 15:33:51 $ docker top e12f9ce8f31738619f75a7c6a80dc0cce17762abf50f804d7a67f55d534c1864 -eo pid,comm [Pipeline] { [Pipeline] sh 15:33:51 + docker-compose -f ./docker-compose-build.yml build --parallel 15:33:52 Building docker-core-command-go ... 15:33:52 Building docker-core-data-go ... 15:33:52 Building docker-core-metadata-go ... 15:33:52 Building docker-security-bootstrap-redis-go ... 15:33:52 Building docker-security-proxy-setup-go ... 15:33:52 Building docker-security-secretstore-setup-go ... 15:33:52 Building docker-support-notifications-go ... 15:33:52 Building docker-support-scheduler-go ... 15:33:52 Building docker-sys-mgmt-agent-go ... 15:33:52 Building docker-core-data-go 15:33:52 Building docker-security-secretstore-setup-go 15:33:52 Building docker-support-notifications-go 15:33:52 Building docker-support-scheduler-go 15:33:52 Building docker-security-bootstrap-redis-go 15:33:53 (5/12) Installing fortify-headers (1.1-r0) 15:33:53 (6/12) Installing patch (2.7.6-r6) 15:33:53 (7/12) Installing build-base (0.5-r2) 15:33:53 (8/12) Installing libsodium (1.0.18-r0) 15:33:53 (9/12) Installing pkgconf (1.7.2-r0) 15:33:53 (10/12) Installing libsodium-dev (1.0.18-r0) 15:33:53 (11/12) Installing libzmq (4.3.3-r0) 15:33:53 (12/12) Installing zeromq-dev (4.3.3-r0) 15:33:53 Executing busybox-1.31.1-r19.trigger 15:33:53 OK: 217 MiB in 51 packages 15:33:58 Removing intermediate container 36607e27324f 15:33:58 ---> 936829ee3ea3 15:33:58 Step 4/6 : WORKDIR /edgex-go 15:33:58 ---> Running in 3728094e32f6 15:33:58 Removing intermediate container 3728094e32f6 15:33:58 ---> 4226702f6113 15:33:58 Step 5/6 : COPY go.mod . 15:33:58 ---> 3d2a8536fecd 15:33:58 Step 6/6 : RUN go mod download 15:33:59 ---> Running in 4b409282336c 15:34:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:34:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:34:25 ---> 88a813dee29d 15:34:25 Step 3/23 : WORKDIR /edgex-go 15:34:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:34:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:34:25 ---> 88a813dee29d 15:34:25 Step 3/22 : WORKDIR /edgex-go 15:34:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:34:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:34:25 ---> 88a813dee29d 15:34:25 Step 3/21 : WORKDIR /edgex-go 15:34:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:34:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:34:25 ---> 88a813dee29d 15:34:25 Step 3/24 : WORKDIR /edgex-go 15:34:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:34:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:34:25 ---> 88a813dee29d 15:34:25 Step 3/24 : WORKDIR /edgex-go 15:34:25 Removing intermediate container 4b409282336c 15:34:25 ---> c459d44723b2 15:34:25 Successfully built c459d44723b2 15:34:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:34:26 + docker inspect -f . ci-base-image-arm64 15:34:26 . [Pipeline] withDockerContainer 15:34:26 prd-ubuntu18.04-docker-arm64-4c-16g-19972 does not seem to be running inside a container 15:34:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:34:26 ---> Running in b16a9f89b6f8 15:34:26 ---> Running in e82dec0f7354 15:34:26 ---> Running in 85721ade8918 15:34:26 ---> Running in 4f176a9718e6 15:34:26 ---> Running in 2196bf248da4 15:34:27 Removing intermediate container 85721ade8918 15:34:27 ---> 9070e0409632 15:34:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:27 Removing intermediate container 4f176a9718e6 15:34:27 ---> 5efeebafc2b6 15:34:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:27 Removing intermediate container 2196bf248da4 15:34:27 ---> 71bb40b48a9b 15:34:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:27 Removing intermediate container e82dec0f7354 15:34:27 ---> 8733b90f45db 15:34:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:27 Removing intermediate container b16a9f89b6f8 15:34:27 ---> 2bc8a48a4c08 15:34:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:34:27 ---> Running in a98463734f2e 15:34:27 ---> Running in cae8e58dc1a6 15:34:27 ---> Running in 7a6cb1d5dc79 15:34:27 ---> Running in 7dc1f1a4e229 15:34:27 ---> Running in dbfa627eca57 15:34:28 $ docker top 1ca898a7e817fb1519eeaa78b8f7ad057eeacb0e2573a6e45a95d86f33eaae0f -eo pid,comm [Pipeline] { [Pipeline] sh 15:34:29 + go version 15:34:29 go version go1.15.5 linux/arm64 [Pipeline] } 15:34:29 $ docker stop --time=1 1ca898a7e817fb1519eeaa78b8f7ad057eeacb0e2573a6e45a95d86f33eaae0f 15:34:29 Removing intermediate container a98463734f2e 15:34:29 ---> 859e6cbfb3b5 15:34:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:34:29 Removing intermediate container cae8e58dc1a6 15:34:29 ---> 812e7d1fdfec 15:34:29 Step 5/21 : RUN apk add --update --no-cache make git 15:34:29 Removing intermediate container 7a6cb1d5dc79 15:34:29 ---> 4ed2a686f3a2 15:34:29 Step 5/24 : RUN apk add --update --no-cache make git 15:34:29 Removing intermediate container 7dc1f1a4e229 15:34:29 ---> 28af403bb8c1 15:34:29 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 15:34:29 ---> Running in 3af4fc7729cf 15:34:30 ---> Running in 8fcb274af1b0 15:34:30 ---> Running in 4ab439777168 15:34:30 ---> Running in 872b432c0f36 15:34:30 Removing intermediate container dbfa627eca57 15:34:30 ---> 136b0bf7ce31 15:34:30 Step 5/22 : RUN apk add --update --no-cache make git 15:34:30 ---> Running in 283d9ff52f01 15:34:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:31 $ docker rm -f 1ca898a7e817fb1519eeaa78b8f7ad057eeacb0e2573a6e45a95d86f33eaae0f 15:34:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:34:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 15:34:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:34:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 15:34:32 + docker inspect -f . ci-base-image-arm64 15:34:32 . [Pipeline] withDockerContainer 15:34:32 OK: 233 MiB in 51 packages 15:34:32 OK: 233 MiB in 51 packages 15:34:32 OK: 233 MiB in 51 packages 15:34:32 OK: 233 MiB in 51 packages 15:34:32 prd-ubuntu18.04-docker-arm64-4c-16g-19972 does not seem to be running inside a container 15:34:32 OK: 233 MiB in 51 packages 15:34:32 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:34:33 Removing intermediate container 8fcb274af1b0 15:34:33 ---> 64720963f2a3 15:34:33 Step 6/21 : COPY go.mod . 15:34:33 Removing intermediate container 872b432c0f36 15:34:33 ---> a6f7bfc7b564 15:34:33 Step 6/24 : COPY go.mod . 15:34:33 Removing intermediate container 4ab439777168 15:34:33 ---> 2b33db2143ab 15:34:33 Step 6/24 : COPY go.mod . 15:34:33 Removing intermediate container 283d9ff52f01 15:34:33 ---> 0ced9227dc2c 15:34:33 Step 6/22 : COPY go.mod . 15:34:33 Removing intermediate container 3af4fc7729cf 15:34:33 ---> 2f0733bf916b 15:34:33 Step 6/23 : COPY go.mod . 15:34:33 ---> 8dbcb929b336 15:34:33 Step 7/21 : RUN go mod download 15:34:33 ---> Running in 2d406c2f9744 15:34:34 ---> 4acd7f95ec57 15:34:34 Step 7/24 : RUN go mod download 15:34:34 $ docker top dd7ae1ad893d33263853505aced543d5049e8271b7b95ec4ff77a3f8ef77f4a2 -eo pid,comm 15:34:34 ---> 29e6f444e820 15:34:34 Step 7/24 : RUN go mod download 15:34:34 ---> Running in d5187e38e38f 15:34:34 ---> 18380b692eb3 15:34:34 Step 7/22 : RUN go mod download 15:34:34 ---> d1ae364a2b78 15:34:34 Step 7/23 : RUN go mod download [Pipeline] { [Pipeline] echo 15:34:34 ========================================================= 15:34:34 [edgeXBuildGoParallel] Running Tests and Build... 15:34:34 ========================================================= [Pipeline] sh 15:34:34 ---> Running in 28c88a3e6812 15:34:34 ---> Running in 1ec5c4a36b24 15:34:34 ---> Running in e1eb7ae10acc 15:34:35 + make test 15:34:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:34:37 Removing intermediate container 2d406c2f9744 15:34:37 ---> 3e3b2029fb61 15:34:37 Step 8/21 : COPY . . 15:34:37 Removing intermediate container 1ec5c4a36b24 15:34:37 ---> 4a8d31836c0e 15:34:37 Step 8/22 : COPY . . 15:34:37 Removing intermediate container 28c88a3e6812 15:34:37 ---> 4d2acf13ab32 15:34:37 Step 8/24 : COPY . . 15:34:37 Removing intermediate container d5187e38e38f 15:34:37 ---> c243de09c4c1 15:34:37 Step 8/24 : COPY . . 15:34:37 Removing intermediate container e1eb7ae10acc 15:34:37 ---> daa0c015f031 15:34:37 Step 8/23 : COPY . . 15:34:57 ? github.com/edgexfoundry/edgex-go [no test files] 15:35:16 ---> 23d1612aa3a4 15:35:16 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:35:16 ---> 69eafecf4f36 15:35:16 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:35:16 ---> 4b55e466efec 15:35:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:35:16 ---> e9b347ddb991 15:35:16 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 15:35:16 ---> Running in ece88d12897a 15:35:16 ---> Running in 71e757fd5d2f 15:35:16 ---> d339804da8cd 15:35:16 Step 9/23 : RUN make cmd/core-data/core-data 15:35:16 ---> Running in 22ff005ad401 15:35:16 ---> Running in 21037134ddef 15:35:16 ---> Running in 6d5c52b355e7 15:35:16 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 15:35: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 15:35:16 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 15:35: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 15:35:16 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 15:35:43 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 15:35:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:35:47 Removing intermediate container 22ff005ad401 15:35:47 ---> a04ac338cac5 15:35:47 15:35:47 Step 10/22 : FROM alpine:3.12 15:35:47 3.12: Pulling from library/alpine 15:35:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:35:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:35:49 Removing intermediate container 71e757fd5d2f 15:35:49 ---> b610ee0b278a 15:35:49 15:35:49 Step 10/21 : FROM scratch 15:35:49 ---> 15:35:49 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:35:49 Status: Downloaded newer image for alpine:3.12 15:35:49 ---> 389fef711851 15:35:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:35:49 Removing intermediate container ece88d12897a 15:35:49 ---> 2c2d96490198 15:35:49 15:35:49 Step 10/24 : FROM scratch 15:35:49 ---> 15:35:49 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:35:51 ---> Running in 97dc334394a6 15:35:51 ---> Running in 0232a02dc0e5 15:35:51 ---> Running in e7c80be6e78f 15:35:51 Removing intermediate container 21037134ddef 15:35:51 ---> e22b8fff4ad6 15:35:51 15:35:51 Step 10/24 : FROM alpine:3.12 15:35:51 ---> 389fef711851 15:35:51 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:35:51 Removing intermediate container 0232a02dc0e5 15:35:51 ---> 75f8015f3e65 15:35:51 Step 12/21 : ENV APP_PORT=48085 15:35:51 Removing intermediate container e7c80be6e78f 15:35:51 ---> 5a725df11c3b 15:35:51 Step 12/24 : ENV APP_PORT=48060 15:35:51 ---> Running in 5219134efca7 15:35:51 ---> Running in 0adcde0ce85a 15:35:51 ---> Running in 23c443b50362 15:35:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:52 Removing intermediate container 0adcde0ce85a 15:35:52 ---> 4844a40cf2b0 15:35:52 Step 13/21 : EXPOSE $APP_PORT 15:35:52 Removing intermediate container 23c443b50362 15:35:52 ---> dc850e6a2988 15:35:52 Step 13/24 : EXPOSE $APP_PORT 15:35:52 (1/5) Installing ca-certificates (20191127-r4) 15:35:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:35:52 (3/5) Installing libcurl (7.69.1-r3) 15:35:52 (4/5) Installing curl (7.69.1-r3) 15:35:52 (5/5) Installing dumb-init (1.2.2-r1) 15:35:52 Executing busybox-1.31.1-r19.trigger 15:35:52 Executing ca-certificates-20191127-r4.trigger 15:35:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:35:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:35:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:35:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:35:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:35:52 OK: 7 MiB in 19 packages 15:35:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:35:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:35:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:35:53 (1/5) Installing ca-certificates (20191127-r4) 15:35:53 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:35:53 (3/5) Installing libcurl (7.69.1-r3) 15:35:53 (4/5) Installing curl (7.69.1-r3) 15:35:53 (5/5) Installing dumb-init (1.2.2-r1) 15:35:53 Executing busybox-1.31.1-r19.trigger 15:35:53 Executing ca-certificates-20191127-r4.trigger 15:35:53 OK: 7 MiB in 19 packages 15:35:53 ---> Running in ce384eec7aba 15:35:53 ---> Running in 76c3d1f84e1d 15:35:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:35:56 Removing intermediate container ce384eec7aba 15:35:56 ---> 8c82de61df1b 15:35:56 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 15:35:56 Removing intermediate container 76c3d1f84e1d 15:35:56 ---> d940cb362116 15:35:56 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:35:56 Removing intermediate container 6d5c52b355e7 15:35:56 ---> 5fda6495f5bc 15:35:56 15:35:56 Step 10/23 : FROM alpine:3.12 15:35:56 ---> 389fef711851 15:35:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:35:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:35:56 Removing intermediate container 97dc334394a6 15:35:56 ---> 8a34297f88e1 15:35:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 15:35:56 ---> Running in 43f50c55b366 15:35:56 ---> Running in 78dd9733751a 15:35:56 ---> 3968dd6953c8 15:35:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:35:56 ---> a548ac1c0fed 15:35:56 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:35:56 Removing intermediate container 5219134efca7 15:35:56 ---> 24a7712d2eca 15:35:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:35:56 Removing intermediate container 43f50c55b366 15:35:56 ---> 4b51e51472a9 15:35:56 Step 12/23 : ENV APP_PORT=48080 15:35:57 ---> Running in 737dc4a89d87 15:35:57 Removing intermediate container 78dd9733751a 15:35:57 ---> b1e6b75c51fc 15:35:57 Step 13/22 : WORKDIR / 15:35:57 ---> Running in 57b5275ba083 15:35:58 ---> Running in 92ba35813817 15:35:58 ---> 13db143baf56 15:35:58 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:35:58 Removing intermediate container 57b5275ba083 15:35:58 ---> 861a603ffafe 15:35:58 Step 13/23 : EXPOSE $APP_PORT 15:35:58 ---> c81e1915d11b 15:35:58 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:35:58 Removing intermediate container 737dc4a89d87 15:35:58 ---> 1bff042dd30e 15:35:58 Step 13/24 : WORKDIR / 15:35:58 ---> Running in bc1489b842e9 15:35:58 ---> Running in cf41d33def12 15:35:58 Removing intermediate container 92ba35813817 15:35:58 ---> f3298cf37de8 15:35:58 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:35:58 ---> f555f3039339 15:35:58 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:35:58 Removing intermediate container bc1489b842e9 15:35:58 ---> e21949df812e 15:35:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:35:58 Removing intermediate container cf41d33def12 15:35:58 ---> 5061454fb2e3 15:35:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:35:58 ---> 2922f1a0fa91 15:35:58 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:35:58 ---> Running in 79b68ef88add 15:35:58 ---> d6c9e7d33c93 15:35:58 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 15:35:58 ---> Running in 7d2654a36251 15:35:59 ---> c278f04c795c 15:35:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:35:59 ---> adf342cc1c37 15:35:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:35:59 Removing intermediate container 79b68ef88add 15:35:59 ---> 5bce48175282 15:35:59 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:35:59 ---> e7290431d0fb 15:35:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 15:35:59 ---> Running in 16a39c2b2d1a 15:36:00 ---> 4e322fcea9e1 15:36:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:36:00 Removing intermediate container 16a39c2b2d1a 15:36:00 ---> 863b5bfe03a3 15:36:00 Step 19/21 : LABEL arch=x86_64 15:36:00 ---> 7048bba1372f 15:36:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 15:36:00 ---> Running in 8cee9e1c338d 15:36:01 ---> 1b322a5d94c3 15:36:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:36:01 ---> 75fc5ba0f60c 15:36:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:36:01 ---> 3eb69090e74d 15:36:01 Step 18/22 : RUN chmod +x entrypoint.sh 15:36:01 Removing intermediate container 8cee9e1c338d 15:36:01 ---> 3032a9c2cd0e 15:36:01 Step 20/21 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:36:01 ---> Running in 0c3edcc950ee 15:36:01 Removing intermediate container 7d2654a36251 15:36:01 ---> 5b72574b36c5 15:36:01 Step 15/23 : RUN apk add --update --no-cache zeromq 15:36:01 ---> Running in 0ce8e40529b4 15:36:01 ---> e133f8dc9af6 15:36:01 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:36:01 ---> b80d92b3d933 15:36:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:36:01 ---> Running in b2ac5da847ef 15:36:01 ---> Running in 495e6051b608 15:36:01 Removing intermediate container 0ce8e40529b4 15:36:01 ---> 2decbf14d94b 15:36:01 Step 21/21 : LABEL version=0.0.0 15:36:02 ---> Running in 53c0e650a49e 15:36:02 Removing intermediate container 495e6051b608 15:36:02 ---> 05cd60237161 15:36:02 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:02 ---> a04b89876ff7 15:36:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:36:02 ---> Running in 5e3fd7260d8c 15:36:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:03 Removing intermediate container 53c0e650a49e 15:36:03 ---> f90960e5fc0e 15:36:03 15:36:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:36:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:36:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:36:03 ---> beb647330769 15:36:03 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/ 15:36:03 Successfully built f90960e5fc0e 15:36:03 Removing intermediate container 5e3fd7260d8c 15:36:03 ---> 411ca8b90ece 15:36:03 Step 22/24 : LABEL arch=x86_64 15:36:03 Successfully tagged docker-support-scheduler-go:latest 15:36:03 Building docker-sys-mgmt-agent-go 15:36:03  Building docker-support-scheduler-go ... done  ---> Running in b9af54ede9ff 15:36:03 ---> Running in a4fe009e8181 15:36:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:03 Removing intermediate container 0c3edcc950ee 15:36:03 ---> bbf72d055a39 15:36:03 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 15:36:03 Removing intermediate container a4fe009e8181 15:36:03 ---> 3e04203772aa 15:36:03 Step 23/24 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:36:03 ---> Running in 02f6ba5e4e19 15:36:03 ---> Running in 5e522913091e 15:36:04 (1/5) Installing libgcc (9.3.0-r2) 15:36:04 (2/5) Installing libsodium (1.0.18-r0) 15:36:04 (3/5) Installing libstdc++ (9.3.0-r2) 15:36:04 Removing intermediate container 02f6ba5e4e19 15:36:04 ---> a143824901e1 15:36:04 Step 20/22 : LABEL arch=x86_64 15:36:04 (4/5) Installing libzmq (4.3.3-r0) 15:36:04 Removing intermediate container 5e522913091e 15:36:04 ---> bc619670b743 15:36:04 Step 24/24 : LABEL version=0.0.0 15:36:04 (5/5) Installing zeromq (4.3.3-r0) 15:36:04 ---> Running in 6fa054eece6e 15:36:04 Executing busybox-1.31.1-r19.trigger 15:36:04 OK: 8 MiB in 19 packages 15:36:04 ---> Running in 7eaec3d50c23 15:36:05 Removing intermediate container 6fa054eece6e 15:36:05 ---> 4e3e26ccfcf3 15:36:05 Step 21/22 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:36:05 Removing intermediate container 7eaec3d50c23 15:36:05 ---> 6423745f4006 15:36:05 15:36:05 Successfully built 6423745f4006 15:36:05 Successfully tagged docker-support-notifications-go:latest 15:36:05  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 15:36:06 ---> Running in e46e5b256238 15:36:06 Removing intermediate container b9af54ede9ff 15:36:06 ---> cd1a4b5a58f7 15:36:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:36:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.220s coverage: 46.6% of statements 15:36:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:36:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:36:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:36:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:36:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:36:09 Removing intermediate container b2ac5da847ef 15:36:09 ---> a9cd5b5ac9ad 15:36:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:36:11 ---> Running in 55c6a95a8b8a 15:36:11 Removing intermediate container e46e5b256238 15:36:11 ---> 0c67e132144e 15:36:11 Step 22/22 : LABEL version=0.0.0 15:36:14 ---> Running in 8194273028ff 15:36:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.595s coverage: 27.0% of statements 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:36:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:36:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:36:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.310s coverage: 67.9% of statements 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:36:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.687s coverage: 82.3% of statements 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:36:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:36:16 ---> 84230005a71f 15:36:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:36:16 Removing intermediate container 55c6a95a8b8a 15:36:16 ---> 4166d671019b 15:36:16 Step 22/24 : LABEL arch=x86_64 15:36:17 Removing intermediate container 8194273028ff 15:36:17 ---> e699bfaaf111 15:36:17 15:36:18 ---> Running in d7ec44fc0462 15:36:18 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:36:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:36:18 ---> 88a813dee29d 15:36:18 Step 3/26 : WORKDIR /edgex-go 15:36:18 ---> Using cache 15:36:18 ---> 2bc8a48a4c08 15:36:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:36:18 ---> Using cache 15:36:18 ---> 136b0bf7ce31 15:36:18 Step 5/26 : RUN apk add --update --no-cache make bash git 15:36:18 Successfully built e699bfaaf111 15:36:19 Successfully tagged docker-security-bootstrap-redis-go:latest 15:36:19 Building docker-core-metadata-go 15:36:20  Building docker-security-bootstrap-redis-go ... done  ---> 119eb1d6bec9 15:36:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:36:20 ---> Running in 1363806335f7 15:36:21 Removing intermediate container d7ec44fc0462 15:36:21 ---> 7e3f6b260152 15:36:21 Step 23/24 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:36:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.192s coverage: 28.6% of statements 15:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:36:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.181s coverage: 100.0% of statements 15:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:36:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements 15:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:36:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.357s coverage: 86.7% of statements 15:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:36:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.338s coverage: 97.5% of statements 15:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:36:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.191s coverage: 78.3% of statements 15:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:36:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:36:25 ---> Running in 7a42c15f8931 15:36:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:36:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:36:25 ---> 88a813dee29d 15:36:25 Step 3/21 : WORKDIR /edgex-go 15:36:25 ---> Using cache 15:36:25 ---> 2bc8a48a4c08 15:36:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:36:25 ---> Using cache 15:36:25 ---> 136b0bf7ce31 15:36:25 Step 5/21 : RUN apk add --update --no-cache make git 15:36:25 ---> Using cache 15:36:25 ---> 0ced9227dc2c 15:36:25 Step 6/21 : COPY go.mod . 15:36:25 ---> Using cache 15:36:25 ---> 18380b692eb3 15:36:25 Step 7/21 : RUN go mod download 15:36:25 ---> Using cache 15:36:25 ---> 4a8d31836c0e 15:36:25 Step 8/21 : COPY . . 15:36:25 ---> Using cache 15:36:25 ---> e9b347ddb991 15:36:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:36:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:36:26 ---> 6781a2a28c08 15:36:26 Step 19/23 : ENTRYPOINT ["/core-data"] 15:36:26 ---> Running in 3114644be59c 15:36:26 ---> Running in b5d37cb881d6 15:36:26 Removing intermediate container 7a42c15f8931 15:36:26 ---> f11bf2014b4e 15:36:26 Step 24/24 : LABEL version=0.0.0 15:36:26 ---> Running in 8b146943025a 15:36:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:36:26 Removing intermediate container b5d37cb881d6 15:36:26 ---> edfc15c41792 15:36:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:36:27 ---> Running in a3df17225491 15:36:27 Removing intermediate container 8b146943025a 15:36:27 ---> b9e5112f7abf 15:36:27 15:36:27 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 15:36:27 OK: 233 MiB in 51 packages 15:36:27 Successfully built b9e5112f7abf 15:36:27 Successfully tagged docker-security-secretstore-setup-go:latest 15:36:27 Building docker-core-command-go 15:36:27  Building docker-security-secretstore-setup-go ... done Removing intermediate container a3df17225491 15:36:27 ---> 135d177b5dfe 15:36:27 Step 21/23 : LABEL arch=x86_64 15:36:27 ---> Running in 525f2fee1c85 15:36:29 Removing intermediate container 525f2fee1c85 15:36:29 ---> 52d4cb1e503e 15:36:29 Step 22/23 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:36:30 ---> Running in b7b833fca760 15:36:30 Removing intermediate container 1363806335f7 15:36:30 ---> 51d9f07961c3 15:36:30 Step 6/26 : COPY go.mod . 15:36:31 Removing intermediate container b7b833fca760 15:36:31 ---> 7aabc90dc9fa 15:36:31 Step 23/23 : LABEL version=0.0.0 15:36:32 ---> Running in c04526ebad0e 15:36:32 ---> f15045735cbf 15:36:32 Step 7/26 : RUN go mod download 15:36:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.020s coverage: 93.1% of statements 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:36:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:36:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.164s coverage: 0.1% of statements 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.085s coverage: 100.0% of statements 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.109s coverage: 75.5% of statements 15:36:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements 15:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.177s coverage: 87.2% of statements 15:36:33 ---> Running in 4f02faa9b07b 15:36:34 Removing intermediate container c04526ebad0e 15:36:34 ---> 18ae0315f1a9 15:36:34 15:36:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.2% of statements 15:36:34 Successfully built 18ae0315f1a9 15:36:34 Successfully tagged docker-core-data-go:latest 15:36:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.4% of statements 15:36:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:36:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.541s coverage: 63.5% of statements 15:36:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:36:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:36:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 15:36:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 15:36:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 15:36:39  Building docker-core-data-go ... done Removing intermediate container 4f02faa9b07b 15:36:39 ---> 52d21b90a3db 15:36:39 Step 8/26 : COPY . . 15:36:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.116s coverage: 73.7% of statements 15:36:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 15:36:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:36:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:36:40 ---> 88a813dee29d 15:36:40 Step 3/22 : WORKDIR /edgex-go 15:36:40 ---> Using cache 15:36:40 ---> 2bc8a48a4c08 15:36:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:36:40 ---> Using cache 15:36:40 ---> 136b0bf7ce31 15:36:40 Step 5/22 : RUN apk add --update --no-cache make git 15:36:40 ---> Using cache 15:36:40 ---> 0ced9227dc2c 15:36:40 Step 6/22 : COPY go.mod . 15:36:40 ---> Using cache 15:36:40 ---> 18380b692eb3 15:36:40 Step 7/22 : RUN go mod download 15:36:40 ---> Using cache 15:36:40 ---> 4a8d31836c0e 15:36:40 Step 8/22 : COPY . . 15:36:40 ---> Using cache 15:36:40 ---> e9b347ddb991 15:36:40 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:36:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.891s coverage: 55.9% of statements 15:36:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:36:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:36:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:36:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:36:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:36:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.373s coverage: 37.0% of statements 15:36:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:36:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:36:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.725s coverage: 84.0% of statements 15:36:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements 15:36:46 ---> Running in ef6e504f993a 15:36:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:36:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:36:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:36:50 ---> 88a813dee29d 15:36:50 Step 3/22 : WORKDIR /edgex-go 15:36:50 ---> Using cache 15:36:50 ---> 2bc8a48a4c08 15:36:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:36:50 ---> Using cache 15:36:50 ---> 136b0bf7ce31 15:36:50 Step 5/22 : RUN apk add --update --no-cache make git 15:36:50 ---> Using cache 15:36:50 ---> 0ced9227dc2c 15:36:50 Step 6/22 : COPY go.mod . 15:36:50 ---> Using cache 15:36:50 ---> 18380b692eb3 15:36:50 Step 7/22 : RUN go mod download 15:36:50 ---> Using cache 15:36:50 ---> 4a8d31836c0e 15:36:50 Step 8/22 : COPY . . 15:36:50 ---> Using cache 15:36:50 ---> e9b347ddb991 15:36:50 Step 9/22 : RUN make cmd/core-command/core-command 15:36:51 ---> Running in 263c9c9ef7e4 15:36:51 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 15:36:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.456s coverage: 47.1% of statements 15:36:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:36:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:36:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:36:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:36:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:36:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements 15:36:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:36:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements 15:36:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:36:53 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 15:36:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.924s coverage: 29.1% of statements 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:36:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.233s coverage: 99.0% of statements 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:36:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:36:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:36:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:36:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:36:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:36:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 15:36:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 15:36:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 15:36:59 GO111MODULE=on go vet ./... 15:37:03 Removing intermediate container 3114644be59c 15:37:03 ---> a64f9b093a4c 15:37:03 15:37:03 Step 10/21 : FROM alpine:3.12 15:37:03 ---> 389fef711851 15:37:03 Step 11/21 : RUN apk add --update --no-cache curl 15:37:04 ---> Running in b71ac867c775 15:37:04 ---> a376fb322c51 15:37:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:37:05 ---> Running in 8ce50a067ab4 15:37:06 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 15:37:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:08 (1/4) Installing ca-certificates (20191127-r4) 15:37:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:37:08 (3/4) Installing libcurl (7.69.1-r3) 15:37:08 (4/4) Installing curl (7.69.1-r3) 15:37:08 Executing busybox-1.31.1-r19.trigger 15:37:08 Executing ca-certificates-20191127-r4.trigger 15:37:08 OK: 7 MiB in 18 packages 15:37:11 Removing intermediate container b71ac867c775 15:37:11 ---> 9e8c3154b1a1 15:37:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:37:11 ---> Running in 31b879bc3d77 15:37:11 Removing intermediate container 31b879bc3d77 15:37:11 ---> d1c803a9bf35 15:37:11 Step 13/21 : WORKDIR /edgex 15:37:11 ---> Running in c8ad5c2ee854 15:37:13 Removing intermediate container c8ad5c2ee854 15:37:13 ---> 9e7ebaa2fa78 15:37:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:37:13 ---> aeb1c9e37ad0 15:37:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:37:14 ---> 01441a375ccb 15:37:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:37:15 ---> 2daf2bee3105 15:37:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:37:15 ---> Running in adc7c312ecfb 15:37:16 Removing intermediate container adc7c312ecfb 15:37:16 ---> 9a3d33685b93 15:37:16 Step 18/21 : CMD ["--init=true"] 15:37:16 ---> Running in 39cc69fd67ef 15:37:16 Removing intermediate container 39cc69fd67ef 15:37:16 ---> 389712b26973 15:37:16 Step 19/21 : LABEL arch=x86_64 15:37:16 ---> Running in 368286f59aae 15:37:17 Removing intermediate container 368286f59aae 15:37:17 ---> 0044e9af1f1a 15:37:17 Step 20/21 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:37:19 ---> Running in aad81410d32f 15:37:20 Removing intermediate container 263c9c9ef7e4 15:37:20 ---> c071daf58e32 15:37:20 15:37:20 Step 10/22 : FROM scratch 15:37:20 ---> 15:37:20 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:37:20 Removing intermediate container ef6e504f993a 15:37:20 ---> 2d6ef92891f5 15:37:20 15:37:20 Step 10/22 : FROM scratch 15:37:20 ---> 15:37:20 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:37:20 ---> Using cache 15:37:20 ---> 75f8015f3e65 15:37:20 Step 12/22 : ENV APP_PORT=48082 15:37:20 ---> Using cache 15:37:20 ---> 75f8015f3e65 15:37:20 Step 12/22 : ENV APP_PORT=48081 15:37:21 ---> Running in 7389944659d1 15:37:21 Removing intermediate container aad81410d32f 15:37:21 ---> 069f6ef04ac2 15:37:21 Step 21/21 : LABEL version=0.0.0 15:37:21 ---> Running in 378c90b5e114 15:37:21 ---> Running in 2be7340b09f5 15:37:21 Removing intermediate container 378c90b5e114 15:37:21 ---> 3b0991ed16f6 15:37:21 Step 13/22 : EXPOSE $APP_PORT 15:37:21 Removing intermediate container 7389944659d1 15:37:21 ---> 100389d4fedc 15:37:21 Step 13/22 : EXPOSE $APP_PORT 15:37:21 ---> Running in 54e7d5da7298 15:37:21 Removing intermediate container 2be7340b09f5 15:37:21 ---> beadb44281fb 15:37:21 15:37:21 ---> Running in 40014270a590 15:37:21 Successfully built beadb44281fb 15:37:21 Successfully tagged docker-security-proxy-setup-go:latest 15:37:21  Building docker-security-proxy-setup-go ... done Removing intermediate container 54e7d5da7298 15:37:21 ---> 5559f5e89cc0 15:37:21 Step 14/22 : WORKDIR / 15:37:22 Removing intermediate container 40014270a590 15:37:22 ---> fa8bee9fab53 15:37:22 Step 14/22 : WORKDIR / 15:37:22 ---> Running in 882e5d03a710 15:37:22 ---> Running in b302fc703b0f 15:37:22 Removing intermediate container 882e5d03a710 15:37:22 ---> 010a33df2780 15:37:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:37:22 Removing intermediate container b302fc703b0f 15:37:22 ---> 6fcf1538d127 15:37:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:37:23 ---> 065fea01a1e9 15:37:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:37:23 ---> cbe5c4e5910f 15:37:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:37:25 ---> 9676d24ade38 15:37:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:37:25 ---> 6b2eca81e422 15:37:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:37:25 Removing intermediate container 8ce50a067ab4 15:37:25 ---> e9ccd33fa700 15:37:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:37:25 ---> Running in dcef4d533494 15:37:25 ---> 099a63e7b5ab 15:37:25 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:37:25 ---> 5d7fdac362da 15:37:25 Step 18/22 : ENTRYPOINT ["/core-command"] 15:37:26 ---> Running in 1cbfec258735 15:37:26 ---> Running in 3318af5c3ccc 15:37:26 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 15:37:26 Removing intermediate container 3318af5c3ccc 15:37:26 ---> 3d4d0f244b54 15:37:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:37:26 Removing intermediate container 1cbfec258735 15:37:26 ---> 9f21a2a1c2bd 15:37:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:37:26 ---> Running in 8f00546c13b1 15:37:26 ---> Running in 073def081d4f 15:37:26 Removing intermediate container 8f00546c13b1 15:37:26 ---> f262945fe98e 15:37:26 Step 20/22 : LABEL arch=x86_64 15:37:26 Removing intermediate container 073def081d4f 15:37:26 ---> 45d82e6abb81 15:37:26 Step 20/22 : LABEL arch=x86_64 15:37:26 ---> Running in 8cec934ac2d2 15:37:26 ---> Running in 4876cc4beef7 15:37:26 Removing intermediate container 8cec934ac2d2 15:37:26 ---> 83767eaf5825 15:37:26 Step 21/22 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:37:27 Removing intermediate container 4876cc4beef7 15:37:27 ---> 512e84c6960e 15:37:27 Step 21/22 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:37:27 ---> Running in 0b11356cc4ca 15:37:27 ---> Running in 414c00b685de 15:37:27 Removing intermediate container 0b11356cc4ca 15:37:27 ---> 4ba79814c792 15:37:27 Step 22/22 : LABEL version=0.0.0 15:37:27 ---> Running in 94d067c6548a 15:37:27 Removing intermediate container 414c00b685de 15:37:27 ---> 89536d18e784 15:37:27 Step 22/22 : LABEL version=0.0.0 15:37:27 Removing intermediate container dcef4d533494 15:37:27 ---> ad6529edfb55 15:37:27 15:37:27 Step 11/26 : FROM docker:20.10.0 15:37:27 ---> Running in 06d31893e2d0 15:37:27 20.10.0: Pulling from library/docker 15:37:27 Removing intermediate container 94d067c6548a 15:37:27 ---> 6a44d00e4bc3 15:37:27 15:37:27 Successfully built 6a44d00e4bc3 15:37:28 Successfully tagged docker-core-metadata-go:latest 15:37:28  Building docker-core-metadata-go ... done Removing intermediate container 06d31893e2d0 15:37:28 ---> beb7cc484317 15:37:28 15:37:28 Successfully built beb7cc484317 15:37:28 Successfully tagged docker-core-command-go:latest 15:37:32  Building docker-core-command-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:37:32 Status: Downloaded newer image for docker:20.10.0 15:37:32 ---> aefe523efa57 15:37:32 Step 12/26 : RUN apk add --no-cache bash 15:37:32 ---> Running in b6643dc7ade7 15:37:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:33 (1/2) Installing readline (8.0.4-r0) 15:37:33 (2/2) Installing bash (5.0.17-r0) 15:37:33 Executing bash-5.0.17-r0.post-install 15:37:33 Executing busybox-1.31.1-r19.trigger 15:37:33 OK: 12 MiB in 22 packages 15:37:34 Removing intermediate container b6643dc7ade7 15:37:34 ---> 21e76752b4d5 15:37:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:37:34 ---> Running in 5a5e40b584e8 15:37:34 Removing intermediate container 5a5e40b584e8 15:37:34 ---> aab36b9a3930 15:37:34 Step 14/26 : ENV APP_PORT=48090 15:37:34 ---> Running in 3916949472cd 15:37:34 Removing intermediate container 3916949472cd 15:37:34 ---> 6bc0ca60c163 15:37:34 Step 15/26 : EXPOSE $APP_PORT 15:37:35 ---> Running in ca2e7472dab1 15:37:35 Removing intermediate container ca2e7472dab1 15:37:35 ---> 8a580296887c 15:37:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:37:35 ---> de919bf48eb9 15:37:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:37:36 ---> b26a1ab30dee 15:37:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:37:36 ---> c231d7567dfe 15:37:36 Step 19/26 : RUN apk --no-cache add py3-pip 15:37:36 ---> Running in 7f6103658f33 15:37:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:37 (1/33) Installing libbz2 (1.0.8-r1) 15:37:37 (2/33) Installing expat (2.2.9-r1) 15:37:37 (3/33) Installing libffi (3.3-r2) 15:37:37 (4/33) Installing gdbm (1.13-r1) 15:37:37 (5/33) Installing xz-libs (5.2.5-r0) 15:37:37 (6/33) Installing sqlite-libs (3.32.1-r0) 15:37:37 (7/33) Installing python3 (3.8.5-r0) 15:37:38 (8/33) Installing py3-appdirs (1.4.4-r1) 15:37:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:37:38 (10/33) Installing py3-parsing (2.4.7-r0) 15:37:38 (11/33) Installing py3-six (1.15.0-r0) 15:37:38 (12/33) Installing py3-packaging (20.4-r0) 15:37:38 (13/33) Installing py3-setuptools (47.0.0-r0) 15:37:38 (14/33) Installing py3-chardet (3.0.4-r4) 15:37:38 (15/33) Installing py3-idna (2.9-r0) 15:37:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:37:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:37:38 (18/33) Installing py3-requests (2.23.0-r0) 15:37:38 (19/33) Installing py3-msgpack (1.0.0-r0) 15:37:38 (20/33) Installing py3-lockfile (0.12.2-r3) 15:37:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:37:38 (22/33) Installing py3-colorama (0.4.3-r0) 15:37:38 (23/33) Installing py3-distlib (0.3.0-r0) 15:37:38 (24/33) Installing py3-distro (1.5.0-r1) 15:37:38 (25/33) Installing py3-webencodings (0.5.1-r3) 15:37:38 (26/33) Installing py3-html5lib (1.0.1-r4) 15:37:38 (27/33) Installing py3-pytoml (0.1.21-r0) 15:37:39 (28/33) Installing py3-pep517 (0.8.2-r0) 15:37:39 (29/33) Installing py3-progress (1.5-r0) 15:37:39 (30/33) Installing py3-toml (0.10.1-r0) 15:37:39 (31/33) Installing py3-retrying (1.3.3-r0) 15:37:39 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:37:39 (33/33) Installing py3-pip (20.1.1-r0) 15:37:39 Executing busybox-1.31.1-r19.trigger 15:37:39 OK: 71 MiB in 55 packages 15:37:47 Removing intermediate container 7f6103658f33 15:37:47 ---> d9dfa0ef3422 15:37:47 Step 20/26 : RUN pip install docker-compose==1.23.2 15:37:47 ---> Running in 4b0ee94fc05f 15:37:48 Collecting docker-compose==1.23.2 15:37:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:37:48 Collecting dockerpty<0.5,>=0.4.1 15:37:48 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:37:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:37:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:37:49 Collecting texttable<0.10,>=0.9.0 15:37:49 Downloading texttable-0.9.1.tar.gz (11 kB) 15:37:50 Collecting cached-property<2,>=1.2.0 15:37:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:37:50 Collecting jsonschema<3,>=2.5.1 15:37:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:37:50 Collecting docker<4.0,>=3.6.0 15:37:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:37:50 Collecting websocket-client<1.0,>=0.32.0 15:37:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:37:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:37:50 Collecting docopt<0.7,>=0.6.1 15:37:50 Downloading docopt-0.6.2.tar.gz (25 kB) 15:37:51 Collecting PyYAML<4,>=3.10 15:37:51 Downloading PyYAML-3.13.tar.gz (270 kB) 15:37:52 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) 15:37:52 Collecting idna<2.8,>=2.5 15:37:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:37:52 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) 15:37:52 Collecting urllib3<1.25,>=1.21.1 15:37:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:37:52 Collecting docker-pycreds>=0.4.0 15:37:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:37:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:37:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:37:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:37:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:37:52 Installing collected packages: dockerpty, idna, urllib3, requests, texttable, cached-property, jsonschema, docker-pycreds, websocket-client, docker, docopt, PyYAML, docker-compose 15:37:52 Running setup.py install for dockerpty: started 15:37:53 Running setup.py install for dockerpty: finished with status 'done' 15:37:53 Attempting uninstall: idna 15:37:53 Found existing installation: idna 2.9 15:37:53 Uninstalling idna-2.9: 15:37:53 Successfully uninstalled idna-2.9 15:37:53 Attempting uninstall: urllib3 15:37:53 Found existing installation: urllib3 1.25.9 15:37:53 Uninstalling urllib3-1.25.9: 15:37:53 Successfully uninstalled urllib3-1.25.9 15:37:53 Attempting uninstall: requests 15:37:53 Found existing installation: requests 2.23.0 15:37:53 Uninstalling requests-2.23.0: 15:37:54 Successfully uninstalled requests-2.23.0 15:37:54 Running setup.py install for texttable: started 15:37:54 Running setup.py install for texttable: finished with status 'done' 15:37:55 Running setup.py install for docopt: started 15:37:55 Running setup.py install for docopt: finished with status 'done' 15:37:55 Running setup.py install for PyYAML: started 15:37:56 Running setup.py install for PyYAML: finished with status 'done' 15:37:56 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 15:38:00 Removing intermediate container 4b0ee94fc05f 15:38:00 ---> b6e94b58396a 15:38:00 Step 21/26 : RUN apk --no-cache add curl 15:38:00 ---> Running in 10c6660db409 15:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:38:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:38:01 (2/3) Installing libcurl (7.69.1-r3) 15:38:01 (3/3) Installing curl (7.69.1-r3) 15:38:01 Executing busybox-1.31.1-r19.trigger 15:38:01 OK: 72 MiB in 58 packages 15:38:01 Removing intermediate container 10c6660db409 15:38:01 ---> 7d56b9c40bb1 15:38:01 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:38:01 ---> Running in 395b47cc2c3d 15:38:01 Removing intermediate container 395b47cc2c3d 15:38:01 ---> 9e855bb6c485 15:38:01 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:38:01 ---> Running in 2c16ea66afd1 15:38:02 Removing intermediate container 2c16ea66afd1 15:38:02 ---> e3d479c8257c 15:38:02 Step 24/26 : LABEL arch=x86_64 15:38:02 ---> Running in 9f52eb166150 15:38:02 Removing intermediate container 9f52eb166150 15:38:02 ---> b643a42a4409 15:38:02 Step 25/26 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:38:02 ---> Running in dd80b5f4ca72 15:38:02 Removing intermediate container dd80b5f4ca72 15:38:02 ---> 183f598b3154 15:38:02 Step 26/26 : LABEL version=0.0.0 15:38:02 ---> Running in 3d81f314a346 15:38:02 Removing intermediate container 3d81f314a346 15:38:02 ---> fc23b6a56eda 15:38:02 15:38:02 Successfully built fc23b6a56eda 15:38:02 Successfully tagged docker-sys-mgmt-agent-go:latest 15:38:03  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:38:03 $ docker stop --time=1 e12f9ce8f31738619f75a7c6a80dc0cce17762abf50f804d7a67f55d534c1864 15:38:04 $ docker rm -f e12f9ce8f31738619f75a7c6a80dc0cce17762abf50f804d7a67f55d534c1864 [Pipeline] // withDockerContainer [Pipeline] sh 15:38:05 + docker images 15:38:05 + grep docker 15:38:05 docker-sys-mgmt-agent-go latest fc23b6a56eda 3 seconds ago 313MB 15:38:05 docker-core-metadata-go latest 6a44d00e4bc3 38 seconds ago 13.1MB 15:38:05 docker-core-command-go latest beb7cc484317 38 seconds ago 10.6MB 15:38:05 docker-security-proxy-setup-go latest beadb44281fb 44 seconds ago 24.5MB 15:38:05 docker-core-data-go latest 18ae0315f1a9 About a minute ago 22.3MB 15:38:05 docker-security-secretstore-setup-go latest b9e5112f7abf About a minute ago 24.6MB 15:38:05 docker-security-bootstrap-redis-go latest e699bfaaf111 About a minute ago 15.8MB 15:38:05 docker-support-notifications-go latest 6423745f4006 2 minutes ago 12MB 15:38:05 docker-support-scheduler-go latest f90960e5fc0e 2 minutes ago 10.7MB 15:38:05 docker 20.10.0 aefe523efa57 4 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 15:38:07 gofmt -l . 15:38:07 [ "`gofmt -l .`" = "" ] 15:38:07 ./bin/test-go-mod-tidy.sh 15:38:07 ./bin/test-attribution-txt.sh [Pipeline] sh 15:38:09 + ls -al . 15:38:09 total 688 15:38:09 drwxrwxr-x 9 1001 1001 4096 Jan 13 15:38 . 15:38:09 drwxr-xr-x 4 root root 4096 Jan 13 15:34 .. 15:38:09 -rw-rw-r-- 1 1001 1001 11 Jan 13 15:33 .dockerignore 15:38:09 drwxrwxr-x 8 1001 1001 4096 Jan 13 15:33 .git 15:38:09 drwxrwxr-x 3 1001 1001 4096 Jan 13 15:33 .github 15:38:09 -rw-rw-r-- 1 1001 1001 824 Jan 13 15:33 .gitignore 15:38:09 -rw-rw-r-- 1 1001 1001 166 Jan 13 15:33 .sonarcloud.properties 15:38:09 -rw-rw-r-- 1 1001 1001 7741 Jan 13 15:33 Attribution.txt 15:38:09 -rw-rw-r-- 1 1001 1001 3804 Jan 13 15:33 CONTRIBUTING.md 15:38:09 -rw-rw-r-- 1 1001 1001 931 Jan 13 15:33 Dockerfile.build 15:38:09 -rw-rw-r-- 1 1001 1001 863 Jan 13 15:33 Jenkinsfile 15:38:09 -rw-rw-r-- 1 1001 1001 10775 Jan 13 15:33 LICENSE 15:38:09 -rw-rw-r-- 1 1001 1001 5750 Jan 13 15:33 Makefile 15:38:09 -rw-rw-r-- 1 1001 1001 6524 Jan 13 15:33 README.md 15:38:09 -rw-rw-r-- 1 1001 1001 6744 Jan 13 15:33 SECURITY.md 15:38:09 -rw-rw-r-- 1 1001 1001 5 Jan 13 15:30 VERSION 15:38:09 -rw-rw-r-- 1 1001 1001 4131 Jan 13 15:33 ZMQWindows.md 15:38:09 drwxrwxr-x 2 1001 1001 4096 Jan 13 15:33 bin 15:38:09 drwxrwxr-x 14 1001 1001 4096 Jan 13 15:33 cmd 15:38:09 -rw-r--r-- 1 root root 553305 Jan 13 15:36 coverage.out 15:38:09 -rw-r--r-- 1 root root 979 Jan 13 15:38 go.mod 15:38:09 -rw-r--r-- 1 root root 19036 Jan 13 15:38 go.sum 15:38:09 drwxrwxr-x 8 1001 1001 4096 Jan 13 15:33 internal 15:38:09 drwxrwxr-x 4 1001 1001 4096 Jan 13 15:33 openapi 15:38:09 drwxrwxr-x 4 1001 1001 4096 Jan 13 15:33 snap 15:38:09 -rw-rw-r-- 1 1001 1001 168 Jan 13 15:33 version.go [Pipeline] sh 15:38:09 + '[' -e coverage.out ] 15:38:09 + chown 1001:1001 coverage.out [Pipeline] stash 15:38:09 Warning: overwriting stash ‘coverage-report’ 15:38:10 Stashed 1 file(s) [Pipeline] sh 15:38:11 + make build 15:38:11 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 15:38:21 Still waiting to schedule task 15:38:21 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:38:21 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 15:38:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:38:47 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 15:38:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:38:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:38:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:39:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:39:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:39:07 Running on prd-ubuntu18.04-docker-8c-8g-19974 in /w/workspace/edgexfoundry_edgex-go_PR-3002 [Pipeline] { [Pipeline] ws 15:39:08 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 15:39:10 using credential edgex-jenkins-ssh 15:39:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:39:10 Cloning the remote Git repository 15:39:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:39:10 > git init /w/workspace/edgex-go/10 # timeout=10 15:39:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:39:10 > git --version # timeout=10 15:39:10 > git --version # 'git version 2.17.1' 15:39:10 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:39:12 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 15:39:16 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 [Pipeline] } 15:39:19 $ docker stop --time=1 dd7ae1ad893d33263853505aced543d5049e8271b7b95ec4ff77a3f8ef77f4a2 15:39:22 $ docker rm -f dd7ae1ad893d33263853505aced543d5049e8271b7b95ec4ff77a3f8ef77f4a2 15:39:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:39:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:39:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:39:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:39:22 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3002/head:refs/remotes/origin/PR-3002 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:39:22 Merging remotes/origin/master commit 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c into PR head commit f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:39:23 Merge succeeded, producing f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:39:23 Checking out Revision f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 (PR-3002) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:39:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:39:24 15:39:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:39:22 > git config core.sparsecheckout # timeout=10 15:39:22 > git checkout -f f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 # timeout=10 15:39:23 > git remote # timeout=10 15:39:23 > git config --get remote.origin.url # timeout=10 15:39:23 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:23 > git merge 7bf2a933369ee03189dbbc7bd01b61d7c52e1d7c # timeout=10 15:39:23 > git rev-parse HEAD^{commit} # timeout=10 15:39:23 > git config core.sparsecheckout # timeout=10 15:39:23 > git checkout -f f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 # timeout=10 15:39:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:39:24 latest: Pulling from edgex-devops/edgex-compose-arm64 15:39:24 29e5d40040c1: Pulling fs layer 15:39:24 1ce36da41761: Pulling fs layer 15:39:24 25b303627fd3: Pulling fs layer 15:39:24 29e5d40040c1: Verifying Checksum 15:39:24 29e5d40040c1: Download complete 15:39:25 29e5d40040c1: Pull complete 15:39:25 1ce36da41761: Verifying Checksum 15:39:25 1ce36da41761: Download complete 15:39:26 Commit message: "feat(data): Update to use single AddEventRequest DTO for AddEvent" 15:39:26 1ce36da41761: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:39:27 25b303627fd3: Verifying Checksum 15:39:27 25b303627fd3: Download complete 15:39:27 + echo snap-build.sh 15:39:27 snap-build.sh 15:39:27 + SNAP_BASE_DIR=. 15:39:27 + '[' '!' -z /w/workspace/edgex-go/10 ']' 15:39:27 + SNAP_BASE_DIR=/w/workspace/edgex-go/10 15:39:27 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' 15:39:27 [snap-build] Building snap in dir [/w/workspace/edgex-go/10] 15:39:27 + cd /w/workspace/edgex-go/10 15:39:27 + sudo apt-get remove -qy --purge lxd lxd-client 15:39:27 Reading package lists... 15:39:28 Building dependency tree... 15:39:28 Reading state information... 15:39:28 The following packages were automatically installed and are no longer required: 15:39:28 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:39:28 uidmap xdelta3 15:39:28 Use 'sudo apt autoremove' to remove them. 15:39:28 The following packages will be REMOVED: 15:39:28 lxd* lxd-client* 15:39:28 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:39:28 After this operation, 31.7 MB disk space will be freed. 15:39:29 (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.) 15:39:29 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:39:31 Removing lxd dnsmasq configuration 15:39:31 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:39:31 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:39:31 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:39:32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 15:39:32 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:39:33 Processing triggers for systemd (237-3ubuntu10.42) ... 15:39:33 Processing triggers for ureadahead (0.100.0-21) ... 15:39:34 + sudo snap remove --purge lxd 15:39:34 snap "lxd" is not installed 15:39:34 + sudo groupadd --force --system lxd 15:39:34 ++ whoami 15:39:34 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:39:34 + newgrp - lxd 15:39:34 + sudo snap install lxd 15:39:37 25b303627fd3: Pull complete 15:39:37 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:39:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:39:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:39:37 prd-ubuntu18.04-docker-arm64-4c-16g-19972 does not seem to be running inside a container 15:39:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 15:39:41 $ docker top cbf710074e9a3363d6a8306dfb5ebc4b66083a2c22359eac0aecbebdb3d408ff -eo pid,comm [Pipeline] { [Pipeline] sh 15:39:41 + + grepdocker-compose parallel build 15:39:41 --help 15:39:45 --parallel Build images in parallel. [Pipeline] } 15:39:45 $ docker stop --time=1 cbf710074e9a3363d6a8306dfb5ebc4b66083a2c22359eac0aecbebdb3d408ff 15:39:47 $ docker rm -f cbf710074e9a3363d6a8306dfb5ebc4b66083a2c22359eac0aecbebdb3d408ff [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:39:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:39:48 . [Pipeline] withDockerContainer 15:39:48 prd-ubuntu18.04-docker-arm64-4c-16g-19972 does not seem to be running inside a container 15:39:48 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:39:49 2021-01-13T15:39:45Z INFO Waiting for automatic snapd restart... 15:39:50 $ docker top e897a373da85046cb007a5519088d3dd10574ec89dfafcd5127605f065337ca6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:39:51 + docker-compose -f ./docker-compose-build.yml build --parallel 15:39:55 Building docker-core-command-go ... 15:39:55 Building docker-core-data-go ... 15:39:55 Building docker-core-metadata-go ... 15:39:55 Building docker-security-bootstrap-redis-go ... 15:39:55 Building docker-security-proxy-setup-go ... 15:39:55 Building docker-security-secretstore-setup-go ... 15:39:55 Building docker-support-notifications-go ... 15:39:55 Building docker-support-scheduler-go ... 15:39:55 Building docker-sys-mgmt-agent-go ... 15:39:55 Building docker-support-notifications-go 15:39:55 Building docker-core-metadata-go 15:39:55 Building docker-security-proxy-setup-go 15:39:55 Building docker-sys-mgmt-agent-go 15:39:55 Building docker-core-command-go 15:39:59 lxd 4.10 from Canonical* installed 15:39:59 + sudo lxd init --auto 15:40:08 + sudo snap install --classic snapcraft 15:40:16 snapcraft 4.4.4 from Canonical* installed 15:40:16 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 15:40:16 + patch --verbose -p1 15:40:16 Hmm... Looks like a unified diff to me... 15:40:16 The text leading up to this was: 15:40:16 -------------------------- 15:40:16 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 15:40:16 |From: Tony Espy 15:40:16 |Date: Wed, 16 Dec 2020 16:34:55 -0500 15:40:16 |Subject: [PATCH] optimize snap build for pipeline CI check 15:40:16 | 15:40:16 |This patch is used by the EdgeX CI pipeline builds to 15:40:16 |optimize the snap CI check run for pull requests. When 15:40:16 |applied, it essentially strips out everything (apps and 15:40:16 |parts) from the snapcraft.yaml file except those required 15:40:16 |to build edgex-go, as the whole idea of the CI check is to 15:40:16 |catch changes to edgex-go that break the snap build. 15:40:16 | 15:40:16 |In general, anyone updating snapcraft.yaml will also need 15:40:16 |to update this patch file, otherwise it may fail to apply, 15:40:16 |resulting in a failed snap build CI check in the associated 15:40:16 |pull request. 15:40:16 | 15:40:16 |Note - in addition to applying this patch, the pipeline also 15:40:16 |only primes the snap (e.g. `snapcraft prime`), as there's no 15:40:16 |need to build the finally binary .snap file (and it won't 15:40:16 |work with the patch applied). This further reduces the build 15:40:16 |time. 15:40:16 |--- 15:40:16 | snap/snapcraft.yaml | 461 +------------------------------------------- 15:40:16 | 1 file changed, 2 insertions(+), 459 deletions(-) 15:40:16 | 15:40:16 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 15:40:16 |index 1e537489..faf42425 100644 15:40:16 |--- a/snap/snapcraft.yaml 15:40:16 |+++ b/snap/snapcraft.yaml 15:40:16 -------------------------- 15:40:16 patching file snap/snapcraft.yaml 15:40:16 Using Plan A... 15:40:16 Hunk #1 succeeded at 73. 15:40:16 Hunk #2 succeeded at 202 with fuzz 1. 15:40:16 Hunk #3 succeeded at 214. 15:40:16 Hunk #4 succeeded at 222. 15:40:16 Hunk #5 succeeded at 229. 15:40:16 Hunk #6 succeeded at 256. 15:40:16 Hunk #7 succeeded at 290. 15:40:16 Hunk #8 succeeded at 342 (offset 1 line). 15:40:16 Hmm... Ignoring the trailing garbage. 15:40:16 done 15:40:16 + sudo snapcraft prime --use-lxd 15:40:17 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:40:17 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: 15:40:17 - README.md 15:40:17 - snapcraft.yaml.orig 15:40:17 15:40:17 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:40:17 Launching a container. 15:40:30 Waiting for container to be ready 15:40:30 To start your first instance, try: lxc launch ubuntu:18.04 15:40:30 15:40:32 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:40:33 Waiting for network to be ready... 15:40:33 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:40:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:40:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 15:40:33 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:40:33 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:40:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:40:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:40:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:40:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:40:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:40:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:40:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 15:40:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 15:40:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 15:40:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 15:40:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 15:40:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 15:40:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 15:40:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:40:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 15:40:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 15:40:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 15:40:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 15:40:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 15:40:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 15:40:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 15:40:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 15:40:38 Fetched 23.7 MB in 5s (4540 kB/s) 15:40:39 Reading package lists... 15:40:39 Reading package lists... 15:40:39 Building dependency tree... 15:40:39 Reading state information... 15:40:39 The following additional packages will be installed: 15:40:39 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:40:39 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:40:39 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:40:39 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:40:39 Suggested packages: 15:40:39 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:40:39 Recommended packages: 15:40:39 gnupg libsasl2-modules 15:40:39 The following NEW packages will be installed: 15:40:39 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:40:39 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:40:39 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:40:39 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:40:39 The following packages will be upgraded: 15:40:39 gpg gpg-agent gpgconf libudev1 15:40:39 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 15:40:39 Need to get 3532 kB of archives. 15:40:39 After this operation, 13.3 MB of additional disk space will be used. 15:40:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 15:40:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 15:40:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 15:40:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 15:40:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 15:40:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 15:40:40 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 15:40:40 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 15:40:40 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:40:40 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:40:40 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:40:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:40:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:40:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:40:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:40:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:40:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:40:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:40:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:40:41 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:40:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 15:40:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 15:40:41 debconf: delaying package configuration, since apt-utils is not installed 15:40:41 Fetched 3532 kB in 1s (3513 kB/s) 15:40:41 (Reading database ... 12511 files and directories currently installed.) 15:40:41 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 15:40:41 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 15:40:41 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 15:40:41 Selecting previously unselected package udev. 15:40:41 (Reading database ... 12511 files and directories currently installed.) 15:40:41 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 15:40:41 Unpacking udev (237-3ubuntu10.43) ... 15:40:41 Selecting previously unselected package libfuse2:amd64. 15:40:41 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:40:41 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:40:41 Selecting previously unselected package fuse. 15:40:41 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:40:41 Unpacking fuse (2.9.7-1ubuntu1) ... 15:40:42 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 15:40:42 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:40:42 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 15:40:42 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:40:42 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 15:40:42 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:40:42 Selecting previously unselected package libksba8:amd64. 15:40:42 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:40:42 Unpacking libksba8:amd64 (1.3.5-2) ... 15:40:42 Selecting previously unselected package libroken18-heimdal:amd64. 15:40:42 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:42 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:42 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:40:42 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:42 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:42 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:40:42 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:42 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:42 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:40:42 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:42 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:42 Selecting previously unselected package libwind0-heimdal:amd64. 15:40:42 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:42 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:43 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:40:43 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:43 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:43 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:40:43 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:43 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:43 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:40:43 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:43 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:43 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:40:43 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:40:43 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:43 Selecting previously unselected package libsasl2-modules-db:amd64. 15:40:43 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:40:43 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:40:43 Selecting previously unselected package libsasl2-2:amd64. 15:40:43 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:40:43 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:40:43 Selecting previously unselected package libldap-common. 15:40:43 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 15:40:43 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 15:40:43 Selecting previously unselected package libldap-2.4-2:amd64. 15:40:43 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 15:40:43 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 15:40:43 Selecting previously unselected package dirmngr. 15:40:43 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 15:40:43 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 15:40:43 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 15:40:43 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 15:40:43 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:40:44 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:40:44 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:40:44 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 15:40:44 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:44 Setting up libksba8:amd64 (1.3.5-2) ... 15:40:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:40:44 Setting up udev (237-3ubuntu10.43) ... 15:40:44 invoke-rc.d: policy-rc.d denied execution of start. 15:40:44 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:44 Processing triggers for systemd (237-3ubuntu10) ... 15:40:44 Setting up fuse (2.9.7-1ubuntu1) ... 15:40:44 Setting up gpg (2.2.4-1ubuntu1.3) ... 15:40:44 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:44 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:44 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:44 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:44 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:44 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:44 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:40:44 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 15:40:44 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 15:40:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:40:45 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:40:45 settings in the [Install] section, and DefaultInstance for template units). 15:40:45 This means they are not meant to be enabled using systemctl. 15:40:45 Possible reasons for having this kind of units are: 15:40:45 1) A unit may be statically enabled by being symlinked from another unit's 15:40:45 .wants/ or .requires/ directory. 15:40:45 2) A unit's purpose may be to act as a helper for some other unit which has 15:40:45 a requirement dependency on it. 15:40:45 3) A unit may be started when needed via activation (socket, path, timer, 15:40:45 D-Bus, udev, scripted systemctl call, ...). 15:40:45 4) In case of template units, the unit is meant to be enabled with some 15:40:45 instance name specified. 15:40:45 Reading package lists... 15:40:46 Building dependency tree... 15:40:46 Reading state information... 15:40:46 The following additional packages will be installed: 15:40:46 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:40:46 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:40:46 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:40:46 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:40:46 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:40:46 Suggested packages: 15:40:46 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:40:46 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:40:46 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:40:46 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:40:46 systemd-container policykit-1 15:40:46 Recommended packages: 15:40:46 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:40:46 The following NEW packages will be installed: 15:40:46 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:40:46 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:40:46 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:40:46 multiarch-support openssh-client python3 python3-minimal python3.6 15:40:46 python3.6-minimal snapd squashfs-tools sudo 15:40:46 The following packages will be upgraded: 15:40:46 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:40:46 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 15:40:46 Need to get 35.2 MB of archives. 15:40:46 After this operation, 141 MB of additional disk space will be used. 15:40:46 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 15:40:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 15:40:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 15:40:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 15:40:47 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 15:40:47 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:40:47 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:40:47 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:40:47 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:40:47 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:40:47 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:40:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:40:47 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 15:40:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 15:40:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:40:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 15:40:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:40:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 15:40:47 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 15:40:47 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:40:47 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:40:47 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:40:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:40:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 15:40:47 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:40:47 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:40:47 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:40:47 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:40:47 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 15:40:47 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:40:48 debconf: delaying package configuration, since apt-utils is not installed 15:40:48 Fetched 35.2 MB in 2s (15.4 MB/s) 15:40:48 (Reading database ... 12757 files and directories currently installed.) 15:40:48 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 15:40:48 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 15:40:49 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 15:40:49 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 15:40:49 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 15:40:49 (Reading database ... 12757 files and directories currently installed.) 15:40:49 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 15:40:49 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 15:40:49 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 15:40:49 (Reading database ... 12757 files and directories currently installed.) 15:40:49 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 15:40:49 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 15:40:50 Setting up apt (1.6.12ubuntu0.2) ... 15:40:50 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:40:50 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:40:51 (Reading database ... 12764 files and directories currently installed.) 15:40:51 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:40:51 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:40:51 Selecting previously unselected package libpython3.6-minimal:amd64. 15:40:51 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:40:51 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:40:51 Selecting previously unselected package libexpat1:amd64. 15:40:51 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:40:51 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:40:51 Selecting previously unselected package python3.6-minimal. 15:40:51 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:40:51 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:40:51 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 15:40:51 Checking for services that may need to be restarted...done. 15:40:51 Checking for services that may need to be restarted...done. 15:40:51 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:40:52 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:40:52 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:40:52 Selecting previously unselected package python3-minimal. 15:40:52 (Reading database ... 13012 files and directories currently installed.) 15:40:52 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:40:52 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:40:52 Selecting previously unselected package mime-support. 15:40:52 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:40:52 Unpacking mime-support (3.60ubuntu1) ... 15:40:52 Selecting previously unselected package libmpdec2:amd64. 15:40:52 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:40:52 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:40:52 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:40:52 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:40:52 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:40:53 Selecting previously unselected package python3.6. 15:40:53 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:40:53 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:40:53 Selecting previously unselected package libpython3-stdlib:amd64. 15:40:53 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:40:53 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:40:53 Setting up python3-minimal (3.6.7-1~18.04) ... 15:40:53 Selecting previously unselected package python3. 15:40:53 (Reading database ... 13442 files and directories currently installed.) 15:40:53 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:40:53 Unpacking python3 (3.6.7-1~18.04) ... 15:40:53 Selecting previously unselected package multiarch-support. 15:40:53 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:40:53 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:40:53 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:40:53 Selecting previously unselected package liblzo2-2:amd64. 15:40:53 (Reading database ... 13479 files and directories currently installed.) 15:40:53 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:40:53 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:40:53 Selecting previously unselected package libbsd0:amd64. 15:40:53 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:40:53 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:40:53 Selecting previously unselected package sudo. 15:40:53 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 15:40:53 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 15:40:54 Selecting previously unselected package apparmor. 15:40:54 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:40:54 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:40:54 Selecting previously unselected package libedit2:amd64. 15:40:54 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:40:54 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:40:54 Selecting previously unselected package libkrb5support0:amd64. 15:40:54 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:40:54 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:40:54 Selecting previously unselected package libk5crypto3:amd64. 15:40:54 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:40:54 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:40:54 Selecting previously unselected package libkeyutils1:amd64. 15:40:54 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:40:54 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:40:54 Selecting previously unselected package libkrb5-3:amd64. 15:40:54 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:40:54 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:40:54 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:40:54 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:40:54 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:40:55 Selecting previously unselected package libssl1.0.0:amd64. 15:40:55 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 15:40:55 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:40:55 Selecting previously unselected package openssh-client. 15:40:55 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:40:55 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:40:55 Selecting previously unselected package squashfs-tools. 15:40:55 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:40:55 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:40:55 Selecting previously unselected package snapd. 15:40:55 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 15:40:55 Unpacking snapd (2.48+18.04) ... 15:40:58 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:40:58 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:40:58 Setting up mime-support (3.60ubuntu1) ... 15:40:59 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 15:40:59 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:40:59 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:40:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:40:59 Setting up systemd (237-3ubuntu10.43) ... 15:40:59 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:40:59 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:40:59 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:40:59 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:40:59 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:40:59 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:40:59 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:41:00 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:41:00 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:41:00 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:41:00 Setting up python3 (3.6.7-1~18.04) ... 15:41:00 running python rtupdate hooks for python3.6... 15:41:00 running python post-rtupdate hooks for python3.6... 15:41:00 Setting up apparmor (2.12-4ubuntu5.1) ... 15:41:02 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:41:02 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:41:02 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:41:02 Setting up snapd (2.48+18.04) ... 15:41:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:41:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:41:03 ---> c459d44723b2 15:41:03 Step 3/24 : WORKDIR /edgex-go 15:41:03 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:41:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:41:03 ---> c459d44723b2 15:41:03 Step 3/26 : WORKDIR /edgex-go 15:41:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:41:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:41:03 ---> c459d44723b2 15:41:03 Step 3/21 : WORKDIR /edgex-go 15:41:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:41:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:41:03 ---> c459d44723b2 15:41:03 Step 3/22 : WORKDIR /edgex-go 15:41:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:41:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:41:03 ---> c459d44723b2 15:41:03 Step 3/22 : WORKDIR /edgex-go 15:41:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:41:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:41:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:41:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:41:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:41:04 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:41:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:41:04 ---> Running in 32bbbc4dc845 15:41:04 ---> Running in 0114c40a0e20 15:41:04 ---> Running in 525c0f4437c8 15:41:04 ---> Running in 323b718baacc 15:41:04 ---> Running in fdcb2d159b23 15:41:04 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:41:04 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:41:04 Removing intermediate container 525c0f4437c8 15:41:04 ---> 8a2d8d12f30a 15:41:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:41:04 Removing intermediate container 0114c40a0e20 15:41:04 ---> 2d32fb30bde1 15:41:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:41:04 Removing intermediate container 32bbbc4dc845 15:41:04 ---> 643e3426ee2f 15:41:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:41:04 Removing intermediate container 323b718baacc 15:41:04 ---> 5478669cead0 15:41:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:41:04 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:41:04 /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' 15:41:05 Removing intermediate container fdcb2d159b23 15:41:05 ---> 93325f9af709 15:41:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:41:05 ---> Running in cbbc3b1f4dc5 15:41:05 ---> Running in 9050f5184101 15:41:05 ---> Running in aebf145235ba 15:41:05 ---> Running in a2aa744d2b7a 15:41:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:41:05 Processing triggers for systemd (237-3ubuntu10.43) ... 15:41:05 ---> Running in dc1e136ff5eb 15:41:07 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:41:07 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:41:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:41:08 Removing intermediate container cbbc3b1f4dc5 15:41:08 ---> eeef127c43ac 15:41:08 Step 5/22 : RUN apk add --update --no-cache make git 15:41:08 ---> Running in 88214f7609df 15:41:09 Reading package lists... 15:41:09 Removing intermediate container 9050f5184101 15:41:09 ---> c20d2384de8c 15:41:09 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 15:41:09 Reading package lists... 15:41:09 Building dependency tree... 15:41:09 Reading state information... 15:41:09 ---> Running in 97a512c83be1 15:41:09 Calculating upgrade... 15:41:09 The following packages will be upgraded: 15:41:09 advancecomp base-files bash binutils binutils-common 15:41:09 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:41:09 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:41:09 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 15:41:09 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 15:41:09 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 15:41:09 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 15:41:09 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 15:41:09 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 15:41:09 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 15:41:09 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 15:41:09 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 15:41:09 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 15:41:09 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 15:41:09 ubuntu-keyring util-linux 15:41:09 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:41:09 Need to get 63.7 MB of archives. 15:41:09 After this operation, 5203 kB of additional disk space will be used. 15:41:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 15:41:09 Removing intermediate container a2aa744d2b7a 15:41:09 ---> c73683920f92 15:41:09 Step 5/22 : RUN apk add --update --no-cache make git 15:41:09 Removing intermediate container aebf145235ba 15:41:09 ---> 4871cd828b90 15:41:09 Step 5/26 : RUN apk add --update --no-cache make bash git 15:41:09 ---> Running in 6ece21a65efd 15:41:09 Removing intermediate container dc1e136ff5eb 15:41:09 ---> 77d0d5b0cc27 15:41:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:41:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:41:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:41:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:41:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:41:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:41:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:41:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:41:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:41:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:41:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:41:09 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:41:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:41:09 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:41:09 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:41:10 Step 5/21 : RUN apk add --update --no-cache make git 15:41:10 ---> Running in 4ef0ffb65e47 15:41:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:41:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:41:10 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:41:10 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:41:10 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:41:10 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:41:10 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:41:10 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:41:10 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:41:10 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:41:10 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:41:10 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:41:10 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:41:10 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:41:10 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:41:10 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:41:10 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:41:10 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 15:41:10 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 15:41:10 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:41:10 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:41:10 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:41:10 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 15:41:10 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 15:41:10 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:41:10 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:41:10 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:41:10 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 15:41:10 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:41:10 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:41:10 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:41:10 ---> Running in d208c0681145 15:41:10 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:41:10 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:41:10 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:41:10 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:41:10 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:41:10 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:41:10 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:41:10 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:41:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:41:10 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:41:10 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:41:10 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:41:10 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:41:10 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:41:10 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:41:10 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:41:10 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:41:10 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:41:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:41:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:41:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:41:12 OK: 217 MiB in 51 packages 15:41:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:41:12 OK: 217 MiB in 51 packages 15:41:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:41:12 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:41:12 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:41:13 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:41:13 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:41:13 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 15:41:13 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:41:13 OK: 217 MiB in 51 packages 15:41:13 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:41:13 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:41:13 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:41:13 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:41:13 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:41:13 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:41:13 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:41:13 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:41:13 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:41:13 OK: 217 MiB in 51 packages 15:41:13 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:41:13 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 15:41:13 OK: 217 MiB in 51 packages 15:41:13 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:41:13 Removing intermediate container 88214f7609df 15:41:13 ---> 1e3b333d5f29 15:41:13 Step 6/22 : COPY go.mod . 15:41:14 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 15:41:14 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 15:41:14 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:41:14 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:41:14 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:41:14 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 15:41:14 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:41:14 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:41:14 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 15:41:14 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:41:14 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:41:14 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:41:14 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:41:14 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:41:14 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:41:14 Removing intermediate container 97a512c83be1 15:41:14 ---> 2fd56dbdfab7 15:41:14 Step 6/24 : COPY go.mod . 15:41:14 debconf: delaying package configuration, since apt-utils is not installed 15:41:14 Fetched 63.7 MB in 5s (13.2 MB/s) 15:41:14 (Reading database ... 13912 files and directories currently installed.) 15:41:14 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:41:14 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:41:14 Removing intermediate container 6ece21a65efd 15:41:14 ---> 3d7e96207929 15:41:14 Step 6/22 : COPY go.mod . 15:41:15 ---> 567fb76a988b 15:41:15 Step 7/22 : RUN go mod download 15:41:15 Removing intermediate container 4ef0ffb65e47 15:41:15 ---> fe8ff2e07738 15:41:15 Step 6/26 : COPY go.mod . 15:41:15 ---> Running in 471076168db0 15:41:15 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:41:15 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:41:15 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 15:41:15 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 15:41:15 Removing intermediate container d208c0681145 15:41:15 ---> 448c5164a229 15:41:15 Step 6/21 : COPY go.mod . 15:41:15 ---> 8b3555172006 15:41:15 Step 7/24 : RUN go mod download 15:41:15 ---> 1601d609b173 15:41:15 Step 7/22 : RUN go mod download 15:41:15 ---> Running in b51b59fbdfb9 15:41:16 ---> Running in 592ccc50d1a5 15:41:16 ---> 3060f8447baa 15:41:16 Step 7/26 : RUN go mod download 15:41:16 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:41:16 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:41:16 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:41:16 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:41:16 ---> Running in 5985faad9eb3 15:41:16 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:41:16 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:41:16 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:41:16 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:41:16 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:41:16 ---> 7f7c000a2079 15:41:16 Step 7/21 : RUN go mod download 15:41:17 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:41:17 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:41:17 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:41:17 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:41:17 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:41:17 ---> Running in ad237f13a0cc 15:41:17 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:17 (Reading database ... 13911 files and directories currently installed.) 15:41:17 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:41:17 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:41:17 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:41:17 (Reading database ... 13911 files and directories currently installed.) 15:41:17 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:41:17 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:41:17 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:41:17 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:41:17 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:41:17 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:41:17 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:18 (Reading database ... 13911 files and directories currently installed.) 15:41:18 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:41:18 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:41:18 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:41:18 (Reading database ... 13911 files and directories currently installed.) 15:41:18 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:41:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:41:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:41:18 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:41:19 Setting up base-files (10.1ubuntu2.10) ... 15:41:19 Installing new version of config file /etc/issue ... 15:41:19 Installing new version of config file /etc/issue.net ... 15:41:19 Installing new version of config file /etc/lsb-release ... 15:41:19 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:41:19 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:41:19 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:41:19 Removing obsolete conffile /etc/default/motd-news ... 15:41:19 (Reading database ... 13912 files and directories currently installed.) 15:41:19 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:41:19 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:41:19 Removing intermediate container 471076168db0 15:41:19 ---> 44a9d3e37693 15:41:19 Step 8/22 : COPY . . 15:41:19 Setting up bash (4.4.18-2ubuntu1.2) ... 15:41:19 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 15:41:19 (Reading database ... 13912 files and directories currently installed.) 15:41:19 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:41:19 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:41:20 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:41:20 (Reading database ... 13912 files and directories currently installed.) 15:41:20 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 15:41:20 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 15:41:20 Setting up tar (1.29b-2ubuntu0.1) ... 15:41:20 (Reading database ... 13912 files and directories currently installed.) 15:41:20 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:41:20 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:41:20 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:41:20 (Reading database ... 13912 files and directories currently installed.) 15:41:20 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:41:20 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:41:20 Removing intermediate container b51b59fbdfb9 15:41:20 ---> bb751e8d1b88 15:41:20 Step 8/24 : COPY . . 15:41:20 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:41:20 (Reading database ... 13912 files and directories currently installed.) 15:41:20 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:41:20 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:41:21 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:41:21 (Reading database ... 13912 files and directories currently installed.) 15:41:21 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:41:21 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:41:21 Setting up grep (3.1-2build1) ... 15:41:21 Removing intermediate container 592ccc50d1a5 15:41:21 ---> 4295b6672b7f 15:41:21 Step 8/22 : COPY . . 15:41:21 (Reading database ... 13912 files and directories currently installed.) 15:41:21 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:41:21 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:41:21 Setting up login (1:4.5-1ubuntu2) ... 15:41:21 Removing intermediate container 5985faad9eb3 15:41:21 ---> b16c34cbdcb9 15:41:21 Step 8/26 : COPY . . 15:41:21 (Reading database ... 13912 files and directories currently installed.) 15:41:21 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:41:21 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:41:21 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:41:21 (Reading database ... 13912 files and directories currently installed.) 15:41:21 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:41:22 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:41:22 Removing intermediate container ad237f13a0cc 15:41:22 ---> 52979374ab53 15:41:22 Step 8/21 : COPY . . 15:41:22 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:41:22 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:41:22 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:41:22 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:41:23 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:41:23 (Reading database ... 13912 files and directories currently installed.) 15:41:23 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:41:23 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:41:24 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:41:24 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:41:24 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:41:24 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:41:24 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:41:24 (Reading database ... 13912 files and directories currently installed.) 15:41:24 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:41:24 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:41:24 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:41:25 (Reading database ... 13912 files and directories currently installed.) 15:41:25 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:41:25 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:41:25 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:41:25 (Reading database ... 13912 files and directories currently installed.) 15:41:25 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:41:25 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:41:25 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:41:25 (Reading database ... 13912 files and directories currently installed.) 15:41:25 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:41:25 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:41:25 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:41:25 (Reading database ... 13912 files and directories currently installed.) 15:41:25 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:41:25 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:41:25 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:41:25 (Reading database ... 13912 files and directories currently installed.) 15:41:25 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:41:25 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:41:26 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:41:26 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:41:26 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:41:26 (Reading database ... 13912 files and directories currently installed.) 15:41:26 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:41:26 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:41:26 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:41:26 (Reading database ... 13912 files and directories currently installed.) 15:41:26 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:41:26 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:41:26 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:41:26 (Reading database ... 13912 files and directories currently installed.) 15:41:26 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:41:26 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:41:26 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:41:26 (Reading database ... 13912 files and directories currently installed.) 15:41:26 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:41:26 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:41:27 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:41:27 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:41:28 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:41:28 (Reading database ... 13912 files and directories currently installed.) 15:41:28 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:41:28 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:41:28 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:41:28 (Reading database ... 13912 files and directories currently installed.) 15:41:28 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:41:28 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:41:28 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:41:28 (Reading database ... 13914 files and directories currently installed.) 15:41:28 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:41:28 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:41:28 Setting up debconf (1.5.66ubuntu1) ... 15:41:29 (Reading database ... 13914 files and directories currently installed.) 15:41:29 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:41:29 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:41:29 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:41:29 (Reading database ... 13914 files and directories currently installed.) 15:41:29 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:41:29 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:41:29 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:41:29 (Reading database ... 13914 files and directories currently installed.) 15:41:29 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:41:29 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:41:30 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:41:30 (Reading database ... 13914 files and directories currently installed.) 15:41:30 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:41:30 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:41:30 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 15:41:30 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 15:41:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:41:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:41:30 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:41:30 (Reading database ... 13914 files and directories currently installed.) 15:41:30 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:41:30 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:41:31 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:41:31 (Reading database ... 13914 files and directories currently installed.) 15:41:31 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:41:31 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:41:31 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:41:31 (Reading database ... 13914 files and directories currently installed.) 15:41:31 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:41:31 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:41:31 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:41:31 (Reading database ... 13914 files and directories currently installed.) 15:41:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 15:41:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 15:41:32 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 15:41:32 (Reading database ... 13914 files and directories currently installed.) 15:41:32 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:41:32 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:41:32 Setting up passwd (1:4.5-1ubuntu2) ... 15:41:32 (Reading database ... 13914 files and directories currently installed.) 15:41:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 15:41:32 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:41:32 Setting up gpgv (2.2.4-1ubuntu1.3) ... 15:41:32 (Reading database ... 13914 files and directories currently installed.) 15:41:32 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:41:32 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:41:32 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:41:33 (Reading database ... 13914 files and directories currently installed.) 15:41:33 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:41:33 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:41:33 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:41:33 (Reading database ... 13914 files and directories currently installed.) 15:41:33 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:41:33 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:41:33 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:41:33 (Reading database ... 13914 files and directories currently installed.) 15:41:33 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:41:33 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:41:33 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:41:33 (Reading database ... 13914 files and directories currently installed.) 15:41:33 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:41:33 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:41:33 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 15:41:34 (Reading database ... 13914 files and directories currently installed.) 15:41:34 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 15:41:34 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 15:41:34 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 15:41:34 (Reading database ... 13915 files and directories currently installed.) 15:41:34 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:41:34 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:41:34 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:41:34 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:41:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:41:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:41:34 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 15:41:34 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 15:41:35 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:41:35 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:41:35 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:41:35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:41:35 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:41:35 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:41:35 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:41:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:41:36 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:41:36 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:41:36 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:41:36 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:41:36 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:41:36 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:41:36 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 15:41:36 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 15:41:37 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:41:37 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:41:37 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:41:37 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:41:37 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:41:37 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:41:38 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:41:38 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:41:38 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:41:38 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:41:38 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:41:38 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:41:38 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:38 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:38 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:40 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:40 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:41 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:41 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:41:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:41:42 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:41:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:41:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:41:43 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:41:43 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:41:43 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:41:43 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:41:43 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:41:43 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:41:43 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:41:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:41:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:41:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:41:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:41:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:41:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:41:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:41:43 Setting up tzdata (2020f-0ubuntu0.18.04) ... 15:41:44 15:41:44 Current default time zone: 'Etc/UTC' 15:41:44 Local time is now: Wed Jan 13 15:41:44 UTC 2021. 15:41:44 Universal Time is now: Wed Jan 13 15:41:44 UTC 2021. 15:41:44 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:41:44 15:41:44 Setting up systemd-sysv (237-3ubuntu10.43) ... 15:41:44 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:44 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 15:41:44 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:41:44 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:41:44 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:41:44 ---> 23f6af6d2179 15:41:44 Step 9/22 : RUN make cmd/core-command/core-command 15:41:44 ---> cf4d5aae0d03 15:41:44 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:41:44 ---> Running in a02f8976787c 15:41:44 ---> d8c50776e4e5 15:41:44 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:41:44 ---> Running in 8aa7675f3994 15:41:44 ---> ff887635a48f 15:41:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:41:44 ---> 8152bd236c6f 15:41:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:41:44 ---> Running in 33a2c3ebb0be 15:41:44 ---> Running in 600c8bb5ca61 15:41:44 ---> Running in a039eb596de5 15:41:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:41:44 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:41:44 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:41:44 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:41:44 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:44 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:41:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:41:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:41:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:44 Setting up patch (2.7.6-2ubuntu1.1) ... 15:41:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:41:44 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:41:44 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 15:41:44 Installing new version of config file /etc/ssl/openssl.cnf ... 15:41:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:41:45 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:41:45 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 15:41: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 15:41: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 15:41:46 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 15:41:46 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 15:41:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:41:46 Updating certificates in /etc/ssl/certs... 15:41:47 22 added, 17 removed; done. 15:41:47 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:41:47 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:41:47 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:41:47 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:41:47 Setting up pkgbinarymangler (138.18.04.1) ... 15:41:47 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:41:47 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:41:47 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:41:47 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:41:47 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:41:47 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:41:47 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:41:47 Setting up perl (5.26.1-6ubuntu0.5) ... 15:41:47 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:41:47 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:41:47 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:41:47 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:41:47 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:41:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:41:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:41:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:41:47 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:41:47 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:41:47 Processing triggers for systemd (237-3ubuntu10.43) ... 15:41:47 Processing triggers for mime-support (3.60ubuntu1) ... 15:41:47 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 15:41:48 Updating certificates in /etc/ssl/certs... 15:41:48 0 added, 0 removed; done. 15:41:48 Running hooks in /etc/ca-certificates/update.d... 15:41:48 done. 15:41:49 Reading package lists... 15:41:49 Building dependency tree... 15:41:49 Reading state information... 15:41:49 The following NEW packages will be installed: 15:41:49 apt-transport-https 15:41:49 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:41:49 Need to get 1696 B of archives. 15:41:49 After this operation, 153 kB of additional disk space will be used. 15:41:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 15:41:49 debconf: delaying package configuration, since apt-utils is not installed 15:41:49 Fetched 1696 B in 0s (8483 B/s) 15:41:49 Selecting previously unselected package apt-transport-https. 15:41:49 (Reading database ... 13929 files and directories currently installed.) 15:41:49 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 15:41:49 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 15:41:49 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 15:41:50 Waiting for network to be ready... 15:41:56 2021-01-13T15:41:53Z INFO Waiting for automatic snapd restart... 15:41:56 snapd 2.48.2 from Canonical* installed 15:41:57 "snapd" switched to the "latest/stable" channel 15:41:57 15:42:00 core18 20201210 from Canonical* installed 15:42:00 "core18" switched to the "latest/stable" channel 15:42:00 15:42:05 snapcraft 4.4.4 from Canonical* installed 15:42:05 "snapcraft" switched to the "latest/stable" channel 15:42:05 15:42:08 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: 15:42:08 - README.md 15:42:08 - snapcraft.yaml.orig 15:42:08 15:42:08 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:42:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:42:15 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:42:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:42:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:42:16 Reading package lists... 15:42:17 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 15:42:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:42:23 Reading package lists... 15:42:23 Building dependency tree... 15:42:23 Reading state information... 15:42:23 Suggested packages: 15:42:23 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:42:23 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:42:23 Recommended packages: 15:42:23 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:42:23 The following NEW packages will be installed: 15:42:23 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:42:23 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:42:23 pkg-config zip 15:42:23 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:42:23 Need to get 7655 kB of archives. 15:42:23 After this operation, 43.7 MB of additional disk space will be used. 15:42:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 15:42:23 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:42:23 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:42:23 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:42:23 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:42:23 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:42:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:42:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:42:24 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:42:24 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:42:24 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 15:42:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:42:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:42:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:42:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:42:24 debconf: delaying package configuration, since apt-utils is not installed 15:42:24 Fetched 7655 kB in 1s (7242 kB/s) 15:42:24 Selecting previously unselected package libglib2.0-0:amd64. 15:42:24 (Reading database ... 13933 files and directories currently installed.) 15:42:24 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 15:42:24 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:42:24 Selecting previously unselected package libpsl5:amd64. 15:42:24 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:42:24 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:42:24 Selecting previously unselected package libnghttp2-14:amd64. 15:42:24 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:42:24 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:42:25 Selecting previously unselected package librtmp1:amd64. 15:42:25 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:42:25 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:42:25 Selecting previously unselected package libcurl3-gnutls:amd64. 15:42:25 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 15:42:25 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:42:25 Selecting previously unselected package liberror-perl. 15:42:25 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:42:25 Unpacking liberror-perl (0.17025-1) ... 15:42:25 Selecting previously unselected package git-man. 15:42:25 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:42:25 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:42:25 Selecting previously unselected package git. 15:42:25 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:42:25 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:42:26 Selecting previously unselected package libnorm1:amd64. 15:42:26 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:42:26 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:42:26 Selecting previously unselected package libpgm-5.2-0:amd64. 15:42:26 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:42:26 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:42:26 Selecting previously unselected package libsodium23:amd64. 15:42:26 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:42:26 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:42:26 Selecting previously unselected package libzmq5:amd64. 15:42:26 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:42:26 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:42:26 Selecting previously unselected package libzmq3-dev:amd64. 15:42:26 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:42:26 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:42:26 Selecting previously unselected package pkg-config. 15:42:26 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:42:26 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:42:26 Selecting previously unselected package zip. 15:42:26 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:42:26 Unpacking zip (3.0-11build1) ... 15:42:27 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:42:27 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:42:27 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:42:27 Setting up liberror-perl (0.17025-1) ... 15:42:27 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:42:27 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:42:27 No schema files found: doing nothing. 15:42:27 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:42:27 Setting up zip (3.0-11build1) ... 15:42:27 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:42:27 Setting up libsodium23:amd64 (1.0.16-2) ... 15:42:27 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:42:27 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:42:27 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:42:27 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:42:27 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:42:27 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:42:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:42:34 git set to automatically installed. 15:42:34 git-man set to automatically installed. 15:42:34 libcurl3-gnutls set to automatically installed. 15:42:34 liberror-perl set to automatically installed. 15:42:34 libglib2.0-0 set to automatically installed. 15:42:34 libnghttp2-14 set to automatically installed. 15:42:34 libnorm1 set to automatically installed. 15:42:34 libpgm-5.2-0 set to automatically installed. 15:42:34 libpsl5 set to automatically installed. 15:42:34 librtmp1 set to automatically installed. 15:42:34 libsodium23 set to automatically installed. 15:42:34 libzmq3-dev set to automatically installed. 15:42:34 libzmq5 set to automatically installed. 15:42:34 pkg-config set to automatically installed. 15:42:34 zip set to automatically installed. 15:42:35 snapd is not logged in, snap install commands will use sudo 15:42:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:42:42 snap "core18" has no updates available 15:42:43 Pulling config-common 15:42:44 Pulling go-build-helper 15:43:08 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 15:43:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:43:11 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:43:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 15:43:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 15:43:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 15:43:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 15:43:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 15:43:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 15:43:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 15:43:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 15:43:11 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:43:11 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:43:11 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:43:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:43:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:43:11 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:43:11 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:43:11 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:43:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:43:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 15:43:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 15:43:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 15:43:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 15:43:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 15:43:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 15:43:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 15:43:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 15:43:11 Fetched 23.7 MB in 0s (0 B/s) 15:43:11 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:43:11 Fetched 96.5 kB in 0s (0 B/s) 15:43:11 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:43:11 Fetched 279 kB in 0s (0 B/s) 15:43:11 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:43:11 Fetched 122 kB in 0s (0 B/s) 15:43:11 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:43:11 Fetched 77.8 kB in 0s (0 B/s) 15:43:11 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:43:11 Fetched 8848 B in 0s (0 B/s) 15:43:11 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:43:11 Fetched 47.8 kB in 0s (0 B/s) 15:43:11 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:43:11 Fetched 45.6 kB in 0s (0 B/s) 15:43:11 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:43:11 Fetched 15.0 kB in 0s (0 B/s) 15:43:11 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 15:43:11 Fetched 214 kB in 0s (0 B/s) 15:43:11 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 15:43:11 Fetched 155 kB in 0s (0 B/s) 15:43:11 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:43:11 Fetched 50.6 kB in 0s (0 B/s) 15:43:11 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:43:11 Fetched 14.8 kB in 0s (0 B/s) 15:43:11 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:43:11 Fetched 41.8 kB in 0s (0 B/s) 15:43:11 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:43:11 Fetched 499 kB in 0s (0 B/s) 15:43:11 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:43:11 Fetched 111 kB in 0s (0 B/s) 15:43:11 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:43:11 Fetched 240 kB in 0s (0 B/s) 15:43:11 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:43:11 Fetched 29.3 kB in 0s (0 B/s) 15:43:11 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:43:11 Fetched 85.5 kB in 0s (0 B/s) 15:43:11 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:43:11 Fetched 24.5 kB in 0s (0 B/s) 15:43:11 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:43:11 Fetched 49.2 kB in 0s (0 B/s) 15:43:11 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:43:11 Fetched 54.2 kB in 0s (0 B/s) 15:43:11 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:43:11 Fetched 30.8 kB in 0s (0 B/s) 15:43:11 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 15:43:11 Fetched 17.0 kB in 0s (0 B/s) 15:43:11 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:43:11 Fetched 85.9 kB in 0s (0 B/s) 15:43:11 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:43:11 Fetched 8720 B in 0s (0 B/s) 15:43:11 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:43:11 Fetched 137 kB in 0s (0 B/s) 15:43:11 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:43:11 Fetched 119 kB in 0s (0 B/s) 15:43:11 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:43:11 Fetched 109 kB in 0s (0 B/s) 15:43:11 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:43:11 Fetched 11.1 kB in 0s (0 B/s) 15:43:11 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:43:11 Fetched 645 kB in 0s (0 B/s) 15:43:11 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:43:11 Fetched 41.3 kB in 0s (0 B/s) 15:43:11 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:43:11 Fetched 17.9 kB in 0s (0 B/s) 15:43:11 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:43:11 Fetched 368 kB in 0s (0 B/s) 15:43:11 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:43:11 Fetched 187 kB in 0s (0 B/s) 15:43:11 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:43:11 Fetched 175 kB in 0s (0 B/s) 15:43:11 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:43:11 Fetched 206 kB in 0s (0 B/s) 15:43:11 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 15:43:11 Fetched 1301 kB in 0s (0 B/s) 15:43:11 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:43:11 Fetched 36.2 kB in 0s (0 B/s) 15:43:11 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 15:43:11 Fetched 159 kB in 0s (0 B/s) 15:43:11 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:43:11 Fetched 107 kB in 0s (0 B/s) 15:43:11 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:43:11 Fetched 48.7 kB in 0s (0 B/s) 15:43:11 Pulling static-packages 15:43:11 'go115' has dependencies that need to be staged: static-packages go-build-helper 15:43:11 Skipping pull go-build-helper (already ran) 15:43:11 Skipping pull static-packages (already ran) 15:43:11 Building go-build-helper 15:43:15 Building static-packages 15:43:17 Staging go-build-helper 15:43:18 Staging static-packages 15:43:19 Pulling go115 15:43:20 Removing intermediate container a039eb596de5 15:43:20 ---> f2c629a6c361 15:43:20 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:43:20 ---> Running in 0322039409f2 15:43:20 'edgex-go' has dependencies that need to be staged: go115 15:43:20 Skipping pull go115 (already ran) 15:43:20 Building go115 15:43:20 % Total % Received % Xferd Average Speed Time Time Time Current 15:43:20 Dload Upload Total Spent Left Speed 15:43:23 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 15:43:23 Removing intermediate container a02f8976787c 15:43:23 ---> 69381b4aaaaf 15:43:23 15:43:23 Step 10/22 : FROM scratch 15:43:23 ---> 15:43:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:43:23 ---> Running in 59ad343ffbe7 15:43:23 Removing intermediate container 8aa7675f3994 15:43:23 ---> 9afab2e8a656 15:43:23 15:43:23 Step 10/24 : FROM scratch 15:43:23 ---> 15:43:23 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:43:23 ---> Running in 51e48990212a 15:43:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 15.9M 0 0 23.5M 0 0:00:04 --:--:-- 0:00:04 23.5M 46 115M 46 53.4M 0 0 31.9M 0 0:00:03 0:00:01 0:00:02 31.8M 77 115M 77 89.4M 0 0 33.4M 0 0:00:03 0:00:02 0:00:01 33.4M 100 115M 100 115M 0 0 34.4M 0 0:00:03 0:00:03 --:--:-- 34.4M 15:43:24 Removing intermediate container 59ad343ffbe7 15:43:24 ---> f2eb2b1a6cb8 15:43:24 Step 12/22 : ENV APP_PORT=48082 15:43:24 ---> Running in 10832d94c3ab 15:43:24 Removing intermediate container 600c8bb5ca61 15:43:24 ---> b5b0802d864e 15:43:24 15:43:24 Step 10/21 : FROM alpine:3.12 15:43:24 3.12: Pulling from library/alpine 15:43:24 Removing intermediate container 51e48990212a 15:43:24 ---> 3c9a2e93ba09 15:43:24 Step 12/24 : ENV APP_PORT=48060 15:43:24 ---> Running in 1e3c669e768c 15:43:24 Removing intermediate container 10832d94c3ab 15:43:24 ---> 94147e33dd82 15:43:24 go1.15.2.linux-amd64.tar.gz: OK 15:43:25 Step 13/22 : EXPOSE $APP_PORT 15:43:25 ---> Running in b5f6eb8caa4c 15:43:25 Removing intermediate container 1e3c669e768c 15:43:25 ---> ea9a2c9de08a 15:43:25 Step 13/24 : EXPOSE $APP_PORT 15:43:25 ---> Running in 6403b1bfbf4c 15:43:26 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:43:26 Status: Downloaded newer image for alpine:3.12 15:43:26 ---> afeebe901d6b 15:43:26 Step 11/21 : RUN apk add --update --no-cache curl 15:43:26 Removing intermediate container b5f6eb8caa4c 15:43:26 ---> dcb0d8f48ef9 15:43:26 Step 14/22 : WORKDIR / 15:43:26 ---> Running in 1543b32c5a36 15:43:26 ---> Running in 0dc0eb6678fe 15:43:26 Removing intermediate container 6403b1bfbf4c 15:43:26 ---> 40e2ad0b54e9 15:43:26 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:43:27 Removing intermediate container 1543b32c5a36 15:43:27 ---> 29ec4d2aeaef 15:43:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:43:27 Removing intermediate container 0322039409f2 15:43:27 ---> ce36cc5d7ba5 15:43:27 15:43:27 Step 11/26 : FROM docker:20.10.0 15:43:27 20.10.0: Pulling from library/docker 15:43:27 ---> 8bc4a14b5e51 15:43:27 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:43:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:28 ---> 13a8c7c01744 15:43:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:43:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:29 (1/4) Installing ca-certificates (20191127-r4) 15:43:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:43:29 (3/4) Installing libcurl (7.69.1-r3) 15:43:29 (4/4) Installing curl (7.69.1-r3) 15:43:29 Executing busybox-1.31.1-r19.trigger 15:43:29 Executing ca-certificates-20191127-r4.trigger 15:43:30 Staging go115 15:43:30 OK: 7 MiB in 18 packages 15:43:31 ---> c5ce96b3e324 15:43:31 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:43:32 ---> 5b3f51eba766 15:43:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:43:33 ---> 913ec09cd651 15:43:33 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 15:43:33 Removing intermediate container 0dc0eb6678fe 15:43:33 ---> 25132142a31a 15:43:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:43:34 ---> abadde862f26 15:43:34 Step 18/22 : ENTRYPOINT ["/core-command"] 15:43:34 ---> Running in 7cef25744ec1 15:43:34 ---> Running in 82689431fc79 15:43:34 ---> a5522918b5b6 15:43:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:43:35 Removing intermediate container 7cef25744ec1 15:43:35 ---> 9e621ab8ee3f 15:43:35 Step 13/21 : WORKDIR /edgex 15:43:35 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:43:35 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:43:35 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:43:35 Fetched 0 B in 0s (0 B/s) 15:43:35 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:43:35 Fetched 224 kB in 0s (0 B/s) 15:43:35 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:43:35 Fetched 157 kB in 0s (0 B/s) 15:43:35 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:43:35 Fetched 221 kB in 0s (0 B/s) 15:43:35 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:43:35 Fetched 143 kB in 0s (0 B/s) 15:43:35 Pulling edgex-go 15:43:35 Removing intermediate container 82689431fc79 15:43:35 ---> ae69b234d70d 15:43:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:43:35 Removing intermediate container 33a2c3ebb0be 15:43:35 ---> 2bb29b70a17c 15:43:35 15:43:35 Step 10/22 : FROM scratch 15:43:35 ---> 15:43:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:43:36 ---> Using cache 15:43:36 ---> f2eb2b1a6cb8 15:43:36 Step 12/22 : ENV APP_PORT=48081 15:43:36 ---> Running in 46329390dbbf 15:43:36 ---> Running in a83fc4a30741 15:43:36 ---> Running in d2ed378162c4 15:43:36 ---> 7abf85190c2c 15:43:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:43:37 Removing intermediate container d2ed378162c4 15:43:37 ---> ca58176443b6 15:43:37 Step 13/22 : EXPOSE $APP_PORT 15:43:37 Removing intermediate container 46329390dbbf 15:43:37 ---> b83ad60d94ae 15:43:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:43:37 Removing intermediate container a83fc4a30741 15:43:37 ---> 78c6c8ea4c3a 15:43:37 Step 20/22 : LABEL arch=arm64 15:43:37 Pulling version 15:43:37 ---> Running in bbb6bd87101f 15:43:37 ---> Running in b71c945676b9 15:43:38 ---> d1cfd4c99e12 15:43:38 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:43:38 Removing intermediate container bbb6bd87101f 15:43:38 ---> 5664d129cb26 15:43:38 Step 14/22 : WORKDIR / 15:43:38 ---> Running in 51fe643eab59 15:43:38 Removing intermediate container b71c945676b9 15:43:38 ---> dd81cec6776a 15:43:38 Step 21/22 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:43:38 Building config-common 15:43:38 ---> Running in d395fa29e71b 15:43:38 ---> 3f5d494a6341 15:43:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:43:39 ---> Running in e351cc6546c5 15:43:39 Removing intermediate container 51fe643eab59 15:43:39 ---> 584f3aee2859 15:43:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:43:40 ---> Running in a7b215344a7a 15:43:40 Removing intermediate container d395fa29e71b 15:43:40 ---> 36d6643886b8 15:43:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:43:40 Removing intermediate container e351cc6546c5 15:43:40 ---> bf9519a6ec21 15:43:40 Step 22/22 : LABEL version=0.0.0 15:43:40 ---> 9a45fe374db6 15:43:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:43:40 ---> Running in 6ee42e9a2217 15:43:40 Removing intermediate container a7b215344a7a 15:43:40 ---> a4f601f612d3 15:43:40 Step 22/24 : LABEL arch=arm64 15:43:40 Skipping build go-build-helper (already ran) 15:43:40 Skipping build static-packages (already ran) 15:43:40 Skipping build go115 (already ran) 15:43:40 Building edgex-go 15:43:40 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:43:41 ---> d0b3a40d7a36 15:43:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:43:41 ---> Running in ade9d32fcab3 15:43:41 Removing intermediate container 6ee42e9a2217 15:43:41 ---> adf084ece78b 15:43:41 15:43:42 Removing intermediate container ade9d32fcab3 15:43:42 ---> fcd78f52e9c4 15:43:42 Step 23/24 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:43:42 go: downloading github.com/gorilla/mux v1.8.0 15:43:42 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 15:43:42 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:43:42 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 15:43:42 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:43:42 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 15:43:42 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 15:43:42 go: downloading github.com/imdario/mergo v0.3.11 15:43:42 go: downloading github.com/google/uuid v1.1.4 15:43:42 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 15:43:42 go: downloading github.com/go-kit/kit v0.8.0 15:43:42 go: downloading github.com/pelletier/go-toml v1.2.0 15:43:42 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 15:43:42 go: downloading github.com/x448/float16 v0.8.4 15:43:42 go: downloading github.com/pkg/errors v0.8.1 15:43:42 go: downloading github.com/BurntSushi/toml v0.3.1 15:43:42 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:43:42 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:43:42 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:43:42 go: downloading github.com/hashicorp/consul/api v1.1.0 15:43:42 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:43:42 go: downloading gopkg.in/yaml.v2 v2.4.0 15:43:42 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:43:42 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:43:42 go: downloading github.com/pebbe/zmq4 v1.2.2 15:43:42 go: downloading github.com/mitchellh/copystructure v1.0.0 15:43:42 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:43:42 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:43:42 go: downloading github.com/go-playground/universal-translator v0.17.0 15:43:42 go: downloading github.com/leodido/go-urn v1.2.0 15:43:42 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:43:42 go: downloading github.com/hashicorp/serf v0.8.2 15:43:42 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:43:42 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:43:42 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:43:42 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:43:42 go: downloading github.com/go-playground/locales v0.13.0 15:43:42 Successfully built adf084ece78b 15:43:42 ---> 9c46593b54fe 15:43:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:43:42 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:43:42 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:43:42 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:43:42 Successfully tagged docker-core-command-go-arm64:latest 15:43:42 Building docker-core-data-go 15:43:42  Building docker-core-command-go ... done  ---> Running in e508efd5cf6b 15:43:42 ---> Running in e0a67121453d 15:43:42 ---> 8dbf9bfa8535 15:43:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:43:43 Removing intermediate container e508efd5cf6b 15:43:43 ---> 67d2237933f2 15:43:43 Step 24/24 : LABEL version=0.0.0 15:43:43 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:43:43 Status: Downloaded newer image for docker:20.10.0 15:43:43 ---> eeaf43b92773 15:43:43 Step 12/26 : RUN apk add --no-cache bash 15:43:43 ---> Running in 6c0d5308ea41 15:43:43 Removing intermediate container e0a67121453d 15:43:43 ---> fa8757cd6ecb 15:43:43 Step 18/21 : CMD ["--init=true"] 15:43:43 ---> Running in 47bdcb29f68f 15:43:44 ---> e38fcf91e99a 15:43:44 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:43:44 ---> Running in f981756142a9 15:43:44 ---> Running in 08925aac7876 15:43:44 Removing intermediate container 6c0d5308ea41 15:43:44 ---> fb11d75a940e 15:43:44 15:43:45 Removing intermediate container f981756142a9 15:43:45 ---> 52943fcf8cd4 15:43:45 Step 19/21 : LABEL arch=arm64 15:43:45 Successfully built fb11d75a940e 15:43:45 Successfully tagged docker-support-notifications-go-arm64:latest 15:43:45  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 15:43:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:45 ---> Running in 843443b8abcf 15:43:46 Removing intermediate container 08925aac7876 15:43:46 ---> 114faaabbe3c 15:43:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:43:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:46 ---> Running in 146549154a5d 15:43:46 Removing intermediate container 843443b8abcf 15:43:46 ---> acb91310a40b 15:43:46 Step 20/21 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:43:46 ---> Running in be1d08ba2e7d 15:43:46 (1/2) Installing readline (8.0.4-r0) 15:43:46 (2/2) Installing bash (5.0.17-r0) 15:43:46 Removing intermediate container 146549154a5d 15:43:46 ---> f973f798c5c5 15:43:46 Step 20/22 : LABEL arch=arm64 15:43:46 Executing bash-5.0.17-r0.post-install 15:43:46 Executing busybox-1.31.1-r19.trigger 15:43:46 OK: 12 MiB in 22 packages 15:43:47 ---> Running in 5f8e96e3fd0b 15:43:47 Removing intermediate container be1d08ba2e7d 15:43:47 ---> 17d51ec02755 15:43:47 Step 21/21 : LABEL version=0.0.0 15:43:47 ---> Running in b17935b2ce97 15:43:48 Removing intermediate container 5f8e96e3fd0b 15:43:48 ---> a592f4a80162 15:43:48 Step 21/22 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:43:49 ---> Running in 34283fa52ef5 15:43:49 Removing intermediate container b17935b2ce97 15:43:49 ---> 69c1267daf1f 15:43:49 15:43:49 Removing intermediate container 47bdcb29f68f 15:43:49 ---> eb9c59e4ebe1 15:43:49 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:43:50 Successfully built 69c1267daf1f 15:43:50 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:43:50  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 15:43:50 ---> Running in 53947673a6c9 15:43:50 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 15:43:50 Removing intermediate container 34283fa52ef5 15:43:50 ---> aeba94c6d48c 15:43:50 Step 22/22 : LABEL version=0.0.0 15:43:50 ---> Running in 91d9d5f05a06 15:43:51 Removing intermediate container 53947673a6c9 15:43:51 ---> 2b79ae1adfbf 15:43:51 Step 14/26 : ENV APP_PORT=48090 15:43:51 ---> Running in 7b2d87c77a69 15:43:51 Removing intermediate container 91d9d5f05a06 15:43:51 ---> 509f88eddc1e 15:43:51 15:43:51 Successfully built 509f88eddc1e 15:43:51 Successfully tagged docker-core-metadata-go-arm64:latest 15:43:51  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go 15:43:51 Removing intermediate container 7b2d87c77a69 15:43:51 ---> 2f99d28f8da4 15:43:51 Step 15/26 : EXPOSE $APP_PORT 15:43:52 ---> Running in baa7a9fb9f5a 15:43:52 Removing intermediate container baa7a9fb9f5a 15:43:52 ---> dfa16224a0ac 15:43:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:43:54 ---> 25107dc882ca 15:43:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:43:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:43:55 ---> 06c52cc3ab8d 15:43:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:43:55 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 15:43:56 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 15:43:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:43:56 go: downloading github.com/stretchr/testify v1.6.1 15:43:56 go: downloading github.com/pmezard/go-difflib v1.0.0 15:43:56 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:43:56 go: downloading github.com/davecgh/go-spew v1.1.1 15:43:57 ---> 540750736f23 15:43:57 Step 19/26 : RUN apk --no-cache add py3-pip 15:43:57 ---> Running in 26429eeb6a38 15:43:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:43:58 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:43:58 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:43:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:43:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:43:59 (1/33) Installing libbz2 (1.0.8-r1) 15:43:59 (2/33) Installing expat (2.2.9-r1) 15:43:59 (3/33) Installing libffi (3.3-r2) 15:43:59 (4/33) Installing gdbm (1.13-r1) 15:43:59 (5/33) Installing xz-libs (5.2.5-r0) 15:43:59 (6/33) Installing sqlite-libs (3.32.1-r0) 15:43:59 (7/33) Installing python3 (3.8.5-r0) 15:44:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:44:00 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:44:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:44:00 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:44:01 (8/33) Installing py3-appdirs (1.4.4-r1) 15:44:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:44:01 (10/33) Installing py3-parsing (2.4.7-r0) 15:44:01 (11/33) Installing py3-six (1.15.0-r0) 15:44:01 (12/33) Installing py3-packaging (20.4-r0) 15:44:01 (13/33) Installing py3-setuptools (47.0.0-r0) 15:44:01 (14/33) Installing py3-chardet (3.0.4-r4) 15:44:01 (15/33) Installing py3-idna (2.9-r0) 15:44:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:44:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:44:01 (18/33) Installing py3-requests (2.23.0-r0) 15:44:01 (19/33) Installing py3-msgpack (1.0.0-r0) 15:44:01 (20/33) Installing py3-lockfile (0.12.2-r3) 15:44:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:44:01 (22/33) Installing py3-colorama (0.4.3-r0) 15:44:02 (23/33) Installing py3-distlib (0.3.0-r0) 15:44:02 (24/33) Installing py3-distro (1.5.0-r1) 15:44:02 (25/33) Installing py3-webencodings (0.5.1-r3) 15:44:02 (26/33) Installing py3-html5lib (1.0.1-r4) 15:44:02 (27/33) Installing py3-pytoml (0.1.21-r0) 15:44:02 (28/33) Installing py3-pep517 (0.8.2-r0) 15:44:02 (29/33) Installing py3-progress (1.5-r0) 15:44:02 (30/33) Installing py3-toml (0.10.1-r0) 15:44:02 (31/33) Installing py3-retrying (1.3.3-r0) 15:44:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:44:02 (33/33) Installing py3-pip (20.1.1-r0) 15:44:02 Executing busybox-1.31.1-r19.trigger 15:44:02 OK: 71 MiB in 55 packages 15:44:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:44:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:44:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:44:06 Building version 15:44:09 Staging config-common 15:44:10 Skipping stage go-build-helper (already ran) 15:44:10 Skipping stage static-packages (already ran) 15:44:10 Skipping stage go115 (already ran) 15:44:10 Staging edgex-go 15:44:11 Staging version 15:44:12 Priming config-common 15:44:13 Priming go-build-helper 15:44:14 Priming static-packages 15:44:14 Removing intermediate container 26429eeb6a38 15:44:14 ---> 4a677e3fc252 15:44:14 Step 20/26 : RUN pip install docker-compose==1.23.2 15:44:14 ---> Running in bcc4ba20e413 15:44:17 Priming go115 15:44:17 Priming edgex-go 15:44:18 Priming version 15:44:19 Collecting docker-compose==1.23.2 15:44:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:44:19 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 15:44:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:44:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 15:44:21 Collecting cached-property<2,>=1.2.0 15:44:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:44:22 Collecting PyYAML<4,>=3.10 15:44:22 Downloading PyYAML-3.13.tar.gz (270 kB) 15:44:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:44:22 ---> c459d44723b2 15:44:22 Step 3/23 : WORKDIR /edgex-go 15:44:22 ---> Using cache 15:44:22 ---> 93325f9af709 15:44:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:22 ---> Using cache 15:44:22 ---> 77d0d5b0cc27 15:44:22 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:44:25 ---> Running in 7516ec9f28f0 15:44:26 Collecting jsonschema<3,>=2.5.1 15:44:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:44:26 Collecting dockerpty<0.5,>=0.4.1 15:44:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:44:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:44:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:44:28 OK: 217 MiB in 51 packages 15:44:29 Collecting docopt<0.7,>=0.6.1 15:44:29 Downloading docopt-0.6.2.tar.gz (25 kB) 15:44:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:44:29 ---> c459d44723b2 15:44:29 Step 3/21 : WORKDIR /edgex-go 15:44:29 ---> Using cache 15:44:29 ---> 93325f9af709 15:44:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:29 ---> Using cache 15:44:29 ---> 77d0d5b0cc27 15:44:29 Step 5/21 : RUN apk add --update --no-cache make git 15:44:29 ---> Using cache 15:44:29 ---> 448c5164a229 15:44:29 Step 6/21 : COPY go.mod . 15:44:29 ---> Using cache 15:44:29 ---> 7f7c000a2079 15:44:29 Step 7/21 : RUN go mod download 15:44:29 ---> Using cache 15:44:29 ---> 52979374ab53 15:44:29 Step 8/21 : COPY . . 15:44:29 ---> Using cache 15:44:29 ---> ff887635a48f 15:44:29 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:44:31 ---> Running in 2c7c8217f670 15:44:32 Removing intermediate container 7516ec9f28f0 15:44:32 ---> 5f3dc01c0e8c 15:44:32 Step 6/23 : COPY go.mod . 15:44:32 Collecting texttable<0.10,>=0.9.0 15:44:32 Downloading texttable-0.9.1.tar.gz (11 kB) 15:44:33 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 15:44:33 ---> 6165b2f2a65c 15:44:33 Step 7/23 : RUN go mod download 15:44:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:44:33 ---> c459d44723b2 15:44:33 Step 3/24 : WORKDIR /edgex-go 15:44:33 ---> Using cache 15:44:33 ---> 93325f9af709 15:44:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:33 ---> Using cache 15:44:33 ---> 77d0d5b0cc27 15:44:33 Step 5/24 : RUN apk add --update --no-cache make git 15:44:33 ---> Using cache 15:44:33 ---> 448c5164a229 15:44:33 Step 6/24 : COPY go.mod . 15:44:33 ---> Using cache 15:44:33 ---> 7f7c000a2079 15:44:33 Step 7/24 : RUN go mod download 15:44:33 ---> Using cache 15:44:33 ---> 52979374ab53 15:44:33 Step 8/24 : COPY . . 15:44:33 ---> Using cache 15:44:33 ---> ff887635a48f 15:44:33 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:44:34 ---> Running in 31dc9d23e6c8 15:44:34 ---> Running in 93d1dca035eb 15:44:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:44:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:44:34 ---> c459d44723b2 15:44:34 Step 3/22 : WORKDIR /edgex-go 15:44:34 ---> Using cache 15:44:34 ---> 93325f9af709 15:44:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:44:34 ---> Using cache 15:44:34 ---> 77d0d5b0cc27 15:44:34 Step 5/22 : RUN apk add --update --no-cache make git 15:44:34 ---> Using cache 15:44:34 ---> 448c5164a229 15:44:34 Step 6/22 : COPY go.mod . 15:44:34 ---> Using cache 15:44:34 ---> 7f7c000a2079 15:44:34 Step 7/22 : RUN go mod download 15:44:34 ---> Using cache 15:44:34 ---> 52979374ab53 15:44:34 Step 8/22 : COPY . . 15:44:34 ---> Using cache 15:44:34 ---> ff887635a48f 15:44:34 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 15:44:35 Collecting websocket-client<1.0,>=0.32.0 15:44:35 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:44:35 ---> Running in 54510f50c60a 15:44:36 Collecting docker<4.0,>=3.6.0 15:44:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:44:36 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 15:44:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:44:37 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) 15:44:37 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) 15:44:37 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 15:44:37 Collecting urllib3<1.25,>=1.21.1 15:44:38 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:44:38 Collecting idna<2.8,>=2.5 15:44:38 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:44:39 Collecting docker-pycreds>=0.4.0 15:44:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:44:39 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:44:39 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:44:39 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:44:39 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:44:39 Removing intermediate container 31dc9d23e6c8 15:44:39 ---> 3e8f4dcf1790 15:44:39 Step 8/23 : COPY . . 15:44:41 Installing collected packages: urllib3, idna, requests, cached-property, PyYAML, jsonschema, dockerpty, docopt, texttable, websocket-client, docker-pycreds, docker, docker-compose 15:44:41 Attempting uninstall: urllib3 15:44:41 Found existing installation: urllib3 1.25.9 15:44:41 Uninstalling urllib3-1.25.9: 15:44:41 Successfully uninstalled urllib3-1.25.9 15:44:42 Attempting uninstall: idna 15:44:42 Found existing installation: idna 2.9 15:44:42 Uninstalling idna-2.9: 15:44:42 Successfully uninstalled idna-2.9 15:44:43 Attempting uninstall: requests 15:44:43 Found existing installation: requests 2.23.0 15:44:43 Uninstalling requests-2.23.0: 15:44:43 Successfully uninstalled requests-2.23.0 15:44:44 Running setup.py install for PyYAML: started 15:44:47 Running setup.py install for PyYAML: finished with status 'done' 15:44:47 Running setup.py install for dockerpty: started 15:44:51 Running setup.py install for dockerpty: finished with status 'done' 15:44:51 Running setup.py install for docopt: started 15:44:54 Running setup.py install for docopt: finished with status 'done' 15:44:54 Running setup.py install for texttable: started 15:44:57 Running setup.py install for texttable: finished with status 'done' 15:44:57 ---> ebb33fb59297 15:44:57 Step 9/23 : RUN make cmd/core-data/core-data 15:44:58 ---> Running in a37e08fbc58e 15:45:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:45:00 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 15:45:05 Removing intermediate container bcc4ba20e413 15:45:05 ---> 69587e58389c 15:45:05 Step 21/26 : RUN apk --no-cache add curl 15:45:05 ---> Running in 940040f39433 15:45:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:45:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:45:08 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:45:08 (2/3) Installing libcurl (7.69.1-r3) 15:45:08 (3/3) Installing curl (7.69.1-r3) 15:45:08 Executing busybox-1.31.1-r19.trigger 15:45:08 OK: 71 MiB in 58 packages 15:45:10 Removing intermediate container 940040f39433 15:45:10 ---> bec2d5a6e380 15:45:10 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:45:10 ---> Running in 72dfc2a8bccd 15:45:11 Removing intermediate container 72dfc2a8bccd 15:45:11 ---> 41155d225644 15:45:11 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:45:11 ---> Running in 0794aabfdbae 15:45:12 Removing intermediate container 0794aabfdbae 15:45:12 ---> a21a257c84a1 15:45:12 Step 24/26 : LABEL arch=arm64 15:45:12 ---> Running in 10411955d798 15:45:12 Removing intermediate container 10411955d798 15:45:12 ---> b242544cccaf 15:45:12 Step 25/26 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:45:13 ---> Running in d8255dc42219 15:45:13 Removing intermediate container d8255dc42219 15:45:13 ---> 417dd0d4ccf2 15:45:13 Step 26/26 : LABEL version=0.0.0 15:45:14 ---> Running in b66d21de6b27 15:45:14 Removing intermediate container b66d21de6b27 15:45:14 ---> 9c9da86e3873 15:45:14 15:45:14 Successfully built 9c9da86e3873 15:45:14 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:45:47  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:46:02 Removing intermediate container 54510f50c60a 15:46:02 ---> 712a12f0ae8b 15:46:02 15:46:02 Step 10/22 : FROM alpine:3.12 15:46:02 ---> afeebe901d6b 15:46:02 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:46:02 Removing intermediate container 2c7c8217f670 15:46:02 ---> ad2b1ace47a5 15:46:02 15:46:02 Step 10/21 : FROM scratch 15:46:02 ---> 15:46:02 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:46:02 ---> Running in 2c4961d6a40a 15:46:02 ---> Using cache 15:46:02 ---> f2eb2b1a6cb8 15:46:02 Step 12/21 : ENV APP_PORT=48085 15:46:02 ---> Running in 516e2876b839 15:46:02 Removing intermediate container 93d1dca035eb 15:46:02 ---> 483a362ab4da 15:46:02 15:46:02 Step 10/24 : FROM alpine:3.12 15:46:02 ---> afeebe901d6b 15:46:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:46:02 ---> Running in d3e0200093b9 15:46:02 Removing intermediate container 516e2876b839 15:46:02 ---> 1de370fa3428 15:46:02 Step 13/21 : EXPOSE $APP_PORT 15:46:02 ---> Running in 08b9a2519bcc 15:46:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:46:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:46:03 Removing intermediate container 08b9a2519bcc 15:46:03 ---> 8a8017442f81 15:46:03 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 15:46:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:46:04 (1/5) Installing ca-certificates (20191127-r4) 15:46:04 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:46:04 (3/5) Installing libcurl (7.69.1-r3) 15:46:04 (4/5) Installing curl (7.69.1-r3) 15:46:04 (5/5) Installing dumb-init (1.2.2-r1) 15:46:04 Executing busybox-1.31.1-r19.trigger 15:46:04 Executing ca-certificates-20191127-r4.trigger 15:46:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:46:04 OK: 7 MiB in 19 packages 15:46:04 ---> d1438965f2e6 15:46:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:46:05 (1/5) Installing ca-certificates (20191127-r4) 15:46:05 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:46:05 (3/5) Installing libcurl (7.69.1-r3) 15:46:05 (4/5) Installing curl (7.69.1-r3) 15:46:05 (5/5) Installing dumb-init (1.2.2-r1) 15:46:05 Executing busybox-1.31.1-r19.trigger 15:46:05 Executing ca-certificates-20191127-r4.trigger 15:46:05 OK: 7 MiB in 19 packages 15:46:07 ---> 51deb2579b83 15:46:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:46:08 Removing intermediate container 2c4961d6a40a 15:46:08 ---> bf4430fa9630 15:46:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 15:46:08 ---> Running in 61c8f7a22eb5 15:46:08 Removing intermediate container d3e0200093b9 15:46:08 ---> 1142ab42afbc 15:46:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:46:08 ---> Running in aa311ae74ebe 15:46:09 ---> ad516197b198 15:46:09 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:46:09 Removing intermediate container 61c8f7a22eb5 15:46:09 ---> 59fbd8220514 15:46:09 Step 13/22 : WORKDIR / 15:46:09 ---> Running in ebfe7c92fcf4 15:46:09 ---> Running in a0e730e1af68 15:46:09 Removing intermediate container aa311ae74ebe 15:46:09 ---> 0800f7676a7b 15:46:09 Step 13/24 : WORKDIR / 15:46:09 ---> Running in fc9434e8e4d4 15:46:10 Removing intermediate container ebfe7c92fcf4 15:46:10 ---> 8a2c036d13fa 15:46:10 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:46:10 ---> Running in 9172436165eb 15:46:10 Removing intermediate container a0e730e1af68 15:46:10 ---> 64a8a71da68d 15:46:10 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:46:10 Removing intermediate container fc9434e8e4d4 15:46:11 ---> 1f40f3de537a 15:46:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:46:11 Removing intermediate container 9172436165eb 15:46:11 ---> 19460a5f12b1 15:46:11 Step 19/21 : LABEL arch=arm64 15:46:11 ---> Running in 60b11232a575 15:46:12 ---> d0f254998658 15:46:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 15:46:12 ---> 6f7bb67f1a6a 15:46:12 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:46:12 Removing intermediate container 60b11232a575 15:46:12 ---> 66bcf37450c4 15:46:12 Step 20/21 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:46:13 ---> Running in dc298a400d49 15:46:13 ---> 0877d318c35a 15:46:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:46:14 Removing intermediate container dc298a400d49 15:46:14 ---> 45a09ac86487 15:46:14 Step 21/21 : LABEL version=0.0.0 15:46:14 ---> d8133a07b2e0 15:46:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 15:46:14 ---> Running in dea09b0b9608 15:46:14 ---> fffa676f5980 15:46:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:46:14 Removing intermediate container dea09b0b9608 15:46:14 ---> a63de5dba6a1 15:46:14 15:46:15 ---> c469d34628d1 15:46:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 15:46:15 Successfully built a63de5dba6a1 15:46:15 Successfully tagged docker-support-scheduler-go-arm64:latest 15:46:16  Building docker-support-scheduler-go ... done  ---> 4e8441566cef 15:46:16 ---> 42cf0b128761 15:46:16 Step 18/22 : RUN chmod +x entrypoint.sh 15:46:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:46:16 ---> Running in a80358bdb050 15:46:18 ---> b06920fd8c54 15:46:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:46:19 ---> 715c5304a359 15:46:19 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/ 15:46:19 ---> Running in a1b4f561b89d 15:46:19 Removing intermediate container a80358bdb050 15:46:19 ---> d955326a8462 15:46:19 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 15:46:19 ---> Running in d9a4670d05b5 15:46:20 Removing intermediate container d9a4670d05b5 15:46:20 ---> 8cf8fdade9f8 15:46:20 Step 20/22 : LABEL arch=arm64 15:46:20 ---> Running in 73f9a8c96b53 15:46:21 Removing intermediate container 73f9a8c96b53 15:46:21 ---> 77bd1c6584e9 15:46:21 Step 21/22 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:46:21 ---> Running in 38306ae7bb49 15:46:22 Removing intermediate container 38306ae7bb49 15:46:22 ---> 62c6b9fc6668 15:46:22 Step 22/22 : LABEL version=0.0.0 15:46:22 ---> Running in 04a860e8cf95 15:46:22 Removing intermediate container a1b4f561b89d 15:46:22 ---> 4bfbf07364b5 15:46:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:46:22 ---> Running in deab5d552aa9 15:46:22 Removing intermediate container 04a860e8cf95 15:46:22 ---> 35a8dcbb110e 15:46:22 15:46:22 Successfully built 35a8dcbb110e 15:46:22 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 15:46:23  Building docker-security-bootstrap-redis-go ... done Removing intermediate container deab5d552aa9 15:46:23 ---> dd65d838fb3d 15:46:23 Step 22/24 : LABEL arch=arm64 15:46:23 ---> Running in 2529071a447f 15:46:23 Removing intermediate container 2529071a447f 15:46:23 ---> 858576712216 15:46:23 Step 23/24 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:46:24 ---> Running in 77282752b85d 15:46:24 Removing intermediate container 77282752b85d 15:46:24 ---> bc58abae548c 15:46:24 Step 24/24 : LABEL version=0.0.0 15:46:24 ---> Running in 4a763c5c3df0 15:46:25 Removing intermediate container 4a763c5c3df0 15:46:25 ---> dcb9dc9002d1 15:46:25 15:46:25 Successfully built dcb9dc9002d1 15:46:26 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:46:26  Building docker-security-secretstore-setup-go ... done Removing intermediate container a37e08fbc58e 15:46:26 ---> b1654c83abff 15:46:26 15:46:26 Step 10/23 : FROM alpine:3.12 15:46:26 ---> afeebe901d6b 15:46:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:46:26 ---> Running in 277ddc7ca090 15:46:27 Removing intermediate container 277ddc7ca090 15:46:27 ---> b9640b44f471 15:46:27 Step 12/23 : ENV APP_PORT=48080 15:46:27 ---> Running in f16cfbe6c156 15:46:27 Removing intermediate container f16cfbe6c156 15:46:27 ---> 8cf01a18759a 15:46:27 Step 13/23 : EXPOSE $APP_PORT 15:46:27 ---> Running in e43e35d90735 15:46:28 Removing intermediate container e43e35d90735 15:46:28 ---> 4fb55abe1640 15:46:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:46:28 ---> Running in 58fa89f9c7aa 15:46:30 Removing intermediate container 58fa89f9c7aa 15:46:30 ---> bf9f9a0062de 15:46:30 Step 15/23 : RUN apk add --update --no-cache zeromq 15:46:30 ---> Running in 520bd28bb16f 15:46:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:46:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:46:33 (1/5) Installing libgcc (9.3.0-r2) 15:46:33 (2/5) Installing libsodium (1.0.18-r0) 15:46:33 (3/5) Installing libstdc++ (9.3.0-r2) 15:46:33 (4/5) Installing libzmq (4.3.3-r0) 15:46:33 (5/5) Installing zeromq (4.3.3-r0) 15:46:33 Executing busybox-1.31.1-r19.trigger 15:46:33 OK: 8 MiB in 19 packages 15:46:35 Removing intermediate container 520bd28bb16f 15:46:35 ---> f5f64e7b5f54 15:46:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:46:35 ---> a4d8c62e2c74 15:46:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:46:37 ---> bd509255664e 15:46:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:46:37 ---> a10f7e5d5a99 15:46:37 Step 19/23 : ENTRYPOINT ["/core-data"] 15:46:38 ---> Running in cf3e2fea6328 15:46:38 Removing intermediate container cf3e2fea6328 15:46:38 ---> 7f5f14efe948 15:46:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:46:38 ---> Running in 00802d26989f 15:46:39 Removing intermediate container 00802d26989f 15:46:39 ---> 0b89470c7d7d 15:46:39 Step 21/23 : LABEL arch=arm64 15:46:39 ---> Running in 87411eda4b86 15:46:39 Removing intermediate container 87411eda4b86 15:46:39 ---> 204e2d000f7a 15:46:39 Step 22/23 : LABEL git_sha=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 15:46:39 ---> Running in 3470ec6609a7 15:46:40 Removing intermediate container 3470ec6609a7 15:46:40 ---> e669b6f82870 15:46:40 Step 23/23 : LABEL version=0.0.0 15:46:40 ---> Running in c8b6af7c062e 15:46:40 Removing intermediate container c8b6af7c062e 15:46:40 ---> 1b966aff6f7f 15:46:40 15:46:41 Successfully built 1b966aff6f7f 15:46:41 Successfully tagged docker-core-data-go-arm64:latest 15:46:41  Building docker-core-data-go ... done  [Pipeline] } 15:46:41 $ docker stop --time=1 e897a373da85046cb007a5519088d3dd10574ec89dfafcd5127605f065337ca6 15:46:43 $ docker rm -f e897a373da85046cb007a5519088d3dd10574ec89dfafcd5127605f065337ca6 [Pipeline] // withDockerContainer [Pipeline] sh 15:46:44 + grep docker 15:46:44 + docker images 15:46:44 docker-core-data-go-arm64 latest 1b966aff6f7f 4 seconds ago 21MB 15:46:44 docker-security-secretstore-setup-go-arm64 latest dcb9dc9002d1 20 seconds ago 23.4MB 15:46:44 docker-security-bootstrap-redis-go-arm64 latest 35a8dcbb110e 22 seconds ago 15.1MB 15:46:44 docker-support-scheduler-go-arm64 latest a63de5dba6a1 30 seconds ago 10MB 15:46:44 docker-sys-mgmt-agent-go-arm64 latest 9c9da86e3873 About a minute ago 300MB 15:46:44 docker-core-metadata-go-arm64 latest 509f88eddc1e 2 minutes ago 12.3MB 15:46:44 docker-security-proxy-setup-go-arm64 latest 69c1267daf1f 2 minutes ago 23.3MB 15:46:44 docker-support-notifications-go-arm64 latest fb11d75a940e 3 minutes ago 11.4MB 15:46:44 docker-core-command-go-arm64 latest adf084ece78b 3 minutes ago 9.98MB 15:46:44 docker 20.10.0 eeaf43b92773 4 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 15:46:46 provisioning config files... 15:46:46 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config31838609548040399tmp [Pipeline] { [Pipeline] sh 15:46:47 + set +x 15:46:47 + curl -s https://codecov.io/bash 15:46:47 + bash -s -- 15:46:47 15:46:47 _____ _ 15:46:47 / ____| | | 15:46:47 | | ___ __| | ___ ___ _____ __ 15:46:47 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:46:47 | |___| (_) | (_| | __/ (_| (_) \ V / 15:46:47 \_____\___/ \__,_|\___|\___\___/ \_/ 15:46:47 Bash-20201231-23d4836 15:46:47 15:46:47 15:46:47 ==> git version 2.24.3 found 15:46:47 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 15:46:47 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:46:47 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:46:47 ==> Jenkins CI detected. 15:46:47 project root: . 15:46:47 --> token set from env 15:46:47 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:46:47 ==> Running gcov in . (disable via -X gcov) 15:46:47 ==> Python coveragepy not found 15:46:47 ==> Searching for coverage reports in: 15:46:47 + . 15:46:47 -> Found 1 reports 15:46:47 ==> Detecting git/mercurial file structure 15:46:48 ==> Reading reports 15:46:48 + ./coverage.out bytes=553305 15:46:48 ==> Appending adjustments 15:46:48 https://docs.codecov.io/docs/fixing-reports 15:46:51 + Found adjustments 15:46:51 ==> Gzipping contents 15:46:51 84K /tmp/codecov.1Pdda5.gz 15:46:51 ==> Uploading reports 15:46:51 url: https://codecov.io 15:46:51 query: branch=PR-3002&commit=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3002%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3002&job=&cmd_args= 15:46:51 -> Pinging Codecov 15:46:51 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3002&commit=f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3002%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3002&job=&cmd_args= 15:46:51 -> Uploading to 15:46:51 https://storage.googleapis.com/codecov/v4/raw/2021-01-13/00271124DB129430A58F1EEE437C3FCB/f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5/d922b59c-52d5-4cb8-968b-c71fb718bf53.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210113T154651Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=88a84383064e79516a3b8a0d30cf105b09bcf9fc3b34dd6d02f8455a5062d9a9 15:46:51 % Total % Received % Xferd Average Speed Time Time Time Current 15:46:51 Dload Upload Total Spent Left Speed 15:46:52 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83834 0 0 100 83834 0 116k --:--:-- --:--:-- --:--:-- 116k 15:46:52 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f2181a9cfd8cd381fbc8312e3f7096b2cceae8a5 [Pipeline] } 15:46:52 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 15:46:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:46:55 ---> package-listing.sh 15:46:55 ++ facter osfamily 15:46:55 ++ tr '[:upper:]' '[:lower:]' 15:46:55 + OS_FAMILY=redhat 15:46:55 + workspace=/w/workspace/edgex-go/10 15:46:55 + START_PACKAGES=/tmp/packages_start.txt 15:46:55 + END_PACKAGES=/tmp/packages_end.txt 15:46:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:46:55 + PACKAGES=/tmp/packages_start.txt 15:46:55 + '[' /w/workspace/edgex-go/10 ']' 15:46:55 + PACKAGES=/tmp/packages_end.txt 15:46:55 + case "${OS_FAMILY}" in 15:46:55 + rpm -qa 15:46:55 + sort 15:47:01 + '[' -f /tmp/packages_start.txt ']' 15:47:01 + '[' -f /tmp/packages_end.txt ']' 15:47:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:47:01 + '[' /w/workspace/edgex-go/10 ']' 15:47:01 + mkdir -p /w/workspace/edgex-go/10/archives/ 15:47:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 15:47:01 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:47:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:47:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:47:01 15:47:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:47:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:47:02 alpine: Pulling from edgex-lftools-log-publisher 15:47:02 df20fa9351a1: Pulling fs layer 15:47:02 36b3adc4ff6f: Pulling fs layer 15:47:02 8ad3a11d3b57: Pulling fs layer 15:47:02 46f8f816bc3b: Pulling fs layer 15:47:02 93b61091891f: Pulling fs layer 15:47:02 93b9cdb0e59b: Pulling fs layer 15:47:02 5e14af77c1be: Pulling fs layer 15:47:02 01666e4c0597: Pulling fs layer 15:47:02 aa168da1d23b: Pulling fs layer 15:47:02 93b9cdb0e59b: Waiting 15:47:02 5e14af77c1be: Waiting 15:47:02 01666e4c0597: Waiting 15:47:02 46f8f816bc3b: Waiting 15:47:02 93b61091891f: Waiting 15:47:02 36b3adc4ff6f: Verifying Checksum 15:47:02 36b3adc4ff6f: Download complete 15:47:02 46f8f816bc3b: Verifying Checksum 15:47:02 46f8f816bc3b: Download complete 15:47:02 df20fa9351a1: Verifying Checksum 15:47:02 df20fa9351a1: Download complete 15:47:02 93b9cdb0e59b: Verifying Checksum 15:47:02 93b9cdb0e59b: Download complete 15:47:02 5e14af77c1be: Verifying Checksum 15:47:02 5e14af77c1be: Download complete 15:47:02 93b61091891f: Verifying Checksum 15:47:02 93b61091891f: Download complete 15:47:02 01666e4c0597: Verifying Checksum 15:47:02 01666e4c0597: Download complete 15:47:02 df20fa9351a1: Pull complete 15:47:02 36b3adc4ff6f: Pull complete 15:47:03 8ad3a11d3b57: Verifying Checksum 15:47:03 8ad3a11d3b57: Download complete 15:47:04 8ad3a11d3b57: Pull complete 15:47:04 46f8f816bc3b: Pull complete 15:47:05 aa168da1d23b: Verifying Checksum 15:47:05 aa168da1d23b: Download complete 15:47:06 93b61091891f: Pull complete 15:47:06 93b9cdb0e59b: Pull complete 15:47:06 5e14af77c1be: Pull complete 15:47:07 01666e4c0597: Pull complete 15:47:15 aa168da1d23b: Pull complete 15:47:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:47:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:47:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:47:15 prd-centos7-docker-4c-2g-19971 does not seem to be running inside a container 15:47:15 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:47:19 $ docker top 6becfc930e758e541a5e86b49e0eb89b60701f4da49f00703abe7305307b521d -eo pid,comm [Pipeline] { [Pipeline] sh 15:47:19 + touch /tmp/pre-build-complete [Pipeline] sh 15:47:20 + mkdir -p /var/log/sa [Pipeline] sh 15:47:20 + ls /var/log/sa-host 15:47:20 + sadf -c /var/log/sa-host/sa13 15:47:20 file_magic: OK 15:47:20 HZ: Using current value: 100 15:47:20 file_header: OK 15:47:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:47:20 Statistics: 15:47:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:47:20 File successfully converted to sysstat format version 12.2.1 15:47:20 + sadf -c /var/log/sa-host/sa23 15:47:20 file_magic: OK 15:47:20 HZ: Using current value: 100 15:47:20 file_header: OK 15:47:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 15:47:20 Statistics: 15:47:20 Hnuu...uuuununununu... 15:47:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:47:20 provisioning config files... 15:47:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config2027782614242785049tmp [Pipeline] { [Pipeline] echo 15:47:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:47:21 ---> create-netrc.sh [Pipeline] } 15:47:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:47:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:47:21 ---> python-tools-install.sh [Pipeline] echo 15:47:21 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:47:22 ---> sudo-logs.sh 15:47:22 Archiving 'sudo' log.. [Pipeline] echo 15:47:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:47:22 ---> job-cost.sh 15:47:22 lf-activate-venv: SKIPPING 15:47:22 INFO: No Stack... 15:47:23 INFO: Retrieving Pricing Info for: v1-standard-2 15:47:23 INFO: Archiving Costs [Pipeline] echo 15:47:23 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:47:24 ---> logs-deploy.sh 15:47:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3002/10 15:47:24 INFO: archiving workspace using pattern(s): 15:47:25 Archives upload complete. 15:47:25 INFO: archiving logs to Nexus