Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 60451040515ee9eeb901ca3bb1c4662a631f475e rather than 638c5eca75d96072983230586d0b72665e7313b1 Obtained Jenkinsfile from 60451040515ee9eeb901ca3bb1c4662a631f475e 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20343 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/23 [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/23 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 Merge succeeded, producing d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c Checking out Revision d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c (PR-2966) > git config core.sparsecheckout # timeout=10 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # 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 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c # timeout=10 Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" > git rev-list --no-walk 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:08 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:08 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:08 ========================================================= 00:31:08 EdgeX Global Pipelines Version Info 00:31:08 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:09 ------------------- 00:31:09 stable info: 00:31:09 ------------------- 00:31:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:09 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 00:31:09 Message: update stable to v1.0.177 00:31:10 ------------------- 00:31:10 experimental info: 00:31:10 ------------------- 00:31:10 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:10 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 00:31:10 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d49aebc [Pipeline] echo 00:31:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:13 provisioning config files... 00:31:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config3146772482810942551tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:14 ---> docker-login.sh 00:31:14 nexus3.edgexfoundry.org:10001 00:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:14 Configure a credential helper to remove this warning. See 00:31:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:14 00:31:14 Login Succeeded 00:31:14 nexus3.edgexfoundry.org:10002 00:31:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:14 Configure a credential helper to remove this warning. See 00:31:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:14 00:31:14 Login Succeeded 00:31:14 nexus3.edgexfoundry.org:10003 00:31:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:15 Configure a credential helper to remove this warning. See 00:31:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:15 00:31:15 Login Succeeded 00:31:15 nexus3.edgexfoundry.org:10004 00:31:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:15 Configure a credential helper to remove this warning. See 00:31:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:15 00:31:15 Login Succeeded 00:31:15 docker.io 00:31:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:15 Configure a credential helper to remove this warning. See 00:31:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:15 00:31:15 Login Succeeded 00:31:15 ---> docker-login.sh ends [Pipeline] } 00:31:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:16 ++ 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:31:16 + for file in '`ls cmd/**/Dockerfile`' 00:31:16 ++ dirname cmd/core-command/Dockerfile 00:31:16 ++ cut -d/ -f2 00:31:16 + echo core-command,cmd/core-command/Dockerfile 00:31:16 + for file in '`ls cmd/**/Dockerfile`' 00:31:16 ++ dirname cmd/core-data/Dockerfile 00:31:16 ++ cut -d/ -f2 00:31:16 + echo core-data,cmd/core-data/Dockerfile 00:31:16 + for file in '`ls cmd/**/Dockerfile`' 00:31:16 ++ dirname cmd/core-metadata/Dockerfile 00:31:16 ++ cut -d/ -f2 00:31:16 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:16 + for file in '`ls cmd/**/Dockerfile`' 00:31:16 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:16 ++ cut -d/ -f2 00:31:16 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:16 + for file in '`ls cmd/**/Dockerfile`' 00:31:16 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:16 ++ cut -d/ -f2 00:31:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:16 + for file in '`ls cmd/**/Dockerfile`' 00:31:16 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:16 ++ cut -d/ -f2 00:31:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:16 + for file in '`ls cmd/**/Dockerfile`' 00:31:16 ++ dirname cmd/support-notifications/Dockerfile 00:31:16 ++ cut -d/ -f2 00:31:16 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:16 + for file in '`ls cmd/**/Dockerfile`' 00:31:16 ++ dirname cmd/support-scheduler/Dockerfile 00:31:16 ++ cut -d/ -f2 00:31:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:16 + for file in '`ls cmd/**/Dockerfile`' 00:31:16 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:16 ++ cut -d/ -f2 00:31:16 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:16 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:31:17 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:17 00:31:17 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:17 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:17 latest: Pulling from edgex-devops/git-semver 00:31:17 31603596830f: Pulling fs layer 00:31:17 2a8b12db71e7: Pulling fs layer 00:31:17 6ca5941a6612: Pulling fs layer 00:31:17 ecc8261a40a4: Pulling fs layer 00:31:17 ecc8261a40a4: Waiting 00:31:17 2a8b12db71e7: Verifying Checksum 00:31:17 2a8b12db71e7: Download complete 00:31:17 31603596830f: Verifying Checksum 00:31:17 31603596830f: Download complete 00:31:17 ecc8261a40a4: Verifying Checksum 00:31:17 ecc8261a40a4: Download complete 00:31:17 6ca5941a6612: Verifying Checksum 00:31:17 6ca5941a6612: Download complete 00:31:17 31603596830f: Pull complete 00:31:18 2a8b12db71e7: Pull complete 00:31:19 6ca5941a6612: Pull complete 00:31:19 ecc8261a40a4: Pull complete 00:31:19 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:19 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:19 prd-centos7-docker-4c-2g-20343 does not seem to be running inside a container 00:31:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:31:21 $ docker top 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:22 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:22 [ssh-agent] Looking for ssh-agent implementation... 00:31:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:22 $ docker exec 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 ssh-agent 00:31:22 SSH_AUTH_SOCK=/tmp/ssh-EMrgenWisZu1/agent.11 00:31:22 SSH_AGENT_PID=16 00:31:22 Running ssh-add (command line suppressed) 00:31:22 Identity added: /w/workspace/edgex-go/23@tmp/private_key_2334767679151707012.key (/w/workspace/edgex-go/23@tmp/private_key_2334767679151707012.key) 00:31:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:23 + git tag --points-at HEAD [Pipeline] } 00:31:23 $ docker exec --env ******** --env ******** 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 ssh-agent -k 00:31:23 unset SSH_AUTH_SOCK; 00:31:23 unset SSH_AGENT_PID; 00:31:23 echo Agent pid 16 killed; 00:31:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:23 [ssh-agent] Looking for ssh-agent implementation... 00:31:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:23 $ docker exec 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 ssh-agent 00:31:23 SSH_AUTH_SOCK=/tmp/ssh-OIc10mBq8FJf/agent.45 00:31:23 SSH_AGENT_PID=50 00:31:23 Running ssh-add (command line suppressed) 00:31:24 Identity added: /w/workspace/edgex-go/23@tmp/private_key_6800792184029256318.key (/w/workspace/edgex-go/23@tmp/private_key_6800792184029256318.key) 00:31:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:24 + git semver init 00:31:24 # -> Open(): unable to determine branch for HEAD 00:31:24 # $GIT_DIR = /w/workspace/edgex-go/23/.git 00:31:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/23 00:31:24 # $SEMVER_REMOTE_NAME = origin 00:31:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:24 # $SEMVER_USER_NAME = edgex-jenkins 00:31:24 # $SEMVER_BRANCH = PR-2966 00:31:24 # $SEMVER_TEMP = /tmp/semver-299921308 00:31:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:51 # '/tmp/semver-299921308' -> '/w/workspace/edgex-go/23/.semver' 00:31:51 # -> Force: false 00:31:51 # $SEMVER_DIR = /w/workspace/edgex-go/23/.semver [Pipeline] } 00:31:51 $ docker exec --env ******** --env ******** 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 ssh-agent -k 00:31:51 unset SSH_AUTH_SOCK; 00:31:51 unset SSH_AGENT_PID; 00:31:51 echo Agent pid 50 killed; 00:31:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:51 + git semver [Pipeline] } 00:31:51 $ docker stop --time=1 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 00:31:53 $ docker rm -f 294a5ff6221b9ad670a7bd8f2ad3dfcc38e41f2975bcf335ab7206fc4b798cd3 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:54 Stashed 1 file(s) [Pipeline] echo 00:31:54 [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:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:56 + sudo service docker restart 00:31:56 + true 00:31:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:56 ========================================================= 00:31:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:57 + 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:32:00 Sending build context to Docker daemon 326.6MB 00:32:00 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:00 Step 2/6 : FROM ${BASE} 00:32:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:00 188c0c94c7c5: Pulling fs layer 00:32:00 0ef7d3d256c8: Pulling fs layer 00:32:00 de9db76c5a1d: Pulling fs layer 00:32:00 bca2f99d35d6: Pulling fs layer 00:32:00 93359f2a8cfa: Pulling fs layer 00:32:00 7c6f9722023f: Pulling fs layer 00:32:00 a35cf1a2eb13: Pulling fs layer 00:32:00 bca2f99d35d6: Waiting 00:32:00 93359f2a8cfa: Waiting 00:32:00 7c6f9722023f: Waiting 00:32:00 a35cf1a2eb13: Waiting 00:32:00 de9db76c5a1d: Verifying Checksum 00:32:00 de9db76c5a1d: Download complete 00:32:00 0ef7d3d256c8: Download complete 00:32:00 93359f2a8cfa: Verifying Checksum 00:32:00 93359f2a8cfa: Download complete 00:32:00 7c6f9722023f: Download complete 00:32:00 188c0c94c7c5: Verifying Checksum 00:32:00 188c0c94c7c5: Download complete 00:32:01 188c0c94c7c5: Pull complete 00:32:01 0ef7d3d256c8: Pull complete 00:32:01 de9db76c5a1d: Pull complete 00:32:04 a35cf1a2eb13: Verifying Checksum 00:32:04 bca2f99d35d6: Verifying Checksum 00:32:04 bca2f99d35d6: Download complete 00:32:10 Still waiting to schedule task 00:32:10 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:10 bca2f99d35d6: Pull complete 00:32:10 93359f2a8cfa: Pull complete 00:32:10 7c6f9722023f: Pull complete 00:32:15 a35cf1a2eb13: Pull complete 00:32:15 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:15 ---> a62c8e92a672 00:32:15 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:32:15 ---> Running in e168f2dc29a1 00:32:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:16 (1/12) Installing libmagic (5.38-r0) 00:32:16 (2/12) Installing file (5.38-r0) 00:32:16 (3/12) Installing libc-dev (0.7.2-r3) 00:32:16 (4/12) Installing g++ (9.3.0-r2) 00:32:20 (5/12) Installing fortify-headers (1.1-r0) 00:32:20 (6/12) Installing patch (2.7.6-r6) 00:32:20 (7/12) Installing build-base (0.5-r2) 00:32:20 (8/12) Installing libsodium (1.0.18-r0) 00:32:20 (9/12) Installing pkgconf (1.7.2-r0) 00:32:20 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:21 (11/12) Installing libzmq (4.3.3-r0) 00:32:21 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:21 Executing busybox-1.31.1-r19.trigger 00:32:21 OK: 233 MiB in 51 packages 00:32:25 Removing intermediate container e168f2dc29a1 00:32:25 ---> aa65791e3b27 00:32:25 Step 4/6 : WORKDIR /edgex-go 00:32:25 ---> Running in 68b32ccc5c24 00:32:25 Removing intermediate container 68b32ccc5c24 00:32:25 ---> 79d05af27641 00:32:25 Step 5/6 : COPY go.mod . 00:32:25 ---> 78cc1e028738 00:32:25 Step 6/6 : RUN go mod download 00:32:25 ---> Running in 8a97ddc71e90 00:32:47 Removing intermediate container 8a97ddc71e90 00:32:47 ---> 879e06e2c807 00:32:47 Successfully built 879e06e2c807 00:32:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:47 + docker inspect -f . ci-base-image-x86_64 00:32:47 . [Pipeline] withDockerContainer 00:32:47 prd-centos7-docker-4c-2g-20343 does not seem to be running inside a container 00:32:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:48 $ docker top 346e83598068b0ca6f7d3c923825f3c0faf6f63f11b4d3f4b133ffa3eb72f756 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:49 + go version 00:32:49 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:49 $ docker stop --time=1 346e83598068b0ca6f7d3c923825f3c0faf6f63f11b4d3f4b133ffa3eb72f756 00:32:50 $ docker rm -f 346e83598068b0ca6f7d3c923825f3c0faf6f63f11b4d3f4b133ffa3eb72f756 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:51 + docker inspect -f . ci-base-image-x86_64 00:32:51 . [Pipeline] withDockerContainer 00:32:51 prd-centos7-docker-4c-2g-20343 does not seem to be running inside a container 00:32:51 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:52 $ docker top 1144e47d70f3e02b0237c81c131543120377f5b56cfd0c68711ef56f6fc56c5c -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:52 ========================================================= 00:32:52 [edgeXBuildGoParallel] Running Tests and Build... 00:32:52 ========================================================= [Pipeline] sh 00:32:53 + make test 00:32:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:01 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.093s coverage: 46.6% of statements 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.161s coverage: 27.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 67.9% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.132s coverage: 82.3% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.311s coverage: 28.6% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 86.7% of statements 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.406s coverage: 93.2% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.028s coverage: 58.8% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 84.2% of statements 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.126s coverage: 91.4% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 63.5% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.347s coverage: 68.9% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 37.0% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.300s coverage: 84.0% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.1% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.766s coverage: 29.1% of statements 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 00:33:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:33:44 GO111MODULE=on go vet ./... 00:34:11 gofmt -l . 00:34:11 [ "`gofmt -l .`" = "" ] 00:34:11 ./bin/test-go-mod-tidy.sh 00:34:11 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:11 + ls -al . 00:34:11 total 656 00:34:11 drwxrwxr-x 10 1001 1001 4096 Jan 15 00:34 . 00:34:11 drwxr-xr-x 4 root root 30 Jan 15 00:32 .. 00:34:11 -rw-rw-r-- 1 1001 1001 11 Jan 15 00:31 .dockerignore 00:34:11 drwxrwxr-x 8 1001 1001 179 Jan 15 00:31 .git 00:34:11 drwxrwxr-x 3 1001 1001 125 Jan 15 00:31 .github 00:34:11 -rw-rw-r-- 1 1001 1001 824 Jan 15 00:31 .gitignore 00:34:11 drwx------ 3 1001 1001 47 Jan 15 00:31 .semver 00:34:11 -rw-rw-r-- 1 1001 1001 166 Jan 15 00:31 .sonarcloud.properties 00:34:11 -rw-rw-r-- 1 1001 1001 7741 Jan 15 00:31 Attribution.txt 00:34:11 -rw-rw-r-- 1 1001 1001 3804 Jan 15 00:31 CONTRIBUTING.md 00:34:11 -rw-rw-r-- 1 1001 1001 931 Jan 15 00:31 Dockerfile.build 00:34:11 -rw-rw-r-- 1 1001 1001 863 Jan 15 00:31 Jenkinsfile 00:34:11 -rw-rw-r-- 1 1001 1001 10775 Jan 15 00:31 LICENSE 00:34:11 -rw-rw-r-- 1 1001 1001 5750 Jan 15 00:31 Makefile 00:34:11 -rw-rw-r-- 1 1001 1001 6524 Jan 15 00:31 README.md 00:34:11 -rw-rw-r-- 1 1001 1001 6744 Jan 15 00:31 SECURITY.md 00:34:11 -rw-rw-r-- 1 1001 1001 5 Jan 15 00:31 VERSION 00:34:11 -rw-rw-r-- 1 1001 1001 4131 Jan 15 00:31 ZMQWindows.md 00:34:11 drwxrwxr-x 2 1001 1001 117 Jan 15 00:31 bin 00:34:11 drwxrwxr-x 14 1001 1001 4096 Jan 15 00:31 cmd 00:34:11 -rw-r--r-- 1 root root 550321 Jan 15 00:33 coverage.out 00:34:11 -rw-r--r-- 1 root root 979 Jan 15 00:34 go.mod 00:34:11 -rw-r--r-- 1 root root 19036 Jan 15 00:34 go.sum 00:34:11 drwxrwxr-x 8 1001 1001 127 Jan 15 00:31 internal 00:34:11 drwxrwxr-x 4 1001 1001 26 Jan 15 00:31 openapi 00:34:11 drwxrwxr-x 4 1001 1001 71 Jan 15 00:31 snap 00:34:11 -rw-rw-r-- 1 1001 1001 168 Jan 15 00:31 version.go [Pipeline] sh 00:34:11 + '[' -e coverage.out ] 00:34:11 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:12 Stashed 1 file(s) [Pipeline] sh 00:34:12 + make build 00:34:12 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:34:15 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:34:23 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:34:23 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:34:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:25 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:34:27 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:34:28 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:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:31 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:32 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:34:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:34:34 $ docker stop --time=1 1144e47d70f3e02b0237c81c131543120377f5b56cfd0c68711ef56f6fc56c5c 00:34:36 $ docker rm -f 1144e47d70f3e02b0237c81c131543120377f5b56cfd0c68711ef56f6fc56c5c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:39 00:34:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:39 latest: Pulling from edgex-devops/edgex-compose 00:34:39 cbdbe7a5bc2a: Pulling fs layer 00:34:39 ca9280d653b3: Pulling fs layer 00:34:39 7e9c9ca2126c: Pulling fs layer 00:34:39 cbdbe7a5bc2a: Download complete 00:34:40 cbdbe7a5bc2a: Pull complete 00:34:40 ca9280d653b3: Verifying Checksum 00:34:40 ca9280d653b3: Download complete 00:34:41 ca9280d653b3: Pull complete 00:34:42 7e9c9ca2126c: Download complete 00:34:48 7e9c9ca2126c: Pull complete 00:34:48 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:48 prd-centos7-docker-4c-2g-20343 does not seem to be running inside a container 00:34:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:51 $ docker top 4823ad1bc8c440e6d2afb6ca8a4eb775664dcce5ac9891b800b8e5b289f44bda -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:52 + docker-compose build --help 00:34:52 + grep parallel 00:34:53 --parallel Build images in parallel. [Pipeline] } 00:34:53 $ docker stop --time=1 4823ad1bc8c440e6d2afb6ca8a4eb775664dcce5ac9891b800b8e5b289f44bda 00:34:55 $ docker rm -f 4823ad1bc8c440e6d2afb6ca8a4eb775664dcce5ac9891b800b8e5b289f44bda [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:55 . [Pipeline] withDockerContainer 00:34:55 prd-centos7-docker-4c-2g-20343 does not seem to be running inside a container 00:34:55 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:56 $ docker top eed0e03e22ab4a5ec8369f9fe703b9e73705f4b18a562aa9c56f7030aa6f2147 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:56 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:57 Building docker-core-command-go ... 00:34:57 Building docker-core-data-go ... 00:34:57 Building docker-core-metadata-go ... 00:34:57 Building docker-security-bootstrap-redis-go ... 00:34:57 Building docker-security-proxy-setup-go ... 00:34:57 Building docker-security-secretstore-setup-go ... 00:34:57 Building docker-support-notifications-go ... 00:34:57 Building docker-support-scheduler-go ... 00:34:57 Building docker-sys-mgmt-agent-go ... 00:34:57 Building docker-core-metadata-go 00:34:57 Building docker-support-scheduler-go 00:34:57 Building docker-security-proxy-setup-go 00:34:57 Building docker-security-bootstrap-redis-go 00:34:57 Building docker-sys-mgmt-agent-go 00:35:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20348 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws 00:35:05 Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout 00:35:10 using credential edgex-jenkins-ssh 00:35:10 Cloning the remote Git repository 00:35:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:10 > git init /w/workspace/edgex-go/23 # timeout=10 00:35:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:10 > git --version # timeout=10 00:35:10 > git --version # 'git version 2.17.1' 00:35:10 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:27 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 00:35:28 Merge succeeded, producing ee66178ae168e90ff69ba30d1f2812a0054da49c 00:35:28 Checking out Revision ee66178ae168e90ff69ba30d1f2812a0054da49c (PR-2966) 00:35:27 > git config core.sparsecheckout # timeout=10 00:35:27 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 00:35:28 > git remote # timeout=10 00:35:28 > git config --get remote.origin.url # timeout=10 00:35:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:28 > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 00:35:28 > git rev-parse HEAD^{commit} # timeout=10 00:35:28 > git config core.sparsecheckout # timeout=10 00:35:28 > git checkout -f ee66178ae168e90ff69ba30d1f2812a0054da49c # timeout=10 00:35:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:30 ---> 879e06e2c807 00:35:30 Step 3/21 : WORKDIR /edgex-go 00:35:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:30 ---> 879e06e2c807 00:35:30 Step 3/21 : WORKDIR /edgex-go 00:35:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:30 ---> 879e06e2c807 00:35:30 Step 3/22 : WORKDIR /edgex-go 00:35:30 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:35:30 ---> 879e06e2c807 00:35:30 Step 3/26 : WORKDIR /edgex-go 00:35:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:30 ---> 879e06e2c807 00:35:30 Step 3/22 : WORKDIR /edgex-go 00:35:30 ---> Running in 52849fc9455c 00:35:30 ---> Running in 3505dccd5c94 00:35:30 ---> Running in 73edb93477f4 00:35:30 ---> Running in 9c425ff4a133 00:35:30 ---> Running in f3f0c3f3e1b4 00:35:30 Removing intermediate container 3505dccd5c94 00:35:30 ---> d97b89c152a2 00:35:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:30 Removing intermediate container 73edb93477f4 00:35:30 ---> fdd86db47b9e 00:35:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:30 Removing intermediate container f3f0c3f3e1b4 00:35:30 ---> f2421d9f22d2 00:35:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:30 Removing intermediate container 9c425ff4a133 00:35:30 ---> af60d6f953e7 00:35:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:30 Removing intermediate container 52849fc9455c 00:35:30 ---> bc3afa403350 00:35:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:30 ---> Running in 556fe65556ad 00:35:30 ---> Running in 58fda77cfb4f 00:35:30 ---> Running in 311d59446807 00:35:30 ---> Running in 690c77933b60 00:35:30 ---> Running in 06725169080a 00:35:32 Removing intermediate container 690c77933b60 00:35:32 ---> 59908680b3d1 00:35:32 Step 5/21 : RUN apk add --update --no-cache make git 00:35:32 Removing intermediate container 556fe65556ad 00:35:32 ---> 39f894c039e8 00:35:32 Step 5/22 : RUN apk add --update --no-cache make git 00:35:32 Removing intermediate container 58fda77cfb4f 00:35:32 ---> 7fc8b2715692 00:35:32 Step 5/22 : RUN apk add --update --no-cache make git 00:35:32 ---> Running in 722e4495c120 00:35:32 ---> Running in b19b19f3d5ee 00:35:32 Removing intermediate container 06725169080a 00:35:32 ---> f4bad408b652 00:35:32 Step 5/26 : RUN apk add --update --no-cache make bash git 00:35:32 ---> Running in d5ed935aa333 00:35:32 Removing intermediate container 311d59446807 00:35:32 ---> 1562f5de5ffd 00:35:32 Step 5/21 : RUN apk add --update --no-cache make git 00:35:32 ---> Running in ba78a376fa16 00:35:33 Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" 00:35:33 > git rev-list --no-walk 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 00:35:33 ---> Running in 0f7996700e06 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] sh 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:34 OK: 233 MiB in 51 packages 00:35:34 OK: 233 MiB in 51 packages 00:35:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:35 OK: 233 MiB in 51 packages 00:35:35 OK: 233 MiB in 51 packages 00:35:35 Removing intermediate container 722e4495c120 00:35:35 ---> 2ee89143c361 00:35:35 Step 6/21 : COPY go.mod . 00:35:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:35 Removing intermediate container b19b19f3d5ee 00:35:35 ---> e4dbddae22a2 00:35:35 Step 6/22 : COPY go.mod . 00:35:35 + true 00:35:35 + sudo service docker restart 00:35:35 ---> 486f33b4e64a 00:35:35 Step 7/21 : RUN go mod download 00:35:35 ---> 4093f994facb 00:35:35 Step 7/22 : RUN go mod download 00:35:35 Removing intermediate container ba78a376fa16 00:35:35 ---> 5fbe8e073f32 00:35:35 Step 6/26 : COPY go.mod . 00:35:35 ---> Running in 5e3042cb4b4e 00:35:35 OK: 233 MiB in 51 packages 00:35:36 ---> Running in a34ccf8f3b8b 00:35:36 Removing intermediate container 0f7996700e06 00:35:36 ---> 2bc8afefc182 00:35:36 Step 6/21 : COPY go.mod . 00:35:36 ---> 2179c741852c 00:35:36 Step 7/26 : RUN go mod download 00:35:36 ---> Running in 022ef019b782 00:35:36 ---> dfdc73637be5 00:35:36 Step 7/21 : RUN go mod download 00:35:37 ---> Running in 93c6d7ecf543 00:35:37 Removing intermediate container d5ed935aa333 00:35:37 ---> 7ea456c5502f 00:35:37 Step 6/22 : COPY go.mod . 00:35:37 ---> 5973d583a0bc 00:35:37 Step 7/22 : RUN go mod download 00:35:37 ---> Running in cb1d6bafaf80 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:38 provisioning config files... 00:35:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/23@tmp/config1199931372358066730tmp 00:35:38 Removing intermediate container 5e3042cb4b4e 00:35:38 ---> ecf88ce4ab77 00:35:38 Step 8/21 : COPY . . [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:38 Removing intermediate container 022ef019b782 00:35:38 ---> 1600ac5ba184 00:35:38 Step 8/26 : COPY . . 00:35:38 Removing intermediate container a34ccf8f3b8b 00:35:38 ---> c954e133ec6c 00:35:38 Step 8/22 : COPY . . 00:35:38 ---> docker-login.sh 00:35:38 nexus3.edgexfoundry.org:10001 00:35:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:39 Configure a credential helper to remove this warning. See 00:35:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:39 00:35:39 Login Succeeded 00:35:39 nexus3.edgexfoundry.org:10002 00:35:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:40 Configure a credential helper to remove this warning. See 00:35:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:40 00:35:40 Login Succeeded 00:35:40 nexus3.edgexfoundry.org:10003 00:35:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:40 Configure a credential helper to remove this warning. See 00:35:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:40 00:35:40 Login Succeeded 00:35:40 nexus3.edgexfoundry.org:10004 00:35:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:41 Configure a credential helper to remove this warning. See 00:35:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:41 00:35:41 Login Succeeded 00:35:41 docker.io 00:35:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:41 Configure a credential helper to remove this warning. See 00:35:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:41 00:35:41 Login Succeeded 00:35:41 ---> docker-login.sh ends [Pipeline] } 00:35:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:42 ========================================================= 00:35:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:42 + 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:35:42 Removing intermediate container 93c6d7ecf543 00:35:42 ---> 8a5182083599 00:35:42 Step 8/21 : COPY . . 00:35:45 Sending build context to Docker daemon 165.6MB 00:35:45 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:45 Step 2/6 : FROM ${BASE} 00:35:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:45 5f621e34cdf4: Pulling fs layer 00:35:45 a4357932f1b6: Pulling fs layer 00:35:45 18c013af1878: Pulling fs layer 00:35:45 00ac8860ef70: Pulling fs layer 00:35:45 63d7cb157983: Pulling fs layer 00:35:45 b116817d02f9: Pulling fs layer 00:35:45 745a02a5169b: Pulling fs layer 00:35:45 00ac8860ef70: Waiting 00:35:45 63d7cb157983: Waiting 00:35:45 745a02a5169b: Waiting 00:35:45 b116817d02f9: Waiting 00:35:45 18c013af1878: Verifying Checksum 00:35:45 18c013af1878: Download complete 00:35:45 a4357932f1b6: Verifying Checksum 00:35:45 a4357932f1b6: Download complete 00:35:45 63d7cb157983: Verifying Checksum 00:35:45 63d7cb157983: Download complete 00:35:45 5f621e34cdf4: Verifying Checksum 00:35:45 b116817d02f9: Verifying Checksum 00:35:45 b116817d02f9: Download complete 00:35:45 5f621e34cdf4: Pull complete 00:35:46 a4357932f1b6: Pull complete 00:35:46 18c013af1878: Pull complete 00:35:46 Removing intermediate container cb1d6bafaf80 00:35:46 ---> 9059be0a8c24 00:35:46 Step 8/22 : COPY . . 00:35:47 745a02a5169b: Verifying Checksum 00:35:47 745a02a5169b: Download complete 00:35:48 00ac8860ef70: Download complete 00:35:58 00ac8860ef70: Pull complete 00:35:59 63d7cb157983: Pull complete 00:35:59 b116817d02f9: Pull complete 00:36:03 745a02a5169b: Pull complete 00:36:03 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:03 ---> b7e6874047d6 00:36:03 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:36:07 ---> Running in f954f7e9c2b9 00:36:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:09 (1/12) Installing libmagic (5.38-r0) 00:36:09 (2/12) Installing file (5.38-r0) 00:36:09 (3/12) Installing libc-dev (0.7.2-r3) 00:36:09 (4/12) Installing g++ (9.3.0-r2) 00:36:13 (5/12) Installing fortify-headers (1.1-r0) 00:36:13 (6/12) Installing patch (2.7.6-r6) 00:36:13 (7/12) Installing build-base (0.5-r2) 00:36:13 (8/12) Installing libsodium (1.0.18-r0) 00:36:13 (9/12) Installing pkgconf (1.7.2-r0) 00:36:13 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:14 (11/12) Installing libzmq (4.3.3-r0) 00:36:14 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:14 Executing busybox-1.31.1-r19.trigger 00:36:14 OK: 217 MiB in 51 packages 00:36:19 Removing intermediate container f954f7e9c2b9 00:36:19 ---> ba5f5b981877 00:36:19 Step 4/6 : WORKDIR /edgex-go 00:36:19 ---> Running in 51ba1a8b06a8 00:36:19 Removing intermediate container 51ba1a8b06a8 00:36:19 ---> 1a51312621e1 00:36:19 Step 5/6 : COPY go.mod . 00:36:19 ---> bf2f03192c0b 00:36:19 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:36:19 ---> 67e030e09946 00:36:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:19 ---> 46926563013f 00:36:19 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:36:19 ---> Running in 79a857b3a4e8 00:36:19 ---> Running in c091a77d1dd2 00:36:19 ---> 88d628f5161f 00:36:19 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:36:19 ---> afeed94f8816 00:36:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:36:19 ---> Running in 831eda57d0d0 00:36:19 ---> Running in 6a10668f2a4b 00:36:19 ---> Running in 90b2c66eac4a 00:36:19 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:36:19 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:36:19 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:36:19 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:36:19 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:36:19 ---> 99cb05e5302c 00:36:19 Step 6/6 : RUN go mod download 00:36:20 ---> Running in b79f1fab29dc 00:36:46 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:46 Removing intermediate container b79f1fab29dc 00:36:46 ---> 184d49a0ebf9 00:36:46 Successfully built 184d49a0ebf9 00:36:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:47 + docker inspect -f . ci-base-image-arm64 00:36:47 . [Pipeline] withDockerContainer 00:36:47 prd-ubuntu18.04-docker-arm64-4c-16g-20348 does not seem to be running inside a container 00:36:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:36:48 $ docker top 53b94ea6070870f4106577a9e4a962d744cc3b0b6e2f8bc6fc470211c75de017 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:49 + go version 00:36:49 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:49 $ docker stop --time=1 53b94ea6070870f4106577a9e4a962d744cc3b0b6e2f8bc6fc470211c75de017 00:36:51 $ docker rm -f 53b94ea6070870f4106577a9e4a962d744cc3b0b6e2f8bc6fc470211c75de017 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:52 + docker inspect -f . ci-base-image-arm64 00:36:52 . [Pipeline] withDockerContainer 00:36:53 Removing intermediate container 90b2c66eac4a 00:36:53 ---> 6e9e5d2ca651 00:36:53 00:36:53 Step 10/22 : FROM alpine:3.12 00:36:53 Removing intermediate container c091a77d1dd2 00:36:53 ---> 06346f5be7c9 00:36:53 00:36:53 Step 10/21 : FROM scratch 00:36:53 ---> 00:36:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:53 3.12: Pulling from library/alpine 00:36:53 Removing intermediate container 79a857b3a4e8 00:36:53 ---> a806912db371 00:36:53 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:36:53 ---> Running in cb9ac18f7b9f 00:36:53 prd-ubuntu18.04-docker-arm64-4c-16g-20348 does not seem to be running inside a container 00:36:53 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:36:54 ---> Running in 69b29f835c2d 00:36:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:36:54 Status: Downloaded newer image for alpine:3.12 00:36:54 $ docker top 070b0c18162ac2c6f7a3cea95958ff0ea2b840f4782b210b358ccda3e1f98dd6 -eo pid,comm 00:36:54 ---> 389fef711851 00:36:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:36:54 Removing intermediate container cb9ac18f7b9f 00:36:54 ---> 576ab392c76d 00:36:54 Step 12/21 : ENV APP_PORT=48085 [Pipeline] { [Pipeline] echo 00:36:54 ========================================================= 00:36:54 [edgeXBuildGoParallel] Running Tests and Build... 00:36:54 ========================================================= [Pipeline] sh 00:36:54 Removing intermediate container 6a10668f2a4b 00:36:54 ---> ab5b71c4f01c 00:36:54 00:36:54 Step 10/21 : FROM alpine:3.12 00:36:54 ---> 389fef711851 00:36:54 Step 11/21 : RUN apk add --update --no-cache curl 00:36:54 ---> Running in f74270872354 00:36:54 ---> Running in d27a00526ab8 00:36:55 ---> Running in ec8c9eed67c3 00:36:55 Removing intermediate container d27a00526ab8 00:36:55 ---> c06c713d48b9 00:36:55 Step 13/21 : EXPOSE $APP_PORT 00:36:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:36:55 + make test 00:36:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:55 ---> Running in 3f6e220d5460 00:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:56 (1/5) Installing ca-certificates (20191127-r4) 00:36:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:36:56 (3/5) Installing libcurl (7.69.1-r3) 00:36:56 (4/5) Installing curl (7.69.1-r3) 00:36:56 (5/5) Installing dumb-init (1.2.2-r1) 00:36:56 Executing busybox-1.31.1-r19.trigger 00:36:56 Executing ca-certificates-20191127-r4.trigger 00:36:56 OK: 7 MiB in 19 packages 00:36:57 Removing intermediate container 3f6e220d5460 00:36:57 ---> bf17b3ee00e0 00:36:57 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:57 (1/4) Installing ca-certificates (20191127-r4) 00:36:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:36:57 (3/4) Installing libcurl (7.69.1-r3) 00:36:57 (4/4) Installing curl (7.69.1-r3) 00:36:57 Executing busybox-1.31.1-r19.trigger 00:36:57 Executing ca-certificates-20191127-r4.trigger 00:36:57 OK: 7 MiB in 18 packages 00:36:58 Removing intermediate container 831eda57d0d0 00:36:58 ---> e9d85dc9a963 00:36:58 00:36:58 Step 10/22 : FROM scratch 00:36:58 ---> 00:36:58 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:58 ---> Using cache 00:36:58 ---> 576ab392c76d 00:36:58 Step 12/22 : ENV APP_PORT=48081 00:36:58 ---> dd83177bb477 00:36:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:36:58 ---> Running in ebd39172da5c 00:36:59 Removing intermediate container ebd39172da5c 00:36:59 ---> 911af679c246 00:36:59 Step 13/22 : EXPOSE $APP_PORT 00:36:59 Removing intermediate container 69b29f835c2d 00:36:59 ---> 482a89e1f596 00:36:59 00:36:59 Step 11/26 : FROM docker:20.10.0 00:36:59 20.10.0: Pulling from library/docker 00:37:00 ---> Running in de94299db612 00:37:00 ---> 267c7d9bb293 00:37:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:00 Removing intermediate container f74270872354 00:37:00 ---> d5348f443bde 00:37:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:37:00 Removing intermediate container ec8c9eed67c3 00:37:00 ---> 127b1feb0273 00:37:00 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:00 Removing intermediate container de94299db612 00:37:00 ---> 83582ac70e12 00:37:00 Step 14/22 : WORKDIR / 00:37:01 ---> Running in 134f3c875468 00:37:01 ---> Running in c180c9123b22 00:37:01 ---> 887326462804 00:37:01 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:37:01 ---> Running in fa57f554a94a 00:37:02 ---> Running in 4859cb550d93 00:37:02 Removing intermediate container c180c9123b22 00:37:02 ---> 73a6563a9fac 00:37:02 Step 13/21 : WORKDIR /edgex 00:37:02 Removing intermediate container 134f3c875468 00:37:02 ---> 2da7e008ba55 00:37:02 Step 13/22 : WORKDIR / 00:37:02 ---> Running in 5522be37fb34 00:37:02 Removing intermediate container fa57f554a94a 00:37:02 ---> 879a147a4684 00:37:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:02 ---> Running in b0cba0587bed 00:37:02 Removing intermediate container 4859cb550d93 00:37:02 ---> db043ed769cc 00:37:02 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:02 ---> Running in 258baa65cd64 00:37:03 Removing intermediate container b0cba0587bed 00:37:03 ---> c0dff2425ad1 00:37:03 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:03 Removing intermediate container 5522be37fb34 00:37:03 ---> ac673c956cc7 00:37:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:03 ---> 0292b7d01289 00:37:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:03 Removing intermediate container 258baa65cd64 00:37:03 ---> 4f9a59c3b94f 00:37:03 Step 19/21 : LABEL arch=x86_64 00:37:03 ---> Running in 45198c228af4 00:37:03 ---> c834a02e9eb5 00:37:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:37:03 ---> 58d98bc812a3 00:37:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:03 Removing intermediate container 45198c228af4 00:37:03 ---> d24dff94cc12 00:37:03 Step 20/21 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:37:04 ---> Running in 4486c170ccf4 00:37:04 ---> 0c405b5ba619 00:37:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:04 Removing intermediate container 4486c170ccf4 00:37:04 ---> cc58735e0010 00:37:04 Step 21/21 : LABEL version=0.0.0 00:37:04 ---> 87f307037f2c 00:37:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:37:04 ---> Running in baefd495ef18 00:37:04 ---> 220c88e06409 00:37:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:04 ---> e9ab7ace8c9b 00:37:04 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:37:04 ---> 0acf9bce3f30 00:37:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:37:04 ---> Running in 844a4d284fb1 00:37:05 Removing intermediate container baefd495ef18 00:37:05 ---> 0ad0964ad21e 00:37:05 00:37:05 Successfully built 0ad0964ad21e 00:37:05 Successfully tagged docker-support-scheduler-go:latest 00:37:05  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:37:05 ---> 982d4374ebc1 00:37:05 Step 18/22 : RUN chmod +x entrypoint.sh 00:37:05 Removing intermediate container 844a4d284fb1 00:37:05 ---> 9f083743f919 00:37:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:05 ---> ba968a3e0903 00:37:05 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:05 ---> Running in c94b52836c5b 00:37:05 ---> Running in 05f2e7b6da79 00:37:06 ---> Running in 4577ae90c43c 00:37:11 Removing intermediate container 05f2e7b6da79 00:37:11 ---> 79c995be485d 00:37:11 Step 20/22 : LABEL arch=x86_64 00:37:11 Removing intermediate container 4577ae90c43c 00:37:11 ---> 32b457a4a4d5 00:37:11 Step 18/21 : CMD ["--init=true"] 00:37:11 ---> Running in a739adb21c6f 00:37:11 ---> Running in 6e2a4fd518bb 00:37:13 Removing intermediate container c94b52836c5b 00:37:13 ---> 5b5e6fee43a8 00:37:13 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:37:13 Removing intermediate container 6e2a4fd518bb 00:37:13 ---> 7722efee2dad 00:37:13 Step 21/22 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:37:13 Removing intermediate container a739adb21c6f 00:37:13 ---> 0e1f25fc53a1 00:37:13 Step 19/21 : LABEL arch=x86_64 00:37:13 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:37:13 Status: Downloaded newer image for docker:20.10.0 00:37:13 ---> aefe523efa57 00:37:13 Step 12/26 : RUN apk add --no-cache bash 00:37:14 ---> Running in fc52846a8afe 00:37:15 ---> Running in f729bd02983d 00:37:15 ---> Running in 481b1019e2f5 00:37:15 ---> Running in 584f659502ef 00:37:15 Removing intermediate container fc52846a8afe 00:37:15 ---> aeeb5e04e4e2 00:37:15 Step 20/22 : LABEL arch=x86_64 00:37:17 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:17 ---> Running in 5b936dbe0991 00:37:17 Removing intermediate container 584f659502ef 00:37:17 ---> eceb9b962a5f 00:37:17 Step 22/22 : LABEL version=0.0.0 00:37:17 Removing intermediate container f729bd02983d 00:37:17 ---> 357bba8fb28a 00:37:17 Step 20/21 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:18 ---> Running in 463209db521a 00:37:18 ---> Running in 2d35974b2ee6 00:37:18 (1/2) Installing readline (8.0.4-r0) 00:37:18 (2/2) Installing bash (5.0.17-r0) 00:37:18 Executing bash-5.0.17-r0.post-install 00:37:18 Executing busybox-1.31.1-r19.trigger 00:37:18 OK: 12 MiB in 22 packages 00:37:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:18 ---> 879e06e2c807 00:37:18 Step 3/22 : WORKDIR /edgex-go 00:37:18 ---> Using cache 00:37:18 ---> bc3afa403350 00:37:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:18 ---> Using cache 00:37:18 ---> f4bad408b652 00:37:18 Step 5/22 : RUN apk add --update --no-cache make git 00:37:19 Removing intermediate container 5b936dbe0991 00:37:19 ---> ac1013e16af6 00:37:19 Step 21/22 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:37:19 ---> Running in 49c6037edd2f 00:37:19 ---> Running in 96f28d07f8da 00:37:19 Removing intermediate container 463209db521a 00:37:19 ---> f8555e20748f 00:37:19 00:37:19 Removing intermediate container 2d35974b2ee6 00:37:19 ---> f947ac23c163 00:37:19 Step 21/21 : LABEL version=0.0.0 00:37:20 Successfully built f8555e20748f 00:37:20 ---> Running in cc82bbe2cfa4 00:37:20 Successfully tagged docker-core-metadata-go:latest 00:37:20  Building docker-core-metadata-go ... done Building docker-core-data-go 00:37:20 Removing intermediate container 96f28d07f8da 00:37:20 ---> e28345d9455c 00:37:20 Step 22/22 : LABEL version=0.0.0 00:37:20 Removing intermediate container 481b1019e2f5 00:37:20 ---> 3e4c47396722 00:37:20 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:20 ---> Running in 6a1fd2a7229e 00:37:20 ---> Running in 540ca8db7381 00:37:20 Removing intermediate container cc82bbe2cfa4 00:37:20 ---> 0a7a7e9b6b4b 00:37:20 00:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:20 Successfully built 0a7a7e9b6b4b 00:37:20 Successfully tagged docker-security-proxy-setup-go:latest 00:37:20 Building docker-security-secretstore-setup-go 00:37:20  Building docker-security-proxy-setup-go ... done Removing intermediate container 6a1fd2a7229e 00:37:20 ---> 830d41fbd108 00:37:20 00:37:20 Removing intermediate container 540ca8db7381 00:37:20 ---> b8d2257f05a4 00:37:20 Step 14/26 : ENV APP_PORT=48090 00:37:21 ---> Running in b2c1af0647d8 00:37:21 Successfully built 830d41fbd108 00:37:21 Successfully tagged docker-security-bootstrap-redis-go:latest 00:37:21 Building docker-support-notifications-go 00:37:21  Building docker-security-bootstrap-redis-go ... done Removing intermediate container b2c1af0647d8 00:37:21 ---> 820e9c62f50d 00:37:21 Step 15/26 : EXPOSE $APP_PORT 00:37:21 ---> Running in 49fde259cb0a 00:37:21 Removing intermediate container 49fde259cb0a 00:37:21 ---> c98a9b519a71 00:37:21 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:23 OK: 233 MiB in 51 packages 00:37:30 ---> 219faf702f00 00:37:30 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:30 Removing intermediate container 49c6037edd2f 00:37:30 ---> 63b137ac81ce 00:37:30 Step 6/22 : COPY go.mod . 00:37:30 ---> 84b433dd1e54 00:37:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:30 ---> 7d64bd27f4b1 00:37:30 Step 7/22 : RUN go mod download 00:37:30 ---> Running in a666195fb103 00:37:30 ---> 7cfebd185273 00:37:30 Step 19/26 : RUN apk --no-cache add py3-pip 00:37:30 ---> Running in 959de34d2244 00:37:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:34 (1/33) Installing libbz2 (1.0.8-r1) 00:37:34 (2/33) Installing expat (2.2.9-r1) 00:37:34 (3/33) Installing libffi (3.3-r2) 00:37:34 (4/33) Installing gdbm (1.13-r1) 00:37:34 (5/33) Installing xz-libs (5.2.5-r0) 00:37:34 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:34 (7/33) Installing python3 (3.8.5-r0) 00:37:40 (8/33) Installing py3-appdirs (1.4.4-r1) 00:37:40 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:37:40 (10/33) Installing py3-parsing (2.4.7-r0) 00:37:40 (11/33) Installing py3-six (1.15.0-r0) 00:37:40 (12/33) Installing py3-packaging (20.4-r0) 00:37:40 (13/33) Installing py3-setuptools (47.0.0-r0) 00:37:40 (14/33) Installing py3-chardet (3.0.4-r4) 00:37:40 (15/33) Installing py3-idna (2.9-r0) 00:37:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:37:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:37:41 (18/33) Installing py3-requests (2.23.0-r0) 00:37:41 (19/33) Installing py3-msgpack (1.0.0-r0) 00:37:41 (20/33) Installing py3-lockfile (0.12.2-r3) 00:37:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:37:41 (22/33) Installing py3-colorama (0.4.3-r0) 00:37:42 (23/33) Installing py3-distlib (0.3.0-r0) 00:37:42 (24/33) Installing py3-distro (1.5.0-r1) 00:37:43 (25/33) Installing py3-webencodings (0.5.1-r3) 00:37:43 (26/33) Installing py3-html5lib (1.0.1-r4) 00:37:43 (27/33) Installing py3-pytoml (0.1.21-r0) 00:37:43 (28/33) Installing py3-pep517 (0.8.2-r0) 00:37:43 Removing intermediate container a666195fb103 00:37:43 ---> dd771391fad8 00:37:43 Step 8/22 : COPY . . 00:37:43 (29/33) Installing py3-progress (1.5-r0) 00:37:43 (30/33) Installing py3-toml (0.10.1-r0) 00:37:43 (31/33) Installing py3-retrying (1.3.3-r0) 00:37:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:37:43 (33/33) Installing py3-pip (20.1.1-r0) 00:37:44 Executing busybox-1.31.1-r19.trigger 00:37:44 OK: 71 MiB in 55 packages 00:37:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:44 ---> 879e06e2c807 00:37:44 Step 3/24 : WORKDIR /edgex-go 00:37:44 ---> Using cache 00:37:44 ---> bc3afa403350 00:37:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:44 ---> Using cache 00:37:44 ---> f4bad408b652 00:37:44 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:37:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:44 ---> 879e06e2c807 00:37:44 Step 3/24 : WORKDIR /edgex-go 00:37:44 ---> Using cache 00:37:44 ---> bc3afa403350 00:37:44 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:44 ---> Using cache 00:37:44 ---> f4bad408b652 00:37:44 Step 5/24 : RUN apk add --update --no-cache make git 00:37:44 ---> Using cache 00:37:44 ---> 63b137ac81ce 00:37:44 Step 6/24 : COPY go.mod . 00:37:44 ---> Using cache 00:37:44 ---> 7d64bd27f4b1 00:37:44 Step 7/24 : RUN go mod download 00:37:44 ---> Using cache 00:37:44 ---> dd771391fad8 00:37:44 Step 8/24 : COPY . . 00:37:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:44 ---> 879e06e2c807 00:37:44 Step 3/23 : WORKDIR /edgex-go 00:37:44 ---> Using cache 00:37:44 ---> bc3afa403350 00:37:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:44 ---> Using cache 00:37:44 ---> f4bad408b652 00:37:44 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:49 ---> Running in 6eabf50b7798 00:37:49 ---> Running in ac55788f5daf 00:37:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:56 OK: 233 MiB in 51 packages 00:37:56 OK: 233 MiB in 51 packages 00:37:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:06 Removing intermediate container 6eabf50b7798 00:38:06 ---> d53fc8fde6bb 00:38:06 Step 6/24 : COPY go.mod . 00:38:06 Removing intermediate container ac55788f5daf 00:38:06 ---> 58159e3ef7a2 00:38:06 Step 6/23 : COPY go.mod . 00:38:09 ---> 2ef73f66a010 00:38:09 Step 7/24 : RUN go mod download 00:38:10 ---> 8ed51ebb97f4 00:38:10 Step 7/23 : RUN go mod download 00:38:11 ---> Running in 246eda2b587c 00:38:12 ---> Running in fa4a4a8e8325 00:38:12 Removing intermediate container 959de34d2244 00:38:12 ---> 891d488c091f 00:38:12 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:12 ---> 91367eb05660 00:38:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:12 ---> 108d7a9dc4c4 00:38:12 Step 9/22 : RUN make cmd/core-command/core-command 00:38:12 ---> Running in 4939ee0b12ac 00:38:12 ---> Running in 9d83c556f79b 00:38:12 ---> Running in 61b2e395de2e 00:38:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:38:13 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:38:14 Removing intermediate container 246eda2b587c 00:38:14 ---> a50a7d36f0ce 00:38:14 Step 8/24 : COPY . . 00:38:14 Removing intermediate container fa4a4a8e8325 00:38:14 ---> 6042ada9c3e1 00:38:14 Step 8/23 : COPY . . 00:38:15 Collecting docker-compose==1.23.2 00:38:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:19 Collecting cached-property<2,>=1.2.0 00:38:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:22 Collecting docopt<0.7,>=0.6.1 00:38:22 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:25 Collecting websocket-client<1.0,>=0.32.0 00:38:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:25 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:25 Collecting jsonschema<3,>=2.5.1 00:38:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:26 Collecting PyYAML<4,>=3.10 00:38:26 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.241s coverage: 46.6% of statements 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:31 Collecting texttable<0.10,>=0.9.0 00:38:31 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:33 Collecting docker<4.0,>=3.6.0 00:38:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:34 Collecting dockerpty<0.5,>=0.4.1 00:38:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:35 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:35 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:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.514s coverage: 27.0% of statements 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.129s coverage: 100.0% of statements 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.314s coverage: 67.9% of statements 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:36 Collecting idna<2.8,>=2.5 00:38:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.758s coverage: 82.3% of statements 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:37 Collecting urllib3<1.25,>=1.21.1 00:38:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:37 Collecting docker-pycreds>=0.4.0 00:38:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:38 Installing collected packages: cached-property, docopt, websocket-client, jsonschema, idna, urllib3, requests, PyYAML, texttable, docker-pycreds, docker, dockerpty, docker-compose 00:38:40 Running setup.py install for docopt: started 00:38: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:38:41 Running setup.py install for docopt: finished with status 'done' 00:38:41 Attempting uninstall: idna 00:38:41 Found existing installation: idna 2.9 00:38:41 Uninstalling idna-2.9: 00:38:41 Successfully uninstalled idna-2.9 00:38:42 Attempting uninstall: urllib3 00:38:42 Found existing installation: urllib3 1.25.9 00:38:42 Uninstalling urllib3-1.25.9: 00:38:42 Successfully uninstalled urllib3-1.25.9 00:38:43 Attempting uninstall: requests 00:38:43 Found existing installation: requests 2.23.0 00:38:43 Uninstalling requests-2.23.0: 00:38:43 Successfully uninstalled requests-2.23.0 00:38:44 Running setup.py install for PyYAML: started 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.147s coverage: 28.6% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.137s coverage: 100.0% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.102s coverage: 100.0% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.309s coverage: 86.7% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.387s coverage: 97.5% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:44 ---> 7de47942011b 00:38:44 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:38:44 ---> 4d752638c9dd 00:38:44 Step 9/23 : RUN make cmd/core-data/core-data 00:38:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.181s coverage: 78.3% of statements 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:45 Running setup.py install for PyYAML: finished with status 'done' 00:38:45 Running setup.py install for texttable: started 00:38:45 Running setup.py install for texttable: finished with status 'done' 00:38:46 ---> Running in 933ba811d842 00:38:46 ---> Running in 3a53300f0bbd 00:38:46 Removing intermediate container 61b2e395de2e 00:38:46 ---> b42c0753995a 00:38:46 00:38:46 Step 10/22 : FROM scratch 00:38:46 ---> 00:38:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:47 Running setup.py install for dockerpty: started 00:38:47 ---> Using cache 00:38:47 ---> 576ab392c76d 00:38:47 Step 12/22 : ENV APP_PORT=48082 00:38:47 ---> Running in fe4ab3f1a2c6 00:38:47 Removing intermediate container fe4ab3f1a2c6 00:38:47 ---> 15bbfdb18711 00:38:47 Step 13/22 : EXPOSE $APP_PORT 00:38:47 Running setup.py install for dockerpty: finished with status 'done' 00:38:48 ---> Running in 62444eb3bc21 00:38:48 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:38:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:38:48 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:38:49 Removing intermediate container 62444eb3bc21 00:38:49 ---> 7d4fcd7ac6b6 00:38:49 Step 14/22 : WORKDIR / 00:38:50 ---> Running in 3cd4328fdf28 00:38:50 Removing intermediate container 9d83c556f79b 00:38:50 ---> 681082be1cf8 00:38:50 00:38:50 Step 10/24 : FROM alpine:3.12 00:38:50 ---> 389fef711851 00:38:50 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:38:50 ---> Using cache 00:38:50 ---> d5348f443bde 00:38:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:50 ---> Running in 9bda3e270a59 00:38:50 Removing intermediate container 3cd4328fdf28 00:38:50 ---> 7606b9f4aae0 00:38:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:50 Removing intermediate container 9bda3e270a59 00:38:50 ---> 7a0f59f7ed8b 00:38:50 Step 13/24 : WORKDIR / 00:38:50 ---> Running in 26be9379962b 00:38:52 ---> c78c0b1d70ab 00:38:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:53 Removing intermediate container 26be9379962b 00:38:53 ---> fa575e9cbd48 00:38:53 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:38:53 Removing intermediate container 4939ee0b12ac 00:38:53 ---> 2da6222c444f 00:38:53 Step 21/26 : RUN apk --no-cache add curl 00:38:54 ---> 3b4df9a66754 00:38:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:54 ---> Running in 08cb0d663725 00:38:54 ---> 5b659e8e9216 00:38:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.147s coverage: 93.2% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.188s coverage: 0.1% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.062s coverage: 100.0% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.106s coverage: 75.5% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.125s coverage: 80.8% of statements 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements 00:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.218s coverage: 91.4% of statements 00:38:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:54 ---> e92e52a260f4 00:38:54 Step 18/22 : ENTRYPOINT ["/core-command"] 00:38:55 ---> Running in 7a27f1ae62b0 00:38:55 ---> a5e027b5f1f4 00:38:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:55 Removing intermediate container 7a27f1ae62b0 00:38:55 ---> 62cadcead1a4 00:38:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:55 ---> Running in d9b77bf83277 00:38:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:56 ---> d966eeeb8465 00:38:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:56 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:38:56 (2/3) Installing libcurl (7.69.1-r3) 00:38:56 (3/3) Installing curl (7.69.1-r3) 00:38:56 Executing busybox-1.31.1-r19.trigger 00:38:56 Removing intermediate container d9b77bf83277 00:38:56 ---> 8d642d95c677 00:38:56 Step 20/22 : LABEL arch=x86_64 00:38:56 OK: 72 MiB in 58 packages 00:38:56 ---> Running in 7532d071d085 00:38:56 Removing intermediate container 7532d071d085 00:38:56 ---> 5a13a51b3573 00:38:56 Step 21/22 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:38:56 ---> Running in 62cb97e29c64 00:38:56 ---> 180610034e37 00:38:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.763s coverage: 63.5% of statements 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 91.3% of statements 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 00:38:59 Removing intermediate container 08cb0d663725 00:38:59 ---> 0fb1fcd47d83 00:38:59 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:38:59 Removing intermediate container 62cb97e29c64 00:38:59 ---> f07fc711d93a 00:38:59 Step 22/22 : LABEL version=0.0.0 00:38:59 ---> 2259ddb5c8fd 00:38:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements 00:38:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements 00:38:59 ---> Running in 83d04fd664d2 00:38:59 ---> Running in bfcf7edf65bb 00:38:59 Removing intermediate container 83d04fd664d2 00:38:59 ---> 93e1a8ae9e63 00:38:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:59 Removing intermediate container bfcf7edf65bb 00:38:59 ---> e2932176e711 00:38:59 00:39:00 ---> 6ee8b7f04421 00:39:00 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:39:00 ---> Running in c5fb59ce437f 00:39:00 Successfully built e2932176e711 00:39:00 Successfully tagged docker-core-command-go:latest 00:39:00 ---> Running in 1519e7b4378a 00:39:00  Building docker-core-command-go ... done Removing intermediate container c5fb59ce437f 00:39:00 ---> 6d24f9983aab 00:39:00 Step 24/26 : LABEL arch=x86_64 00:39:01 ---> Running in 50dd8439d249 00:39:01 Removing intermediate container 50dd8439d249 00:39:01 ---> a09567b7995d 00:39:01 Step 25/26 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:39:01 ---> Running in 1da717b899c1 00:39:01 Removing intermediate container 1da717b899c1 00:39:01 ---> 859c4961c3f6 00:39:01 Step 26/26 : LABEL version=0.0.0 00:39:01 ---> Running in 598307fa3fd9 00:39:02 Removing intermediate container 598307fa3fd9 00:39:02 ---> e38c24ee451f 00:39:02 00:39:02 Successfully built e38c24ee451f 00:39:02 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:02  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 1519e7b4378a 00:39:02 ---> c8b0753823e9 00:39:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:02 ---> Running in 5f1da5ec6397 00:39:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.823s coverage: 68.9% of statements 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:03 Removing intermediate container 5f1da5ec6397 00:39:03 ---> fc135ce5c6e9 00:39:03 Step 22/24 : LABEL arch=x86_64 00:39:03 ---> Running in 6f9ca7ffbce3 00:39:03 Removing intermediate container 6f9ca7ffbce3 00:39:03 ---> a8e4f4a08ab8 00:39:03 Step 23/24 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:39:03 ---> Running in 6fba4823304b 00:39:03 Removing intermediate container 6fba4823304b 00:39:03 ---> 2d05219dde65 00:39:03 Step 24/24 : LABEL version=0.0.0 00:39:04 ---> Running in 01233eba15c6 00:39:04 Removing intermediate container 01233eba15c6 00:39:04 ---> 09f1f6cdbffc 00:39:04 00:39:04 Successfully built 09f1f6cdbffc 00:39:04 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.400s coverage: 37.0% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.622s coverage: 84.0% of statements 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements 00:39:07  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3a53300f0bbd 00:39:07 ---> 2e6b001e4650 00:39:07 00:39:07 Step 10/24 : FROM scratch 00:39:07 ---> 00:39:07 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:39:07 ---> Running in 8eb9c3100385 00:39:08 Removing intermediate container 8eb9c3100385 00:39:08 ---> 914fc28510fd 00:39:08 Step 12/24 : ENV APP_PORT=48060 00:39:08 ---> Running in 302ab39a2550 00:39:10 Removing intermediate container 302ab39a2550 00:39:10 ---> bc638b55b8e1 00:39:10 Step 13/24 : EXPOSE $APP_PORT 00:39:10 ---> Running in d2082bf7c7d4 00:39:10 Removing intermediate container d2082bf7c7d4 00:39:10 ---> 2a42548cb788 00:39:10 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:39:10 ---> 417d03cd8fc8 00:39:10 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.385s coverage: 47.1% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.157s coverage: 100.0% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:13 ---> e374f724ba7e 00:39:13 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:39:13 Removing intermediate container 933ba811d842 00:39:13 ---> a51d61af5f0e 00:39:13 00:39:13 Step 10/23 : FROM alpine:3.12 00:39:13 ---> 389fef711851 00:39:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:13 ---> Running in b21eb6a0f8e0 00:39:13 Removing intermediate container b21eb6a0f8e0 00:39:13 ---> 167823bcd2bf 00:39:13 Step 12/23 : ENV APP_PORT=48080 00:39:13 ---> Running in 3869c9d3fb5c 00:39:13 ---> 97abcf14a6cb 00:39:13 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:13 Removing intermediate container 3869c9d3fb5c 00:39:13 ---> 1bbd04ec8d52 00:39:13 Step 13/23 : EXPOSE $APP_PORT 00:39:13 ---> Running in 01343566a2cb 00:39:13 ---> bb018c330754 00:39:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:14 Removing intermediate container 01343566a2cb 00:39:14 ---> 60fdb4533c04 00:39:14 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:14 ---> Running in b95a2e206855 00:39:14 ---> 6b96cceac039 00:39:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:14 ---> 4cbe217e11ab 00:39:14 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:39:14 ---> Running in d98dbd192de9 00:39:15 Removing intermediate container d98dbd192de9 00:39:15 ---> ffb589ed5356 00:39:15 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:15 Removing intermediate container b95a2e206855 00:39:15 ---> 3b3c0c4f50dc 00:39:15 Step 15/23 : RUN apk add --update --no-cache zeromq 00:39:15 ---> Running in 5b42f33c1feb 00:39:15 ---> Running in 558393f45784 00:39:15 Removing intermediate container 5b42f33c1feb 00:39:15 ---> 2c8af3bdefee 00:39:15 Step 22/24 : LABEL arch=x86_64 00:39:15 ---> Running in fa18e814d008 00:39:15 Removing intermediate container fa18e814d008 00:39:15 ---> 9c680ea9933d 00:39:15 Step 23/24 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:39:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:15 ---> Running in 65ca1b75b970 00:39:15 Removing intermediate container 65ca1b75b970 00:39:15 ---> cae6febcf607 00:39:15 Step 24/24 : LABEL version=0.0.0 00:39:16 ---> Running in 04b7bb7802a5 00:39:16 Removing intermediate container 04b7bb7802a5 00:39:16 ---> 37eeebe243e2 00:39:16 00:39:16 Successfully built 37eeebe243e2 00:39:16 Successfully tagged docker-support-notifications-go:latest 00:39:16  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.167s coverage: 29.1% of statements 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.191s coverage: 99.0% of statements 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.131s coverage: 100.0% of statements 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 00:39:17 (1/5) Installing libgcc (9.3.0-r2) 00:39:17 (2/5) Installing libsodium (1.0.18-r0) 00:39:18 (3/5) Installing libstdc++ (9.3.0-r2) 00:39:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:39:18 (4/5) Installing libzmq (4.3.3-r0) 00:39:18 (5/5) Installing zeromq (4.3.3-r0) 00:39:19 GO111MODULE=on go vet ./... 00:39:19 Executing busybox-1.31.1-r19.trigger 00:39:19 OK: 8 MiB in 19 packages 00:39:19 Removing intermediate container 558393f45784 00:39:19 ---> 1a8b70e8b8d0 00:39:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:19 ---> 068d94335824 00:39:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:20 ---> 44e4fe79a393 00:39:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:20 ---> 10d5d5d40344 00:39:20 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:20 ---> Running in 651fb17ea99d 00:39:21 Removing intermediate container 651fb17ea99d 00:39:21 ---> b2c636aa9f8b 00:39:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:21 ---> Running in 0e3e8cb145fa 00:39:21 Removing intermediate container 0e3e8cb145fa 00:39:21 ---> 55f46ac8ecdf 00:39:21 Step 21/23 : LABEL arch=x86_64 00:39:21 ---> Running in 0b3b05186a57 00:39:21 Removing intermediate container 0b3b05186a57 00:39:21 ---> 393ec994417d 00:39:21 Step 22/23 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:39:21 ---> Running in 8e45feca7b7a 00:39:21 Removing intermediate container 8e45feca7b7a 00:39:21 ---> bc023e81d852 00:39:21 Step 23/23 : LABEL version=0.0.0 00:39:21 ---> Running in 98613abaef05 00:39:21 Removing intermediate container 98613abaef05 00:39:21 ---> d0824518f5e8 00:39:21 00:39:22 Successfully built d0824518f5e8 00:39:22 Successfully tagged docker-core-data-go:latest 00:39:22  Building docker-core-data-go ... done  [Pipeline] } 00:39:22 $ docker stop --time=1 eed0e03e22ab4a5ec8369f9fe703b9e73705f4b18a562aa9c56f7030aa6f2147 00:39:23 $ docker rm -f eed0e03e22ab4a5ec8369f9fe703b9e73705f4b18a562aa9c56f7030aa6f2147 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:24 + docker images 00:39:24 + grep docker 00:39:24 docker-core-data-go latest d0824518f5e8 3 seconds ago 22.3MB 00:39:24 docker-support-notifications-go latest 37eeebe243e2 8 seconds ago 12MB 00:39:24 docker-security-secretstore-setup-go latest 09f1f6cdbffc 20 seconds ago 24.6MB 00:39:24 docker-sys-mgmt-agent-go latest e38c24ee451f 23 seconds ago 313MB 00:39:24 docker-core-command-go latest e2932176e711 25 seconds ago 10.6MB 00:39:24 docker-security-proxy-setup-go latest 0a7a7e9b6b4b 2 minutes ago 24.4MB 00:39:24 docker-security-bootstrap-redis-go latest 830d41fbd108 2 minutes ago 15.8MB 00:39:24 docker-core-metadata-go latest f8555e20748f 2 minutes ago 13.1MB 00:39:24 docker-support-scheduler-go latest 0ad0964ad21e 2 minutes ago 10.7MB 00:39:24 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:40 Still waiting to schedule task 00:39:40 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-20352’ 00:40:27 gofmt -l . 00:40:27 [ "`gofmt -l .`" = "" ] 00:40:27 ./bin/test-go-mod-tidy.sh 00:40:27 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:29 + ls -al . 00:40:29 total 684 00:40:29 drwxrwxr-x 9 1001 1001 4096 Jan 15 00:40 . 00:40:29 drwxr-xr-x 4 root root 4096 Jan 15 00:36 .. 00:40:29 -rw-rw-r-- 1 1001 1001 11 Jan 15 00:35 .dockerignore 00:40:29 drwxrwxr-x 8 1001 1001 4096 Jan 15 00:35 .git 00:40:29 drwxrwxr-x 3 1001 1001 4096 Jan 15 00:35 .github 00:40:29 -rw-rw-r-- 1 1001 1001 824 Jan 15 00:35 .gitignore 00:40:29 -rw-rw-r-- 1 1001 1001 166 Jan 15 00:35 .sonarcloud.properties 00:40:29 -rw-rw-r-- 1 1001 1001 7741 Jan 15 00:35 Attribution.txt 00:40:29 -rw-rw-r-- 1 1001 1001 3804 Jan 15 00:35 CONTRIBUTING.md 00:40:29 -rw-rw-r-- 1 1001 1001 931 Jan 15 00:35 Dockerfile.build 00:40:29 -rw-rw-r-- 1 1001 1001 863 Jan 15 00:35 Jenkinsfile 00:40:29 -rw-rw-r-- 1 1001 1001 10775 Jan 15 00:35 LICENSE 00:40:29 -rw-rw-r-- 1 1001 1001 5750 Jan 15 00:35 Makefile 00:40:29 -rw-rw-r-- 1 1001 1001 6524 Jan 15 00:35 README.md 00:40:29 -rw-rw-r-- 1 1001 1001 6744 Jan 15 00:35 SECURITY.md 00:40:29 -rw-rw-r-- 1 1001 1001 5 Jan 15 00:31 VERSION 00:40:29 -rw-rw-r-- 1 1001 1001 4131 Jan 15 00:35 ZMQWindows.md 00:40:29 drwxrwxr-x 2 1001 1001 4096 Jan 15 00:35 bin 00:40:29 drwxrwxr-x 14 1001 1001 4096 Jan 15 00:35 cmd 00:40:29 -rw-r--r-- 1 root root 550321 Jan 15 00:39 coverage.out 00:40:29 -rw-r--r-- 1 root root 979 Jan 15 00:40 go.mod 00:40:29 -rw-r--r-- 1 root root 19036 Jan 15 00:40 go.sum 00:40:29 drwxrwxr-x 8 1001 1001 4096 Jan 15 00:35 internal 00:40:29 drwxrwxr-x 4 1001 1001 4096 Jan 15 00:35 openapi 00:40:29 drwxrwxr-x 4 1001 1001 4096 Jan 15 00:35 snap 00:40:29 -rw-rw-r-- 1 1001 1001 168 Jan 15 00:35 version.go [Pipeline] sh 00:40:30 + '[' -e coverage.out ] 00:40:30 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:30 Warning: overwriting stash ‘coverage-report’ 00:40:31 Stashed 1 file(s) [Pipeline] sh 00:40:32 + make build 00:40:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40: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:41:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:14 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:41:15 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:41:21 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:41:25 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:41:25 Running on prd-ubuntu18.04-docker-8c-8g-20355 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws 00:41:25 Running in /w/workspace/edgex-go/23 [Pipeline] { [Pipeline] checkout 00:41:27 using credential edgex-jenkins-ssh 00:41:27 Cloning the remote Git repository 00:41:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:28 > git init /w/workspace/edgex-go/23 # timeout=10 00:41:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:28 > git --version # timeout=10 00:41:28 > git --version # 'git version 2.17.1' 00:41:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:28 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:41:33 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:41:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:41:39 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 638c5eca75d96072983230586d0b72665e7313b1 00:41:39 Merge succeeded, producing 1be2c2e2f50a9787c0756b95be101393ff3fa6e1 00:41:39 Checking out Revision 1be2c2e2f50a9787c0756b95be101393ff3fa6e1 (PR-2966) 00:41:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:39 > git config core.sparsecheckout # timeout=10 00:41:39 > git checkout -f 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 00:41:39 > git remote # timeout=10 00:41:39 > git config --get remote.origin.url # timeout=10 00:41:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:39 > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 00:41:39 > git rev-parse HEAD^{commit} # timeout=10 00:41:39 > git config core.sparsecheckout # timeout=10 00:41:39 > git checkout -f 1be2c2e2f50a9787c0756b95be101393ff3fa6e1 # timeout=10 00:41: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:41:43 Commit message: "Merge commit '60451040515ee9eeb901ca3bb1c4662a631f475e' into HEAD" 00:41:43 > git rev-list --no-walk 638c5eca75d96072983230586d0b72665e7313b1 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] } 00:41:44 $ docker stop --time=1 070b0c18162ac2c6f7a3cea95958ff0ea2b840f4782b210b358ccda3e1f98dd6 00:41:44 + echo snap-build.sh 00:41:44 snap-build.sh 00:41:44 + SNAP_BASE_DIR=. 00:41:44 + '[' '!' -z /w/workspace/edgex-go/23 ']' 00:41:44 + SNAP_BASE_DIR=/w/workspace/edgex-go/23 00:41:44 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/23]' 00:41:44 [snap-build] Building snap in dir [/w/workspace/edgex-go/23] 00:41:44 + cd /w/workspace/edgex-go/23 00:41:44 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:44 Reading package lists... 00:41:44 Building dependency tree... 00:41:44 Reading state information... 00:41:44 The following packages were automatically installed and are no longer required: 00:41:44 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:44 uidmap xdelta3 00:41:44 Use 'sudo apt autoremove' to remove them. 00:41:44 The following packages will be REMOVED: 00:41:44 lxd* lxd-client* 00:41:45 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:45 After this operation, 31.7 MB disk space will be freed. 00:41:46 (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:46 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:47 Removing lxd dnsmasq configuration 00:41:47 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:47 $ docker rm -f 070b0c18162ac2c6f7a3cea95958ff0ea2b840f4782b210b358ccda3e1f98dd6 00:41:47 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [Pipeline] // withDockerContainer 00:41:48 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:48 (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:48 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:49 00:41:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:41:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:49 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:50 latest: Pulling from edgex-devops/edgex-compose-arm64 00:41:50 29e5d40040c1: Pulling fs layer 00:41:50 1ce36da41761: Pulling fs layer 00:41:50 25b303627fd3: Pulling fs layer 00:41:50 Processing triggers for ureadahead (0.100.0-21) ... 00:41:50 29e5d40040c1: Verifying Checksum 00:41:50 29e5d40040c1: Download complete 00:41:50 1ce36da41761: Verifying Checksum 00:41:50 29e5d40040c1: Pull complete 00:41:51 + sudo snap remove --purge lxd 00:41:51 snap "lxd" is not installed 00:41:51 + sudo groupadd --force --system lxd 00:41:51 ++ whoami 00:41:51 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:51 + newgrp - lxd 00:41:51 + sudo snap install lxd 00:41:52 1ce36da41761: Pull complete 00:41:52 25b303627fd3: Verifying Checksum 00:41:52 25b303627fd3: Download complete 00:42:01 2021-01-15T00:41:58Z INFO Waiting for automatic snapd restart... 00:42:02 25b303627fd3: Pull complete 00:42:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:02 prd-ubuntu18.04-docker-arm64-4c-16g-20348 does not seem to be running inside a container 00:42:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:42:05 $ docker top d70ee074ad437ced8b1aa9589ca1f2a7db66fdb0edb75342610eaf81d4236a3b -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:07 + docker-compose build --help 00:42:07 + grep parallel 00:42:10 --parallel Build images in parallel. [Pipeline] } 00:42:10 $ docker stop --time=1 d70ee074ad437ced8b1aa9589ca1f2a7db66fdb0edb75342610eaf81d4236a3b 00:42:12 $ docker rm -f d70ee074ad437ced8b1aa9589ca1f2a7db66fdb0edb75342610eaf81d4236a3b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:13 . [Pipeline] withDockerContainer 00:42:13 prd-ubuntu18.04-docker-arm64-4c-16g-20348 does not seem to be running inside a container 00:42:13 $ 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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:42:14 $ docker top 03530f7f420e117d613effdfc0d1038cd7ccea6061004759880b282c91e52b2a -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:15 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:16 lxd 4.10 from Canonical* installed 00:42:16 + sudo lxd init --auto 00:42:20 Building docker-core-command-go ... 00:42:20 Building docker-core-data-go ... 00:42:20 Building docker-core-metadata-go ... 00:42:20 Building docker-security-bootstrap-redis-go ... 00:42:20 Building docker-security-proxy-setup-go ... 00:42:20 Building docker-security-secretstore-setup-go ... 00:42:20 Building docker-support-notifications-go ... 00:42:20 Building docker-support-scheduler-go ... 00:42:20 Building docker-sys-mgmt-agent-go ... 00:42:20 Building docker-sys-mgmt-agent-go 00:42:20 Building docker-security-bootstrap-redis-go 00:42:20 Building docker-security-secretstore-setup-go 00:42:20 Building docker-core-metadata-go 00:42:20 Building docker-security-proxy-setup-go 00:42:24 + sudo snap install --classic snapcraft 00:42:29 snapcraft 4.4.4 from Canonical* installed 00:42:29 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:29 + patch --verbose -p1 00:42:29 Hmm... Looks like a unified diff to me... 00:42:29 The text leading up to this was: 00:42:29 -------------------------- 00:42:29 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:42:29 |From: Tony Espy 00:42:29 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:42:29 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:29 | 00:42:29 |This patch is used by the EdgeX CI pipeline builds to 00:42:29 |optimize the snap CI check run for pull requests. When 00:42:29 |applied, it essentially strips out everything (apps and 00:42:29 |parts) from the snapcraft.yaml file except those required 00:42:29 |to build edgex-go, as the whole idea of the CI check is to 00:42:29 |catch changes to edgex-go that break the snap build. 00:42:29 | 00:42:29 |In general, anyone updating snapcraft.yaml will also need 00:42:29 |to update this patch file, otherwise it may fail to apply, 00:42:29 |resulting in a failed snap build CI check in the associated 00:42:29 |pull request. 00:42:29 | 00:42:29 |Note - in addition to applying this patch, the pipeline also 00:42:29 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:29 |need to build the finally binary .snap file (and it won't 00:42:29 |work with the patch applied). This further reduces the build 00:42:29 |time. 00:42:29 |--- 00:42:29 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:42:29 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:42:29 | 00:42:29 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:29 |index 1e537489..faf42425 100644 00:42:29 |--- a/snap/snapcraft.yaml 00:42:29 |+++ b/snap/snapcraft.yaml 00:42:29 -------------------------- 00:42:29 patching file snap/snapcraft.yaml 00:42:29 Using Plan A... 00:42:29 Hunk #1 succeeded at 73. 00:42:29 Hunk #2 succeeded at 202 with fuzz 1. 00:42:29 Hunk #3 succeeded at 214 (offset -3 lines). 00:42:29 Hunk #4 succeeded at 222 (offset -3 lines). 00:42:29 Hunk #5 succeeded at 229 (offset -3 lines). 00:42:29 Hunk #6 succeeded at 256 (offset -3 lines). 00:42:29 Hunk #7 succeeded at 290 (offset -3 lines). 00:42:29 Hunk #8 succeeded at 342 (offset -2 lines). 00:42:29 Hmm... Ignoring the trailing garbage. 00:42:29 done 00:42:29 + sudo snapcraft prime --use-lxd 00:42:30 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:42:30 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:42:30 - README.md 00:42:30 - snapcraft.yaml.orig 00:42:30 00:42:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:42:31 Launching a container. 00:42:46 Waiting for container to be ready 00:42:46 To start your first instance, try: lxc launch ubuntu:18.04 00:42:46 00:42:48 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:42:49 Waiting for network to be ready... 00:42:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:42:49 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:42:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 00:42:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 00:42:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:42:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:42:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:42:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:42:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 00:42:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:42:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:42:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:42:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:42:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:42:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:42:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:42:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:42:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:42:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:42:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 00:42:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 00:42:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:42:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:42:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 00:42:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 00:42:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:42:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:42:54 Fetched 23.7 MB in 4s (5838 kB/s) 00:42:54 Reading package lists... 00:42:54 Reading package lists... 00:42:54 Building dependency tree... 00:42:54 Reading state information... 00:42:54 The following additional packages will be installed: 00:42:54 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:42:54 Suggested packages: 00:42:54 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:42:54 Recommended packages: 00:42:54 gnupg libsasl2-modules 00:42:54 The following NEW packages will be installed: 00:42:54 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:42:54 The following packages will be upgraded: 00:42:54 gpg gpg-agent gpgconf libudev1 00:42:55 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 00:42:55 Need to get 3532 kB of archives. 00:42:55 After this operation, 13.3 MB of additional disk space will be used. 00:42:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:42:55 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:42:55 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:42:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:42:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:42:55 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:55 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:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:42:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:42:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:42:55 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:42:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:42:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:42:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:42:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:42:55 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:42:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:42:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:42:55 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:42:55 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:42:55 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:55 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:55 debconf: delaying package configuration, since apt-utils is not installed 00:42:56 Fetched 3532 kB in 1s (3595 kB/s) 00:42:56 (Reading database ... 12511 files and directories currently installed.) 00:42:56 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:42:56 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:42:56 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:42:56 Selecting previously unselected package udev. 00:42:56 (Reading database ... 12511 files and directories currently installed.) 00:42:56 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:42:56 Unpacking udev (237-3ubuntu10.43) ... 00:42:56 Selecting previously unselected package libfuse2:amd64. 00:42:56 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:42:56 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:56 Selecting previously unselected package fuse. 00:42:56 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:42:56 Unpacking fuse (2.9.7-1ubuntu1) ... 00:42:56 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:56 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:56 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:56 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:57 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:57 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:57 Selecting previously unselected package libksba8:amd64. 00:42:57 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:42:57 Unpacking libksba8:amd64 (1.3.5-2) ... 00:42:57 Selecting previously unselected package libroken18-heimdal:amd64. 00:42:57 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:57 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:57 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:42:57 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:57 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:57 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:42:57 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:57 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:57 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:42:57 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:57 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:58 Selecting previously unselected package libwind0-heimdal:amd64. 00:42:58 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:58 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:58 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:42:58 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:58 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:58 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:42:58 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:58 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:58 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:42:58 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:58 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:58 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:42:58 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:58 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:58 Selecting previously unselected package libsasl2-modules-db:amd64. 00:42:58 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:58 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:58 Selecting previously unselected package libsasl2-2:amd64. 00:42:58 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:58 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:58 Selecting previously unselected package libldap-common. 00:42:58 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:42:58 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:42:58 Selecting previously unselected package libldap-2.4-2:amd64. 00:42:58 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:42:58 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:42:58 Selecting previously unselected package dirmngr. 00:42:58 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:59 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:42:59 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:42:59 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:42:59 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:59 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:59 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:59 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:42:59 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:59 Setting up libksba8:amd64 (1.3.5-2) ... 00:42:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:59 Setting up udev (237-3ubuntu10.43) ... 00:42:59 invoke-rc.d: policy-rc.d denied execution of start. 00:42:59 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:59 Processing triggers for systemd (237-3ubuntu10) ... 00:42:59 Setting up fuse (2.9.7-1ubuntu1) ... 00:43:00 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:43:00 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:00 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:00 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:00 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:00 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:00 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:00 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:00 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:00 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:43:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:00 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:43:00 settings in the [Install] section, and DefaultInstance for template units). 00:43:00 This means they are not meant to be enabled using systemctl. 00:43:00 Possible reasons for having this kind of units are: 00:43:00 1) A unit may be statically enabled by being symlinked from another unit's 00:43:00 .wants/ or .requires/ directory. 00:43:00 2) A unit's purpose may be to act as a helper for some other unit which has 00:43:00 a requirement dependency on it. 00:43:00 3) A unit may be started when needed via activation (socket, path, timer, 00:43:00 D-Bus, udev, scripted systemctl call, ...). 00:43:00 4) In case of template units, the unit is meant to be enabled with some 00:43:00 instance name specified. 00:43:01 Reading package lists... 00:43:01 Building dependency tree... 00:43:01 Reading state information... 00:43:01 The following additional packages will be installed: 00:43:01 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:43:01 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:43:01 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:43:01 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:43:01 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:43:01 Suggested packages: 00:43:01 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:43:01 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:43:01 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:43:01 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:43:01 systemd-container policykit-1 00:43:01 Recommended packages: 00:43:01 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:43:01 The following NEW packages will be installed: 00:43:01 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:43:01 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:43:01 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:43:01 multiarch-support openssh-client python3 python3-minimal python3.6 00:43:01 python3.6-minimal snapd squashfs-tools sudo 00:43:01 The following packages will be upgraded: 00:43:01 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:43:01 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 00:43:01 Need to get 35.2 MB of archives. 00:43:01 After this operation, 141 MB of additional disk space will be used. 00:43:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:43:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:43:01 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:43:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:43:01 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:43:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:43:01 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:43:01 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:43:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:43:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:43:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:43:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:43:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:43:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:43:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:43:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:43:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:43:02 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:43:02 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:43:02 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:43:02 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:43:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:43:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:43:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:43:02 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:43:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:43:02 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:43:02 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:43:02 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:43:02 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:43:04 debconf: delaying package configuration, since apt-utils is not installed 00:43:04 Fetched 35.2 MB in 2s (15.9 MB/s) 00:43:04 (Reading database ... 12757 files and directories currently installed.) 00:43:04 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:43:04 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:43:04 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:43:04 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:43:05 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:43:05 (Reading database ... 12757 files and directories currently installed.) 00:43:05 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:43:05 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:05 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:43:05 (Reading database ... 12757 files and directories currently installed.) 00:43:05 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:43:05 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:05 Setting up apt (1.6.12ubuntu0.2) ... 00:43:05 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:43:06 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:43:06 (Reading database ... 12764 files and directories currently installed.) 00:43:06 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:06 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:06 Selecting previously unselected package libpython3.6-minimal:amd64. 00:43:06 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:06 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:07 Selecting previously unselected package libexpat1:amd64. 00:43:07 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:43:07 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:07 Selecting previously unselected package python3.6-minimal. 00:43:07 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:07 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:07 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:07 Checking for services that may need to be restarted...done. 00:43:07 Checking for services that may need to be restarted...done. 00:43:07 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:07 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:07 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:08 Selecting previously unselected package python3-minimal. 00:43:08 (Reading database ... 13012 files and directories currently installed.) 00:43:08 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:43:08 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:43:08 Selecting previously unselected package mime-support. 00:43:08 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:43:08 Unpacking mime-support (3.60ubuntu1) ... 00:43:08 Selecting previously unselected package libmpdec2:amd64. 00:43:08 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:43:08 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:08 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:43:08 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:08 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:08 Selecting previously unselected package python3.6. 00:43:08 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:08 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:08 Selecting previously unselected package libpython3-stdlib:amd64. 00:43:08 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:43:08 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:08 Setting up python3-minimal (3.6.7-1~18.04) ... 00:43:09 Selecting previously unselected package python3. 00:43:09 (Reading database ... 13442 files and directories currently installed.) 00:43:09 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:43:09 Unpacking python3 (3.6.7-1~18.04) ... 00:43:09 Selecting previously unselected package multiarch-support. 00:43:09 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:43:09 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:43:09 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:43:09 Selecting previously unselected package liblzo2-2:amd64. 00:43:09 (Reading database ... 13479 files and directories currently installed.) 00:43:09 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:43:09 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:43:09 Selecting previously unselected package libbsd0:amd64. 00:43:09 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:43:09 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:09 Selecting previously unselected package sudo. 00:43:09 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:43:09 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:43:09 Selecting previously unselected package apparmor. 00:43:09 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:43:09 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:43:09 Selecting previously unselected package libedit2:amd64. 00:43:09 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:43:09 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:43:09 Selecting previously unselected package libkrb5support0:amd64. 00:43:09 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:43:09 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:10 Selecting previously unselected package libk5crypto3:amd64. 00:43:10 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:43:10 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:10 Selecting previously unselected package libkeyutils1:amd64. 00:43:10 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:43:10 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:10 Selecting previously unselected package libkrb5-3:amd64. 00:43:10 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:43:10 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:10 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:43:10 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:43:10 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:10 Selecting previously unselected package libssl1.0.0:amd64. 00:43:10 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:43:10 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:10 Selecting previously unselected package openssh-client. 00:43:10 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:43:10 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:11 Selecting previously unselected package squashfs-tools. 00:43:11 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:43:11 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:11 Selecting previously unselected package snapd. 00:43:11 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:43:11 Unpacking snapd (2.48+18.04) ... 00:43:12 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:43:12 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:13 Setting up mime-support (3.60ubuntu1) ... 00:43:13 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:43:13 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:13 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:13 Setting up systemd (237-3ubuntu10.43) ... 00:43:13 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:43:14 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:14 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:14 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:43:14 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:14 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:14 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:15 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:15 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:15 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:15 Setting up python3 (3.6.7-1~18.04) ... 00:43:15 running python rtupdate hooks for python3.6... 00:43:15 running python post-rtupdate hooks for python3.6... 00:43:15 Setting up apparmor (2.12-4ubuntu5.1) ... 00:43:17 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:43:17 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:18 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:18 Setting up snapd (2.48+18.04) ... 00:43:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:43:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:43:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:43:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:43:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:19 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:43:19 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:43:19 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:43:20 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:43:20 /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:43:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:20 Processing triggers for systemd (237-3ubuntu10.43) ... 00:43:21 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:22 Reading package lists... 00:43:22 Reading package lists... 00:43:22 Building dependency tree... 00:43:22 Reading state information... 00:43:22 Calculating upgrade... 00:43:23 The following packages will be upgraded: 00:43:23 advancecomp base-files bash binutils binutils-common 00:43:23 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:43:23 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:43:23 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:43:23 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:43:23 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:43:23 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:43:23 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:43:23 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 00:43:23 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 00:43:23 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 00:43:23 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 00:43:23 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 00:43:23 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 00:43:23 ubuntu-keyring util-linux 00:43:23 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:43:23 Need to get 63.7 MB of archives. 00:43:23 After this operation, 5203 kB of additional disk space will be used. 00:43:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 00:43:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:43:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:43:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:43:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:43:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:43:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:43:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:43:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:43:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:43:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:43:23 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:43:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:43:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:43:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:43:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:43:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:43:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:43:23 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:43:23 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:43:23 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:43:23 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:43:23 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:43:23 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:43:23 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:43:23 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:43:23 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:43:23 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:43:23 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:43:23 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:43:23 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:43:23 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:43:23 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:43:23 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:43:23 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:43:23 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:43:23 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:43:23 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:43:23 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:43:23 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:43:23 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:43:23 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:43:23 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:43:23 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:43:23 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:43:23 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:43:23 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:43:23 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:43:23 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:43:23 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:43:23 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:43:23 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:43:23 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:43:23 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:43:23 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:43:23 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:43:24 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:43:24 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:43:24 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:43:24 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:43:24 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:43:24 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:43:24 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:43:24 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:43:24 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:43:24 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:43:24 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:43:24 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:43:24 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:43:24 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:43:24 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:43:24 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:43:24 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:43:24 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:43:24 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:43:24 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:43:24 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:43:24 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:43:24 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:43:24 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:43:24 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:43:24 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:43:24 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:43:24 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:43:24 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:43:25 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:43:25 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:43:25 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:43:25 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:43:25 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:43:25 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:43:25 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:43:25 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:43:25 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:43:25 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:43:25 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:43:25 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:43:25 debconf: delaying package configuration, since apt-utils is not installed 00:43:25 Fetched 63.7 MB in 2s (33.1 MB/s) 00:43:25 (Reading database ... 13912 files and directories currently installed.) 00:43:25 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:43:25 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:26 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:26 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:26 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 00:43:26 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 00:43:27 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:27 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:27 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:27 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:27 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:27 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:27 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:27 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:27 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:28 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:28 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:28 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:28 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:28 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:28 ---> 184d49a0ebf9 00:43:28 Step 3/22 : WORKDIR /edgex-go 00:43:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:43:28 ---> 184d49a0ebf9 00:43:28 Step 3/26 : WORKDIR /edgex-go 00:43:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:28 ---> 184d49a0ebf9 00:43:28 Step 3/21 : WORKDIR /edgex-go 00:43:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:28 ---> 184d49a0ebf9 00:43:28 Step 3/24 : WORKDIR /edgex-go 00:43:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:28 ---> 184d49a0ebf9 00:43:28 Step 3/22 : WORKDIR /edgex-go 00:43:28 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:28 (Reading database ... 13911 files and directories currently installed.) 00:43:28 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:28 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:43:28 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:43:28 (Reading database ... 13911 files and directories currently installed.) 00:43:28 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:28 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:28 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:28 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:28 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:29 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:29 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:29 (Reading database ... 13911 files and directories currently installed.) 00:43:29 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:43:29 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:29 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:43:29 (Reading database ... 13911 files and directories currently installed.) 00:43:29 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:43:29 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:43:30 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:43:30 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:43:30 Setting up base-files (10.1ubuntu2.10) ... 00:43:30 Installing new version of config file /etc/issue ... 00:43:30 Installing new version of config file /etc/issue.net ... 00:43:30 Installing new version of config file /etc/lsb-release ... 00:43:30 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:43:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:43:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:43:30 Removing obsolete conffile /etc/default/motd-news ... 00:43:30 (Reading database ... 13912 files and directories currently installed.) 00:43:30 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:43:30 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:43:30 Setting up bash (4.4.18-2ubuntu1.2) ... 00:43:30 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:31 (Reading database ... 13912 files and directories currently installed.) 00:43:31 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:31 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:43:31 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:43:31 (Reading database ... 13912 files and directories currently installed.) 00:43:31 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:43:31 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:43:31 Setting up tar (1.29b-2ubuntu0.2) ... 00:43:31 (Reading database ... 13912 files and directories currently installed.) 00:43:31 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:43:31 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:31 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:43:31 (Reading database ... 13912 files and directories currently installed.) 00:43:31 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:32 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:32 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:32 (Reading database ... 13912 files and directories currently installed.) 00:43:32 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:32 ---> Running in 468593b99716 00:43:32 ---> Running in 5ac1715da6f9 00:43:32 ---> Running in 26fc36fb7afe 00:43:32 ---> Running in 280bc2bbb063 00:43:32 ---> Running in 3523b5476ad6 00:43:32 Removing intermediate container 26fc36fb7afe 00:43:32 ---> 4461d6c8d624 00:43:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:32 Removing intermediate container 5ac1715da6f9 00:43:32 ---> 635c0d18f0be 00:43:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:32 Removing intermediate container 468593b99716 00:43:32 ---> 49ec207389ea 00:43:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:32 Removing intermediate container 280bc2bbb063 00:43:32 ---> 0acb5b042a9e 00:43:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:32 Removing intermediate container 3523b5476ad6 00:43:32 ---> bd5570eb4342 00:43:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:32 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:32 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:43:32 (Reading database ... 13912 files and directories currently installed.) 00:43:32 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:43:32 ---> Running in f1cbf50ae7fa 00:43:32 ---> Running in 94501a956693 00:43:32 ---> Running in 6642918ecc1f 00:43:32 ---> Running in f8e53899e8d7 00:43:32 ---> Running in 6b2bdbd04c84 00:43:32 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:43:32 Setting up grep (3.1-2build1) ... 00:43:32 (Reading database ... 13912 files and directories currently installed.) 00:43:32 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:32 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:33 Setting up login (1:4.5-1ubuntu2) ... 00:43:33 (Reading database ... 13912 files and directories currently installed.) 00:43:33 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:33 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:33 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:43:33 (Reading database ... 13912 files and directories currently installed.) 00:43:33 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:33 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:33 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:33 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:34 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:34 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:34 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:43:34 (Reading database ... 13912 files and directories currently installed.) 00:43:34 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:43:34 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:36 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:36 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:36 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:36 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:36 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:43:36 (Reading database ... 13912 files and directories currently installed.) 00:43:36 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:43:36 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:43:36 Removing intermediate container f1cbf50ae7fa 00:43:36 ---> 262f573d228d 00:43:36 Step 5/22 : RUN apk add --update --no-cache make git 00:43:36 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:43:36 (Reading database ... 13912 files and directories currently installed.) 00:43:36 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:36 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:36 ---> Running in 66a6237d2228 00:43:36 Removing intermediate container 6642918ecc1f 00:43:36 ---> 173a0ab631d6 00:43:36 Step 5/26 : RUN apk add --update --no-cache make bash git 00:43:36 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:36 (Reading database ... 13912 files and directories currently installed.) 00:43:36 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:36 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:36 Removing intermediate container 94501a956693 00:43:36 ---> 8831d55e1dc6 00:43:36 Step 5/24 : RUN apk add --update --no-cache make git 00:43:36 ---> Running in d3f0c3771172 00:43:36 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:36 (Reading database ... 13912 files and directories currently installed.) 00:43:36 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:36 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:36 Removing intermediate container f8e53899e8d7 00:43:36 ---> 66622ded6897 00:43:36 Step 5/21 : RUN apk add --update --no-cache make git 00:43:37 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:37 (Reading database ... 13912 files and directories currently installed.) 00:43:37 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:37 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:37 ---> Running in 95ad3cdfe682 00:43:37 Removing intermediate container 6b2bdbd04c84 00:43:37 ---> Running in 7804ec24989a 00:43:37 ---> 1fbf0eba544d 00:43:37 Step 5/22 : RUN apk add --update --no-cache make git 00:43:37 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:37 (Reading database ... 13912 files and directories currently installed.) 00:43:37 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:37 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:37 ---> Running in 229a5b88f41d 00:43:37 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:37 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:37 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:37 (Reading database ... 13912 files and directories currently installed.) 00:43:37 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:37 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:37 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:38 (Reading database ... 13912 files and directories currently installed.) 00:43:38 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:38 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:38 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:38 (Reading database ... 13912 files and directories currently installed.) 00:43:38 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:38 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:38 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:38 (Reading database ... 13912 files and directories currently installed.) 00:43:38 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:38 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:38 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:39 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:39 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:39 (Reading database ... 13912 files and directories currently installed.) 00:43:39 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:39 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:40 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:43:40 (Reading database ... 13912 files and directories currently installed.) 00:43:40 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:43:40 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:40 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:43:40 (Reading database ... 13914 files and directories currently installed.) 00:43:40 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:43:40 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:43:40 OK: 217 MiB in 51 packages 00:43:40 Setting up debconf (1.5.66ubuntu1) ... 00:43:40 OK: 217 MiB in 51 packages 00:43:40 OK: 217 MiB in 51 packages 00:43:40 OK: 217 MiB in 51 packages 00:43:41 (Reading database ... 13914 files and directories currently installed.) 00:43:41 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:41 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:41 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:41 (Reading database ... 13914 files and directories currently installed.) 00:43:41 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:41 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:41 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:41 (Reading database ... 13914 files and directories currently installed.) 00:43:41 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:41 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:41 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:41 OK: 217 MiB in 51 packages 00:43:42 (Reading database ... 13914 files and directories currently installed.) 00:43:42 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:42 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:42 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:43:42 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:43:42 Removing intermediate container d3f0c3771172 00:43:42 ---> 71335fd3d6bc 00:43:42 Step 6/26 : COPY go.mod . 00:43:42 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:42 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:42 Removing intermediate container 7804ec24989a 00:43:42 ---> 894fee95e586 00:43:42 Step 6/21 : COPY go.mod . 00:43:42 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:42 (Reading database ... 13914 files and directories currently installed.) 00:43:42 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:43:42 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:43:42 Removing intermediate container 95ad3cdfe682 00:43:42 ---> 88395f79c456 00:43:42 Step 6/24 : COPY go.mod . 00:43:42 Removing intermediate container 229a5b88f41d 00:43:42 ---> 196fc37a83ff 00:43:42 Step 6/22 : COPY go.mod . 00:43:42 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:43:42 (Reading database ... 13914 files and directories currently installed.) 00:43:42 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:43:42 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:43 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:43 Removing intermediate container 66a6237d2228 00:43:43 ---> 61dfea2dd3c6 00:43:43 Step 6/22 : COPY go.mod . 00:43:43 ---> 006cb6440ed0 00:43:43 Step 7/26 : RUN go mod download 00:43:43 ---> 35425a0661e7 00:43:43 Step 7/21 : RUN go mod download 00:43:43 (Reading database ... 13914 files and directories currently installed.) 00:43:43 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:43 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:43 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:43 ---> Running in 960f01ab8e4e 00:43:43 ---> Running in 8e7b43291ca6 00:43:43 (Reading database ... 13914 files and directories currently installed.) 00:43:43 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:43:43 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:43:43 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:43:43 ---> 41a5aa8ece35 00:43:43 Step 7/24 : RUN go mod download 00:43:43 (Reading database ... 13914 files and directories currently installed.) 00:43:43 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:43 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:44 ---> a3411ae0e742 00:43:44 Step 7/22 : RUN go mod download 00:43:44 ---> Running in d705d57b0cd6 00:43:44 ---> cb7d6e72eaa4 00:43:44 Step 7/22 : RUN go mod download 00:43:44 Setting up passwd (1:4.5-1ubuntu2) ... 00:43:44 ---> Running in 3caac7056561 00:43:44 (Reading database ... 13914 files and directories currently installed.) 00:43:44 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:44 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:44 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:43:44 ---> Running in 26994f1d3902 00:43:44 (Reading database ... 13914 files and directories currently installed.) 00:43:44 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:43:44 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:43:45 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:43:45 (Reading database ... 13914 files and directories currently installed.) 00:43:45 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:43:45 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:43:45 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:43:45 (Reading database ... 13914 files and directories currently installed.) 00:43:45 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:43:45 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:43:45 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:43:45 (Reading database ... 13914 files and directories currently installed.) 00:43:45 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:43:45 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:43:45 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:43:45 (Reading database ... 13914 files and directories currently installed.) 00:43:45 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:43:45 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:43:46 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:43:46 (Reading database ... 13914 files and directories currently installed.) 00:43:46 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:43:46 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:43:46 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:43:46 (Reading database ... 13915 files and directories currently installed.) 00:43:46 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:46 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:46 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:46 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:46 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:46 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:46 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:43:46 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:43:47 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:43:47 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:43:47 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:43:47 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:43:47 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:43:47 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:43:47 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:43:47 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:43:47 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:43:47 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:43:47 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:43:47 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:43:48 Removing intermediate container 8e7b43291ca6 00:43:48 ---> 11a40ae063e5 00:43:48 Step 8/21 : COPY . . 00:43:48 Removing intermediate container 960f01ab8e4e 00:43:48 ---> a963b3981a61 00:43:48 Step 8/26 : COPY . . 00:43:48 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:43:48 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:43:48 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:43:48 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:43:49 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:43:49 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:43:49 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:43:49 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:43:49 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:49 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:49 Removing intermediate container d705d57b0cd6 00:43:49 ---> 5c3825ce478f 00:43:49 Step 8/24 : COPY . . 00:43:49 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:49 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:49 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:49 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:50 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:50 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:50 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:50 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:50 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:50 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:50 Removing intermediate container 3caac7056561 00:43:50 ---> f10e7f565728 00:43:50 Step 8/22 : COPY . . 00:43:50 Removing intermediate container 26994f1d3902 00:43:50 ---> b127d5c78d4a 00:43:50 Step 8/22 : COPY . . 00:43:50 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:50 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:50 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:50 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:51 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:51 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:52 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:52 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:53 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:53 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:53 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:53 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:54 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:54 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:54 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:54 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:54 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:43:54 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:54 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:43:54 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:55 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:43:55 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:43:55 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:55 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:55 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:55 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:55 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:43:55 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:43:55 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:56 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:56 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:56 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:56 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:56 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:43:56 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:43:56 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:43:56 00:43:56 Current default time zone: 'Etc/UTC' 00:43:56 Local time is now: Fri Jan 15 00:43:56 UTC 2021. 00:43:56 Universal Time is now: Fri Jan 15 00:43:56 UTC 2021. 00:43:56 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:43:56 00:43:56 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:43:56 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:56 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 00:43:56 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:43:56 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:43:56 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:43:56 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:43:56 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:43:56 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:43:56 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:43:56 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:56 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:43:57 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:57 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:43:57 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:57 Setting up patch (2.7.6-2ubuntu1.1) ... 00:43:57 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:43:57 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:43:57 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:57 Installing new version of config file /etc/ssl/openssl.cnf ... 00:43:57 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:43:57 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:43:57 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:43:59 Updating certificates in /etc/ssl/certs... 00:44:00 22 added, 17 removed; done. 00:44:00 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:44:00 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:00 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:44:00 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:44:00 Setting up pkgbinarymangler (138.18.04.1) ... 00:44:00 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:00 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:00 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:00 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:00 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:00 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:00 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:00 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:00 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:44:00 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:00 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:00 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:44:00 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:01 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:01 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:01 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:01 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:01 Processing triggers for systemd (237-3ubuntu10.43) ... 00:44:01 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:01 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:44:01 Updating certificates in /etc/ssl/certs... 00:44:02 0 added, 0 removed; done. 00:44:02 Running hooks in /etc/ca-certificates/update.d... 00:44:02 done. 00:44:02 Reading package lists... 00:44:02 Building dependency tree... 00:44:02 Reading state information... 00:44:03 The following NEW packages will be installed: 00:44:03 apt-transport-https 00:44:03 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:44:03 Need to get 1696 B of archives. 00:44:03 After this operation, 153 kB of additional disk space will be used. 00:44:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:44:03 debconf: delaying package configuration, since apt-utils is not installed 00:44:03 Fetched 1696 B in 0s (41.0 kB/s) 00:44:03 Selecting previously unselected package apt-transport-https. 00:44:03 (Reading database ... 13929 files and directories currently installed.) 00:44:03 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:44:03 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:44:03 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:44:03 Waiting for network to be ready... 00:44:08 2021-01-15T00:44:06Z INFO Waiting for automatic snapd restart... 00:44:09 snapd 2.48.2 from Canonical* installed 00:44:10 "snapd" switched to the "latest/stable" channel 00:44:10 00:44:12 core18 20201210 from Canonical* installed 00:44:12 "core18" switched to the "latest/stable" channel 00:44:12 00:44:16 snapcraft 4.4.4 from Canonical* installed 00:44:16 "snapcraft" switched to the "latest/stable" channel 00:44:16 00:44:17 ---> 29d9a7e62497 00:44:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:44:17 ---> d8a16035b8ae 00:44:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:17 ---> b1cfdd87c303 00:44:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> ce9e4b9737a9 00:44:17 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:44:17 00:44:17 ---> deb74a1a31b0 00:44:17 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:44:17 ---> Running in 7fbd870b88d6 00:44:17 ---> Running in 2fa9c1917260 00:44:17 ---> Running in 003ff45ea104 00:44:17 ---> Running in 140479d03bf4 00:44:17 ---> Running in 9bfc561734ce 00:44:17 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:44:17 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:44:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:17 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:44:17 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:44:19 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:44:19 - README.md 00:44:19 - snapcraft.yaml.orig 00:44:19 00:44:19 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:26 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:26 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:26 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:27 Reading package lists... 00:44:27 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:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:34 Reading package lists... 00:44:34 Building dependency tree... 00:44:34 Reading state information... 00:44:34 Suggested packages: 00:44:34 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:44:34 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:44:34 Recommended packages: 00:44:34 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:44:34 The following NEW packages will be installed: 00:44:34 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:44:34 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:44:34 pkg-config zip 00:44:34 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:44:34 Need to get 7655 kB of archives. 00:44:34 After this operation, 43.7 MB of additional disk space will be used. 00:44:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:44:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:44:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:44:34 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:44:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:44:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:44:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:44:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:44:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:44:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:44:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:44:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:44:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:44:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:44:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:44:35 debconf: delaying package configuration, since apt-utils is not installed 00:44:35 Fetched 7655 kB in 1s (9879 kB/s) 00:44:35 Selecting previously unselected package libglib2.0-0:amd64. 00:44:35 (Reading database ... 13933 files and directories currently installed.) 00:44:35 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:44:35 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:44:35 Selecting previously unselected package libpsl5:amd64. 00:44:35 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:44:35 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:44:36 Selecting previously unselected package libnghttp2-14:amd64. 00:44:36 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:44:36 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:36 Selecting previously unselected package librtmp1:amd64. 00:44:36 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:44:36 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:36 Selecting previously unselected package libcurl3-gnutls:amd64. 00:44:36 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:44:36 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:44:36 Selecting previously unselected package liberror-perl. 00:44:36 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:44:36 Unpacking liberror-perl (0.17025-1) ... 00:44:37 Selecting previously unselected package git-man. 00:44:37 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:44:37 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:44:37 Selecting previously unselected package git. 00:44:37 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:44:37 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:44:38 Selecting previously unselected package libnorm1:amd64. 00:44:38 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:44:38 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:38 Selecting previously unselected package libpgm-5.2-0:amd64. 00:44:38 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:44:38 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:38 Selecting previously unselected package libsodium23:amd64. 00:44:38 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:44:38 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:44:38 Selecting previously unselected package libzmq5:amd64. 00:44:38 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:38 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:38 Selecting previously unselected package libzmq3-dev:amd64. 00:44:38 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:38 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:39 Selecting previously unselected package pkg-config. 00:44:39 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:44:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:44:39 Selecting previously unselected package zip. 00:44:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:44:39 Unpacking zip (3.0-11build1) ... 00:44:39 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:39 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:44:39 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:39 Setting up liberror-perl (0.17025-1) ... 00:44:39 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:44:39 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:44:39 No schema files found: doing nothing. 00:44:39 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:39 Setting up zip (3.0-11build1) ... 00:44:39 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:39 Setting up libsodium23:amd64 (1.0.16-2) ... 00:44:39 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:44:39 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:39 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:44:39 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:39 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:44:39 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:46 git set to automatically installed. 00:44:46 git-man set to automatically installed. 00:44:46 libcurl3-gnutls set to automatically installed. 00:44:46 liberror-perl set to automatically installed. 00:44:46 libglib2.0-0 set to automatically installed. 00:44:46 libnghttp2-14 set to automatically installed. 00:44:46 libnorm1 set to automatically installed. 00:44:46 libpgm-5.2-0 set to automatically installed. 00:44:46 libpsl5 set to automatically installed. 00:44:46 librtmp1 set to automatically installed. 00:44:46 libsodium23 set to automatically installed. 00:44:46 libzmq3-dev set to automatically installed. 00:44:46 libzmq5 set to automatically installed. 00:44:46 pkg-config set to automatically installed. 00:44:46 zip set to automatically installed. 00:44:47 snapd is not logged in, snap install commands will use sudo 00:44:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:54 snap "core18" has no updates available 00:44:55 Pulling config-common 00:44:56 Pulling go-build-helper 00:45:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:18 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 00:45:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 00:45:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:45:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:45:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:45:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:45:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 00:45:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:45:18 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:18 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 00:45:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 00:45:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:45:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:45:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 00:45:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 00:45:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:45:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:45:18 Fetched 23.7 MB in 0s (0 B/s) 00:45:18 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:45:18 Fetched 96.5 kB in 0s (0 B/s) 00:45:18 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:45:18 Fetched 279 kB in 0s (0 B/s) 00:45:18 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:45:18 Fetched 122 kB in 0s (0 B/s) 00:45:18 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:45:18 Fetched 77.8 kB in 0s (0 B/s) 00:45:18 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:45:18 Fetched 8848 B in 0s (0 B/s) 00:45:18 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:45:18 Fetched 47.8 kB in 0s (0 B/s) 00:45:18 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:45:18 Fetched 45.6 kB in 0s (0 B/s) 00:45:18 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:45:18 Fetched 15.0 kB in 0s (0 B/s) 00:45:18 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:45:18 Fetched 214 kB in 0s (0 B/s) 00:45:18 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:45:18 Fetched 155 kB in 0s (0 B/s) 00:45:18 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:45:18 Fetched 50.6 kB in 0s (0 B/s) 00:45:18 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:45:18 Fetched 14.8 kB in 0s (0 B/s) 00:45:18 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:45:18 Fetched 41.8 kB in 0s (0 B/s) 00:45:18 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:45:18 Fetched 499 kB in 0s (0 B/s) 00:45:18 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:45:18 Fetched 111 kB in 0s (0 B/s) 00:45:18 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:45:18 Fetched 240 kB in 0s (0 B/s) 00:45:18 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:45:18 Fetched 29.3 kB in 0s (0 B/s) 00:45:18 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:45:18 Fetched 85.5 kB in 0s (0 B/s) 00:45:18 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:45:18 Fetched 24.5 kB in 0s (0 B/s) 00:45:18 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:45:18 Fetched 49.2 kB in 0s (0 B/s) 00:45:18 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:45:18 Fetched 54.2 kB in 0s (0 B/s) 00:45:18 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:45:18 Fetched 30.8 kB in 0s (0 B/s) 00:45:18 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:45:18 Fetched 17.0 kB in 0s (0 B/s) 00:45:18 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:45:18 Fetched 85.9 kB in 0s (0 B/s) 00:45:18 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:45:18 Fetched 8720 B in 0s (0 B/s) 00:45:18 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:45:18 Fetched 137 kB in 0s (0 B/s) 00:45:18 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:45:18 Fetched 119 kB in 0s (0 B/s) 00:45:18 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:45:18 Fetched 109 kB in 0s (0 B/s) 00:45:18 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:45:18 Fetched 11.1 kB in 0s (0 B/s) 00:45:18 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:45:18 Fetched 645 kB in 0s (0 B/s) 00:45:18 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:45:18 Fetched 41.3 kB in 0s (0 B/s) 00:45:18 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:45:18 Fetched 17.9 kB in 0s (0 B/s) 00:45:18 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:45:18 Fetched 368 kB in 0s (0 B/s) 00:45:18 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:45:18 Fetched 187 kB in 0s (0 B/s) 00:45:18 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:45:18 Fetched 175 kB in 0s (0 B/s) 00:45:18 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:45:21 Fetched 206 kB in 0s (0 B/s) 00:45:21 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:45:21 Fetched 1301 kB in 0s (0 B/s) 00:45:21 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:45:21 Fetched 36.2 kB in 0s (0 B/s) 00:45:21 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:45:21 Fetched 159 kB in 0s (0 B/s) 00:45:21 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:45:21 Fetched 107 kB in 0s (0 B/s) 00:45:21 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:45:21 Fetched 48.7 kB in 0s (0 B/s) 00:45:21 Pulling static-packages 00:45:22 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:45:22 Skipping pull go-build-helper (already ran) 00:45:22 Skipping pull static-packages (already ran) 00:45:22 Building go-build-helper 00:45:26 Building static-packages 00:45:28 Staging go-build-helper 00:45:29 Staging static-packages 00:45:30 Pulling go115 00:45:30 'edgex-go' has dependencies that need to be staged: go115 00:45:30 Skipping pull go115 (already ran) 00:45:30 Building go115 00:45:30 % Total % Received % Xferd Average Speed Time Time Time Current 00:45:30 Dload Upload Total Spent Left Speed 00:45:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 20 115M 20 23.1M 0 0 27.9M 0 0:00:04 --:--:-- 0:00:04 27.9M 56 115M 56 64.7M 0 0 35.4M 0 0:00:03 0:00:01 0:00:02 35.4M 95 115M 95 110M 0 0 39.1M 0 0:00:02 0:00:02 --:--:-- 39.0M 100 115M 100 115M 0 0 38.8M 0 0:00:02 0:00:02 --:--:-- 38.8M 00:45:34 go1.15.2.linux-amd64.tar.gz: OK 00:45:38 Staging go115 00:45:39 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:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:45:44 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:44 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:44 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:44 Fetched 0 B in 0s (0 B/s) 00:45:44 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:45:44 Fetched 224 kB in 0s (0 B/s) 00:45:44 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:45:44 Fetched 157 kB in 0s (0 B/s) 00:45:44 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:45:44 Fetched 221 kB in 0s (0 B/s) 00:45:44 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:45:44 Fetched 143 kB in 0s (0 B/s) 00:45:44 Pulling edgex-go 00:45:46 Pulling version 00:45:46 Removing intermediate container 003ff45ea104 00:45:46 ---> 31e5478cd05a 00:45:46 00:45:46 Step 10/22 : FROM alpine:3.12 00:45:46 3.12: Pulling from library/alpine 00:45:46 Building config-common 00:45:48 Skipping build go-build-helper (already ran) 00:45:48 Skipping build static-packages (already ran) 00:45:48 Skipping build go115 (already ran) 00:45:49 Building edgex-go 00:45:49 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:49 Removing intermediate container 7fbd870b88d6 00:45:49 ---> 9ee5a181d5e9 00:45:49 00:45:49 Step 10/24 : FROM alpine:3.12 00:45:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:45:49 Status: Downloaded newer image for alpine:3.12 00:45:49 ---> afeebe901d6b 00:45:49 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:45:49 3.12: Pulling from library/alpine 00:45:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:45:49 Status: Image is up to date for alpine:3.12 00:45:49 ---> afeebe901d6b 00:45:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:45:50 go: downloading github.com/gorilla/mux v1.8.0 00:45:50 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 00:45:50 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 00:45:50 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:45:50 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 00:45:50 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:45:50 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:45:50 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 00:45:50 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:45:50 go: downloading github.com/pkg/errors v0.8.1 00:45:50 go: downloading github.com/imdario/mergo v0.3.11 00:45:50 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:45:50 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:45:50 go: downloading github.com/BurntSushi/toml v0.3.1 00:45:50 go: downloading github.com/x448/float16 v0.8.4 00:45:50 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:45:50 go: downloading github.com/pebbe/zmq4 v1.2.2 00:45:50 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:45:50 go: downloading github.com/pelletier/go-toml v1.2.0 00:45:50 go: downloading github.com/go-kit/kit v0.8.0 00:45:50 go: downloading github.com/hashicorp/consul/api v1.1.0 00:45:50 go: downloading github.com/google/uuid v1.1.4 00:45:50 go: downloading gopkg.in/yaml.v2 v2.4.0 00:45:50 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:45:50 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:45:50 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:45:50 go: downloading github.com/mitchellh/copystructure v1.0.0 00:45:50 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:45:50 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:45:50 go: downloading github.com/go-playground/universal-translator v0.17.0 00:45:50 go: downloading github.com/leodido/go-urn v1.2.0 00:45:50 go: downloading github.com/hashicorp/serf v0.8.2 00:45:50 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:45:50 ---> Running in fc0440f23bbb 00:45:50 ---> Running in bdc176cb8ff4 00:45:50 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:45:50 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:45:50 go: downloading github.com/go-playground/locales v0.13.0 00:45:50 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:45:50 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:45:51 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:45:51 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:45:51 Removing intermediate container 9bfc561734ce 00:45:51 ---> 7f5656042658 00:45:51 00:45:51 Step 10/21 : FROM alpine:3.12 00:45:51 ---> afeebe901d6b 00:45:51 Step 11/21 : RUN apk add --update --no-cache curl 00:45:51 Removing intermediate container 2fa9c1917260 00:45:51 ---> 5a82a606a28c 00:45:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:45:51 ---> Running in 9044654c40c2 00:45:51 ---> Running in bfe3ce1ac45e 00:45:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:45:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:53 (1/5) Installing ca-certificates (20191127-r4) 00:45:54 (1/5) Installing ca-certificates (20191127-r4) 00:45:54 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:45:54 (3/5) Installing libcurl (7.69.1-r3) 00:45:54 (4/5) Installing curl (7.69.1-r3) 00:45:54 (5/5) Installing dumb-init (1.2.2-r1) 00:45:54 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:45:54 Executing busybox-1.31.1-r19.trigger 00:45:54 (3/5) Installing libcurl (7.69.1-r3) 00:45:54 Executing ca-certificates-20191127-r4.trigger 00:45:54 (4/5) Installing curl (7.69.1-r3) 00:45:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:54 (5/5) Installing dumb-init (1.2.2-r1) 00:45:54 Executing busybox-1.31.1-r19.trigger 00:45:54 Executing ca-certificates-20191127-r4.trigger 00:45:54 OK: 7 MiB in 19 packages 00:45:54 OK: 7 MiB in 19 packages 00:45:54 (1/4) Installing ca-certificates (20191127-r4) 00:45:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:45:55 (3/4) Installing libcurl (7.69.1-r3) 00:45:55 (4/4) Installing curl (7.69.1-r3) 00:45:55 Executing busybox-1.31.1-r19.trigger 00:45:55 Executing ca-certificates-20191127-r4.trigger 00:45:55 OK: 7 MiB in 18 packages 00:45:58 Removing intermediate container fc0440f23bbb 00:45:58 ---> b893a94ac95a 00:45:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:45:58 Removing intermediate container bdc176cb8ff4 00:45:58 ---> bd7bbd365351 00:45:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:45:58 Removing intermediate container 9044654c40c2 00:45:58 ---> d6fab007f234 00:45:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:45:58 ---> Running in ffd03e3b9a6a 00:45:58 ---> Running in d432b04d5082 00:45:58 ---> Running in 06734bff68ca 00:45:59 Removing intermediate container ffd03e3b9a6a 00:45:59 ---> 45b2e665a642 00:45:59 Step 13/22 : WORKDIR / 00:45:59 Removing intermediate container d432b04d5082 00:45:59 ---> a59ed372130c 00:45:59 Step 13/24 : WORKDIR / 00:45:59 Removing intermediate container 06734bff68ca 00:45:59 ---> 7e493a0b1cbe 00:45:59 Step 13/21 : WORKDIR /edgex 00:45: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:45:59 ---> Running in b9f76c9bf77e 00:45:59 ---> Running in 2d3871ea5e8b 00:45:59 Removing intermediate container bfe3ce1ac45e 00:45:59 ---> 7a8e64887e2f 00:45:59 00:45:59 Step 11/26 : FROM docker:20.10.0 00:45:59 ---> Running in a482261afa7f 00:45:59 20.10.0: Pulling from library/docker 00:46:00 Removing intermediate container b9f76c9bf77e 00:46:00 ---> 32a876977890 00:46:00 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:00 Removing intermediate container a482261afa7f 00:46:00 ---> 83783d310c83 00:46:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:46:00 Removing intermediate container 2d3871ea5e8b 00:46:00 ---> 928fff68cca1 00:46:00 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:46:02 ---> 60bbdc6eb66c 00:46:02 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / ---> d3095f4c7cef 00:46:02 00:46:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:46:03 ---> d48f8bf0667e 00:46:03 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:46:03 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:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:04 Removing intermediate container 140479d03bf4 00:46:04 ---> 8e964a59d092 00:46:04 00:46:04 Step 10/22 : FROM scratch 00:46:04 ---> 00:46:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:04 ---> 157202db3100 00:46:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:46:05 ---> 82e6b9dc4ee1 00:46:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:46:05 ---> Running in a863b162ccc2 00:46:05 ---> 292f8867b80b 00:46:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:46:05 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:46:05 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:46:05 go: downloading github.com/stretchr/testify v1.6.1 00:46:06 go: downloading github.com/pmezard/go-difflib v1.0.0 00:46:06 go: downloading github.com/davecgh/go-spew v1.1.1 00:46:06 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:46:06 Removing intermediate container a863b162ccc2 00:46:06 ---> 1d76f795ad21 00:46:06 Step 12/22 : ENV APP_PORT=48081 00:46:06 ---> Running in d28344cd036f 00:46:07 ---> 21f5d9677be5 00:46:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:46:07 ---> 340897d25268 00:46:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:46:07 ---> 4646c3b4e67a 00:46:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:46:07 Removing intermediate container d28344cd036f 00:46:07 ---> 7d8d159d8ecf 00:46:07 Step 13/22 : EXPOSE $APP_PORT 00:46:07 ---> Running in cd68c97771fa 00:46:07 ---> Running in 4c661a2ac076 00:46:08 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:46:08 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:46:08 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:46:08 ---> 054c934d041e 00:46:08 Step 18/22 : RUN chmod +x entrypoint.sh 00:46:08 Removing intermediate container 4c661a2ac076 00:46:08 ---> 5f2717ba2ec7 00:46:08 Step 14/22 : WORKDIR / 00:46:08 Removing intermediate container cd68c97771fa 00:46:08 ---> 7600bff9eb9c 00:46:08 Step 18/21 : CMD ["--init=true"] 00:46:08 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:09 ---> Running in 25fe67f97a9a 00:46:09 ---> Running in 1d2e3b8c964c 00:46:09 ---> Running in b64fc094047b 00:46:09 ---> ca71c36f5676 00:46:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:46:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46:09 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:46:10 Removing intermediate container b64fc094047b 00:46:10 ---> 97096fabb7d6 00:46:10 Step 19/21 : LABEL arch=arm64 00:46:10 Removing intermediate container 1d2e3b8c964c 00:46:10 ---> 2fa7eb8126d0 00:46:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:10 ---> Running in 42948c98f547 00:46:11 Removing intermediate container 42948c98f547 00:46:11 ---> 261a47434a4a 00:46:11 Step 20/21 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:46:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46:12 ---> a42a1862b14a 00:46:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:46:12 ---> 0c3be65f3428 00:46:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:12 ---> Running in fbef52fa4eb7 00:46:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:46:12 Removing intermediate container 25fe67f97a9a 00:46:12 ---> 6a574009e6bf 00:46:12 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:46:13 Removing intermediate container fbef52fa4eb7 00:46:13 ---> ec07f61caee3 00:46:13 Step 21/21 : LABEL version=0.0.0 00:46:13 ---> d3eaa3953c59 00:46:13 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:46:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:46:13 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:46:13 ---> Running in 007e814ad173 00:46:13 ---> Running in 49af722b2dcc 00:46:13 ---> Running in 82d6359370a5 00:46:13 Removing intermediate container 007e814ad173 00:46:13 ---> d229a3170206 00:46:13 Step 20/22 : LABEL arch=arm64 00:46:14 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:46:14 Status: Downloaded newer image for docker:20.10.0 00:46:14 ---> eeaf43b92773 00:46:14 Step 12/26 : RUN apk add --no-cache bash 00:46:14 ---> Running in 94b1e72b0012 00:46:14 ---> f63738715c43 00:46:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:46:14 Removing intermediate container 49af722b2dcc 00:46:14 ---> b6b128b2931d 00:46:14 00:46:14 ---> Running in b4d47ab18257 00:46:15 Removing intermediate container 94b1e72b0012 00:46:15 ---> f12cb2b42359 00:46:15 Step 21/22 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:46:15 Successfully built b6b128b2931d 00:46:15 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:46:15 Building docker-support-scheduler-go 00:46:15  Building docker-security-proxy-setup-go ... done  ---> Running in 98950783a059 00:46:15 ---> 2d8d4acafee1 00:46:15 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:46:15 Building version 00:46:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:15 ---> Running in 01450be3c19a 00:46:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:16 Removing intermediate container 98950783a059 00:46:16 ---> 795c41b50177 00:46:16 Step 22/22 : LABEL version=0.0.0 00:46:16 ---> Running in 6dd0a87f987d 00:46:16 Removing intermediate container 01450be3c19a 00:46:16 ---> 35ab90797b88 00:46:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:16 Removing intermediate container 82d6359370a5 00:46:16 ---> 7ee96a8c3185 00:46:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:46:16 (1/2) Installing readline (8.0.4-r0) 00:46:16 (2/2) Installing bash (5.0.17-r0) 00:46:16 Executing bash-5.0.17-r0.post-install 00:46:16 Executing busybox-1.31.1-r19.trigger 00:46:17 OK: 12 MiB in 22 packages 00:46:17 ---> Running in 88ddd081f587 00:46:17 ---> Running in 99b9db2fa1e3 00:46:17 Removing intermediate container 6dd0a87f987d 00:46:17 ---> 07baab3fe74f 00:46:17 00:46:17 Staging config-common 00:46:17 Removing intermediate container 88ddd081f587 00:46:17 ---> 8f2275fdf96b 00:46:17 Step 20/22 : LABEL arch=arm64 00:46:17 Successfully built 07baab3fe74f 00:46:18 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:46:18  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go 00:46:18 Skipping stage go-build-helper (already ran) 00:46:18 Skipping stage static-packages (already ran) 00:46:18 Skipping stage go115 (already ran) 00:46:18 Staging edgex-go 00:46:18 ---> Running in 10f328aa7e15 00:46:18 Removing intermediate container 99b9db2fa1e3 00:46:18 ---> 21d2d9881c0d 00:46:18 Step 22/24 : LABEL arch=arm64 00:46:18 ---> Running in 0093bf7d0843 00:46:19 Removing intermediate container b4d47ab18257 00:46:19 ---> f0af9dc7f0c5 00:46:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:46:19 Staging version 00:46:19 Removing intermediate container 10f328aa7e15 00:46:19 ---> c9e3f7da1f0d 00:46:19 Step 21/22 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:46:19 ---> Running in ff1052375f67 00:46:19 ---> Running in 37136bcb60c0 00:46:19 Removing intermediate container 0093bf7d0843 00:46:19 ---> 6c0fd94f9c14 00:46:19 Step 23/24 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:46:20 ---> Running in a8796b265cf4 00:46:20 Priming config-common 00:46:20 Removing intermediate container 37136bcb60c0 00:46:20 ---> d3d26bce4745 00:46:20 Step 22/22 : LABEL version=0.0.0 00:46:20 Removing intermediate container ff1052375f67 00:46:20 ---> c2f054e31f2c 00:46:20 Step 14/26 : ENV APP_PORT=48090 00:46:21 Priming go-build-helper 00:46:21 Removing intermediate container a8796b265cf4 00:46:21 ---> 426199a7649a 00:46:21 Step 24/24 : LABEL version=0.0.0 00:46:21 ---> Running in e3e093fb8f9a 00:46:21 ---> Running in 737927c9ea95 00:46:22 Priming static-packages 00:46:22 ---> Running in 07a284ca7528 00:46:22 Removing intermediate container e3e093fb8f9a 00:46:22 ---> 21b9bdbf0f08 00:46:22 00:46:22 Removing intermediate container 737927c9ea95 00:46:22 ---> 3b6ee75c91ec 00:46:22 Step 15/26 : EXPOSE $APP_PORT 00:46:23 Successfully built 21b9bdbf0f08 00:46:23 Successfully tagged docker-core-metadata-go-arm64:latest 00:46:23  Building docker-core-metadata-go ... done Building docker-core-command-go 00:46:23 Removing intermediate container 07a284ca7528 00:46:23 ---> 967224027494 00:46:23 00:46:23 ---> Running in a2f4a1b0be39 00:46:23 Successfully built 967224027494 00:46:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:46:24 Building docker-core-data-go 00:46:24 Priming go115 00:46:24  Building docker-security-secretstore-setup-go ... done Removing intermediate container a2f4a1b0be39 00:46:24 ---> 8e37a0f740b2 00:46:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:46:25 Priming edgex-go 00:46:25 ---> 59e7fdd3f96b 00:46:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:46:26 ---> 31be27a5531f 00:46:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:46:26 Priming version 00:46:27 ---> c473e2721cd0 00:46:27 Step 19/26 : RUN apk --no-cache add py3-pip 00:46:27 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:46:27 ---> Running in 48a9309b69c5 00:46:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:46:29 (1/33) Installing libbz2 (1.0.8-r1) 00:46:29 (2/33) Installing expat (2.2.9-r1) 00:46:29 (3/33) Installing libffi (3.3-r2) 00:46:29 (4/33) Installing gdbm (1.13-r1) 00:46:29 (5/33) Installing xz-libs (5.2.5-r0) 00:46:29 (6/33) Installing sqlite-libs (3.32.1-r0) 00:46:29 (7/33) Installing python3 (3.8.5-r0) [Pipeline] // stage [Pipeline] } 00:46:31 (8/33) Installing py3-appdirs (1.4.4-r1) 00:46:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:46:31 (10/33) Installing py3-parsing (2.4.7-r0) 00:46:31 (11/33) Installing py3-six (1.15.0-r0) 00:46:31 (12/33) Installing py3-packaging (20.4-r0) 00:46:31 (13/33) Installing py3-setuptools (47.0.0-r0) 00:46:31 (14/33) Installing py3-chardet (3.0.4-r4) 00:46:31 (15/33) Installing py3-idna (2.9-r0) 00:46:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:46:31 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:46:31 (18/33) Installing py3-requests (2.23.0-r0) 00:46:31 (19/33) Installing py3-msgpack (1.0.0-r0) 00:46:31 (20/33) Installing py3-lockfile (0.12.2-r3) 00:46:31 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:46:31 (22/33) Installing py3-colorama (0.4.3-r0) 00:46:31 (23/33) Installing py3-distlib (0.3.0-r0) 00:46:31 (24/33) Installing py3-distro (1.5.0-r1) 00:46:31 (25/33) Installing py3-webencodings (0.5.1-r3) 00:46:31 (26/33) Installing py3-html5lib (1.0.1-r4) 00:46:31 (27/33) Installing py3-pytoml (0.1.21-r0) 00:46:31 (28/33) Installing py3-pep517 (0.8.2-r0) 00:46:31 (29/33) Installing py3-progress (1.5-r0) 00:46:31 (30/33) Installing py3-toml (0.10.1-r0) 00:46:31 (31/33) Installing py3-retrying (1.3.3-r0) 00:46:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:46:31 (33/33) Installing py3-pip (20.1.1-r0) 00:46:32 Executing busybox-1.31.1-r19.trigger 00:46:32 OK: 71 MiB in 55 packages 00:46:44 Removing intermediate container 48a9309b69c5 00:46:44 ---> 2539a9575bd3 00:46:44 Step 20/26 : RUN pip install docker-compose==1.23.2 00:46:44 ---> Running in 872083e9a557 00:46:50 Collecting docker-compose==1.23.2 00:46:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:46:50 Collecting texttable<0.10,>=0.9.0 00:46:50 Downloading texttable-0.9.1.tar.gz (11 kB) 00:46:52 Collecting docopt<0.7,>=0.6.1 00:46:52 Downloading docopt-0.6.2.tar.gz (25 kB) 00:46:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:46:54 Collecting jsonschema<3,>=2.5.1 00:46:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:46:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:46:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:46:57 Collecting websocket-client<1.0,>=0.32.0 00:46:57 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:46:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:57 ---> 184d49a0ebf9 00:46:57 Step 3/21 : WORKDIR /edgex-go 00:46:57 ---> Using cache 00:46:57 ---> 0acb5b042a9e 00:46:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:57 ---> Using cache 00:46:57 ---> 66622ded6897 00:46:57 Step 5/21 : RUN apk add --update --no-cache make git 00:46:57 ---> Using cache 00:46:57 ---> 894fee95e586 00:46:57 Step 6/21 : COPY go.mod . 00:46:57 ---> Using cache 00:46:57 ---> 35425a0661e7 00:46:57 Step 7/21 : RUN go mod download 00:46:57 ---> Using cache 00:46:57 ---> 11a40ae063e5 00:46:57 Step 8/21 : COPY . . 00:46:57 ---> Using cache 00:46:57 ---> b1cfdd87c303 00:46:57 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:46:57 Collecting docker<4.0,>=3.6.0 00:46:57 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:46:59 Collecting cached-property<2,>=1.2.0 00:46:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:47:01 Collecting dockerpty<0.5,>=0.4.1 00:47:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:47:01 ---> Running in 0d90a2bfa833 00:47:03 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:47:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:03 ---> 184d49a0ebf9 00:47:03 Step 3/24 : WORKDIR /edgex-go 00:47:03 ---> Using cache 00:47:03 ---> 0acb5b042a9e 00:47:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:03 ---> Using cache 00:47:03 ---> 66622ded6897 00:47:03 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:47:04 ---> Running in 48287839b0d6 00:47:04 Collecting PyYAML<4,>=3.10 00:47:04 Downloading PyYAML-3.13.tar.gz (270 kB) 00:47:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:07 OK: 217 MiB in 51 packages 00:47:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:09 ---> 184d49a0ebf9 00:47:09 Step 3/22 : WORKDIR /edgex-go 00:47:09 ---> Using cache 00:47:09 ---> 0acb5b042a9e 00:47:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:09 ---> Using cache 00:47:09 ---> 66622ded6897 00:47:09 Step 5/22 : RUN apk add --update --no-cache make git 00:47:09 ---> Using cache 00:47:09 ---> 894fee95e586 00:47:09 Step 6/22 : COPY go.mod . 00:47:09 ---> Using cache 00:47:09 ---> 35425a0661e7 00:47:09 Step 7/22 : RUN go mod download 00:47:09 ---> Using cache 00:47:09 ---> 11a40ae063e5 00:47:09 Step 8/22 : COPY . . 00:47:09 ---> Using cache 00:47:09 ---> b1cfdd87c303 00:47:09 Step 9/22 : RUN make cmd/core-command/core-command 00:47:09 Collecting idna<2.8,>=2.5 00:47:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:47:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:09 ---> 184d49a0ebf9 00:47:09 Step 3/23 : WORKDIR /edgex-go 00:47:09 ---> Using cache 00:47:09 ---> 0acb5b042a9e 00:47:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:09 ---> Using cache 00:47:09 ---> 66622ded6897 00:47:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:47:09 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:47:10 ---> Running in 2ece362c4915 00:47:10 ---> Running in 63adbf8e1dc3 00:47:10 Collecting urllib3<1.25,>=1.21.1 00:47:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:47:11 Removing intermediate container 48287839b0d6 00:47:11 ---> 2dad8af4395f 00:47:11 Step 6/24 : COPY go.mod . 00:47:11 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:47:11 Collecting docker-pycreds>=0.4.0 00:47:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:47:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:47:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:47:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:47:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:12 ---> 656691b24a68 00:47:12 Step 7/24 : RUN go mod download 00:47:12 ---> Running in 2d541ceeead4 00:47:12 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:47:13 Installing collected packages: texttable, docopt, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, dockerpty, PyYAML, docker-compose 00:47:13 Running setup.py install for texttable: started 00:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:14 OK: 217 MiB in 51 packages 00:47:15 Removing intermediate container 2ece362c4915 00:47:15 ---> 08de47612e11 00:47:15 Step 6/23 : COPY go.mod . 00:47:16 Running setup.py install for texttable: finished with status 'done' 00:47:16 Running setup.py install for docopt: started 00:47:17 ---> 1167b4d8b7bd 00:47:17 Step 7/23 : RUN go mod download 00:47:17 ---> Running in 96ae2370e6f6 00:47:17 Removing intermediate container 2d541ceeead4 00:47:17 ---> e7125e03cf06 00:47:17 Step 8/24 : COPY . . 00:47:20 Running setup.py install for docopt: finished with status 'done' 00:47:21 Attempting uninstall: idna 00:47:21 Found existing installation: idna 2.9 00:47:21 Uninstalling idna-2.9: 00:47:21 Successfully uninstalled idna-2.9 00:47:23 Attempting uninstall: urllib3 00:47:23 Found existing installation: urllib3 1.25.9 00:47:23 Uninstalling urllib3-1.25.9: 00:47:23 Successfully uninstalled urllib3-1.25.9 00:47:24 Removing intermediate container 96ae2370e6f6 00:47:24 ---> b8715b0f8dac 00:47:24 Step 8/23 : COPY . . 00:47:24 Attempting uninstall: requests 00:47:24 Found existing installation: requests 2.23.0 00:47:24 Uninstalling requests-2.23.0: 00:47:24 Successfully uninstalled requests-2.23.0 00:47:26 Running setup.py install for dockerpty: started 00:47:29 Running setup.py install for dockerpty: finished with status 'done' 00:47:29 Running setup.py install for PyYAML: started 00:47:32 Running setup.py install for PyYAML: finished with status 'done' 00:47:33 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:47:43 ---> 6ad92b1455df 00:47:43 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:47:43 ---> Running in 804c5f8380c8 00:47:43 Removing intermediate container 872083e9a557 00:47:43 ---> 1c1ab7d9d271 00:47:43 Step 21/26 : RUN apk --no-cache add curl 00:47:44 ---> Running in 87d080cc0213 00:47:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:47:48 (2/3) Installing libcurl (7.69.1-r3) 00:47:48 (3/3) Installing curl (7.69.1-r3) 00:47:48 Executing busybox-1.31.1-r19.trigger 00:47:48 OK: 71 MiB in 58 packages 00:47:51 Removing intermediate container 87d080cc0213 00:47:51 ---> d8fbf1cc5370 00:47:51 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:47:51 ---> 7ef2826d330f 00:47:51 Step 9/23 : RUN make cmd/core-data/core-data 00:47:51 ---> Running in 4f989c12b0fe 00:47:51 ---> Running in 9503ea2dcee5 00:47:52 Removing intermediate container 9503ea2dcee5 00:47:52 ---> 2b639a2fa6e7 00:47:52 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:52 ---> Running in 6cc3b67f4116 00:47:53 Removing intermediate container 6cc3b67f4116 00:47:53 ---> 3257a5cecda0 00:47:53 Step 24/26 : LABEL arch=arm64 00:47:53 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:47:54 ---> Running in 9d546a38cfbc 00:47:55 Removing intermediate container 9d546a38cfbc 00:47:55 ---> f8a934f474f5 00:47:55 Step 25/26 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:47:55 ---> Running in d9879b0cc5e6 00:47:56 Removing intermediate container d9879b0cc5e6 00:47:56 ---> c4a659aedac3 00:47:56 Step 26/26 : LABEL version=0.0.0 00:47:56 ---> Running in 666f7fcc3346 00:47:56 Removing intermediate container 666f7fcc3346 00:47:56 ---> 4418b260175c 00:47:56 00:47:57 Successfully built 4418b260175c 00:47:57 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:48:24  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0d90a2bfa833 00:48:24 ---> 5deef007050a 00:48:24 00:48:24 Step 10/21 : FROM scratch 00:48:24 ---> 00:48:24 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:24 ---> Using cache 00:48:24 ---> 1d76f795ad21 00:48:24 Step 12/21 : ENV APP_PORT=48085 00:48:24 ---> Running in 16f72a6e78c3 00:48:24 Removing intermediate container 16f72a6e78c3 00:48:24 ---> 547dec135de4 00:48:24 Step 13/21 : EXPOSE $APP_PORT 00:48:24 ---> Running in 6757008c2bb7 00:48:25 Removing intermediate container 6757008c2bb7 00:48:25 ---> 8c06b8a712e9 00:48:25 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:26 ---> 6a8d6b72bfa6 00:48:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:28 ---> 22c0c36187b0 00:48:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:29 ---> 8d83b4894dcf 00:48:29 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:48:29 ---> Running in bd78dfb238f7 00:48:29 Removing intermediate container bd78dfb238f7 00:48:29 ---> b4557e106b9f 00:48:29 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:30 ---> Running in 58c551134606 00:48:30 Removing intermediate container 58c551134606 00:48:30 ---> 86a50d017820 00:48:30 Step 19/21 : LABEL arch=arm64 00:48:31 ---> Running in 90cac977608f 00:48:31 Removing intermediate container 90cac977608f 00:48:31 ---> 612d108d0113 00:48:31 Step 20/21 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:48:32 ---> Running in 3859d0fde756 00:48:33 Removing intermediate container 3859d0fde756 00:48:33 ---> 1cd292bb5dea 00:48:33 Step 21/21 : LABEL version=0.0.0 00:48:33 ---> Running in 5acf9fd5cfd9 00:48:34 Removing intermediate container 5acf9fd5cfd9 00:48:34 ---> d3d89a4deae3 00:48:34 00:48:35 Successfully built d3d89a4deae3 00:48:35 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:35  Building docker-support-scheduler-go ... done Removing intermediate container 63adbf8e1dc3 00:48:35 ---> 17945731b45e 00:48:35 00:48:35 Step 10/22 : FROM scratch 00:48:35 ---> 00:48:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:35 ---> Using cache 00:48:35 ---> 1d76f795ad21 00:48:35 Step 12/22 : ENV APP_PORT=48082 00:48:35 ---> Running in 7fde3a31d716 00:48:36 Removing intermediate container 7fde3a31d716 00:48:36 ---> 60983b2b7570 00:48:36 Step 13/22 : EXPOSE $APP_PORT 00:48:36 ---> Running in 9f3faefd1a15 00:48:37 Removing intermediate container 9f3faefd1a15 00:48:37 ---> c1e174b76b25 00:48:37 Step 14/22 : WORKDIR / 00:48:37 ---> Running in 69a38bb0b11c 00:48:38 Removing intermediate container 69a38bb0b11c 00:48:38 ---> fa45f2db58c7 00:48:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:39 ---> 33f545d3c255 00:48:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:48:41 ---> ddc6bebd9f46 00:48:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:48:42 ---> c98db27c95fe 00:48:42 Step 18/22 : ENTRYPOINT ["/core-command"] 00:48:42 ---> Running in 30b8c105b0d1 00:48:42 Removing intermediate container 30b8c105b0d1 00:48:42 ---> 90773848e504 00:48:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:43 ---> Running in 8da8760c3ee3 00:48:43 Removing intermediate container 8da8760c3ee3 00:48:43 ---> 790b661359c7 00:48:43 Step 20/22 : LABEL arch=arm64 00:48:44 ---> Running in 97742a2f1033 00:48:44 Removing intermediate container 97742a2f1033 00:48:44 ---> 044e131e170f 00:48:44 Step 21/22 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:48:45 ---> Running in 9f0ee7df0d40 00:48:45 Removing intermediate container 9f0ee7df0d40 00:48:45 ---> ccda21ef7bd4 00:48:45 Step 22/22 : LABEL version=0.0.0 00:48:45 ---> Running in bbde38a599c2 00:48:46 Removing intermediate container bbde38a599c2 00:48:46 ---> 0ad7956344fa 00:48:46 00:48:47 Successfully built 0ad7956344fa 00:48:47 Successfully tagged docker-core-command-go-arm64:latest 00:48:57  Building docker-core-command-go ... done Removing intermediate container 804c5f8380c8 00:48:57 ---> c8781d79a7b9 00:48:57 00:48:57 Step 10/24 : FROM scratch 00:48:57 ---> 00:48:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:48:57 ---> Running in be914b8bd016 00:48:58 Removing intermediate container be914b8bd016 00:48:58 ---> cbd4dd80ac74 00:48:58 Step 12/24 : ENV APP_PORT=48060 00:48:58 ---> Running in 77b56229a5d9 00:48:58 Removing intermediate container 77b56229a5d9 00:48:58 ---> 1f1ee56651bf 00:48:58 Step 13/24 : EXPOSE $APP_PORT 00:48:58 ---> Running in 4ca32754212c 00:48:59 Removing intermediate container 4ca32754212c 00:48:59 ---> f4dac21dd47a 00:48:59 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:49:00 ---> f30a0f973005 00:49:00 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:49:01 ---> cd29dc3f34a9 00:49:01 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:49:02 ---> 0e4a5a637a7e 00:49:02 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:03 ---> 1f2bbeb4b360 00:49:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:05 ---> a5f13046ab51 00:49:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:06 ---> be67c32c0675 00:49:06 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:49:06 ---> Running in e75ae18bf030 00:49:06 Removing intermediate container e75ae18bf030 00:49:06 ---> df5f1cb4f761 00:49:06 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:06 ---> Running in 809df18e154c 00:49:07 Removing intermediate container 809df18e154c 00:49:07 ---> f01bc560bcd1 00:49:07 Step 22/24 : LABEL arch=arm64 00:49:07 ---> Running in 3e76fc8368bb 00:49:07 Removing intermediate container 3e76fc8368bb 00:49:07 ---> b0305ba360e7 00:49:07 Step 23/24 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:49:08 ---> Running in 0bcddd681b58 00:49:08 Removing intermediate container 0bcddd681b58 00:49:08 ---> 59bc57d76d30 00:49:08 Step 24/24 : LABEL version=0.0.0 00:49:08 ---> Running in 1bc677d8147a 00:49:09 Removing intermediate container 1bc677d8147a 00:49:09 ---> a2789387575e 00:49:09 00:49:09 Successfully built a2789387575e 00:49:09 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:13  Building docker-support-notifications-go ... done Removing intermediate container 4f989c12b0fe 00:49:13 ---> 5bb52b89ad6b 00:49:13 00:49:13 Step 10/23 : FROM alpine:3.12 00:49:13 ---> afeebe901d6b 00:49:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:13 ---> Running in 768a5e92852f 00:49:13 Removing intermediate container 768a5e92852f 00:49:13 ---> c79333f152b8 00:49:13 Step 12/23 : ENV APP_PORT=48080 00:49:13 ---> Running in fdfa4d056a8e 00:49:13 Removing intermediate container fdfa4d056a8e 00:49:13 ---> 8c088beaa8f5 00:49:13 Step 13/23 : EXPOSE $APP_PORT 00:49:13 ---> Running in 50dd807845ce 00:49:14 Removing intermediate container 50dd807845ce 00:49:14 ---> 38c7cb0bb7ce 00:49:14 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:14 ---> Running in cc9b839e2656 00:49:16 Removing intermediate container cc9b839e2656 00:49:16 ---> 2cd55a0a33bf 00:49:16 Step 15/23 : RUN apk add --update --no-cache zeromq 00:49:17 ---> Running in f837e26009fc 00:49:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:20 (1/5) Installing libgcc (9.3.0-r2) 00:49:20 (2/5) Installing libsodium (1.0.18-r0) 00:49:20 (3/5) Installing libstdc++ (9.3.0-r2) 00:49:21 (4/5) Installing libzmq (4.3.3-r0) 00:49:21 (5/5) Installing zeromq (4.3.3-r0) 00:49:21 Executing busybox-1.31.1-r19.trigger 00:49:21 OK: 8 MiB in 19 packages 00:49:23 Removing intermediate container f837e26009fc 00:49:23 ---> d6416b924a02 00:49:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:23 ---> 03fbf73a290e 00:49:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:25 ---> 2bbed94c869c 00:49:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:25 ---> 8ce6740079c2 00:49:25 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:26 ---> Running in 92e200ff7f7b 00:49:26 Removing intermediate container 92e200ff7f7b 00:49:26 ---> 761d09369cc3 00:49:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:26 ---> Running in 2c95ed91685d 00:49:27 Removing intermediate container 2c95ed91685d 00:49:27 ---> 83d2e32dd452 00:49:27 Step 21/23 : LABEL arch=arm64 00:49:27 ---> Running in aa4051871025 00:49:27 Removing intermediate container aa4051871025 00:49:27 ---> 2725b847d0e2 00:49:27 Step 22/23 : LABEL git_sha=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c 00:49:27 ---> Running in f8e3336ec91e 00:49:28 Removing intermediate container f8e3336ec91e 00:49:28 ---> a98859f69572 00:49:28 Step 23/23 : LABEL version=0.0.0 00:49:28 ---> Running in da2a3a96ac57 00:49:29 Removing intermediate container da2a3a96ac57 00:49:29 ---> 810c5fa85222 00:49:29 00:49:29 Successfully built 810c5fa85222 00:49:29 Successfully tagged docker-core-data-go-arm64:latest 00:49:29  Building docker-core-data-go ... done  [Pipeline] } 00:49:29 $ docker stop --time=1 03530f7f420e117d613effdfc0d1038cd7ccea6061004759880b282c91e52b2a 00:49:31 $ docker rm -f 03530f7f420e117d613effdfc0d1038cd7ccea6061004759880b282c91e52b2a [Pipeline] // withDockerContainer [Pipeline] sh 00:49:32 + + docker images 00:49:32 grep docker 00:49:32 docker-core-data-go-arm64 latest 810c5fa85222 4 seconds ago 21MB 00:49:32 docker-support-notifications-go-arm64 latest a2789387575e 23 seconds ago 11.4MB 00:49:32 docker-core-command-go-arm64 latest 0ad7956344fa 46 seconds ago 9.98MB 00:49:32 docker-support-scheduler-go-arm64 latest d3d89a4deae3 58 seconds ago 10MB 00:49:32 docker-sys-mgmt-agent-go-arm64 latest 4418b260175c About a minute ago 300MB 00:49:32 docker-core-metadata-go-arm64 latest 21b9bdbf0f08 3 minutes ago 12.3MB 00:49:32 docker-security-secretstore-setup-go-arm64 latest 967224027494 3 minutes ago 23.4MB 00:49:32 docker-security-bootstrap-redis-go-arm64 latest 07baab3fe74f 3 minutes ago 15.1MB 00:49:32 docker-security-proxy-setup-go-arm64 latest b6b128b2931d 3 minutes ago 23.2MB 00:49:32 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:34 provisioning config files... 00:49:34 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/23@tmp/config1688174740256042399tmp [Pipeline] { [Pipeline] sh 00:49:35 + set +x 00:49:35 + curl -s https://codecov.io/bash 00:49:35 + bash -s -- 00:49:35 00:49:35 _____ _ 00:49:35 / ____| | | 00:49:35 | | ___ __| | ___ ___ _____ __ 00:49:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:49:35 | |___| (_) | (_| | __/ (_| (_) \ V / 00:49:35 \_____\___/ \__,_|\___|\___\___/ \_/ 00:49:35 Bash-20201231-23d4836 00:49:35 00:49:35 00:49:35 ==> git version 2.24.3 found 00:49:35 ==> 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:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:49:35 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:49:35 ==> Jenkins CI detected. 00:49:35 project root: . 00:49:35 --> token set from env 00:49:35 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:49:35 ==> Running gcov in . (disable via -X gcov) 00:49:35 ==> Python coveragepy not found 00:49:35 ==> Searching for coverage reports in: 00:49:35 + . 00:49:35 -> Found 1 reports 00:49:35 ==> Detecting git/mercurial file structure 00:49:35 ==> Reading reports 00:49:35 + ./coverage.out bytes=550321 00:49:35 ==> Appending adjustments 00:49:35 https://docs.codecov.io/docs/fixing-reports 00:49:39 + Found adjustments 00:49:39 ==> Gzipping contents 00:49:39 84K /tmp/codecov.WrnRfL.gz 00:49:39 ==> Uploading reports 00:49:39 url: https://codecov.io 00:49:39 query: branch=PR-2966&commit=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= 00:49:39 -> Pinging Codecov 00:49:39 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2966&commit=d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c&build=23&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F23%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= 00:49:39 -> Uploading to 00:49:39 https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c/dc032443-bd4d-4c49-bc7a-9f79e08eb3cd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T004939Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=48a6c58c0031e432e7ff1bdf398a37422fdfe2d31694205503f8ee3ec58b6ca5 00:49:39 % Total % Received % Xferd Average Speed Time Time Time Current 00:49:39 Dload Upload Total Spent Left Speed 00:49:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 83323 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83323 0 0 100 83323 0 133k --:--:-- --:--:-- --:--:-- 132k 00:49:40 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d49aebc2ea8ba9a84a80ac6e4ed30c643010a44c [Pipeline] } 00:49:40 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:49:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:49:42 ---> package-listing.sh 00:49:42 ++ facter osfamily 00:49:42 ++ tr '[:upper:]' '[:lower:]' 00:49:42 + OS_FAMILY=redhat 00:49:42 + workspace=/w/workspace/edgex-go/23 00:49:42 + START_PACKAGES=/tmp/packages_start.txt 00:49:42 + END_PACKAGES=/tmp/packages_end.txt 00:49:42 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:49:42 + PACKAGES=/tmp/packages_start.txt 00:49:42 + '[' /w/workspace/edgex-go/23 ']' 00:49:42 + PACKAGES=/tmp/packages_end.txt 00:49:42 + case "${OS_FAMILY}" in 00:49:42 + rpm -qa 00:49:42 + sort 00:49:48 + '[' -f /tmp/packages_start.txt ']' 00:49:48 + '[' -f /tmp/packages_end.txt ']' 00:49:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:49:48 + '[' /w/workspace/edgex-go/23 ']' 00:49:48 + mkdir -p /w/workspace/edgex-go/23/archives/ 00:49:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/23/archives/ [Pipeline] echo 00:49:48 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/23/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:49:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:49:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:49:48 00:49:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:49:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:49:49 alpine: Pulling from edgex-lftools-log-publisher 00:49:49 df20fa9351a1: Pulling fs layer 00:49:49 36b3adc4ff6f: Pulling fs layer 00:49:49 8ad3a11d3b57: Pulling fs layer 00:49:49 46f8f816bc3b: Pulling fs layer 00:49:49 93b61091891f: Pulling fs layer 00:49:49 93b9cdb0e59b: Pulling fs layer 00:49:49 5e14af77c1be: Pulling fs layer 00:49:49 01666e4c0597: Pulling fs layer 00:49:49 aa168da1d23b: Pulling fs layer 00:49:49 46f8f816bc3b: Waiting 00:49:49 93b61091891f: Waiting 00:49:49 93b9cdb0e59b: Waiting 00:49:49 5e14af77c1be: Waiting 00:49:49 01666e4c0597: Waiting 00:49:49 aa168da1d23b: Waiting 00:49:49 36b3adc4ff6f: Verifying Checksum 00:49:49 36b3adc4ff6f: Download complete 00:49:49 46f8f816bc3b: Verifying Checksum 00:49:49 46f8f816bc3b: Download complete 00:49:49 df20fa9351a1: Download complete 00:49:49 93b9cdb0e59b: Verifying Checksum 00:49:49 93b9cdb0e59b: Download complete 00:49:49 93b61091891f: Verifying Checksum 00:49:49 93b61091891f: Download complete 00:49:49 5e14af77c1be: Verifying Checksum 00:49:49 5e14af77c1be: Download complete 00:49:49 01666e4c0597: Verifying Checksum 00:49:49 01666e4c0597: Download complete 00:49:49 df20fa9351a1: Pull complete 00:49:50 36b3adc4ff6f: Pull complete 00:49:50 8ad3a11d3b57: Verifying Checksum 00:49:50 8ad3a11d3b57: Download complete 00:49:51 8ad3a11d3b57: Pull complete 00:49:51 46f8f816bc3b: Pull complete 00:49:51 aa168da1d23b: Verifying Checksum 00:49:51 aa168da1d23b: Download complete 00:49:53 93b61091891f: Pull complete 00:49:53 93b9cdb0e59b: Pull complete 00:49:53 5e14af77c1be: Pull complete 00:49:54 01666e4c0597: Pull complete 00:50:02 aa168da1d23b: Pull complete 00:50:02 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:50:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:50:02 prd-centos7-docker-4c-2g-20343 does not seem to be running inside a container 00:50:02 $ 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/23/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/23 -v /w/workspace/edgex-go/23:/w/workspace/edgex-go/23:rw,z -v /w/workspace/edgex-go/23@tmp:/w/workspace/edgex-go/23@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:07 $ docker top 91031bb1553f7b26dbeedb8330afefeb630dd36b0115eb53f41e82598829da2b -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:07 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:08 + mkdir -p /var/log/sa [Pipeline] sh 00:50:08 + ls /var/log/sa-host 00:50:08 + sadf -c /var/log/sa-host/sa15 00:50:08 file_magic: OK 00:50:08 HZ: Using current value: 100 00:50:08 file_header: OK 00:50:08 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:08 Statistics: 00:50:08 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... 00:50:08 File successfully converted to sysstat format version 12.2.1 00:50:08 + sadf -c /var/log/sa-host/sa23 00:50:08 file_magic: OK 00:50:08 HZ: Using current value: 100 00:50:08 file_header: OK 00:50:08 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:08 Statistics: 00:50:08 Hnuu...uuuununununu... 00:50:08 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:08 provisioning config files... 00:50:08 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/23@tmp/config2778611351380577705tmp [Pipeline] { [Pipeline] echo 00:50:08 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:50:08 ---> create-netrc.sh [Pipeline] } 00:50:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:50:09 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:50:09 ---> python-tools-install.sh [Pipeline] echo 00:50:09 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:50:09 ---> sudo-logs.sh 00:50:09 Archiving 'sudo' log.. [Pipeline] echo 00:50:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:50:09 ---> job-cost.sh 00:50:09 lf-activate-venv: SKIPPING 00:50:09 INFO: No Stack... 00:50:11 INFO: Retrieving Pricing Info for: v1-standard-2 00:50:11 INFO: Archiving Costs [Pipeline] echo 00:50:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:50:11 ---> logs-deploy.sh 00:50:11 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/23 00:50:11 INFO: archiving workspace using pattern(s): 00:50:13 Archives upload complete. 00:50:13 INFO: archiving logs to Nexus