jim-wang-intel commented: recheck Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e+dd265b0a906f4796680bcfa54b47b0c8333d6388 (8f07530159873c1172737d4f184e33844a383efc) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16453 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [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/16 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit dd265b0a906f4796680bcfa54b47b0c8333d6388 into PR head commit 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e Merge succeeded, producing 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e Checking out Revision 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e (PR-2913) > 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/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e # 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 dd265b0a906f4796680bcfa54b47b0c8333d6388 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e # timeout=10 Commit message: "feat(security): Address PR feedbacks" > git rev-list --no-walk 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:14:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:14:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:14:17 ========================================================= 02:14:17 EdgeX Global Pipelines Version Info 02:14:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:14:19 ------------------- 02:14:19 stable info: 02:14:19 ------------------- 02:14:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:14:19 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 02:14:19 Message: update stable to v1.0.173 02:14:20 ------------------- 02:14:20 experimental info: 02:14:20 ------------------- 02:14:20 Commited By: **** collab-it+edgex@linuxfoundation.org 02:14:20 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 02:14:20 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:14:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:14:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:14:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:14:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:14:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:14:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:14:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:14:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:14:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:14:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:14:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:14:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:14:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:14:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:14:23 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:14:23 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:14:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2913 [Pipeline] echo 02:14:24 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2913 [Pipeline] echo 02:14:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2913 [Pipeline] echo 02:14:24 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e [Pipeline] echo 02:14:24 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 89fedc6 [Pipeline] echo 02:14:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:14:24 provisioning config files... 02:14:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config3124447709031361052tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:14:25 ---> docker-login.sh 02:14:25 nexus3.edgexfoundry.org:10001 02:14:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:14:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:14:25 Configure a credential helper to remove this warning. See 02:14:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:14:25 02:14:25 Login Succeeded 02:14:25 nexus3.edgexfoundry.org:10002 02:14:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:14:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:14:26 Configure a credential helper to remove this warning. See 02:14:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:14:26 02:14:26 Login Succeeded 02:14:26 nexus3.edgexfoundry.org:10003 02:14:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:14:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:14:27 Configure a credential helper to remove this warning. See 02:14:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:14:27 02:14:27 Login Succeeded 02:14:27 nexus3.edgexfoundry.org:10004 02:14:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:14:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:14:27 Configure a credential helper to remove this warning. See 02:14:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:14:27 02:14:27 Login Succeeded 02:14:27 docker.io 02:14:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:14:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:14:28 Configure a credential helper to remove this warning. See 02:14:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:14:28 02:14:28 Login Succeeded 02:14:28 ---> docker-login.sh ends [Pipeline] } 02:14:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:14:29 ++ 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 02:14:29 + for file in '`ls cmd/**/Dockerfile`' 02:14:29 ++ dirname cmd/core-command/Dockerfile 02:14:29 ++ cut -d/ -f2 02:14:29 + echo core-command,cmd/core-command/Dockerfile 02:14:29 + for file in '`ls cmd/**/Dockerfile`' 02:14:29 ++ cut -d/ -f2 02:14:29 ++ dirname cmd/core-data/Dockerfile 02:14:29 + echo core-data,cmd/core-data/Dockerfile 02:14:29 + for file in '`ls cmd/**/Dockerfile`' 02:14:29 ++ dirname cmd/core-metadata/Dockerfile 02:14:29 ++ cut -d/ -f2 02:14:29 + echo core-metadata,cmd/core-metadata/Dockerfile 02:14:29 + for file in '`ls cmd/**/Dockerfile`' 02:14:29 ++ dirname cmd/security-bootstrap-redis/Dockerfile 02:14:29 ++ cut -d/ -f2 02:14:29 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 02:14:29 + for file in '`ls cmd/**/Dockerfile`' 02:14:29 ++ dirname cmd/security-proxy-setup/Dockerfile 02:14:29 ++ cut -d/ -f2 02:14:29 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:14:29 + for file in '`ls cmd/**/Dockerfile`' 02:14:29 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:14:29 ++ cut -d/ -f2 02:14:29 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:14:29 + for file in '`ls cmd/**/Dockerfile`' 02:14:29 ++ dirname cmd/support-notifications/Dockerfile 02:14:29 ++ cut -d/ -f2 02:14:29 + echo support-notifications,cmd/support-notifications/Dockerfile 02:14:29 + for file in '`ls cmd/**/Dockerfile`' 02:14:29 ++ cut -d/ -f2 02:14:29 ++ dirname cmd/support-scheduler/Dockerfile 02:14:29 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:14:29 + for file in '`ls cmd/**/Dockerfile`' 02:14:29 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:14:29 ++ cut -d/ -f2 02:14:29 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:14:30 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 02:14:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:14:32 02:14:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:14:33 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:14:33 latest: Pulling from edgex-devops/git-semver 02:14:33 31603596830f: Pulling fs layer 02:14:33 2a8b12db71e7: Pulling fs layer 02:14:33 6ca5941a6612: Pulling fs layer 02:14:33 ecc8261a40a4: Pulling fs layer 02:14:33 ecc8261a40a4: Waiting 02:14:33 2a8b12db71e7: Verifying Checksum 02:14:33 2a8b12db71e7: Download complete 02:14:33 31603596830f: Verifying Checksum 02:14:33 31603596830f: Download complete 02:14:34 ecc8261a40a4: Verifying Checksum 02:14:34 ecc8261a40a4: Download complete 02:14:34 6ca5941a6612: Verifying Checksum 02:14:34 6ca5941a6612: Download complete 02:14:34 31603596830f: Pull complete 02:14:35 2a8b12db71e7: Pull complete 02:14:38 6ca5941a6612: Pull complete 02:14:38 ecc8261a40a4: Pull complete 02:14:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:14:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:14:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:14:38 prd-centos7-docker-4c-2g-16453 does not seem to be running inside a container 02:14:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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:10004/edgex-devops/git-semver:latest cat 02:14:42 $ docker top e19b7050f11661653ec66c0bbd14a0268a4f26490646a024c0156a689fcc0f63 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:14:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:14:43 [ssh-agent] Looking for ssh-agent implementation... 02:14:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:14:43 $ docker exec e19b7050f11661653ec66c0bbd14a0268a4f26490646a024c0156a689fcc0f63 ssh-agent 02:14:44 SSH_AUTH_SOCK=/tmp/ssh-BZ74SEIp3VOJ/agent.13 02:14:44 SSH_AGENT_PID=18 02:14:44 Running ssh-add (command line suppressed) 02:14:44 Identity added: /w/workspace/edgex-go/16@tmp/private_key_4622722135041650990.key (/w/workspace/edgex-go/16@tmp/private_key_4622722135041650990.key) 02:14:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:14:45 + git tag --points-at HEAD [Pipeline] } 02:14:45 $ docker exec --env ******** --env ******** e19b7050f11661653ec66c0bbd14a0268a4f26490646a024c0156a689fcc0f63 ssh-agent -k 02:14:46 unset SSH_AUTH_SOCK; 02:14:46 unset SSH_AGENT_PID; 02:14:46 echo Agent pid 18 killed; 02:14:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:14:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:14:46 [ssh-agent] Looking for ssh-agent implementation... 02:14:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:14:46 $ docker exec e19b7050f11661653ec66c0bbd14a0268a4f26490646a024c0156a689fcc0f63 ssh-agent 02:14:47 SSH_AUTH_SOCK=/tmp/ssh-pBvfrheC3dPM/agent.46 02:14:47 SSH_AGENT_PID=51 02:14:47 Running ssh-add (command line suppressed) 02:14:47 Identity added: /w/workspace/edgex-go/16@tmp/private_key_4800769010688163929.key (/w/workspace/edgex-go/16@tmp/private_key_4800769010688163929.key) 02:14:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:14:48 + git semver init 02:14:48 # -> Open(): unable to determine branch for HEAD 02:14:48 # $GIT_DIR = /w/workspace/edgex-go/16/.git 02:14:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/16 02:14:48 # $SEMVER_REMOTE_NAME = origin 02:14:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:14:48 # $SEMVER_USER_NAME = edgex-jenkins 02:14:48 # $SEMVER_BRANCH = PR-2913 02:14:48 # $SEMVER_TEMP = /tmp/semver-064263566 02:14:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:15:21 # '/tmp/semver-064263566' -> '/w/workspace/edgex-go/16/.semver' 02:15:23 # -> Force: false 02:15:23 # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } 02:15:23 $ docker exec --env ******** --env ******** e19b7050f11661653ec66c0bbd14a0268a4f26490646a024c0156a689fcc0f63 ssh-agent -k 02:15:23 unset SSH_AUTH_SOCK; 02:15:23 unset SSH_AGENT_PID; 02:15:23 echo Agent pid 51 killed; 02:15:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:15:25 + git semver [Pipeline] } 02:15:25 $ docker stop --time=1 e19b7050f11661653ec66c0bbd14a0268a4f26490646a024c0156a689fcc0f63 02:15:27 $ docker rm -f e19b7050f11661653ec66c0bbd14a0268a4f26490646a024c0156a689fcc0f63 [Pipeline] // withDockerContainer [Pipeline] sh 02:15:28 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:15:29 Stashed 1 file(s) [Pipeline] echo 02:15:29 [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 02:15:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:15:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:15:31 + sudo service docker restart 02:15:31 + true 02:15:31 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:15:33 ========================================================= 02:15:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:15:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:15:33 + 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 . 02:15:40 Sending build context to Docker daemon 326.2MB 02:15:40 Step 1/7 : ARG BASE=golang:1.15-alpine 02:15:40 Step 2/7 : FROM ${BASE} 02:15:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:15:41 188c0c94c7c5: Pulling fs layer 02:15:41 0ef7d3d256c8: Pulling fs layer 02:15:41 de9db76c5a1d: Pulling fs layer 02:15:41 bca2f99d35d6: Pulling fs layer 02:15:41 93359f2a8cfa: Pulling fs layer 02:15:41 7c6f9722023f: Pulling fs layer 02:15:41 a35cf1a2eb13: Pulling fs layer 02:15:41 bca2f99d35d6: Waiting 02:15:41 93359f2a8cfa: Waiting 02:15:41 7c6f9722023f: Waiting 02:15:41 a35cf1a2eb13: Waiting 02:15:41 de9db76c5a1d: Verifying Checksum 02:15:41 de9db76c5a1d: Download complete 02:15:41 0ef7d3d256c8: Verifying Checksum 02:15:41 0ef7d3d256c8: Download complete 02:15:41 93359f2a8cfa: Verifying Checksum 02:15:41 93359f2a8cfa: Download complete 02:15:42 7c6f9722023f: Download complete 02:15:42 188c0c94c7c5: Verifying Checksum 02:15:42 188c0c94c7c5: Download complete 02:15:43 188c0c94c7c5: Pull complete 02:15:44 0ef7d3d256c8: Pull complete 02:15:45 de9db76c5a1d: Pull complete 02:15:45 Still waiting to schedule task 02:15:45 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:15:51 a35cf1a2eb13: Verifying Checksum 02:15:51 a35cf1a2eb13: Download complete 02:15:58 bca2f99d35d6: Verifying Checksum 02:15:58 bca2f99d35d6: Download complete 02:16:13 bca2f99d35d6: Pull complete 02:16:13 93359f2a8cfa: Pull complete 02:16:13 7c6f9722023f: Pull complete 02:16:22 a35cf1a2eb13: Pull complete 02:16:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:16:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:16:22 ---> a62c8e92a672 02:16:22 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 02:16:22 ---> Running in 51a12e94ddbc 02:16:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:16:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:16:27 (1/12) Installing libmagic (5.38-r0) 02:16:27 (2/12) Installing file (5.38-r0) 02:16:28 (3/12) Installing libc-dev (0.7.2-r3) 02:16:28 (4/12) Installing g++ (9.3.0-r2) 02:16:34 (5/12) Installing fortify-headers (1.1-r0) 02:16:34 (6/12) Installing patch (2.7.6-r6) 02:16:34 (7/12) Installing build-base (0.5-r2) 02:16:34 (8/12) Installing libsodium (1.0.18-r0) 02:16:34 (9/12) Installing pkgconf (1.7.2-r0) 02:16:34 (10/12) Installing libsodium-dev (1.0.18-r0) 02:16:34 (11/12) Installing libzmq (4.3.3-r0) 02:16:34 (12/12) Installing zeromq-dev (4.3.3-r0) 02:16:34 Executing busybox-1.31.1-r19.trigger 02:16:34 OK: 233 MiB in 51 packages 02:16:41 Removing intermediate container 51a12e94ddbc 02:16:41 ---> 65bd2568c824 02:16:41 Step 4/7 : WORKDIR /edgex-go 02:16:41 ---> Running in 736af8cf34dd 02:16:41 Removing intermediate container 736af8cf34dd 02:16:41 ---> 069bd8a806c8 02:16:41 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 02:16:41 latest: Pulling from library/docker 02:16:42 05e7bc50f07f: Pulling fs layer 02:16:42 6db28d0fdbf6: Pulling fs layer 02:16:42 292df0bc6bf3: Pulling fs layer 02:16:42 a3104fdc50d0: Pulling fs layer 02:16:42 a8e67d69e12c: Pulling fs layer 02:16:42 1ede2b221ee4: Pulling fs layer 02:16:42 fc74c0d5b799: Pulling fs layer 02:16:42 a8e67d69e12c: Waiting 02:16:42 1ede2b221ee4: Waiting 02:16:42 fc74c0d5b799: Waiting 02:16:42 a3104fdc50d0: Waiting 02:16:42 292df0bc6bf3: Download complete 02:16:42 6db28d0fdbf6: Verifying Checksum 02:16:42 6db28d0fdbf6: Download complete 02:16:42 05e7bc50f07f: Verifying Checksum 02:16:42 05e7bc50f07f: Download complete 02:16:42 a8e67d69e12c: Verifying Checksum 02:16:42 a8e67d69e12c: Download complete 02:16:42 1ede2b221ee4: Verifying Checksum 02:16:42 1ede2b221ee4: Download complete 02:16:42 fc74c0d5b799: Verifying Checksum 02:16:42 fc74c0d5b799: Download complete 02:16:42 05e7bc50f07f: Pull complete 02:16:44 6db28d0fdbf6: Pull complete 02:16:44 292df0bc6bf3: Pull complete 02:16:44 a3104fdc50d0: Verifying Checksum 02:16:44 a3104fdc50d0: Download complete 02:16:54 a3104fdc50d0: Pull complete 02:16:54 a8e67d69e12c: Pull complete 02:16:55 1ede2b221ee4: Pull complete 02:16:55 fc74c0d5b799: Pull complete 02:16:55 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 02:16:55 Status: Downloaded newer image for docker:latest 02:16:58 ---> 6a53742657e6 02:16:58 Step 6/7 : COPY go.mod . 02:16:59 ---> c041e7238dd2 02:16:59 Step 7/7 : RUN go mod download 02:16:59 ---> Running in add9147f8756 02:17:38 Removing intermediate container add9147f8756 02:17:38 ---> f88a17e66715 02:17:38 Successfully built f88a17e66715 02:17:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:17:39 + docker inspect -f . ci-base-image-x86_64 02:17:39 . [Pipeline] withDockerContainer 02:17:39 prd-centos7-docker-4c-2g-16453 does not seem to be running inside a container 02:17:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** ci-base-image-x86_64 cat 02:17:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16454 in /w/workspace/edgexfoundry_edgex-go_PR-2913 02:17:41 $ docker top 6f5991dac98c3939d79d4e07d6894bb24c7dbb9394f46b57d3567556e48bdc35 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 02:17:42 Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout 02:17:42 + go version 02:17:42 go version go1.15.5 linux/amd64 [Pipeline] } 02:17:42 $ docker stop --time=1 6f5991dac98c3939d79d4e07d6894bb24c7dbb9394f46b57d3567556e48bdc35 02:17:44 $ docker rm -f 6f5991dac98c3939d79d4e07d6894bb24c7dbb9394f46b57d3567556e48bdc35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:17:45 + docker inspect -f . ci-base-image-x86_64 02:17:45 . [Pipeline] withDockerContainer 02:17:45 prd-centos7-docker-4c-2g-16453 does not seem to be running inside a container 02:17:45 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** ci-base-image-x86_64 cat 02:17:47 using credential edgex-jenkins-ssh 02:17:47 Cloning the remote Git repository 02:17:47 $ docker top f0925b483f6e046568099641c32de6ddc37d2359a7798b25c163f7df55577ff2 -eo pid,comm 02:17:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:17:47 > git init /w/workspace/edgex-go/16 # timeout=10 02:17:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:17:47 > git --version # timeout=10 02:17:47 > git --version # 'git version 2.17.1' 02:17:47 using GIT_SSH to set credentials SSH Credentials for GitHub 02:17:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] { [Pipeline] echo 02:17:47 ========================================================= 02:17:47 [edgeXBuildGoParallel] Running Tests and Build... 02:17:47 ========================================================= [Pipeline] sh 02:17:48 + make test 02:17:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:18:12 ? github.com/edgexfoundry/edgex-go [no test files] 02:18:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:18:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:19:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:19:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:19:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:19:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:19:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:19:01 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:19:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:19:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:19:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:19:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:19:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:19:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.136s coverage: 46.6% of statements 02:19:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:19:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:19:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:19:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:19:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:19:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.516s coverage: 27.0% of statements 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:19:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.083s coverage: 100.0% of statements 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:19:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.125s coverage: 100.0% of statements 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:19:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.564s coverage: 71.3% of statements 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:19:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.457s coverage: 83.7% of statements 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:19:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:19:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.904s coverage: 28.6% of statements 02:19:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:19:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:19:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:19:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:19:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:19:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.102s coverage: 100.0% of statements 02:19:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:19:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 02:19:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:19:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.221s coverage: 86.7% of statements 02:19:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:19:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.160s coverage: 97.5% of statements 02:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:19:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.122s coverage: 78.3% of statements 02:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:19:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:19:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.610s coverage: 93.8% of statements 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:19:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.100s coverage: 58.8% of statements 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:19:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.154s coverage: 0.1% of statements 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:19:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.077s coverage: 100.0% of statements 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:19:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.117s coverage: 75.5% of statements 02:19:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:19:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements 02:19:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.144s coverage: 87.2% of statements 02:19:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.165s coverage: 84.2% of statements 02:19:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.291s coverage: 91.4% of statements 02:19:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:19:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.681s coverage: 63.5% of statements 02:19:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:19:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:19:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 02:19:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements 02:19:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 02:19:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 02:19:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements 02:19:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.806s coverage: 55.9% of statements 02:19:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:19:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:19:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:19:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:19:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:19:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.250s coverage: 37.0% of statements 02:19:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:19:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:19:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.984s coverage: 84.0% of statements 02:19:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.178s coverage: 100.0% of statements 02:19:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.260s coverage: 47.1% of statements 02:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:19:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.234s coverage: 100.0% of statements 02:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:19:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements 02:19:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:19:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.248s coverage: 29.1% of statements 02:19:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:19:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:19:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:19:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:19:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:19:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.115s coverage: 99.0% of statements 02:19:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:19:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.136s coverage: 100.0% of statements 02:19:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:19:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.077s coverage: 0.0% of statements 02:19:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:19:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 02:19:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:19:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:19:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:19:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:19:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.173s coverage: 87.9% of statements 02:19:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:19:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:19:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.076s coverage: 100.0% of statements 02:19:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 02:19:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements 02:19:50 GO111MODULE=on go vet ./... 02:20:48 gofmt -l . 02:20:48 [ "`gofmt -l .`" = "" ] 02:20:48 ./bin/test-go-mod-tidy.sh 02:20:48 ./bin/test-attribution-txt.sh [Pipeline] sh 02:20:49 + ls -al . 02:20:49 total 632 02:20:49 drwxrwxr-x 10 1001 1001 4096 Dec 17 02:20 . 02:20:49 drwxr-xr-x 4 root root 30 Dec 17 02:17 .. 02:20:49 -rw-rw-r-- 1 1001 1001 11 Dec 17 02:14 .dockerignore 02:20:49 drwxrwxr-x 8 1001 1001 179 Dec 17 02:14 .git 02:20:49 drwxrwxr-x 3 1001 1001 125 Dec 17 02:14 .github 02:20:49 -rw-rw-r-- 1 1001 1001 824 Dec 17 02:14 .gitignore 02:20:49 drwx------ 3 1001 1001 47 Dec 17 02:15 .semver 02:20:49 -rw-rw-r-- 1 1001 1001 166 Dec 17 02:14 .sonarcloud.properties 02:20:49 -rw-rw-r-- 1 1001 1001 3804 Dec 17 02:14 CONTRIBUTING.md 02:20:49 -rw-rw-r-- 1 1001 1001 1035 Dec 17 02:14 Dockerfile.build 02:20:49 -rw-rw-r-- 1 1001 1001 863 Dec 17 02:14 Jenkinsfile 02:20:49 -rw-rw-r-- 1 1001 1001 10775 Dec 17 02:14 LICENSE 02:20:49 -rw-rw-r-- 1 1001 1001 5750 Dec 17 02:14 Makefile 02:20:49 -rw-rw-r-- 1 1001 1001 6511 Dec 17 02:14 README.md 02:20:49 -rw-rw-r-- 1 1001 1001 6744 Dec 17 02:14 SECURITY.md 02:20:49 -rw-rw-r-- 1 1001 1001 5 Dec 17 02:15 VERSION 02:20:49 -rw-rw-r-- 1 1001 1001 4131 Dec 17 02:14 ZMQWindows.md 02:20:49 drwxrwxr-x 2 1001 1001 117 Dec 17 02:14 bin 02:20:49 drwxrwxr-x 14 1001 1001 4096 Dec 17 02:14 cmd 02:20:49 -rw-r--r-- 1 root root 535157 Dec 17 02:19 coverage.out 02:20:49 -rw-r--r-- 1 root root 979 Dec 17 02:20 go.mod 02:20:49 -rw-r--r-- 1 root root 18631 Dec 17 02:20 go.sum 02:20:49 drwxrwxr-x 8 1001 1001 127 Dec 17 02:14 internal 02:20:49 drwxrwxr-x 4 1001 1001 26 Dec 17 02:14 openapi 02:20:49 drwxrwxr-x 4 1001 1001 71 Dec 17 02:14 snap 02:20:49 -rw-rw-r-- 1 1001 1001 168 Dec 17 02:14 version.go [Pipeline] sh 02:20:50 + '[' -e coverage.out ] 02:20:50 + chown 1001:1001 coverage.out [Pipeline] stash 02:20:50 Stashed 1 file(s) [Pipeline] sh 02:20:50 + make build 02:20:50 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 02:20:58 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 02:21:16 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 02:21:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:21: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 02:21:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:21:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:21:35 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 02:21:38 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 02:21:42 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 02:21:46 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 02:21:47 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] } 02:21:50 $ docker stop --time=1 f0925b483f6e046568099641c32de6ddc37d2359a7798b25c163f7df55577ff2 02:21:53 $ docker rm -f f0925b483f6e046568099641c32de6ddc37d2359a7798b25c163f7df55577ff2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:21:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:21:57 02:21:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:21:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:21:58 latest: Pulling from edgex-devops/edgex-compose 02:21:58 cbdbe7a5bc2a: Pulling fs layer 02:21:58 ca9280d653b3: Pulling fs layer 02:21:58 7e9c9ca2126c: Pulling fs layer 02:22:01 cbdbe7a5bc2a: Verifying Checksum 02:22:01 cbdbe7a5bc2a: Download complete 02:22:02 cbdbe7a5bc2a: Pull complete 02:22:04 ca9280d653b3: Verifying Checksum 02:22:04 ca9280d653b3: Download complete 02:22:06 ca9280d653b3: Pull complete 02:22:33 7e9c9ca2126c: Verifying Checksum 02:22:33 7e9c9ca2126c: Download complete 02:22:46 7e9c9ca2126c: Pull complete 02:22:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:22:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:22:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:22:47 prd-centos7-docker-4c-2g-16453 does not seem to be running inside a container 02:22:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:22:49 $ docker top 8c07fe946a9ce95e00c2e13622bd82c2c4000b78433b421b9240a7235fb7a10b -eo pid,comm [Pipeline] { [Pipeline] sh 02:22:51 + docker-compose build --help 02:22:51 + grep parallel 02:22:53 --parallel Build images in parallel. [Pipeline] } 02:22:53 $ docker stop --time=1 8c07fe946a9ce95e00c2e13622bd82c2c4000b78433b421b9240a7235fb7a10b 02:22:55 $ docker rm -f 8c07fe946a9ce95e00c2e13622bd82c2c4000b78433b421b9240a7235fb7a10b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:22:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:22:56 . [Pipeline] withDockerContainer 02:22:57 prd-centos7-docker-4c-2g-16453 does not seem to be running inside a container 02:22:57 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:22:59 $ docker top ad6b7cb1a4481fbaf6a6d4cee6307dab8a9430cf779883d51051dfca82296172 -eo pid,comm [Pipeline] { [Pipeline] sh 02:23:00 + docker-compose -f ./docker-compose-build.yml build --parallel 02:23:01 Building docker-core-command-go ... 02:23:01 Building docker-core-data-go ... 02:23:01 Building docker-core-metadata-go ... 02:23:01 Building docker-security-bootstrap-redis-go ... 02:23:01 Building docker-security-proxy-setup-go ... 02:23:01 Building docker-security-secretstore-setup-go ... 02:23:01 Building docker-support-notifications-go ... 02:23:01 Building docker-support-scheduler-go ... 02:23:01 Building docker-sys-mgmt-agent-go ... 02:23:01 Building docker-core-metadata-go 02:23:01 Building docker-support-notifications-go 02:23:01 Building docker-support-scheduler-go 02:23:01 Building docker-sys-mgmt-agent-go 02:23:01 Building docker-security-proxy-setup-go 02:23:47 Merging remotes/origin/master commit dd265b0a906f4796680bcfa54b47b0c8333d6388 into PR head commit 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:23:47 Merge succeeded, producing 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:23:47 Checking out Revision 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e (PR-2913) 02:23:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:23:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:23:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:23:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:23:45 using GIT_SSH to set credentials SSH Credentials for GitHub 02:23:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:23:47 > git config core.sparsecheckout # timeout=10 02:23:47 > git checkout -f 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e # timeout=10 02:23:47 > git remote # timeout=10 02:23:47 > git config --get remote.origin.url # timeout=10 02:23:47 using GIT_SSH to set credentials SSH Credentials for GitHub 02:23:47 > git merge dd265b0a906f4796680bcfa54b47b0c8333d6388 # timeout=10 02:23:47 > git rev-parse HEAD^{commit} # timeout=10 02:23:47 > git config core.sparsecheckout # timeout=10 02:23:47 > git checkout -f 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e # timeout=10 02:23:52 Commit message: "feat(security): Address PR feedbacks" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:23:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:23:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:23:54 + sudo service docker restart 02:23:54 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:23:56 provisioning config files... 02:23:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config7670972504255029267tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:23:57 ---> docker-login.sh 02:23:57 nexus3.edgexfoundry.org:10001 02:23:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:23:58 Configure a credential helper to remove this warning. See 02:23:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:23:58 02:23:58 Login Succeeded 02:23:58 nexus3.edgexfoundry.org:10002 02:23:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:23:59 Configure a credential helper to remove this warning. See 02:23:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:23:59 02:23:59 Login Succeeded 02:23:59 nexus3.edgexfoundry.org:10003 02:23:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:23:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:23:59 Configure a credential helper to remove this warning. See 02:23:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:23:59 02:23:59 Login Succeeded 02:23:59 nexus3.edgexfoundry.org:10004 02:24:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:24:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:24:00 Configure a credential helper to remove this warning. See 02:24:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:24:00 02:24:00 Login Succeeded 02:24:00 docker.io 02:24:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:24:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:24:01 Configure a credential helper to remove this warning. See 02:24:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:24:01 02:24:01 Login Succeeded 02:24:01 ---> docker-login.sh ends [Pipeline] } 02:24:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:24:01 ========================================================= 02:24:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:24:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:24:02 + 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 . 02:24:04 Sending build context to Docker daemon 165.4MB 02:24:04 Step 1/7 : ARG BASE=golang:1.15-alpine 02:24:04 Step 2/7 : FROM ${BASE} 02:24:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:24:05 5f621e34cdf4: Pulling fs layer 02:24:05 a4357932f1b6: Pulling fs layer 02:24:05 18c013af1878: Pulling fs layer 02:24:05 00ac8860ef70: Pulling fs layer 02:24:05 63d7cb157983: Pulling fs layer 02:24:05 b116817d02f9: Pulling fs layer 02:24:05 745a02a5169b: Pulling fs layer 02:24:05 00ac8860ef70: Waiting 02:24:05 63d7cb157983: Waiting 02:24:05 b116817d02f9: Waiting 02:24:05 745a02a5169b: Waiting 02:24:05 18c013af1878: Verifying Checksum 02:24:05 18c013af1878: Download complete 02:24:05 a4357932f1b6: Verifying Checksum 02:24:05 a4357932f1b6: Download complete 02:24:05 63d7cb157983: Download complete 02:24:06 b116817d02f9: Verifying Checksum 02:24:06 b116817d02f9: Download complete 02:24:07 5f621e34cdf4: Verifying Checksum 02:24:07 5f621e34cdf4: Download complete 02:24:08 5f621e34cdf4: Pull complete 02:24:08 a4357932f1b6: Pull complete 02:24:08 18c013af1878: Pull complete 02:24:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 02:24:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:24:12 ---> f88a17e66715 02:24:12 Step 3/21 : WORKDIR /edgex-go 02:24:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:24:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:24:12 ---> f88a17e66715 02:24:12 Step 3/22 : WORKDIR /edgex-go 02:24:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 02:24:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:24:12 ---> f88a17e66715 02:24:12 Step 3/24 : WORKDIR /edgex-go 02:24:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 02:24:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:24:12 ---> f88a17e66715 02:24:12 Step 3/21 : WORKDIR /edgex-go 02:24:12 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 02:24:12 Step 2/27 : FROM ${BUILDER_BASE} AS builder 02:24:12 ---> f88a17e66715 02:24:12 Step 3/27 : WORKDIR /edgex-go 02:24:12 ---> Running in 69fb5d588cf6 02:24:12 ---> Running in e087a0e3bdb3 02:24:12 ---> Running in 295767a7d9b3 02:24:12 ---> Running in 48b5ae1980e0 02:24:12 ---> Running in fe03d7577fdf 02:24:12 Removing intermediate container fe03d7577fdf 02:24:12 ---> e4c15b8200f2 02:24:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:24:12 Removing intermediate container 295767a7d9b3 02:24:12 ---> 06cdc6272747 02:24:12 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:24:12 Removing intermediate container 69fb5d588cf6 02:24:12 ---> 1ce815e85cb8 02:24:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:24:12 Removing intermediate container e087a0e3bdb3 02:24:12 ---> bb093bfb2d33 02:24:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:24:12 Removing intermediate container 48b5ae1980e0 02:24:12 ---> efeeaecfb673 02:24:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:24:12 ---> Running in 95e4634a2f34 02:24:12 ---> Running in e748e34406aa 02:24:12 ---> Running in b9984bd39a13 02:24:12 ---> Running in 084c9d58cacf 02:24:12 ---> Running in 3f7ff3eec79b 02:24:12 Removing intermediate container e748e34406aa 02:24:12 ---> 2fd7d39761b9 02:24:12 Step 5/27 : RUN apk update && apk add make bash git 02:24:12 Removing intermediate container 3f7ff3eec79b 02:24:12 ---> 241c71bad173 02:24:12 Step 5/21 : RUN apk update && apk add make git 02:24:12 ---> Running in a946a48c72bb 02:24:12 Removing intermediate container b9984bd39a13 02:24:12 ---> 8ff38bba7671 02:24:12 Step 5/22 : RUN apk update && apk add make git 02:24:13 ---> Running in 81cfb50b9008 02:24:13 ---> Running in 092ef4688d0e 02:24:13 Removing intermediate container 084c9d58cacf 02:24:13 ---> 58bd6d9ef453 02:24:13 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 02:24:13 Removing intermediate container 95e4634a2f34 02:24:13 ---> 9c6a3f309dc5 02:24:13 Step 5/21 : RUN apk update && apk add make git 02:24:13 ---> Running in 5eb099f31ce8 02:24:13 ---> Running in 206bcc4a7671 02:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:24:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:24:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:24:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:24:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:24:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:24:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:24:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:24:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:24:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:24:33 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:24:33 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:24:33 OK: 12750 distinct packages available 02:24:33 OK: 233 MiB in 51 packages 02:24:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:24:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:24:34 OK: 12750 distinct packages available 02:24:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:24:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:24:34 OK: 12750 distinct packages available 02:24:34 OK: 233 MiB in 51 packages 02:24:34 OK: 233 MiB in 51 packages 02:24:34 Removing intermediate container 092ef4688d0e 02:24:34 ---> a16b1b204afa 02:24:34 Step 6/22 : COPY go.mod . 02:24:35 ---> 6bce58c5f429 02:24:35 Step 7/22 : RUN go mod download 02:24:35 ---> Running in fe62ea7b3fe8 02:24:35 Removing intermediate container 206bcc4a7671 02:24:35 ---> 1f41de6a9618 02:24:35 Step 6/21 : COPY go.mod . 02:24:36 Removing intermediate container 5eb099f31ce8 02:24:36 ---> fecdbaddbd4a 02:24:36 Step 6/24 : COPY go.mod . 02:24:36 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:24:36 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:24:36 OK: 12750 distinct packages available 02:24:36 ---> b249b070ed91 02:24:36 Step 7/21 : RUN go mod download 02:24:36 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:24:36 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:24:36 OK: 12750 distinct packages available 02:24:36 ---> 4100c0d00428 02:24:36 Step 7/24 : RUN go mod download 02:24:36 ---> Running in f6ac2abecf6b 02:24:36 OK: 233 MiB in 51 packages 02:24:37 ---> Running in 7e8483371759 02:24:37 OK: 233 MiB in 51 packages 02:24:38 Removing intermediate container a946a48c72bb 02:24:38 ---> 9c9e8ce53824 02:24:38 Step 6/27 : COPY go.mod . 02:24:39 Removing intermediate container 81cfb50b9008 02:24:39 ---> 87924e2704de 02:24:39 Step 6/21 : COPY go.mod . 02:24:39 ---> 1ae4337b33d0 02:24:39 Step 7/27 : RUN go mod download 02:24:39 ---> 0d60262dcd6b 02:24:39 Step 7/21 : RUN go mod download 02:24:39 ---> Running in 1a4a6468109c 02:24:39 ---> Running in 1bc9333839c1 02:24:40 Removing intermediate container fe62ea7b3fe8 02:24:40 ---> 29cdfb1c58bc 02:24:40 Step 8/22 : COPY . . 02:24:40 Removing intermediate container 7e8483371759 02:24:40 ---> ce6294364448 02:24:40 Step 8/24 : COPY . . 02:24:40 745a02a5169b: Verifying Checksum 02:24:40 745a02a5169b: Download complete 02:24:41 Removing intermediate container f6ac2abecf6b 02:24:41 ---> a19908ca16bf 02:24:41 Step 8/21 : COPY . . 02:24:50 Removing intermediate container 1a4a6468109c 02:24:50 ---> e834acee23f5 02:24:50 Step 8/27 : COPY . . 02:24:50 Removing intermediate container 1bc9333839c1 02:24:50 ---> 202b1e2018d0 02:24:50 Step 8/21 : COPY . . 02:25:03 00ac8860ef70: Verifying Checksum 02:25:03 00ac8860ef70: Download complete 02:25:09 00ac8860ef70: Pull complete 02:25:10 63d7cb157983: Pull complete 02:25:10 b116817d02f9: Pull complete 02:25:13 745a02a5169b: Pull complete 02:25:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:25:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:25:13 ---> b7e6874047d6 02:25:13 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 02:25:16 ---> Running in e3e3106c94e6 02:25:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:25:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:25:27 (1/12) Installing libmagic (5.38-r0) 02:25:29 (2/12) Installing file (5.38-r0) 02:25:29 (3/12) Installing libc-dev (0.7.2-r3) 02:25:29 (4/12) Installing g++ (9.3.0-r2) 02:25:59 ---> 9ff323d07213 02:25:59 Step 9/24 : RUN make cmd/support-notifications/support-notifications 02:25:59 ---> b2eea90cb348 02:25:59 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 02:25:59 ---> c4ff9e2b846c 02:25:59 Step 9/22 : RUN make cmd/core-metadata/core-metadata 02:26:00 ---> Running in 9c43681f9b55 02:26:00 ---> Running in 3878e726679f 02:26:00 ---> Running in 034cc3f69534 02:26:00 ---> 3036ad018f0c 02:26:00 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:26:01 ---> 79388c1d874d 02:26:01 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:26:01 ---> Running in aca40445bd33 02:26:01 ---> Running in 042eb795914d 02:26:03 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 02:26: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 02:26:03 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 02:26:03 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 02:26:03 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 02:26:52 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 02:27:01 Removing intermediate container 034cc3f69534 02:27:01 ---> 464934461e75 02:27:01 02:27:01 Step 10/21 : FROM scratch 02:27:01 ---> 02:27:01 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:27:01 Removing intermediate container 042eb795914d 02:27:01 ---> 7fa9d1525c9c 02:27:01 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:27:01 Removing intermediate container 3878e726679f 02:27:01 ---> 08d014697533 02:27:01 02:27:01 Step 10/24 : FROM scratch 02:27:01 ---> 02:27:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:27:01 ---> Running in fc2777efc49f 02:27:01 ---> Running in 915630be126e 02:27:01 ---> Running in e50629eb5e25 02:27:02 Removing intermediate container 915630be126e 02:27:02 ---> ba4a5d2df060 02:27:02 Step 12/21 : ENV APP_PORT=48085 02:27:02 Removing intermediate container e50629eb5e25 02:27:02 ---> f3a37863cd31 02:27:02 Step 12/24 : ENV APP_PORT=48060 02:27:03 ---> Running in 8ef96b6a9534 02:27:03 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 02:27:04 ---> Running in 89e20fab1551 02:27:05 Removing intermediate container 8ef96b6a9534 02:27:05 ---> 93e8c802e8cf 02:27:05 Step 13/21 : EXPOSE $APP_PORT 02:27:06 Removing intermediate container aca40445bd33 02:27:06 ---> 14f78e1ac4c4 02:27:06 02:27:06 Step 10/21 : FROM alpine 02:27:06 latest: Pulling from library/alpine 02:27:06 ---> Running in bdf289747c08 02:27:06 Removing intermediate container 89e20fab1551 02:27:06 ---> 7415c0c8d44a 02:27:06 Step 13/24 : EXPOSE $APP_PORT 02:27:06 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 02:27:06 Status: Downloaded newer image for alpine:latest 02:27:06 ---> b14afc6dfb98 02:27:06 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 02:27:06 Removing intermediate container 9c43681f9b55 02:27:06 ---> e4c6633a6d88 02:27:06 02:27:06 Step 10/22 : FROM scratch 02:27:06 ---> 02:27:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:27:06 (5/12) Installing fortify-headers (1.1-r0) 02:27:06 ---> Running in 685edc565429 02:27:06 ---> Using cache 02:27:06 ---> ba4a5d2df060 02:27:06 Step 12/22 : ENV APP_PORT=48081 02:27:06 ---> Running in 95f6e4ae9f7c 02:27:06 ---> Running in 8c37a38e045d 02:27:06 Removing intermediate container bdf289747c08 02:27:06 ---> f1753ee1308c 02:27:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 02:27:06 (6/12) Installing patch (2.7.6-r6) 02:27:06 (7/12) Installing build-base (0.5-r2) 02:27:06 Removing intermediate container 685edc565429 02:27:06 ---> 63ca56036eac 02:27:06 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 02:27:07 (8/12) Installing libsodium (1.0.18-r0) 02:27:07 Removing intermediate container 8c37a38e045d 02:27:07 ---> 330ec321908d 02:27:07 Step 13/22 : EXPOSE $APP_PORT 02:27:07 ---> Running in 3432ffbdf387 02:27:07 (9/12) Installing pkgconf (1.7.2-r0) 02:27:07 (10/12) Installing libsodium-dev (1.0.18-r0) 02:27:07 ---> 41b75ea2aae4 02:27:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:27:07 (11/12) Installing libzmq (4.3.3-r0) 02:27:07 ---> 436ebb82fce0 02:27:07 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 02:27:07 Removing intermediate container fc2777efc49f 02:27:07 ---> ae2c60bd44b0 02:27:07 02:27:07 Step 11/27 : FROM docker:latest 02:27:07 ---> 0c995d0d3006 02:27:07 Step 12/27 : RUN apk add --no-cache bash 02:27:08 (12/12) Installing zeromq-dev (4.3.3-r0) 02:27:08 Executing busybox-1.31.1-r19.trigger 02:27:08 OK: 217 MiB in 51 packages 02:27:08 Removing intermediate container 3432ffbdf387 02:27:08 ---> f6bf38532f57 02:27:08 Step 14/22 : WORKDIR / 02:27:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:27:08 ---> Running in cfdb2edfef46 02:27:08 ---> Running in 416a08eb38cd 02:27:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:27:08 Removing intermediate container 416a08eb38cd 02:27:08 ---> 854d75db4cdb 02:27:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 02:27:09 ---> c435f58e84e5 02:27:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:27:09 ---> 0a387b1b3402 02:27:09 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 02:27:09 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 02:27:09 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 02:27:09 OK: 12747 distinct packages available 02:27:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:27:09 ---> 822ed255af46 02:27:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:27:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:27:09 (1/4) Installing ca-certificates (20191127-r4) 02:27:09 ---> d4f8338209a5 02:27:09 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 02:27:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:27:10 (3/4) Installing libcurl (7.69.1-r3) 02:27:10 (4/4) Installing curl (7.69.1-r3) 02:27:10 Executing busybox-1.31.1-r19.trigger 02:27:10 ---> Running in 22e82d2d5304 02:27:10 Executing ca-certificates-20191127-r4.trigger 02:27:10 OK: 7 MiB in 18 packages 02:27:10 (1/2) Installing readline (8.0.4-r0) 02:27:10 (2/2) Installing bash (5.0.17-r0) 02:27:11 Executing bash-5.0.17-r0.post-install 02:27:11 Executing busybox-1.31.1-r19.trigger 02:27:11 OK: 12 MiB in 22 packages 02:27:11 ---> bf50d100549c 02:27:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 02:27:11 Removing intermediate container 22e82d2d5304 02:27:11 ---> 9bfe0d14906a 02:27:11 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:27:11 ---> ea56f0f2f007 02:27:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:27:11 ---> Running in d2c2da0dbce9 02:27:12 Removing intermediate container e3e3106c94e6 02:27:12 ---> fd48a0e7e138 02:27:12 Step 4/7 : WORKDIR /edgex-go 02:27:12 ---> Running in d3de9d8e7911 02:27:12 Removing intermediate container d3de9d8e7911 02:27:12 ---> f7f49266ad35 02:27:12 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 02:27:12 ---> 0689e441664d 02:27:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:27:12 Removing intermediate container d2c2da0dbce9 02:27:12 ---> 0cd9b727ff98 02:27:12 Step 19/21 : LABEL arch=x86_64 02:27:12 ---> 20b37257683b 02:27:12 Step 18/22 : ENTRYPOINT ["/core-metadata"] 02:27:13 latest: Pulling from library/docker 02:27:13 Removing intermediate container 95f6e4ae9f7c 02:27:13 ---> ad6b8996094d 02:27:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:27:13 ---> Running in 734463129d96 02:27:13 Removing intermediate container cfdb2edfef46 02:27:13 ---> 362468008b6a 02:27:13 Step 13/27 : RUN rm -rf /var/cache/apk/* 02:27:13 ---> Running in 721f3ccfb70d 02:27:13 a3cc7d3b244e: Pulling fs layer 02:27:13 02a3295e0d61: Pulling fs layer 02:27:13 0f4f2e6d8100: Pulling fs layer 02:27:13 065c9533d613: Pulling fs layer 02:27:13 9fce0df16b8b: Pulling fs layer 02:27:13 e3faa53604c1: Pulling fs layer 02:27:13 04b5adaa2053: Pulling fs layer 02:27:13 9fce0df16b8b: Waiting 02:27:13 e3faa53604c1: Waiting 02:27:13 04b5adaa2053: Waiting 02:27:13 065c9533d613: Waiting 02:27:13 0f4f2e6d8100: Verifying Checksum 02:27:13 0f4f2e6d8100: Download complete 02:27:13 a3cc7d3b244e: Verifying Checksum 02:27:13 a3cc7d3b244e: Download complete 02:27:13 ---> Running in 0ee79951f9d0 02:27:13 ---> Running in 384a95a487c4 02:27:13 9fce0df16b8b: Verifying Checksum 02:27:13 9fce0df16b8b: Download complete 02:27:13 02a3295e0d61: Verifying Checksum 02:27:13 02a3295e0d61: Download complete 02:27:13 e3faa53604c1: Verifying Checksum 02:27:13 e3faa53604c1: Download complete 02:27:13 Removing intermediate container 734463129d96 02:27:13 ---> 7058664d2002 02:27:13 Step 20/21 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:27:13 04b5adaa2053: Verifying Checksum 02:27:13 04b5adaa2053: Download complete 02:27:14 Removing intermediate container 721f3ccfb70d 02:27:14 ---> 2729efbe4d5d 02:27:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:27:14 Removing intermediate container 0ee79951f9d0 02:27:14 ---> 7b4992d72e5e 02:27:14 Step 13/21 : WORKDIR /edgex 02:27:14 ---> Running in 9e97248ef541 02:27:14 a3cc7d3b244e: Pull complete 02:27:14 ---> Running in 116e5498c74d 02:27:14 ---> Running in 2218d516d08a 02:27:14 ---> 24405026f20b 02:27:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:27:14 Removing intermediate container 9e97248ef541 02:27:14 ---> 37ec94f4b187 02:27:14 Step 21/21 : LABEL version=0.0.0 02:27:14 02a3295e0d61: Pull complete 02:27:15 ---> Running in 7f647a4e8857 02:27:15 Removing intermediate container 116e5498c74d 02:27:15 ---> ea01c5298fc9 02:27:15 Step 20/22 : LABEL arch=x86_64 02:27:15 065c9533d613: Verifying Checksum 02:27:15 065c9533d613: Download complete 02:27:15 Removing intermediate container 2218d516d08a 02:27:15 ---> 3ebfc141c2ca 02:27:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:27:15 0f4f2e6d8100: Pull complete 02:27:15 ---> Running in 4a694c8ff240 02:27:15 ---> 4e1e7d7f57c1 02:27:15 Step 20/24 : ENTRYPOINT ["/support-notifications"] 02:27:15 Removing intermediate container 7f647a4e8857 02:27:15 ---> 5e84b9ba5778 02:27:15 02:27:15 ---> Running in b5f98b4ac145 02:27:16 Removing intermediate container 4a694c8ff240 02:27:16 ---> 42db2a716f65 02:27:16 Step 21/22 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:27:16 ---> 768d1bb3ee52 02:27:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:27:16 ---> Running in b7922a179038 02:27:16 Removing intermediate container b5f98b4ac145 02:27:16 ---> e2554b3c34fa 02:27:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:27:16 Successfully built 5e84b9ba5778 02:27:16 Removing intermediate container 384a95a487c4 02:27:16 ---> 18d1ee60cae2 02:27:16 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:27:16 Successfully tagged docker-support-scheduler-go:latest 02:27:17  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 02:27:17 ---> Running in dab6ec689c4c 02:27:17 ---> Running in 26d4a92181be 02:27:17 Removing intermediate container b7922a179038 02:27:17 ---> 3e62071e1aa5 02:27:17 Step 22/22 : LABEL version=0.0.0 02:27:17 ---> c215b7e84857 02:27:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:27:17 ---> Running in 2dba3474aa8f 02:27:17 Removing intermediate container dab6ec689c4c 02:27:17 ---> a0c09a3d0b56 02:27:17 Step 22/24 : LABEL arch=x86_64 02:27:17 Removing intermediate container 26d4a92181be 02:27:17 ---> f29902a11603 02:27:17 Step 15/27 : ENV APP_PORT=48090 02:27:17 ---> Running in 43affd30a002 02:27:17 ---> Running in 1ecaaa61a3ed 02:27:18 Removing intermediate container 2dba3474aa8f 02:27:18 ---> 70480296ccc6 02:27:18 02:27:18 Successfully built 70480296ccc6 02:27:19 Removing intermediate container 43affd30a002 02:27:19 ---> 89c0eb4586bd 02:27:19 Step 23/24 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:27:19 Successfully tagged docker-core-metadata-go:latest 02:27:19 Building docker-core-command-go 02:27:19  Building docker-core-metadata-go ... done  ---> d92bbbbe7c87 02:27:19 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:27:19 065c9533d613: Pull complete 02:27:19 9fce0df16b8b: Pull complete 02:27:19 e3faa53604c1: Pull complete 02:27:19 Removing intermediate container 1ecaaa61a3ed 02:27:19 ---> ae5954aaffcd 02:27:19 Step 16/27 : EXPOSE $APP_PORT 02:27:19 ---> Running in ff4099f19e52 02:27:19 ---> Running in f42287a7d860 02:27:19 04b5adaa2053: Pull complete 02:27:19 Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 02:27:19 Status: Downloaded newer image for docker:latest 02:27:20 ---> Running in ead23f54eb81 02:27:22 Removing intermediate container f42287a7d860 02:27:22 ---> d03b2d14f0d1 02:27:22 Step 18/21 : CMD ["--init=true"] 02:27:22 Removing intermediate container ff4099f19e52 02:27:22 ---> 2e0b2f5f4461 02:27:22 Step 24/24 : LABEL version=0.0.0 02:27:22 Removing intermediate container ead23f54eb81 02:27:22 ---> 14d58932542b 02:27:22 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:27:22 ---> Running in 4ee44e5326f7 02:27:23 ---> Running in 89f1d6052620 02:27:23 ---> 89e2b74d5d86 02:27:23 Step 6/7 : COPY go.mod . 02:27:23 ---> 8a63c202037b 02:27:23 Step 7/7 : RUN go mod download 02:27:24 ---> Running in 3d661f3ec1c1 02:27:25 Removing intermediate container 4ee44e5326f7 02:27:25 ---> 35eb18d414fe 02:27:25 02:27:25 Removing intermediate container 89f1d6052620 02:27:25 ---> 28b21e3b6605 02:27:25 Step 19/21 : LABEL arch=x86_64 02:27:25 ---> 35386ae9b26e 02:27:25 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:27:26 ---> Running in f00549ff6b31 02:27:26 Successfully built 35eb18d414fe 02:27:26 Successfully tagged docker-support-notifications-go:latest 02:27:26 Building docker-security-bootstrap-redis-go 02:27:27  Building docker-support-notifications-go ... done Removing intermediate container f00549ff6b31 02:27:27 ---> 6ce116592371 02:27:27 Step 20/21 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:27:27 ---> 3de809303fdd 02:27:27 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:27:29 ---> Running in 2549da3a3d1d 02:27:30 Removing intermediate container 2549da3a3d1d 02:27:30 ---> d00b8c4c6d61 02:27:30 Step 21/21 : LABEL version=0.0.0 ---> 0a3d2dc68fbc 02:27:30 Step 20/27 : RUN apk --no-cache add py3-pip 02:27:30 02:27:30 ---> Running in ab1ee1b95e94 02:27:30 ---> Running in 3eaa4f4d6238 02:27:31 Removing intermediate container ab1ee1b95e94 02:27:31 ---> 0f972beada5d 02:27:31 02:27:31 Successfully built 0f972beada5d 02:27:32 Successfully tagged docker-security-proxy-setup-go:latest 02:27:32 Building docker-core-data-go 02:27:32  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:27:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:27:33 (1/33) Installing libbz2 (1.0.8-r1) 02:27:33 (2/33) Installing expat (2.2.9-r1) 02:27:33 (3/33) Installing libffi (3.3-r2) 02:27:33 (4/33) Installing gdbm (1.13-r1) 02:27:33 (5/33) Installing xz-libs (5.2.5-r0) 02:27:33 (6/33) Installing sqlite-libs (3.32.1-r0) 02:27:33 (7/33) Installing python3 (3.8.5-r0) 02:27:50 (8/33) Installing py3-appdirs (1.4.4-r1) 02:27:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:27:50 (10/33) Installing py3-parsing (2.4.7-r0) 02:27:50 (11/33) Installing py3-six (1.15.0-r0) 02:27:50 (12/33) Installing py3-packaging (20.4-r0) 02:27:50 (13/33) Installing py3-setuptools (47.0.0-r0) 02:27:50 (14/33) Installing py3-chardet (3.0.4-r4) 02:27:51 Removing intermediate container 3d661f3ec1c1 02:27:51 ---> 981f76232263 02:27:51 Successfully built 981f76232263 02:27:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:27:51 (15/33) Installing py3-idna (2.9-r0) 02:27:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:27:51 + docker inspect -f . ci-base-image-arm64 02:27:51 . [Pipeline] withDockerContainer 02:27:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:27:51 prd-ubuntu18.04-docker-arm64-4c-16g-16454 does not seem to be running inside a container 02:27:51 (18/33) Installing py3-requests (2.23.0-r0) 02:27:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** ci-base-image-arm64 cat 02:27:52 (19/33) Installing py3-msgpack (1.0.0-r0) 02:27:53 (20/33) Installing py3-lockfile (0.12.2-r3) 02:27:53 $ docker top eb0e6a15b582f9c12c3ad61571c02864f24dd76d462a34b6c2ee722e35778d47 -eo pid,comm 02:27:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:27:53 (22/33) Installing py3-colorama (0.4.3-r0) [Pipeline] { [Pipeline] sh 02:27:53 (23/33) Installing py3-distlib (0.3.0-r0) 02:27:54 + go version 02:27:54 go version go1.15.5 linux/arm64 [Pipeline] } 02:27:54 $ docker stop --time=1 eb0e6a15b582f9c12c3ad61571c02864f24dd76d462a34b6c2ee722e35778d47 02:27:54 (24/33) Installing py3-distro (1.5.0-r1) 02:27:54 (25/33) Installing py3-webencodings (0.5.1-r3) 02:27:54 (26/33) Installing py3-html5lib (1.0.1-r4) 02:27:55 (27/33) Installing py3-pytoml (0.1.21-r0) 02:27:55 (28/33) Installing py3-pep517 (0.8.2-r0) 02:27:55 (29/33) Installing py3-progress (1.5-r0) 02:27:55 (30/33) Installing py3-toml (0.10.1-r0) 02:27:55 (31/33) Installing py3-retrying (1.3.3-r0) 02:27:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:27:55 (33/33) Installing py3-pip (20.1.1-r0) 02:27:56 Executing busybox-1.31.1-r19.trigger 02:27:56 $ docker rm -f eb0e6a15b582f9c12c3ad61571c02864f24dd76d462a34b6c2ee722e35778d47 02:27:56 OK: 71 MiB in 55 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:27:57 + docker inspect -f . ci-base-image-arm64 02:27:57 . [Pipeline] withDockerContainer 02:27:57 prd-ubuntu18.04-docker-arm64-4c-16g-16454 does not seem to be running inside a container 02:27:58 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** ci-base-image-arm64 cat 02:27:59 $ docker top 9b0400309fa95a8c5a49b00f48b2c4500bcb33fb0b59144b2be1606f47d1dacb -eo pid,comm [Pipeline] { [Pipeline] echo 02:27:59 ========================================================= 02:27:59 [edgeXBuildGoParallel] Running Tests and Build... 02:27:59 ========================================================= [Pipeline] sh 02:28:00 + make test 02:28:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:28:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:28:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:28:06 ---> f88a17e66715 02:28:06 Step 3/22 : WORKDIR /edgex-go 02:28:06 ---> Using cache 02:28:06 ---> efeeaecfb673 02:28:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:28:06 ---> Using cache 02:28:06 ---> 241c71bad173 02:28:06 Step 5/22 : RUN apk update && apk add make git 02:28:06 ---> Using cache 02:28:06 ---> 87924e2704de 02:28:06 Step 6/22 : COPY go.mod . 02:28:06 ---> Using cache 02:28:06 ---> 0d60262dcd6b 02:28:06 Step 7/22 : RUN go mod download 02:28:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 02:28:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:28:06 ---> f88a17e66715 02:28:06 Step 3/24 : WORKDIR /edgex-go 02:28:06 ---> Using cache 02:28:06 ---> efeeaecfb673 02:28:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:28:06 ---> Using cache 02:28:06 ---> 241c71bad173 02:28:06 Step 5/24 : RUN apk update && apk add make git 02:28:06 ---> Using cache 02:28:06 ---> 87924e2704de 02:28:06 Step 6/24 : COPY go.mod . 02:28:06 ---> Using cache 02:28:06 ---> 0d60262dcd6b 02:28:06 Step 7/24 : RUN go mod download 02:28:06 ---> Using cache 02:28:06 ---> 202b1e2018d0 02:28:06 Step 8/24 : COPY . . 02:28:06 ---> Using cache 02:28:06 ---> 202b1e2018d0 02:28:06 Step 8/22 : COPY . . 02:28:06 ---> Using cache 02:28:06 ---> 3036ad018f0c 02:28:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:28:06 ---> Using cache 02:28:06 ---> 3036ad018f0c 02:28:06 Step 9/22 : RUN make cmd/core-command/core-command 02:28:08 ---> Running in ac73d05a8f0c 02:28:08 ---> Running in 9d11cd3a8dbc 02:28:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:28:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:28:12 ---> f88a17e66715 02:28:12 Step 3/22 : WORKDIR /edgex-go 02:28:12 ---> Using cache 02:28:12 ---> efeeaecfb673 02:28:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:28:12 ---> Using cache 02:28:12 ---> 241c71bad173 02:28:12 Step 5/22 : RUN apk update && apk add make git 02:28:12 ---> Using cache 02:28:12 ---> 87924e2704de 02:28:12 Step 6/22 : COPY go.mod . 02:28:12 ---> Using cache 02:28:12 ---> 0d60262dcd6b 02:28:12 Step 7/22 : RUN go mod download 02:28:12 ---> Using cache 02:28:12 ---> 202b1e2018d0 02:28:12 Step 8/22 : COPY . . 02:28:12 ---> Using cache 02:28:12 ---> 3036ad018f0c 02:28:12 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 02:28: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 02:28:12 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 02:28:13 ---> Running in fa31285830f8 02:28:15 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 02:28:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 02:28:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:28:18 ---> f88a17e66715 02:28:18 Step 3/23 : WORKDIR /edgex-go 02:28:18 ---> Using cache 02:28:18 ---> efeeaecfb673 02:28:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:28:18 ---> Using cache 02:28:18 ---> 241c71bad173 02:28:18 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 02:28:20 ---> Running in 047ccd6fc0c1 02:28:22 ? github.com/edgexfoundry/edgex-go [no test files] 02:28:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:28:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:28:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:28:34 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:28:34 OK: 12750 distinct packages available 02:28:34 OK: 233 MiB in 51 packages 02:28:40 Removing intermediate container 047ccd6fc0c1 02:28:40 ---> 47dc7d1daecf 02:28:40 Step 6/23 : COPY go.mod . 02:28:40 Removing intermediate container 3eaa4f4d6238 02:28:40 ---> 12e02ad8c9c8 02:28:40 Step 21/27 : RUN pip install docker-compose==1.23.2 02:28:40 ---> Running in 2e332e62b887 02:28:40 ---> 9c443de2b35d 02:28:40 Step 7/23 : RUN go mod download 02:28:40 ---> Running in ee0f52ecfbfd 02:28:45 Collecting docker-compose==1.23.2 02:28:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:28:46 Collecting jsonschema<3,>=2.5.1 02:28:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:28:47 Removing intermediate container ee0f52ecfbfd 02:28:47 ---> 07633c30e400 02:28:47 Step 8/23 : COPY . . 02:28:47 Collecting dockerpty<0.5,>=0.4.1 02:28:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:28:50 Collecting PyYAML<4,>=3.10 02:28:50 Downloading PyYAML-3.13.tar.gz (270 kB) 02:28:50 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 02:28:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:28:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:28:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:28:52 Collecting docopt<0.7,>=0.6.1 02:28:52 Downloading docopt-0.6.2.tar.gz (25 kB) 02:28:54 Collecting cached-property<2,>=1.2.0 02:28:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:28:56 Collecting docker<4.0,>=3.6.0 02:28:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:28:59 Collecting websocket-client<1.0,>=0.32.0 02:28:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:29:00 Collecting texttable<0.10,>=0.9.0 02:29:00 Downloading texttable-0.9.1.tar.gz (11 kB) 02:29:00 Removing intermediate container fa31285830f8 02:29:00 ---> e0717d55ecfe 02:29:00 02:29:00 Step 10/22 : FROM alpine:3.10 02:29:01 Removing intermediate container 9d11cd3a8dbc 02:29:01 ---> 7be5a3aebff1 02:29:01 02:29:01 Step 10/22 : FROM scratch 02:29:01 ---> 02:29:01 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:29:01 3.10: Pulling from library/alpine 02:29:02 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) 02:29:02 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) 02:29:02 Collecting idna<2.8,>=2.5 02:29:02 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:29:04 Collecting urllib3<1.25,>=1.21.1 02:29:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:29:04 ---> Using cache 02:29:04 ---> ba4a5d2df060 02:29:04 Step 12/22 : ENV APP_PORT=48082 02:29:05 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 02:29:05 Collecting docker-pycreds>=0.4.0 02:29:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:29:05 ---> Running in 3cf58a59a8e5 02:29:05 Status: Downloaded newer image for alpine:3.10 02:29:05 ---> be4e4bea2c2e 02:29:05 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 02:29:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:29:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:29:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:29:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:29:06 Installing collected packages: jsonschema, dockerpty, PyYAML, idna, urllib3, requests, docopt, cached-property, websocket-client, docker-pycreds, docker, texttable, docker-compose 02:29:06 ---> Running in 1142314667e2 02:29:06 Running setup.py install for dockerpty: started 02:29:06 Removing intermediate container 3cf58a59a8e5 02:29:06 ---> 759b47d99105 02:29:06 Step 13/22 : EXPOSE $APP_PORT 02:29:07 ---> Running in 5ef12b8a86b7 02:29:08 Running setup.py install for dockerpty: finished with status 'done' 02:29:08 Running setup.py install for PyYAML: started 02:29:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 02:29:09 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:29:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 02:29:10 Removing intermediate container 5ef12b8a86b7 02:29:10 ---> f1eb48b67b3c 02:29:10 Step 14/22 : WORKDIR / 02:29:10 Running setup.py install for PyYAML: finished with status 'done' 02:29:10 Attempting uninstall: idna 02:29:10 Found existing installation: idna 2.9 02:29:10 Uninstalling idna-2.9: 02:29:10 Successfully uninstalled idna-2.9 02:29:10 ---> Running in 1d97d362410d 02:29:10 Attempting uninstall: urllib3 02:29:10 Found existing installation: urllib3 1.25.9 02:29:10 Uninstalling urllib3-1.25.9: 02:29:10 Removing intermediate container ac73d05a8f0c 02:29:10 ---> 2b9a5c11ce04 02:29:10 02:29:10 Step 10/24 : FROM alpine:3.10 02:29:10 ---> be4e4bea2c2e 02:29:10 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 02:29:11 Successfully uninstalled urllib3-1.25.9 02:29:11 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 02:29:11 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 02:29:11 OK: 10350 distinct packages available 02:29:11 (1/5) Installing ca-certificates (20191127-r2) 02:29:11 (2/5) Installing nghttp2-libs (1.39.2-r1) 02:29:11 (3/5) Installing libcurl (7.66.0-r3) 02:29:11 (4/5) Installing curl (7.66.0-r3) 02:29:11 (5/5) Installing dumb-init (1.2.2-r1) 02:29:11 Executing busybox-1.30.1-r3.trigger 02:29:11 ---> Running in 52963338291b 02:29:11 Executing ca-certificates-20191127-r2.trigger 02:29:11 OK: 7 MiB in 19 packages 02:29:11 Attempting uninstall: requests 02:29:11 Found existing installation: requests 2.23.0 02:29:11 Uninstalling requests-2.23.0: 02:29:12 Successfully uninstalled requests-2.23.0 02:29:12 Removing intermediate container 1d97d362410d 02:29:12 ---> db1858befae0 02:29:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 02:29:12 Running setup.py install for docopt: started 02:29:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:29:14 Running setup.py install for docopt: finished with status 'done' 02:29:15 ---> d1d45acc2ee5 02:29:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:29:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 02:29:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 02:29:16 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 02:29:16 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 02:29:16 OK: 10350 distinct packages available 02:29:16 Running setup.py install for texttable: started 02:29:17 (1/5) Installing ca-certificates (20191127-r2) 02:29:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 02:29:17 (3/5) Installing libcurl (7.66.0-r3) 02:29:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:29:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:29:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:29:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:29:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:29:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:29:17 Removing intermediate container 1142314667e2 02:29:17 ---> 8087347e306c 02:29:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 02:29:17 (4/5) Installing curl (7.66.0-r3) 02:29:17 Running setup.py install for texttable: finished with status 'done' 02:29:17 (5/5) Installing dumb-init (1.2.2-r1) 02:29:17 Executing busybox-1.30.1-r3.trigger 02:29:17 Executing ca-certificates-20191127-r2.trigger 02:29:17 OK: 7 MiB in 19 packages 02:29:17 ---> 2f3b7b8d4159 02:29:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:29:19 ---> Running in 6e5bf96c47bf 02:29:19 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 02:29:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:29:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:29:20 ---> a491e08ce03d 02:29:20 Step 18/22 : ENTRYPOINT ["/core-command"] 02:29:21 Removing intermediate container 6e5bf96c47bf 02:29:21 ---> 7d50472c708c 02:29:21 Step 13/22 : WORKDIR / 02:29:22 ---> Running in 7f3e5f77e341 02:29:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:29:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:29:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:29:23 ---> Running in 4e05d1af76b7 02:29:23 Removing intermediate container 52963338291b 02:29:23 ---> a7c0c04dae90 02:29:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:29:23 Removing intermediate container 7f3e5f77e341 02:29:23 ---> bf461ad15f79 02:29:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:29:24 ---> Running in bef7bb5b07a4 02:29:25 ---> Running in 3b1aaf77e0a4 02:29:26 Removing intermediate container 4e05d1af76b7 02:29:26 ---> 0f21f3a5b464 02:29:26 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 02:29:27 Removing intermediate container bef7bb5b07a4 02:29:27 ---> dba8f8c61d58 02:29:27 Step 13/24 : WORKDIR / 02:29:28 Removing intermediate container 3b1aaf77e0a4 02:29:28 ---> 44e5a217eead 02:29:28 Step 20/22 : LABEL arch=x86_64 02:29:28 Removing intermediate container 2e332e62b887 02:29:28 ---> 1b300184919d 02:29:28 Step 22/27 : RUN apk --no-cache add curl 02:29:28 ---> Running in 83a86ca94d2b 02:29:28 ---> Running in abfa87451e77 02:29:28 ---> ac7813529c86 02:29:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 02:29:29 ---> Running in 1b32939fddd5 02:29:30 Removing intermediate container 83a86ca94d2b 02:29:30 ---> 4164cee07162 02:29:30 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:29:31 Removing intermediate container abfa87451e77 02:29:31 ---> 8a65467182b4 02:29:31 Step 21/22 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:29:31 ---> Running in 0271e777bfd7 02:29:31 ---> 8b374ee6fbf2 02:29:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 02:29:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.275s coverage: 46.6% of statements 02:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:29:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:29:32 ---> 7cb35845f401 02:29:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:29:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:29:33 Removing intermediate container 0271e777bfd7 02:29:33 ---> e4f97d10534e 02:29:33 Step 22/22 : LABEL version=0.0.0 02:29:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:29:33 ---> 20d483c7efcb 02:29:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 02:29:33 (2/3) Installing libcurl (7.69.1-r3) 02:29:33 (3/3) Installing curl (7.69.1-r3) 02:29:33 Executing busybox-1.31.1-r19.trigger 02:29:33 OK: 72 MiB in 58 packages 02:29:33 ---> Running in 5e4fa8bbd1ab 02:29:34 ---> 258dae6b1744 02:29:34 Step 9/23 : RUN make cmd/core-data/core-data 02:29:34 ---> 851bce9d3fe0 02:29:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:29:34 ---> Running in a752f036a0ad 02:29:34 Removing intermediate container 5e4fa8bbd1ab 02:29:34 ---> fb389a4c654c 02:29:34 02:29:34 ---> fcdb86de0e88 02:29:34 Step 18/22 : RUN chmod +x entrypoint.sh 02:29:35 ---> Running in 2d44150784ad 02:29:35 Successfully built fb389a4c654c 02:29:35 ---> bc775c34ef74 02:29:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:29:35 Successfully tagged docker-core-command-go:latest 02:29:35  Building docker-core-command-go ... done Removing intermediate container 1b32939fddd5 02:29:35 ---> 927e27247135 02:29:35 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 02:29:36 ---> Running in 46e82085f562 02:29:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:29:37 Removing intermediate container 46e82085f562 02:29:37 ---> 3e5afd300183 02:29:37 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:29:37 ---> 06ef74911ddc 02:29:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:29:37 ---> Running in 48cc4a97fa10 02:29:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.458s coverage: 27.1% of statements 02:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:29:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.088s coverage: 100.0% of statements 02:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:29:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements 02:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:29:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.503s coverage: 71.3% of statements 02:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:29:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:29:38 Removing intermediate container 48cc4a97fa10 02:29:38 ---> 0b00bd310c9c 02:29:38 Step 25/27 : LABEL arch=x86_64 02:29:38 ---> Running in f7d9e93d04de 02:29:38 ---> 8766a4cbb325 02:29:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:29:38 Removing intermediate container 2d44150784ad 02:29:38 ---> b879dc929d5f 02:29:38 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 02:29:38 ---> Running in 164c25efd432 02:29:39 Removing intermediate container f7d9e93d04de 02:29:39 ---> 69276d197c62 02:29:39 Step 26/27 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:29:39 Removing intermediate container 164c25efd432 02:29:39 ---> 362ddf5c628f 02:29:39 Step 20/22 : LABEL arch=x86_64 02:29:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.621s coverage: 83.7% of statements 02:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:29:39 ---> Running in d1149a7df2c1 02:29:39 ---> 1e3ec4bf1f24 02:29:39 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:29:39 ---> Running in b3f0289c51d5 02:29:39 ---> Running in 71c5fb4008a0 02:29:40 Removing intermediate container d1149a7df2c1 02:29:40 ---> 99140cea873a 02:29:40 Step 27/27 : LABEL version=0.0.0 02:29:41 Removing intermediate container b3f0289c51d5 02:29:41 ---> 52a79db9364b 02:29:41 Step 21/22 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:29:41 ---> Running in 986953f76486 02:29:41 ---> Running in a97828df4e6e 02:29:42 Removing intermediate container a97828df4e6e 02:29:42 ---> 222999204fb6 02:29:42 Step 22/22 : LABEL version=0.0.0 02:29:42 Removing intermediate container 986953f76486 02:29:42 ---> d4e382726cc4 02:29:42 02:29:42 ---> Running in 71cf7ed9d32a 02:29:43 Successfully built d4e382726cc4 02:29:43 Successfully tagged docker-sys-mgmt-agent-go:latest 02:29:43  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 71cf7ed9d32a 02:29:43 ---> 0061bdf0476f 02:29:43 02:29:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.210s coverage: 28.6% of statements 02:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:29:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements 02:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:29:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.191s coverage: 100.0% of statements 02:29:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:29:44 Removing intermediate container 71c5fb4008a0 02:29:44 ---> 123460a06572 02:29:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:29:44 ---> Running in 4cd5ee6b6de0 02:29:44 Successfully built 0061bdf0476f 02:29:44 Successfully tagged docker-security-bootstrap-redis-go:latest 02:29:45  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 4cd5ee6b6de0 02:29:45 ---> 8f97322fb5d4 02:29:45 Step 22/24 : LABEL arch=x86_64 02:29:45 ---> Running in af18bb2eab20 02:29:46 Removing intermediate container af18bb2eab20 02:29:46 ---> 0ed94dcd91c0 02:29:46 Step 23/24 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:29:46 ---> Running in aacc53497895 02:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.311s coverage: 86.7% of statements 02:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.325s coverage: 97.5% of statements 02:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:29:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.145s coverage: 78.3% of statements 02:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:29:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:29:47 Removing intermediate container aacc53497895 02:29:47 ---> a98319136806 02:29:47 Step 24/24 : LABEL version=0.0.0 02:29:47 ---> Running in 598846e9c204 02:29:47 Removing intermediate container 598846e9c204 02:29:47 ---> 64c8ef5a9df2 02:29:47 02:29:48 Successfully built 64c8ef5a9df2 02:29:48 Successfully tagged docker-security-secretstore-setup-go:latest 02:29:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.996s coverage: 93.8% of statements 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:29:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.079s coverage: 58.8% of statements 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:29:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.183s coverage: 0.1% of statements 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.064s coverage: 100.0% of statements 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements 02:29:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.8% of statements 02:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.161s coverage: 87.2% of statements 02:29:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.185s coverage: 84.2% of statements 02:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.183s coverage: 91.4% of statements 02:29:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.636s coverage: 63.5% of statements 02:29:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:29:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.072s coverage: 100.0% of statements 02:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.108s coverage: 91.3% of statements 02:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.075s coverage: 100.0% of statements 02:29:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.095s coverage: 73.7% of statements 02:30:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 02:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.843s coverage: 55.9% of statements 02:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.379s coverage: 37.0% of statements 02:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:30:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.676s coverage: 84.0% of statements 02:30:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements 02:30:11  Building docker-security-secretstore-setup-go ... done Removing intermediate container a752f036a0ad 02:30:11 ---> f4225dc0d4fd 02:30:11 02:30:11 Step 10/23 : FROM alpine 02:30:11 ---> b14afc6dfb98 02:30:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:30:11 ---> Running in 7ed1802fcff3 02:30:11 Removing intermediate container 7ed1802fcff3 02:30:11 ---> f7a5bc9fb6a2 02:30:11 Step 12/23 : ENV APP_PORT=48080 02:30:11 ---> Running in 2169652db61d 02:30:11 Removing intermediate container 2169652db61d 02:30:11 ---> a6fcf5f038b1 02:30:11 Step 13/23 : EXPOSE $APP_PORT 02:30:11 ---> Running in 1f2d080caf56 02:30:12 Removing intermediate container 1f2d080caf56 02:30:12 ---> 9b03d5870692 02:30:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:30:12 ---> Running in 94f56e9e88e5 02:30:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.361s coverage: 47.1% of statements 02:30:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:30:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:30:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:30:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:30:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:30:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements 02:30:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:30:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.140s coverage: 100.0% of statements 02:30:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:30:14 Removing intermediate container 94f56e9e88e5 02:30:14 ---> eae863d8ebb3 02:30:14 Step 15/23 : RUN apk --no-cache add zeromq 02:30:14 ---> Running in e92861872152 02:30:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:30:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.958s coverage: 29.1% of statements 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:30:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.263s coverage: 99.0% of statements 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:30:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:30:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:30:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:30:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.092s coverage: 87.9% of statements 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:30:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:30:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 02:30:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:30:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 02:30:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements 02:30:20 GO111MODULE=on go vet ./... 02:30:23 (1/5) Installing libgcc (9.3.0-r2) 02:30:23 (2/5) Installing libsodium (1.0.18-r0) 02:30:24 (3/5) Installing libstdc++ (9.3.0-r2) 02:30:25 (4/5) Installing libzmq (4.3.3-r0) 02:30:26 (5/5) Installing zeromq (4.3.3-r0) 02:30:26 Executing busybox-1.31.1-r19.trigger 02:30:26 OK: 8 MiB in 19 packages 02:30:27 Removing intermediate container e92861872152 02:30:27 ---> 177f62de5a20 02:30:27 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 02:30:28 ---> a92e193455d9 02:30:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:30:30 ---> 7573426c5edc 02:30:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:30:30 ---> edfb2ca35272 02:30:30 Step 19/23 : ENTRYPOINT ["/core-data"] 02:30:30 ---> Running in 2b01a91a2b44 02:30:31 Removing intermediate container 2b01a91a2b44 02:30:31 ---> 4b28eeb5c03e 02:30:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:30:31 ---> Running in 1eb9813f897f 02:30:31 Removing intermediate container 1eb9813f897f 02:30:31 ---> f6e21bc4efbe 02:30:31 Step 21/23 : LABEL arch=x86_64 02:30:31 ---> Running in 0f303a1b1c07 02:30:32 Removing intermediate container 0f303a1b1c07 02:30:32 ---> b5985c4f3915 02:30:32 Step 22/23 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:30:32 ---> Running in 1e4426025fff 02:30:33 Removing intermediate container 1e4426025fff 02:30:33 ---> fbb960317e18 02:30:33 Step 23/23 : LABEL version=0.0.0 02:30:33 ---> Running in a09a3b98aef0 02:30:33 Removing intermediate container a09a3b98aef0 02:30:33 ---> 73c522d80968 02:30:33 02:30:34 Successfully built 73c522d80968 02:30:34 Successfully tagged docker-core-data-go:latest 02:30:35  Building docker-core-data-go ... done  [Pipeline] } 02:30:35 $ docker stop --time=1 ad6b7cb1a4481fbaf6a6d4cee6307dab8a9430cf779883d51051dfca82296172 02:30:37 $ docker rm -f ad6b7cb1a4481fbaf6a6d4cee6307dab8a9430cf779883d51051dfca82296172 [Pipeline] // withDockerContainer [Pipeline] sh 02:30:38 + docker images 02:30:38 + grep docker 02:30:39 docker-core-data-go latest 73c522d80968 5 seconds ago 22.2MB 02:30:39 docker-security-secretstore-setup-go latest 64c8ef5a9df2 51 seconds ago 24.7MB 02:30:39 docker-security-bootstrap-redis-go latest 0061bdf0476f 55 seconds ago 15.8MB 02:30:39 docker-sys-mgmt-agent-go latest d4e382726cc4 56 seconds ago 313MB 02:30:39 docker-core-command-go latest fb389a4c654c About a minute ago 10.6MB 02:30:39 docker-security-proxy-setup-go latest 0f972beada5d 3 minutes ago 24.6MB 02:30:39 docker-support-notifications-go latest 35eb18d414fe 3 minutes ago 12.1MB 02:30:39 docker-core-metadata-go latest 70480296ccc6 3 minutes ago 13MB 02:30:39 docker-support-scheduler-go latest 5e84b9ba5778 3 minutes ago 10.8MB 02:30:39 docker latest 0c995d0d3006 28 hours 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 02:30:55 Still waiting to schedule task 02:30:55 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 02:31:28 gofmt -l . 02:31:28 [ "`gofmt -l .`" = "" ] 02:31:28 ./bin/test-go-mod-tidy.sh 02:31:28 ./bin/test-attribution-txt.sh [Pipeline] sh 02:31:31 + ls -al . 02:31:31 total 660 02:31:31 drwxrwxr-x 9 1001 1001 4096 Dec 17 02:31 . 02:31:31 drwxr-xr-x 4 root root 4096 Dec 17 02:27 .. 02:31:31 -rw-rw-r-- 1 1001 1001 11 Dec 17 02:23 .dockerignore 02:31:31 drwxrwxr-x 8 1001 1001 4096 Dec 17 02:23 .git 02:31:31 drwxrwxr-x 3 1001 1001 4096 Dec 17 02:23 .github 02:31:31 -rw-rw-r-- 1 1001 1001 824 Dec 17 02:23 .gitignore 02:31:31 -rw-rw-r-- 1 1001 1001 166 Dec 17 02:23 .sonarcloud.properties 02:31:31 -rw-rw-r-- 1 1001 1001 3804 Dec 17 02:23 CONTRIBUTING.md 02:31:31 -rw-rw-r-- 1 1001 1001 1035 Dec 17 02:23 Dockerfile.build 02:31:31 -rw-rw-r-- 1 1001 1001 863 Dec 17 02:23 Jenkinsfile 02:31:31 -rw-rw-r-- 1 1001 1001 10775 Dec 17 02:23 LICENSE 02:31:31 -rw-rw-r-- 1 1001 1001 5750 Dec 17 02:23 Makefile 02:31:31 -rw-rw-r-- 1 1001 1001 6511 Dec 17 02:23 README.md 02:31:31 -rw-rw-r-- 1 1001 1001 6744 Dec 17 02:23 SECURITY.md 02:31:31 -rw-rw-r-- 1 1001 1001 5 Dec 17 02:15 VERSION 02:31:31 -rw-rw-r-- 1 1001 1001 4131 Dec 17 02:23 ZMQWindows.md 02:31:31 drwxrwxr-x 2 1001 1001 4096 Dec 17 02:23 bin 02:31:31 drwxrwxr-x 14 1001 1001 4096 Dec 17 02:23 cmd 02:31:31 -rw-r--r-- 1 root root 535157 Dec 17 02:30 coverage.out 02:31:31 -rw-r--r-- 1 root root 979 Dec 17 02:31 go.mod 02:31:31 -rw-r--r-- 1 root root 18631 Dec 17 02:31 go.sum 02:31:31 drwxrwxr-x 8 1001 1001 4096 Dec 17 02:23 internal 02:31:31 drwxrwxr-x 4 1001 1001 4096 Dec 17 02:23 openapi 02:31:31 drwxrwxr-x 4 1001 1001 4096 Dec 17 02:23 snap 02:31:31 -rw-rw-r-- 1 1001 1001 168 Dec 17 02:23 version.go [Pipeline] sh 02:31:32 + '[' -e coverage.out ] 02:31:32 + chown 1001:1001 coverage.out [Pipeline] stash 02:31:32 Warning: overwriting stash ‘coverage-report’ 02:31:33 Stashed 1 file(s) [Pipeline] sh 02:31:34 + make build 02:31:34 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 02:31:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:31:55 Running on prd-ubuntu18.04-docker-8c-8g-16455 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws 02:31:55 Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout 02:31:57 using credential edgex-jenkins-ssh 02:31:57 Cloning the remote Git repository 02:31:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:31:58 > git init /w/workspace/edgex-go/16 # timeout=10 02:31:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:31:58 > git --version # timeout=10 02:31:58 > git --version # 'git version 2.17.1' 02:31:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:31:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:32:06 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 02:32:10 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 02:32:15 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 02:32: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 02:32:22 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 02:32:22 Merging remotes/origin/master commit dd265b0a906f4796680bcfa54b47b0c8333d6388 into PR head commit 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:32:22 Merge succeeded, producing 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:32:22 Checking out Revision 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e (PR-2913) 02:32:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:32:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:32:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:32:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:32:22 using GIT_SSH to set credentials SSH Credentials for GitHub 02:32:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:32:22 > git config core.sparsecheckout # timeout=10 02:32:22 > git checkout -f 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e # timeout=10 02:32:22 > git remote # timeout=10 02:32:22 > git config --get remote.origin.url # timeout=10 02:32:22 using GIT_SSH to set credentials SSH Credentials for GitHub 02:32:22 > git merge dd265b0a906f4796680bcfa54b47b0c8333d6388 # timeout=10 02:32:22 > git rev-parse HEAD^{commit} # timeout=10 02:32:22 > git config core.sparsecheckout # timeout=10 02:32:22 > git checkout -f 89fedc6f5676edf1ed5f43ca42664d01fca0fb9e # timeout=10 02:32:26 Commit message: "feat(security): Address PR feedbacks" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:32:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 02:32:28 + echo snap-build.sh 02:32:28 snap-build.sh 02:32:28 + SNAP_BASE_DIR=. 02:32:28 + '[' '!' -z /w/workspace/edgex-go/16 ']' 02:32:28 + SNAP_BASE_DIR=/w/workspace/edgex-go/16 02:32:28 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/16]' 02:32:28 [snap-build] Building snap in dir [/w/workspace/edgex-go/16] 02:32:28 + cd /w/workspace/edgex-go/16 02:32:28 + sudo apt-get remove -qy --purge lxd lxd-client 02:32:28 Reading package lists... 02:32:28 Building dependency tree... 02:32:28 Reading state information... 02:32:28 The following packages were automatically installed and are no longer required: 02:32:28 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 02:32:28 uidmap xdelta3 02:32:28 Use 'sudo apt autoremove' to remove them. 02:32:28 The following packages will be REMOVED: 02:32:28 lxd* lxd-client* 02:32:28 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 02:32:28 After this operation, 31.7 MB disk space will be freed. 02:32:29 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 02:32:29 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 02:32:30 Removing lxd dnsmasq configuration 02:32:30 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 02:32:30 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 02:32:31 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 02:32:31 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 02:32:32 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 02:32:32 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 02:32:33 Processing triggers for systemd (237-3ubuntu10.42) ... 02:32:33 Processing triggers for ureadahead (0.100.0-21) ... 02:32:34 + sudo snap remove --purge lxd 02:32:34 snap "lxd" is not installed 02:32:34 + sudo groupadd --force --system lxd 02:32:34 ++ whoami 02:32:34 + sudo /usr/sbin/usermod -G lxd -a jenkins 02:32:34 + newgrp - lxd 02:32:34 + sudo snap install lxd 02:32:35 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 02:32:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 02:32:42 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 02:32:45 2020-12-17T02:32:42Z INFO Waiting for automatic snapd restart... [Pipeline] } 02:32:45 $ docker stop --time=1 9b0400309fa95a8c5a49b00f48b2c4500bcb33fb0b59144b2be1606f47d1dacb 02:32:48 $ docker rm -f 9b0400309fa95a8c5a49b00f48b2c4500bcb33fb0b59144b2be1606f47d1dacb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:32:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:32:50 02:32:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:32:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:32:51 latest: Pulling from edgex-devops/edgex-compose-arm64 02:32:51 29e5d40040c1: Pulling fs layer 02:32:51 1ce36da41761: Pulling fs layer 02:32:51 25b303627fd3: Pulling fs layer 02:32:52 29e5d40040c1: Verifying Checksum 02:32:52 29e5d40040c1: Download complete 02:32:52 29e5d40040c1: Pull complete 02:32:53 1ce36da41761: Download complete 02:32:54 1ce36da41761: Pull complete 02:32:54 25b303627fd3: Verifying Checksum 02:32:54 25b303627fd3: Download complete 02:32:57 lxd 4.9 from Canonical* installed 02:32:57 + sudo lxd init --auto 02:33:04 25b303627fd3: Pull complete 02:33:04 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:33:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:33:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:33:04 prd-ubuntu18.04-docker-arm64-4c-16g-16454 does not seem to be running inside a container 02:33:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:33:07 + sudo snap install --classic snapcraft 02:33:07 $ docker top 60ab0fa2f629429f3520bce24ac63f8d1bd37f88c297fa49c1bfdb9ca089f4d2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:33:08 + docker-compose build --help 02:33:08 + grep parallel 02:33:10 snapcraft 4.4.4 from Canonical* installed 02:33:10 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 02:33:10 + patch --verbose -p1 02:33:10 Hmm... Looks like a unified diff to me... 02:33:10 The text leading up to this was: 02:33:10 -------------------------- 02:33:10 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 02:33:10 |From: Tony Espy 02:33:10 |Date: Wed, 16 Dec 2020 16:34:55 -0500 02:33:10 |Subject: [PATCH] optimize snap build for pipeline CI check 02:33:10 | 02:33:10 |This patch is used by the EdgeX CI pipeline builds to 02:33:10 |optimize the snap CI check run for pull requests. When 02:33:10 |applied, it essentially strips out everything (apps and 02:33:10 |parts) from the snapcraft.yaml file except those required 02:33:10 |to build edgex-go, as the whole idea of the CI check is to 02:33:10 |catch changes to edgex-go that break the snap build. 02:33:10 | 02:33:10 |In general, anyone updating snapcraft.yaml will also need 02:33:10 |to update this patch file, otherwise it may fail to apply, 02:33:10 |resulting in a failed snap build CI check in the associated 02:33:10 |pull request. 02:33:10 | 02:33:10 |Note - in addition to applying this patch, the pipeline also 02:33:10 |only primes the snap (e.g. `snapcraft prime`), as there's no 02:33:10 |need to build the finally binary .snap file (and it won't 02:33:10 |work with the patch applied). This further reduces the build 02:33:10 |time. 02:33:10 |--- 02:33:10 | snap/snapcraft.yaml | 461 +------------------------------------------- 02:33:10 | 1 file changed, 2 insertions(+), 459 deletions(-) 02:33:10 | 02:33:10 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 02:33:10 |index 1e537489..faf42425 100644 02:33:10 |--- a/snap/snapcraft.yaml 02:33:10 |+++ b/snap/snapcraft.yaml 02:33:10 -------------------------- 02:33:10 patching file snap/snapcraft.yaml 02:33:10 Using Plan A... 02:33:10 Hunk #1 succeeded at 73. 02:33:10 Hunk #2 succeeded at 202. 02:33:10 Hunk #3 succeeded at 214. 02:33:10 Hunk #4 succeeded at 222. 02:33:10 Hunk #5 succeeded at 229. 02:33:10 Hunk #6 succeeded at 256. 02:33:10 Hunk #7 succeeded at 290. 02:33:10 Hunk #8 succeeded at 341. 02:33:10 Hmm... Ignoring the trailing garbage. 02:33:10 done 02:33:10 + sudo snapcraft prime --use-lxd 02:33:12 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 02:33:12 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: 02:33:12 - README.md 02:33:12 02:33:12 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:33:12 --parallel Build images in parallel. [Pipeline] } 02:33:12 $ docker stop --time=1 60ab0fa2f629429f3520bce24ac63f8d1bd37f88c297fa49c1bfdb9ca089f4d2 02:33:12 Launching a container. 02:33:14 $ docker rm -f 60ab0fa2f629429f3520bce24ac63f8d1bd37f88c297fa49c1bfdb9ca089f4d2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:33:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:33:14 . [Pipeline] withDockerContainer 02:33:15 prd-ubuntu18.04-docker-arm64-4c-16g-16454 does not seem to be running inside a container 02:33:15 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:33:16 $ docker top 86e7d3c5da9fbc0f2cc6f44907cab2869c661142d9b100b1247d3fef79cedb3e -eo pid,comm [Pipeline] { [Pipeline] sh 02:33:17 + docker-compose -f ./docker-compose-build.yml build --parallel 02:33:22 Building docker-core-command-go ... 02:33:22 Building docker-core-data-go ... 02:33:22 Building docker-core-metadata-go ... 02:33:22 Building docker-security-bootstrap-redis-go ... 02:33:22 Building docker-security-proxy-setup-go ... 02:33:22 Building docker-security-secretstore-setup-go ... 02:33:22 Building docker-support-notifications-go ... 02:33:22 Building docker-support-scheduler-go ... 02:33:22 Building docker-sys-mgmt-agent-go ... 02:33:22 Building docker-core-metadata-go 02:33:22 Building docker-sys-mgmt-agent-go 02:33:22 Building docker-support-scheduler-go 02:33:22 Building docker-security-proxy-setup-go 02:33:22 Building docker-security-bootstrap-redis-go 02:33:25 Waiting for container to be ready 02:33:25 To start your first instance, try: lxc launch ubuntu:18.04 02:33:25 02:33:27 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 02:33:27 Waiting for network to be ready... 02:33:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:33:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 02:33:28 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:33:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 02:33:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 02:33:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 02:33:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 02:33:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 02:33:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 02:33:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 02:33:28 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:33:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:33:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:33:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:33:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:33:29 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:33:29 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:33:29 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:33:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:33:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 02:33:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 02:33:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 02:33:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 02:33:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 02:33:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 02:33:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 02:33:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 02:33:32 Fetched 23.5 MB in 4s (5892 kB/s) 02:33:33 Reading package lists... 02:33:33 Reading package lists... 02:33:33 Building dependency tree... 02:33:33 Reading state information... 02:33:33 The following additional packages will be installed: 02:33:33 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:33:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:33:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:33:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 02:33:33 Suggested packages: 02:33:33 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 02:33:33 Recommended packages: 02:33:33 gnupg libsasl2-modules 02:33:33 The following NEW packages will be installed: 02:33:33 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:33:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:33:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:33:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 02:33:33 The following packages will be upgraded: 02:33:33 gpg gpg-agent gpgconf libudev1 02:33:33 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. 02:33:33 Need to get 3531 kB of archives. 02:33:33 After this operation, 13.3 MB of additional disk space will be used. 02:33:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 02:33:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 02:33:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 02:33:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] 02:33:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] 02:33:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 02:33:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 02:33:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 02:33:33 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 02:33:33 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 02:33:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 02:33:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 02:33:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 02:33:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 02:33:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 02:33:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 02:33:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 02:33:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 02:33:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 02:33:34 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 02:33:34 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 02:33:34 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 02:33:34 debconf: delaying package configuration, since apt-utils is not installed 02:33:34 Fetched 3531 kB in 1s (3126 kB/s) 02:33:34 (Reading database ... 12511 files and directories currently installed.) 02:33:34 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 02:33:34 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 02:33:34 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 02:33:34 Selecting previously unselected package udev. 02:33:34 (Reading database ... 12511 files and directories currently installed.) 02:33:34 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 02:33:34 Unpacking udev (237-3ubuntu10.43) ... 02:33:35 Selecting previously unselected package libfuse2:amd64. 02:33:35 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 02:33:35 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:33:35 Selecting previously unselected package fuse. 02:33:35 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 02:33:35 Unpacking fuse (2.9.7-1ubuntu1) ... 02:33:35 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 02:33:35 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:33:35 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 02:33:35 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:33:35 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 02:33:35 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:33:35 Selecting previously unselected package libksba8:amd64. 02:33:35 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 02:33:35 Unpacking libksba8:amd64 (1.3.5-2) ... 02:33:35 Selecting previously unselected package libroken18-heimdal:amd64. 02:33:35 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:33:35 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:35 Selecting previously unselected package libasn1-8-heimdal:amd64. 02:33:35 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:33:35 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:36 Selecting previously unselected package libheimbase1-heimdal:amd64. 02:33:36 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:33:36 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:36 Selecting previously unselected package libhcrypto4-heimdal:amd64. 02:33:36 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:33:36 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:36 Selecting previously unselected package libwind0-heimdal:amd64. 02:33:36 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:33:36 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:36 Selecting previously unselected package libhx509-5-heimdal:amd64. 02:33:36 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:33:36 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:36 Selecting previously unselected package libkrb5-26-heimdal:amd64. 02:33:36 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:33:36 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:36 Selecting previously unselected package libheimntlm0-heimdal:amd64. 02:33:36 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:33:36 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:36 Selecting previously unselected package libgssapi3-heimdal:amd64. 02:33:36 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:33:36 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:36 Selecting previously unselected package libsasl2-modules-db:amd64. 02:33:36 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 02:33:36 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 02:33:36 Selecting previously unselected package libsasl2-2:amd64. 02:33:36 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... 02:33:36 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 02:33:37 Selecting previously unselected package libldap-common. 02:33:37 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 02:33:37 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 02:33:37 Selecting previously unselected package libldap-2.4-2:amd64. 02:33:37 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 02:33:37 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 02:33:37 Selecting previously unselected package dirmngr. 02:33:37 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 02:33:37 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 02:33:37 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 02:33:37 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 02:33:37 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:33:37 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 02:33:37 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... 02:33:37 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 02:33:37 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:37 Setting up libksba8:amd64 (1.3.5-2) ... 02:33:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:33:37 Setting up udev (237-3ubuntu10.43) ... 02:33:37 invoke-rc.d: policy-rc.d denied execution of start. 02:33:38 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:38 Processing triggers for systemd (237-3ubuntu10) ... 02:33:38 Setting up fuse (2.9.7-1ubuntu1) ... 02:33:38 Setting up gpg (2.2.4-1ubuntu1.3) ... 02:33:38 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:38 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:38 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:38 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:38 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:38 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:38 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:33:38 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 02:33:38 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 02:33:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:33:38 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 02:33:38 settings in the [Install] section, and DefaultInstance for template units). 02:33:38 This means they are not meant to be enabled using systemctl. 02:33:38 Possible reasons for having this kind of units are: 02:33:38 1) A unit may be statically enabled by being symlinked from another unit's 02:33:38 .wants/ or .requires/ directory. 02:33:38 2) A unit's purpose may be to act as a helper for some other unit which has 02:33:38 a requirement dependency on it. 02:33:38 3) A unit may be started when needed via activation (socket, path, timer, 02:33:38 D-Bus, udev, scripted systemctl call, ...). 02:33:38 4) In case of template units, the unit is meant to be enabled with some 02:33:38 instance name specified. 02:33:39 Reading package lists... 02:33:39 Building dependency tree... 02:33:39 Reading state information... 02:33:39 The following additional packages will be installed: 02:33:39 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 02:33:39 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 02:33:39 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 02:33:39 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 02:33:39 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 02:33:39 Suggested packages: 02:33:39 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 02:33:39 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 02:33:39 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 02:33:39 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 02:33:39 systemd-container policykit-1 02:33:39 Recommended packages: 02:33:39 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 02:33:39 The following NEW packages will be installed: 02:33:39 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 02:33:39 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 02:33:39 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 02:33:39 multiarch-support openssh-client python3 python3-minimal python3.6 02:33:39 python3.6-minimal snapd squashfs-tools sudo 02:33:39 The following packages will be upgraded: 02:33:39 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 02:33:39 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. 02:33:39 Need to get 35.2 MB of archives. 02:33:39 After this operation, 141 MB of additional disk space will be used. 02:33:39 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 02:33:39 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 02:33:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 02:33:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 02:33:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 02:33:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 02:33:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 02:33:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 02:33:39 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 02:33:39 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 02:33:39 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 02:33:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 02:33:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 02:33:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 02:33:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 02:33:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 02:33:39 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 02:33:40 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 02:33:40 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 02:33:40 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 02:33:40 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 02:33:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 02:33:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 02:33:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 02:33:40 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 02:33:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 02:33:40 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 02:33:40 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 02:33:40 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 02:33:40 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 02:33:41 debconf: delaying package configuration, since apt-utils is not installed 02:33:41 Fetched 35.2 MB in 2s (16.1 MB/s) 02:33:41 (Reading database ... 12757 files and directories currently installed.) 02:33:41 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 02:33:41 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 02:33:42 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 02:33:42 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 02:33:42 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 02:33:42 (Reading database ... 12757 files and directories currently installed.) 02:33:42 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 02:33:42 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 02:33:43 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 02:33:43 (Reading database ... 12757 files and directories currently installed.) 02:33:43 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 02:33:43 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 02:33:43 Setting up apt (1.6.12ubuntu0.2) ... 02:33:43 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 02:33:43 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 02:33:43 (Reading database ... 12764 files and directories currently installed.) 02:33:43 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 02:33:43 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 02:33:44 Selecting previously unselected package libpython3.6-minimal:amd64. 02:33:44 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:33:44 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:33:44 Selecting previously unselected package libexpat1:amd64. 02:33:44 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 02:33:44 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:33:44 Selecting previously unselected package python3.6-minimal. 02:33:44 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:33:44 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 02:33:44 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 02:33:44 Checking for services that may need to be restarted...done. 02:33:44 Checking for services that may need to be restarted...done. 02:33:45 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:33:45 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:33:45 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 02:33:45 Selecting previously unselected package python3-minimal. 02:33:45 (Reading database ... 13012 files and directories currently installed.) 02:33:45 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 02:33:45 Unpacking python3-minimal (3.6.7-1~18.04) ... 02:33:45 Selecting previously unselected package mime-support. 02:33:45 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 02:33:45 Unpacking mime-support (3.60ubuntu1) ... 02:33:45 Selecting previously unselected package libmpdec2:amd64. 02:33:45 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 02:33:45 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:33:45 Selecting previously unselected package libpython3.6-stdlib:amd64. 02:33:45 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:33:45 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:33:45 Selecting previously unselected package python3.6. 02:33:45 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:33:46 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 02:33:46 Selecting previously unselected package libpython3-stdlib:amd64. 02:33:46 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 02:33:46 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:33:46 Setting up python3-minimal (3.6.7-1~18.04) ... 02:33:46 Selecting previously unselected package python3. 02:33:46 (Reading database ... 13442 files and directories currently installed.) 02:33:46 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 02:33:46 Unpacking python3 (3.6.7-1~18.04) ... 02:33:46 Selecting previously unselected package multiarch-support. 02:33:46 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 02:33:46 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 02:33:46 Setting up multiarch-support (2.27-3ubuntu1.4) ... 02:33:46 Selecting previously unselected package liblzo2-2:amd64. 02:33:46 (Reading database ... 13479 files and directories currently installed.) 02:33:46 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 02:33:46 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 02:33:46 Selecting previously unselected package libbsd0:amd64. 02:33:46 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 02:33:46 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:33:46 Selecting previously unselected package sudo. 02:33:46 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 02:33:46 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 02:33:47 Selecting previously unselected package apparmor. 02:33:47 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 02:33:47 Unpacking apparmor (2.12-4ubuntu5.1) ... 02:33:47 Selecting previously unselected package libedit2:amd64. 02:33:47 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 02:33:47 Unpacking libedit2:amd64 (3.1-20170329-1) ... 02:33:47 Selecting previously unselected package libkrb5support0:amd64. 02:33:47 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 02:33:47 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:33:47 Selecting previously unselected package libk5crypto3:amd64. 02:33:47 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 02:33:47 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:33:47 Selecting previously unselected package libkeyutils1:amd64. 02:33:47 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 02:33:47 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:33:47 Selecting previously unselected package libkrb5-3:amd64. 02:33:47 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 02:33:47 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:33:47 Selecting previously unselected package libgssapi-krb5-2:amd64. 02:33:47 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 02:33:47 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:33:48 Selecting previously unselected package libssl1.0.0:amd64. 02:33:48 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 02:33:48 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 02:33:48 Selecting previously unselected package openssh-client. 02:33:48 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 02:33:48 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 02:33:48 Selecting previously unselected package squashfs-tools. 02:33:48 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 02:33:48 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:33:48 Selecting previously unselected package snapd. 02:33:48 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 02:33:48 Unpacking snapd (2.48+18.04) ... 02:33:50 Setting up libedit2:amd64 (3.1-20170329-1) ... 02:33:50 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 02:33:50 Setting up mime-support (3.60ubuntu1) ... 02:33:50 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 02:33:50 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:33:50 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:33:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:33:50 Setting up systemd (237-3ubuntu10.43) ... 02:33:50 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 02:33:51 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:33:51 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:33:51 Setting up liblzo2-2:amd64 (2.08-1.2) ... 02:33:51 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:33:51 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:33:51 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 02:33:52 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:33:52 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:33:52 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:33:52 Setting up python3 (3.6.7-1~18.04) ... 02:33:52 running python rtupdate hooks for python3.6... 02:33:52 running python post-rtupdate hooks for python3.6... 02:33:52 Setting up apparmor (2.12-4ubuntu5.1) ... 02:33:55 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 02:33:55 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:33:55 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 02:33:55 Setting up snapd (2.48+18.04) ... 02:33:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 02:33:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 02:33:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 02:33:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 02:33:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:33:56 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:33:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 02:33:56 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 02:33:56 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 02:33:57 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 02:33:57 /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' 02:33:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:33:57 Processing triggers for systemd (237-3ubuntu10.43) ... 02:33:58 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:33:58 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:33:58 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:33:59 Reading package lists... 02:33:59 Reading package lists... 02:34:00 Building dependency tree... 02:34:00 Reading state information... 02:34:00 Calculating upgrade... 02:34:00 The following packages will be upgraded: 02:34:00 advancecomp base-files bash binutils binutils-common 02:34:00 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 02:34:00 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 02:34:00 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 02:34:00 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 02:34:00 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 02:34:00 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 02:34:00 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 02:34:00 libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g 02:34:00 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 02:34:00 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 02:34:00 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 02:34:00 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 02:34:00 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 02:34:00 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 02:34:00 Need to get 63.5 MB of archives. 02:34:00 After this operation, 5191 kB of additional disk space will be used. 02:34:00 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 02:34:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] 02:34:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 02:34:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 02:34:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 02:34:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 02:34:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 02:34:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 02:34:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 02:34:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 02:34:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 02:34:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 02:34:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 02:34:01 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 02:34:01 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 02:34:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 02:34:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 02:34:01 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 02:34:01 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 02:34:01 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 02:34:01 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 02:34:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 02:34:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 02:34:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 02:34:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 02:34:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 02:34:01 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 02:34:01 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 02:34:01 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 02:34:01 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 02:34:01 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 02:34:01 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 02:34:01 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 02:34:01 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 02:34:01 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 02:34:01 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 02:34:01 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 02:34:01 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 02:34:01 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 02:34:01 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 02:34:01 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 02:34:01 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 02:34:01 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 02:34:01 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 02:34:01 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 02:34:01 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 02:34:01 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 02:34:01 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 02:34:01 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 02:34:01 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 02:34:01 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 02:34:01 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 02:34:01 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 02:34:01 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 02:34:01 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 02:34:01 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 02:34:01 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 02:34:01 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 02:34:01 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 02:34:01 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 02:34:01 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 02:34:01 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 02:34:01 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 02:34:01 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 02:34:01 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 02:34:01 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 02:34:01 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 02:34:01 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 02:34:01 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 02:34:01 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 02:34:01 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 02:34:01 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 02:34:02 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 02:34:02 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 02:34:02 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 02:34:02 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 02:34:02 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] 02:34:02 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 02:34:02 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 02:34:02 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 02:34:02 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 02:34:02 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 02:34:02 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 02:34:02 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 02:34:02 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 02:34:02 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 02:34:02 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 02:34:02 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 02:34:03 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 02:34:03 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 02:34:03 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 02:34:03 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 02:34:03 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 02:34:03 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 02:34:03 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 02:34:03 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 02:34:03 debconf: delaying package configuration, since apt-utils is not installed 02:34:03 Fetched 63.5 MB in 4s (17.7 MB/s) 02:34:03 (Reading database ... 13912 files and directories currently installed.) 02:34:03 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 02:34:03 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:34:04 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 02:34:04 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:34:04 Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... 02:34:04 Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... 02:34:05 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:34:05 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:34:05 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:34:05 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:34:05 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:34:05 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:34:05 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:34:05 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:34:05 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:34:06 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:34:06 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:34:06 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:34:06 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:34:06 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:34:06 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 02:34:06 (Reading database ... 13911 files and directories currently installed.) 02:34:06 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 02:34:06 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 02:34:06 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 02:34:06 (Reading database ... 13911 files and directories currently installed.) 02:34:06 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:34:06 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:34:06 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:34:06 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:34:06 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:34:07 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:34:07 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 02:34:07 (Reading database ... 13911 files and directories currently installed.) 02:34:07 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 02:34:07 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:34:07 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 02:34:07 (Reading database ... 13911 files and directories currently installed.) 02:34:07 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 02:34:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 02:34:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 02:34:08 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 02:34:08 Setting up base-files (10.1ubuntu2.10) ... 02:34:08 Installing new version of config file /etc/issue ... 02:34:08 Installing new version of config file /etc/issue.net ... 02:34:08 Installing new version of config file /etc/lsb-release ... 02:34:08 Installing new version of config file /etc/update-motd.d/50-motd-news ... 02:34:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 02:34:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 02:34:08 Removing obsolete conffile /etc/default/motd-news ... 02:34:08 (Reading database ... 13912 files and directories currently installed.) 02:34:08 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 02:34:08 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 02:34:08 Setting up bash (4.4.18-2ubuntu1.2) ... 02:34:09 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 02:34:09 (Reading database ... 13912 files and directories currently installed.) 02:34:09 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 02:34:09 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 02:34:09 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 02:34:09 (Reading database ... 13912 files and directories currently installed.) 02:34:09 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 02:34:09 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 02:34:09 Setting up tar (1.29b-2ubuntu0.1) ... 02:34:09 (Reading database ... 13912 files and directories currently installed.) 02:34:09 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 02:34:09 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:34:09 Setting up dpkg (1.19.0.5ubuntu2.3) ... 02:34:09 (Reading database ... 13912 files and directories currently installed.) 02:34:09 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 02:34:09 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:34:10 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 02:34:10 (Reading database ... 13912 files and directories currently installed.) 02:34:10 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 02:34:10 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:34:10 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 02:34:10 (Reading database ... 13912 files and directories currently installed.) 02:34:10 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 02:34:10 Unpacking grep (3.1-2build1) over (3.1-2) ... 02:34:10 Setting up grep (3.1-2build1) ... 02:34:10 (Reading database ... 13912 files and directories currently installed.) 02:34:10 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 02:34:10 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:34:10 Setting up login (1:4.5-1ubuntu2) ... 02:34:11 (Reading database ... 13912 files and directories currently installed.) 02:34:11 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 02:34:11 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:34:11 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 02:34:11 (Reading database ... 13912 files and directories currently installed.) 02:34:11 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 02:34:11 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:34:11 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 02:34:11 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:34:11 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 02:34:11 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:34:12 Setting up perl-base (5.26.1-6ubuntu0.5) ... 02:34:12 (Reading database ... 13912 files and directories currently installed.) 02:34:12 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 02:34:12 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:34:13 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:34:13 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:34:13 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:34:13 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:34:13 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 02:34:13 (Reading database ... 13912 files and directories currently installed.) 02:34:13 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 02:34:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 02:34:14 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 02:34:14 (Reading database ... 13912 files and directories currently installed.) 02:34:14 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:34:14 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:34:14 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:34:14 (Reading database ... 13912 files and directories currently installed.) 02:34:14 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:34:14 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:34:14 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:34:14 (Reading database ... 13912 files and directories currently installed.) 02:34:14 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:34:14 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:34:14 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:34:15 (Reading database ... 13912 files and directories currently installed.) 02:34:15 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:34:15 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:34:15 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:34:15 (Reading database ... 13912 files and directories currently installed.) 02:34:15 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 02:34:15 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:34:15 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 02:34:15 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:34:15 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 02:34:15 (Reading database ... 13912 files and directories currently installed.) 02:34:15 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 02:34:15 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:34:15 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 02:34:15 (Reading database ... 13912 files and directories currently installed.) 02:34:15 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:34:16 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:34:16 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:34:16 (Reading database ... 13912 files and directories currently installed.) 02:34:16 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:34:16 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:34:16 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 02:34:16 (Reading database ... 13912 files and directories currently installed.) 02:34:16 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:34:16 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:34:17 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 02:34:17 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 02:34:17 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 02:34:17 (Reading database ... 13912 files and directories currently installed.) 02:34:17 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 02:34:17 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:34:17 Setting up libc-bin (2.27-3ubuntu1.4) ... 02:34:18 (Reading database ... 13912 files and directories currently installed.) 02:34:18 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 02:34:18 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:34:18 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 02:34:18 (Reading database ... 13914 files and directories currently installed.) 02:34:18 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 02:34:18 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 02:34:18 Setting up debconf (1.5.66ubuntu1) ... 02:34:18 (Reading database ... 13914 files and directories currently installed.) 02:34:18 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:34:18 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:34:18 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:34:19 (Reading database ... 13914 files and directories currently installed.) 02:34:19 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:34:19 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:34:19 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 02:34:19 (Reading database ... 13914 files and directories currently installed.) 02:34:19 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:34:19 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:34:19 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:34:19 (Reading database ... 13914 files and directories currently installed.) 02:34:19 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:34:19 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:34:19 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 02:34:19 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 02:34:19 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 02:34:19 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:34:20 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 02:34:20 (Reading database ... 13914 files and directories currently installed.) 02:34:20 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 02:34:20 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 02:34:20 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 02:34:20 (Reading database ... 13914 files and directories currently installed.) 02:34:20 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 02:34:20 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:34:20 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 02:34:20 (Reading database ... 13914 files and directories currently installed.) 02:34:20 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 02:34:21 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:34:21 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 02:34:21 (Reading database ... 13914 files and directories currently installed.) 02:34:21 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 02:34:21 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 02:34:21 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 02:34:21 (Reading database ... 13914 files and directories currently installed.) 02:34:21 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 02:34:21 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:34:21 Setting up passwd (1:4.5-1ubuntu2) ... 02:34:21 (Reading database ... 13914 files and directories currently installed.) 02:34:21 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 02:34:21 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:34:22 Setting up gpgv (2.2.4-1ubuntu1.3) ... 02:34:22 (Reading database ... 13914 files and directories currently installed.) 02:34:22 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 02:34:22 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 02:34:22 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 02:34:22 (Reading database ... 13914 files and directories currently installed.) 02:34:22 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 02:34:22 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 02:34:22 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 02:34:22 (Reading database ... 13914 files and directories currently installed.) 02:34:22 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 02:34:22 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 02:34:22 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 02:34:22 (Reading database ... 13914 files and directories currently installed.) 02:34:22 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 02:34:22 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 02:34:22 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 02:34:23 (Reading database ... 13914 files and directories currently installed.) 02:34:23 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 02:34:23 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 02:34:23 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 02:34:23 (Reading database ... 13915 files and directories currently installed.) 02:34:23 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:34:23 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:34:23 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:34:23 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:34:23 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 02:34:23 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 02:34:23 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 02:34:23 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 02:34:23 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 02:34:23 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 02:34:24 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 02:34:24 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 02:34:24 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 02:34:24 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 02:34:24 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 02:34:24 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 02:34:24 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 02:34:24 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 02:34:24 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 02:34:24 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 02:34:24 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 02:34:24 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 02:34:24 Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... 02:34:24 Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... 02:34:26 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 02:34:26 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 02:34:26 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 02:34:26 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 02:34:26 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:34:26 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:34:26 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:34:26 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:34:27 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:34:27 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:34:27 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:34:27 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:34:27 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:34:27 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:34:27 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:34:27 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:34:27 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:34:27 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:34:27 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:34:27 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:34:28 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:34:28 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:34:29 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:34:29 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:34:30 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 02:34:30 Step 2/27 : FROM ${BUILDER_BASE} AS builder 02:34:30 ---> 981f76232263 02:34:30 Step 3/27 : WORKDIR /edgex-go 02:34:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 02:34:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:34:30 ---> 981f76232263 02:34:30 Step 3/21 : WORKDIR /edgex-go 02:34:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:34:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:34:30 ---> 981f76232263 02:34:30 Step 3/22 : WORKDIR /edgex-go 02:34:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:34:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:34:30 ---> 981f76232263 02:34:30 Step 3/22 : WORKDIR /edgex-go 02:34:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 02:34:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:34:30 ---> 981f76232263 02:34:30 Step 3/21 : WORKDIR /edgex-go 02:34:30 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:34:30 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:34:30 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:34:30 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:34:31 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:34:31 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:34:31 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:34:31 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:34:31 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 02:34:31 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:34:31 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 02:34:31 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:34:32 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 02:34:32 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 02:34:32 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:34:32 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:34:32 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:34:32 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:34:32 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 02:34:32 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 02:34:32 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:34:32 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 02:34:32 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:34:32 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:34:32 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:34:32 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 02:34:32 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 02:34:32 Setting up tzdata (2020d-0ubuntu0.18.04) ... 02:34:32 02:34:32 Current default time zone: 'Etc/UTC' 02:34:32 Local time is now: Thu Dec 17 02:34:32 UTC 2020. 02:34:32 Universal Time is now: Thu Dec 17 02:34:32 UTC 2020. 02:34:32 Run 'dpkg-reconfigure tzdata' if you wish to change it. 02:34:32 02:34:32 Setting up systemd-sysv (237-3ubuntu10.43) ... 02:34:32 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:34:32 Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... 02:34:32 Setting up mount (2.31.1-0.4ubuntu3.7) ... 02:34:32 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 02:34:32 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 02:34:32 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 02:34:33 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 02:34:33 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 02:34:33 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 02:34:33 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:34:33 Setting up procps (2:3.3.12-3ubuntu1.2) ... 02:34:33 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 02:34:33 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 02:34:33 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 02:34:33 Setting up patch (2.7.6-2ubuntu1.1) ... 02:34:33 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 02:34:33 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 02:34:33 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 02:34:33 Installing new version of config file /etc/ssl/openssl.cnf ... 02:34:33 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 02:34:33 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 02:34:33 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 02:34:34 ---> Running in 4906163448b7 02:34:34 ---> Running in a9db0c427b2a 02:34:34 ---> Running in 7aca6e91c5d7 02:34:34 ---> Running in 925471e13c99 02:34:34 ---> Running in 11ab33cabb03 02:34:34 Removing intermediate container 11ab33cabb03 02:34:34 ---> 06ec41d7c8fb 02:34:34 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:34:34 Removing intermediate container 7aca6e91c5d7 02:34:34 ---> 5e7f5cf8f3da 02:34:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:34:34 Removing intermediate container 4906163448b7 02:34:34 ---> a64877e7a5d5 02:34:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:34:34 Removing intermediate container 925471e13c99 02:34:34 ---> 12488304182d 02:34:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:34:34 Removing intermediate container a9db0c427b2a 02:34:34 ---> dc438645ae07 02:34:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:34:34 ---> Running in 07718782974f 02:34:34 ---> Running in 29a8ad5a51a6 02:34:34 ---> Running in 2fabd338f33f 02:34:34 ---> Running in fce1263c971e 02:34:34 ---> Running in 4f516f7a56f6 02:34:35 Updating certificates in /etc/ssl/certs... 02:34:36 22 added, 17 removed; done. 02:34:36 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 02:34:36 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:34:36 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 02:34:36 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 02:34:36 Setting up pkgbinarymangler (138.18.04.1) ... 02:34:36 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 02:34:36 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 02:34:36 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 02:34:36 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 02:34:36 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:34:36 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 02:34:36 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:34:36 Setting up perl (5.26.1-6ubuntu0.5) ... 02:34:36 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 02:34:36 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 02:34:36 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 02:34:36 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 02:34:36 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 02:34:37 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 02:34:37 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 02:34:37 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 02:34:37 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 02:34:37 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:34:37 Processing triggers for systemd (237-3ubuntu10.43) ... 02:34:37 Processing triggers for mime-support (3.60ubuntu1) ... 02:34:37 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 02:34:37 Updating certificates in /etc/ssl/certs... 02:34:37 0 added, 0 removed; done. 02:34:37 Running hooks in /etc/ca-certificates/update.d... 02:34:37 done. 02:34:38 Reading package lists... 02:34:38 Removing intermediate container 07718782974f 02:34:38 ---> 852bf6706d99 02:34:38 Step 5/27 : RUN apk update && apk add make bash git 02:34:38 Building dependency tree... 02:34:38 Reading state information... 02:34:38 ---> Running in 704457e7ba66 02:34:38 The following NEW packages will be installed: 02:34:38 apt-transport-https 02:34:38 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 02:34:38 Need to get 1696 B of archives. 02:34:38 After this operation, 153 kB of additional disk space will be used. 02:34:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 02:34:38 debconf: delaying package configuration, since apt-utils is not installed 02:34:38 Fetched 1696 B in 0s (27.3 kB/s) 02:34:38 Removing intermediate container 29a8ad5a51a6 02:34:38 ---> b015e6d0ffba 02:34:38 Step 5/22 : RUN apk update && apk add make git 02:34:38 Removing intermediate container 2fabd338f33f 02:34:38 ---> f5fc051e0e21 02:34:38 Step 5/21 : RUN apk update && apk add make git 02:34:38 Selecting previously unselected package apt-transport-https. 02:34:38 (Reading database ... 13929 files and directories currently installed.) 02:34:38 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 02:34:38 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 02:34:38 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 02:34:39 ---> Running in bbf05710e1ba 02:34:39 ---> Running in c2128ae24aed 02:34:39 Waiting for network to be ready... 02:34:39 Removing intermediate container 4f516f7a56f6 02:34:39 ---> 7710f0ca1856 02:34:39 Step 5/22 : RUN apk update && apk add make git 02:34:39 Removing intermediate container fce1263c971e 02:34:39 ---> 3b1df4a22262 02:34:39 Step 5/21 : RUN apk update && apk add make git 02:34:39 ---> Running in c9bee750c0af 02:34:39 ---> Running in 1bb4d2d26af1 02:34:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:34:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:34:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:34:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:34:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:34:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:34:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:34:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:34:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:34:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:34:44 2020-12-17T02:34:42Z INFO Waiting for automatic snapd restart... 02:34:44 snapd 2.48.1 from Canonical* installed 02:34:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:34:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:34:45 OK: 12620 distinct packages available 02:34:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:34:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:34:45 OK: 12620 distinct packages available 02:34:45 OK: 217 MiB in 51 packages 02:34:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:34:45 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:34:45 OK: 12620 distinct packages available 02:34:45 OK: 217 MiB in 51 packages 02:34:45 "snapd" switched to the "latest/stable" channel 02:34:45 02:34:46 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:34:46 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:34:46 OK: 12620 distinct packages available 02:34:46 OK: 217 MiB in 51 packages 02:34:46 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:34:46 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:34:46 OK: 12620 distinct packages available 02:34:47 OK: 217 MiB in 51 packages 02:34:47 OK: 217 MiB in 51 packages 02:34:47 Removing intermediate container 704457e7ba66 02:34:47 ---> d36f2f10a03f 02:34:47 Step 6/27 : COPY go.mod . 02:34:47 Removing intermediate container bbf05710e1ba 02:34:47 ---> 6ab65dfe20ed 02:34:47 Step 6/22 : COPY go.mod . 02:34:48 Removing intermediate container c2128ae24aed 02:34:48 ---> 3a1528141e0b 02:34:48 Step 6/21 : COPY go.mod . 02:34:48 core18 20200929 from Canonical* installed 02:34:48 "core18" switched to the "latest/stable" channel 02:34:48 02:34:48 ---> b1d435e15ce1 02:34:48 Step 7/27 : RUN go mod download 02:34:49 Removing intermediate container c9bee750c0af 02:34:49 ---> 6a6c20bcb8a4 02:34:49 Step 6/22 : COPY go.mod . 02:34:49 ---> 55a7de545e83 02:34:49 Step 7/22 : RUN go mod download 02:34:49 ---> Running in 9489f6d9036c 02:34:49 ---> Running in cea8000eda38 02:34:49 Removing intermediate container 1bb4d2d26af1 02:34:49 ---> 66901485d309 02:34:49 Step 6/21 : COPY go.mod . 02:34:49 ---> 69823eca7463 02:34:49 Step 7/21 : RUN go mod download 02:34:49 ---> Running in ddd2f10c3214 02:34:50 ---> 6ead8b3b4133 02:34:50 Step 7/22 : RUN go mod download 02:34:50 ---> Running in da8ed1ade36f 02:34:50 ---> da70e7845bef 02:34:50 Step 7/21 : RUN go mod download 02:34:50 ---> Running in 7152e5d45fda 02:34:51 snapcraft 4.4.4 from Canonical* installed 02:34:51 "snapcraft" switched to the "latest/stable" channel 02:34:51 02:34:54 Removing intermediate container cea8000eda38 02:34:54 ---> c0aeb8b1aba3 02:34:54 Step 8/22 : COPY . . 02:34:54 Removing intermediate container 9489f6d9036c 02:34:54 ---> edf4697d888a 02:34:54 Step 8/27 : COPY . . 02:34:54 Removing intermediate container ddd2f10c3214 02:34:54 ---> 135421646334 02:34:54 Step 8/21 : COPY . . 02:34:54 Removing intermediate container da8ed1ade36f 02:34:54 ---> a2a6baf37a26 02:34:54 Step 8/22 : COPY . . 02:34:55 Removing intermediate container 7152e5d45fda 02:34:55 ---> 1988b074431e 02:34:55 Step 8/21 : COPY . . 02:34:55 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 02:34:55 - README.md 02:34:55 02:34:55 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:35:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:35:01 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:35:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:35:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:35:03 Reading package lists... 02:35:03 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 02:35:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:35:10 Reading package lists... 02:35:10 Building dependency tree... 02:35:10 Reading state information... 02:35:10 Suggested packages: 02:35:10 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 02:35:10 git-gui gitk gitweb git-cvs git-mediawiki git-svn 02:35:10 Recommended packages: 02:35:10 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 02:35:10 The following NEW packages will be installed: 02:35:10 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 02:35:10 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 02:35:10 pkg-config zip 02:35:10 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 02:35:10 Need to get 7655 kB of archives. 02:35:10 After this operation, 43.7 MB of additional disk space will be used. 02:35:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 02:35:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 02:35:10 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 02:35:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 02:35:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 02:35:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 02:35:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 02:35:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 02:35:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 02:35:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 02:35:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 02:35:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 02:35:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 02:35:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 02:35:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 02:35:10 debconf: delaying package configuration, since apt-utils is not installed 02:35:10 Fetched 7655 kB in 1s (10.6 MB/s) 02:35:10 Selecting previously unselected package libglib2.0-0:amd64. 02:35:10 (Reading database ... 13933 files and directories currently installed.) 02:35:10 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 02:35:10 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 02:35:10 Selecting previously unselected package libpsl5:amd64. 02:35:10 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 02:35:10 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 02:35:11 Selecting previously unselected package libnghttp2-14:amd64. 02:35:11 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 02:35:11 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:35:11 Selecting previously unselected package librtmp1:amd64. 02:35:11 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 02:35:11 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:35:11 Selecting previously unselected package libcurl3-gnutls:amd64. 02:35:11 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 02:35:11 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 02:35:11 Selecting previously unselected package liberror-perl. 02:35:11 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 02:35:11 Unpacking liberror-perl (0.17025-1) ... 02:35:11 Selecting previously unselected package git-man. 02:35:11 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 02:35:11 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 02:35:11 Selecting previously unselected package git. 02:35:11 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 02:35:11 Unpacking git (1:2.17.1-1ubuntu0.7) ... 02:35:12 Selecting previously unselected package libnorm1:amd64. 02:35:12 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 02:35:12 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:35:12 Selecting previously unselected package libpgm-5.2-0:amd64. 02:35:12 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 02:35:12 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:35:12 Selecting previously unselected package libsodium23:amd64. 02:35:12 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 02:35:12 Unpacking libsodium23:amd64 (1.0.16-2) ... 02:35:12 Selecting previously unselected package libzmq5:amd64. 02:35:12 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 02:35:12 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:35:12 Selecting previously unselected package libzmq3-dev:amd64. 02:35:12 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 02:35:12 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:35:13 Selecting previously unselected package pkg-config. 02:35:13 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 02:35:13 Unpacking pkg-config (0.29.1-0ubuntu2) ... 02:35:13 Selecting previously unselected package zip. 02:35:13 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 02:35:13 Unpacking zip (3.0-11build1) ... 02:35:13 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:35:13 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 02:35:13 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:35:13 Setting up liberror-perl (0.17025-1) ... 02:35:13 Setting up libpsl5:amd64 (0.19.1-5build1) ... 02:35:13 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 02:35:13 No schema files found: doing nothing. 02:35:13 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:35:13 Setting up zip (3.0-11build1) ... 02:35:13 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:35:13 Setting up libsodium23:amd64 (1.0.16-2) ... 02:35:13 Setting up pkg-config (0.29.1-0ubuntu2) ... 02:35:13 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:35:13 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 02:35:13 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:35:13 Setting up git (1:2.17.1-1ubuntu0.7) ... 02:35:13 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:35:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:35:20 git set to automatically installed. 02:35:20 git-man set to automatically installed. 02:35:20 libcurl3-gnutls set to automatically installed. 02:35:20 liberror-perl set to automatically installed. 02:35:20 libglib2.0-0 set to automatically installed. 02:35:20 libnghttp2-14 set to automatically installed. 02:35:20 libnorm1 set to automatically installed. 02:35:20 libpgm-5.2-0 set to automatically installed. 02:35:20 libpsl5 set to automatically installed. 02:35:20 librtmp1 set to automatically installed. 02:35:20 libsodium23 set to automatically installed. 02:35:20 libzmq3-dev set to automatically installed. 02:35:20 libzmq5 set to automatically installed. 02:35:20 pkg-config set to automatically installed. 02:35:20 zip set to automatically installed. 02:35:21 ---> a78510dbce87 02:35:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:35:21 ---> 0842705b3914 02:35:21 Step 9/22 : RUN make cmd/core-metadata/core-metadata 02:35:21 ---> 46904fec8105 02:35:21 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 02:35:21 ---> f16e0f6277f5 02:35:21 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:35:21 ---> 5b7d3150955b 02:35:21 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 02:35:21 ---> Running in 110d66dc6cc1 02:35:21 ---> Running in 3b3d2089f385 02:35:21 ---> Running in 37bed11cc1cc 02:35:21 ---> Running in 6abe79462bec 02:35:21 ---> Running in 044b4b88714c 02:35:21 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 02:35:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:35: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 02:35:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 02:35:21 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 02:35:22 snapd is not logged in, snap install commands will use sudo 02:35:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:35:32 core18 20201210 from Canonical* refreshed 02:35:33 Pulling config-common 02:35:34 Pulling go-build-helper 02:35:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:35:56 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:35:56 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:35:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] 02:35:56 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:35:56 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:35:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] 02:35:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] 02:35:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] 02:35:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] 02:35:56 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:35:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] 02:35:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] 02:35:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:35:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:35:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:35:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:35:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] 02:35:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:35:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] 02:35:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] 02:35:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] 02:35:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 02:35:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] 02:35:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] 02:35:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] 02:35:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] 02:35:56 Fetched 23.5 MB in 0s (0 B/s) 02:35:56 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 02:35:56 Fetched 96.5 kB in 0s (0 B/s) 02:35:56 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 02:35:56 Fetched 279 kB in 0s (0 B/s) 02:35:56 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 02:35:56 Fetched 122 kB in 0s (0 B/s) 02:35:56 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 02:35:56 Fetched 77.8 kB in 0s (0 B/s) 02:35:56 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 02:35:56 Fetched 8848 B in 0s (0 B/s) 02:35:56 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 02:35:56 Fetched 47.8 kB in 0s (0 B/s) 02:35:56 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 02:35:56 Fetched 45.6 kB in 0s (0 B/s) 02:35:56 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 02:35:56 Fetched 14.8 kB in 0s (0 B/s) 02:35:56 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 02:35:56 Fetched 214 kB in 0s (0 B/s) 02:35:56 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 02:35:56 Fetched 155 kB in 0s (0 B/s) 02:35:56 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 02:35:56 Fetched 50.6 kB in 0s (0 B/s) 02:35:56 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 02:35:56 Fetched 14.8 kB in 0s (0 B/s) 02:35:56 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 02:35:56 Fetched 41.8 kB in 0s (0 B/s) 02:35:56 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 02:35:56 Fetched 499 kB in 0s (0 B/s) 02:35:56 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 02:35:56 Fetched 111 kB in 0s (0 B/s) 02:35:56 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 02:35:56 Fetched 240 kB in 0s (0 B/s) 02:35:56 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 02:35:56 Fetched 29.3 kB in 0s (0 B/s) 02:35:56 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 02:35:56 Fetched 85.5 kB in 0s (0 B/s) 02:35:56 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 02:35:56 Fetched 24.5 kB in 0s (0 B/s) 02:35:56 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 02:35:56 Fetched 49.2 kB in 0s (0 B/s) 02:35:56 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 02:35:56 Fetched 54.2 kB in 0s (0 B/s) 02:35:56 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 02:35:56 Fetched 30.8 kB in 0s (0 B/s) 02:35:56 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 02:35:56 Fetched 17.0 kB in 0s (0 B/s) 02:35:56 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 02:35:56 Fetched 85.9 kB in 0s (0 B/s) 02:35:56 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 02:35:56 Fetched 8720 B in 0s (0 B/s) 02:35:56 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 02:35:56 Fetched 137 kB in 0s (0 B/s) 02:35:56 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 02:35:56 Fetched 119 kB in 0s (0 B/s) 02:35:56 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 02:35:56 Fetched 109 kB in 0s (0 B/s) 02:35:56 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 02:35:56 Fetched 11.1 kB in 0s (0 B/s) 02:35:56 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 02:35:56 Fetched 645 kB in 0s (0 B/s) 02:35:56 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 02:35:56 Fetched 41.3 kB in 0s (0 B/s) 02:35:56 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 02:35:56 Fetched 17.9 kB in 0s (0 B/s) 02:35:56 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 02:35:56 Fetched 368 kB in 0s (0 B/s) 02:35:56 Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 02:35:56 Fetched 187 kB in 0s (0 B/s) 02:35:56 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 02:35:56 Fetched 175 kB in 0s (0 B/s) 02:35:56 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 02:36:00 Fetched 206 kB in 0s (0 B/s) 02:36:00 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 02:36:00 Fetched 1301 kB in 0s (0 B/s) 02:36:00 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 02:36:00 Fetched 36.2 kB in 0s (0 B/s) 02:36:00 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 02:36:00 Fetched 159 kB in 0s (0 B/s) 02:36:00 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 02:36:00 Fetched 107 kB in 0s (0 B/s) 02:36:00 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 02:36:00 Fetched 48.7 kB in 0s (0 B/s) 02:36:00 Pulling static-packages 02:36:01 'go115' has dependencies that need to be staged: static-packages go-build-helper 02:36:01 Skipping pull go-build-helper (already ran) 02:36:01 Skipping pull static-packages (already ran) 02:36:01 Building go-build-helper 02:36:05 Building static-packages 02:36:06 Staging go-build-helper 02:36:07 Staging static-packages 02:36:08 Pulling go115 02:36:09 'edgex-go' has dependencies that need to be staged: go115 02:36:09 Skipping pull go115 (already ran) 02:36:09 Building go115 02:36:09 % Total % Received % Xferd Average Speed Time Time Time Current 02:36:09 Dload Upload Total Spent Left Speed 02:36:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 18 115M 18 21.8M 0 0 25.7M 0 0:00:04 --:--:-- 0:00:04 25.7M 48 115M 48 56.1M 0 0 30.5M 0 0:00:03 0:00:01 0:00:02 30.5M 81 115M 81 93.7M 0 0 33.0M 0 0:00:03 0:00:02 0:00:01 32.9M 100 115M 100 115M 0 0 33.7M 0 0:00:03 0:00:03 --:--:-- 33.7M 02:36:13 go1.15.2.linux-amd64.tar.gz: OK 02:36:17 Staging go115 02:36:23 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 02:36:23 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:36:23 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:36:23 Fetched 0 B in 0s (0 B/s) 02:36:23 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:36:23 Fetched 224 kB in 0s (0 B/s) 02:36:23 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:36:23 Fetched 157 kB in 0s (0 B/s) 02:36:23 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:36:23 Fetched 221 kB in 0s (0 B/s) 02:36:23 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:36:23 Fetched 143 kB in 0s (0 B/s) 02:36:23 Pulling edgex-go 02:36:23 Pulling version 02:36:24 Building config-common 02:36:26 Skipping build go-build-helper (already ran) 02:36:26 Skipping build static-packages (already ran) 02:36:26 Skipping build go115 (already ran) 02:36:26 Building edgex-go 02:36:26 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 02:36:28 go: downloading github.com/gorilla/mux v1.8.0 02:36:28 go: downloading github.com/OneOfOne/xxhash v1.2.8 02:36:28 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 02:36:28 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 02:36:28 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 02:36:28 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 02:36:28 go: downloading github.com/pelletier/go-toml v1.2.0 02:36:28 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 02:36:28 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 02:36:28 go: downloading github.com/google/uuid v1.1.2 02:36:28 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 02:36:28 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 02:36:28 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 02:36:28 go: downloading github.com/pkg/errors v0.8.1 02:36:28 go: downloading github.com/imdario/mergo v0.3.11 02:36:28 go: downloading github.com/go-playground/validator/v10 v10.3.0 02:36:28 go: downloading github.com/BurntSushi/toml v0.3.1 02:36:28 go: downloading gopkg.in/yaml.v2 v2.4.0 02:36:28 go: downloading github.com/go-redis/redis/v7 v7.2.0 02:36:28 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 02:36:28 go: downloading github.com/x448/float16 v0.8.4 02:36:28 go: downloading github.com/pebbe/zmq4 v1.0.0 02:36:28 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:36:28 go: downloading github.com/hashicorp/consul/api v1.1.0 02:36:28 go: downloading github.com/go-kit/kit v0.8.0 02:36:28 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 02:36:28 go: downloading github.com/go-playground/universal-translator v0.17.0 02:36:28 go: downloading github.com/leodido/go-urn v1.2.0 02:36:28 go: downloading github.com/go-playground/locales v0.13.0 02:36:28 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 02:36:28 go: downloading github.com/hashicorp/serf v0.8.2 02:36:28 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:36:28 go: downloading github.com/mitchellh/mapstructure v1.1.2 02:36:28 go: downloading github.com/go-logfmt/logfmt v0.4.0 02:36:28 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:36:28 go: downloading github.com/mitchellh/copystructure v1.0.0 02:36:28 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:36:29 go: downloading github.com/mitchellh/reflectwalk v1.0.0 02:36:29 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 02:36:29 go: downloading github.com/hashicorp/golang-lru v0.5.0 02:36:35 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 02:36:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:36:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:36:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 02:36:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 02:36:41 go: downloading github.com/stretchr/testify v1.5.1 02:36:41 go: downloading github.com/davecgh/go-spew v1.1.1 02:36:41 go: downloading github.com/pmezard/go-difflib v1.0.0 02:36:42 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 02:36:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 02:36:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 02:36:43 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 02:36:44 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 02:36:44 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 02:36:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:36:45 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 02:36:46 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 02:36:47 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 02:36:48 Removing intermediate container 3b3d2089f385 02:36:48 ---> f9045a4c5ca6 02:36:48 02:36:48 Step 10/22 : FROM alpine:3.10 02:36:48 3.10: Pulling from library/alpine 02:36:48 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 02:36:48 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 02:36:48 Status: Downloaded newer image for alpine:3.10 02:36:48 ---> 536a684cf733 02:36:48 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 02:36:49 ---> Running in b14cd2faa4b5 02:36:49 Building version 02:36:51 Staging config-common 02:36:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 02:36:52 Skipping stage go-build-helper (already ran) 02:36:52 Skipping stage static-packages (already ran) 02:36:52 Skipping stage go115 (already ran) 02:36:52 Staging edgex-go 02:36:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 02:36:53 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 02:36:53 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 02:36:53 OK: 10171 distinct packages available 02:36:53 Staging version 02:36:54 (1/5) Installing ca-certificates (20191127-r2) 02:36:54 (2/5) Installing nghttp2-libs (1.39.2-r1) 02:36:54 (3/5) Installing libcurl (7.66.0-r3) 02:36:54 (4/5) Installing curl (7.66.0-r3) 02:36:54 (5/5) Installing dumb-init (1.2.2-r1) 02:36:54 Executing busybox-1.30.1-r3.trigger 02:36:54 Executing ca-certificates-20191127-r2.trigger 02:36:54 OK: 7 MiB in 19 packages 02:36:54 Priming config-common 02:36:55 Priming go-build-helper 02:36:56 Removing intermediate container 6abe79462bec 02:36:56 ---> 96645b587af1 02:36:56 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:36:56 Priming static-packages 02:36:56 ---> Running in 5f5f29beaf83 02:36:56 Removing intermediate container 110d66dc6cc1 02:36:56 ---> 2d69ab856f9c 02:36:56 02:36:56 Step 10/21 : FROM alpine 02:36:57 latest: Pulling from library/alpine 02:36:57 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 02:36:57 Status: Downloaded newer image for alpine:latest 02:36:57 ---> dd36a01c3f31 02:36:57 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 02:36:57 Removing intermediate container 044b4b88714c 02:36:57 ---> 86744a603f07 02:36:57 02:36:57 Step 10/21 : FROM scratch 02:36:57 ---> 02:36:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:36:57 ---> Running in e24b10ba8d98 02:36:57 ---> Running in ded4b589e1ef 02:36:58 Priming go115 02:36:58 Removing intermediate container b14cd2faa4b5 02:36:58 ---> 1bec128a3d49 02:36:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 02:36:58 Removing intermediate container e24b10ba8d98 02:36:58 ---> 10c64c0fb43f 02:36:58 Step 12/21 : ENV APP_PORT=48085 02:36:58 ---> Running in bac5751fef23 02:36:58 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 02:36:58 ---> Running in 029d9a09a08d 02:36:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:36:59 Priming edgex-go 02:36:59 Removing intermediate container bac5751fef23 02:36:59 Removing intermediate container 029d9a09a08d 02:36:59 ---> f64c4266054c 02:36:59 ---> 788cee8a1312 02:36:59 Step 13/22 : WORKDIR /Step 13/21 : EXPOSE $APP_PORT 02:36:59 02:37:00 ---> Running in 74677ddb35da 02:37:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:37:00 ---> Running in 3e12913fd0b9 02:37:00 Priming version 02:37:01 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 02:37:01 v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 02:37:01 OK: 12617 distinct packages available 02:37:01 Removing intermediate container 74677ddb35da 02:37:01 ---> a06adfc3c7ee 02:37:01 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 02:37:01 Removing intermediate container 3e12913fd0b9 02:37:01 ---> f5694dc7c3c9 02:37:01 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 02:37:01 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 02:37:02 (1/4) Installing ca-certificates (20191127-r4) 02:37:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:37:02 (3/4) Installing libcurl (7.69.1-r3) 02:37:02 (4/4) Installing curl (7.69.1-r3) 02:37:02 Executing busybox-1.31.1-r19.trigger 02:37:02 Executing ca-certificates-20191127-r4.trigger 02:37:02 OK: 7 MiB in 18 packages 02:37:02 ---> 029bcf22256f 02:37:02 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [Pipeline] } 02:37:03 ---> 8e1d133235b2 02:37:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 02:37:04 Removing intermediate container 5f5f29beaf83 02:37:04 ---> ba63e2be1bf7 02:37:04 02:37:04 Step 11/27 : FROM docker:latest 02:37:04 ---> 0c09fb3ff9b5 02:37:04 Step 12/27 : RUN apk add --no-cache bash [Pipeline] // stage [Pipeline] } 02:37:05 ---> 33d0d83a0ab7 02:37:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:37:05 ---> Running in d1a8d1cedd10 02:37:05 ---> 1b5169ac7c62 02:37:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 02:37:05 Removing intermediate container ded4b589e1ef 02:37:05 ---> 3931fd16bf5a 02:37:05 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:37:05 ---> Running in bf581192db50 02:37:06 ---> 14b58d08901a 02:37:06 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 02:37:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:37:06 ---> Running in 561fdf6057e2 02:37:06 ---> 07c2bdeabac6 02:37:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 02:37:06 Removing intermediate container bf581192db50 02:37:06 ---> cfce3db646df 02:37:06 Step 13/21 : WORKDIR /edgex 02:37:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:37:07 ---> Running in 4159096e2e43 02:37:07 (1/2) Installing readline (8.0.4-r0) 02:37:07 (2/2) Installing bash (5.0.17-r0) 02:37:07 Executing bash-5.0.17-r0.post-install 02:37:07 Removing intermediate container 561fdf6057e2 02:37:07 ---> 2513df0565f9 02:37:07 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:37:07 Executing busybox-1.31.1-r19.trigger 02:37:07 OK: 12 MiB in 22 packages 02:37:08 ---> Running in bb585f4480a6 02:37:08 ---> 23822aaa2275 02:37:08 Step 18/22 : RUN chmod +x entrypoint.sh 02:37:08 Removing intermediate container 4159096e2e43 02:37:08 ---> 25a2c93400fc 02:37:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:37:08 ---> Running in c4be5da45c05 02:37:08 Removing intermediate container 37bed11cc1cc 02:37:08 ---> 38130bdf67b6 02:37:08 02:37:08 Step 10/22 : FROM scratch 02:37:08 ---> 02:37:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:37:08 Removing intermediate container bb585f4480a6 02:37:08 ---> 1d223a96eebf 02:37:08 Step 19/21 : LABEL arch=arm64 02:37:08 ---> Using cache 02:37:08 ---> 10c64c0fb43f 02:37:08 Step 12/22 : ENV APP_PORT=48081 02:37:08 ---> Running in f34c09c9694c 02:37:08 ---> Running in 5cd98b652330 02:37:09 ---> e560086aa400 02:37:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:37:09 Removing intermediate container d1a8d1cedd10 02:37:09 ---> a0accab969ad 02:37:09 Step 13/27 : RUN rm -rf /var/cache/apk/* 02:37:09 Removing intermediate container 5cd98b652330 02:37:09 ---> 7c9dc640733c 02:37:09 Step 13/22 : EXPOSE $APP_PORT 02:37:09 Removing intermediate container f34c09c9694c 02:37:09 ---> 4566f245fb42 02:37:09 Step 20/21 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:37:09 ---> Running in 2f68edcde94b 02:37:10 ---> Running in 6d167ba6e706 02:37:10 ---> Running in 6b116b972ba2 02:37:11 ---> 4fe8a0247b41 02:37:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:37:11 Removing intermediate container 2f68edcde94b 02:37:11 ---> dee7256fb9ec 02:37:11 Step 14/22 : WORKDIR / 02:37:11 Removing intermediate container 6b116b972ba2 02:37:11 ---> 07a3981e79fb 02:37:11 Step 21/21 : LABEL version=0.0.0 02:37:11 ---> Running in f26d6fb6eb5d 02:37:11 ---> Running in 76d49950e1d8 02:37:11 Removing intermediate container c4be5da45c05 02:37:11 ---> f4c51515be42 02:37:11 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 02:37:11 Removing intermediate container f26d6fb6eb5d 02:37:11 ---> 1e6927e8d84c 02:37:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 02:37:11 ---> Running in b31c1ce1e076 02:37:12 Removing intermediate container 76d49950e1d8 02:37:12 ---> 6791a938aff8 02:37:12 02:37:12 ---> a96f63fb9358 02:37:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:37:12 ---> 86def91ed29b 02:37:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:37:12 ---> Running in 3b806fe25166 02:37:12 Removing intermediate container b31c1ce1e076 02:37:12 ---> b5c3069e1221 02:37:12 Step 20/22 : LABEL arch=arm64 02:37:12 Successfully built 6791a938aff8 02:37:12 Successfully tagged docker-support-scheduler-go-arm64:latest 02:37:12  Building docker-support-scheduler-go ... done Building docker-core-command-go 02:37:12 ---> Running in 7675334b57c3 02:37:12 Removing intermediate container 6d167ba6e706 02:37:12 ---> 7cd65e6d21d6 02:37:12 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:37:13 Removing intermediate container 3b806fe25166 02:37:13 ---> 15e243d5a6f6 02:37:13 Step 18/21 : CMD ["--init=true"] 02:37:13 ---> Running in c90f4e28d5cf 02:37:13 ---> Running in 35da3097ab39 02:37:13 Removing intermediate container 7675334b57c3 02:37:13 ---> 5f1b2062f302 02:37:13 Step 21/22 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:37:13 Removing intermediate container c90f4e28d5cf 02:37:13 ---> fcb1dfd9f338 02:37:13 Step 15/27 : ENV APP_PORT=48090 02:37:14 ---> Running in 96dedb9d181d 02:37:14 ---> Running in 83bf19c772cf 02:37:14 Removing intermediate container 35da3097ab39 02:37:14 ---> 038582499baf 02:37:14 Step 19/21 : LABEL arch=arm64 02:37:14 ---> 66ddbba6d7a4 02:37:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:37:15 ---> Running in 7ae8edf23fc5 02:37:15 Removing intermediate container 83bf19c772cf 02:37:15 ---> ed3a795dd107 02:37:15 Step 16/27 : EXPOSE $APP_PORT 02:37:15 Removing intermediate container 96dedb9d181d 02:37:15 ---> 3a047cc17524 02:37:15 Step 22/22 : LABEL version=0.0.0 02:37:16 ---> Running in c08248cd7add 02:37:16 ---> Running in 56407fb8133d 02:37:16 Removing intermediate container 7ae8edf23fc5 02:37:16 ---> c8ec89346e6a 02:37:16 Step 20/21 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:37:16 ---> e6606ffc0bad 02:37:16 Step 18/22 : ENTRYPOINT ["/core-metadata"] 02:37:17 ---> Running in b166ccd37da0 02:37:17 ---> Running in f0f33e9a578a 02:37:17 Removing intermediate container c08248cd7add 02:37:17 ---> 581cf1effcf5 02:37:17 Removing intermediate container 56407fb8133d 02:37:17 02:37:17 ---> 371f9e2a3ade 02:37:17 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:37:17 Removing intermediate container f0f33e9a578a 02:37:17 ---> ae5c0dceaee3 02:37:17 Removing intermediate container b166ccd37da0 02:37:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:37:17 ---> 676f5c4e286b 02:37:17 Step 21/21 : LABEL version=0.0.0 02:37:18 Successfully built 581cf1effcf5 02:37:18 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 02:37:18  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go 02:37:18 ---> Running in a0b7fe8c5171 02:37:18 ---> Running in 714db71b119d 02:37:18 ---> e07baf648b8b 02:37:18 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:37:19 Removing intermediate container 714db71b119d 02:37:19 ---> e1053f32c723 02:37:19 02:37:19 Removing intermediate container a0b7fe8c5171 02:37:19 ---> a805c8f2decf 02:37:19 Step 20/22 : LABEL arch=arm64 02:37:19 ---> Running in 11388cd766d4 02:37:19 Successfully built e1053f32c723 02:37:19 Successfully tagged docker-security-proxy-setup-go-arm64:latest 02:37:19  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 02:37:19 ---> c2a10c2dac3d 02:37:19 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:37:20 Removing intermediate container 11388cd766d4 02:37:20 ---> 753fe72e50c8 02:37:20 Step 21/22 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:37:20 ---> Running in 31f07364406d 02:37:20 ---> c9e6c9012644 02:37:20 Step 20/27 : RUN apk --no-cache add py3-pip 02:37:21 Removing intermediate container 31f07364406d 02:37:21 ---> fc3c016140b0 02:37:21 Step 22/22 : LABEL version=0.0.0 02:37:21 ---> Running in 68623ead304c 02:37:21 ---> Running in 5a5adc2708c6 02:37:21 Removing intermediate container 5a5adc2708c6 02:37:21 ---> c0f3932e05bb 02:37:21 02:37:22 Successfully built c0f3932e05bb 02:37:22 Successfully tagged docker-core-metadata-go-arm64:latest 02:37:22  Building docker-core-metadata-go ... done Building docker-support-notifications-go 02:37:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:37:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:37:23 (1/33) Installing libbz2 (1.0.8-r1) 02:37:23 (2/33) Installing expat (2.2.9-r1) 02:37:23 (3/33) Installing libffi (3.3-r2) 02:37:23 (4/33) Installing gdbm (1.13-r1) 02:37:23 (5/33) Installing xz-libs (5.2.5-r0) 02:37:23 (6/33) Installing sqlite-libs (3.32.1-r0) 02:37:23 (7/33) Installing python3 (3.8.5-r0) 02:37:28 (8/33) Installing py3-appdirs (1.4.4-r1) 02:37:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:37:28 (10/33) Installing py3-parsing (2.4.7-r0) 02:37:28 (11/33) Installing py3-six (1.15.0-r0) 02:37:28 (12/33) Installing py3-packaging (20.4-r0) 02:37:28 (13/33) Installing py3-setuptools (47.0.0-r0) 02:37:29 (14/33) Installing py3-chardet (3.0.4-r4) 02:37:29 (15/33) Installing py3-idna (2.9-r0) 02:37:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:37:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:37:29 (18/33) Installing py3-requests (2.23.0-r0) 02:37:29 (19/33) Installing py3-msgpack (1.0.0-r0) 02:37:29 (20/33) Installing py3-lockfile (0.12.2-r3) 02:37:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:37:29 (22/33) Installing py3-colorama (0.4.3-r0) 02:37:29 (23/33) Installing py3-distlib (0.3.0-r0) 02:37:29 (24/33) Installing py3-distro (1.5.0-r1) 02:37:29 (25/33) Installing py3-webencodings (0.5.1-r3) 02:37:29 (26/33) Installing py3-html5lib (1.0.1-r4) 02:37:29 (27/33) Installing py3-pytoml (0.1.21-r0) 02:37:29 (28/33) Installing py3-pep517 (0.8.2-r0) 02:37:29 (29/33) Installing py3-progress (1.5-r0) 02:37:29 (30/33) Installing py3-toml (0.10.1-r0) 02:37:29 (31/33) Installing py3-retrying (1.3.3-r0) 02:37:29 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:37:29 (33/33) Installing py3-pip (20.1.1-r0) 02:37:29 Executing busybox-1.31.1-r19.trigger 02:37:29 OK: 71 MiB in 55 packages 02:37:42 Removing intermediate container 68623ead304c 02:37:42 ---> 2ef480ba30c5 02:37:42 Step 21/27 : RUN pip install docker-compose==1.23.2 02:37:42 ---> Running in 24249f4dec6c 02:37:47 Collecting docker-compose==1.23.2 02:37:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:37:49 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:37:49 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:37:49 Collecting cached-property<2,>=1.2.0 02:37:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:37:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:37:50 Collecting PyYAML<4,>=3.10 02:37:50 Downloading PyYAML-3.13.tar.gz (270 kB) 02:37:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 02:37:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:37:53 ---> 981f76232263 02:37:53 Step 3/22 : WORKDIR /edgex-go 02:37:53 ---> Using cache 02:37:53 ---> dc438645ae07 02:37:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:37:53 ---> Using cache 02:37:53 ---> 7710f0ca1856 02:37:53 Step 5/22 : RUN apk update && apk add make git 02:37:53 ---> Using cache 02:37:53 ---> 6a6c20bcb8a4 02:37:53 Step 6/22 : COPY go.mod . 02:37:53 ---> Using cache 02:37:53 ---> 6ead8b3b4133 02:37:53 Step 7/22 : RUN go mod download 02:37:53 ---> Using cache 02:37:53 ---> a2a6baf37a26 02:37:53 Step 8/22 : COPY . . 02:37:53 ---> Using cache 02:37:53 ---> 46904fec8105 02:37:53 Step 9/22 : RUN make cmd/core-command/core-command 02:37:55 Collecting docker<4.0,>=3.6.0 02:37:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:37:55 ---> Running in 615a37ceb17c 02:37:56 Collecting texttable<0.10,>=0.9.0 02:37:56 Downloading texttable-0.9.1.tar.gz (11 kB) 02:37:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 02:37:59 Collecting jsonschema<3,>=2.5.1 02:37:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:37:59 Collecting dockerpty<0.5,>=0.4.1 02:37:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:38:02 Collecting docopt<0.7,>=0.6.1 02:38:02 Downloading docopt-0.6.2.tar.gz (25 kB) 02:38:04 Collecting websocket-client<1.0,>=0.32.0 02:38:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:38:05 Collecting urllib3<1.25,>=1.21.1 02:38:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:38:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 02:38:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:38:06 ---> 981f76232263 02:38:06 Step 3/23 : WORKDIR /edgex-go 02:38:06 ---> Using cache 02:38:06 ---> dc438645ae07 02:38:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:38:06 ---> Using cache 02:38:06 ---> 7710f0ca1856 02:38:06 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 02:38:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 02:38:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:38:06 ---> 981f76232263 02:38:06 Step 3/24 : WORKDIR /edgex-go 02:38:06 ---> Using cache 02:38:06 ---> dc438645ae07 02:38:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:38:06 ---> Using cache 02:38:06 ---> 7710f0ca1856 02:38:06 Step 5/24 : RUN apk update && apk add make git 02:38:06 ---> Using cache 02:38:06 ---> 6a6c20bcb8a4 02:38:06 Step 6/24 : COPY go.mod . 02:38:06 ---> Using cache 02:38:06 ---> 6ead8b3b4133 02:38:06 Step 7/24 : RUN go mod download 02:38:06 ---> Using cache 02:38:06 ---> a2a6baf37a26 02:38:06 Step 8/24 : COPY . . 02:38:06 ---> Using cache 02:38:06 ---> 46904fec8105 02:38:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:38:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 02:38:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:38:06 ---> 981f76232263 02:38:06 Step 3/24 : WORKDIR /edgex-go 02:38:06 ---> Using cache 02:38:06 ---> dc438645ae07 02:38:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:38:06 ---> Using cache 02:38:06 ---> 7710f0ca1856 02:38:06 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 02:38:07 Collecting idna<2.8,>=2.5 02:38:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:38:07 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) 02:38:07 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) 02:38:07 ---> Running in 65ab5ea91dd0 02:38:07 ---> Running in 0b7d2d34fd54 02:38:07 ---> Running in 8d525376f208 02:38:07 Collecting docker-pycreds>=0.4.0 02:38:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:38:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:38:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:38:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:38:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:38:09 Installing collected packages: urllib3, idna, requests, cached-property, PyYAML, docker-pycreds, websocket-client, docker, texttable, jsonschema, dockerpty, docopt, docker-compose 02:38:09 Attempting uninstall: urllib3 02:38:09 Found existing installation: urllib3 1.25.9 02:38:09 Uninstalling urllib3-1.25.9: 02:38:09 Successfully uninstalled urllib3-1.25.9 02:38:10 Attempting uninstall: idna 02:38:10 Found existing installation: idna 2.9 02:38:10 Uninstalling idna-2.9: 02:38:10 Successfully uninstalled idna-2.9 02:38:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:38:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:38:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:38:10 Attempting uninstall: requests 02:38:10 Found existing installation: requests 2.23.0 02:38:10 Uninstalling requests-2.23.0: 02:38:11 Successfully uninstalled requests-2.23.0 02:38:11 Running setup.py install for PyYAML: started 02:38:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:38:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:38:14 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:38:14 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:38:14 OK: 12620 distinct packages available 02:38:14 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 02:38:14 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 02:38:14 OK: 12620 distinct packages available 02:38:14 Running setup.py install for PyYAML: finished with status 'done' 02:38:14 OK: 217 MiB in 51 packages 02:38:14 OK: 217 MiB in 51 packages 02:38:16 Running setup.py install for texttable: started 02:38:16 Removing intermediate container 8d525376f208 02:38:16 ---> f6139795b593 02:38:16 Step 6/24 : COPY go.mod . 02:38:17 Removing intermediate container 0b7d2d34fd54 02:38:17 ---> f8fce81d99ac 02:38:17 Step 6/23 : COPY go.mod . 02:38:18 ---> 788e880c4fff 02:38:18 Step 7/24 : RUN go mod download 02:38:18 ---> 89e33e42fcf9 02:38:18 Step 7/23 : RUN go mod download 02:38:18 ---> Running in 4324894d7cff 02:38:18 ---> Running in 21a4661661e9 02:38:18 Running setup.py install for texttable: finished with status 'done' 02:38:19 Running setup.py install for dockerpty: started 02:38:22 Running setup.py install for dockerpty: finished with status 'done' 02:38:22 Running setup.py install for docopt: started 02:38:23 Removing intermediate container 4324894d7cff 02:38:23 ---> c4de1b160940 02:38:23 Step 8/24 : COPY . . 02:38:23 Removing intermediate container 21a4661661e9 02:38:23 ---> 4e9ed8a7ea4a 02:38:23 Step 8/23 : COPY . . 02:38:24 Running setup.py install for docopt: finished with status 'done' 02:38:26 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 02:38:36 Removing intermediate container 24249f4dec6c 02:38:36 ---> 19bee02f2db5 02:38:36 Step 22/27 : RUN apk --no-cache add curl 02:38:36 ---> Running in fa625ffa1585 02:38:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:38:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:38:38 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:38:38 (2/3) Installing libcurl (7.69.1-r3) 02:38:38 (3/3) Installing curl (7.69.1-r3) 02:38:38 Executing busybox-1.31.1-r19.trigger 02:38:38 OK: 71 MiB in 58 packages 02:38:42 Removing intermediate container fa625ffa1585 02:38:42 ---> 2ffcadd9755d 02:38:42 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 02:38:42 ---> Running in b5e474fbcbb2 02:38:43 Removing intermediate container b5e474fbcbb2 02:38:43 ---> a3b9f6982231 02:38:43 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:38:44 ---> Running in a346037b2ee0 02:38:45 Removing intermediate container a346037b2ee0 02:38:45 ---> a0e5250a1c36 02:38:45 Step 25/27 : LABEL arch=arm64 02:38:45 ---> Running in 54d1b1df7881 02:38:46 Removing intermediate container 54d1b1df7881 02:38:46 ---> 86918dea594d 02:38:46 Step 26/27 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:38:47 ---> Running in 76a1b37d69b6 02:38:48 Removing intermediate container 76a1b37d69b6 02:38:48 ---> 930b4dcdd372 02:38:48 Step 27/27 : LABEL version=0.0.0 02:38:48 ---> Running in 1ec808122b1b 02:38:49 Removing intermediate container 1ec808122b1b 02:38:49 ---> aad905dbb2b7 02:38:49 02:38:50 Successfully built aad905dbb2b7 02:38:50 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 02:38:53  Building docker-sys-mgmt-agent-go ... done  ---> 7acc47c01595 02:38:53 Step 9/23 : RUN make cmd/core-data/core-data 02:38:53 ---> d7ed3fb4f9e6 02:38:53 Step 9/24 : RUN make cmd/support-notifications/support-notifications 02:38:53 ---> Running in 8652ad4c0342 02:38:53 ---> Running in 5fc776c795db 02:38:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:38:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:39:05 Removing intermediate container 615a37ceb17c 02:39:05 ---> 24797055ef09 02:39:05 02:39:05 Step 10/22 : FROM scratch 02:39:05 ---> 02:39:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:39:05 ---> Using cache 02:39:05 ---> 10c64c0fb43f 02:39:05 Step 12/22 : ENV APP_PORT=48082 02:39:05 ---> Running in 60b985c32989 02:39:06 Removing intermediate container 60b985c32989 02:39:06 ---> b3c8366c5595 02:39:06 Step 13/22 : EXPOSE $APP_PORT 02:39:06 ---> Running in 80ddd1b273e8 02:39:07 Removing intermediate container 80ddd1b273e8 02:39:07 ---> bb82adfd32f5 02:39:07 Step 14/22 : WORKDIR / 02:39:07 ---> Running in 69a93893fc96 02:39:08 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 02:39:08 Removing intermediate container 69a93893fc96 02:39:08 ---> 3318328d0b95 02:39:08 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 02:39:09 ---> 6bc4534a34f1 02:39:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:39:11 ---> 02f7256bab54 02:39:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:39:12 ---> d0b3f949d8fa 02:39:12 Step 18/22 : ENTRYPOINT ["/core-command"] 02:39:12 ---> Running in 55a13b739a9a 02:39:12 Removing intermediate container 55a13b739a9a 02:39:12 ---> ed89ff0b6ccd 02:39:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:39:13 ---> Running in 5234fc7b7dcc 02:39:13 Removing intermediate container 5234fc7b7dcc 02:39:13 ---> 935bfc9086b2 02:39:13 Step 20/22 : LABEL arch=arm64 02:39:14 ---> Running in 256388e1ebd7 02:39:14 Removing intermediate container 256388e1ebd7 02:39:14 ---> 1e9347cc829f 02:39:14 Step 21/22 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:39:14 ---> Running in b81360eb5d6a 02:39:15 Removing intermediate container b81360eb5d6a 02:39:15 ---> 82801f0b1709 02:39:15 Step 22/22 : LABEL version=0.0.0 02:39:15 ---> Running in 1f666cef0cb7 02:39:16 Removing intermediate container 1f666cef0cb7 02:39:16 ---> 4df45f5d9bb0 02:39:16 02:39:17 Successfully built 4df45f5d9bb0 02:39:17 Successfully tagged docker-core-command-go-arm64:latest 02:39:21  Building docker-core-command-go ... done Removing intermediate container 65ab5ea91dd0 02:39:21 ---> 428dc0dc229e 02:39:21 02:39:21 Step 10/24 : FROM alpine:3.10 02:39:21 ---> 536a684cf733 02:39:21 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 02:39:21 ---> Using cache 02:39:21 ---> 1bec128a3d49 02:39:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:39:21 ---> Running in c2e3735a3de6 02:39:22 Removing intermediate container c2e3735a3de6 02:39:22 ---> 1f44290900af 02:39:22 Step 13/24 : WORKDIR / 02:39:22 ---> Running in 88a06bf71b66 02:39:23 Removing intermediate container 88a06bf71b66 02:39:23 ---> a2874c2ad33a 02:39:23 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:39:24 ---> 336bf75e7bc3 02:39:24 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:39:25 ---> 10ce27a2d444 02:39:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:39:26 ---> e5f6c2b197f2 02:39:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:39:28 ---> 6f3d942c2ff0 02:39:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:39:30 ---> b1feab37c3f9 02:39:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:39:30 ---> 7cb04185e94b 02:39:30 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 02:39:31 ---> Running in 26c873890eae 02:39:35 Removing intermediate container 26c873890eae 02:39:35 ---> e294194b067c 02:39:35 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:39:35 ---> Running in 433fb2295464 02:39:35 Removing intermediate container 433fb2295464 02:39:35 ---> bf5c6169ddf2 02:39:35 Step 22/24 : LABEL arch=arm64 02:39:35 ---> Running in 123b6380613a 02:39:36 Removing intermediate container 123b6380613a 02:39:36 ---> 600f04037362 02:39:36 Step 23/24 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:39:36 ---> Running in 2d44ad52b9aa 02:39:37 Removing intermediate container 2d44ad52b9aa 02:39:37 ---> 06f34d4e9bb2 02:39:37 Step 24/24 : LABEL version=0.0.0 02:39:37 ---> Running in 470de8ea96cb 02:39:38 Removing intermediate container 470de8ea96cb 02:39:38 ---> 899147b0f30a 02:39:38 02:39:38 Successfully built 899147b0f30a 02:39:38 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 02:39:57  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5fc776c795db 02:39:57 ---> 2bba6dec93c5 02:39:57 02:39:57 Step 10/24 : FROM scratch 02:39:57 ---> 02:39:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:39:57 ---> Running in 67254202618d 02:39:57 Removing intermediate container 67254202618d 02:39:57 ---> fbed093f68ea 02:39:57 Step 12/24 : ENV APP_PORT=48060 02:39:57 ---> Running in e80bd155c816 02:39:57 Removing intermediate container e80bd155c816 02:39:57 ---> 7a470290b448 02:39:57 Step 13/24 : EXPOSE $APP_PORT 02:39:57 ---> Running in 603401ccdf35 02:39:57 Removing intermediate container 603401ccdf35 02:39:57 ---> 582eddda6bf4 02:39:57 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 02:39:57 ---> 42b0f9a2ad1c 02:39:57 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 02:39:59 ---> 445f02b51ec4 02:39:59 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 02:40:00 ---> 557c85cfa3cb 02:40:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 02:40:01 ---> f7feab02edfa 02:40:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:40:02 ---> f2ed53174ffb 02:40:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:40:03 ---> 05e243d6feea 02:40:03 Step 20/24 : ENTRYPOINT ["/support-notifications"] 02:40:03 ---> Running in 95e330069519 02:40:03 Removing intermediate container 95e330069519 02:40:03 ---> 418c234a29f2 02:40:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:40:04 ---> Running in 5495b960ae5f 02:40:04 Removing intermediate container 5495b960ae5f 02:40:04 ---> 7f7ad8fb7dd9 02:40:04 Step 22/24 : LABEL arch=arm64 02:40:05 ---> Running in cc6168c10a92 02:40:05 Removing intermediate container 8652ad4c0342 02:40:05 ---> a52d4492d498 02:40:05 02:40:05 Step 10/23 : FROM alpine 02:40:05 ---> dd36a01c3f31 02:40:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:40:05 ---> Running in 098828e6f218 02:40:05 Removing intermediate container cc6168c10a92 02:40:05 ---> 8191c06b2dae 02:40:05 Step 23/24 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:40:05 ---> Running in 4e6d2f335e12 02:40:06 Removing intermediate container 098828e6f218 02:40:06 ---> d76f7f483e55 02:40:06 Step 12/23 : ENV APP_PORT=48080 02:40:06 Removing intermediate container 4e6d2f335e12 02:40:06 ---> 8fbb22491dbb 02:40:06 Step 24/24 : LABEL version=0.0.0 02:40:06 ---> Running in 0adfd8fa397d 02:40:06 ---> Running in cb6752bc68e2 02:40:06 Removing intermediate container 0adfd8fa397d 02:40:06 ---> 117448d4350c 02:40:06 Step 13/23 : EXPOSE $APP_PORT 02:40:06 Removing intermediate container cb6752bc68e2 02:40:06 ---> a1c698a91675 02:40:06 02:40:06 ---> Running in 1d262069ba8b 02:40:07 Successfully built a1c698a91675 02:40:07 Successfully tagged docker-support-notifications-go-arm64:latest 02:40:07  Building docker-support-notifications-go ... done Removing intermediate container 1d262069ba8b 02:40:07 ---> 6e6664afe65f 02:40:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:40:07 ---> Running in f7ab8bf13bdf 02:40:10 Removing intermediate container f7ab8bf13bdf 02:40:10 ---> a2c22d5c2eff 02:40:10 Step 15/23 : RUN apk --no-cache add zeromq 02:40:10 ---> Running in c5b475bafc51 02:40:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:40:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:40:15 (1/5) Installing libgcc (9.3.0-r2) 02:40:15 (2/5) Installing libsodium (1.0.18-r0) 02:40:16 (3/5) Installing libstdc++ (9.3.0-r2) 02:40:17 (4/5) Installing libzmq (4.3.3-r0) 02:40:17 (5/5) Installing zeromq (4.3.3-r0) 02:40:17 Executing busybox-1.31.1-r19.trigger 02:40:17 OK: 8 MiB in 19 packages 02:40:19 Removing intermediate container c5b475bafc51 02:40:19 ---> d7683e63f2da 02:40:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 02:40:19 ---> f8ca8452c6e9 02:40:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:40:21 ---> 749d99217774 02:40:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:40:21 ---> 393b91caa331 02:40:21 Step 19/23 : ENTRYPOINT ["/core-data"] 02:40:22 ---> Running in 451e0eb9c1f4 02:40:22 Removing intermediate container 451e0eb9c1f4 02:40:22 ---> fdbfea851cf8 02:40:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:40:22 ---> Running in 337fd36f018c 02:40:22 Removing intermediate container 337fd36f018c 02:40:22 ---> 9f5d21363c55 02:40:22 Step 21/23 : LABEL arch=arm64 02:40:23 ---> Running in bbe74a255e2a 02:40:23 Removing intermediate container bbe74a255e2a 02:40:23 ---> dd64f586b1b3 02:40:23 Step 22/23 : LABEL git_sha=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e 02:40:23 ---> Running in c6b4a97e06cb 02:40:24 Removing intermediate container c6b4a97e06cb 02:40:24 ---> 893cd2c4da0d 02:40:24 Step 23/23 : LABEL version=0.0.0 02:40:24 ---> Running in f1e839b5fd94 02:40:24 Removing intermediate container f1e839b5fd94 02:40:24 ---> 22850c94d604 02:40:24 02:40:25 Successfully built 22850c94d604 02:40:25 Successfully tagged docker-core-data-go-arm64:latest 02:40:25  Building docker-core-data-go ... done  [Pipeline] } 02:40:25 $ docker stop --time=1 86e7d3c5da9fbc0f2cc6f44907cab2869c661142d9b100b1247d3fef79cedb3e 02:40:27 $ docker rm -f 86e7d3c5da9fbc0f2cc6f44907cab2869c661142d9b100b1247d3fef79cedb3e [Pipeline] // withDockerContainer [Pipeline] sh 02:40:28 + grep docker 02:40:28 + docker images 02:40:28 docker-core-data-go-arm64 latest 22850c94d604 4 seconds ago 20.9MB 02:40:28 docker-support-notifications-go-arm64 latest a1c698a91675 22 seconds ago 11.4MB 02:40:28 docker-security-secretstore-setup-go-arm64 latest 899147b0f30a 51 seconds ago 23.5MB 02:40:28 docker-core-command-go-arm64 latest 4df45f5d9bb0 About a minute ago 9.98MB 02:40:28 docker-sys-mgmt-agent-go-arm64 latest aad905dbb2b7 About a minute ago 300MB 02:40:28 docker-core-metadata-go-arm64 latest c0f3932e05bb 3 minutes ago 12.2MB 02:40:28 docker-security-proxy-setup-go-arm64 latest e1053f32c723 3 minutes ago 23.4MB 02:40:28 docker-security-bootstrap-redis-go-arm64 latest 581cf1effcf5 3 minutes ago 15.2MB 02:40:28 docker-support-scheduler-go-arm64 latest 6791a938aff8 3 minutes ago 10MB 02:40:28 docker latest 0c09fb3ff9b5 29 hours 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 02:40:31 provisioning config files... 02:40:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/16@tmp/config6044441275670649633tmp [Pipeline] { [Pipeline] sh 02:40:31 + set +x 02:40:31 + bash -s -- 02:40:31 + curl -s https://codecov.io/bash 02:40:32 02:40:32 _____ _ 02:40:32 / ____| | | 02:40:32 | | ___ __| | ___ ___ _____ __ 02:40:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:40:32 | |___| (_) | (_| | __/ (_| (_) \ V / 02:40:32 \_____\___/ \__,_|\___|\___\___/ \_/ 02:40:32 Bash-20201130-cc6d3fe 02:40:32 02:40:32 02:40:32 ==> Jenkins CI detected. 02:40:32 project root: . 02:40:32 --> token set from env 02:40:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:40:32 ==> Running gcov in . (disable via -X gcov) 02:40:32 ==> Python coveragepy not found 02:40:32 ==> Searching for coverage reports in: 02:40:32 + . 02:40:32 -> Found 1 reports 02:40:32 ==> Detecting git/mercurial file structure 02:40:32 ==> Reading reports 02:40:32 + ./coverage.out bytes=535157 02:40:32 ==> Appending adjustments 02:40:32 https://docs.codecov.io/docs/fixing-reports 02:40:38 + Found adjustments 02:40:38 ==> Gzipping contents 02:40:38 80K /tmp/codecov.QbXmyQ.gz 02:40:38 ==> Uploading reports 02:40:38 url: https://codecov.io 02:40:38 query: branch=PR-2913&commit=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2913%2F16%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2913&job=&cmd_args= 02:40:38 -> Pinging Codecov 02:40:38 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2913&commit=89fedc6f5676edf1ed5f43ca42664d01fca0fb9e&build=16&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2913%2F16%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2913&job=&cmd_args= 02:40:38 -> Uploading to 02:40:38 https://storage.googleapis.com/codecov/v4/raw/2020-12-17/00271124DB129430A58F1EEE437C3FCB/89fedc6f5676edf1ed5f43ca42664d01fca0fb9e/daca88c1-09a3-423a-9e5d-7546e247e086.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201217T024038Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6b4172249a78a39c0ee7d02c2aa3d129673b9e9f1dc2903dfdeec8a90679946c 02:40:38 % Total % Received % Xferd Average Speed Time Time Time Current 02:40:38 Dload Upload Total Spent Left Speed 02:40:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81609 0 0 100 81609 0 138k --:--:-- --:--:-- --:--:-- 138k 100 81609 0 0 100 81609 0 138k --:--:-- --:--:-- --:--:-- 138k 02:40:39 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/89fedc6f5676edf1ed5f43ca42664d01fca0fb9e [Pipeline] } 02:40:39 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 02:40:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:40:43 ---> package-listing.sh 02:40:43 ++ facter osfamily 02:40:43 ++ tr '[:upper:]' '[:lower:]' 02:40:43 + OS_FAMILY=redhat 02:40:43 + workspace=/w/workspace/edgex-go/16 02:40:43 + START_PACKAGES=/tmp/packages_start.txt 02:40:43 + END_PACKAGES=/tmp/packages_end.txt 02:40:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:40:43 + PACKAGES=/tmp/packages_start.txt 02:40:43 + '[' /w/workspace/edgex-go/16 ']' 02:40:43 + PACKAGES=/tmp/packages_end.txt 02:40:43 + case "${OS_FAMILY}" in 02:40:43 + rpm -qa 02:40:43 + sort 02:40:50 + '[' -f /tmp/packages_start.txt ']' 02:40:50 + '[' -f /tmp/packages_end.txt ']' 02:40:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:40:50 + '[' /w/workspace/edgex-go/16 ']' 02:40:50 + mkdir -p /w/workspace/edgex-go/16/archives/ 02:40:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] echo 02:40:50 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/16/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:40:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:40:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:40:51 02:40:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:40:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:40:52 alpine: Pulling from edgex-lftools-log-publisher 02:40:52 df20fa9351a1: Pulling fs layer 02:40:52 36b3adc4ff6f: Pulling fs layer 02:40:52 8ad3a11d3b57: Pulling fs layer 02:40:52 46f8f816bc3b: Pulling fs layer 02:40:52 93b61091891f: Pulling fs layer 02:40:52 93b9cdb0e59b: Pulling fs layer 02:40:52 5e14af77c1be: Pulling fs layer 02:40:52 01666e4c0597: Pulling fs layer 02:40:52 aa168da1d23b: Pulling fs layer 02:40:52 93b61091891f: Waiting 02:40:52 01666e4c0597: Waiting 02:40:52 aa168da1d23b: Waiting 02:40:52 93b9cdb0e59b: Waiting 02:40:52 46f8f816bc3b: Waiting 02:40:52 36b3adc4ff6f: Verifying Checksum 02:40:52 36b3adc4ff6f: Download complete 02:40:52 46f8f816bc3b: Verifying Checksum 02:40:52 46f8f816bc3b: Download complete 02:40:52 df20fa9351a1: Verifying Checksum 02:40:52 df20fa9351a1: Download complete 02:40:52 93b9cdb0e59b: Verifying Checksum 02:40:52 93b9cdb0e59b: Download complete 02:40:53 5e14af77c1be: Verifying Checksum 02:40:53 5e14af77c1be: Download complete 02:40:53 01666e4c0597: Verifying Checksum 02:40:53 01666e4c0597: Download complete 02:40:53 93b61091891f: Verifying Checksum 02:40:53 93b61091891f: Download complete 02:40:53 df20fa9351a1: Pull complete 02:40:54 36b3adc4ff6f: Pull complete 02:40:54 8ad3a11d3b57: Verifying Checksum 02:40:54 8ad3a11d3b57: Download complete 02:40:56 8ad3a11d3b57: Pull complete 02:40:56 46f8f816bc3b: Pull complete 02:40:57 93b61091891f: Pull complete 02:40:57 93b9cdb0e59b: Pull complete 02:40:57 5e14af77c1be: Pull complete 02:40:57 01666e4c0597: Pull complete 02:41:03 aa168da1d23b: Verifying Checksum 02:41:03 aa168da1d23b: Download complete 02:41:22 aa168da1d23b: Pull complete 02:41:22 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:41:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:41:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:41:22 prd-centos7-docker-4c-2g-16453 does not seem to be running inside a container 02:41:22 $ 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/16/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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-lftools-log-publisher:alpine cat 02:41:28 $ docker top cfebe085d9b08f31ed0071f1da0b9b2d0f071c814968dc7f0ab1b1a0289d8e4a -eo pid,comm [Pipeline] { [Pipeline] sh 02:41:29 + touch /tmp/pre-build-complete [Pipeline] sh 02:41:30 + mkdir -p /var/log/sa [Pipeline] sh 02:41:30 + ls /var/log/sa-host 02:41:30 + sadf -c /var/log/sa-host/sa17 02:41:30 file_magic: OK 02:41:30 HZ: Using current value: 100 02:41:30 file_header: OK 02:41:30 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 02:41:30 Statistics: 02:41:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:41:30 File successfully converted to sysstat format version 12.2.1 02:41:30 + sadf -c /var/log/sa-host/sa23 02:41:30 file_magic: OK 02:41:30 HZ: Using current value: 100 02:41:30 file_header: OK 02:41:30 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 02:41:30 Statistics: 02:41:30 Hnuu...uuuununununu... 02:41:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:41:31 provisioning config files... 02:41:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config7501845652601662412tmp [Pipeline] { [Pipeline] echo 02:41:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:41:32 ---> create-netrc.sh [Pipeline] } 02:41:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:41:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:41:33 ---> python-tools-install.sh [Pipeline] echo 02:41:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:41:34 ---> sudo-logs.sh 02:41:34 Archiving 'sudo' log.. [Pipeline] echo 02:41:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:41:35 ---> job-cost.sh 02:41:35 lf-activate-venv: SKIPPING 02:41:35 INFO: No Stack... 02:41:36 INFO: Retrieving Pricing Info for: v1-standard-2 02:41:37 INFO: Archiving Costs [Pipeline] echo 02:41:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:41:37 ---> logs-deploy.sh 02:41:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2913/16 02:41:37 INFO: archiving workspace using pattern(s): 02:41:40 Archives upload complete. 02:41:40 INFO: archiving logs to Nexus