Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at c7191a90c07787dda31e3868df4c5f33b5de22f9 rather than d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 Obtained Jenkinsfile from c7191a90c07787dda31e3868df4c5f33b5de22f9 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 ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-19637’ is offline; ‘prd-centos7-docker-4c-2g-19641’ is offline; ‘prd-centos7-docker-4c-2g-19644’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19647 in /w/workspace/edgexfoundry_edgex-go_PR-3008 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 Merge succeeded, producing 1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 Checking out Revision 1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 (PR-3008) > 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/3008/head:refs/remotes/origin/PR-3008 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 # 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 c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 # timeout=10 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" > git rev-list --no-walk d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:29:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:29:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:29:59 ========================================================= 00:29:59 EdgeX Global Pipelines Version Info 00:29:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:00 ------------------- 00:30:00 stable info: 00:30:00 ------------------- 00:30:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:00 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:30:00 Message: update stable to v1.0.173 00:30:01 ------------------- 00:30:01 experimental info: 00:30:01 ------------------- 00:30:01 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:01 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:30:01 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3008 [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3008 [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3008 [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1cb500d [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:05 provisioning config files... 00:30:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1810373142861589129tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:05 ---> docker-login.sh 00:30:05 nexus3.edgexfoundry.org:10001 00:30:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:05 Configure a credential helper to remove this warning. See 00:30:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:05 00:30:05 Login Succeeded 00:30:05 nexus3.edgexfoundry.org:10002 00:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:06 Configure a credential helper to remove this warning. See 00:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:06 00:30:06 Login Succeeded 00:30:06 nexus3.edgexfoundry.org:10003 00:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:06 Configure a credential helper to remove this warning. See 00:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:06 00:30:06 Login Succeeded 00:30:06 nexus3.edgexfoundry.org:10004 00:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:06 Configure a credential helper to remove this warning. See 00:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:06 00:30:06 Login Succeeded 00:30:06 docker.io 00:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:06 Configure a credential helper to remove this warning. See 00:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:06 00:30:06 Login Succeeded 00:30:06 ---> docker-login.sh ends [Pipeline] } 00:30:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:07 ++ 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 00:30:07 + for file in '`ls cmd/**/Dockerfile`' 00:30:07 ++ dirname cmd/core-command/Dockerfile 00:30:07 ++ cut -d/ -f2 00:30:07 + echo core-command,cmd/core-command/Dockerfile 00:30:07 + for file in '`ls cmd/**/Dockerfile`' 00:30:07 ++ dirname cmd/core-data/Dockerfile 00:30:07 ++ cut -d/ -f2 00:30:07 + echo core-data,cmd/core-data/Dockerfile 00:30:07 + for file in '`ls cmd/**/Dockerfile`' 00:30:07 ++ dirname cmd/core-metadata/Dockerfile 00:30:07 ++ cut -d/ -f2 00:30:07 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:07 + for file in '`ls cmd/**/Dockerfile`' 00:30:07 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:30:07 ++ cut -d/ -f2 00:30:07 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:30:07 + for file in '`ls cmd/**/Dockerfile`' 00:30:07 ++ cut -d/ -f2 00:30:07 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:07 + for file in '`ls cmd/**/Dockerfile`' 00:30:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:07 ++ cut -d/ -f2 00:30:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:07 + for file in '`ls cmd/**/Dockerfile`' 00:30:07 ++ dirname cmd/support-notifications/Dockerfile 00:30:07 ++ cut -d/ -f2 00:30:07 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:07 + for file in '`ls cmd/**/Dockerfile`' 00:30:07 ++ dirname cmd/support-scheduler/Dockerfile 00:30:07 ++ cut -d/ -f2 00:30:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:07 + for file in '`ls cmd/**/Dockerfile`' 00:30:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:07 ++ cut -d/ -f2 00:30:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:07 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 00:30:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:09 00:30:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:10 latest: Pulling from edgex-devops/git-semver 00:30:10 31603596830f: Pulling fs layer 00:30:10 2a8b12db71e7: Pulling fs layer 00:30:10 6ca5941a6612: Pulling fs layer 00:30:10 ecc8261a40a4: Pulling fs layer 00:30:10 ecc8261a40a4: Waiting 00:30:10 2a8b12db71e7: Verifying Checksum 00:30:10 2a8b12db71e7: Download complete 00:30:10 31603596830f: Verifying Checksum 00:30:10 31603596830f: Download complete 00:30:10 ecc8261a40a4: Verifying Checksum 00:30:10 ecc8261a40a4: Download complete 00:30:10 6ca5941a6612: Verifying Checksum 00:30:10 6ca5941a6612: Download complete 00:30:10 31603596830f: Pull complete 00:30:10 2a8b12db71e7: Pull complete 00:30:11 6ca5941a6612: Pull complete 00:30:12 ecc8261a40a4: Pull complete 00:30:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:12 prd-centos7-docker-4c-2g-19647 does not seem to be running inside a container 00:30:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:14 $ docker top 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:14 [ssh-agent] Looking for ssh-agent implementation... 00:30:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:15 $ docker exec 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba ssh-agent 00:30:15 SSH_AUTH_SOCK=/tmp/ssh-LsDvjUVwmvFI/agent.12 00:30:15 SSH_AGENT_PID=18 00:30:15 Running ssh-add (command line suppressed) 00:30:15 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4748419138154722940.key (/w/workspace/edgex-go/2@tmp/private_key_4748419138154722940.key) 00:30:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:15 + git tag --points-at HEAD [Pipeline] } 00:30:15 $ docker exec --env ******** --env ******** 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba ssh-agent -k 00:30:15 unset SSH_AUTH_SOCK; 00:30:15 unset SSH_AGENT_PID; 00:30:15 echo Agent pid 18 killed; 00:30:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:16 [ssh-agent] Looking for ssh-agent implementation... 00:30:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:16 $ docker exec 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba ssh-agent 00:30:16 SSH_AUTH_SOCK=/tmp/ssh-ugJSUjDxEmLe/agent.48 00:30:16 SSH_AGENT_PID=54 00:30:16 Running ssh-add (command line suppressed) 00:30:16 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7169568384954254231.key (/w/workspace/edgex-go/2@tmp/private_key_7169568384954254231.key) 00:30:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:17 + git semver init 00:30:17 # -> Open(): unable to determine branch for HEAD 00:30:17 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:30:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:30:17 # $SEMVER_REMOTE_NAME = origin 00:30:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:17 # $SEMVER_USER_NAME = edgex-jenkins 00:30:17 # $SEMVER_BRANCH = PR-3008 00:30:17 # $SEMVER_TEMP = /tmp/semver-307595383 00:30:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:30:56 # '/tmp/semver-307595383' -> '/w/workspace/edgex-go/2/.semver' 00:30:56 # -> Force: false 00:30:56 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:30:56 $ docker exec --env ******** --env ******** 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba ssh-agent -k 00:30:56 unset SSH_AUTH_SOCK; 00:30:56 unset SSH_AGENT_PID; 00:30:56 echo Agent pid 54 killed; 00:30:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:56 + git semver [Pipeline] } 00:30:56 $ docker stop --time=1 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba 00:30:58 $ docker rm -f 60a7d579fe5385205600be7c510e842cce3be447c20ada55960e4b6aa96a3bba [Pipeline] // withDockerContainer [Pipeline] sh 00:30:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:30:59 Stashed 1 file(s) [Pipeline] echo 00:30:59 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:31:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:01 + sudo service docker restart 00:31:01 + true 00:31:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:02 ========================================================= 00:31:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:02 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:31:05 Sending build context to Docker daemon 326.4MB 00:31:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:05 Step 2/6 : FROM ${BASE} 00:31:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:06 188c0c94c7c5: Pulling fs layer 00:31:06 0ef7d3d256c8: Pulling fs layer 00:31:06 de9db76c5a1d: Pulling fs layer 00:31:06 bca2f99d35d6: Pulling fs layer 00:31:06 93359f2a8cfa: Pulling fs layer 00:31:06 7c6f9722023f: Pulling fs layer 00:31:06 a35cf1a2eb13: Pulling fs layer 00:31:06 bca2f99d35d6: Waiting 00:31:06 93359f2a8cfa: Waiting 00:31:06 7c6f9722023f: Waiting 00:31:06 a35cf1a2eb13: Waiting 00:31:06 de9db76c5a1d: Verifying Checksum 00:31:06 de9db76c5a1d: Download complete 00:31:06 0ef7d3d256c8: Verifying Checksum 00:31:06 0ef7d3d256c8: Download complete 00:31:06 93359f2a8cfa: Verifying Checksum 00:31:06 93359f2a8cfa: Download complete 00:31:06 7c6f9722023f: Verifying Checksum 00:31:06 7c6f9722023f: Download complete 00:31:06 188c0c94c7c5: Verifying Checksum 00:31:06 188c0c94c7c5: Download complete 00:31:06 188c0c94c7c5: Pull complete 00:31:07 0ef7d3d256c8: Pull complete 00:31:07 de9db76c5a1d: Pull complete 00:31:08 a35cf1a2eb13: Verifying Checksum 00:31:08 a35cf1a2eb13: Download complete 00:31:09 bca2f99d35d6: Verifying Checksum 00:31:09 bca2f99d35d6: Download complete 00:31:15 Still waiting to schedule task 00:31:15 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:16 bca2f99d35d6: Pull complete 00:31:16 93359f2a8cfa: Pull complete 00:31:16 7c6f9722023f: Pull complete 00:31:21 a35cf1a2eb13: Pull complete 00:31:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:21 ---> a62c8e92a672 00:31:21 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:31:21 ---> Running in 68dee4c47189 00:31:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:25 (1/12) Installing libmagic (5.38-r0) 00:31:26 (2/12) Installing file (5.38-r0) 00:31:26 (3/12) Installing libc-dev (0.7.2-r3) 00:31:26 (4/12) Installing g++ (9.3.0-r2) 00:31:48 (5/12) Installing fortify-headers (1.1-r0) 00:31:48 (6/12) Installing patch (2.7.6-r6) 00:31:48 (7/12) Installing build-base (0.5-r2) 00:31:48 (8/12) Installing libsodium (1.0.18-r0) 00:31:48 (9/12) Installing pkgconf (1.7.2-r0) 00:31:48 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:48 (11/12) Installing libzmq (4.3.3-r0) 00:31:48 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:48 Executing busybox-1.31.1-r19.trigger 00:31:48 OK: 233 MiB in 51 packages 00:31:51 Removing intermediate container 68dee4c47189 00:31:51 ---> 4b084e8fd3c3 00:31:51 Step 4/6 : WORKDIR /edgex-go 00:31:51 ---> Running in 8c85308ddedf 00:31:51 Removing intermediate container 8c85308ddedf 00:31:51 ---> 7c58f550eacd 00:31:51 Step 5/6 : COPY go.mod . 00:31:51 ---> 92eacf7f0016 00:31:51 Step 6/6 : RUN go mod download 00:31:51 ---> Running in f99b3b3e4930 00:32:13 Removing intermediate container f99b3b3e4930 00:32:13 ---> dbb4c006cb21 00:32:13 Successfully built dbb4c006cb21 00:32:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:14 + docker inspect -f . ci-base-image-x86_64 00:32:14 . [Pipeline] withDockerContainer 00:32:14 prd-centos7-docker-4c-2g-19647 does not seem to be running inside a container 00:32:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:15 $ docker top 50a2a207fa450ef234a790139bc0f0e48fa0ca9220c4735f7134caba7b2d27f6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:15 + go version 00:32:15 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:15 $ docker stop --time=1 50a2a207fa450ef234a790139bc0f0e48fa0ca9220c4735f7134caba7b2d27f6 00:32:17 $ docker rm -f 50a2a207fa450ef234a790139bc0f0e48fa0ca9220c4735f7134caba7b2d27f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:17 + docker inspect -f . ci-base-image-x86_64 00:32:17 . [Pipeline] withDockerContainer 00:32:18 prd-centos7-docker-4c-2g-19647 does not seem to be running inside a container 00:32:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:18 $ docker top 05169dfdc52345ef0426125d609fb3144c64ce38365d38956c1e7ae155fb6031 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:19 ========================================================= 00:32:19 [edgeXBuildGoParallel] Running Tests and Build... 00:32:19 ========================================================= [Pipeline] sh 00:32:19 + make test 00:32:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:29 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.0% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.410s coverage: 77.8% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.165s coverage: 82.4% of statements 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.341s coverage: 28.6% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.143s coverage: 86.7% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.364s coverage: 93.1% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.053s coverage: 0.1% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 75.5% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.4% of statements 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 63.5% of statements 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:33:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 55.9% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.083s coverage: 37.0% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.308s coverage: 84.0% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 00:33:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.075s coverage: 100.0% of statements 00:33:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.900s coverage: 29.1% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.129s coverage: 99.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:12 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.057s coverage: 87.9% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:33:13 GO111MODULE=on go vet ./... 00:33:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19658 in /w/workspace/edgexfoundry_edgex-go_PR-3008 [Pipeline] { [Pipeline] ws 00:33:35 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:33:40 gofmt -l . 00:33:40 [ "`gofmt -l .`" = "" ] 00:33:40 ./bin/test-go-mod-tidy.sh 00:33:40 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:41 + ls -al . 00:33:41 total 656 00:33:41 drwxrwxr-x 10 1001 1001 4096 Jan 12 00:33 . 00:33:41 drwxr-xr-x 4 root root 28 Jan 12 00:32 .. 00:33:41 -rw-rw-r-- 1 1001 1001 11 Jan 12 00:29 .dockerignore 00:33:41 drwxrwxr-x 8 1001 1001 179 Jan 12 00:29 .git 00:33:41 drwxrwxr-x 3 1001 1001 125 Jan 12 00:29 .github 00:33:41 -rw-rw-r-- 1 1001 1001 824 Jan 12 00:29 .gitignore 00:33:41 drwx------ 3 1001 1001 47 Jan 12 00:30 .semver 00:33:41 -rw-rw-r-- 1 1001 1001 166 Jan 12 00:29 .sonarcloud.properties 00:33:41 -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:29 Attribution.txt 00:33:41 -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:29 CONTRIBUTING.md 00:33:41 -rw-rw-r-- 1 1001 1001 931 Jan 12 00:29 Dockerfile.build 00:33:41 -rw-rw-r-- 1 1001 1001 863 Jan 12 00:29 Jenkinsfile 00:33:41 -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:29 LICENSE 00:33:41 -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:29 Makefile 00:33:41 -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:29 README.md 00:33:41 -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:29 SECURITY.md 00:33:41 -rw-rw-r-- 1 1001 1001 5 Jan 12 00:30 VERSION 00:33:41 -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:29 ZMQWindows.md 00:33:41 drwxrwxr-x 2 1001 1001 117 Jan 12 00:29 bin 00:33:41 drwxrwxr-x 14 1001 1001 4096 Jan 12 00:29 cmd 00:33:41 -rw-r--r-- 1 root root 552842 Jan 12 00:33 coverage.out 00:33:41 -rw-r--r-- 1 root root 979 Jan 12 00:33 go.mod 00:33:41 -rw-r--r-- 1 root root 19019 Jan 12 00:33 go.sum 00:33:41 drwxrwxr-x 8 1001 1001 127 Jan 12 00:29 internal 00:33:41 drwxrwxr-x 4 1001 1001 26 Jan 12 00:29 openapi 00:33:41 drwxrwxr-x 4 1001 1001 71 Jan 12 00:29 snap 00:33:41 -rw-rw-r-- 1 1001 1001 168 Jan 12 00:29 version.go [Pipeline] sh 00:33:41 using credential edgex-jenkins-ssh 00:33:41 Cloning the remote Git repository 00:33:41 + '[' -e coverage.out ] 00:33:41 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:41 Stashed 1 file(s) [Pipeline] sh 00:33:41 + make build 00:33:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:33:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:33:41 > git init /w/workspace/edgex-go/2 # timeout=10 00:33:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:33:41 > git --version # timeout=10 00:33:41 > git --version # 'git version 2.17.1' 00:33:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:33:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:33: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 00:33:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:33: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 00:33:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:33:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:33:59 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 00:33:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:33:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:33:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:33:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:33:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3008/head:refs/remotes/origin/PR-3008 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:33:59 > git config core.sparsecheckout # timeout=10 00:33:59 > git checkout -f d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 # timeout=10 00:34:00 > git remote # timeout=10 00:34:00 > git config --get remote.origin.url # timeout=10 00:34:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:00 > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 00:34:00 > git rev-parse HEAD^{commit} # timeout=10 00:34:00 Merge succeeded, producing f953f651b166b8bdada643e34442d89a3abb8c90 00:34:00 Checking out Revision f953f651b166b8bdada643e34442d89a3abb8c90 (PR-3008) 00:34: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 00:34:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:00 > git config core.sparsecheckout # timeout=10 00:34:00 > git checkout -f f953f651b166b8bdada643e34442d89a3abb8c90 # timeout=10 00:34:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:34:04 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" 00:34:04 > git rev-list --no-walk d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 # timeout=10 00:34:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:34:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:34:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:07 + sudo service docker restart 00:34:07 + true [Pipeline] } 00:34:08 $ docker stop --time=1 05169dfdc52345ef0426125d609fb3144c64ce38365d38956c1e7ae155fb6031 00:34:10 $ docker rm -f 05169dfdc52345ef0426125d609fb3144c64ce38365d38956c1e7ae155fb6031 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap 00:34:10 provisioning config files... [Pipeline] // stage 00:34:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2631614508002215639tmp [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { 00:34:11 ---> docker-login.sh 00:34:11 nexus3.edgexfoundry.org:10001 [Pipeline] isUnix [Pipeline] sh 00:34:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:11 00:34:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:12 Configure a credential helper to remove this warning. See 00:34:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:12 00:34:12 Login Succeeded 00:34:12 nexus3.edgexfoundry.org:10002 00:34:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:12 latest: Pulling from edgex-devops/edgex-compose 00:34:12 cbdbe7a5bc2a: Pulling fs layer 00:34:12 ca9280d653b3: Pulling fs layer 00:34:12 7e9c9ca2126c: Pulling fs layer 00:34:12 cbdbe7a5bc2a: Download complete 00:34:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:13 Configure a credential helper to remove this warning. See 00:34:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:13 00:34:13 Login Succeeded 00:34:13 nexus3.edgexfoundry.org:10003 00:34:13 cbdbe7a5bc2a: Pull complete 00:34:13 ca9280d653b3: Verifying Checksum 00:34:13 ca9280d653b3: Download complete 00:34:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:13 Configure a credential helper to remove this warning. See 00:34:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:13 00:34:13 Login Succeeded 00:34:13 nexus3.edgexfoundry.org:10004 00:34:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:14 Configure a credential helper to remove this warning. See 00:34:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:14 00:34:14 Login Succeeded 00:34:14 docker.io 00:34:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:15 ca9280d653b3: Pull complete 00:34:15 7e9c9ca2126c: Download complete 00:34:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:15 Configure a credential helper to remove this warning. See 00:34:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:15 00:34:15 Login Succeeded 00:34:15 ---> docker-login.sh ends [Pipeline] } 00:34:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:34:16 ========================================================= 00:34:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:16 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:34:19 Sending build context to Docker daemon 165.5MB 00:34:19 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:19 Step 2/6 : FROM ${BASE} 00:34:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:19 5f621e34cdf4: Pulling fs layer 00:34:19 a4357932f1b6: Pulling fs layer 00:34:19 18c013af1878: Pulling fs layer 00:34:19 00ac8860ef70: Pulling fs layer 00:34:19 63d7cb157983: Pulling fs layer 00:34:19 b116817d02f9: Pulling fs layer 00:34:19 745a02a5169b: Pulling fs layer 00:34:19 00ac8860ef70: Waiting 00:34:19 b116817d02f9: Waiting 00:34:19 63d7cb157983: Waiting 00:34:19 745a02a5169b: Waiting 00:34:19 18c013af1878: Download complete 00:34:19 a4357932f1b6: Download complete 00:34:19 63d7cb157983: Verifying Checksum 00:34:19 63d7cb157983: Download complete 00:34:19 b116817d02f9: Verifying Checksum 00:34:19 b116817d02f9: Download complete 00:34:19 5f621e34cdf4: Verifying Checksum 00:34:19 5f621e34cdf4: Download complete 00:34:19 5f621e34cdf4: Pull complete 00:34:20 a4357932f1b6: Pull complete 00:34:20 18c013af1878: Pull complete 00:34:21 745a02a5169b: Download complete 00:34:21 7e9c9ca2126c: Pull complete 00:34:21 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:21 prd-centos7-docker-4c-2g-19647 does not seem to be running inside a container 00:34:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:23 00ac8860ef70: Verifying Checksum 00:34:23 00ac8860ef70: Download complete 00:34:23 $ docker top 935ccd14b6aedbd91f33a0652092056ddbcff7f5cfe21e549d9b5b9cccf0bde2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:23 + docker-compose build --help 00:34:23 + grep parallel 00:34:24 --parallel Build images in parallel. [Pipeline] } 00:34:24 $ docker stop --time=1 935ccd14b6aedbd91f33a0652092056ddbcff7f5cfe21e549d9b5b9cccf0bde2 00:34:26 $ docker rm -f 935ccd14b6aedbd91f33a0652092056ddbcff7f5cfe21e549d9b5b9cccf0bde2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:26 . [Pipeline] withDockerContainer 00:34:27 prd-centos7-docker-4c-2g-19647 does not seem to be running inside a container 00:34:27 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:27 $ docker top 1274457f10313b2f51d0685487b50e4e2234f1f89bf7a84d2226fbade12fd815 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:28 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:29 Building docker-core-command-go ... 00:34:29 Building docker-core-data-go ... 00:34:29 Building docker-core-metadata-go ... 00:34:29 Building docker-security-bootstrap-redis-go ... 00:34:29 Building docker-security-proxy-setup-go ... 00:34:29 Building docker-security-secretstore-setup-go ... 00:34:29 Building docker-support-notifications-go ... 00:34:29 Building docker-support-scheduler-go ... 00:34:29 Building docker-sys-mgmt-agent-go ... 00:34:29 Building docker-support-notifications-go 00:34:29 Building docker-security-bootstrap-redis-go 00:34:29 Building docker-security-proxy-setup-go 00:34:29 Building docker-support-scheduler-go 00:34:29 Building docker-core-command-go 00:34:33 00ac8860ef70: Pull complete 00:34:33 63d7cb157983: Pull complete 00:34:33 b116817d02f9: Pull complete 00:34:37 745a02a5169b: Pull complete 00:34:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:34:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:34:37 ---> b7e6874047d6 00:34:37 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:34:41 ---> Running in 7ce29654f7d8 00:34:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:34:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:34:44 (1/12) Installing libmagic (5.38-r0) 00:34:44 (2/12) Installing file (5.38-r0) 00:34:44 (3/12) Installing libc-dev (0.7.2-r3) 00:34:44 (4/12) Installing g++ (9.3.0-r2) 00:34:50 (5/12) Installing fortify-headers (1.1-r0) 00:34:50 (6/12) Installing patch (2.7.6-r6) 00:34:50 (7/12) Installing build-base (0.5-r2) 00:34:50 (8/12) Installing libsodium (1.0.18-r0) 00:34:50 (9/12) Installing pkgconf (1.7.2-r0) 00:34:50 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:50 (11/12) Installing libzmq (4.3.3-r0) 00:34:50 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:50 Executing busybox-1.31.1-r19.trigger 00:34:50 OK: 217 MiB in 51 packages 00:34:55 Removing intermediate container 7ce29654f7d8 00:34:55 ---> 8c592d77f8eb 00:34:55 Step 4/6 : WORKDIR /edgex-go 00:34:55 ---> Running in a402b7307c0a 00:34:55 Removing intermediate container a402b7307c0a 00:34:55 ---> 9e6fff4c59cd 00:34:55 Step 5/6 : COPY go.mod . 00:34:56 ---> 44b70c5d895b 00:34:56 Step 6/6 : RUN go mod download 00:34:56 ---> Running in 541795e45e9f 00:35:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:01 ---> dbb4c006cb21 00:35:01 Step 3/21 : WORKDIR /edgex-go 00:35:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:01 ---> dbb4c006cb21 00:35:01 Step 3/22 : WORKDIR /edgex-go 00:35:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:01 ---> dbb4c006cb21 00:35:01 Step 3/24 : WORKDIR /edgex-go 00:35:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:01 ---> dbb4c006cb21 00:35:01 Step 3/21 : WORKDIR /edgex-go 00:35:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:01 ---> dbb4c006cb21 00:35:01 Step 3/22 : WORKDIR /edgex-go 00:35:01 ---> Running in 74c2a323b3e7 00:35:01 ---> Running in ebac9ffcb6f7 00:35:01 ---> Running in e481aafd13ab 00:35:01 ---> Running in 6ed5b9b97712 00:35:01 ---> Running in 5c28925747e3 00:35:01 Removing intermediate container 6ed5b9b97712 00:35:01 ---> 361fd3a86dbe 00:35:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:01 Removing intermediate container 5c28925747e3 00:35:01 ---> 62c71f5853b8 00:35:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:01 Removing intermediate container 74c2a323b3e7 00:35:01 ---> 473f886b6da2 00:35:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:01 Removing intermediate container ebac9ffcb6f7 00:35:01 ---> 550b834944a6 00:35:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:01 Removing intermediate container e481aafd13ab 00:35:01 ---> 82becacfe78e 00:35:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:01 ---> Running in e61070b0c68e 00:35:01 ---> Running in 9710df9e67c9 00:35:01 ---> Running in 7216b4572abe 00:35:01 ---> Running in 4a64dc64bb18 00:35:01 ---> Running in 6b6c7d731033 00:35:03 Removing intermediate container 7216b4572abe 00:35:03 ---> 1a941e5f0e17 00:35:03 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:03 Removing intermediate container e61070b0c68e 00:35:03 ---> aa7461f21817 00:35:03 Step 5/22 : RUN apk add --update --no-cache make git 00:35:03 ---> Running in fbfbfa517980 00:35:03 ---> Running in da66d8ca8032 00:35:03 Removing intermediate container 9710df9e67c9 00:35:03 ---> 8f1e69bb094a 00:35:03 Step 5/21 : RUN apk add --update --no-cache make git 00:35:04 ---> Running in 201121a9e2cf 00:35:04 Removing intermediate container 4a64dc64bb18 00:35:04 ---> 93ba253d8d3a 00:35:04 Step 5/22 : RUN apk add --update --no-cache make git 00:35:04 Removing intermediate container 6b6c7d731033 00:35:04 ---> 9ec2e16d063d 00:35:04 Step 5/21 : RUN apk add --update --no-cache make git 00:35:04 ---> Running in 9741290c7ea6 00:35:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:04 ---> Running in 5d13e550ce0f 00:35:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:06 OK: 233 MiB in 51 packages 00:35:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:06 OK: 233 MiB in 51 packages 00:35:06 OK: 233 MiB in 51 packages 00:35:06 Removing intermediate container fbfbfa517980 00:35:06 ---> a10e4ba6e4dc 00:35:06 Step 6/24 : COPY go.mod . 00:35:07 Removing intermediate container da66d8ca8032 00:35:07 ---> 868a92f08c00 00:35:07 Step 6/22 : COPY go.mod . 00:35:07 ---> 11e579891f7e 00:35:07 Step 7/24 : RUN go mod download 00:35:07 OK: 233 MiB in 51 packages 00:35:07 ---> Running in c848539ac97c 00:35:07 Removing intermediate container 201121a9e2cf 00:35:07 ---> 9b82bedef676 00:35:07 Step 6/21 : COPY go.mod . 00:35:07 OK: 233 MiB in 51 packages 00:35:07 ---> b121ba04be13 00:35:07 Step 7/22 : RUN go mod download 00:35:07 ---> Running in 16719ce263e6 00:35:07 ---> 8a4d7ccc9720 00:35:07 Step 7/21 : RUN go mod download 00:35:08 ---> Running in 50af55c9bfbc 00:35:08 Removing intermediate container 5d13e550ce0f 00:35:08 ---> f4c109b4dd5d 00:35:08 Step 6/21 : COPY go.mod . 00:35:09 Removing intermediate container 9741290c7ea6 00:35:09 ---> 2d97d54e3e89 00:35:09 Step 6/22 : COPY go.mod . 00:35:09 ---> 300e877801b4 00:35:09 Step 7/21 : RUN go mod download 00:35:09 ---> Running in e9c2887dde69 00:35:09 ---> 6aab0697afa7 00:35:09 Step 7/22 : RUN go mod download 00:35:10 Removing intermediate container c848539ac97c 00:35:10 ---> 380aaa3d7fe7 00:35:10 Step 8/24 : COPY . . 00:35:10 ---> Running in 67311896a261 00:35:11 Removing intermediate container 16719ce263e6 00:35:11 ---> ce37adb7f4d8 00:35:11 Step 8/22 : COPY . . 00:35:13 Removing intermediate container 50af55c9bfbc 00:35:13 ---> c1fddb508696 00:35:13 Step 8/21 : COPY . . 00:35:18 Removing intermediate container e9c2887dde69 00:35:18 ---> 032b7ad787cf 00:35:18 Step 8/21 : COPY . . 00:35:23 Removing intermediate container 541795e45e9f 00:35:23 ---> a08dfdf76e28 00:35:23 Successfully built a08dfdf76e28 00:35:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:23 Removing intermediate container 67311896a261 00:35:23 ---> eb7538f9a063 00:35:23 Step 8/22 : COPY . . 00:35:23 + docker inspect -f . ci-base-image-arm64 00:35:23 . [Pipeline] withDockerContainer 00:35:24 prd-ubuntu18.04-docker-arm64-4c-16g-19658 does not seem to be running inside a container 00:35:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:35:25 $ docker top e68554b5c94b39065096e5f2ec05f777ace07864858a2e6de3db50db0d29fd5c -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:26 + go version 00:35:26 go version go1.15.5 linux/arm64 [Pipeline] } 00:35:26 $ docker stop --time=1 e68554b5c94b39065096e5f2ec05f777ace07864858a2e6de3db50db0d29fd5c 00:35:28 $ docker rm -f e68554b5c94b39065096e5f2ec05f777ace07864858a2e6de3db50db0d29fd5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:29 + docker inspect -f . ci-base-image-arm64 00:35:29 . [Pipeline] withDockerContainer 00:35:30 prd-ubuntu18.04-docker-arm64-4c-16g-19658 does not seem to be running inside a container 00:35:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:35:31 $ docker top 4c8969b6e598c65da36c46e393362df987e7f6e8c7d5e41c18a1cb463acac1f6 -eo pid,comm [Pipeline] { [Pipeline] echo 00:35:32 ========================================================= 00:35:32 [edgeXBuildGoParallel] Running Tests and Build... 00:35:32 ========================================================= [Pipeline] sh 00:35:32 + make test 00:35:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:35:45 ---> af311c61103f 00:35:45 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:35:46 ---> Running in 605435a989d0 00:35:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:51 ---> edbb8477bc97 00:35:51 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:35:54 ---> Running in 9cb7b537f502 00:35:54 ---> d5c08513bddb 00:35:54 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:35:54 ---> b4ebb415a09b 00:35:54 Step 9/22 : RUN make cmd/core-command/core-command 00:35:55 ---> Running in fda5d2e38c82 00:35:55 ---> Running in 0dccf7cc5d37 00:35:55 ---> eb961b158dee 00:35:55 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:35:55 ---> Running in 1f83fb5862fc 00:35:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:35:59 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:23 Removing intermediate container 605435a989d0 00:36:23 ---> 379b92856b33 00:36:23 00:36:23 Step 10/24 : FROM scratch 00:36:23 ---> 00:36:23 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:36:23 ---> Running in a73dc9ce0eb7 00:36:23 Removing intermediate container a73dc9ce0eb7 00:36:23 ---> 5b437a30e744 00:36:23 Step 12/24 : ENV APP_PORT=48060 00:36:23 ---> Running in b2c84e4a6d18 00:36:23 Removing intermediate container b2c84e4a6d18 00:36:23 ---> 21c9855e70e1 00:36:23 Step 13/24 : EXPOSE $APP_PORT 00:36:23 ---> Running in 63f2e37f65b3 00:36:23 Removing intermediate container 63f2e37f65b3 00:36:23 ---> 05d5ce35a966 00:36:23 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:36:23 ---> 1f8d612b8a1d 00:36:23 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:36:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:36:23 ---> 4d72e7a316b5 00:36:23 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:36:24 ---> b6572f64dc6c 00:36:24 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:27 ---> 8061d0cf5588 00:36:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:36:27 Removing intermediate container 1f83fb5862fc 00:36:27 ---> 91961c048c94 00:36:27 00:36:27 Step 10/22 : FROM alpine:3.12 00:36:27 3.12: Pulling from library/alpine 00:36:30 ---> e94b790e6381 00:36:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:36:30 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:36:31 Status: Downloaded newer image for alpine:3.12 00:36:31 ---> 389fef711851 00:36:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:36:31 Removing intermediate container fda5d2e38c82 00:36:31 ---> 3126fe392b01 00:36:31 00:36:31 Step 10/21 : FROM scratch 00:36:31 ---> 00:36:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:31 Removing intermediate container 0dccf7cc5d37 00:36:31 ---> f3197ba22293 00:36:31 00:36:31 Step 10/22 : FROM scratch 00:36:31 ---> 00:36:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:31 ---> 87a0241446a3 00:36:31 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:36:31 ---> Running in 3969369e7f00 00:36:31 ---> Running in bfda58f39b96 00:36:31 ---> Running in 66956a5dec83 00:36:31 ---> Running in 613c54168f48 00:36:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:32 (1/5) Installing ca-certificates (20191127-r4) 00:36:33 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:36:33 (3/5) Installing libcurl (7.69.1-r3) 00:36:33 (4/5) Installing curl (7.69.1-r3) 00:36:33 (5/5) Installing dumb-init (1.2.2-r1) 00:36:33 Executing busybox-1.31.1-r19.trigger 00:36:33 Executing ca-certificates-20191127-r4.trigger 00:36:33 OK: 7 MiB in 19 packages 00:36:33 Removing intermediate container 66956a5dec83 00:36:33 ---> 299b1d45e330 00:36:33 Step 12/22 : ENV APP_PORT=48082 00:36:33 Removing intermediate container bfda58f39b96 00:36:33 ---> f7449b89b962 00:36:33 Step 12/21 : ENV APP_PORT=48085 00:36:33 Removing intermediate container 613c54168f48 00:36:33 ---> 770a6a0bfdfb 00:36:33 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:33 Removing intermediate container 9cb7b537f502 00:36:33 ---> 194057a01092 00:36:33 00:36:33 Step 10/21 : FROM alpine:3.12 00:36:33 ---> 389fef711851 00:36:33 Step 11/21 : RUN apk add --update --no-cache curl 00:36:33 ---> Running in ffde013a6af2 00:36:33 ---> Running in 82b745117b2c 00:36:34 ---> Running in a05b1d6c2cd7 00:36:34 ---> Running in 180d8cfcdeee 00:36:34 Removing intermediate container ffde013a6af2 00:36:34 ---> f45d8f439016 00:36:34 Step 13/21 : EXPOSE $APP_PORT 00:36:34 Removing intermediate container 82b745117b2c 00:36:34 ---> df3520457359 00:36:34 Step 13/22 : EXPOSE $APP_PORT 00:36:35 ---> Running in fd83846a8b8e 00:36:35 Removing intermediate container a05b1d6c2cd7 00:36:35 ---> dc3806273d1a 00:36:35 Step 22/24 : LABEL arch=x86_64 00:36:35 ---> Running in 396820a3606f 00:36:35 Removing intermediate container 3969369e7f00 00:36:35 ---> b6d1ca2dcb87 00:36:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:36:35 ---> Running in 9e95b338a596 00:36:35 ---> Running in d708b614edb1 00:36:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:35 Removing intermediate container fd83846a8b8e 00:36:35 ---> 6f55a7ea44b9 00:36:35 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:36 (1/4) Installing ca-certificates (20191127-r4) 00:36:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:36:36 (3/4) Installing libcurl (7.69.1-r3) 00:36:36 Removing intermediate container 396820a3606f 00:36:36 ---> 5c138b0b2251 00:36:36 Step 14/22 : WORKDIR / 00:36:36 (4/4) Installing curl (7.69.1-r3) 00:36:36 Executing busybox-1.31.1-r19.trigger 00:36:36 Executing ca-certificates-20191127-r4.trigger 00:36:36 OK: 7 MiB in 18 packages 00:36:36 Removing intermediate container 9e95b338a596 00:36:36 ---> eee9810689b8 00:36:36 Step 23/24 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:36:36 Removing intermediate container d708b614edb1 00:36:36 ---> 60ba79c8d5a5 00:36:36 Step 13/22 : WORKDIR / 00:36:36 ---> Running in c820b9eeca83 00:36:36 ---> ce1c64a67920 00:36:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:36:36 ---> Running in 7d464cd04d53 00:36:36 ---> Running in a6fdcec746dc 00:36:36 Removing intermediate container c820b9eeca83 00:36:36 ---> aa930e35408f 00:36:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:37 Removing intermediate container 7d464cd04d53 00:36:37 ---> 11dc36f07030 00:36:37 Step 24/24 : LABEL version=0.0.0 00:36:37 Removing intermediate container a6fdcec746dc 00:36:37 ---> a8ee8972a396 00:36:37 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:37 Removing intermediate container 180d8cfcdeee 00:36:37 ---> 29910e203b67 00:36:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:37 ---> 89d7ee928fc8 00:36:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:36:37 ---> Running in 668a194a6c85 00:36:38 ---> 1cdaf16c75a7 00:36:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:36:38 ---> Running in ea1a27b3282c 00:36:38 ---> 350639839c75 00:36:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:36:38 Removing intermediate container 668a194a6c85 00:36:38 ---> 4b45376edea0 00:36:38 00:36:38 ---> bffacdfb3e25 00:36:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:36:38 Removing intermediate container ea1a27b3282c 00:36:38 ---> 3c668118eac9 00:36:38 Step 13/21 : WORKDIR /edgex 00:36:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:36:38 Successfully built 4b45376edea0 00:36:38 ---> a35603125775 00:36:38 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:36:38 Successfully tagged docker-support-notifications-go:latest 00:36:38  Building docker-support-notifications-go ... done Building docker-core-metadata-go 00:36:38 ---> Running in 8d99bff555c2 00:36:38 ---> Running in 3df144c00bae 00:36:38 ---> ee8a6b5e001b 00:36:38 Step 18/22 : ENTRYPOINT ["/core-command"] 00:36:40 ---> f17cbd52b274 00:36:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:36:40 ---> Running in d37b9798bbaa 00:36:40 Removing intermediate container 3df144c00bae 00:36:40 ---> 5bd1abe5a117 00:36:40 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:40 Removing intermediate container 8d99bff555c2 00:36:40 ---> a7d609d11bdb 00:36:40 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:36:40 ---> d512b54b5d71 00:36:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:36:40 ---> Running in 780acbbc5bdc 00:36:40 Removing intermediate container d37b9798bbaa 00:36:40 ---> ebf18bfa1171 00:36:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:40 ---> Running in fb8501159747 00:36:41 ---> 296faf8abb20 00:36:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:36:41 Removing intermediate container 780acbbc5bdc 00:36:41 ---> 0ac876cfe232 00:36:41 Step 19/21 : LABEL arch=x86_64 00:36:42 Removing intermediate container fb8501159747 00:36:42 ---> 247f96acfbb6 00:36:42 Step 20/22 : LABEL arch=x86_64 00:36:42 ---> b4d5cb4bee3c 00:36:42 Step 18/22 : RUN chmod +x entrypoint.sh 00:36:43 ---> Running in 03b9396104ee 00:36:43 ---> Running in b9316dcafff8 00:36:43 ---> 59dc03f71ce5 00:36:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:36:43 ---> Running in c662103fd71c 00:36:43 Removing intermediate container 03b9396104ee 00:36:43 ---> 9ef8dc1a2940 00:36:43 Step 20/21 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:36:44 Removing intermediate container c662103fd71c 00:36:44 ---> cbc6344d3a95 00:36:44 Step 21/22 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:36:44 ---> Running in 1688250b95fb 00:36:45 ---> b71ef3da93de 00:36:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:36:45 ---> Running in fe157882302e 00:36:46 ---> Running in ac7b45b24c43 00:36:46 Removing intermediate container 1688250b95fb 00:36:46 ---> f09cb6f4dadd 00:36:46 Step 21/21 : LABEL version=0.0.0 00:36:46 Removing intermediate container fe157882302e 00:36:46 ---> 066ebaf58a03 00:36:46 Step 22/22 : LABEL version=0.0.0 00:36:47 ---> Running in 00172859e7b8 00:36:47 Removing intermediate container ac7b45b24c43 00:36:47 ---> 03170c75c88e 00:36:47 Step 18/21 : CMD ["--init=true"] 00:36:47 ---> Running in fb6000b7c002 00:36:48 Removing intermediate container b9316dcafff8 00:36:48 ---> 2942da959286 00:36:48 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:36:48 ---> Running in 5a8a45edd0f9 00:36:48 Removing intermediate container 00172859e7b8 00:36:48 ---> d98c31a676e7 00:36:48 00:36:48 ---> Running in 2b9bf67a4620 00:36:49 Successfully built d98c31a676e7 00:36:49 Successfully tagged docker-support-scheduler-go:latest 00:36:49 Building docker-security-secretstore-setup-go 00:36:49  Building docker-support-scheduler-go ... done Removing intermediate container fb6000b7c002 00:36:49 ---> ee6787789c10 00:36:49 00:36:49 Removing intermediate container 5a8a45edd0f9 00:36:49 ---> b586c07b6953 00:36:49 Step 19/21 : LABEL arch=x86_64 00:36:50 Successfully built ee6787789c10 00:36:50 Removing intermediate container 2b9bf67a4620 00:36:50 ---> 42a9464614a9 00:36:50 Step 20/22 : LABEL arch=x86_64 00:36:50 Successfully tagged docker-core-command-go:latest 00:36:50 Building docker-core-data-go 00:36:51  Building docker-core-command-go ... done  ---> Running in f6a654e7b067 00:36:53 ---> Running in 9b25fc6fefdb 00:36:53 Removing intermediate container f6a654e7b067 00:36:53 ---> 24d609c3c672 00:36:53 Step 20/21 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:36:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:55 ---> dbb4c006cb21 00:36:55 Step 3/22 : WORKDIR /edgex-go 00:36:55 ---> Using cache 00:36:55 ---> 82becacfe78e 00:36:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:55 ---> Using cache 00:36:55 ---> 93ba253d8d3a 00:36:55 Step 5/22 : RUN apk add --update --no-cache make git 00:36:55 ---> Using cache 00:36:55 ---> 2d97d54e3e89 00:36:55 Step 6/22 : COPY go.mod . 00:36:55 ---> Using cache 00:36:55 ---> 6aab0697afa7 00:36:55 Step 7/22 : RUN go mod download 00:36:55 ---> Using cache 00:36:55 ---> eb7538f9a063 00:36:55 Step 8/22 : COPY . . 00:36:55 ---> Using cache 00:36:55 ---> eb961b158dee 00:36:55 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:36:56 ---> Running in 76ca5c0f2dbe 00:36:56 Removing intermediate container 9b25fc6fefdb 00:36:56 ---> 87dc384e8852 00:36:56 Step 21/22 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:36:56 ---> Running in ef5b623b843b 00:36:58 ---> Running in 55a97de91b15 00:36:58 Removing intermediate container 76ca5c0f2dbe 00:36:58 ---> 0f474e03168b 00:36:58 Step 21/21 : LABEL version=0.0.0 00:36:58 ---> Running in 0835ae80e113 00:36:59 Removing intermediate container 55a97de91b15 00:36:59 ---> 620290f6c88a 00:36:59 Step 22/22 : LABEL version=0.0.0 00:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:01 ---> Running in 5c2cdfb0d38a 00:37:01 Removing intermediate container 0835ae80e113 00:37:01 ---> 0f8e74af0f26 00:37:01 00:37:02 Successfully built 0f8e74af0f26 00:37:02 Successfully tagged docker-security-proxy-setup-go:latest 00:37:02  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:37:03 Removing intermediate container 5c2cdfb0d38a 00:37:03 ---> 7514a271116c 00:37:03 00:37:03 Successfully built 7514a271116c 00:37:03 Successfully tagged docker-security-bootstrap-redis-go:latest 00:37:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.276s coverage: 46.6% of statements 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:16  Building docker-security-bootstrap-redis-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:16 ---> dbb4c006cb21 00:37:16 Step 3/24 : WORKDIR /edgex-go 00:37:16 ---> Using cache 00:37:16 ---> 82becacfe78e 00:37:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:16 ---> Using cache 00:37:16 ---> 93ba253d8d3a 00:37:16 Step 5/24 : RUN apk add --update --no-cache make git 00:37:16 ---> Using cache 00:37:16 ---> 2d97d54e3e89 00:37:16 Step 6/24 : COPY go.mod . 00:37:16 ---> Using cache 00:37:16 ---> 6aab0697afa7 00:37:16 Step 7/24 : RUN go mod download 00:37:16 ---> Using cache 00:37:16 ---> eb7538f9a063 00:37:16 Step 8/24 : COPY . . 00:37:16 ---> Using cache 00:37:16 ---> eb961b158dee 00:37:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:16 ---> dbb4c006cb21 00:37:16 Step 3/23 : WORKDIR /edgex-go 00:37:16 ---> Using cache 00:37:16 ---> 82becacfe78e 00:37:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:16 ---> Using cache 00:37:16 ---> 93ba253d8d3a 00:37:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:17 ---> Running in ab4bfde81396 00:37:17 ---> Running in 256bdf913e02 00:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:22 OK: 233 MiB in 51 packages 00:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.622s coverage: 27.0% of statements 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.121s coverage: 100.0% of statements 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.643s coverage: 77.8% of statements 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:37:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.417s coverage: 82.4% of statements 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:37:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:37:25 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:25 ---> dbb4c006cb21 00:37:25 Step 3/26 : WORKDIR /edgex-go 00:37:25 ---> Using cache 00:37:25 ---> 82becacfe78e 00:37:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:25 ---> Using cache 00:37:25 ---> 93ba253d8d3a 00:37:25 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:25 Removing intermediate container 256bdf913e02 00:37:25 ---> 27f6b410d936 00:37:25 Step 6/23 : COPY go.mod . 00:37:25 ---> Running in 078e215f0ea4 00:37:25 ---> c758e94d1a46 00:37:25 Step 7/23 : RUN go mod download 00:37:25 ---> Running in 82e3bcd2b17f 00:37:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:28 OK: 233 MiB in 51 packages 00:37:28 Removing intermediate container 82e3bcd2b17f 00:37:28 ---> 568554461fb7 00:37:28 Step 8/23 : COPY . . 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.331s coverage: 28.6% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.229s coverage: 100.0% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.376s coverage: 97.5% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.146s coverage: 78.3% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:37:32 Removing intermediate container ef5b623b843b 00:37:32 ---> 1e0a55c2f6c5 00:37:32 00:37:32 Step 10/22 : FROM scratch 00:37:32 ---> 00:37:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:34 ---> Using cache 00:37:34 ---> f7449b89b962 00:37:34 Step 12/22 : ENV APP_PORT=48081 00:37:36 Removing intermediate container 078e215f0ea4 00:37:36 ---> e84311f5344b 00:37:36 Step 6/26 : COPY go.mod . 00:37:36 ---> Running in 53a666095fab 00:37:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:37 Removing intermediate container 53a666095fab 00:37:37 ---> 95fe981115bc 00:37:37 Step 13/22 : EXPOSE $APP_PORT 00:37:37 ---> 74d59426951e 00:37:37 Step 7/26 : RUN go mod download 00:37:39 ---> Running in 2eeb08bcb317 00:37:39 ---> Running in 40d9ed64b6a0 00:37:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.263s coverage: 93.1% of statements 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:37:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:37:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.240s coverage: 0.1% of statements 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.071s coverage: 100.0% of statements 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.152s coverage: 75.5% of statements 00:37:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:37:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.161s coverage: 80.8% of statements 00:37:41 Removing intermediate container 2eeb08bcb317 00:37:41 ---> 7fcefdd5fd3a 00:37:41 Step 14/22 : WORKDIR / 00:37:41 ---> Running in 3751fbf7b873 00:37:42 Removing intermediate container 3751fbf7b873 00:37:42 ---> c834b07bb37d 00:37:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.150s coverage: 87.2% of statements 00:37:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.189s coverage: 84.2% of statements 00:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.215s coverage: 91.4% of statements 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:37:45 ---> 2e804b8fe179 00:37:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:46 Removing intermediate container 40d9ed64b6a0 00:37:46 ---> 3a9f7a1029bd 00:37:46 Step 8/26 : COPY . . 00:37:48 Removing intermediate container ab4bfde81396 00:37:48 ---> 90130f1b2a4f 00:37:48 00:37:48 Step 10/24 : FROM alpine:3.12 00:37:48 ---> 389fef711851 00:37:48 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:48 ---> Using cache 00:37:48 ---> b6d1ca2dcb87 00:37:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.795s coverage: 63.5% of statements 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.115s coverage: 100.0% of statements 00:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.133s coverage: 91.3% of statements 00:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.049s coverage: 100.0% of statements 00:37:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.105s coverage: 73.7% of statements 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 00:37:51 ---> 55846c1f8d73 00:37:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:52 ---> Running in 280102757c57 00:37:53 ---> 9e35b1566dc3 00:37:53 Step 9/23 : RUN make cmd/core-data/core-data 00:37:53 ---> 8d774c933829 00:37:53 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:37:54 ---> Running in 468f5bc6d8e3 00:37:54 ---> Running in 4875bcfc9ab4 00:37:54 Removing intermediate container 280102757c57 00:37:54 ---> 5b2f3eba6960 00:37:54 Step 13/24 : WORKDIR / 00:37:54 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.877s coverage: 55.9% of statements 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:37:54 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:37:54 ---> Running in 5f6a84170d21 00:37:54 Removing intermediate container 4875bcfc9ab4 00:37:54 ---> 8cea8426e7ee 00:37:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:55 ---> Running in 466b18aa8263 00:37:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:37:55 Removing intermediate container 5f6a84170d21 00:37:55 ---> d605851acf7e 00:37:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:56 Removing intermediate container 466b18aa8263 00:37:56 ---> 411604a6394f 00:37:56 Step 20/22 : LABEL arch=x86_64 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.435s coverage: 37.0% of statements 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.659s coverage: 84.0% of statements 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements 00:37:56 ---> Running in 0066b14178eb 00:37:56 ---> d0d4a11702cc 00:37:56 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:56 Removing intermediate container 0066b14178eb 00:37:56 ---> 4ba8d3ca8b50 00:37:56 Step 21/22 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:37:58 ---> Running in 032afb4316de 00:37:58 ---> 2083b3d96aa3 00:37:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:59 Removing intermediate container 032afb4316de 00:37:59 ---> 16ebd86a439b 00:37:59 Step 22/22 : LABEL version=0.0.0 00:38:00 ---> f935f39e333e 00:38:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:01 ---> Running in b6a5ae1a8733 00:38:02 ---> bff5d2544a60 00:38:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:02 Removing intermediate container b6a5ae1a8733 00:38:02 ---> 1481eca5d21a 00:38:02 00:38:03 Successfully built 1481eca5d21a 00:38:03 Successfully tagged docker-core-metadata-go:latest 00:38:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.394s coverage: 47.1% of statements 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements 00:38:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:05  Building docker-core-metadata-go ... done  ---> b396425c6747 00:38:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:06 ---> 4e791a7f11d6 00:38:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:06 ---> 11e57ef38ba9 00:38:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:38:06 ---> Running in d1e134e52bbb 00:38:06 ---> Running in 4cc0f3b9d6e4 00:38:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:38:08 Removing intermediate container 4cc0f3b9d6e4 00:38:08 ---> cf7547bfe488 00:38:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:08 ---> Running in d8b86bbb11b8 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.333s coverage: 29.1% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.200s coverage: 99.0% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:38:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:38:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 00:38:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements 00:38:10 Removing intermediate container d8b86bbb11b8 00:38:10 ---> 04e8e6ad2b4e 00:38:10 Step 22/24 : LABEL arch=x86_64 00:38:10 ---> Running in 38e6b2e9128f 00:38:10 Removing intermediate container 38e6b2e9128f 00:38:10 ---> 2e41ed96b476 00:38:10 Step 23/24 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:38:10 ---> Running in fec25af34993 00:38:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 00:38:11 Removing intermediate container fec25af34993 00:38:11 ---> 7cede2d1955d 00:38:11 Step 24/24 : LABEL version=0.0.0 00:38:11 ---> Running in 5305cf696d71 00:38:11 Removing intermediate container 5305cf696d71 00:38:11 ---> dbd1b4ab427b 00:38:11 00:38:11 GO111MODULE=on go vet ./... 00:38:12 Successfully built dbd1b4ab427b 00:38:12 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:22  Building docker-security-secretstore-setup-go ... done Removing intermediate container 468f5bc6d8e3 00:38:22 ---> bfabffc9e846 00:38:22 00:38:22 Step 10/23 : FROM alpine:3.12 00:38:22 ---> 389fef711851 00:38:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:22 ---> Running in 04af5949e09d 00:38:22 Removing intermediate container 04af5949e09d 00:38:22 ---> 7815d21008b4 00:38:22 Step 12/23 : ENV APP_PORT=48080 00:38:22 ---> Running in b2c99d31cf40 00:38:22 Removing intermediate container b2c99d31cf40 00:38:22 ---> 0756cfca5b00 00:38:22 Step 13/23 : EXPOSE $APP_PORT 00:38:23 ---> Running in 2b50f828f7bf 00:38:23 Removing intermediate container d1e134e52bbb 00:38:23 ---> fe210334f566 00:38:23 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:23 ---> Running in f01b3a8c4e4a 00:38:24 Removing intermediate container 2b50f828f7bf 00:38:24 ---> f86ebb4857c9 00:38:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:24 ---> Running in 831fb5505533 00:38:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:38:25 Removing intermediate container 831fb5505533 00:38:25 ---> fa592a256170 00:38:25 Step 15/23 : RUN apk add --update --no-cache zeromq 00:38:25 ---> Running in 870b2ca1feb1 00:38:25 Removing intermediate container f01b3a8c4e4a 00:38:25 ---> 0f52abaf2259 00:38:25 00:38:25 Step 11/26 : FROM docker:20.10.0 00:38:25 20.10.0: Pulling from library/docker 00:38:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:28 (1/5) Installing libgcc (9.3.0-r2) 00:38:28 (2/5) Installing libsodium (1.0.18-r0) 00:38:28 (3/5) Installing libstdc++ (9.3.0-r2) 00:38:29 (4/5) Installing libzmq (4.3.3-r0) 00:38:29 (5/5) Installing zeromq (4.3.3-r0) 00:38:29 Executing busybox-1.31.1-r19.trigger 00:38:30 OK: 8 MiB in 19 packages 00:38:31 Removing intermediate container 870b2ca1feb1 00:38:31 ---> 3773d942b373 00:38:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:31 ---> 2be335fc939a 00:38:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:31 Status: Downloaded newer image for docker:20.10.0 00:38:31 ---> aefe523efa57 00:38:31 Step 12/26 : RUN apk add --no-cache bash 00:38:31 ---> Running in 7ee5169db1f5 00:38:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:32 ---> decb01b08d8c 00:38:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:32 (1/2) Installing readline (8.0.4-r0) 00:38:32 (2/2) Installing bash (5.0.17-r0) 00:38:32 Executing bash-5.0.17-r0.post-install 00:38:32 Executing busybox-1.31.1-r19.trigger 00:38:32 OK: 12 MiB in 22 packages 00:38:32 ---> 51bd4302a57e 00:38:32 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:32 ---> Running in 0245b7510737 00:38:32 Removing intermediate container 0245b7510737 00:38:32 ---> cafec39505a5 00:38:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:32 ---> Running in 243deb6ff859 00:38:33 Removing intermediate container 7ee5169db1f5 00:38:33 ---> 45ae448ec98c 00:38:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:33 Removing intermediate container 243deb6ff859 00:38:33 ---> 7d87b313b4ff 00:38:33 Step 21/23 : LABEL arch=x86_64 00:38:33 ---> Running in c930dad5f769 00:38:33 ---> Running in 42f9cd338b0a 00:38:33 Removing intermediate container c930dad5f769 00:38:33 ---> b63e68fbbb14 00:38:33 Step 14/26 : ENV APP_PORT=48090 00:38:33 Removing intermediate container 42f9cd338b0a 00:38:33 ---> 99ccb8d6bf04 00:38:33 Step 22/23 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:38:33 ---> Running in b4def18efd98 00:38:33 ---> Running in 9171e93861e4 00:38:33 Removing intermediate container b4def18efd98 00:38:33 ---> 0b495deafc0e 00:38:33 Step 15/26 : EXPOSE $APP_PORT 00:38:33 ---> Running in 85830f05d6f0 00:38:33 Removing intermediate container 9171e93861e4 00:38:33 ---> 40f567446080 00:38:33 Step 23/23 : LABEL version=0.0.0 00:38:33 ---> Running in a3baaae3941f 00:38:33 Removing intermediate container 85830f05d6f0 00:38:33 ---> 587eaa9654d7 00:38:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:34 Removing intermediate container a3baaae3941f 00:38:34 ---> 5ed57ec4c15c 00:38:34 00:38:34 ---> e356bba1109b 00:38:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:34 Successfully built 5ed57ec4c15c 00:38:34 Successfully tagged docker-core-data-go:latest 00:38:34  Building docker-core-data-go ... done  ---> ab248f0c9896 00:38:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:35 ---> ac6c7b19747d 00:38:35 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:35 ---> Running in 7447ea78d5fb 00:38:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:35 (1/33) Installing libbz2 (1.0.8-r1) 00:38:35 (2/33) Installing expat (2.2.9-r1) 00:38:35 (3/33) Installing libffi (3.3-r2) 00:38:35 (4/33) Installing gdbm (1.13-r1) 00:38:36 (5/33) Installing xz-libs (5.2.5-r0) 00:38:36 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:36 (7/33) Installing python3 (3.8.5-r0) 00:38:36 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:36 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:36 (11/33) Installing py3-six (1.15.0-r0) 00:38:36 (12/33) Installing py3-packaging (20.4-r0) 00:38:36 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:37 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:37 (15/33) Installing py3-idna (2.9-r0) 00:38:37 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:37 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:37 (18/33) Installing py3-requests (2.23.0-r0) 00:38:37 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:37 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:37 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:37 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:37 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:37 (24/33) Installing py3-distro (1.5.0-r1) 00:38:37 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:37 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:37 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:37 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:37 (29/33) Installing py3-progress (1.5-r0) 00:38:37 (30/33) Installing py3-toml (0.10.1-r0) 00:38:37 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:37 (33/33) Installing py3-pip (20.1.1-r0) 00:38:37 Executing busybox-1.31.1-r19.trigger 00:38:37 OK: 71 MiB in 55 packages 00:38:47 Removing intermediate container 7447ea78d5fb 00:38:47 ---> 03c5cac2c41b 00:38:47 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:47 ---> Running in a79820c6eed5 00:38:48 Collecting docker-compose==1.23.2 00:38:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:48 Collecting cached-property<2,>=1.2.0 00:38:48 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:49 Collecting websocket-client<1.0,>=0.32.0 00:38:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:49 Collecting docopt<0.7,>=0.6.1 00:38:49 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:49 Collecting dockerpty<0.5,>=0.4.1 00:38:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:50 Collecting texttable<0.10,>=0.9.0 00:38:50 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:51 Collecting docker<4.0,>=3.6.0 00:38:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:51 Collecting PyYAML<4,>=3.10 00:38:51 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:52 Collecting jsonschema<3,>=2.5.1 00:38:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:38:52 Collecting idna<2.8,>=2.5 00:38:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:52 Collecting urllib3<1.25,>=1.21.1 00:38:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38: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) 00:38: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) 00:38:52 Collecting docker-pycreds>=0.4.0 00:38:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:53 Installing collected packages: cached-property, websocket-client, docopt, dockerpty, idna, urllib3, requests, texttable, docker-pycreds, docker, PyYAML, jsonschema, docker-compose 00:38:53 Running setup.py install for docopt: started 00:38:54 Running setup.py install for docopt: finished with status 'done' 00:38:54 Running setup.py install for dockerpty: started 00:38:54 Running setup.py install for dockerpty: finished with status 'done' 00:38:54 Attempting uninstall: idna 00:38:54 Found existing installation: idna 2.9 00:38:54 Uninstalling idna-2.9: 00:38:54 Successfully uninstalled idna-2.9 00:38:54 Attempting uninstall: urllib3 00:38:54 Found existing installation: urllib3 1.25.9 00:38:54 Uninstalling urllib3-1.25.9: 00:38:54 Successfully uninstalled urllib3-1.25.9 00:38:54 Attempting uninstall: requests 00:38:54 Found existing installation: requests 2.23.0 00:38:54 Uninstalling requests-2.23.0: 00:38:54 Successfully uninstalled requests-2.23.0 00:38:55 Running setup.py install for texttable: started 00:38:55 Running setup.py install for texttable: finished with status 'done' 00:38:56 Running setup.py install for PyYAML: started 00:38:56 Running setup.py install for PyYAML: finished with status 'done' 00:38:57 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:01 Removing intermediate container a79820c6eed5 00:39:01 ---> 078ae65b97c2 00:39:01 Step 21/26 : RUN apk --no-cache add curl 00:39:01 ---> Running in c1ed97fb1b76 00:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:01 (2/3) Installing libcurl (7.69.1-r3) 00:39:01 (3/3) Installing curl (7.69.1-r3) 00:39:01 Executing busybox-1.31.1-r19.trigger 00:39:01 OK: 72 MiB in 58 packages 00:39:02 Removing intermediate container c1ed97fb1b76 00:39:02 ---> 5c8cbf7ff0a3 00:39:02 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:02 ---> Running in 087bdcd0e39f 00:39:02 Removing intermediate container 087bdcd0e39f 00:39:02 ---> 618659500cd5 00:39:02 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:02 ---> Running in 646347139fc7 00:39:03 Removing intermediate container 646347139fc7 00:39:03 ---> 495df540d670 00:39:03 Step 24/26 : LABEL arch=x86_64 00:39:03 ---> Running in 87e0fd023a4f 00:39:03 Removing intermediate container 87e0fd023a4f 00:39:03 ---> 4a5f3a833414 00:39:03 Step 25/26 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:39:03 ---> Running in 63971a129314 00:39:03 Removing intermediate container 63971a129314 00:39:03 ---> 492d82ea386d 00:39:03 Step 26/26 : LABEL version=0.0.0 00:39:03 ---> Running in 98b1ebadfcf0 00:39:03 Removing intermediate container 98b1ebadfcf0 00:39:03 ---> 9e6a6641a5b4 00:39:03 00:39:03 Successfully built 9e6a6641a5b4 00:39:04 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:04  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:39:04 $ docker stop --time=1 1274457f10313b2f51d0685487b50e4e2234f1f89bf7a84d2226fbade12fd815 00:39:06 $ docker rm -f 1274457f10313b2f51d0685487b50e4e2234f1f89bf7a84d2226fbade12fd815 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:06 + docker images 00:39:06 + grep docker 00:39:07 docker-sys-mgmt-agent-go latest 9e6a6641a5b4 4 seconds ago 313MB 00:39:07 docker-core-data-go latest 5ed57ec4c15c 33 seconds ago 22.3MB 00:39:07 docker-security-secretstore-setup-go latest dbd1b4ab427b 56 seconds ago 24.6MB 00:39:07 docker-core-metadata-go latest 1481eca5d21a About a minute ago 13.1MB 00:39:07 docker-security-bootstrap-redis-go latest 7514a271116c 2 minutes ago 15.8MB 00:39:07 docker-security-proxy-setup-go latest 0f8e74af0f26 2 minutes ago 24.5MB 00:39:07 docker-core-command-go latest ee6787789c10 2 minutes ago 10.6MB 00:39:07 docker-support-scheduler-go latest d98c31a676e7 2 minutes ago 10.7MB 00:39:07 docker-support-notifications-go latest 4b45376edea0 2 minutes ago 12MB 00:39:07 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 00:39:23 Still waiting to schedule task 00:39:23 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:39:33 gofmt -l . 00:39:33 [ "`gofmt -l .`" = "" ] 00:39:33 ./bin/test-go-mod-tidy.sh 00:39:33 ./bin/test-attribution-txt.sh [Pipeline] sh 00:39:34 + ls -al . 00:39:34 total 684 00:39:34 drwxrwxr-x 9 1001 1001 4096 Jan 12 00:39 . 00:39:34 drwxr-xr-x 4 root root 4096 Jan 12 00:35 .. 00:39:34 -rw-rw-r-- 1 1001 1001 11 Jan 12 00:33 .dockerignore 00:39:34 drwxrwxr-x 8 1001 1001 4096 Jan 12 00:34 .git 00:39:34 drwxrwxr-x 3 1001 1001 4096 Jan 12 00:33 .github 00:39:34 -rw-rw-r-- 1 1001 1001 824 Jan 12 00:33 .gitignore 00:39:34 -rw-rw-r-- 1 1001 1001 166 Jan 12 00:33 .sonarcloud.properties 00:39:34 -rw-rw-r-- 1 1001 1001 7741 Jan 12 00:34 Attribution.txt 00:39:34 -rw-rw-r-- 1 1001 1001 3804 Jan 12 00:33 CONTRIBUTING.md 00:39:34 -rw-rw-r-- 1 1001 1001 931 Jan 12 00:33 Dockerfile.build 00:39:34 -rw-rw-r-- 1 1001 1001 863 Jan 12 00:33 Jenkinsfile 00:39:34 -rw-rw-r-- 1 1001 1001 10775 Jan 12 00:33 LICENSE 00:39:34 -rw-rw-r-- 1 1001 1001 5750 Jan 12 00:33 Makefile 00:39:34 -rw-rw-r-- 1 1001 1001 6524 Jan 12 00:33 README.md 00:39:34 -rw-rw-r-- 1 1001 1001 6744 Jan 12 00:33 SECURITY.md 00:39:34 -rw-rw-r-- 1 1001 1001 5 Jan 12 00:30 VERSION 00:39:34 -rw-rw-r-- 1 1001 1001 4131 Jan 12 00:33 ZMQWindows.md 00:39:34 drwxrwxr-x 2 1001 1001 4096 Jan 12 00:34 bin 00:39:34 drwxrwxr-x 14 1001 1001 4096 Jan 12 00:33 cmd 00:39:34 -rw-r--r-- 1 root root 552842 Jan 12 00:38 coverage.out 00:39:34 -rw-r--r-- 1 root root 979 Jan 12 00:39 go.mod 00:39:34 -rw-r--r-- 1 root root 19019 Jan 12 00:39 go.sum 00:39:34 drwxrwxr-x 8 1001 1001 4096 Jan 12 00:34 internal 00:39:34 drwxrwxr-x 4 1001 1001 4096 Jan 12 00:34 openapi 00:39:34 drwxrwxr-x 4 1001 1001 4096 Jan 12 00:34 snap 00:39:34 -rw-rw-r-- 1 1001 1001 168 Jan 12 00:34 version.go [Pipeline] sh 00:39:35 + '[' -e coverage.out ] 00:39:35 + chown 1001:1001 coverage.out [Pipeline] stash 00:39:35 Warning: overwriting stash ‘coverage-report’ 00:39:36 Stashed 1 file(s) [Pipeline] sh 00:39:37 + make build 00:39:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:40: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 00:40: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 00:40:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:40:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:40:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:40:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:40:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:40:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:40:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:40:58 Running on prd-ubuntu18.04-docker-8c-8g-19671 in /w/workspace/edgexfoundry_edgex-go_PR-3008 [Pipeline] { [Pipeline] ws 00:40:58 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] } 00:40:59 $ docker stop --time=1 4c8969b6e598c65da36c46e393362df987e7f6e8c7d5e41c18a1cb463acac1f6 00:41:00 using credential edgex-jenkins-ssh 00:41:00 Cloning the remote Git repository 00:41:00 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:00 > git init /w/workspace/edgex-go/2 # timeout=10 00:41:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:00 > git --version # timeout=10 00:41:00 > git --version # 'git version 2.17.1' 00:41:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:02 $ docker rm -f 4c8969b6e598c65da36c46e393362df987e7f6e8c7d5e41c18a1cb463acac1f6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:04 00:41:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:41:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:04 latest: Pulling from edgex-devops/edgex-compose-arm64 00:41:04 29e5d40040c1: Pulling fs layer 00:41:04 1ce36da41761: Pulling fs layer 00:41:04 25b303627fd3: Pulling fs layer 00:41:05 29e5d40040c1: Verifying Checksum 00:41:05 29e5d40040c1: Download complete 00:41:05 1ce36da41761: Verifying Checksum 00:41:05 1ce36da41761: Download complete 00:41:06 29e5d40040c1: Pull complete 00:41:06 Merging remotes/origin/master commit c7191a90c07787dda31e3868df4c5f33b5de22f9 into PR head commit d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 00:41:06 Merge succeeded, producing bb4e268f4c321f61cfdcaa65c4ad83799d386160 00:41:06 Checking out Revision bb4e268f4c321f61cfdcaa65c4ad83799d386160 (PR-3008) 00:41:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3008/head:refs/remotes/origin/PR-3008 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:06 > git config core.sparsecheckout # timeout=10 00:41:06 > git checkout -f d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 # timeout=10 00:41:06 > git remote # timeout=10 00:41:06 > git config --get remote.origin.url # timeout=10 00:41:06 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:06 > git merge c7191a90c07787dda31e3868df4c5f33b5de22f9 # timeout=10 00:41:06 > git rev-parse HEAD^{commit} # timeout=10 00:41:06 > git config core.sparsecheckout # timeout=10 00:41:06 > git checkout -f bb4e268f4c321f61cfdcaa65c4ad83799d386160 # timeout=10 00:41:07 1ce36da41761: Pull complete 00:41:07 25b303627fd3: Verifying Checksum 00:41:07 25b303627fd3: Download complete 00:41:10 Commit message: "Merge commit 'c7191a90c07787dda31e3868df4c5f33b5de22f9' into HEAD" 00:41:10 > git rev-list --no-walk d5be5547e1687e773f020f2fa3ca7e01c2adb8a8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:11 + echo snap-build.sh 00:41:11 snap-build.sh 00:41:11 + SNAP_BASE_DIR=. 00:41:11 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:41:11 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:41:11 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:41:11 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:41:11 + cd /w/workspace/edgex-go/2 00:41:11 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:11 Reading package lists... 00:41:11 Building dependency tree... 00:41:11 Reading state information... 00:41:11 The following packages were automatically installed and are no longer required: 00:41:11 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:11 uidmap xdelta3 00:41:11 Use 'sudo apt autoremove' to remove them. 00:41:11 The following packages will be REMOVED: 00:41:11 lxd* lxd-client* 00:41:11 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:11 After this operation, 31.7 MB disk space will be freed. 00:41:12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:41:12 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:13 Removing lxd dnsmasq configuration 00:41:13 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:13 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:14 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:41:14 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:16 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:16 Processing triggers for ureadahead (0.100.0-21) ... 00:41:17 25b303627fd3: Pull complete 00:41:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:41:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:17 + sudo snap remove --purge lxd 00:41:17 snap "lxd" is not installed 00:41:17 + sudo groupadd --force --system lxd 00:41:17 ++ whoami 00:41:17 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:17 + newgrp - lxd 00:41:17 + sudo snap install lxd [Pipeline] withDockerContainer 00:41:17 prd-ubuntu18.04-docker-arm64-4c-16g-19658 does not seem to be running inside a container 00:41:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:41:21 $ docker top e1c392792f73b7c9c7a1d657367d1ebb0f3cf1be676d272914627e87c3be80a8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:22 + docker-compose build --help 00:41:22 + grep parallel 00:41:26 --parallel Build images in parallel. [Pipeline] } 00:41:26 $ docker stop --time=1 e1c392792f73b7c9c7a1d657367d1ebb0f3cf1be676d272914627e87c3be80a8 00:41:27 2021-01-12T00:41:24Z INFO Waiting for automatic snapd restart... 00:41:28 $ docker rm -f e1c392792f73b7c9c7a1d657367d1ebb0f3cf1be676d272914627e87c3be80a8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:29 . [Pipeline] withDockerContainer 00:41:29 prd-ubuntu18.04-docker-arm64-4c-16g-19658 does not seem to be running inside a container 00:41:29 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:41:31 $ docker top 90e250e690d805e88056cafbb996b8e51ebafc72a26221d132ec43f32e56ef6a -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:32 + docker-compose -f ./docker-compose-build.yml build --parallel 00:41:37 Building docker-core-command-go ... 00:41:37 Building docker-core-data-go ... 00:41:37 Building docker-core-metadata-go ... 00:41:37 Building docker-security-bootstrap-redis-go ... 00:41:37 Building docker-security-proxy-setup-go ... 00:41:37 Building docker-security-secretstore-setup-go ... 00:41:37 Building docker-support-notifications-go ... 00:41:37 Building docker-support-scheduler-go ... 00:41:37 Building docker-sys-mgmt-agent-go ... 00:41:37 Building docker-core-data-go 00:41:37 Building docker-security-bootstrap-redis-go 00:41:37 Building docker-support-scheduler-go 00:41:37 Building docker-support-notifications-go 00:41:37 Building docker-security-secretstore-setup-go 00:41:45 lxd 4.10 from Canonical* installed 00:41:45 + sudo lxd init --auto 00:41:52 + sudo snap install --classic snapcraft 00:41:57 snapcraft 4.4.4 from Canonical* installed 00:41:57 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:41:57 + patch --verbose -p1 00:41:57 Hmm... Looks like a unified diff to me... 00:41:57 The text leading up to this was: 00:41:57 -------------------------- 00:41:57 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:41:57 |From: Tony Espy 00:41:57 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:41:57 |Subject: [PATCH] optimize snap build for pipeline CI check 00:41:57 | 00:41:57 |This patch is used by the EdgeX CI pipeline builds to 00:41:57 |optimize the snap CI check run for pull requests. When 00:41:57 |applied, it essentially strips out everything (apps and 00:41:57 |parts) from the snapcraft.yaml file except those required 00:41:57 |to build edgex-go, as the whole idea of the CI check is to 00:41:57 |catch changes to edgex-go that break the snap build. 00:41:57 | 00:41:57 |In general, anyone updating snapcraft.yaml will also need 00:41:57 |to update this patch file, otherwise it may fail to apply, 00:41:57 |resulting in a failed snap build CI check in the associated 00:41:57 |pull request. 00:41:57 | 00:41:57 |Note - in addition to applying this patch, the pipeline also 00:41:57 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:41:57 |need to build the finally binary .snap file (and it won't 00:41:57 |work with the patch applied). This further reduces the build 00:41:57 |time. 00:41:57 |--- 00:41:57 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:41:57 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:41:57 | 00:41:57 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:41:57 |index 1e537489..faf42425 100644 00:41:57 |--- a/snap/snapcraft.yaml 00:41:57 |+++ b/snap/snapcraft.yaml 00:41:57 -------------------------- 00:41:57 patching file snap/snapcraft.yaml 00:41:57 Using Plan A... 00:41:57 Hunk #1 succeeded at 73. 00:41:57 Hunk #2 succeeded at 202 with fuzz 1. 00:41:57 Hunk #3 succeeded at 214. 00:41:57 Hunk #4 succeeded at 222. 00:41:57 Hunk #5 succeeded at 229. 00:41:57 Hunk #6 succeeded at 256. 00:41:57 Hunk #7 succeeded at 290. 00:41:57 Hunk #8 succeeded at 342 (offset 1 line). 00:41:57 Hmm... Ignoring the trailing garbage. 00:41:57 done 00:41:57 + sudo snapcraft prime --use-lxd 00:41:58 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:41:58 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:41:58 - README.md 00:41:58 - snapcraft.yaml.orig 00:41:58 00:41:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:41:59 Launching a container. 00:42:11 Waiting for container to be ready 00:42:11 To start your first instance, try: lxc launch ubuntu:18.04 00:42:11 00:42:14 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:42:14 Waiting for network to be ready... 00:42:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:42:15 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:42:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 00:42:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 00:42:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:42:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:42:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 00:42:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 00:42:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 00:42:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:42:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:42:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:42:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:42:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:42:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:42:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:42:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:42:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:42:16 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:42:16 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 00:42:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 00:42:16 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:42:16 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:42:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 00:42:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 00:42:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:42:16 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:42:18 Fetched 23.7 MB in 4s (6249 kB/s) 00:42:19 Reading package lists... 00:42:19 Reading package lists... 00:42:19 Building dependency tree... 00:42:19 Reading state information... 00:42:20 The following additional packages will be installed: 00:42:20 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:42:20 Suggested packages: 00:42:20 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:42:20 Recommended packages: 00:42:20 gnupg libsasl2-modules 00:42:20 The following NEW packages will be installed: 00:42:20 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:42:20 The following packages will be upgraded: 00:42:20 gpg gpg-agent gpgconf libudev1 00:42:20 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 00:42:20 Need to get 3532 kB of archives. 00:42:20 After this operation, 13.3 MB of additional disk space will be used. 00:42:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:42:20 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:42:20 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:42:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:42:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:42:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:42:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:42:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:42:20 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:42:20 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:42:20 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:42:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:42:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:42:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:42:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:42:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:42:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:42:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:42:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:42:21 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:42:21 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] 00:42:21 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] 00:42:21 debconf: delaying package configuration, since apt-utils is not installed 00:42:21 Fetched 3532 kB in 1s (3427 kB/s) 00:42:21 (Reading database ... 12511 files and directories currently installed.) 00:42:21 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:42:21 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:42:21 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:42:21 Selecting previously unselected package udev. 00:42:21 (Reading database ... 12511 files and directories currently installed.) 00:42:21 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:42:21 Unpacking udev (237-3ubuntu10.43) ... 00:42:23 Selecting previously unselected package libfuse2:amd64. 00:42:23 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:42:23 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:24 Selecting previously unselected package fuse. 00:42:24 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:42:24 Unpacking fuse (2.9.7-1ubuntu1) ... 00:42:24 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:25 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:25 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:26 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:27 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:27 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:28 Selecting previously unselected package libksba8:amd64. 00:42:28 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:42:28 Unpacking libksba8:amd64 (1.3.5-2) ... 00:42:28 Selecting previously unselected package libroken18-heimdal:amd64. 00:42:28 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:28 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:28 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:42:28 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:28 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:28 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:42:28 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:28 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:28 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:42:28 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:28 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:28 Selecting previously unselected package libwind0-heimdal:amd64. 00:42:28 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:28 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:28 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:42:28 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:28 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:28 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:42:28 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:28 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:29 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:42:29 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:29 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:29 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:42:29 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:29 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:29 Selecting previously unselected package libsasl2-modules-db:amd64. 00:42:29 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:29 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:29 Selecting previously unselected package libsasl2-2:amd64. 00:42:29 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:29 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:29 Selecting previously unselected package libldap-common. 00:42:29 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:42:29 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:42:29 Selecting previously unselected package libldap-2.4-2:amd64. 00:42:29 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:42:29 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:42:29 Selecting previously unselected package dirmngr. 00:42:29 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:29 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:42:29 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:42:29 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:42:29 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:29 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:29 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:29 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:42:29 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:29 Setting up libksba8:amd64 (1.3.5-2) ... 00:42:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:29 Setting up udev (237-3ubuntu10.43) ... 00:42:30 invoke-rc.d: policy-rc.d denied execution of start. 00:42:30 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:30 Processing triggers for systemd (237-3ubuntu10) ... 00:42:30 Setting up fuse (2.9.7-1ubuntu1) ... 00:42:30 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:42:30 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:30 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:30 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:30 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:30 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:30 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:30 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:30 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:42:30 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:42:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:31 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:42:31 settings in the [Install] section, and DefaultInstance for template units). 00:42:31 This means they are not meant to be enabled using systemctl. 00:42:31 Possible reasons for having this kind of units are: 00:42:31 1) A unit may be statically enabled by being symlinked from another unit's 00:42:31 .wants/ or .requires/ directory. 00:42:31 2) A unit's purpose may be to act as a helper for some other unit which has 00:42:31 a requirement dependency on it. 00:42:31 3) A unit may be started when needed via activation (socket, path, timer, 00:42:31 D-Bus, udev, scripted systemctl call, ...). 00:42:31 4) In case of template units, the unit is meant to be enabled with some 00:42:31 instance name specified. 00:42:31 Reading package lists... 00:42:31 Building dependency tree... 00:42:31 Reading state information... 00:42:31 The following additional packages will be installed: 00:42:31 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:42:31 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:42:31 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:42:31 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:42:31 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:42:31 Suggested packages: 00:42:31 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:42:31 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:42:31 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:42:31 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:42:31 systemd-container policykit-1 00:42:31 Recommended packages: 00:42:31 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:42:31 The following NEW packages will be installed: 00:42:31 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:42:31 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:42:31 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:42:31 multiarch-support openssh-client python3 python3-minimal python3.6 00:42:31 python3.6-minimal snapd squashfs-tools sudo 00:42:31 The following packages will be upgraded: 00:42:31 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:42:31 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 00:42:31 Need to get 35.2 MB of archives. 00:42:31 After this operation, 141 MB of additional disk space will be used. 00:42:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:42:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:42:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:42:32 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:42:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:42:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:42:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:42:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:42:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:42:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:42:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:42:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:42:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:42:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:42:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:42:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:42:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:42:32 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:42:32 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:42:32 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:42:32 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:42:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:42:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:42:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:42:32 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:42:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:42:32 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:42:32 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:42:32 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:42:32 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:42:33 debconf: delaying package configuration, since apt-utils is not installed 00:42:33 Fetched 35.2 MB in 2s (18.2 MB/s) 00:42:33 (Reading database ... 12757 files and directories currently installed.) 00:42:33 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:42:34 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:42:34 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:42:34 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:42:34 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:42:35 (Reading database ... 12757 files and directories currently installed.) 00:42:35 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:42:35 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:42:35 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:42:35 (Reading database ... 12757 files and directories currently installed.) 00:42:35 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:42:35 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:42:35 Setting up apt (1.6.12ubuntu0.2) ... 00:42:35 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:42:36 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:42:36 (Reading database ... 12764 files and directories currently installed.) 00:42:36 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:42:36 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:42:36 Selecting previously unselected package libpython3.6-minimal:amd64. 00:42:36 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:36 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:36 Selecting previously unselected package libexpat1:amd64. 00:42:36 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:42:36 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:42:36 Selecting previously unselected package python3.6-minimal. 00:42:36 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:36 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:42:36 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:42:36 Checking for services that may need to be restarted...done. 00:42:37 Checking for services that may need to be restarted...done. 00:42:37 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:37 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:42:37 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:42:37 Selecting previously unselected package python3-minimal. 00:42:37 (Reading database ... 13012 files and directories currently installed.) 00:42:37 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:42:37 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:42:37 Selecting previously unselected package mime-support. 00:42:37 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:42:37 Unpacking mime-support (3.60ubuntu1) ... 00:42:37 Selecting previously unselected package libmpdec2:amd64. 00:42:37 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:42:37 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:42:37 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:42:37 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:37 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:39 Selecting previously unselected package python3.6. 00:42:39 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:42:39 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:42:39 Selecting previously unselected package libpython3-stdlib:amd64. 00:42:39 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:42:39 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:42:39 Setting up python3-minimal (3.6.7-1~18.04) ... 00:42:39 Selecting previously unselected package python3. 00:42:39 (Reading database ... 13442 files and directories currently installed.) 00:42:39 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:42:39 Unpacking python3 (3.6.7-1~18.04) ... 00:42:39 Selecting previously unselected package multiarch-support. 00:42:39 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:42:39 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:42:39 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:42:39 Selecting previously unselected package liblzo2-2:amd64. 00:42:39 (Reading database ... 13479 files and directories currently installed.) 00:42:39 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:42:39 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:42:39 Selecting previously unselected package libbsd0:amd64. 00:42:39 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:42:39 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:42:39 Selecting previously unselected package sudo. 00:42:39 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:42:39 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:42:39 Selecting previously unselected package apparmor. 00:42:39 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:42:39 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:42:39 Selecting previously unselected package libedit2:amd64. 00:42:39 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:42:39 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:42:40 Selecting previously unselected package libkrb5support0:amd64. 00:42:40 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:42:40 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:42:40 Selecting previously unselected package libk5crypto3:amd64. 00:42:40 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:42:40 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:42:40 Selecting previously unselected package libkeyutils1:amd64. 00:42:40 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:42:40 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:42:40 Selecting previously unselected package libkrb5-3:amd64. 00:42:40 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:42:40 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:42:40 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:42:40 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:42:40 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:42:40 Selecting previously unselected package libssl1.0.0:amd64. 00:42:40 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:42:40 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:42:41 Selecting previously unselected package openssh-client. 00:42:41 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:42:41 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:42:41 Selecting previously unselected package squashfs-tools. 00:42:41 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:42:41 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:42:41 Selecting previously unselected package snapd. 00:42:41 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:42:41 Unpacking snapd (2.48+18.04) ... 00:42:43 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:42:43 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:42:43 Setting up mime-support (3.60ubuntu1) ... 00:42:43 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:42:43 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:42:43 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:42:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:43 Setting up systemd (237-3ubuntu10.43) ... 00:42:43 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:42:44 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:42:44 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:42:44 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:42:44 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:42:44 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:42:44 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:42:45 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:42:45 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:42:45 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:42:45 Setting up python3 (3.6.7-1~18.04) ... 00:42:45 running python rtupdate hooks for python3.6... 00:42:45 running python post-rtupdate hooks for python3.6... 00:42:45 Setting up apparmor (2.12-4ubuntu5.1) ... 00:42:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:42:45 ---> a08dfdf76e28 00:42:45 Step 3/22 : WORKDIR /edgex-go 00:42:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:42:45 ---> a08dfdf76e28 00:42:45 Step 3/21 : WORKDIR /edgex-go 00:42:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:42:45 ---> a08dfdf76e28 00:42:45 Step 3/23 : WORKDIR /edgex-go 00:42:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:42:45 ---> a08dfdf76e28 00:42:45 Step 3/24 : WORKDIR /edgex-go 00:42:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:42:45 ---> a08dfdf76e28 00:42:45 Step 3/24 : WORKDIR /edgex-go 00:42:45 ---> Running in 16458a6601d9 00:42:45 ---> Running in 28cc32091408 00:42:45 ---> Running in 2d96f3ed5f7e 00:42:45 ---> Running in eeb28e03392b 00:42:45 ---> Running in 9410a5292140 00:42:45 Removing intermediate container 2d96f3ed5f7e 00:42:45 ---> 2dd165934ddd 00:42:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:45 Removing intermediate container 16458a6601d9 00:42:45 ---> 6f15e145eaf0 00:42:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:45 Removing intermediate container 28cc32091408 00:42:45 ---> cf0408a929ab 00:42:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:45 Removing intermediate container eeb28e03392b 00:42:45 ---> 42a97b4f7a73 00:42:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:45 Removing intermediate container 9410a5292140 00:42:45 ---> 88cbc8f36674 00:42:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:45 ---> Running in fc7d38024a14 00:42:45 ---> Running in 1c3cf65a905c 00:42:45 ---> Running in 29ddf363e121 00:42:45 ---> Running in bea08dce7761 00:42:45 ---> Running in 881074fcb2cb 00:42:46 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:42:46 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:42:46 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:42:46 Setting up snapd (2.48+18.04) ... 00:42:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:42:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:42:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:42:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:42:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:42:48 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:42:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:42:48 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:42:48 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:42:48 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:42:48 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:42:48 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:49 Processing triggers for systemd (237-3ubuntu10.43) ... 00:42:50 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:42:50 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:42:50 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:42:50 Removing intermediate container 29ddf363e121 00:42:50 ---> 73a2d1df8d11 00:42:50 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:42:50 ---> Running in 0a844a2c1f97 00:42:50 Removing intermediate container 1c3cf65a905c 00:42:50 ---> 0e99b99ae58a 00:42:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:42:50 ---> Running in 9996fc75ac27 00:42:50 Removing intermediate container fc7d38024a14 00:42:50 ---> 1aab29caabdc 00:42:50 Step 5/21 : RUN apk add --update --no-cache make git 00:42:50 Removing intermediate container bea08dce7761 00:42:50 ---> 73c4e47bc7af 00:42:50 Step 5/24 : RUN apk add --update --no-cache make git 00:42:50 ---> Running in 17a859a1947e 00:42:51 Removing intermediate container 881074fcb2cb 00:42:51 ---> Running in d87d0f2aafd3 00:42:51 ---> 7295ef11b82c 00:42:51 Step 5/22 : RUN apk add --update --no-cache make git 00:42:51 Reading package lists... 00:42:51 ---> Running in be40dfd240cd 00:42:51 Reading package lists... 00:42:51 Building dependency tree... 00:42:51 Reading state information... 00:42:51 Calculating upgrade... 00:42:51 The following packages will be upgraded: 00:42:51 advancecomp base-files bash binutils binutils-common 00:42:51 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:42:51 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:42:51 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:42:51 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:42:51 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:42:51 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:42:51 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:42:51 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 00:42:51 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 00:42:51 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 00:42:51 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 00:42:51 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 00:42:51 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 00:42:51 ubuntu-keyring util-linux 00:42:52 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:42:52 Need to get 63.7 MB of archives. 00:42:52 After this operation, 5203 kB of additional disk space will be used. 00:42:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 00:42:52 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:42:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:42:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:42:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:42:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:42:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:42:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:42:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:42:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:42:53 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:42:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:42:53 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:42:53 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:42:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:42:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:42:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:42:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:42:53 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:42:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:42:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:42:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:42:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:42:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:42:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:42:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:42:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:42:53 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:42:53 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:42:53 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:42:53 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:42:53 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:42:53 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:42:53 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:42:53 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:42:53 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:42:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:53 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:42:53 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:42:53 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:42:53 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:42:53 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:42:53 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:42:53 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:42:53 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:42:53 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:42:53 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:42:53 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:42:53 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:42:53 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:42:53 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:42:53 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:42:53 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:42:53 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:42:53 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:42:53 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:42:53 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:42:53 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:42:53 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:42:53 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:42:53 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:42:53 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:42:53 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:42:53 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:42:53 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:42:53 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:42:53 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:42:53 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:42:53 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:42:53 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:42:53 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:42:53 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:42:53 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:42:53 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:42:53 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:42:53 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:42:54 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:42:54 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:42:54 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:42:54 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:42:54 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:42:54 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:42:54 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:42:54 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:42:54 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:42:54 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:42:54 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:42:54 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:42:54 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:54 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:42:54 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:42:54 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:42:55 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:42:55 OK: 217 MiB in 51 packages 00:42:55 OK: 217 MiB in 51 packages 00:42:55 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:42:55 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:42:55 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:42:55 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:42:55 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:42:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:55 debconf: delaying package configuration, since apt-utils is not installed 00:42:55 Fetched 63.7 MB in 3s (18.4 MB/s) 00:42:55 OK: 217 MiB in 51 packages 00:42:55 (Reading database ... 13912 files and directories currently installed.) 00:42:55 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:42:56 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:56 OK: 217 MiB in 51 packages 00:42:56 Removing intermediate container 9996fc75ac27 00:42:56 ---> 5636b13f323d 00:42:56 Step 6/23 : COPY go.mod . 00:42:57 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:42:57 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:57 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 00:42:57 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 00:42:57 Removing intermediate container be40dfd240cd 00:42:57 ---> 42d82ea7df7b 00:42:57 Step 6/22 : COPY go.mod . 00:42:57 Removing intermediate container 0a844a2c1f97 00:42:57 ---> 62ee82e25b43 00:42:57 Step 6/24 : COPY go.mod . 00:42:57 ---> badc5ac835a9 00:42:57 Step 7/23 : RUN go mod download 00:42:57 Removing intermediate container 17a859a1947e 00:42:57 ---> 6641b040a4a2 00:42:57 Step 6/21 : COPY go.mod . 00:42:58 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:58 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:58 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:58 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:58 ---> Running in 18e7d7f41a04 00:42:58 OK: 217 MiB in 51 packages 00:42:58 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:58 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:58 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:58 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:58 ---> 435a6adbf602 00:42:58 Step 7/22 : RUN go mod download 00:42:58 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:58 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:58 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:58 ---> Running in ae5bd1acec4c 00:42:58 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:58 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:58 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:58 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:59 ---> a207a719ae18 00:42:59 Step 7/24 : RUN go mod download 00:42:59 (Reading database ... 13911 files and directories currently installed.) 00:42:59 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:59 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:42:59 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:42:59 (Reading database ... 13911 files and directories currently installed.) 00:42:59 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:59 ---> Running in 7d465f1e53d9 00:42:59 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:59 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:59 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:59 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:42:59 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:42:59 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:42:59 (Reading database ... 13911 files and directories currently installed.) 00:42:59 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:42:59 ---> 5e16f14bf000 00:42:59 Step 7/21 : RUN go mod download 00:42:59 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:42:59 ---> Running in 00d82be9eb50 00:43:00 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:43:00 (Reading database ... 13911 files and directories currently installed.) 00:43:00 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:43:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:43:00 Removing intermediate container d87d0f2aafd3 00:43:00 ---> 7c98de969a5e 00:43:00 Step 6/24 : COPY go.mod . 00:43:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:43:00 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:43:00 Setting up base-files (10.1ubuntu2.10) ... 00:43:00 Installing new version of config file /etc/issue ... 00:43:00 Installing new version of config file /etc/issue.net ... 00:43:00 Installing new version of config file /etc/lsb-release ... 00:43:00 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:43:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:43:01 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:43:01 Removing obsolete conffile /etc/default/motd-news ... 00:43:01 (Reading database ... 13912 files and directories currently installed.) 00:43:01 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:43:01 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:43:01 Setting up bash (4.4.18-2ubuntu1.2) ... 00:43:01 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:43:01 (Reading database ... 13912 files and directories currently installed.) 00:43:01 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:01 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:43:01 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:43:02 (Reading database ... 13912 files and directories currently installed.) 00:43:02 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:43:02 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:43:02 ---> f0c30ae25a99 00:43:02 Step 7/24 : RUN go mod download 00:43:02 ---> Running in 94522d5c4886 00:43:02 Setting up tar (1.29b-2ubuntu0.1) ... 00:43:03 Removing intermediate container 18e7d7f41a04 00:43:03 ---> 68ad90db06d2 00:43:03 Step 8/23 : COPY . . 00:43:03 (Reading database ... 13912 files and directories currently installed.) 00:43:03 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:43:03 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:03 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:43:03 (Reading database ... 13912 files and directories currently installed.) 00:43:03 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:03 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:03 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:03 (Reading database ... 13912 files and directories currently installed.) 00:43:03 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:03 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:04 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:43:04 (Reading database ... 13912 files and directories currently installed.) 00:43:04 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:43:04 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:43:04 Setting up grep (3.1-2build1) ... 00:43:04 (Reading database ... 13912 files and directories currently installed.) 00:43:04 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:04 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:04 Setting up login (1:4.5-1ubuntu2) ... 00:43:04 Removing intermediate container ae5bd1acec4c 00:43:04 ---> 4c1d0949e02f 00:43:04 Step 8/22 : COPY . . 00:43:04 (Reading database ... 13912 files and directories currently installed.) 00:43:04 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:04 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:04 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:43:04 Removing intermediate container 7d465f1e53d9 00:43:04 ---> 0701a6566053 00:43:04 Step 8/24 : COPY . . 00:43:04 (Reading database ... 13912 files and directories currently installed.) 00:43:04 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:04 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:05 Removing intermediate container 00d82be9eb50 00:43:05 ---> a52709dc14da 00:43:05 Step 8/21 : COPY . . 00:43:05 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:05 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:05 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:05 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:06 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:43:06 (Reading database ... 13912 files and directories currently installed.) 00:43:06 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:43:06 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:07 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:07 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:07 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:07 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:07 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:43:07 (Reading database ... 13912 files and directories currently installed.) 00:43:07 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:43:07 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:43:07 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:43:07 Removing intermediate container 94522d5c4886 00:43:07 ---> 9f0925070c33 00:43:07 Step 8/24 : COPY . . 00:43:08 (Reading database ... 13912 files and directories currently installed.) 00:43:08 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:08 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:08 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:08 (Reading database ... 13912 files and directories currently installed.) 00:43:08 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:09 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:09 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:09 (Reading database ... 13912 files and directories currently installed.) 00:43:09 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:09 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:09 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:09 (Reading database ... 13912 files and directories currently installed.) 00:43:09 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:09 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:09 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:09 (Reading database ... 13912 files and directories currently installed.) 00:43:09 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:09 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:09 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:09 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:09 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:09 (Reading database ... 13912 files and directories currently installed.) 00:43:09 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:09 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:09 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:09 (Reading database ... 13912 files and directories currently installed.) 00:43:09 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:09 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:09 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:09 (Reading database ... 13912 files and directories currently installed.) 00:43:09 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:09 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:10 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:43:10 (Reading database ... 13912 files and directories currently installed.) 00:43:10 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:10 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:10 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:43:10 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:43:11 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:43:11 (Reading database ... 13912 files and directories currently installed.) 00:43:11 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:11 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:11 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:43:11 (Reading database ... 13912 files and directories currently installed.) 00:43:11 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:43:11 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:11 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:43:12 (Reading database ... 13914 files and directories currently installed.) 00:43:12 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:43:12 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:43:12 Setting up debconf (1.5.66ubuntu1) ... 00:43:12 (Reading database ... 13914 files and directories currently installed.) 00:43:12 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:12 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:12 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:12 (Reading database ... 13914 files and directories currently installed.) 00:43:12 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:12 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:13 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:13 (Reading database ... 13914 files and directories currently installed.) 00:43:13 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:13 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:13 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:13 (Reading database ... 13914 files and directories currently installed.) 00:43:13 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:13 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:13 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:43:13 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:43:14 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:14 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:14 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:14 (Reading database ... 13914 files and directories currently installed.) 00:43:14 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:43:14 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:43:14 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:43:14 (Reading database ... 13914 files and directories currently installed.) 00:43:14 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:43:14 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:14 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:14 (Reading database ... 13914 files and directories currently installed.) 00:43:14 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:14 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:14 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:14 (Reading database ... 13914 files and directories currently installed.) 00:43:14 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:43:15 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:43:15 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:43:15 (Reading database ... 13914 files and directories currently installed.) 00:43:15 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:15 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:15 Setting up passwd (1:4.5-1ubuntu2) ... 00:43:15 (Reading database ... 13914 files and directories currently installed.) 00:43:15 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:16 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:16 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:43:16 (Reading database ... 13914 files and directories currently installed.) 00:43:16 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:43:16 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:43:16 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:43:17 (Reading database ... 13914 files and directories currently installed.) 00:43:17 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:43:17 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:43:17 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:43:17 (Reading database ... 13914 files and directories currently installed.) 00:43:17 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:43:17 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:43:18 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:43:18 (Reading database ... 13914 files and directories currently installed.) 00:43:18 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:43:18 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:43:19 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:43:19 (Reading database ... 13914 files and directories currently installed.) 00:43:19 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:43:19 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:43:19 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:43:19 (Reading database ... 13914 files and directories currently installed.) 00:43:19 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:43:19 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:43:19 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:43:19 (Reading database ... 13915 files and directories currently installed.) 00:43:19 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:19 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:19 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:19 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:20 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:20 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:20 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:43:20 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:43:20 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:43:20 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:43:20 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:43:20 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:43:20 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:43:20 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:43:20 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:43:20 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:43:21 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:43:21 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:43:21 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:43:21 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:43:21 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:43:21 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:43:21 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:43:21 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:43:22 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:43:22 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:43:22 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:43:22 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:43:22 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:22 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:22 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:22 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:23 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:23 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:23 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:23 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:23 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:23 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:23 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:23 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:23 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:23 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:23 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:23 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:24 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:24 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:25 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:25 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:26 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:26 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:27 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:27 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:27 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:27 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:27 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:27 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:27 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:43:27 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:28 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:43:28 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:28 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:43:28 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:43:28 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:28 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:28 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:28 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:28 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:43:28 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:43:29 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:29 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:29 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:29 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:29 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:29 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:43:29 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:43:29 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:43:29 00:43:29 Current default time zone: 'Etc/UTC' 00:43:29 Local time is now: Tue Jan 12 00:43:29 UTC 2021. 00:43:29 Universal Time is now: Tue Jan 12 00:43:29 UTC 2021. 00:43:29 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:43:29 00:43:30 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:43:30 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:30 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 00:43:31 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:43:31 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:43:31 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:43:32 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:43:32 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:43:32 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:43:32 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:43:32 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:32 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:43:33 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:33 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:43:33 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:33 Setting up patch (2.7.6-2ubuntu1.1) ... 00:43:33 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:43:33 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:43:33 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:33 Installing new version of config file /etc/ssl/openssl.cnf ... 00:43:33 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:43:33 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:43:33 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:43:35 Updating certificates in /etc/ssl/certs... 00:43:35 ---> de0cb5cda937 00:43:35 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:43:35 ---> 8bfa37f1981c 00:43:35 Step 9/23 : RUN make cmd/core-data/core-data 00:43:35 ---> 5d3a54ac5d00 00:43:35 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:43:35 ---> 7dc9a2990fcb 00:43:35 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:43:35 ---> a375150e394c 00:43:35 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:43:35 ---> Running in 176816ef5645 00:43:35 ---> Running in 84e040a66f63 00:43:35 ---> Running in 2a1ed024df5e 00:43:35 ---> Running in 918383366c32 00:43:35 ---> Running in 8d05292cc14e 00:43:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:43:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:36 22 added, 17 removed; done. 00:43:36 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:43:36 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:36 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:43:36 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:43:36 Setting up pkgbinarymangler (138.18.04.1) ... 00:43:36 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:36 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:43: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 00:43:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:43:36 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:36 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:36 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:36 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:43:36 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:36 Setting up perl (5.26.1-6ubuntu0.5) ... 00:43:36 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:43:36 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:43:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:36 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:43:36 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:43:36 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:43:36 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:43:36 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:43:36 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:43:36 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:43:37 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:43:37 Processing triggers for systemd (237-3ubuntu10.43) ... 00:43:37 Processing triggers for mime-support (3.60ubuntu1) ... 00:43:37 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:43:37 Updating certificates in /etc/ssl/certs... 00:43:37 0 added, 0 removed; done. 00:43:37 Running hooks in /etc/ca-certificates/update.d... 00:43:37 done. 00:43:38 Reading package lists... 00:43:38 Building dependency tree... 00:43:38 Reading state information... 00:43:38 The following NEW packages will be installed: 00:43:38 apt-transport-https 00:43:38 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:43:38 Need to get 1696 B of archives. 00:43:38 After this operation, 153 kB of additional disk space will be used. 00:43:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:43:38 debconf: delaying package configuration, since apt-utils is not installed 00:43:38 Fetched 1696 B in 0s (9442 B/s) 00:43:38 Selecting previously unselected package apt-transport-https. 00:43:38 (Reading database ... 13929 files and directories currently installed.) 00:43:38 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:43:38 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:43:38 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:43:39 Waiting for network to be ready... 00:43:45 2021-01-12T00:43:42Z INFO Waiting for automatic snapd restart... 00:43:45 snapd 2.48.2 from Canonical* installed 00:43:46 "snapd" switched to the "latest/stable" channel 00:43:46 00:43:48 core18 20201210 from Canonical* installed 00:43:48 "core18" switched to the "latest/stable" channel 00:43:48 00:43:52 snapcraft 4.4.4 from Canonical* installed 00:43:52 "snapcraft" switched to the "latest/stable" channel 00:43:52 00:43:55 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:43:55 - README.md 00:43:55 - snapcraft.yaml.orig 00:43:55 00:43:55 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:02 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:02 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:02 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:03 Reading package lists... 00:44:04 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:44:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:10 Reading package lists... 00:44:10 Building dependency tree... 00:44:10 Reading state information... 00:44:10 Suggested packages: 00:44:10 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:44:10 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:44:10 Recommended packages: 00:44:10 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:44:10 The following NEW packages will be installed: 00:44:10 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:44:10 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:44:10 pkg-config zip 00:44:10 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:44:10 Need to get 7655 kB of archives. 00:44:10 After this operation, 43.7 MB of additional disk space will be used. 00:44:10 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:44:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:44:11 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:44:11 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:44:11 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:44:11 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:44:11 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:44:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:44:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:44:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:44:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:44:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:44:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:44:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:44:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:44:12 debconf: delaying package configuration, since apt-utils is not installed 00:44:12 Fetched 7655 kB in 1s (5959 kB/s) 00:44:12 Selecting previously unselected package libglib2.0-0:amd64. 00:44:12 (Reading database ... 13933 files and directories currently installed.) 00:44:12 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:44:12 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:44:12 Selecting previously unselected package libpsl5:amd64. 00:44:12 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:44:12 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:44:12 Selecting previously unselected package libnghttp2-14:amd64. 00:44:12 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:44:12 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:12 Selecting previously unselected package librtmp1:amd64. 00:44:12 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:44:12 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:12 Selecting previously unselected package libcurl3-gnutls:amd64. 00:44:12 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:44:12 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:44:12 Selecting previously unselected package liberror-perl. 00:44:12 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:44:12 Unpacking liberror-perl (0.17025-1) ... 00:44:12 Selecting previously unselected package git-man. 00:44:12 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:44:12 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:44:13 Selecting previously unselected package git. 00:44:13 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:44:13 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:44:13 Selecting previously unselected package libnorm1:amd64. 00:44:13 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:44:13 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:13 Selecting previously unselected package libpgm-5.2-0:amd64. 00:44:13 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:44:13 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:13 Selecting previously unselected package libsodium23:amd64. 00:44:13 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:44:13 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:44:13 Selecting previously unselected package libzmq5:amd64. 00:44:13 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:13 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:14 Selecting previously unselected package libzmq3-dev:amd64. 00:44:14 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:14 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:14 Selecting previously unselected package pkg-config. 00:44:14 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:44:14 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:44:14 Selecting previously unselected package zip. 00:44:14 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:44:14 Unpacking zip (3.0-11build1) ... 00:44:14 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:14 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:44:14 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:14 Setting up liberror-perl (0.17025-1) ... 00:44:14 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:44:14 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:44:14 No schema files found: doing nothing. 00:44:14 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:14 Setting up zip (3.0-11build1) ... 00:44:14 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:14 Setting up libsodium23:amd64 (1.0.16-2) ... 00:44:14 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:44:14 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:15 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:44:15 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:15 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:44:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:21 git set to automatically installed. 00:44:21 git-man set to automatically installed. 00:44:21 libcurl3-gnutls set to automatically installed. 00:44:21 liberror-perl set to automatically installed. 00:44:21 libglib2.0-0 set to automatically installed. 00:44:21 libnghttp2-14 set to automatically installed. 00:44:21 libnorm1 set to automatically installed. 00:44:21 libpgm-5.2-0 set to automatically installed. 00:44:21 libpsl5 set to automatically installed. 00:44:21 librtmp1 set to automatically installed. 00:44:21 libsodium23 set to automatically installed. 00:44:21 libzmq3-dev set to automatically installed. 00:44:21 libzmq5 set to automatically installed. 00:44:21 pkg-config set to automatically installed. 00:44:21 zip set to automatically installed. 00:44:23 snapd is not logged in, snap install commands will use sudo 00:44:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:30 snap "core18" has no updates available 00:44:31 Pulling config-common 00:44:32 Pulling go-build-helper 00:44:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:44:54 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:44:54 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:44:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 00:44:54 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:44:54 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:44:54 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:44:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 00:44:54 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:44:54 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:44:54 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:44:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:44:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:44:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:44:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 00:44:54 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 00:44:54 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 00:44:54 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:44:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:44:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 00:44:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 00:44:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:44:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:44:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 00:44:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 00:44:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:44:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:44:54 Fetched 23.7 MB in 0s (0 B/s) 00:44:54 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:44:54 Fetched 96.5 kB in 0s (0 B/s) 00:44:54 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:44:54 Fetched 279 kB in 0s (0 B/s) 00:44:54 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:44:54 Fetched 122 kB in 0s (0 B/s) 00:44:54 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:44:54 Fetched 77.8 kB in 0s (0 B/s) 00:44:54 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:44:54 Fetched 8848 B in 0s (0 B/s) 00:44:54 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:44:54 Fetched 47.8 kB in 0s (0 B/s) 00:44:54 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:44:54 Fetched 45.6 kB in 0s (0 B/s) 00:44:54 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:44:54 Fetched 15.0 kB in 0s (0 B/s) 00:44:54 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:44:54 Fetched 214 kB in 0s (0 B/s) 00:44:54 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:44:54 Fetched 155 kB in 0s (0 B/s) 00:44:54 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:44:54 Fetched 50.6 kB in 0s (0 B/s) 00:44:54 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:44:54 Fetched 14.8 kB in 0s (0 B/s) 00:44:54 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:44:54 Fetched 41.8 kB in 0s (0 B/s) 00:44:54 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:44:54 Fetched 499 kB in 0s (0 B/s) 00:44:54 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:44:54 Fetched 111 kB in 0s (0 B/s) 00:44:54 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:44:54 Fetched 240 kB in 0s (0 B/s) 00:44:54 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:44:54 Fetched 29.3 kB in 0s (0 B/s) 00:44:54 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:44:54 Fetched 85.5 kB in 0s (0 B/s) 00:44:54 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:44:54 Fetched 24.5 kB in 0s (0 B/s) 00:44:54 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:44:54 Fetched 49.2 kB in 0s (0 B/s) 00:44:54 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:44:54 Fetched 54.2 kB in 0s (0 B/s) 00:44:54 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:44:54 Fetched 30.8 kB in 0s (0 B/s) 00:44:54 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:44:54 Fetched 17.0 kB in 0s (0 B/s) 00:44:54 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:44:54 Fetched 85.9 kB in 0s (0 B/s) 00:44:54 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:44:54 Fetched 8720 B in 0s (0 B/s) 00:44:54 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:44:54 Fetched 137 kB in 0s (0 B/s) 00:44:54 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:44:54 Fetched 119 kB in 0s (0 B/s) 00:44:54 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:44:54 Fetched 109 kB in 0s (0 B/s) 00:44:54 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:44:54 Fetched 11.1 kB in 0s (0 B/s) 00:44:54 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:44:54 Fetched 645 kB in 0s (0 B/s) 00:44:54 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:44:54 Fetched 41.3 kB in 0s (0 B/s) 00:44:54 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:44:54 Fetched 17.9 kB in 0s (0 B/s) 00:44:54 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:44:54 Fetched 368 kB in 0s (0 B/s) 00:44:54 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:44:54 Fetched 187 kB in 0s (0 B/s) 00:44:54 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:44:54 Fetched 175 kB in 0s (0 B/s) 00:44:54 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:44:57 Fetched 206 kB in 0s (0 B/s) 00:44:57 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:44:57 Fetched 1301 kB in 0s (0 B/s) 00:44:57 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:44:57 Fetched 36.2 kB in 0s (0 B/s) 00:44:57 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:44:57 Fetched 159 kB in 0s (0 B/s) 00:44:57 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:44:57 Fetched 107 kB in 0s (0 B/s) 00:44:57 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:44:57 Fetched 48.7 kB in 0s (0 B/s) 00:44:57 Pulling static-packages 00:44:58 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:44:58 Skipping pull go-build-helper (already ran) 00:44:58 Skipping pull static-packages (already ran) 00:44:58 Building go-build-helper 00:45:02 Building static-packages 00:45:03 Staging go-build-helper 00:45:04 Staging static-packages 00:45:06 Pulling go115 00:45:06 'edgex-go' has dependencies that need to be staged: go115 00:45:06 Skipping pull go115 (already ran) 00:45:06 Building go115 00:45:06 % Total % Received % Xferd Average Speed Time Time Time Current 00:45:06 Dload Upload Total Spent Left Speed 00:45:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 29298 0 0 182k 0 0:10:49 --:--:-- 0:10:49 181k 20 115M 20 23.5M 0 0 20.6M 0 0:00:05 0:00:01 0:00:04 20.5M 51 115M 51 59.8M 0 0 27.5M 0 0:00:04 0:00:02 0:00:02 27.5M 78 115M 78 90.8M 0 0 28.8M 0 0:00:03 0:00:03 --:--:-- 28.8M 100 115M 100 115M 0 0 29.6M 0 0:00:03 0:00:03 --:--:-- 29.6M 00:45:11 go1.15.2.linux-amd64.tar.gz: OK 00:45:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:45:14 Removing intermediate container 176816ef5645 00:45:14 ---> e51b07939668 00:45:14 00:45:14 Step 10/22 : FROM alpine:3.12 00:45:14 3.12: Pulling from library/alpine 00:45:15 Staging go115 00:45:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:45:16 Status: Downloaded newer image for alpine:3.12 00:45:16 ---> afeebe901d6b 00:45:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:45:17 ---> Running in 3c88947dc062 00:45:20 Removing intermediate container 2a1ed024df5e 00:45:20 ---> 3ce2f91c927a 00:45:20 00:45:20 Step 10/24 : FROM alpine:3.12 00:45:20 ---> afeebe901d6b 00:45:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:45:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:20 ---> Running in 3434d79c2224 00:45:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:20 (1/5) Installing ca-certificates (20191127-r4) 00:45:21 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:45:21 (3/5) Installing libcurl (7.69.1-r3) 00:45:21 (4/5) Installing curl (7.69.1-r3) 00:45:21 (5/5) Installing dumb-init (1.2.2-r1) 00:45:21 Executing busybox-1.31.1-r19.trigger 00:45:21 Executing ca-certificates-20191127-r4.trigger 00:45:21 OK: 7 MiB in 19 packages 00:45:22 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:22 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:22 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:22 Fetched 0 B in 0s (0 B/s) 00:45:22 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:45:22 Fetched 224 kB in 0s (0 B/s) 00:45:22 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:45:22 Fetched 157 kB in 0s (0 B/s) 00:45:22 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:45:22 Fetched 221 kB in 0s (0 B/s) 00:45:22 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:45:22 Fetched 143 kB in 0s (0 B/s) 00:45:22 Pulling edgex-go 00:45:22 Pulling version 00:45:23 Building config-common 00:45:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:23 (1/5) Installing ca-certificates (20191127-r4) 00:45:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:45:23 (3/5) Installing libcurl (7.69.1-r3) 00:45:23 (4/5) Installing curl (7.69.1-r3) 00:45:24 (5/5) Installing dumb-init (1.2.2-r1) 00:45:24 Executing busybox-1.31.1-r19.trigger 00:45:24 Executing ca-certificates-20191127-r4.trigger 00:45:24 OK: 7 MiB in 19 packages 00:45:25 Skipping build go-build-helper (already ran) 00:45:25 Skipping build static-packages (already ran) 00:45:25 Skipping build go115 (already ran) 00:45:25 Building edgex-go 00:45:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:45:27 Removing intermediate container 3c88947dc062 00:45:27 ---> c0bca3fac40a 00:45:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:45:27 go: downloading github.com/gorilla/mux v1.8.0 00:45:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 00:45:27 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:45:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 00:45:27 go: downloading github.com/google/uuid v1.1.4 00:45:27 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 00:45:27 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:45:27 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 00:45:27 go: downloading github.com/pkg/errors v0.8.1 00:45:27 go: downloading github.com/go-kit/kit v0.8.0 00:45:27 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:45:27 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:45:27 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:45:27 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:45:27 go: downloading github.com/hashicorp/consul/api v1.1.0 00:45:27 go: downloading github.com/imdario/mergo v0.3.11 00:45:27 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:45:27 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:45:27 go: downloading gopkg.in/yaml.v2 v2.4.0 00:45:27 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:45:27 go: downloading github.com/pelletier/go-toml v1.2.0 00:45:27 go: downloading github.com/x448/float16 v0.8.4 00:45:27 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:45:27 go: downloading github.com/pebbe/zmq4 v1.2.2 00:45:27 go: downloading github.com/BurntSushi/toml v0.3.1 00:45:27 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:45:27 go: downloading github.com/hashicorp/serf v0.8.2 00:45:27 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:45:27 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:45:27 go: downloading github.com/leodido/go-urn v1.2.0 00:45:27 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:45:27 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:45:27 go: downloading github.com/mitchellh/copystructure v1.0.0 00:45:27 go: downloading github.com/go-playground/universal-translator v0.17.0 00:45:27 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:45:27 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:45:27 Removing intermediate container 8d05292cc14e 00:45:27 ---> 6a7160c2fc76 00:45:27 00:45:27 Step 10/24 : FROM scratch 00:45:27 ---> 00:45:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:45:27 Removing intermediate container 918383366c32 00:45:27 ---> 157307aeaeca 00:45:27 00:45:27 Step 10/21 : FROM scratch 00:45:27 ---> 00:45:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:45:27 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:45:27 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:45:27 go: downloading github.com/go-playground/locales v0.13.0 00:45:27 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:45:27 ---> Running in 4e88f28c7cf4 00:45:27 ---> Running in 68241774cb6f 00:45:27 ---> Running in cc96c49893f6 00:45:28 Removing intermediate container 4e88f28c7cf4 00:45:28 ---> 84abf0311583 00:45:28 Step 13/22 : WORKDIR / 00:45:28 Removing intermediate container 3434d79c2224 00:45:28 ---> 3ff1aff24ede 00:45:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:45:28 ---> Running in 7a66832b0f92 00:45:28 ---> Running in f455f45ccc22 00:45:28 Removing intermediate container 68241774cb6f 00:45:28 ---> e8e65ac60a42 00:45:28 Step 12/21 : ENV APP_PORT=48085 00:45:28 Removing intermediate container cc96c49893f6 00:45:28 ---> f0dcc04262e6 00:45:28 Step 12/24 : ENV APP_PORT=48060 00:45:29 ---> Running in 24f222fb5f19 00:45:29 ---> Running in c95823fd6ccf 00:45:29 Removing intermediate container 7a66832b0f92 00:45:29 ---> e4eda3270f8c 00:45:29 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:29 Removing intermediate container f455f45ccc22 00:45:29 ---> 1ffafa58b480 00:45:29 Step 13/24 : WORKDIR / 00:45:30 Removing intermediate container 24f222fb5f19 00:45:30 ---> 3ed7935a6b61 00:45:30 Step 13/21 : EXPOSE $APP_PORT 00:45:30 Removing intermediate container c95823fd6ccf 00:45:30 ---> 470e0ada0421 00:45:30 Step 13/24 : EXPOSE $APP_PORT 00:45:30 ---> Running in af6f07ea9209 00:45:30 ---> Running in dbd0f293d262 00:45:30 ---> Running in 58224637064f 00:45:30 ---> fdef75fe803b 00:45:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:45:30 Removing intermediate container dbd0f293d262 00:45:30 ---> bc95d8bc54ed 00:45:30 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:31 Removing intermediate container 58224637064f 00:45:31 Removing intermediate container af6f07ea9209 00:45:31 ---> fbe45e8515f8 00:45:31 ---> 4652fa107f44 00:45:31 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:45:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:45:32 ---> ac66618a394b 00:45:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:45:32 ---> 9e897012a62a 00:45:32 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:45:32 ---> b873c16ae906 00:45:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:45:32 ---> 8d062c270f27 00:45:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:45:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:45:34 ---> f57644c4a2a8 00:45:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:45:34 ---> 85c5de9d12db 00:45:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:45:34 ---> a656750c79b8 00:45:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:45:34 ---> 715bea0f64fe 00:45:34 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:45:35 ---> 0678a8dafb3a 00:45:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:45:35 ---> 70c6b454572a 00:45:36 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:45:36 ---> 62b7b6d4b1de 00:45:36 Step 18/22 : RUN chmod +x entrypoint.sh 00:45:36 ---> Running in b6806eef7a27 00:45:36 ---> Running in 822aba6ec191 00:45:36 ---> 74b2622c5431 00:45:36 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:45:37 Removing intermediate container b6806eef7a27 00:45:37 ---> f205988ee4d6 00:45:37 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:37 ---> Running in 8b4ea12dbcfe 00:45:37 ---> 69adbc9ae20d 00:45:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:45:38 ---> 073fa10845b4 00:45:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:45:38 Removing intermediate container 8b4ea12dbcfe 00:45:38 ---> 15c5eb262cec 00:45:38 Step 19/21 : LABEL arch=arm64 00:45:38 ---> Running in e9d5fe7aafee 00:45:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:45:39 ---> 940dbf74724c 00:45:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:45:39 Removing intermediate container e9d5fe7aafee 00:45:39 ---> ade9bbf6ded3 00:45:39 Step 20/21 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:45:39 Removing intermediate container 822aba6ec191 00:45:39 ---> 9b7c36ce0e78 00:45:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:45:40 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:45:40 ---> Running in 33d5dd3b5523 00:45:40 ---> 1720d10d3b0a 00:45:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:45:40 ---> Running in a77b922ae377 00:45:40 ---> ffb13d92db7b 00:45:40 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:45:40 Removing intermediate container 33d5dd3b5523 00:45:40 ---> f83fba0e6c9d 00:45:40 Step 21/21 : LABEL version=0.0.0 00:45:40 Removing intermediate container a77b922ae377 00:45:40 ---> c7cd1a300423 00:45:40 Step 20/22 : LABEL arch=arm64 00:45:40 ---> Running in d43fa287a3c8 00:45:41 ---> Running in daae3e14b78e 00:45:41 ---> Running in d76bc4ba6ace 00:45:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:45:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:45:41 ---> 9f47c24fdc58 00:45:41 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:45:41 go: downloading github.com/stretchr/testify v1.6.1 00:45:41 go: downloading github.com/pmezard/go-difflib v1.0.0 00:45:41 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:45:41 go: downloading github.com/davecgh/go-spew v1.1.1 00:45:41 ---> Running in aa2100bda81d 00:45:42 Removing intermediate container daae3e14b78e 00:45:42 ---> 3c964c0a3c1e 00:45:42 00:45:42 Removing intermediate container d76bc4ba6ace 00:45:42 ---> adddf7b7b218 00:45:42 Step 21/22 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:45:42 Successfully built 3c964c0a3c1e 00:45:42 ---> Running in f42be1f54589 00:45:42 Successfully tagged docker-support-scheduler-go-arm64:latest 00:45:42  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 00:45:42 Removing intermediate container aa2100bda81d 00:45:42 ---> 31bf94cd1bbb 00:45:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:43 ---> Running in 141a4a086568 00:45:43 Removing intermediate container f42be1f54589 00:45:43 ---> 91b5f259e810 00:45:43 Step 22/22 : LABEL version=0.0.0 00:45:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:45:43 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:45:43 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:45:43 ---> Running in 94f0b33c72ed 00:45:44 Removing intermediate container 141a4a086568 00:45:44 ---> b2504463499c 00:45:44 Step 22/24 : LABEL arch=arm64 00:45:44 ---> Running in 4a7abaa50d6f 00:45:44 Removing intermediate container 94f0b33c72ed 00:45:44 ---> e98b1827fba0 00:45:44 00:45:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:45:45 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:45:45 Removing intermediate container d43fa287a3c8 00:45:45 ---> 4c8af569a434 00:45:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:45:45 Successfully built e98b1827fba0 00:45:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:45:45 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:45:46 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:45:46  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go 00:45:46 Removing intermediate container 4a7abaa50d6f 00:45:46 ---> 0124b6324bc0 00:45:46 Step 23/24 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:45:46 ---> Running in 6b61c1c781be 00:45:46 ---> Running in 1d64d23d3abb 00:45:47 Removing intermediate container 6b61c1c781be 00:45:47 ---> 73362b1903be 00:45:47 Step 22/24 : LABEL arch=arm64 00:45:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:45:47 Removing intermediate container 84e040a66f63 00:45:47 ---> 5b2af267212f 00:45:47 00:45:47 Step 10/23 : FROM alpine:3.12 00:45:47 ---> afeebe901d6b 00:45:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:45:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:45:48 ---> Running in dd5bce459b20 00:45:48 ---> Running in 1724dc5a264b 00:45:48 Removing intermediate container 1d64d23d3abb 00:45:48 ---> 58e8e9454212 00:45:48 Step 24/24 : LABEL version=0.0.0 00:45:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:45:49 ---> Running in 82f76555a94f 00:45:49 Removing intermediate container dd5bce459b20 00:45:49 ---> fe40cebe4be5 00:45:49 Step 12/23 : ENV APP_PORT=48080 00:45:50 Removing intermediate container 1724dc5a264b 00:45:50 ---> f3ddb67034df 00:45:50 Step 23/24 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:45:51 ---> Running in 3057eccc2089 00:45:51 Removing intermediate container 82f76555a94f 00:45:51 ---> 9e87cb961c2a 00:45:51 00:45:51 ---> Running in 330fd58c1580 00:45:51 Building version 00:45:51 Successfully built 9e87cb961c2a 00:45:51 Successfully tagged docker-support-notifications-go-arm64:latest 00:45:51  Building docker-support-notifications-go ... done Building docker-core-metadata-go 00:45:51 Removing intermediate container 3057eccc2089 00:45:51 ---> a3f04b4a4850 00:45:51 Step 13/23 : EXPOSE $APP_PORT 00:45:52 Removing intermediate container 330fd58c1580 00:45:52 ---> cf791dec2ae5 00:45:52 Step 24/24 : LABEL version=0.0.0 00:45:52 ---> Running in 2a56bdf3873f 00:45:52 ---> Running in 26873f3868a6 00:45:52 Removing intermediate container 2a56bdf3873f 00:45:52 ---> c22a5387c738 00:45:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:52 Removing intermediate container 26873f3868a6 00:45:52 ---> da20f4570afc 00:45:52 00:45:52 ---> Running in 520a708cc4ac 00:45:53 Successfully built da20f4570afc 00:45:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:45:53 Building docker-core-command-go 00:45:53 Staging config-common 00:45:54 Skipping stage go-build-helper (already ran) 00:45:54 Skipping stage static-packages (already ran) 00:45:54 Skipping stage go115 (already ran) 00:45:54 Staging edgex-go 00:45:55  Building docker-security-secretstore-setup-go ... done Removing intermediate container 520a708cc4ac 00:45:55 ---> 7f0933ddc74e 00:45:55 Step 15/23 : RUN apk add --update --no-cache zeromq 00:45:55 ---> Running in aa2324f43ad0 00:45:55 Staging version 00:45:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:56 Priming config-common 00:45:57 Priming go-build-helper 00:45:58 Priming static-packages 00:45:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:59 (1/5) Installing libgcc (9.3.0-r2) 00:45:59 (2/5) Installing libsodium (1.0.18-r0) 00:46:00 (3/5) Installing libstdc++ (9.3.0-r2) 00:46:00 (4/5) Installing libzmq (4.3.3-r0) 00:46:00 Priming go115 00:46:00 (5/5) Installing zeromq (4.3.3-r0) 00:46:00 Executing busybox-1.31.1-r19.trigger 00:46:00 OK: 8 MiB in 19 packages 00:46:01 Priming edgex-go 00:46:02 Priming version 00:46:03 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:46:06 Removing intermediate container aa2324f43ad0 00:46:06 ---> 0935373b892a 00:46:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:07 ---> 9fe6c4909912 00:46:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:46:10 ---> 53211b3ee10f 00:46:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:46:11 ---> 905ccb648ad3 00:46:11 Step 19/23 : ENTRYPOINT ["/core-data"] 00:46:12 ---> Running in 197fc1e9a3d8 00:46:13 Removing intermediate container 197fc1e9a3d8 00:46:13 ---> 9a552813ef43 00:46:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:13 ---> Running in d4f02b62012c 00:46:13 Removing intermediate container d4f02b62012c 00:46:13 ---> 475c6fe2ba89 00:46:13 Step 21/23 : LABEL arch=arm64 00:46:14 ---> Running in 3e1b98e231fb 00:46:14 Removing intermediate container 3e1b98e231fb 00:46:14 ---> f6ce0377432f 00:46:14 Step 22/23 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:46:14 ---> Running in 7d8a98cce786 00:46:15 Removing intermediate container 7d8a98cce786 00:46:15 ---> 2883880d7d06 00:46:15 Step 23/23 : LABEL version=0.0.0 00:46:15 ---> Running in dab9a23e4afc 00:46:16 Removing intermediate container dab9a23e4afc 00:46:16 ---> c8bf06edfa3d 00:46:16 00:46:16 Successfully built c8bf06edfa3d 00:46:16 Successfully tagged docker-core-data-go-arm64:latest 00:46:28  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:28 ---> a08dfdf76e28 00:46:28 Step 3/26 : WORKDIR /edgex-go 00:46:28 ---> Using cache 00:46:28 ---> 88cbc8f36674 00:46:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:28 ---> Using cache 00:46:28 ---> 7295ef11b82c 00:46:28 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:32 ---> a08dfdf76e28 00:46:32 Step 3/21 : WORKDIR /edgex-go 00:46:32 ---> Using cache 00:46:32 ---> 88cbc8f36674 00:46:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:32 ---> Using cache 00:46:32 ---> 7295ef11b82c 00:46:32 Step 5/21 : RUN apk add --update --no-cache make git 00:46:32 ---> Using cache 00:46:32 ---> 42d82ea7df7b 00:46:32 Step 6/21 : COPY go.mod . 00:46:32 ---> Using cache 00:46:32 ---> 435a6adbf602 00:46:32 Step 7/21 : RUN go mod download 00:46:32 ---> Using cache 00:46:32 ---> 4c1d0949e02f 00:46:32 Step 8/21 : COPY . . 00:46:32 ---> Using cache 00:46:32 ---> de0cb5cda937 00:46:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:32 ---> Running in 5d50eb51876f 00:46:32 ---> Running in 055e65401538 00:46:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:37 OK: 217 MiB in 51 packages 00:46:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:37 ---> a08dfdf76e28 00:46:37 Step 3/22 : WORKDIR /edgex-go 00:46:37 ---> Using cache 00:46:37 ---> 88cbc8f36674 00:46:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:37 ---> Using cache 00:46:37 ---> 7295ef11b82c 00:46:37 Step 5/22 : RUN apk add --update --no-cache make git 00:46:37 ---> Using cache 00:46:37 ---> 42d82ea7df7b 00:46:37 Step 6/22 : COPY go.mod . 00:46:37 ---> Using cache 00:46:37 ---> 435a6adbf602 00:46:37 Step 7/22 : RUN go mod download 00:46:37 ---> Using cache 00:46:37 ---> 4c1d0949e02f 00:46:37 Step 8/22 : COPY . . 00:46:37 ---> Using cache 00:46:37 ---> de0cb5cda937 00:46:37 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:46:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:37 ---> a08dfdf76e28 00:46:37 Step 3/22 : WORKDIR /edgex-go 00:46:37 ---> Using cache 00:46:37 ---> 88cbc8f36674 00:46:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:37 ---> Using cache 00:46:37 ---> 7295ef11b82c 00:46:37 Step 5/22 : RUN apk add --update --no-cache make git 00:46:37 ---> Using cache 00:46:37 ---> 42d82ea7df7b 00:46:37 Step 6/22 : COPY go.mod . 00:46:37 ---> Using cache 00:46:37 ---> 435a6adbf602 00:46:37 Step 7/22 : RUN go mod download 00:46:37 ---> Using cache 00:46:37 ---> 4c1d0949e02f 00:46:37 Step 8/22 : COPY . . 00:46:37 ---> Using cache 00:46:37 ---> de0cb5cda937 00:46:37 Step 9/22 : RUN make cmd/core-command/core-command 00:46:39 ---> Running in 140b7d6d7bef 00:46:39 ---> Running in b179146b548c 00:46:40 Removing intermediate container 5d50eb51876f 00:46:40 ---> 487dc3cafdc1 00:46:40 Step 6/26 : COPY go.mod . 00:46:41 ---> 424f01963ac2 00:46:41 Step 7/26 : RUN go mod download 00:46:42 ---> Running in 589989a9ba19 00:46:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:46:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:46:46 Removing intermediate container 589989a9ba19 00:46:46 ---> 71ebce94264d 00:46:46 Step 8/26 : COPY . . 00:47:09 ---> ac47fb2db52a 00:47:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:47:09 ---> Running in de8ea38d79da 00:47:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:47:59 Removing intermediate container 055e65401538 00:47:59 ---> 110f6dd83dfb 00:47:59 00:47:59 Step 10/21 : FROM alpine:3.12 00:47:59 ---> afeebe901d6b 00:47:59 Step 11/21 : RUN apk add --update --no-cache curl 00:47:59 ---> Running in 688cfab9d314 00:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:01 (1/4) Installing ca-certificates (20191127-r4) 00:48:01 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:01 (3/4) Installing libcurl (7.69.1-r3) 00:48:01 (4/4) Installing curl (7.69.1-r3) 00:48:01 Executing busybox-1.31.1-r19.trigger 00:48:01 Executing ca-certificates-20191127-r4.trigger 00:48:01 OK: 7 MiB in 18 packages 00:48:04 Removing intermediate container 688cfab9d314 00:48:04 ---> 381cf5838be7 00:48:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:04 ---> Running in 97fe147ced02 00:48:05 Removing intermediate container 97fe147ced02 00:48:05 ---> 00312778e0fb 00:48:05 Step 13/21 : WORKDIR /edgex 00:48:05 ---> Running in ca1c237ff918 00:48:06 Removing intermediate container ca1c237ff918 00:48:06 ---> 1fd2166aae5f 00:48:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:07 ---> ca9db659a356 00:48:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:09 ---> 8b7103a8d0e6 00:48:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:12 ---> ba03393352e8 00:48:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:48:12 ---> Running in 4aaabb4a4d8d 00:48:14 Removing intermediate container 4aaabb4a4d8d 00:48:14 ---> 234a5f5d5151 00:48:14 Step 18/21 : CMD ["--init=true"] 00:48:14 Removing intermediate container 140b7d6d7bef 00:48:14 ---> 6b05e276678c 00:48:14 00:48:14 Step 10/22 : FROM scratch 00:48:14 ---> 00:48:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:14 ---> Using cache 00:48:14 ---> e8e65ac60a42 00:48:14 Step 12/22 : ENV APP_PORT=48082 00:48:14 ---> Running in 31f0b4ad93eb 00:48:14 ---> Running in fdbbea341f28 00:48:15 Removing intermediate container fdbbea341f28 00:48:15 ---> a0f6cd80c48e 00:48:15 Step 13/22 : EXPOSE $APP_PORT 00:48:15 Removing intermediate container 31f0b4ad93eb 00:48:15 ---> 9457c59407df 00:48:15 Step 19/21 : LABEL arch=arm64 00:48:15 ---> Running in f074c3f39d41 00:48:15 ---> Running in 7608b3b136a4 00:48:16 Removing intermediate container 7608b3b136a4 00:48:16 ---> 037678cba986 00:48:16 Step 20/21 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:48:16 Removing intermediate container f074c3f39d41 00:48:16 ---> c2afeb8f6574 00:48:16 Step 14/22 : WORKDIR / 00:48:16 ---> Running in 0d22a1780b7a 00:48:16 ---> Running in 6d931d42c3ed 00:48:17 Removing intermediate container 0d22a1780b7a 00:48:17 ---> 8e1fdfbb4b9a 00:48:17 Step 21/21 : LABEL version=0.0.0 00:48:17 Removing intermediate container 6d931d42c3ed 00:48:17 ---> 4191a9a5ea96 00:48:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:17 ---> Running in 37dfc1f9fea8 00:48:18 Removing intermediate container 37dfc1f9fea8 00:48:18 ---> 2d1e98cd394d 00:48:18 00:48:18 ---> 03e8d4ac8da0 00:48:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:18 Successfully built 2d1e98cd394d 00:48:19 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:48:21  Building docker-security-proxy-setup-go ... done  ---> 66bc21cfa585 00:48:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:22 ---> 8bb2684c1d35 00:48:22 Step 18/22 : ENTRYPOINT ["/core-command"] 00:48:22 ---> Running in b03bfd9a87f1 00:48:22 Removing intermediate container b03bfd9a87f1 00:48:22 ---> ca9469ff2677 00:48:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:22 ---> Running in 5e46f15b49da 00:48:23 Removing intermediate container 5e46f15b49da 00:48:23 ---> dd88de688435 00:48:23 Step 20/22 : LABEL arch=arm64 00:48:23 ---> Running in e5c4702a56cf 00:48:24 Removing intermediate container e5c4702a56cf 00:48:24 ---> 6d429b14e020 00:48:24 Step 21/22 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:48:24 ---> Running in 0b8f0f325251 00:48:25 Removing intermediate container 0b8f0f325251 00:48:25 ---> bbe06d05a88d 00:48:25 Step 22/22 : LABEL version=0.0.0 00:48:25 ---> Running in d9c45481a4d9 00:48:26 Removing intermediate container d9c45481a4d9 00:48:26 ---> 4bd61f044d20 00:48:26 00:48:27 Successfully built 4bd61f044d20 00:48:27 Successfully tagged docker-core-command-go-arm64:latest 00:48:29  Building docker-core-command-go ... done Removing intermediate container de8ea38d79da 00:48:29 ---> b47a70aa6195 00:48:29 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:29 Removing intermediate container b179146b548c 00:48:29 ---> ccbb5a753061 00:48:29 00:48:29 Step 10/22 : FROM scratch 00:48:29 ---> 00:48:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:29 ---> Running in 797dd7ef6b88 00:48:29 ---> Using cache 00:48:29 ---> e8e65ac60a42 00:48:29 Step 12/22 : ENV APP_PORT=48081 00:48:29 ---> Running in 4edbb5a3671c 00:48:29 Removing intermediate container 4edbb5a3671c 00:48:29 ---> a7fd49f8801f 00:48:29 Step 13/22 : EXPOSE $APP_PORT 00:48:29 ---> Running in a929461947f5 00:48:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:30 Removing intermediate container a929461947f5 00:48:30 ---> 18ab8bd0bb26 00:48:30 Step 14/22 : WORKDIR / 00:48:30 ---> Running in fa2d46fe285c 00:48:31 Removing intermediate container fa2d46fe285c 00:48:31 ---> e0e5dd2e5198 00:48:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:31 ---> 69b6606140df 00:48:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:33 ---> 8b0587cc78f4 00:48:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:33 Removing intermediate container 797dd7ef6b88 00:48:33 ---> 3012ab94fed5 00:48:33 00:48:33 Step 11/26 : FROM docker:20.10.0 00:48:33 20.10.0: Pulling from library/docker 00:48:33 ---> 4a5c0eb29ff7 00:48:33 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:48:34 ---> Running in 3f9efc8431d8 00:48:34 Removing intermediate container 3f9efc8431d8 00:48:34 ---> d710437e6870 00:48:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:35 ---> Running in 5f87a214c36f 00:48:35 Removing intermediate container 5f87a214c36f 00:48:35 ---> 1280554623dc 00:48:35 Step 20/22 : LABEL arch=arm64 00:48:36 ---> Running in 99c40d831987 00:48:36 Removing intermediate container 99c40d831987 00:48:36 ---> b06f6612c29d 00:48:36 Step 21/22 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:48:36 ---> Running in ead5cbd5a421 00:48:37 Removing intermediate container ead5cbd5a421 00:48:37 ---> b12ca0a2193f 00:48:37 Step 22/22 : LABEL version=0.0.0 00:48:38 ---> Running in eef56a9e0138 00:48:39 Removing intermediate container eef56a9e0138 00:48:39 ---> eaaaf5ee2fdf 00:48:39 00:48:39 Successfully built eaaaf5ee2fdf 00:48:39 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:40  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:40 Status: Downloaded newer image for docker:20.10.0 00:48:40 ---> eeaf43b92773 00:48:40 Step 12/26 : RUN apk add --no-cache bash 00:48:41 ---> Running in b13d2dd2f197 00:48:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:43 (1/2) Installing readline (8.0.4-r0) 00:48:43 (2/2) Installing bash (5.0.17-r0) 00:48:43 Executing bash-5.0.17-r0.post-install 00:48:43 Executing busybox-1.31.1-r19.trigger 00:48:43 OK: 12 MiB in 22 packages 00:48:44 Removing intermediate container b13d2dd2f197 00:48:44 ---> fda1d12ec7df 00:48:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:44 ---> Running in 8ea7d6e55591 00:48:45 Removing intermediate container 8ea7d6e55591 00:48:45 ---> e6fa19320604 00:48:45 Step 14/26 : ENV APP_PORT=48090 00:48:45 ---> Running in dd5ba260ec30 00:48:45 Removing intermediate container dd5ba260ec30 00:48:45 ---> 95c439a02e93 00:48:45 Step 15/26 : EXPOSE $APP_PORT 00:48:46 ---> Running in 93b665b30591 00:48:46 Removing intermediate container 93b665b30591 00:48:46 ---> b50de7196ca7 00:48:46 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:47 ---> e2a2cc04aeac 00:48:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:48 ---> 098eaf4978eb 00:48:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:49 ---> 271687a633ed 00:48:49 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:49 ---> Running in c68ebac84fd9 00:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:51 (1/33) Installing libbz2 (1.0.8-r1) 00:48:51 (2/33) Installing expat (2.2.9-r1) 00:48:51 (3/33) Installing libffi (3.3-r2) 00:48:51 (4/33) Installing gdbm (1.13-r1) 00:48:51 (5/33) Installing xz-libs (5.2.5-r0) 00:48:51 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:51 (7/33) Installing python3 (3.8.5-r0) 00:48:53 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:53 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:53 (11/33) Installing py3-six (1.15.0-r0) 00:48:53 (12/33) Installing py3-packaging (20.4-r0) 00:48:53 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:53 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:53 (15/33) Installing py3-idna (2.9-r0) 00:48:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:53 (18/33) Installing py3-requests (2.23.0-r0) 00:48:53 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:53 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:53 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:53 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:53 (24/33) Installing py3-distro (1.5.0-r1) 00:48:53 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:53 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:53 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:53 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:53 (29/33) Installing py3-progress (1.5-r0) 00:48:53 (30/33) Installing py3-toml (0.10.1-r0) 00:48:53 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:53 (33/33) Installing py3-pip (20.1.1-r0) 00:48:54 Executing busybox-1.31.1-r19.trigger 00:48:54 OK: 71 MiB in 55 packages 00:49:02 Removing intermediate container c68ebac84fd9 00:49:02 ---> 29afb401a04f 00:49:02 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:02 ---> Running in 2b3e5a24bf93 00:49:07 Collecting docker-compose==1.23.2 00:49:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:08 Collecting texttable<0.10,>=0.9.0 00:49:08 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:10 Collecting cached-property<2,>=1.2.0 00:49:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:11 Collecting PyYAML<4,>=3.10 00:49:11 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:15 Collecting docker<4.0,>=3.6.0 00:49:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:16 Collecting dockerpty<0.5,>=0.4.1 00:49:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:19 Collecting websocket-client<1.0,>=0.32.0 00:49:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:19 Collecting jsonschema<3,>=2.5.1 00:49:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:20 Collecting docopt<0.7,>=0.6.1 00:49:20 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:49:24 Collecting docker-pycreds>=0.4.0 00:49:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:24 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:49:24 Collecting idna<2.8,>=2.5 00:49:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:25 Collecting urllib3<1.25,>=1.21.1 00:49:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:26 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:49:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:27 Installing collected packages: texttable, cached-property, PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, docopt, docker-compose 00:49:27 Running setup.py install for texttable: started 00:49:29 Running setup.py install for texttable: finished with status 'done' 00:49:29 Running setup.py install for PyYAML: started 00:49:31 Running setup.py install for PyYAML: finished with status 'done' 00:49:31 Attempting uninstall: idna 00:49:31 Found existing installation: idna 2.9 00:49:31 Uninstalling idna-2.9: 00:49:31 Successfully uninstalled idna-2.9 00:49:32 Attempting uninstall: urllib3 00:49:32 Found existing installation: urllib3 1.25.9 00:49:32 Uninstalling urllib3-1.25.9: 00:49:32 Successfully uninstalled urllib3-1.25.9 00:49:33 Attempting uninstall: requests 00:49:33 Found existing installation: requests 2.23.0 00:49:33 Uninstalling requests-2.23.0: 00:49:33 Successfully uninstalled requests-2.23.0 00:49:35 Running setup.py install for dockerpty: started 00:49:37 Running setup.py install for dockerpty: finished with status 'done' 00:49:37 Running setup.py install for docopt: started 00:49:40 Running setup.py install for docopt: finished with status 'done' 00:49:41 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:49:45 Removing intermediate container 2b3e5a24bf93 00:49:45 ---> 0c81222aa2cc 00:49:45 Step 21/26 : RUN apk --no-cache add curl 00:49:45 ---> Running in 3c007b03d383 00:49:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:47 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:47 (2/3) Installing libcurl (7.69.1-r3) 00:49:47 (3/3) Installing curl (7.69.1-r3) 00:49:47 Executing busybox-1.31.1-r19.trigger 00:49:47 OK: 71 MiB in 58 packages 00:49:48 Removing intermediate container 3c007b03d383 00:49:48 ---> 4770a0366da8 00:49:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:48 ---> Running in 32d29ce614c9 00:49:49 Removing intermediate container 32d29ce614c9 00:49:49 ---> b5ba43b85780 00:49:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:49 ---> Running in d70ae17ac3cc 00:49:50 Removing intermediate container d70ae17ac3cc 00:49:50 ---> 5a49193ad043 00:49:50 Step 24/26 : LABEL arch=arm64 00:49:50 ---> Running in 375c8874076d 00:49:50 Removing intermediate container 375c8874076d 00:49:50 ---> 7e946edb4f16 00:49:50 Step 25/26 : LABEL git_sha=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 00:49:50 ---> Running in 1c3b2e08b4f6 00:49:51 Removing intermediate container 1c3b2e08b4f6 00:49:51 ---> 0bbc197c0653 00:49:51 Step 26/26 : LABEL version=0.0.0 00:49:51 ---> Running in 05cc8fabe669 00:49:52 Removing intermediate container 05cc8fabe669 00:49:52 ---> 0bc834bd89e8 00:49:52 00:49:52 Successfully built 0bc834bd89e8 00:49:52 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:52  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:49:52 $ docker stop --time=1 90e250e690d805e88056cafbb996b8e51ebafc72a26221d132ec43f32e56ef6a 00:49:54 $ docker rm -f 90e250e690d805e88056cafbb996b8e51ebafc72a26221d132ec43f32e56ef6a [Pipeline] // withDockerContainer [Pipeline] sh 00:49:55 + grep docker 00:49:55 + docker images 00:49:55 docker-sys-mgmt-agent-go-arm64 latest 0bc834bd89e8 4 seconds ago 300MB 00:49:55 docker-core-metadata-go-arm64 latest eaaaf5ee2fdf About a minute ago 12.3MB 00:49:55 docker-core-command-go-arm64 latest 4bd61f044d20 About a minute ago 9.98MB 00:49:55 docker-security-proxy-setup-go-arm64 latest 2d1e98cd394d About a minute ago 23.3MB 00:49:55 docker-core-data-go-arm64 latest c8bf06edfa3d 3 minutes ago 21MB 00:49:55 docker-security-secretstore-setup-go-arm64 latest da20f4570afc 4 minutes ago 23.4MB 00:49:55 docker-support-notifications-go-arm64 latest 9e87cb961c2a 4 minutes ago 11.4MB 00:49:55 docker-security-bootstrap-redis-go-arm64 latest e98b1827fba0 4 minutes ago 15.1MB 00:49:55 docker-support-scheduler-go-arm64 latest 3c964c0a3c1e 4 minutes ago 10MB 00:49:55 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 00:49:57 provisioning config files... 00:49:57 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5637258863818308635tmp [Pipeline] { [Pipeline] sh 00:49:57 + set +x 00:49:57 + curl -s https://codecov.io/bash 00:49:57 + bash -s -- 00:49:57 00:49:57 _____ _ 00:49:57 / ____| | | 00:49:57 | | ___ __| | ___ ___ _____ __ 00:49:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:49:57 | |___| (_) | (_| | __/ (_| (_) \ V / 00:49:57 \_____\___/ \__,_|\___|\___\___/ \_/ 00:49:57 Bash-20201231-23d4836 00:49:57 00:49:57 00:49:57 ==> git version 2.24.3 found 00:49:57 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:49:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:49:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:49:57 ==> Jenkins CI detected. 00:49:57 project root: . 00:49:57 --> token set from env 00:49:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:49:58 ==> Running gcov in . (disable via -X gcov) 00:49:58 ==> Python coveragepy not found 00:49:58 ==> Searching for coverage reports in: 00:49:58 + . 00:49:58 -> Found 1 reports 00:49:58 ==> Detecting git/mercurial file structure 00:49:58 ==> Reading reports 00:49:58 + ./coverage.out bytes=552842 00:49:58 ==> Appending adjustments 00:49:58 https://docs.codecov.io/docs/fixing-reports 00:50:01 + Found adjustments 00:50:01 ==> Gzipping contents 00:50:01 84K /tmp/codecov.oZuXrk.gz 00:50:01 ==> Uploading reports 00:50:01 url: https://codecov.io 00:50:01 query: branch=PR-3008&commit=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3008%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3008&job=&cmd_args= 00:50:01 -> Pinging Codecov 00:50:01 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3008&commit=1cb500dc7c90da01a35af8b26c7bab2c11ae05b0&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3008%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3008&job=&cmd_args= 00:50:01 -> Uploading to 00:50:01 https://storage.googleapis.com/codecov/v4/raw/2021-01-12/00271124DB129430A58F1EEE437C3FCB/1cb500dc7c90da01a35af8b26c7bab2c11ae05b0/95965e8e-b3b8-47d4-90d5-4983610fa206.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T005001Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=43bd326561bff5676eb95f4a6501d3a75ab2219beb7007490f15ef496e231cec 00:50:01 % Total % Received % Xferd Average Speed Time Time Time Current 00:50:01 Dload Upload Total Spent Left Speed 00:50:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83677 0 0 100 83677 0 167k --:--:-- --:--:-- --:--:-- 167k 100 83677 0 0 100 83677 0 167k --:--:-- --:--:-- --:--:-- 167k 00:50:02 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1cb500dc7c90da01a35af8b26c7bab2c11ae05b0 [Pipeline] } 00:50:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:50:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:05 ---> package-listing.sh 00:50:05 ++ facter osfamily 00:50:05 ++ tr '[:upper:]' '[:lower:]' 00:50:05 + OS_FAMILY=redhat 00:50:05 + workspace=/w/workspace/edgex-go/2 00:50:05 + START_PACKAGES=/tmp/packages_start.txt 00:50:05 + END_PACKAGES=/tmp/packages_end.txt 00:50:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:05 + PACKAGES=/tmp/packages_start.txt 00:50:05 + '[' /w/workspace/edgex-go/2 ']' 00:50:05 + PACKAGES=/tmp/packages_end.txt 00:50:05 + case "${OS_FAMILY}" in 00:50:05 + rpm -qa 00:50:05 + sort 00:50:10 + '[' -f /tmp/packages_start.txt ']' 00:50:10 + '[' -f /tmp/packages_end.txt ']' 00:50:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:10 + '[' /w/workspace/edgex-go/2 ']' 00:50:10 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:50:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:50:10 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:50:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:50:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:11 00:50:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:50:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:11 alpine: Pulling from edgex-lftools-log-publisher 00:50:11 df20fa9351a1: Pulling fs layer 00:50:11 36b3adc4ff6f: Pulling fs layer 00:50:11 8ad3a11d3b57: Pulling fs layer 00:50:11 46f8f816bc3b: Pulling fs layer 00:50:11 93b61091891f: Pulling fs layer 00:50:11 93b9cdb0e59b: Pulling fs layer 00:50:11 5e14af77c1be: Pulling fs layer 00:50:11 01666e4c0597: Pulling fs layer 00:50:11 aa168da1d23b: Pulling fs layer 00:50:11 46f8f816bc3b: Waiting 00:50:11 93b61091891f: Waiting 00:50:11 93b9cdb0e59b: Waiting 00:50:11 5e14af77c1be: Waiting 00:50:11 01666e4c0597: Waiting 00:50:11 aa168da1d23b: Waiting 00:50:11 36b3adc4ff6f: Download complete 00:50:11 46f8f816bc3b: Verifying Checksum 00:50:11 46f8f816bc3b: Download complete 00:50:11 df20fa9351a1: Verifying Checksum 00:50:11 93b9cdb0e59b: Verifying Checksum 00:50:11 93b9cdb0e59b: Download complete 00:50:11 5e14af77c1be: Download complete 00:50:11 93b61091891f: Download complete 00:50:11 01666e4c0597: Verifying Checksum 00:50:11 01666e4c0597: Download complete 00:50:11 df20fa9351a1: Pull complete 00:50:12 36b3adc4ff6f: Pull complete 00:50:12 8ad3a11d3b57: Download complete 00:50:13 8ad3a11d3b57: Pull complete 00:50:13 46f8f816bc3b: Pull complete 00:50:13 93b61091891f: Pull complete 00:50:14 aa168da1d23b: Verifying Checksum 00:50:14 aa168da1d23b: Download complete 00:50:15 93b9cdb0e59b: Pull complete 00:50:15 5e14af77c1be: Pull complete 00:50:16 01666e4c0597: Pull complete 00:50:24 aa168da1d23b: Pull complete 00:50:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:50:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:50:24 prd-centos7-docker-4c-2g-19647 does not seem to be running inside a container 00:50:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:50:28 $ docker top 5365ac73d9a154a903edf4f1c257576bd0cebb33fe7d9e3c7a5091fc1935eeb8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:28 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:28 + mkdir -p /var/log/sa [Pipeline] sh 00:50:29 + ls /var/log/sa-host 00:50:29 + sadf -c /var/log/sa-host/sa12 00:50:29 file_magic: OK 00:50:29 HZ: Using current value: 100 00:50:29 file_header: OK 00:50:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:50:29 Statistics: 00:50:29 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:50:29 File successfully converted to sysstat format version 12.2.1 00:50:29 + sadf -c /var/log/sa-host/sa23 00:50:29 file_magic: OK 00:50:29 HZ: Using current value: 100 00:50:29 file_header: OK 00:50:29 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:50:29 Statistics: 00:50:29 Hnuu...uuuununununu... 00:50:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:29 provisioning config files... 00:50:29 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7770421173211542099tmp [Pipeline] { [Pipeline] echo 00:50:29 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:50:30 ---> create-netrc.sh [Pipeline] } 00:50:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:50:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:50:30 ---> python-tools-install.sh [Pipeline] echo 00:50:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:50:30 ---> sudo-logs.sh 00:50:30 Archiving 'sudo' log.. [Pipeline] echo 00:50:30 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:50:31 ---> job-cost.sh 00:50:31 lf-activate-venv: SKIPPING 00:50:31 INFO: No Stack... 00:50:32 INFO: Retrieving Pricing Info for: v1-standard-2 00:50:32 INFO: Archiving Costs [Pipeline] echo 00:50:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:50:32 ---> logs-deploy.sh 00:50:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3008/2 00:50:32 INFO: archiving workspace using pattern(s): 00:50:34 Archives upload complete. 00:50:34 INFO: archiving logs to Nexus