Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d+9ee6a915f0da87ac859f0375cd81210a85b62227 (d8a08f3225d53deaebb19f7266d6eb8fa9ee3873) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25536 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 9ee6a915f0da87ac859f0375cd81210a85b62227 into PR head commit 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d Merge succeeded, producing 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d Checking out Revision 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d (PR-3109) > git config core.sparsecheckout # timeout=10 > git checkout -f 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d # 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 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:31:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:31:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:31:40 ========================================================= 09:31:40 EdgeX Global Pipelines Version Info 09:31:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f4b34f027936c92460a4104d017492f2a7722f95 # timeout=10 09:31:42 ------------------- 09:31:42 stable info: 09:31:42 ------------------- 09:31:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:31:42 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:31:42 Message: update stable to v1.0.179 09:31:43 ------------------- 09:31:43 experimental info: 09:31:43 ------------------- 09:31:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:31:43 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:31:43 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:31:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:31:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:31:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:31:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:31:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:31:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:31:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:31:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:31:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:31:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:31:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:31:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:31:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:31:45 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:31:45 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:31:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo 09:31:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo 09:31:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo 09:31:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [Pipeline] echo 09:31:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4b0ff43 [Pipeline] echo 09:31:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:31:46 provisioning config files... 09:31:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config678796565027249311tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:31:46 ---> docker-login.sh 09:31:46 nexus3.edgexfoundry.org:10001 09:31:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:31:47 Configure a credential helper to remove this warning. See 09:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:31:47 09:31:47 Login Succeeded 09:31:47 nexus3.edgexfoundry.org:10002 09:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:31:47 Configure a credential helper to remove this warning. See 09:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:31:47 09:31:47 Login Succeeded 09:31:47 nexus3.edgexfoundry.org:10003 09:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:31:47 Configure a credential helper to remove this warning. See 09:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:31:47 09:31:47 Login Succeeded 09:31:47 nexus3.edgexfoundry.org:10004 09:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:31:47 Configure a credential helper to remove this warning. See 09:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:31:47 09:31:47 Login Succeeded 09:31:47 docker.io 09:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:31:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:31:48 Configure a credential helper to remove this warning. See 09:31:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:31:48 09:31:48 Login Succeeded 09:31:48 ---> docker-login.sh ends [Pipeline] } 09:31:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:31:48 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 09:31:48 + for file in '`ls cmd/**/Dockerfile`' 09:31:48 ++ dirname cmd/core-command/Dockerfile 09:31:48 ++ cut -d/ -f2 09:31:48 + echo core-command,cmd/core-command/Dockerfile 09:31:48 + for file in '`ls cmd/**/Dockerfile`' 09:31:48 ++ dirname cmd/core-data/Dockerfile 09:31:48 ++ cut -d/ -f2 09:31:48 + echo core-data,cmd/core-data/Dockerfile 09:31:48 + for file in '`ls cmd/**/Dockerfile`' 09:31:48 ++ dirname cmd/core-metadata/Dockerfile 09:31:48 ++ cut -d/ -f2 09:31:48 + echo core-metadata,cmd/core-metadata/Dockerfile 09:31:48 + for file in '`ls cmd/**/Dockerfile`' 09:31:48 ++ dirname cmd/security-bootstrapper/Dockerfile 09:31:48 ++ cut -d/ -f2 09:31:48 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 09:31:48 + for file in '`ls cmd/**/Dockerfile`' 09:31:48 ++ dirname cmd/security-proxy-setup/Dockerfile 09:31:48 ++ cut -d/ -f2 09:31:48 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:31:48 + for file in '`ls cmd/**/Dockerfile`' 09:31:48 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:31:48 ++ cut -d/ -f2 09:31:48 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:31:48 + for file in '`ls cmd/**/Dockerfile`' 09:31:48 ++ dirname cmd/support-notifications/Dockerfile 09:31:48 ++ cut -d/ -f2 09:31:48 + echo support-notifications,cmd/support-notifications/Dockerfile 09:31:48 + for file in '`ls cmd/**/Dockerfile`' 09:31:48 ++ dirname cmd/support-scheduler/Dockerfile 09:31:48 ++ cut -d/ -f2 09:31:48 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:31:48 + for file in '`ls cmd/**/Dockerfile`' 09:31:48 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:31:48 ++ cut -d/ -f2 09:31:48 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:31:48 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 09:31:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:31:49 09:31:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:31:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:31:49 latest: Pulling from edgex-devops/git-semver 09:31:49 31603596830f: Pulling fs layer 09:31:49 2a8b12db71e7: Pulling fs layer 09:31:49 6ca5941a6612: Pulling fs layer 09:31:49 ecc8261a40a4: Pulling fs layer 09:31:49 ecc8261a40a4: Waiting 09:31:49 2a8b12db71e7: Verifying Checksum 09:31:49 2a8b12db71e7: Download complete 09:31:50 31603596830f: Download complete 09:31:50 ecc8261a40a4: Verifying Checksum 09:31:50 ecc8261a40a4: Download complete 09:31:50 6ca5941a6612: Verifying Checksum 09:31:50 6ca5941a6612: Download complete 09:31:50 31603596830f: Pull complete 09:31:50 2a8b12db71e7: Pull complete 09:31:51 6ca5941a6612: Pull complete 09:31:51 ecc8261a40a4: Pull complete 09:31:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:31:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:31:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:31:51 prd-centos7-docker-4c-2g-25536 does not seem to be running inside a container 09:31:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:31:53 $ docker top fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:31:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:31:54 [ssh-agent] Looking for ssh-agent implementation... 09:31:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:31:54 $ docker exec fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 ssh-agent 09:31:54 SSH_AUTH_SOCK=/tmp/ssh-k64GdK95KqRH/agent.12 09:31:54 SSH_AGENT_PID=17 09:31:54 Running ssh-add (command line suppressed) 09:31:54 Identity added: /w/workspace/edgex-go/19@tmp/private_key_5251072883870499159.key (/w/workspace/edgex-go/19@tmp/private_key_5251072883870499159.key) 09:31:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:31:55 + git tag --points-at HEAD [Pipeline] } 09:31:55 $ docker exec --env ******** --env ******** fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 ssh-agent -k 09:31:55 unset SSH_AUTH_SOCK; 09:31:55 unset SSH_AGENT_PID; 09:31:55 echo Agent pid 17 killed; 09:31:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:31:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:31:55 [ssh-agent] Looking for ssh-agent implementation... 09:31:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:31:55 $ docker exec fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 ssh-agent 09:31:56 SSH_AUTH_SOCK=/tmp/ssh-h9ukgGJruIlB/agent.45 09:31:56 SSH_AGENT_PID=50 09:31:56 Running ssh-add (command line suppressed) 09:31:56 Identity added: /w/workspace/edgex-go/19@tmp/private_key_1148100911777423471.key (/w/workspace/edgex-go/19@tmp/private_key_1148100911777423471.key) 09:31:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:31:56 + git semver init 09:31:56 # -> Open(): unable to determine branch for HEAD 09:31:56 # $GIT_DIR = /w/workspace/edgex-go/19/.git 09:31:56 # $GIT_WORK_TREE = /w/workspace/edgex-go/19 09:31:56 # $SEMVER_REMOTE_NAME = origin 09:31:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:31:56 # $SEMVER_USER_NAME = edgex-jenkins 09:31:56 # $SEMVER_BRANCH = PR-3109 09:31:56 # $SEMVER_TEMP = /tmp/semver-849051652 09:31:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:32:35 # '/tmp/semver-849051652' -> '/w/workspace/edgex-go/19/.semver' 09:32:35 # -> Force: false 09:32:35 # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } 09:32:35 $ docker exec --env ******** --env ******** fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 ssh-agent -k 09:32:35 unset SSH_AUTH_SOCK; 09:32:35 unset SSH_AGENT_PID; 09:32:35 echo Agent pid 50 killed; 09:32:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:32:36 + git semver [Pipeline] } 09:32:36 $ docker stop --time=1 fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 09:32:38 $ docker rm -f fa730cc3b97fb0659a235ef86fb4157212d9016286caa588819b218991db25d3 [Pipeline] // withDockerContainer [Pipeline] sh 09:32:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:32:39 Stashed 1 file(s) [Pipeline] echo 09:32:39 [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 09:32:40 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:32:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:32:41 + sudo service docker restart 09:32:41 + true 09:32:41 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:32:41 ========================================================= 09:32:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:32:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:32:42 + 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 . 09:32:46 Sending build context to Docker daemon 327.7MB 09:32:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:32:46 Step 2/6 : FROM ${BASE} 09:32:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:32:46 188c0c94c7c5: Pulling fs layer 09:32:46 0ef7d3d256c8: Pulling fs layer 09:32:46 de9db76c5a1d: Pulling fs layer 09:32:46 bca2f99d35d6: Pulling fs layer 09:32:46 93359f2a8cfa: Pulling fs layer 09:32:46 7c6f9722023f: Pulling fs layer 09:32:46 a35cf1a2eb13: Pulling fs layer 09:32:46 93359f2a8cfa: Waiting 09:32:46 7c6f9722023f: Waiting 09:32:46 a35cf1a2eb13: Waiting 09:32:46 bca2f99d35d6: Waiting 09:32:46 de9db76c5a1d: Verifying Checksum 09:32:46 de9db76c5a1d: Download complete 09:32:46 0ef7d3d256c8: Verifying Checksum 09:32:46 0ef7d3d256c8: Download complete 09:32:46 93359f2a8cfa: Download complete 09:32:46 188c0c94c7c5: Verifying Checksum 09:32:46 188c0c94c7c5: Download complete 09:32:46 7c6f9722023f: Verifying Checksum 09:32:46 7c6f9722023f: Download complete 09:32:46 188c0c94c7c5: Pull complete 09:32:46 0ef7d3d256c8: Pull complete 09:32:46 de9db76c5a1d: Pull complete 09:32:49 a35cf1a2eb13: Verifying Checksum 09:32:49 a35cf1a2eb13: Download complete 09:32:50 bca2f99d35d6: Verifying Checksum 09:32:50 bca2f99d35d6: Download complete 09:32:55 Still waiting to schedule task 09:32:55 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:32:57 bca2f99d35d6: Pull complete 09:32:57 93359f2a8cfa: Pull complete 09:32:57 7c6f9722023f: Pull complete 09:33:01 a35cf1a2eb13: Pull complete 09:33:01 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:33:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:33:01 ---> a62c8e92a672 09:33:01 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 09:33:01 ---> Running in 000226cf4061 09:33:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:33:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:33:04 (1/12) Installing libmagic (5.38-r0) 09:33:04 (2/12) Installing file (5.38-r0) 09:33:04 (3/12) Installing libc-dev (0.7.2-r3) 09:33:04 (4/12) Installing g++ (9.3.0-r2) 09:33:19 (5/12) Installing fortify-headers (1.1-r0) 09:33:19 (6/12) Installing patch (2.7.6-r6) 09:33:19 (7/12) Installing build-base (0.5-r2) 09:33:19 (8/12) Installing libsodium (1.0.18-r0) 09:33:19 (9/12) Installing pkgconf (1.7.2-r0) 09:33:19 (10/12) Installing libsodium-dev (1.0.18-r0) 09:33:19 (11/12) Installing libzmq (4.3.3-r0) 09:33:20 (12/12) Installing zeromq-dev (4.3.3-r0) 09:33:20 Executing busybox-1.31.1-r19.trigger 09:33:20 OK: 233 MiB in 51 packages 09:33:24 Removing intermediate container 000226cf4061 09:33:24 ---> 2a4b8bac3c19 09:33:24 Step 4/6 : WORKDIR /edgex-go 09:33:24 ---> Running in f9a51444e605 09:33:24 Removing intermediate container f9a51444e605 09:33:24 ---> 1f9f6edb6e30 09:33:24 Step 5/6 : COPY go.mod . 09:33:24 ---> d03bcdcbd904 09:33:24 Step 6/6 : RUN go mod download 09:33:24 ---> Running in e7730284f28a 09:33:46 Removing intermediate container e7730284f28a 09:33:46 ---> 5f9725a25697 09:33:46 Successfully built 5f9725a25697 09:33:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:33:46 + docker inspect -f . ci-base-image-x86_64 09:33:46 . [Pipeline] withDockerContainer 09:33:47 prd-centos7-docker-4c-2g-25536 does not seem to be running inside a container 09:33:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** ci-base-image-x86_64 cat 09:33:48 $ docker top 3f7161c8b310c74f4fac8e225cc75598ca9cfe6bd07c5244f8f0148cc2803c0b -eo pid,comm [Pipeline] { [Pipeline] sh 09:33:48 + go version 09:33:48 go version go1.15.5 linux/amd64 [Pipeline] } 09:33:48 $ docker stop --time=1 3f7161c8b310c74f4fac8e225cc75598ca9cfe6bd07c5244f8f0148cc2803c0b 09:33:50 $ docker rm -f 3f7161c8b310c74f4fac8e225cc75598ca9cfe6bd07c5244f8f0148cc2803c0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:33:50 + docker inspect -f . ci-base-image-x86_64 09:33:50 . [Pipeline] withDockerContainer 09:33:51 prd-centos7-docker-4c-2g-25536 does not seem to be running inside a container 09:33:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** ci-base-image-x86_64 cat 09:33:52 $ docker top ff1a66ab8867aa0289ff2df019a0cc914fddb2b141b17657108f5644f346b57f -eo pid,comm [Pipeline] { [Pipeline] echo 09:33:52 ========================================================= 09:33:52 [edgeXBuildGoParallel] Running Tests and Build... 09:33:52 ========================================================= [Pipeline] sh 09:33:52 + make test 09:33:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:34:01 ? github.com/edgexfoundry/edgex-go [no test files] 09:34:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:34:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:34:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:34:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:34:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:34:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:34:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:34:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:34:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:34:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:34:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:34:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:34:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:34:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.6% of statements 09:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:34:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 09:34:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.085s coverage: 100.0% of statements 09:34:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.234s coverage: 27.1% of statements 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:34:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:34:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:34:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.147s coverage: 65.8% of statements 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:34:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.473s coverage: 82.3% of statements 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:34:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.378s coverage: 28.6% of statements 09:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 09:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements 09:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements 09:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.105s coverage: 97.5% of statements 09:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements 09:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.422s coverage: 92.8% of statements 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:34:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:34:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.029s coverage: 45.5% of statements 09:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.049s coverage: 79.5% of statements 09:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 09:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.042s coverage: 96.3% of statements 09:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.026s coverage: 87.5% of statements 09:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.038s coverage: 94.4% of statements 09:34:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 09:34:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25543 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 09:34:58 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 09:35:04 using credential edgex-jenkins-ssh 09:35:04 Cloning the remote Git repository 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.060s coverage: 92.9% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 68.9% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.0% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.313s coverage: 84.0% of statements 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.119s coverage: 87.7% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.066s coverage: 100.0% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:35:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 09:35:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 09:35:04 GO111MODULE=on go vet ./... 09:35:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:35:04 > git init /w/workspace/edgex-go/19 # timeout=10 09:35:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:35:04 > git --version # timeout=10 09:35:04 > git --version # 'git version 2.17.1' 09:35:04 using GIT_SSH to set credentials SSH Credentials for GitHub 09:35:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:35:31 gofmt -l . 09:35:31 [ "`gofmt -l .`" = "" ] 09:35:31 ./bin/test-go-mod-tidy.sh 09:35:31 ./bin/test-attribution-txt.sh [Pipeline] sh 09:35:32 + ls -al . 09:35:32 total 696 09:35:32 drwxrwxr-x 10 1001 1001 4096 Feb 8 09:35 . 09:35:32 drwxr-xr-x 4 root root 30 Feb 8 09:33 .. 09:35:32 -rw-rw-r-- 1 1001 1001 11 Feb 8 09:31 .dockerignore 09:35:32 drwxrwxr-x 8 1001 1001 179 Feb 8 09:31 .git 09:35:32 drwxrwxr-x 3 1001 1001 125 Feb 8 09:31 .github 09:35:32 -rw-rw-r-- 1 1001 1001 872 Feb 8 09:31 .gitignore 09:35:32 drwx------ 3 1001 1001 60 Feb 8 09:32 .semver 09:35:32 -rw-rw-r-- 1 1001 1001 166 Feb 8 09:31 .sonarcloud.properties 09:35:32 -rw-rw-r-- 1 1001 1001 7859 Feb 8 09:31 Attribution.txt 09:35:32 -rw-rw-r-- 1 1001 1001 3804 Feb 8 09:31 CONTRIBUTING.md 09:35:32 -rw-rw-r-- 1 1001 1001 931 Feb 8 09:31 Dockerfile.build 09:35:32 -rw-rw-r-- 1 1001 1001 863 Feb 8 09:31 Jenkinsfile 09:35:32 -rw-rw-r-- 1 1001 1001 10775 Feb 8 09:31 LICENSE 09:35:32 -rw-rw-r-- 1 1001 1001 6001 Feb 8 09:31 Makefile 09:35:32 -rw-rw-r-- 1 1001 1001 6524 Feb 8 09:31 README.md 09:35:32 -rw-rw-r-- 1 1001 1001 6755 Feb 8 09:31 SECURITY.md 09:35:32 -rw-rw-r-- 1 1001 1001 5 Feb 8 09:32 VERSION 09:35:32 -rw-rw-r-- 1 1001 1001 4131 Feb 8 09:31 ZMQWindows.md 09:35:32 drwxrwxr-x 2 1001 1001 117 Feb 8 09:31 bin 09:35:32 drwxrwxr-x 15 1001 1001 4096 Feb 8 09:31 cmd 09:35:32 -rw-r--r-- 1 root root 590503 Feb 8 09:35 coverage.out 09:35:32 -rw-r--r-- 1 root root 1054 Feb 8 09:35 go.mod 09:35:32 -rw-r--r-- 1 root root 19518 Feb 8 09:35 go.sum 09:35:32 drwxrwxr-x 8 1001 1001 127 Feb 8 09:31 internal 09:35:32 drwxrwxr-x 4 1001 1001 26 Feb 8 09:31 openapi 09:35:32 drwxrwxr-x 4 1001 1001 71 Feb 8 09:31 snap 09:35:32 -rw-rw-r-- 1 1001 1001 168 Feb 8 09:31 version.go [Pipeline] sh 09:35:32 + '[' -e coverage.out ] 09:35:32 + chown 1001:1001 coverage.out [Pipeline] stash 09:35:32 Stashed 1 file(s) [Pipeline] sh 09:35:33 + make build 09:35:33 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 09:35:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:35:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:35:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:35:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:35:34 using GIT_SSH to set credentials SSH Credentials for GitHub 09:35:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:35:35 Merging remotes/origin/master commit 9ee6a915f0da87ac859f0375cd81210a85b62227 into PR head commit 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:35:35 Merge succeeded, producing 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:35:35 Checking out Revision 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d (PR-3109) 09:35:36 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 09:35:35 > git config core.sparsecheckout # timeout=10 09:35:35 > git checkout -f 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d # timeout=10 09:35:35 > git remote # timeout=10 09:35:35 > git config --get remote.origin.url # timeout=10 09:35:35 using GIT_SSH to set credentials SSH Credentials for GitHub 09:35:35 > git merge 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 09:35:35 > git rev-parse HEAD^{commit} # timeout=10 09:35:35 > git config core.sparsecheckout # timeout=10 09:35:35 > git checkout -f 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d # timeout=10 09:35:40 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:35:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:35:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:35:42 + true 09:35:42 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:35:44 provisioning config files... 09:35:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config7486333619507516122tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:35:44 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 09:35:45 ---> docker-login.sh 09:35:45 nexus3.edgexfoundry.org:10001 09:35:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:46 Configure a credential helper to remove this warning. See 09:35:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:46 09:35:46 Login Succeeded 09:35:46 nexus3.edgexfoundry.org:10002 09:35:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:35:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:47 Configure a credential helper to remove this warning. See 09:35:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:47 09:35:47 Login Succeeded 09:35:47 nexus3.edgexfoundry.org:10003 09:35:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:47 Configure a credential helper to remove this warning. See 09:35:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:47 09:35:47 Login Succeeded 09:35:47 nexus3.edgexfoundry.org:10004 09:35:48 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 09:35:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:48 Configure a credential helper to remove this warning. See 09:35:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:48 09:35:48 Login Succeeded 09:35:48 docker.io 09:35:48 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 09:35:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:35:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:35:49 Configure a credential helper to remove this warning. See 09:35:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:35:49 09:35:49 Login Succeeded 09:35:49 ---> docker-login.sh ends [Pipeline] } 09:35:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:35:49 ========================================================= 09:35:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:35:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:35:50 + 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 . 09:35:50 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 09:35:51 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 09:35:52 Sending build context to Docker daemon 166.2MB 09:35:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 09:35:52 Step 2/6 : FROM ${BASE} 09:35:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:35:52 5f621e34cdf4: Pulling fs layer 09:35:52 a4357932f1b6: Pulling fs layer 09:35:52 18c013af1878: Pulling fs layer 09:35:52 00ac8860ef70: Pulling fs layer 09:35:52 63d7cb157983: Pulling fs layer 09:35:52 b116817d02f9: Pulling fs layer 09:35:52 745a02a5169b: Pulling fs layer 09:35:52 00ac8860ef70: Waiting 09:35:52 63d7cb157983: Waiting 09:35:52 b116817d02f9: Waiting 09:35:52 745a02a5169b: Waiting 09:35:52 18c013af1878: Verifying Checksum 09:35:52 18c013af1878: Download complete 09:35:52 a4357932f1b6: Download complete 09:35:52 63d7cb157983: Verifying Checksum 09:35:52 63d7cb157983: Download complete 09:35:52 5f621e34cdf4: Verifying Checksum 09:35:52 5f621e34cdf4: Download complete 09:35:52 b116817d02f9: Verifying Checksum 09:35:52 b116817d02f9: Download complete 09:35:52 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 09:35:53 5f621e34cdf4: Pull complete 09:35:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 09:35:53 a4357932f1b6: Pull complete 09:35:54 18c013af1878: Pull complete 09:35:54 745a02a5169b: Verifying Checksum 09:35:54 745a02a5169b: Download complete 09:35:55 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 09:35:56 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 09:35:56 00ac8860ef70: Verifying Checksum 09:35:56 00ac8860ef70: Download complete 09:35:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 09:35:58 $ docker stop --time=1 ff1a66ab8867aa0289ff2df019a0cc914fddb2b141b17657108f5644f346b57f 09:36:00 $ docker rm -f ff1a66ab8867aa0289ff2df019a0cc914fddb2b141b17657108f5644f346b57f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:36:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:36:02 09:36:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:36:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:36:02 latest: Pulling from edgex-devops/edgex-compose 09:36:02 cbdbe7a5bc2a: Pulling fs layer 09:36:02 ca9280d653b3: Pulling fs layer 09:36:02 7e9c9ca2126c: Pulling fs layer 09:36:02 cbdbe7a5bc2a: Download complete 09:36:03 ca9280d653b3: Verifying Checksum 09:36:03 ca9280d653b3: Download complete 09:36:03 cbdbe7a5bc2a: Pull complete 09:36:04 7e9c9ca2126c: Verifying Checksum 09:36:04 7e9c9ca2126c: Download complete 09:36:04 ca9280d653b3: Pull complete 09:36:07 00ac8860ef70: Pull complete 09:36:07 63d7cb157983: Pull complete 09:36:07 b116817d02f9: Pull complete 09:36:11 7e9c9ca2126c: Pull complete 09:36:11 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:36:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:36:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:36:11 prd-centos7-docker-4c-2g-25536 does not seem to be running inside a container 09:36:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:36:11 745a02a5169b: Pull complete 09:36:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:36:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:36:11 ---> b7e6874047d6 09:36:11 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 09:36:14 $ docker top bd1e1bff6b32ab93c9127f1a4d6163458d4199d5e6436100be8945fcbf79d81e -eo pid,comm [Pipeline] { [Pipeline] sh 09:36:14 + docker-compose build --help 09:36:14 + grep parallel 09:36:14 ---> Running in 6e981987c1be 09:36:15 --parallel Build images in parallel. 09:36:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] } 09:36:15 $ docker stop --time=1 bd1e1bff6b32ab93c9127f1a4d6163458d4199d5e6436100be8945fcbf79d81e 09:36:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:36:17 $ docker rm -f bd1e1bff6b32ab93c9127f1a4d6163458d4199d5e6436100be8945fcbf79d81e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 09:36:17 (1/12) Installing libmagic (5.38-r0) [Pipeline] isUnix [Pipeline] sh 09:36:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:36:18 . [Pipeline] withDockerContainer 09:36:18 prd-centos7-docker-4c-2g-25536 does not seem to be running inside a container 09:36:18 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:36:18 (2/12) Installing file (5.38-r0) 09:36:18 (3/12) Installing libc-dev (0.7.2-r3) 09:36:18 (4/12) Installing g++ (9.3.0-r2) 09:36:18 $ docker top 131afff935bc9acae24bb59bc79143f048ffbce5466ce16cba93c99fc1e79bec -eo pid,comm [Pipeline] { [Pipeline] sh 09:36:19 + docker-compose -f ./docker-compose-build.yml build --parallel 09:36:20 Building docker-core-command-go ... 09:36:20 Building docker-core-data-go ... 09:36:20 Building docker-core-metadata-go ... 09:36:20 Building docker-security-bootstrapper-go ... 09:36:20 Building docker-security-proxy-setup-go ... 09:36:20 Building docker-security-secretstore-setup-go ... 09:36:20 Building docker-support-notifications-go ... 09:36:20 Building docker-support-scheduler-go ... 09:36:20 Building docker-sys-mgmt-agent-go ... 09:36:20 Building docker-core-command-go 09:36:20 Building docker-security-proxy-setup-go 09:36:20 Building docker-support-notifications-go 09:36:20 Building docker-security-bootstrapper-go 09:36:20 Building docker-support-scheduler-go 09:36:22 (5/12) Installing fortify-headers (1.1-r0) 09:36:22 (6/12) Installing patch (2.7.6-r6) 09:36:22 (7/12) Installing build-base (0.5-r2) 09:36:22 (8/12) Installing libsodium (1.0.18-r0) 09:36:22 (9/12) Installing pkgconf (1.7.2-r0) 09:36:22 (10/12) Installing libsodium-dev (1.0.18-r0) 09:36:22 (11/12) Installing libzmq (4.3.3-r0) 09:36:22 (12/12) Installing zeromq-dev (4.3.3-r0) 09:36:22 Executing busybox-1.31.1-r19.trigger 09:36:22 OK: 217 MiB in 51 packages 09:36:27 Removing intermediate container 6e981987c1be 09:36:27 ---> f286aef005a6 09:36:27 Step 4/6 : WORKDIR /edgex-go 09:36:27 ---> Running in 882872732c25 09:36:27 Removing intermediate container 882872732c25 09:36:27 ---> 0c59be43e5e6 09:36:27 Step 5/6 : COPY go.mod . 09:36:28 ---> cff5be69bc0b 09:36:28 Step 6/6 : RUN go mod download 09:36:28 ---> Running in 7872935e45f3 09:36:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:36:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:36:53 ---> 5f9725a25697 09:36:53 Step 3/22 : WORKDIR /edgex-go 09:36:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:36:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:36:54 ---> 5f9725a25697 09:36:54 Step 3/22 : WORKDIR /edgex-go 09:36:54 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:36:54 Step 2/31 : FROM ${BUILDER_BASE} AS builder 09:36:54 ---> 5f9725a25697 09:36:54 Step 3/31 : WORKDIR /edgex-go 09:36:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:36:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:36:54 ---> 5f9725a25697 09:36:54 Step 3/23 : WORKDIR /edgex-go 09:36:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:36:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:36:54 ---> 5f9725a25697 09:36:54 Step 3/21 : WORKDIR /edgex-go 09:36:55 ---> Running in 24861008df84 09:36:55 ---> Running in b0dde6830fca 09:36:55 ---> Running in 20b09ca575cc 09:36:55 ---> Running in 4bb722438382 09:36:55 ---> Running in 141366e4ba50 09:36:55 Removing intermediate container 7872935e45f3 09:36:55 ---> 7e2beb0a18c1 09:36:55 Successfully built 7e2beb0a18c1 09:36:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:36:55 Removing intermediate container b0dde6830fca 09:36:55 ---> dfc658062b88 09:36:55 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:36:55 Removing intermediate container 24861008df84 09:36:55 ---> f5253a127931 09:36:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:36:55 Removing intermediate container 141366e4ba50 09:36:55 ---> f0ce8dad6682 09:36:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:36:55 Removing intermediate container 4bb722438382 09:36:55 ---> 37a4156651d6 09:36:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:36:55 Removing intermediate container 20b09ca575cc 09:36:55 ---> 23443294bb04 09:36:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:36:55 + docker inspect -f . ci-base-image-arm64 09:36:55 . [Pipeline] withDockerContainer 09:36:55 ---> Running in c4f338295a34 09:36:55 ---> Running in c49cc6c11083 09:36:55 ---> Running in 5f734dfd0db6 09:36:55 ---> Running in fa6efcb6367d 09:36:55 ---> Running in d9c6bd914a05 09:36:56 prd-ubuntu18.04-docker-arm64-4c-16g-25543 does not seem to be running inside a container 09:36:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** ci-base-image-arm64 cat 09:36:57 $ docker top e8d2df09e67c929dca3b2d8f1d1eb4cf3209d328bd09562d4f7473d993bf8328 -eo pid,comm [Pipeline] { [Pipeline] sh 09:36:58 Removing intermediate container c49cc6c11083 09:36:58 ---> 0996da624b87 09:36:58 Step 5/31 : RUN apk add --update --no-cache make git 09:36:58 Removing intermediate container c4f338295a34 09:36:58 ---> fd71ccf797f7 09:36:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:36:58 Removing intermediate container 5f734dfd0db6 09:36:58 ---> 1c38abe2f884 09:36:58 Step 5/22 : RUN apk add --update --no-cache make git 09:36:58 ---> Running in 49d0d375f938 09:36:58 ---> Running in 2cba327cfdcc 09:36:58 ---> Running in bf0e6c942917 09:36:58 Removing intermediate container fa6efcb6367d 09:36:58 ---> 1302703cb6ab 09:36:58 Step 5/23 : RUN apk add --update --no-cache make git 09:36:58 Removing intermediate container d9c6bd914a05 09:36:58 ---> 63415fd276d6 09:36:58 Step 5/21 : RUN apk add --update --no-cache make git 09:36:58 ---> Running in 7b8277fd175f 09:36:59 + go version 09:36:59 go version go1.15.5 linux/arm64 [Pipeline] } 09:36:59 $ docker stop --time=1 e8d2df09e67c929dca3b2d8f1d1eb4cf3209d328bd09562d4f7473d993bf8328 09:36:59 ---> Running in e9c47b97375e 09:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:36:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:37:01 $ docker rm -f e8d2df09e67c929dca3b2d8f1d1eb4cf3209d328bd09562d4f7473d993bf8328 09:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 09:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 09:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 09:37:02 + docker inspect -f . ci-base-image-arm64 09:37:02 . [Pipeline] withDockerContainer 09:37:02 prd-ubuntu18.04-docker-arm64-4c-16g-25543 does not seem to be running inside a container 09:37:02 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** ci-base-image-arm64 cat 09:37:02 OK: 233 MiB in 51 packages 09:37:02 OK: 233 MiB in 51 packages 09:37:02 OK: 233 MiB in 51 packages 09:37:03 Removing intermediate container 2cba327cfdcc 09:37:03 ---> e6c5f58f1753 09:37:03 Step 6/22 : COPY go.mod . 09:37:03 Removing intermediate container 7b8277fd175f 09:37:03 ---> 03ac835b67f6 09:37:03 Step 6/23 : COPY go.mod . 09:37:03 Removing intermediate container 49d0d375f938 09:37:03 ---> fccfcdb823e3 09:37:03 Step 6/31 : COPY go.mod . 09:37:03 ---> 7c061adeeeca 09:37:03 Step 7/22 : RUN go mod download 09:37:03 ---> 0c0e7adbbe84 09:37:03 Step 7/23 : RUN go mod download 09:37:03 ---> Running in d1bf3603c077 09:37:03 ---> Running in a33f40d3e38f 09:37:03 ---> 091582d9013e 09:37:03 Step 7/31 : RUN go mod download 09:37:03 OK: 233 MiB in 51 packages 09:37:04 $ docker top c7ac719fd6588c79babdc7551544846a8ea4bb00e09331e4a003245ef9df4eb5 -eo pid,comm 09:37:04 ---> Running in a73b0603f53c 09:37:04 OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] echo 09:37:04 ========================================================= 09:37:04 [edgeXBuildGoParallel] Running Tests and Build... 09:37:04 ========================================================= [Pipeline] sh 09:37:04 Removing intermediate container e9c47b97375e 09:37:04 ---> 3d09e8e65885 09:37:04 Step 6/21 : COPY go.mod . 09:37:05 Removing intermediate container bf0e6c942917 09:37:05 ---> 5a90e692498e 09:37:05 Step 6/22 : COPY go.mod . 09:37:05 + make test 09:37:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:37:05 ---> 918201ce7078 09:37:05 Step 7/21 : RUN go mod download 09:37:05 ---> fa7eb8f466ee 09:37:05 Step 7/22 : RUN go mod download 09:37:05 ---> Running in c4a7381f4899 09:37:05 ---> Running in 23259f984e30 09:37:06 Removing intermediate container a33f40d3e38f 09:37:06 ---> d927b106da63 09:37:06 Step 8/23 : COPY . . 09:37:07 Removing intermediate container d1bf3603c077 09:37:07 ---> c0b5c96e304e 09:37:07 Step 8/22 : COPY . . 09:37:07 Removing intermediate container a73b0603f53c 09:37:07 ---> e22281075714 09:37:07 Step 8/31 : COPY . . 09:37:15 Removing intermediate container c4a7381f4899 09:37:15 ---> cf9dad0866f3 09:37:15 Step 8/21 : COPY . . 09:37:15 Removing intermediate container 23259f984e30 09:37:15 ---> f165595806f4 09:37:15 Step 8/22 : COPY . . 09:37:32 ? github.com/edgexfoundry/edgex-go [no test files] 09:37:54 ---> 118667732ef3 09:37:54 Step 9/23 : RUN make cmd/core-command/core-command 09:37:54 ---> 9aa03fd699dd 09:37:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:37:54 ---> Running in df1889ca83fa 09:37:54 ---> b9cdf74db406 09:37:54 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 09:37:54 ---> 7ef15dff1e88 09:37:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:37:54 ---> Running in f772382e0978 09:37:54 ---> f8fbb8e10e68 09:37:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:37:54 ---> Running in 53b8b46d3b53 09:37:54 ---> Running in 1f69a4b4eb41 09:37:54 ---> Running in c1ba3ea679bb 09:37:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:37:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:37:54 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 09:37:54 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 09:37:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:38:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:38:21 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 09:38: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 09:38:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:38:31 Removing intermediate container c1ba3ea679bb 09:38:31 ---> d4f1595f3b92 09:38:31 09:38:31 Step 10/21 : FROM alpine:3.12 09:38:31 Removing intermediate container f772382e0978 09:38:31 ---> d891eb17c760 09:38:31 09:38:31 Step 10/22 : FROM alpine:3.12 09:38:31 Removing intermediate container 1f69a4b4eb41 09:38:31 ---> 05271753c6e7 09:38:31 09:38:31 Step 10/31 : FROM alpine:3.12 09:38:31 3.12: Pulling from library/alpine 09:38:31 Removing intermediate container 53b8b46d3b53 09:38:31 ---> 20e20b9852fe 09:38:31 09:38:31 Step 10/22 : FROM alpine:3.12 09:38:31 3.12: Pulling from library/alpine 09:38:31 3.12: Pulling from library/alpine 09:38:31 Removing intermediate container df1889ca83fa 09:38:31 ---> 2a0e7dde3f0c 09:38:31 09:38:31 Step 10/23 : FROM alpine:3.12 09:38:31 3.12: Pulling from library/alpine 09:38:31 3.12: Pulling from library/alpine 09:38:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:38:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:38:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:38:32 Status: Downloaded newer image for alpine:3.12 09:38:32 Status: Image is up to date for alpine:3.12 09:38:32 Status: Downloaded newer image for alpine:3.12 09:38:32 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:38:32 Status: Image is up to date for alpine:3.12 09:38:32 ---> 389fef711851 09:38:32 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:38:32 ---> 389fef711851 09:38:32 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:38:32 ---> 389fef711851 09:38:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:38:32 ---> 389fef711851 09:38:32 Step 11/21 : RUN apk add --update --no-cache curl 09:38:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:38:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 09:38:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:38:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:38:33 Status: Image is up to date for alpine:3.12 09:38:33 ---> 389fef711851 09:38:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:38:33 ---> Running in ac9d8c0e91fa 09:38:33 ---> Running in 9b52f5d23c27 09:38:33 ---> Running in 7682c0ea0288 09:38:33 ---> Running in 4ef6cdccef45 09:38:33 ---> Running in ef6a680b2d9f 09:38:33 Removing intermediate container ac9d8c0e91fa 09:38:33 ---> ef7613308dba 09:38:33 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 09:38:33 ---> Running in c665d749b139 09:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:38:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 09:38:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:38:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 09:38:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:38:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:38:34 (1/1) Installing dumb-init (1.2.2-r1) 09:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:38:34 Executing busybox-1.31.1-r19.trigger 09:38:34 OK: 6 MiB in 15 packages 09:38:34 (1/1) Installing dumb-init (1.2.2-r1) 09:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:38:34 Executing busybox-1.31.1-r19.trigger 09:38:34 OK: 6 MiB in 15 packages 09:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:38:34 (1/4) Installing ca-certificates (20191127-r4) 09:38:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:38:34 (3/4) Installing libcurl (7.69.1-r3) 09:38:34 (4/4) Installing curl (7.69.1-r3) 09:38:34 Executing busybox-1.31.1-r19.trigger 09:38:34 Executing ca-certificates-20191127-r4.trigger 09:38:34 (1/2) Installing ca-certificates (20191127-r4) 09:38:34 (2/2) Installing dumb-init (1.2.2-r1) 09:38:34 Executing busybox-1.31.1-r19.trigger 09:38:34 Executing ca-certificates-20191127-r4.trigger 09:38:34 OK: 7 MiB in 18 packages 09:38:34 (1/2) Installing dumb-init (1.2.2-r1) 09:38:34 (2/2) Installing su-exec (0.2-r1) 09:38:34 Executing busybox-1.31.1-r19.trigger 09:38:34 OK: 6 MiB in 16 packages 09:38:34 OK: 6 MiB in 16 packages 09:38:37 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:38:38 Removing intermediate container 9b52f5d23c27 09:38:38 ---> 17573084e077 09:38:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:38:38 Removing intermediate container 7682c0ea0288 09:38:38 ---> 4955167a0a77 09:38:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:38:38 ---> Running in 7665bed34e74 09:38:38 ---> Running in d11506fef527 09:38:38 Removing intermediate container 4ef6cdccef45 09:38:38 ---> 9aac4748468f 09:38:38 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:38:38 Removing intermediate container c665d749b139 09:38:38 ---> 663a68118b05 09:38:38 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 09:38:38 Removing intermediate container ef6a680b2d9f 09:38:38 ---> cd3080dc7c75 09:38:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:38:38 ---> Running in 60b7898a5893 09:38:38 ---> Running in 824b4ebdc4db 09:38:38 ---> Running in b8608d58373d 09:38:38 Removing intermediate container 7665bed34e74 09:38:38 ---> fc9b30a4809f 09:38:38 Step 13/23 : ENV APP_PORT=48082 09:38:38 Removing intermediate container d11506fef527 09:38:38 ---> 891ab7e6bdf5 09:38:38 Step 13/22 : ENV APP_PORT=48085 09:38:38 ---> Running in 68f397ee421e 09:38:38 ---> Running in f9d608518c8c 09:38:38 Removing intermediate container b8608d58373d 09:38:38 ---> 54770c1f82bb 09:38:38 Step 13/22 : ENV APP_PORT=48060 09:38:38 Removing intermediate container 824b4ebdc4db 09:38:38 ---> 9a69626a1d11 09:38:38 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:38:38 Removing intermediate container 60b7898a5893 09:38:38 ---> c6fcb4446f52 09:38:38 Step 13/21 : WORKDIR /edgex 09:38:39 ---> Running in 740f7dc786c8 09:38:39 ---> Running in c3e48f4f4e3a 09:38:39 ---> Running in 25c0225cb62d 09:38:39 Removing intermediate container 68f397ee421e 09:38:39 ---> 831ffbe5a882 09:38:39 Step 14/23 : EXPOSE $APP_PORT 09:38:39 Removing intermediate container f9d608518c8c 09:38:39 ---> 1f024e56fbb4 09:38:39 Step 14/22 : EXPOSE $APP_PORT 09:38:39 ---> Running in 9097ca081806 09:38:39 ---> Running in 47ce5700528e 09:38:39 Removing intermediate container c3e48f4f4e3a 09:38:39 ---> 6d7d65869252 09:38:39 Step 14/22 : EXPOSE $APP_PORT 09:38:39 Removing intermediate container 25c0225cb62d 09:38:39 ---> 3335ceadd5d5 09:38:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:38:39 Removing intermediate container 740f7dc786c8 09:38:39 ---> 618a9d523f34 09:38:39 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:38:39 ---> Running in 97dcb435fa8f 09:38:39 Removing intermediate container 9097ca081806 09:38:39 ---> 325703e39af8 09:38:39 Step 15/23 : WORKDIR / 09:38:39 Removing intermediate container 47ce5700528e 09:38:39 ---> 43b87e663a0a 09:38:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:38:39 ---> Running in 63f0c44f7623 09:38:39 ---> Running in 38ba1c087ba5 09:38:40 Removing intermediate container 97dcb435fa8f 09:38:40 ---> 59e01d380906 09:38:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:38:40 ---> 8bbd770ddc5b 09:38:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:38:40 ---> acc776c51609 09:38:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:38:40 Removing intermediate container 38ba1c087ba5 09:38:40 ---> f651b39c85bc 09:38:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:38:41 ---> eb117994091b 09:38:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:38:41 ---> 1b7ed087f298 09:38:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:38:41 ---> 8b32eadd55f8 09:38:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:38:41 ---> cbf25c374680 09:38:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:38:41 Removing intermediate container 63f0c44f7623 09:38:41 ---> d01c60d7e38d 09:38:41 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 09:38:41 ---> 5fa1fa40551f 09:38:41 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:38:41 ---> Running in 7c1f91ca8aac 09:38:41 ---> d23bdc6ddecf 09:38:41 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:38:41 ---> Running in 404f3e92a7f8 09:38:41 ---> 03b77dc38f9a 09:38:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:38:41 ---> 0a1dd5915e08 09:38:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:38:41 ---> Running in 632f37419b1d 09:38:42 Removing intermediate container 7c1f91ca8aac 09:38:42 ---> 17f90c555fec 09:38:42 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:38:42 Removing intermediate container 404f3e92a7f8 09:38:42 ---> 9ee3ea084ab0 09:38:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:38:42 ---> Running in b8821c879001 09:38:42 ---> 2313e6aed4e9 09:38:42 Step 19/23 : ENTRYPOINT ["/core-command"] 09:38:42 Removing intermediate container 632f37419b1d 09:38:42 ---> 2c342e9c8096 09:38:42 Step 18/21 : CMD ["--init=true"] 09:38:42 ---> 048fe18def71 09:38:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:38:42 ---> Running in 3f3aa983d48f 09:38:42 ---> Running in a773818ce753 09:38:42 ---> Running in 56dead608adc 09:38:42 ---> 4dcd19ff67b2 09:38:42 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:38:42 Removing intermediate container b8821c879001 09:38:42 ---> b23119e695ae 09:38:42 Step 20/22 : LABEL arch=x86_64 09:38:42 ---> Running in a758a9416b8e 09:38:43 ---> Running in ba8ed369c714 09:38:43 Removing intermediate container 3f3aa983d48f 09:38:43 ---> 43104cb395a0 09:38:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:38:43 Removing intermediate container a773818ce753 09:38:43 ---> e95bbd6d4cdb 09:38:43 Step 19/21 : LABEL arch=x86_64 09:38:43 Removing intermediate container 56dead608adc 09:38:43 ---> d15fadb9d845 09:38:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:38:43 ---> Running in 0f111ec66a93 09:38:43 ---> Running in a52f4dd9d38c 09:38:43 ---> Running in 6224755fb932 09:38:43 Removing intermediate container ba8ed369c714 09:38:43 ---> 958bb7103272 09:38:43 Step 21/22 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:38:43 ---> Running in b153422678fa 09:38:44 Removing intermediate container 0f111ec66a93 09:38:44 ---> fdb94178f326 09:38:44 Step 21/23 : LABEL arch=x86_64 09:38:44 Removing intermediate container a52f4dd9d38c 09:38:44 ---> c3e2bdf080e5 09:38:44 Step 20/21 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:38:44 ---> Running in 781cc26d27ac 09:38:44 Removing intermediate container 6224755fb932 09:38:44 ---> 5327fff736ea 09:38:44 Step 20/22 : LABEL arch=x86_64 09:38:44 Removing intermediate container b153422678fa 09:38:44 ---> 1c1805a8a4d3 09:38:44 Step 22/22 : LABEL version=0.0.0 09:38:44 ---> Running in d628f2365b89 09:38:44 ---> Running in 7d7ebb85115f 09:38:44 ---> Running in 944c7e843f77 09:38:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:38:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:38:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 09:38:44 Removing intermediate container 781cc26d27ac 09:38:44 ---> ebe12c9d1fd4 09:38:44 Step 22/23 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:38:44 ---> Running in 2e0ea27f0324 09:38:44 Removing intermediate container 7d7ebb85115f 09:38:44 ---> 777447f452fe 09:38:44 Step 21/22 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:38:44 Removing intermediate container d628f2365b89 09:38:44 ---> 8989658c4d2c 09:38:44 Step 21/21 : LABEL version=0.0.0 09:38:44 Removing intermediate container 944c7e843f77 09:38:44 ---> 9fc52a844cd5 09:38:44 09:38:45 ---> Running in 294ed4608e53 09:38:45 ---> Running in ddf81fce8881 09:38:45 Successfully built 9fc52a844cd5 09:38:45 Successfully tagged docker-support-scheduler-go:latest 09:38:45 Building docker-core-data-go 09:38:45  Building docker-support-scheduler-go ... done Removing intermediate container 2e0ea27f0324 09:38:45 ---> 342b85f3bcc8 09:38:45 Step 23/23 : LABEL version=0.0.0 09:38:45 Removing intermediate container a758a9416b8e 09:38:45 ---> 704be26f8f4e 09:38:45 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 09:38:45 Removing intermediate container 294ed4608e53 09:38:45 ---> 8b23f1f1d0a2 09:38:45 Step 22/22 : LABEL version=0.0.0 09:38:45 ---> Running in f810f58e2d6e 09:38:45 Removing intermediate container ddf81fce8881 09:38:45 ---> 98b857b307ba 09:38:45 09:38:45 ---> Running in d6c403a7cd0c 09:38:45 Successfully built 98b857b307ba 09:38:45 Successfully tagged docker-security-proxy-setup-go:latest 09:38:45  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 09:38:45 Removing intermediate container f810f58e2d6e 09:38:45 ---> a2365c0532a0 09:38:45 09:38:45 ---> f2836a060815 09:38:45 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:38:45 Removing intermediate container d6c403a7cd0c 09:38:45 ---> 3dbc152fc82f 09:38:45 09:38:45 Successfully built a2365c0532a0 09:38:45 Successfully tagged docker-core-command-go:latest 09:38:45 Building docker-security-secretstore-setup-go 09:38:46  Building docker-core-command-go ... done Successfully built 3dbc152fc82f 09:38:46 Successfully tagged docker-support-notifications-go:latest 09:38:46 Building docker-sys-mgmt-agent-go 09:38:46  Building docker-support-notifications-go ... done  ---> 5afed4201f6c 09:38:46 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:38:47 ---> c81c8c9f0eb0 09:38:47 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 09:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.368s coverage: 45.6% of statements 09:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 09:38:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 09:38:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.183s coverage: 100.0% of statements 09:38:52 ---> 21550627fb14 09:38:52 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:38:55 ---> 830a1794d813 09:38:55 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 09:38:55 ---> Running in a331edfb4bc4 09:38:56 Removing intermediate container a331edfb4bc4 09:38:56 ---> b55f4749b6cd 09:38:56 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:38:58 ---> 059863adf3da 09:38:58 Step 26/31 : RUN chmod +x /entrypoint.sh 09:38:58 ---> Running in 29289209df7b 09:38:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.588s coverage: 27.1% of statements 09:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:38:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 09:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:38:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 09:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:38:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.332s coverage: 65.8% of statements 09:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:38:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:39:00 Removing intermediate container 29289209df7b 09:39:00 ---> f7b91ad9019b 09:39:00 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 09:39:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.775s coverage: 82.3% of statements 09:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:39:02 ---> Running in 324e20008be8 09:39:03 Removing intermediate container 324e20008be8 09:39:03 ---> da0a5ed44788 09:39:03 Step 28/31 : CMD ["gate"] 09:39:03 ---> Running in 9ee7266a6e3d 09:39:04 Removing intermediate container 9ee7266a6e3d 09:39:04 ---> c53966ccf71e 09:39:04 Step 29/31 : LABEL arch=x86_64 09:39:05 ---> Running in 46d0ca4d07e8 09:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.353s coverage: 28.6% of statements 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.173s coverage: 100.0% of statements 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.089s coverage: 100.0% of statements 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.385s coverage: 86.7% of statements 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.419s coverage: 97.5% of statements 09:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:39:09 Removing intermediate container 46d0ca4d07e8 09:39:09 ---> af667d090e07 09:39:09 Step 30/31 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:39:09 ---> Running in f956c75031b0 09:39:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.360s coverage: 78.3% of statements 09:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:39:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:39:11 Removing intermediate container f956c75031b0 09:39:11 ---> 78bdedaad3e6 09:39:11 Step 31/31 : LABEL version=0.0.0 09:39:12 ---> Running in 1fe13b7e93f8 09:39:13 Removing intermediate container 1fe13b7e93f8 09:39:13 ---> aa854bfa45e3 09:39:13 09:39:13 Successfully built aa854bfa45e3 09:39:14 Successfully tagged docker-security-bootstrapper-go:latest 09:39:15  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:39:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:39:15 ---> 5f9725a25697 09:39:15 Step 3/23 : WORKDIR /edgex-go 09:39:15 ---> Using cache 09:39:15 ---> 23443294bb04 09:39:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:15 ---> Using cache 09:39:15 ---> 63415fd276d6 09:39:15 Step 5/23 : RUN apk add --update --no-cache make git 09:39:15 ---> Using cache 09:39:15 ---> 3d09e8e65885 09:39:15 Step 6/23 : COPY go.mod . 09:39:15 ---> Using cache 09:39:15 ---> 918201ce7078 09:39:15 Step 7/23 : RUN go mod download 09:39:15 ---> Using cache 09:39:15 ---> cf9dad0866f3 09:39:15 Step 8/23 : COPY . . 09:39:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:39:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:39:15 ---> 5f9725a25697 09:39:15 Step 3/24 : WORKDIR /edgex-go 09:39:15 ---> Using cache 09:39:15 ---> 23443294bb04 09:39:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:15 ---> Using cache 09:39:15 ---> 63415fd276d6 09:39:15 Step 5/24 : RUN apk add --update --no-cache make git 09:39:15 ---> Using cache 09:39:15 ---> 3d09e8e65885 09:39:15 Step 6/24 : COPY go.mod . 09:39:15 ---> Using cache 09:39:15 ---> 918201ce7078 09:39:15 Step 7/24 : RUN go mod download 09:39:15 ---> Using cache 09:39:15 ---> cf9dad0866f3 09:39:15 Step 8/24 : COPY . . 09:39:15 ---> Using cache 09:39:15 ---> f8fbb8e10e68 09:39:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:39:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:39:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:39:15 ---> 5f9725a25697 09:39:15 Step 3/23 : WORKDIR /edgex-go 09:39:15 ---> Using cache 09:39:15 ---> 23443294bb04 09:39:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:15 ---> Using cache 09:39:15 ---> 63415fd276d6 09:39:15 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:39:15 ---> Using cache 09:39:15 ---> f8fbb8e10e68 09:39:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:39:16 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:39:16 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:39:16 ---> 5f9725a25697 09:39:16 Step 3/26 : WORKDIR /edgex-go 09:39:16 ---> Using cache 09:39:16 ---> 23443294bb04 09:39:16 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:39:16 ---> Using cache 09:39:16 ---> 63415fd276d6 09:39:16 Step 5/26 : RUN apk add --update --no-cache make bash git 09:39:17 ---> Running in 19bddbcfb6cf 09:39:17 ---> Running in e7d69108fbd5 09:39:17 ---> Running in ef59b14a1ca6 09:39:17 ---> Running in 7293d102423d 09:39:18 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 09:39:18 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 09:39:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:20 OK: 233 MiB in 51 packages 09:39:20 OK: 233 MiB in 51 packages 09:39:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.512s coverage: 92.8% of statements 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:39:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:39:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.216s coverage: 0.1% of statements 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:39:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 09:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 45.5% of statements 09:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.074s coverage: 79.5% of statements 09:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 09:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements 09:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 09:39:21 Removing intermediate container 7293d102423d 09:39:21 ---> c69cdfe304a6 09:39:21 Step 6/23 : COPY go.mod . 09:39:21 Removing intermediate container ef59b14a1ca6 09:39:21 ---> 28c081bcaf4a 09:39:21 Step 6/26 : COPY go.mod . 09:39:22 ---> 1dbd6e60ea7e 09:39:22 Step 7/26 : RUN go mod download 09:39:22 ---> 07407a4a36e5 09:39:22 Step 7/23 : RUN go mod download 09:39:22 ---> Running in c4cb3dbab492 09:39:22 ---> Running in 599d1c9a3827 09:39:25 Removing intermediate container c4cb3dbab492 09:39:25 ---> 2baebeccb768 09:39:25 Step 8/26 : COPY . . 09:39:25 Removing intermediate container 599d1c9a3827 09:39:25 ---> dcf18a8d6ae1 09:39:25 Step 8/23 : COPY . . 09:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements 09:39:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.081s coverage: 44.8% of statements 09:39:44 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 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.128s coverage: 92.9% of statements 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.106s coverage: 87.2% of statements 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.131s coverage: 87.2% of statements 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.152s coverage: 84.2% of statements 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.548s coverage: 63.5% of statements 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 09:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.860s coverage: 68.9% of statements 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 37.0% of statements 09:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.858s coverage: 84.0% of statements 09:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements 09:39:54 ---> eabaebe61247 09:39:54 ---> 25b60539c6f2 09:39:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/23 : RUN make cmd/core-data/core-data 09:39:54 09:39:54 Removing intermediate container 19bddbcfb6cf 09:39:54 ---> becc55c51277 09:39:54 09:39:54 Step 10/24 : FROM alpine:3.12 09:39:54 ---> 389fef711851 09:39:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:39:54 ---> Running in 99c693a54536 09:39:54 ---> Running in 066e573e7dc7 09:39:54 ---> Running in 9c31632325ca 09:39:54 Removing intermediate container e7d69108fbd5 09:39:54 ---> 3e2e6290ad8b 09:39:54 09:39:54 Step 10/23 : FROM alpine:3.12 09:39:54 ---> 389fef711851 09:39:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:39:54 ---> Using cache 09:39:54 ---> 4955167a0a77 09:39:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:39:54 ---> Using cache 09:39:54 ---> 891ab7e6bdf5 09:39:54 Step 13/23 : ENV APP_PORT=48081 09:39:54 ---> Running in aac61d683b38 09:39:54 Removing intermediate container aac61d683b38 09:39:54 ---> abc7a71ee397 09:39:54 Step 14/23 : EXPOSE $APP_PORT 09:39:55 ---> Running in 194a57550b15 09:39: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 09:39:55 Removing intermediate container 194a57550b15 09:39:55 ---> 39a21e1acc16 09:39:55 Step 15/23 : WORKDIR / 09:39:55 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 09:39:55 ---> Running in 40499bb7bd30 09:39:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:39:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:39:55 Removing intermediate container 40499bb7bd30 09:39:55 ---> fa4be0581485 09:39:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:39:55 (1/5) Installing ca-certificates (20191127-r4) 09:39:55 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:39:55 (3/5) Installing libcurl (7.69.1-r3) 09:39:55 (4/5) Installing curl (7.69.1-r3) 09:39:55 (5/5) Installing dumb-init (1.2.2-r1) 09:39:55 Executing busybox-1.31.1-r19.trigger 09:39:55 Executing ca-certificates-20191127-r4.trigger 09:39:56 OK: 7 MiB in 19 packages 09:39:57 ---> 94eb6429c75a 09:39:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:39:58 Removing intermediate container 9c31632325ca 09:39:58 ---> 1e22c606f15b 09:39:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:39:58 ---> 04d6c5f62453 09:39:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:39:58 ---> Running in d918287ecc4c 09:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements 09:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements 09:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements 09:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 09:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 09:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 09:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.269s coverage: 87.7% of statements 09:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 09:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 09:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 09:39:59 Removing intermediate container d918287ecc4c 09:39:59 ---> 6994e2a173a0 09:39:59 Step 13/24 : WORKDIR / 09:39:59 ---> Running in ae44b9ac00da 09:39:59 ---> 256d1d5258b7 09:39:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:39:59 ---> Running in 01b85c89cde9 09:39:59 Removing intermediate container ae44b9ac00da 09:39:59 ---> 468fd801f4dd 09:39:59 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:39:59 Removing intermediate container 01b85c89cde9 09:39:59 ---> faf2dc4993fb 09:39:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:39:59 ---> Running in 6e158a21986a 09:40:00 Removing intermediate container 6e158a21986a 09:40:00 ---> dde5dc1202ce 09:40:00 Step 21/23 : LABEL arch=x86_64 09:40:00 ---> Running in e592121d71e4 09:40:00 ---> 389b758e1f36 09:40:00 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:40:00 Removing intermediate container e592121d71e4 09:40:00 ---> a152e45dc287 09:40:00 Step 22/23 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:40:00 ---> Running in bd5b5f38cd6e 09:40:00 ---> c85e1b27c8af 09:40:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:40:01 Removing intermediate container bd5b5f38cd6e 09:40:01 ---> ac1cb33df6e3 09:40:01 Step 23/23 : LABEL version=0.0.0 09:40:01 ---> Running in e02d1a3d5d6f 09:40:01 ---> bdd9d3905b3d 09:40:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:40:02 Removing intermediate container e02d1a3d5d6f 09:40:02 ---> 1255427ed77b 09:40:02 09:40:02 Successfully built 1255427ed77b 09:40:02 Successfully tagged docker-core-metadata-go:latest 09:40:02  Building docker-core-metadata-go ... done  ---> a28cc7de180b 09:40:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:40:03 ---> 405776b2e43b 09:40:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:40:03 ---> 52bcaae441e3 09:40:03 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 09:40:03 ---> Running in f88dd5dbb77d 09:40:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.341s coverage: 29.1% of statements 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:40:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.252s coverage: 99.0% of statements 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:40:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.116s coverage: 100.0% of statements 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 09:40:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.192s coverage: 100.0% of statements 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 09:40:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:40:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:40:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.124s coverage: 87.9% of statements 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:40:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:40:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 09:40:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 09:40:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 09:40:07 Removing intermediate container f88dd5dbb77d 09:40:07 ---> 3af980377282 09:40:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:40:07 ---> Running in 322d4df31535 09:40:07 Removing intermediate container 322d4df31535 09:40:07 ---> 6d5aa91864c8 09:40:07 Step 22/24 : LABEL arch=x86_64 09:40:07 ---> Running in 2f98c6b8ae61 09:40:08 GO111MODULE=on go vet ./... 09:40:08 Removing intermediate container 2f98c6b8ae61 09:40:08 ---> 526ddf8dacfd 09:40:08 Step 23/24 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:40:08 ---> Running in 5029dd3a90d4 09:40:08 Removing intermediate container 5029dd3a90d4 09:40:08 ---> 635271750fc1 09:40:08 Step 24/24 : LABEL version=0.0.0 09:40:08 ---> Running in 5854701cddbf 09:40:09 Removing intermediate container 5854701cddbf 09:40:09 ---> 8af6a6f800b1 09:40:09 09:40:09 Successfully built 8af6a6f800b1 09:40:09 Successfully tagged docker-security-secretstore-setup-go:latest 09:40:14  Building docker-security-secretstore-setup-go ... done Removing intermediate container 066e573e7dc7 09:40:14 ---> 72a057c065d9 09:40:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:40:14 ---> Running in 0a8c88533ab5 09:40: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 09:40:17 Removing intermediate container 0a8c88533ab5 09:40:17 ---> 01f86a8e3494 09:40:17 09:40:17 Step 11/26 : FROM docker:20.10.0 09:40:17 20.10.0: Pulling from library/docker 09:40:18 Removing intermediate container 99c693a54536 09:40:18 ---> 2d87c18f74d4 09:40:18 09:40:18 Step 10/23 : FROM alpine:3.12 09:40:18 ---> 389fef711851 09:40:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:40:18 ---> Running in ca5cbf81c5aa 09:40:19 Removing intermediate container ca5cbf81c5aa 09:40:19 ---> 3e39e47e8437 09:40:19 Step 12/23 : ENV APP_PORT=48080 09:40:19 ---> Running in 504a0320e937 09:40:19 Removing intermediate container 504a0320e937 09:40:19 ---> 24fd5c2ad42b 09:40:19 Step 13/23 : EXPOSE $APP_PORT 09:40:19 ---> Running in 72b975b67e48 09:40:20 Removing intermediate container 72b975b67e48 09:40:20 ---> feecd3de8097 09:40:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:40:20 ---> Running in 763db1267177 09:40:22 Removing intermediate container 763db1267177 09:40:22 ---> e203211d3950 09:40:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:40:22 ---> Running in 0595703076c5 09:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:40:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:40:23 Status: Downloaded newer image for docker:20.10.0 09:40:23 ---> aefe523efa57 09:40:23 Step 12/26 : RUN apk add --no-cache bash 09:40:23 ---> Running in 3b6649ea41b3 09:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:40:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:40:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:40:24 (1/2) Installing readline (8.0.4-r0) 09:40:24 (2/2) Installing bash (5.0.17-r0) 09:40:24 Executing bash-5.0.17-r0.post-install 09:40:24 Executing busybox-1.31.1-r19.trigger 09:40:24 OK: 12 MiB in 22 packages 09:40:24 (1/6) Installing dumb-init (1.2.2-r1) 09:40:24 (2/6) Installing libgcc (9.3.0-r2) 09:40:24 (3/6) Installing libsodium (1.0.18-r0) 09:40:24 Removing intermediate container 3b6649ea41b3 09:40:24 ---> 18fa2ff64be4 09:40:24 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:40:25 ---> Running in 3f87a9fd8ce8 09:40:25 (4/6) Installing libstdc++ (9.3.0-r2) 09:40:25 Removing intermediate container 3f87a9fd8ce8 09:40:25 ---> 0a4073cc318e 09:40:25 Step 14/26 : ENV APP_PORT=48090 09:40:25 ---> Running in 84c405fb75a0 09:40:25 Removing intermediate container 84c405fb75a0 09:40:25 ---> 7b4e926245de 09:40:25 Step 15/26 : EXPOSE $APP_PORT 09:40:25 (5/6) Installing libzmq (4.3.3-r0) 09:40:25 ---> Running in 42ad3e7ae2b4 09:40:25 (6/6) Installing zeromq (4.3.3-r0) 09:40:25 Removing intermediate container 42ad3e7ae2b4 09:40:25 ---> 164ade8b4a5a 09:40:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:40:25 Executing busybox-1.31.1-r19.trigger 09:40:25 OK: 8 MiB in 20 packages 09:40:26 ---> 1abcb9d8cd8e 09:40:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:40:26 Removing intermediate container 0595703076c5 09:40:26 ---> 77ae47c4d965 09:40:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:40:26 ---> 090c93ff4658 09:40:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:40:26 ---> 06d9fb9d9027 09:40:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:40:27 ---> c16173947943 09:40:27 Step 19/26 : RUN apk --no-cache add py3-pip 09:40:27 ---> Running in 57448ce42a0c 09:40:27 ---> abdcf74a4e54 09:40:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:40:27 ---> 7a949f7dab37 09:40:27 Step 19/23 : ENTRYPOINT ["/core-data"] 09:40:27 ---> Running in 53fbdf3fdf65 09:40:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:40:28 Removing intermediate container 53fbdf3fdf65 09:40:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:40:28 ---> 9940352fcb22 09:40:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:40:28 ---> Running in c4c2892607f5 09:40:28 (1/33) Installing libbz2 (1.0.8-r1) 09:40:28 (2/33) Installing expat (2.2.9-r1) 09:40:28 (3/33) Installing libffi (3.3-r2) 09:40:28 (4/33) Installing gdbm (1.13-r1) 09:40:28 (5/33) Installing xz-libs (5.2.5-r0) 09:40:28 (6/33) Installing sqlite-libs (3.32.1-r0) 09:40:28 (7/33) Installing python3 (3.8.5-r0) 09:40:28 Removing intermediate container c4c2892607f5 09:40:28 ---> 980f3fafca7d 09:40:28 Step 21/23 : LABEL arch=x86_64 09:40:31 ---> Running in 113631c87532 09:40:31 (8/33) Installing py3-appdirs (1.4.4-r1) 09:40:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:40:31 (10/33) Installing py3-parsing (2.4.7-r0) 09:40:31 (11/33) Installing py3-six (1.15.0-r0) 09:40:31 (12/33) Installing py3-packaging (20.4-r0) 09:40:31 (13/33) Installing py3-setuptools (47.0.0-r0) 09:40:31 (14/33) Installing py3-chardet (3.0.4-r4) 09:40:31 (15/33) Installing py3-idna (2.9-r0) 09:40:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:40:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:40:32 (18/33) Installing py3-requests (2.23.0-r0) 09:40:32 (19/33) Installing py3-msgpack (1.0.0-r0) 09:40:32 (20/33) Installing py3-lockfile (0.12.2-r3) 09:40:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:40:32 Removing intermediate container 113631c87532 09:40:32 ---> 394e16fad7fd 09:40:32 Step 22/23 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:40:32 (22/33) Installing py3-colorama (0.4.3-r0) 09:40:33 (23/33) Installing py3-distlib (0.3.0-r0) 09:40:33 (24/33) Installing py3-distro (1.5.0-r1) 09:40:33 ---> Running in 6f8c988797a9 09:40:33 (25/33) Installing py3-webencodings (0.5.1-r3) 09:40:33 (26/33) Installing py3-html5lib (1.0.1-r4) 09:40:33 (27/33) Installing py3-pytoml (0.1.21-r0) 09:40:33 (28/33) Installing py3-pep517 (0.8.2-r0) 09:40:33 (29/33) Installing py3-progress (1.5-r0) 09:40:33 (30/33) Installing py3-toml (0.10.1-r0) 09:40:33 (31/33) Installing py3-retrying (1.3.3-r0) 09:40:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:40:33 (33/33) Installing py3-pip (20.1.1-r0) 09:40:34 Executing busybox-1.31.1-r19.trigger 09:40:34 Removing intermediate container 6f8c988797a9 09:40:34 ---> 2e7ad7805ae3 09:40:34 Step 23/23 : LABEL version=0.0.0 09:40:34 OK: 71 MiB in 55 packages 09:40:34 ---> Running in 4335406fbeeb 09:40:34 Removing intermediate container 4335406fbeeb 09:40:34 ---> 5a13cfd5d9cd 09:40:34 09:40:34 Successfully built 5a13cfd5d9cd 09:40:34 Successfully tagged docker-core-data-go:latest 09:40:40  Building docker-core-data-go ... done Removing intermediate container 57448ce42a0c 09:40:40 ---> ff8d013e7d28 09:40:40 Step 20/26 : RUN pip install docker-compose==1.23.2 09:40:40 ---> Running in 3e01ffe77a82 09:40:42 Collecting docker-compose==1.23.2 09:40:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:40:42 Collecting cached-property<2,>=1.2.0 09:40:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:40:42 Collecting jsonschema<3,>=2.5.1 09:40:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:40:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:40:42 Collecting texttable<0.10,>=0.9.0 09:40:42 Downloading texttable-0.9.1.tar.gz (11 kB) 09:40:42 Collecting dockerpty<0.5,>=0.4.1 09:40:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:40:43 Collecting PyYAML<4,>=3.10 09:40:43 Downloading PyYAML-3.13.tar.gz (270 kB) 09:40:44 Collecting websocket-client<1.0,>=0.32.0 09:40:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:40:44 Collecting docker<4.0,>=3.6.0 09:40:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:40:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:40:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:40:45 Collecting docopt<0.7,>=0.6.1 09:40:45 Downloading docopt-0.6.2.tar.gz (25 kB) 09:40:45 Collecting docker-pycreds>=0.4.0 09:40:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:40:45 Collecting idna<2.8,>=2.5 09:40:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:40:45 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) 09:40:46 Collecting urllib3<1.25,>=1.21.1 09:40:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:40:46 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) 09:40:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:40:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:40:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:40:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:40:46 Installing collected packages: cached-property, jsonschema, texttable, dockerpty, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, docker-compose 09:40:46 Running setup.py install for texttable: started 09:40:46 Running setup.py install for texttable: finished with status 'done' 09:40:46 Running setup.py install for dockerpty: started 09:40:47 Running setup.py install for dockerpty: finished with status 'done' 09:40:47 Running setup.py install for PyYAML: started 09:40:47 Running setup.py install for PyYAML: finished with status 'done' 09:40:48 Attempting uninstall: idna 09:40:48 Found existing installation: idna 2.9 09:40:48 Uninstalling idna-2.9: 09:40:48 Successfully uninstalled idna-2.9 09:40:48 Attempting uninstall: urllib3 09:40:48 Found existing installation: urllib3 1.25.9 09:40:48 Uninstalling urllib3-1.25.9: 09:40:48 Successfully uninstalled urllib3-1.25.9 09:40:48 Attempting uninstall: requests 09:40:48 Found existing installation: requests 2.23.0 09:40:48 Uninstalling requests-2.23.0: 09:40:48 Successfully uninstalled requests-2.23.0 09:40:49 Running setup.py install for docopt: started 09:40:49 Running setup.py install for docopt: finished with status 'done' 09:40:49 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 09:40:53 Removing intermediate container 3e01ffe77a82 09:40:53 ---> 1f097b7d3186 09:40:53 Step 21/26 : RUN apk --no-cache add curl 09:40:53 ---> Running in f37aea180842 09:40:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:40:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:40:53 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:40:53 (2/3) Installing libcurl (7.69.1-r3) 09:40:53 (3/3) Installing curl (7.69.1-r3) 09:40:53 Executing busybox-1.31.1-r19.trigger 09:40:53 OK: 72 MiB in 58 packages 09:40:54 Removing intermediate container f37aea180842 09:40:54 ---> fa5c73209d7e 09:40:54 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:40:54 ---> Running in c9c99af22bb2 09:40:54 Removing intermediate container c9c99af22bb2 09:40:54 ---> 23d25b1ce0e0 09:40:54 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:40:54 ---> Running in 56e4c4c3b44e 09:40:55 Removing intermediate container 56e4c4c3b44e 09:40:55 ---> 0dff0e1d5319 09:40:55 Step 24/26 : LABEL arch=x86_64 09:40:55 ---> Running in e23c331eb160 09:40:55 Removing intermediate container e23c331eb160 09:40:55 ---> 814925e4a060 09:40:55 Step 25/26 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:40:55 ---> Running in fc4b4a17e094 09:40:55 Removing intermediate container fc4b4a17e094 09:40:55 ---> 2b123b0c335f 09:40:55 Step 26/26 : LABEL version=0.0.0 09:40:55 ---> Running in acd2bd00b50d 09:40:55 Removing intermediate container acd2bd00b50d 09:40:55 ---> 4b6bf83fd77a 09:40:55 09:40:55 Successfully built 4b6bf83fd77a 09:40:56 Successfully tagged docker-sys-mgmt-agent-go:latest 09:40:56  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:40:56 $ docker stop --time=1 131afff935bc9acae24bb59bc79143f048ffbce5466ce16cba93c99fc1e79bec 09:40:58 $ docker rm -f 131afff935bc9acae24bb59bc79143f048ffbce5466ce16cba93c99fc1e79bec [Pipeline] // withDockerContainer [Pipeline] sh 09:40:58 + docker images 09:40:58 + grep docker 09:40:59 docker-sys-mgmt-agent-go latest 4b6bf83fd77a 3 seconds ago 313MB 09:40:59 docker-core-data-go latest 5a13cfd5d9cd 24 seconds ago 22.3MB 09:40:59 docker-security-secretstore-setup-go latest 8af6a6f800b1 50 seconds ago 24.6MB 09:40:59 docker-core-metadata-go latest 1255427ed77b 57 seconds ago 18.8MB 09:40:59 docker-security-bootstrapper-go latest aa854bfa45e3 About a minute ago 23.8MB 09:40:59 docker-core-command-go latest a2365c0532a0 2 minutes ago 16.9MB 09:40:59 docker-security-proxy-setup-go latest 98b857b307ba 2 minutes ago 24.4MB 09:40:59 docker-support-notifications-go latest 3dbc152fc82f 2 minutes ago 17.6MB 09:40:59 docker-support-scheduler-go latest 9fc52a844cd5 2 minutes ago 17MB 09:40:59 docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 09:41:14 Still waiting to schedule task 09:41:14 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-25546’ 09:41:30 gofmt -l . 09:41:30 [ "`gofmt -l .`" = "" ] 09:41:30 ./bin/test-go-mod-tidy.sh 09:41:30 ./bin/test-attribution-txt.sh [Pipeline] sh 09:41:30 + ls -al . 09:41:30 total 724 09:41:30 drwxrwxr-x 9 1001 1001 4096 Feb 8 09:41 . 09:41:30 drwxr-xr-x 4 root root 4096 Feb 8 09:37 .. 09:41:30 -rw-rw-r-- 1 1001 1001 11 Feb 8 09:35 .dockerignore 09:41:30 drwxrwxr-x 8 1001 1001 4096 Feb 8 09:35 .git 09:41:30 drwxrwxr-x 3 1001 1001 4096 Feb 8 09:35 .github 09:41:30 -rw-rw-r-- 1 1001 1001 872 Feb 8 09:35 .gitignore 09:41:30 -rw-rw-r-- 1 1001 1001 166 Feb 8 09:35 .sonarcloud.properties 09:41:30 -rw-rw-r-- 1 1001 1001 7859 Feb 8 09:35 Attribution.txt 09:41:30 -rw-rw-r-- 1 1001 1001 3804 Feb 8 09:35 CONTRIBUTING.md 09:41:30 -rw-rw-r-- 1 1001 1001 931 Feb 8 09:35 Dockerfile.build 09:41:30 -rw-rw-r-- 1 1001 1001 863 Feb 8 09:35 Jenkinsfile 09:41:30 -rw-rw-r-- 1 1001 1001 10775 Feb 8 09:35 LICENSE 09:41:30 -rw-rw-r-- 1 1001 1001 6001 Feb 8 09:35 Makefile 09:41:30 -rw-rw-r-- 1 1001 1001 6524 Feb 8 09:35 README.md 09:41:30 -rw-rw-r-- 1 1001 1001 6755 Feb 8 09:35 SECURITY.md 09:41:30 -rw-rw-r-- 1 1001 1001 5 Feb 8 09:32 VERSION 09:41:30 -rw-rw-r-- 1 1001 1001 4131 Feb 8 09:35 ZMQWindows.md 09:41:30 drwxrwxr-x 2 1001 1001 4096 Feb 8 09:35 bin 09:41:30 drwxrwxr-x 15 1001 1001 4096 Feb 8 09:35 cmd 09:41:30 -rw-r--r-- 1 root root 590503 Feb 8 09:40 coverage.out 09:41:30 -rw-r--r-- 1 root root 1054 Feb 8 09:41 go.mod 09:41:30 -rw-r--r-- 1 root root 19518 Feb 8 09:41 go.sum 09:41:30 drwxrwxr-x 8 1001 1001 4096 Feb 8 09:35 internal 09:41:30 drwxrwxr-x 4 1001 1001 4096 Feb 8 09:35 openapi 09:41:30 drwxrwxr-x 4 1001 1001 4096 Feb 8 09:35 snap 09:41:30 -rw-rw-r-- 1 1001 1001 168 Feb 8 09:35 version.go [Pipeline] sh 09:41:31 + '[' -e coverage.out ] 09:41:31 + chown 1001:1001 coverage.out [Pipeline] stash 09:41:31 Warning: overwriting stash ‘coverage-report’ 09:41:32 Stashed 1 file(s) [Pipeline] sh 09:41:33 + make build 09:41:33 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 09:41:45 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 09:42: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 09:42:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:42:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 09:42:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:42:30 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 09:42: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 09:42:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:42:43 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 09:42: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 09:42:50 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 09:42:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 09:43:00 $ docker stop --time=1 c7ac719fd6588c79babdc7551544846a8ea4bb00e09331e4a003245ef9df4eb5 09:43:03 $ docker rm -f c7ac719fd6588c79babdc7551544846a8ea4bb00e09331e4a003245ef9df4eb5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:43:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:43:05 09:43:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:43:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:43:06 latest: Pulling from edgex-devops/edgex-compose-arm64 09:43:06 29e5d40040c1: Pulling fs layer 09:43:06 1ce36da41761: Pulling fs layer 09:43:06 25b303627fd3: Pulling fs layer 09:43:06 29e5d40040c1: Verifying Checksum 09:43:06 29e5d40040c1: Download complete 09:43:06 29e5d40040c1: Pull complete 09:43:06 1ce36da41761: Verifying Checksum 09:43:06 1ce36da41761: Download complete 09:43:08 1ce36da41761: Pull complete 09:43:08 25b303627fd3: Verifying Checksum 09:43:08 25b303627fd3: Download complete 09:43:19 25b303627fd3: Pull complete 09:43:19 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 09:43:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:43:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 09:43:19 prd-ubuntu18.04-docker-arm64-4c-16g-25543 does not seem to be running inside a container 09:43:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:43:22 $ docker top bd2ff29139567a3395318784583f0f4d3a890f10811a7e0d4b9cb8a420d0f9a5 -eo pid,comm [Pipeline] { [Pipeline] sh 09:43:23 + docker-compose build --help 09:43:23 + grep parallel 09:43:28 --parallel Build images in parallel. [Pipeline] } 09:43:28 $ docker stop --time=1 bd2ff29139567a3395318784583f0f4d3a890f10811a7e0d4b9cb8a420d0f9a5 09:43:30 $ docker rm -f bd2ff29139567a3395318784583f0f4d3a890f10811a7e0d4b9cb8a420d0f9a5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:43:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 09:43:30 . [Pipeline] withDockerContainer 09:43:31 prd-ubuntu18.04-docker-arm64-4c-16g-25543 does not seem to be running inside a container 09:43:31 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 09:43:32 $ docker top db4bbdea1638540e44872b45b0e9101cd0b6664198944cc54fe1cf7735706367 -eo pid,comm [Pipeline] { [Pipeline] sh 09:43:33 + docker-compose -f ./docker-compose-build.yml build --parallel 09:43:35 Running on prd-ubuntu18.04-docker-8c-8g-25548 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 09:43:35 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 09:43:37 Building docker-core-command-go ... 09:43:37 Building docker-core-data-go ... 09:43:37 Building docker-core-metadata-go ... 09:43:37 Building docker-security-bootstrapper-go ... 09:43:37 Building docker-security-proxy-setup-go ... 09:43:37 Building docker-security-secretstore-setup-go ... 09:43:37 Building docker-support-notifications-go ... 09:43:37 Building docker-support-scheduler-go ... 09:43:37 Building docker-sys-mgmt-agent-go ... 09:43:37 Building docker-support-scheduler-go 09:43:37 Building docker-security-proxy-setup-go 09:43:37 Building docker-security-secretstore-setup-go 09:43:37 Building docker-core-command-go 09:43:37 Building docker-core-data-go 09:43:38 using credential edgex-jenkins-ssh 09:43:38 Cloning the remote Git repository 09:43:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 09:43:38 > git init /w/workspace/edgex-go/19 # timeout=10 09:43:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:43:38 > git --version # timeout=10 09:43:38 > git --version # 'git version 2.17.1' 09:43:38 using GIT_SSH to set credentials SSH Credentials for GitHub 09:43:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:43:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:43:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:43:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 09:43:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 09:43:52 using GIT_SSH to set credentials SSH Credentials for GitHub 09:43:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:43:52 Merging remotes/origin/master commit 9ee6a915f0da87ac859f0375cd81210a85b62227 into PR head commit 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:43:52 Merge succeeded, producing 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:43:52 Checking out Revision 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d (PR-3109) 09:43:52 > git config core.sparsecheckout # timeout=10 09:43:52 > git checkout -f 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d # timeout=10 09:43:52 > git remote # timeout=10 09:43:52 > git config --get remote.origin.url # timeout=10 09:43:52 using GIT_SSH to set credentials SSH Credentials for GitHub 09:43:52 > git merge 9ee6a915f0da87ac859f0375cd81210a85b62227 # timeout=10 09:43:52 > git rev-parse HEAD^{commit} # timeout=10 09:43:52 > git config core.sparsecheckout # timeout=10 09:43:52 > git checkout -f 4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d # timeout=10 09:43:56 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:43:57 + echo snap-build.sh 09:43:57 snap-build.sh 09:43:57 + SNAP_BASE_DIR=. 09:43:57 + '[' '!' -z /w/workspace/edgex-go/19 ']' 09:43:57 + SNAP_BASE_DIR=/w/workspace/edgex-go/19 09:43:57 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' 09:43:57 [snap-build] Building snap in dir [/w/workspace/edgex-go/19] 09:43:57 + cd /w/workspace/edgex-go/19 09:43:57 + sudo apt-get remove -qy --purge lxd lxd-client 09:43:57 Reading package lists... 09:43:57 Building dependency tree... 09:43:57 Reading state information... 09:43:57 The following packages were automatically installed and are no longer required: 09:43:57 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 09:43:57 uidmap xdelta3 09:43:57 Use 'sudo apt autoremove' to remove them. 09:43:57 The following packages will be REMOVED: 09:43:57 lxd* lxd-client* 09:43:58 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 09:43:58 After this operation, 31.7 MB disk space will be freed. 09:43:59 (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.) 09:43:59 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 09:44:00 Removing lxd dnsmasq configuration 09:44:00 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 09:44:00 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 09:44:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 09:44:01 (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.) 09:44:01 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 09:44:03 Processing triggers for systemd (237-3ubuntu10.42) ... 09:44:03 Processing triggers for ureadahead (0.100.0-21) ... 09:44:04 + sudo snap remove --purge lxd 09:44:04 snap "lxd" is not installed 09:44:04 + sudo groupadd --force --system lxd 09:44:04 ++ whoami 09:44:04 + sudo /usr/sbin/usermod -G lxd -a jenkins 09:44:04 + newgrp - lxd 09:44:05 + sudo snap install lxd 09:44:13 2021-02-08T09:44:10Z INFO Waiting for automatic snapd restart... 09:44:28 lxd 4.10 from Canonical* installed 09:44:28 + sudo lxd init --auto 09:44:34 + sudo snap install --classic snapcraft 09:44:42 snapcraft 4.4.4 from Canonical* installed 09:44:42 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 09:44:42 + patch --verbose -p1 09:44:42 Hmm... Looks like a unified diff to me... 09:44:42 The text leading up to this was: 09:44:42 -------------------------- 09:44:42 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 09:44:42 |From: Tony Espy 09:44:42 |Date: Wed, 16 Dec 2020 16:34:55 -0500 09:44:42 |Subject: [PATCH] optimize snap build for pipeline CI check 09:44:42 | 09:44:42 |This patch is used by the EdgeX CI pipeline builds to 09:44:42 |optimize the snap CI check run for pull requests. When 09:44:42 |applied, it essentially strips out everything (apps and 09:44:42 |parts) from the snapcraft.yaml file except those required 09:44:42 |to build edgex-go, as the whole idea of the CI check is to 09:44:42 |catch changes to edgex-go that break the snap build. 09:44:42 | 09:44:42 |In general, anyone updating snapcraft.yaml will also need 09:44:42 |to update this patch file, otherwise it may fail to apply, 09:44:42 |resulting in a failed snap build CI check in the associated 09:44:42 |pull request. 09:44:42 | 09:44:42 |Note - in addition to applying this patch, the pipeline also 09:44:42 |only primes the snap (e.g. `snapcraft prime`), as there's no 09:44:42 |need to build the finally binary .snap file (and it won't 09:44:42 |work with the patch applied). This further reduces the build 09:44:42 |time. 09:44:42 |--- 09:44:42 | snap/snapcraft.yaml | 461 +------------------------------------------- 09:44:42 | 1 file changed, 2 insertions(+), 459 deletions(-) 09:44:42 | 09:44:42 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 09:44:42 |index 1e537489..faf42425 100644 09:44:42 |--- a/snap/snapcraft.yaml 09:44:42 |+++ b/snap/snapcraft.yaml 09:44:42 -------------------------- 09:44:42 patching file snap/snapcraft.yaml 09:44:42 Using Plan A... 09:44:42 Hunk #1 succeeded at 73. 09:44:42 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 09:44:42 Hunk #3 succeeded at 214 (offset -1 lines). 09:44:42 Hunk #4 succeeded at 222 (offset -1 lines). 09:44:42 Hunk #5 succeeded at 229 (offset -1 lines). 09:44:42 Hunk #6 succeeded at 256 (offset -1 lines). 09:44:42 Hunk #7 succeeded at 290 (offset -1 lines). 09:44:42 Hunk #8 succeeded at 342. 09:44:42 Hmm... Ignoring the trailing garbage. 09:44:42 done 09:44:42 + sudo snapcraft prime --use-lxd 09:44:44 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 09:44:44 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: 09:44:44 - README.md 09:44:44 - snapcraft.yaml.orig 09:44:44 09:44:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:44:45 Launching a container. 09:44:57 Waiting for container to be ready 09:44:57 To start your first instance, try: lxc launch ubuntu:18.04 09:44:57 09:44:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:44:59 ---> 7e2beb0a18c1 09:44:59 Step 3/21 : WORKDIR /edgex-go 09:44:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:44:59 ---> 7e2beb0a18c1 09:44:59 Step 3/23 : WORKDIR /edgex-go 09:44:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:59 09:44:59 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 09:44:59 ---> 7e2beb0a18c1 09:44:59 Step 3/23 : WORKDIR /edgex-go 09:44:59 09:44:59 ---> 7e2beb0a18c1 09:44:59 Step 3/22 : WORKDIR /edgex-go 09:44:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:44:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:44:59 ---> 7e2beb0a18c1 09:44:59 Step 3/24 : WORKDIR /edgex-go 09:44:59 ---> Running in bc7f6c04f08a 09:44:59 ---> Running in b1b8b089c3cf 09:44:59 ---> Running in 8ef903a1e6ab 09:44:59 ---> Running in aeb051c8115b 09:44:59 ---> Running in 48884c120380 09:44:59 Removing intermediate container aeb051c8115b 09:44:59 ---> db79ed96d9c7 09:44:59 Removing intermediate container 48884c120380 09:44:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:59 ---> f4f60c572e01 09:44:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:59 Removing intermediate container bc7f6c04f08a 09:44:59 ---> 004c59ad9f78 09:44:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:59 Removing intermediate container 8ef903a1e6ab 09:44:59 ---> 6e92f623e8f7 09:44:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:59 Removing intermediate container b1b8b089c3cf 09:44:59 ---> ef24775fe04d 09:44:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:44:59 ---> Running in c90cbfac3989 09:44:59 ---> Running in bd74774cfb13 09:44:59 ---> Running in eab219ad4306 09:44:59 ---> Running in b713cf323fd9 09:44:59 ---> Running in 11840b82ad3e 09:44:59 Removing intermediate container c90cbfac3989 09:44:59 ---> 9eebeafe5b70 09:44:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 09:44:59 Removing intermediate container bd74774cfb13 09:44:59 ---> d2daa23b6ecb 09:44:59 Step 5/24 : RUN apk add --update --no-cache make git 09:44:59 ---> Running in 77db1538d4b1 09:44:59 ---> Running in 9380dead47bf 09:44:59 Removing intermediate container b713cf323fd9 09:44:59 ---> 365451244197 09:44:59 Step 5/22 : RUN apk add --update --no-cache make git 09:44:59 Removing intermediate container 11840b82ad3e 09:44:59 ---> dc76feeaed2f 09:44:59 Step 5/23 : RUN apk add --update --no-cache make git 09:44:59 Removing intermediate container eab219ad4306 09:44:59 ---> 5eb0d7656ff1 09:44:59 Step 5/21 : RUN apk add --update --no-cache make git 09:44:59 ---> Running in a22da2c17980 09:44:59 ---> Running in 1dff9cafbddb 09:44:59 ---> Running in f6008f235be2 09:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:59 OK: 217 MiB in 51 packages 09:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:44:59 OK: 217 MiB in 51 packages 09:44:59 OK: 217 MiB in 51 packages 09:44:59 OK: 217 MiB in 51 packages 09:44:59 OK: 217 MiB in 51 packages 09:44:59 Removing intermediate container 77db1538d4b1 09:44:59 ---> 46cfd5dbcd18 09:44:59 Step 6/23 : COPY go.mod . 09:44:59 Removing intermediate container 9380dead47bf 09:44:59 ---> d516dd53b3d9 09:44:59 Step 6/24 : COPY go.mod . 09:45:00 ---> 211c6525f86c 09:45:00 Step 7/23 : RUN go mod download 09:45:00 Removing intermediate container a22da2c17980 09:45:00 ---> a858b488b02d 09:45:00 Step 6/22 : COPY go.mod . 09:45:00 ---> Running in 3e54b51f86f4 09:45:00 Removing intermediate container 1dff9cafbddb 09:45:00 ---> 51ad64b05d9b 09:45:00 Step 6/23 : COPY go.mod . 09:45:00 Removing intermediate container f6008f235be2 09:45:00 ---> 3b98ac98d305 09:45:00 Step 6/21 : COPY go.mod . 09:45:00 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:45:00 ---> 3ee667d59682 09:45:00 Step 7/24 : RUN go mod download 09:45:01 ---> Running in bd7b018603cd 09:45:01 Waiting for network to be ready... 09:45:01 ---> ca34b612c2d9 09:45:01 Step 7/22 : RUN go mod download 09:45:01 ---> 1a38bc3175ee 09:45:01 Step 7/23 : RUN go mod download 09:45:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:45:02 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:45:02 ---> 32ee2985a14c 09:45:02 Step 7/21 : RUN go mod download 09:45:02 ---> Running in bda86eb410b9 09:45:02 ---> Running in 0e9fd42abe2a 09:45:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 09:45:02 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:45:02 ---> Running in 838b68010ff5 09:45:02 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:45:02 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:45:02 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:45:02 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:45:02 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:45:02 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:45:02 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:45:02 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 09:45:02 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 09:45:02 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 09:45:02 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 09:45:02 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 09:45:02 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 09:45:02 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 09:45:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:45:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 09:45:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 09:45:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 09:45:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 09:45:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 09:45:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 09:45:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 09:45:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 09:45:04 Removing intermediate container 3e54b51f86f4 09:45:04 ---> 4ff10fecf07c 09:45:04 Step 8/23 : COPY . . 09:45:05 Removing intermediate container bd7b018603cd 09:45:05 ---> 4bf5c931e903 09:45:05 Step 8/24 : COPY . . 09:45:06 Removing intermediate container bda86eb410b9 09:45:06 ---> 1c3b8ed6d091 09:45:06 Step 8/22 : COPY . . 09:45:06 Removing intermediate container 0e9fd42abe2a 09:45:06 ---> 70d28f34704d 09:45:06 Step 8/23 : COPY . . 09:45:07 Removing intermediate container 838b68010ff5 09:45:07 ---> 6aae064f57d0 09:45:07 Step 8/21 : COPY . . 09:45:07 Fetched 23.9 MB in 6s (4093 kB/s) 09:45:08 Reading package lists... 09:45:09 Reading package lists... 09:45:09 Building dependency tree... 09:45:09 Reading state information... 09:45:09 The following additional packages will be installed: 09:45:09 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:45:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:45:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:45:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:45:09 Suggested packages: 09:45:09 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:45:09 Recommended packages: 09:45:09 gnupg libsasl2-modules 09:45:09 The following NEW packages will be installed: 09:45:09 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:45:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:45:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:45:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:45:09 The following packages will be upgraded: 09:45:09 gpg gpg-agent gpgconf libudev1 09:45:09 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 09:45:09 Need to get 3533 kB of archives. 09:45:09 After this operation, 13.3 MB of additional disk space will be used. 09:45:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 09:45:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 09:45:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 09:45:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 09:45:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 09:45:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 09:45:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 09:45:09 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 09:45:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 09:45:09 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 09:45:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:45:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:45:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:45:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:45:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:45:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:45:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:45:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:45:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:45:10 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:45:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:45:10 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:45:10 debconf: delaying package configuration, since apt-utils is not installed 09:45:10 Fetched 3533 kB in 1s (3504 kB/s) 09:45:10 (Reading database ... 12511 files and directories currently installed.) 09:45:10 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 09:45:10 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:45:10 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 09:45:10 Selecting previously unselected package udev. 09:45:10 (Reading database ... 12511 files and directories currently installed.) 09:45:10 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 09:45:10 Unpacking udev (237-3ubuntu10.44) ... 09:45:11 Selecting previously unselected package libfuse2:amd64. 09:45:11 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:45:11 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:45:11 Selecting previously unselected package fuse. 09:45:11 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:45:11 Unpacking fuse (2.9.7-1ubuntu1) ... 09:45:11 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 09:45:11 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:45:11 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 09:45:11 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:45:11 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 09:45:11 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:45:11 Selecting previously unselected package libksba8:amd64. 09:45:11 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:45:11 Unpacking libksba8:amd64 (1.3.5-2) ... 09:45:11 Selecting previously unselected package libroken18-heimdal:amd64. 09:45:11 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:45:11 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:12 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:45:12 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:45:12 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:12 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:45:12 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:45:12 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:12 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:45:12 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:45:12 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:12 Selecting previously unselected package libwind0-heimdal:amd64. 09:45:12 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:45:12 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:12 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:45:12 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:45:12 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:12 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:45:12 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:45:12 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:12 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:45:12 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:45:12 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:12 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:45:12 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:45:12 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:12 Selecting previously unselected package libsasl2-modules-db:amd64. 09:45:12 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:45:12 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:45:12 Selecting previously unselected package libsasl2-2:amd64. 09:45:12 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:45:12 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:45:12 Selecting previously unselected package libldap-common. 09:45:12 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 09:45:12 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:45:13 Selecting previously unselected package libldap-2.4-2:amd64. 09:45:13 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 09:45:13 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:45:13 Selecting previously unselected package dirmngr. 09:45:13 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 09:45:13 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 09:45:13 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 09:45:13 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 09:45:13 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:45:13 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:45:13 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:45:13 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 09:45:13 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:13 Setting up libksba8:amd64 (1.3.5-2) ... 09:45:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:45:13 Setting up udev (237-3ubuntu10.44) ... 09:45:13 invoke-rc.d: policy-rc.d denied execution of start. 09:45:14 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:14 Processing triggers for systemd (237-3ubuntu10) ... 09:45:14 Setting up fuse (2.9.7-1ubuntu1) ... 09:45:14 Setting up gpg (2.2.4-1ubuntu1.3) ... 09:45:14 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:14 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:14 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:14 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:14 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:14 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:14 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:45:14 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 09:45:14 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 09:45:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:45:15 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:45:15 settings in the [Install] section, and DefaultInstance for template units). 09:45:15 This means they are not meant to be enabled using systemctl. 09:45:15 Possible reasons for having this kind of units are: 09:45:15 1) A unit may be statically enabled by being symlinked from another unit's 09:45:15 .wants/ or .requires/ directory. 09:45:15 2) A unit's purpose may be to act as a helper for some other unit which has 09:45:15 a requirement dependency on it. 09:45:15 3) A unit may be started when needed via activation (socket, path, timer, 09:45:15 D-Bus, udev, scripted systemctl call, ...). 09:45:15 4) In case of template units, the unit is meant to be enabled with some 09:45:15 instance name specified. 09:45:15 Reading package lists... 09:45:15 Building dependency tree... 09:45:15 Reading state information... 09:45:15 The following additional packages will be installed: 09:45:15 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:45:15 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:45:15 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:45:15 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:45:15 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:45:15 Suggested packages: 09:45:15 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:45:15 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:45:15 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:45:15 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:45:15 systemd-container policykit-1 09:45:15 Recommended packages: 09:45:15 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:45:15 The following NEW packages will be installed: 09:45:15 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:45:15 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:45:15 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:45:15 multiarch-support openssh-client python3 python3-minimal python3.6 09:45:15 python3.6-minimal snapd squashfs-tools sudo 09:45:15 The following packages will be upgraded: 09:45:15 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:45:15 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 09:45:15 Need to get 35.2 MB of archives. 09:45:15 After this operation, 141 MB of additional disk space will be used. 09:45:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 09:45:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 09:45:16 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 09:45:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 09:45:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 09:45:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:45:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 09:45:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 09:45:16 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 09:45:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:45:16 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 09:45:16 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:45:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:45:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:45:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:45:16 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:45:16 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 09:45:16 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:45:17 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 09:45:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:45:17 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:45:17 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:45:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:45:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:45:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:45:17 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:45:17 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:45:17 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:45:17 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:45:17 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 09:45:18 debconf: delaying package configuration, since apt-utils is not installed 09:45:18 Fetched 35.2 MB in 2s (18.0 MB/s) 09:45:18 (Reading database ... 12757 files and directories currently installed.) 09:45:18 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 09:45:18 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:45:18 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 09:45:18 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:45:19 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 09:45:19 (Reading database ... 12757 files and directories currently installed.) 09:45:19 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 09:45:19 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 09:45:19 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 09:45:19 (Reading database ... 12757 files and directories currently installed.) 09:45:19 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 09:45:19 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 09:45:20 Setting up apt (1.6.12ubuntu0.2) ... 09:45:20 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:45:20 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:45:20 (Reading database ... 12764 files and directories currently installed.) 09:45:20 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:45:20 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:45:21 Selecting previously unselected package libpython3.6-minimal:amd64. 09:45:21 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:45:21 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:45:21 Selecting previously unselected package libexpat1:amd64. 09:45:21 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:45:21 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:45:21 Selecting previously unselected package python3.6-minimal. 09:45:21 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:45:21 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:45:21 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 09:45:21 Checking for services that may need to be restarted...done. 09:45:21 Checking for services that may need to be restarted...done. 09:45:21 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:45:21 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:45:21 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 09:45:22 Selecting previously unselected package python3-minimal. 09:45:22 (Reading database ... 13012 files and directories currently installed.) 09:45:22 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:45:22 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:45:22 Selecting previously unselected package mime-support. 09:45:22 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:45:22 Unpacking mime-support (3.60ubuntu1) ... 09:45:22 Selecting previously unselected package libmpdec2:amd64. 09:45:22 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:45:22 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:45:22 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:45:22 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:45:22 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:45:23 Selecting previously unselected package python3.6. 09:45:23 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 09:45:23 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:45:23 Selecting previously unselected package libpython3-stdlib:amd64. 09:45:23 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:45:23 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:45:23 Setting up python3-minimal (3.6.7-1~18.04) ... 09:45:23 Selecting previously unselected package python3. 09:45:23 (Reading database ... 13442 files and directories currently installed.) 09:45:23 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:45:23 Unpacking python3 (3.6.7-1~18.04) ... 09:45:23 Selecting previously unselected package multiarch-support. 09:45:23 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:45:23 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:45:23 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:45:23 Selecting previously unselected package liblzo2-2:amd64. 09:45:23 (Reading database ... 13479 files and directories currently installed.) 09:45:23 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:45:23 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:45:23 Selecting previously unselected package libbsd0:amd64. 09:45:23 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:45:23 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:45:24 Selecting previously unselected package sudo. 09:45:24 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 09:45:24 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 09:45:24 Selecting previously unselected package apparmor. 09:45:24 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:45:24 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:45:24 Selecting previously unselected package libedit2:amd64. 09:45:24 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:45:24 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:45:24 Selecting previously unselected package libkrb5support0:amd64. 09:45:24 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:45:24 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:45:24 Selecting previously unselected package libk5crypto3:amd64. 09:45:24 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:45:24 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:45:24 Selecting previously unselected package libkeyutils1:amd64. 09:45:24 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:45:24 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:45:24 Selecting previously unselected package libkrb5-3:amd64. 09:45:24 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:45:24 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:45:25 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:45:25 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:45:25 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:45:25 Selecting previously unselected package libssl1.0.0:amd64. 09:45:25 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 09:45:25 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:45:26 Selecting previously unselected package openssh-client. 09:45:26 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:45:26 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:45:26 Selecting previously unselected package squashfs-tools. 09:45:26 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:45:26 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:45:26 Selecting previously unselected package snapd. 09:45:26 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 09:45:26 Unpacking snapd (2.48+18.04) ... 09:45:29 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:45:29 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 09:45:29 Setting up mime-support (3.60ubuntu1) ... 09:45:29 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 09:45:29 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:45:29 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:45:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:45:29 Setting up systemd (237-3ubuntu10.44) ... 09:45:29 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 09:45:30 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:45:30 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:45:30 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:45:30 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 09:45:30 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:45:30 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 09:45:31 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:45:31 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:45:31 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:45:31 Setting up python3 (3.6.7-1~18.04) ... 09:45:31 running python rtupdate hooks for python3.6... 09:45:31 running python post-rtupdate hooks for python3.6... 09:45:31 Setting up apparmor (2.12-4ubuntu5.1) ... 09:45:33 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:45:33 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:45:33 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:45:33 Setting up snapd (2.48+18.04) ... 09:45:34 ---> be1cc48cb5d8 09:45:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:45:34 ---> c1d7dcc55867 09:45:34 Step 9/23 : RUN make cmd/core-data/core-data 09:45:34 ---> 69abd615afaf 09:45:34 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 09:45:34 ---> 82d8b216641e 09:45:34 Step 9/23 : RUN make cmd/core-command/core-command 09:45:34 ---> Running in 645026312c0b 09:45:34 ---> Running in 5f3fbfd01f64 09:45:34 ---> 3f662e6fa77d 09:45:34 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 09:45:34 ---> Running in a44ee95f0acd 09:45:34 ---> Running in c2311fca5da8 09:45:34 ---> Running in f1c24cf6ef14 09:45:34 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 09:45: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 09:45:34 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 09:45:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:45:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:45:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:45:34 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 09:45:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:45:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:45:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:45:35 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:45:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:45:35 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:45:35 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:45:36 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:45:36 /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' 09:45:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:45:36 Processing triggers for systemd (237-3ubuntu10.44) ... 09:45:37 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:45:37 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:45:37 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:45:39 Reading package lists... 09:45:39 Reading package lists... 09:45:39 Building dependency tree... 09:45:39 Reading state information... 09:45:39 Calculating upgrade... 09:45:40 The following packages will be upgraded: 09:45:40 advancecomp base-files bash binutils binutils-common 09:45:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:45:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:45:40 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 09:45:40 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 09:45:40 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 09:45:40 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 09:45:40 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 09:45:40 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 09:45:40 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 09:45:40 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 09:45:40 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 09:45:40 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 09:45:40 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 09:45:40 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 09:45:40 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:45:40 Need to get 63.8 MB of archives. 09:45:40 After this operation, 5188 kB of additional disk space will be used. 09:45:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 09:45:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:45:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:45:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:45:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:45:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:45:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:45:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:45:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:45:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:45:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:45:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:45:40 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:45:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:45:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 09:45:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:45:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:45:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:45:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:45:40 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:45:40 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:45:40 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:45:40 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:45:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:45:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:45:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:45:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:45:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:45:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:45:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:45:40 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:45:40 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:45:40 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:45:40 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:45:40 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:45:40 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 09:45:40 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 09:45:40 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:45:40 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:45:40 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 09:45:40 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 09:45:40 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 09:45:40 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:45:40 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:45:40 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:45:40 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 09:45:40 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:45:40 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:45:40 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 09:45:40 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 09:45:40 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 09:45:40 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 09:45:40 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:45:40 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:45:40 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:45:40 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:45:40 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:45:41 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:45:41 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:45:41 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:45:41 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:45:41 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:45:41 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:45:41 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:45:41 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:45:41 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:45:41 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:45:41 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:45:41 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:45:41 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:45:41 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:45:41 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:45:41 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:45:41 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:45:41 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:45:41 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:45:41 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:45:41 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:45:41 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:45:41 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 09:45:41 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 09:45:41 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:45:41 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 09:45:41 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:45:41 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 09:45:41 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 09:45:41 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:45:41 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:45:41 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:45:41 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 09:45:41 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:45:41 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:45:41 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 09:45:41 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:45:41 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:45:41 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:45:41 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:45:41 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:45:41 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:45:42 debconf: delaying package configuration, since apt-utils is not installed 09:45:42 Fetched 63.8 MB in 2s (36.6 MB/s) 09:45:42 (Reading database ... 13912 files and directories currently installed.) 09:45:42 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:45:42 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:45:43 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:45:43 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:45:43 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 09:45:43 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 09:45:43 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:45:43 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:45:43 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:45:43 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:45:44 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:45:44 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:45:44 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:45:44 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:45:44 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:45:44 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:45:44 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:45:44 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:45:44 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:45:44 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:45:44 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:45:44 (Reading database ... 13911 files and directories currently installed.) 09:45:44 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:45:44 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:45:45 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:45:45 (Reading database ... 13911 files and directories currently installed.) 09:45:45 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:45:45 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:45:45 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:45:45 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:45:45 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:45:45 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:45:45 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:45:45 (Reading database ... 13911 files and directories currently installed.) 09:45:45 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:45:45 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:45:46 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:45:46 (Reading database ... 13911 files and directories currently installed.) 09:45:46 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:45:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:45:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:45:46 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:45:46 Setting up base-files (10.1ubuntu2.10) ... 09:45:46 Installing new version of config file /etc/issue ... 09:45:46 Installing new version of config file /etc/issue.net ... 09:45:46 Installing new version of config file /etc/lsb-release ... 09:45:46 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:45:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:45:47 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:45:47 Removing obsolete conffile /etc/default/motd-news ... 09:45:47 (Reading database ... 13912 files and directories currently installed.) 09:45:47 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:45:47 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:45:47 Setting up bash (4.4.18-2ubuntu1.2) ... 09:45:47 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 09:45:47 (Reading database ... 13912 files and directories currently installed.) 09:45:47 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:47 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:45:47 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:45:47 (Reading database ... 13912 files and directories currently installed.) 09:45:47 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 09:45:47 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 09:45:47 Setting up tar (1.29b-2ubuntu0.2) ... 09:45:48 (Reading database ... 13912 files and directories currently installed.) 09:45:48 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:45:48 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:45:48 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:45:48 (Reading database ... 13912 files and directories currently installed.) 09:45:48 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:45:48 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:45:48 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:45:48 (Reading database ... 13912 files and directories currently installed.) 09:45:48 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:45:48 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:45:48 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:45:48 (Reading database ... 13912 files and directories currently installed.) 09:45:48 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:45:48 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:45:48 Setting up grep (3.1-2build1) ... 09:45:49 (Reading database ... 13912 files and directories currently installed.) 09:45:49 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:45:49 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:45:49 Setting up login (1:4.5-1ubuntu2) ... 09:45:49 (Reading database ... 13912 files and directories currently installed.) 09:45:49 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:45:49 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:45:49 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:45:50 (Reading database ... 13912 files and directories currently installed.) 09:45:50 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:45:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:45:50 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:45:50 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:45:50 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:45:50 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:45:51 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:45:51 (Reading database ... 13912 files and directories currently installed.) 09:45:51 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:45:51 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:45:52 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:45:52 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:45:52 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:45:52 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:45:52 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:45:53 (Reading database ... 13912 files and directories currently installed.) 09:45:53 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:45:53 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:45:53 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:45:53 (Reading database ... 13912 files and directories currently installed.) 09:45:53 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:53 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:53 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:45:53 (Reading database ... 13912 files and directories currently installed.) 09:45:53 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:53 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:53 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:45:53 (Reading database ... 13912 files and directories currently installed.) 09:45:53 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:53 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:53 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:45:54 (Reading database ... 13912 files and directories currently installed.) 09:45:54 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:54 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:54 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:45:54 (Reading database ... 13912 files and directories currently installed.) 09:45:54 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:45:54 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:45:54 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:45:54 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:45:54 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:45:54 (Reading database ... 13912 files and directories currently installed.) 09:45:54 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:45:54 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:45:54 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:45:54 (Reading database ... 13912 files and directories currently installed.) 09:45:54 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:54 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:55 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:45:55 (Reading database ... 13912 files and directories currently installed.) 09:45:55 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:55 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:55 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:45:55 (Reading database ... 13912 files and directories currently installed.) 09:45:55 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:55 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:56 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 09:45:56 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:45:56 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:45:56 (Reading database ... 13912 files and directories currently installed.) 09:45:56 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:45:56 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:45:57 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:45:57 (Reading database ... 13912 files and directories currently installed.) 09:45:57 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:45:57 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:45:57 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:45:57 (Reading database ... 13914 files and directories currently installed.) 09:45:57 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:45:57 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:45:57 Setting up debconf (1.5.66ubuntu1) ... 09:45:58 (Reading database ... 13914 files and directories currently installed.) 09:45:58 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 09:45:58 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:45:58 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 09:45:58 (Reading database ... 13914 files and directories currently installed.) 09:45:58 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 09:45:58 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:45:58 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 09:45:58 (Reading database ... 13914 files and directories currently installed.) 09:45:58 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:45:58 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:45:58 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:45:58 (Reading database ... 13914 files and directories currently installed.) 09:45:58 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:45:58 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:45:58 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:45:59 (Reading database ... 13914 files and directories currently installed.) 09:45:59 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:45:59 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:45:59 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:45:59 (Reading database ... 13914 files and directories currently installed.) 09:45:59 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:45:59 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:45:59 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 09:45:59 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 09:45:59 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 09:46:00 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:46:00 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:46:00 (Reading database ... 13914 files and directories currently installed.) 09:46:00 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 09:46:00 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:46:00 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:46:00 (Reading database ... 13914 files and directories currently installed.) 09:46:00 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:46:00 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:46:00 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:46:00 (Reading database ... 13914 files and directories currently installed.) 09:46:00 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:46:00 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:46:00 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:46:00 (Reading database ... 13914 files and directories currently installed.) 09:46:00 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 09:46:01 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 09:46:01 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 09:46:01 (Reading database ... 13914 files and directories currently installed.) 09:46:01 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:46:01 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:46:01 Setting up passwd (1:4.5-1ubuntu2) ... 09:46:01 (Reading database ... 13914 files and directories currently installed.) 09:46:01 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 09:46:01 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 09:46:02 Setting up gpgv (2.2.4-1ubuntu1.3) ... 09:46:02 (Reading database ... 13914 files and directories currently installed.) 09:46:02 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:46:02 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:46:02 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:46:02 (Reading database ... 13914 files and directories currently installed.) 09:46:02 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:46:02 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:46:02 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:46:02 (Reading database ... 13914 files and directories currently installed.) 09:46:02 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:46:02 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:46:02 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:46:03 (Reading database ... 13914 files and directories currently installed.) 09:46:03 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:46:03 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:46:03 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:46:03 (Reading database ... 13914 files and directories currently installed.) 09:46:03 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 09:46:03 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 09:46:03 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 09:46:03 (Reading database ... 13914 files and directories currently installed.) 09:46:03 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 09:46:03 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 09:46:03 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 09:46:03 (Reading database ... 13915 files and directories currently installed.) 09:46:03 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:46:03 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:46:03 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:46:03 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:46:04 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 09:46:04 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 09:46:04 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 09:46:04 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 09:46:04 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:46:04 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:46:04 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:46:04 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:46:04 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:46:04 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:46:05 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:46:05 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:46:05 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:46:05 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:46:05 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:46:05 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:46:05 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:46:05 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:46:05 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 09:46:05 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 09:46:06 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:46:06 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:46:06 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:46:06 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:46:06 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:46:06 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:46:07 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:46:07 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:46:07 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:46:07 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:46:07 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 09:46:07 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 09:46:08 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:46:08 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:46:08 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:46:08 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:46:08 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:46:08 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:46:08 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:46:08 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:46:09 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:46:09 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:46:10 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:46:10 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:46:11 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:46:11 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:46:11 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:46:12 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:46:12 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:46:12 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:46:12 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:46:13 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:46:13 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:46:13 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:46:13 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:46:13 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:46:13 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:46:13 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:46:13 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:46:13 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:46:13 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:46:13 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:46:13 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:46:14 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:46:14 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:46:14 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:46:14 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:46:14 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:46:14 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:46:14 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:46:14 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:46:14 Setting up tzdata (2021a-0ubuntu0.18.04) ... 09:46:14 09:46:14 Current default time zone: 'Etc/UTC' 09:46:14 Local time is now: Mon Feb 8 09:46:14 UTC 2021. 09:46:14 Universal Time is now: Mon Feb 8 09:46:14 UTC 2021. 09:46:14 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:46:14 09:46:14 Setting up systemd-sysv (237-3ubuntu10.44) ... 09:46:14 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:46:14 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 09:46:14 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:46:14 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:46:14 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:46:14 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:46:15 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:46:15 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:46:15 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 09:46:15 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:46:15 Setting up procps (2:3.3.12-3ubuntu1.2) ... 09:46:15 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:46:15 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 09:46:15 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:46:15 Setting up patch (2.7.6-2ubuntu1.1) ... 09:46:15 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:46:15 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:46:15 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 09:46:15 Installing new version of config file /etc/ssl/openssl.cnf ... 09:46:15 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:46:15 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:46:15 Setting up ca-certificates (20210119~18.04.1) ... 09:46:17 Updating certificates in /etc/ssl/certs... 09:46:18 23 added, 27 removed; done. 09:46:18 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:46:18 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:46:18 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:46:18 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:46:18 Setting up pkgbinarymangler (138.18.04.1) ... 09:46:18 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:46:18 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 09:46:18 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:46:18 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:46:18 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:46:18 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:46:18 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:46:18 Setting up perl (5.26.1-6ubuntu0.5) ... 09:46:18 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 09:46:18 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:46:18 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:46:18 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 09:46:18 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:46:18 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:46:18 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:46:18 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:46:18 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:46:18 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:46:19 Processing triggers for systemd (237-3ubuntu10.44) ... 09:46:19 Processing triggers for mime-support (3.60ubuntu1) ... 09:46:19 Processing triggers for ca-certificates (20210119~18.04.1) ... 09:46:19 Updating certificates in /etc/ssl/certs... 09:46:19 0 added, 0 removed; done. 09:46:19 Running hooks in /etc/ca-certificates/update.d... 09:46:19 done. 09:46:20 Reading package lists... 09:46:20 Building dependency tree... 09:46:20 Reading state information... 09:46:20 The following NEW packages will be installed: 09:46:20 apt-transport-https 09:46:21 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:46:21 Need to get 1696 B of archives. 09:46:21 After this operation, 153 kB of additional disk space will be used. 09:46:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 09:46:21 debconf: delaying package configuration, since apt-utils is not installed 09:46:21 Fetched 1696 B in 0s (8495 B/s) 09:46:21 Selecting previously unselected package apt-transport-https. 09:46:21 (Reading database ... 13920 files and directories currently installed.) 09:46:21 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 09:46:21 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 09:46:21 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 09:46:21 Waiting for network to be ready... 09:46:28 2021-02-08T09:46:25Z INFO Waiting for automatic snapd restart... 09:46:28 snapd 2.48.2 from Canonical* installed 09:46:29 "snapd" switched to the "latest/stable" channel 09:46:29 09:46:34 core18 20210128 from Canonical* installed 09:46:34 "core18" switched to the "latest/stable" channel 09:46:34 09:46:41 snapcraft 4.4.4 from Canonical* installed 09:46:41 "snapcraft" switched to the "latest/stable" channel 09:46:41 09:46:44 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: 09:46:44 - README.md 09:46:44 - snapcraft.yaml.orig 09:46:44 09:46:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:46:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:46:51 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:46:51 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:46:51 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:46:52 Reading package lists... 09:46:53 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 09:46:56 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 09:46:56 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 09:46:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:46:59 Reading package lists... 09:46:59 Building dependency tree... 09:46:59 Reading state information... 09:46:59 Suggested packages: 09:46:59 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:46:59 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:46:59 Recommended packages: 09:46:59 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:46:59 The following NEW packages will be installed: 09:46:59 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:46:59 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:46:59 pkg-config zip 09:46:59 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:46:59 Need to get 7655 kB of archives. 09:46:59 After this operation, 43.7 MB of additional disk space will be used. 09:46:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 09:46:59 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:47:00 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:47:00 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:47:00 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:47:00 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:47:00 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:47:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:47:00 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:47:00 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:47:00 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 09:47:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 09:47:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 09:47:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:47:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:47:00 debconf: delaying package configuration, since apt-utils is not installed 09:47:00 Fetched 7655 kB in 1s (7314 kB/s) 09:47:01 Selecting previously unselected package libglib2.0-0:amd64. 09:47:01 (Reading database ... 13924 files and directories currently installed.) 09:47:01 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 09:47:01 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:47:01 Selecting previously unselected package libpsl5:amd64. 09:47:01 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:47:01 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:47:01 Selecting previously unselected package libnghttp2-14:amd64. 09:47:01 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:47:01 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:47:01 Selecting previously unselected package librtmp1:amd64. 09:47:01 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:47:01 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:47:01 Selecting previously unselected package libcurl3-gnutls:amd64. 09:47:01 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 09:47:01 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:47:01 Selecting previously unselected package liberror-perl. 09:47:01 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:47:01 Unpacking liberror-perl (0.17025-1) ... 09:47:01 Selecting previously unselected package git-man. 09:47:01 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 09:47:01 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 09:47:01 Selecting previously unselected package git. 09:47:01 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 09:47:01 Unpacking git (1:2.17.1-1ubuntu0.7) ... 09:47:03 Selecting previously unselected package libnorm1:amd64. 09:47:03 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:47:03 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:47:03 Selecting previously unselected package libpgm-5.2-0:amd64. 09:47:03 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:47:03 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:47:03 Selecting previously unselected package libsodium23:amd64. 09:47:03 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:47:03 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:47:03 Selecting previously unselected package libzmq5:amd64. 09:47:03 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:47:03 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:47:03 Selecting previously unselected package libzmq3-dev:amd64. 09:47:03 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:47:03 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:47:03 Selecting previously unselected package pkg-config. 09:47:03 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:47:03 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:47:03 Selecting previously unselected package zip. 09:47:03 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:47:03 Unpacking zip (3.0-11build1) ... 09:47:03 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:47:03 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 09:47:04 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:47:04 Setting up liberror-perl (0.17025-1) ... 09:47:04 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:47:04 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 09:47:04 No schema files found: doing nothing. 09:47:04 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:47:04 Setting up zip (3.0-11build1) ... 09:47:04 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:47:04 Setting up libsodium23:amd64 (1.0.16-2) ... 09:47:04 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:47:04 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:47:04 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 09:47:04 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:47:04 Setting up git (1:2.17.1-1ubuntu0.7) ... 09:47:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:47:04 Removing intermediate container 645026312c0b 09:47:04 ---> 0331f38cc0b6 09:47:04 09:47:04 Step 10/24 : FROM alpine:3.12 09:47:04 3.12: Pulling from library/alpine 09:47:05 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:47:05 Status: Downloaded newer image for alpine:3.12 09:47:05 ---> afeebe901d6b 09:47:05 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 09:47:05 ---> Running in 078c1caee142 09:47:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:47:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:47:09 (1/5) Installing ca-certificates (20191127-r4) 09:47:09 (2/5) Installing nghttp2-libs (1.41.0-r0) 09:47:09 (3/5) Installing libcurl (7.69.1-r3) 09:47:09 (4/5) Installing curl (7.69.1-r3) 09:47:09 (5/5) Installing dumb-init (1.2.2-r1) 09:47:09 Executing busybox-1.31.1-r19.trigger 09:47:09 Executing ca-certificates-20191127-r4.trigger 09:47:09 OK: 7 MiB in 19 packages 09:47:09 Removing intermediate container f1c24cf6ef14 09:47:09 ---> 134b0fb3f411 09:47:09 09:47:09 Step 10/21 : FROM alpine:3.12 09:47:09 ---> afeebe901d6b 09:47:09 Step 11/21 : RUN apk add --update --no-cache curl 09:47:10 ---> Running in 28aa49ccc117 09:47:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:47:11 git set to automatically installed. 09:47:11 git-man set to automatically installed. 09:47:11 libcurl3-gnutls set to automatically installed. 09:47:11 liberror-perl set to automatically installed. 09:47:11 libglib2.0-0 set to automatically installed. 09:47:11 libnghttp2-14 set to automatically installed. 09:47:11 libnorm1 set to automatically installed. 09:47:11 libpgm-5.2-0 set to automatically installed. 09:47:11 libpsl5 set to automatically installed. 09:47:11 librtmp1 set to automatically installed. 09:47:11 libsodium23 set to automatically installed. 09:47:11 libzmq3-dev set to automatically installed. 09:47:11 libzmq5 set to automatically installed. 09:47:11 pkg-config set to automatically installed. 09:47:11 zip set to automatically installed. 09:47:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:47:12 Removing intermediate container 078c1caee142 09:47:12 ---> 174a3b736992 09:47:12 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:47:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:47:13 snapd is not logged in, snap install commands will use sudo 09:47:13 ---> Running in 1d8f13e5e5ab 09:47:13 (1/4) Installing ca-certificates (20191127-r4) 09:47:13 Removing intermediate container 1d8f13e5e5ab 09:47:13 ---> 28f7ff8cf62c 09:47:13 Step 13/24 : WORKDIR / 09:47:13 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:47:13 (3/4) Installing libcurl (7.69.1-r3) 09:47:13 (4/4) Installing curl (7.69.1-r3) 09:47:13 Executing busybox-1.31.1-r19.trigger 09:47:14 Executing ca-certificates-20191127-r4.trigger 09:47:14 ---> Running in e002a8b58003 09:47:14 OK: 7 MiB in 18 packages 09:47:15 Removing intermediate container e002a8b58003 09:47:15 ---> ed0242b6b039 09:47:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:47:16 ---> 0b57600f05ad 09:47:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:47:17 Removing intermediate container 28aa49ccc117 09:47:17 ---> 33aaf44dc030 09:47:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:47:17 ---> Running in 4f0811599844 09:47:19 ---> 6e117537747f 09:47:19 Removing intermediate container 4f0811599844 09:47:19 ---> e8386b512bd5 09:47:19 Step 13/21 : WORKDIR /edgex 09:47:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:47:19 ---> Running in b953a2245103 09:47:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:47:19 snap "core18" has no updates available 09:47:20 Pulling config-common 09:47:20 Removing intermediate container b953a2245103 09:47:20 ---> 97182e896124 09:47:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:47:21 ---> 0cfd5310b0f3 09:47:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:47:21 Pulling go-build-helper 09:47:22 Removing intermediate container c2311fca5da8 09:47:22 ---> 012ef390d504 09:47:22 09:47:22 Step 10/23 : FROM alpine:3.12 09:47:22 ---> afeebe901d6b 09:47:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:47:22 ---> c270b7465c14 09:47:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:47:22 ---> Running in 8b483e517f06 09:47:23 ---> 428c2d863902 09:47:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:47:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:47:24 Removing intermediate container a44ee95f0acd 09:47:24 ---> eca3dffa59c3 09:47:24 09:47:24 Step 10/22 : FROM alpine:3.12 09:47:24 ---> afeebe901d6b 09:47:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 09:47:24 ---> 32a23e110079 09:47:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 09:47:24 ---> Running in 0f1088e2e096 09:47:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:47:26 (1/1) Installing dumb-init (1.2.2-r1) 09:47:26 Executing busybox-1.31.1-r19.trigger 09:47:26 OK: 5 MiB in 15 packages 09:47:26 ---> 74ce44f792f0 09:47:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:47:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:47:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:47:27 ---> 630820f982bd 09:47:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:47:27 (1/1) Installing dumb-init (1.2.2-r1) 09:47:27 Executing busybox-1.31.1-r19.trigger 09:47:27 OK: 5 MiB in 15 packages 09:47:27 ---> Running in e44de966939b 09:47:27 ---> 8f4986bdcea9 09:47:27 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 09:47:28 Removing intermediate container 8b483e517f06 09:47:28 ---> 74f4d136310b 09:47:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:47:28 ---> Running in 6889e93694da 09:47:28 ---> Running in 1967b4913a2b 09:47:28 Removing intermediate container e44de966939b 09:47:28 ---> f01de036d4e3 09:47:28 Step 18/21 : CMD ["--init=true"] 09:47:28 ---> Running in b20896a8e273 09:47:29 Removing intermediate container 1967b4913a2b 09:47:29 ---> aba873fa8f95 09:47:29 Step 13/23 : ENV APP_PORT=48082 09:47:29 ---> Running in b9a6eab60fe6 09:47:29 Removing intermediate container 0f1088e2e096 09:47:29 ---> 1550a9cdc6c2 09:47:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:47:29 Removing intermediate container b20896a8e273 09:47:29 ---> d5fb69486806 09:47:29 Step 19/21 : LABEL arch=arm64 09:47:29 ---> Running in 8c564914b2fd 09:47:30 ---> Running in 67ef32ce6be5 09:47:30 Removing intermediate container b9a6eab60fe6 09:47:30 ---> ae6e4e051dd8 09:47:30 Step 14/23 : EXPOSE $APP_PORT 09:47:30 ---> Running in e360f572fbc4 09:47:30 Removing intermediate container 8c564914b2fd 09:47:30 ---> a39d31c45f45 09:47:30 Step 13/22 : ENV APP_PORT=48085 09:47:30 Removing intermediate container 67ef32ce6be5 09:47:30 ---> 59eb07eec90f 09:47:30 Step 20/21 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:47:30 ---> Running in 804282dd09a0 09:47:31 ---> Running in e34c3854b63c 09:47:31 Removing intermediate container e360f572fbc4 09:47:31 ---> 4a2f0823ef87 09:47:31 Step 15/23 : WORKDIR / 09:47:31 ---> Running in cbf9ce2813cc 09:47:31 Removing intermediate container 6889e93694da 09:47:31 ---> a880bf618956 09:47:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:47:31 Removing intermediate container 804282dd09a0 09:47:31 ---> 3fbe4157b829 09:47:31 Step 14/22 : EXPOSE $APP_PORT 09:47:31 Removing intermediate container e34c3854b63c 09:47:31 ---> f423bf4a95d5 09:47:31 Step 21/21 : LABEL version=0.0.0 09:47:31 ---> Running in 0fb97819a551 09:47:31 ---> Running in 07460cccfd69 09:47:32 ---> Running in e8f65067fbdd 09:47:32 Removing intermediate container cbf9ce2813cc 09:47:32 ---> da2b7c1af776 09:47:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:47:32 Removing intermediate container 07460cccfd69 09:47:32 ---> c44f53209572 09:47:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:47:32 Removing intermediate container 0fb97819a551 09:47:32 ---> e7e60e5cc819 09:47:32 Step 22/24 : LABEL arch=arm64 09:47:32 Removing intermediate container e8f65067fbdd 09:47:32 ---> f02ade3cdccd 09:47:32 09:47:33 ---> Running in 80174e11915f 09:47:33 ---> b3b15368c8c3 09:47:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:47:33 Successfully built f02ade3cdccd 09:47:33 Successfully tagged docker-security-proxy-setup-go-arm64:latest 09:47:33  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 09:47:33 Removing intermediate container 80174e11915f 09:47:33 ---> 4015fac2b7e6 09:47:33 Step 23/24 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:47:34 ---> da55e8c29102 09:47:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:47:34 ---> Running in eee55793f7fd 09:47:36 Removing intermediate container eee55793f7fd 09:47:36 ---> 20da0e9283ad 09:47:36 Step 24/24 : LABEL version=0.0.0 09:47:36 ---> a5e92b4a9774 09:47:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:47:37 ---> Running in 6d85db529721 09:47:37 ---> efac6acddbbe 09:47:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:47:37 Removing intermediate container 5f3fbfd01f64 09:47:37 ---> 276c41a40c20 09:47:37 09:47:37 Step 10/23 : FROM alpine:3.12 09:47:37 ---> afeebe901d6b 09:47:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:47:38 ---> Running in a8c089a1f587 09:47:38 Removing intermediate container 6d85db529721 09:47:38 ---> 90fcfd00f8c6 09:47:38 09:47:39 ---> bf6ce4409b71 09:47:39 Step 19/23 : ENTRYPOINT ["/core-command"] 09:47:39 ---> 11a85ee08013 09:47:39 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 09:47:39 Successfully built 90fcfd00f8c6 09:47:39 ---> Running in 017af291fda4 09:47:39 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 09:47:39  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 09:47:39 Removing intermediate container a8c089a1f587 09:47:39 ---> b152a120fe45 09:47:39 Step 12/23 : ENV APP_PORT=48080 09:47:39 ---> Running in 0dc3877319a2 09:47:39 ---> Running in ce3cc7ca6a93 09:47:39 Removing intermediate container 017af291fda4 09:47:39 ---> 21ca4d520424 09:47:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:47:39 ---> Running in 27ad454f3b83 09:47:39 Removing intermediate container 0dc3877319a2 09:47:39 ---> 8fe575891736 09:47:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:47:40 Removing intermediate container ce3cc7ca6a93 09:47:40 ---> 0bd567b934a1 09:47:40 Step 13/23 : EXPOSE $APP_PORT 09:47:40 ---> Running in b0a4824bc9f0 09:47:40 ---> Running in bb4685d8cf74 09:47:40 Removing intermediate container b0a4824bc9f0 09:47:40 Removing intermediate container 27ad454f3b83 09:47:40 ---> 96ea77eceeb4 09:47:40 Step 21/23 : LABEL arch=arm64 09:47:40 ---> 865d4db0d3dc 09:47:40 Step 20/22 : LABEL arch=arm64 09:47:41 ---> Running in a4947912eeb5 09:47:41 ---> Running in 2f31604b4eea 09:47:41 Removing intermediate container bb4685d8cf74 09:47:41 ---> 777a4b6f0c0f 09:47:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:41 ---> Running in 6c8406faf375 09:47:41 Removing intermediate container 2f31604b4eea 09:47:41 ---> bf491206f89f 09:47:41 Step 21/22 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:47:41 Removing intermediate container a4947912eeb5 09:47:41 ---> 2e19461a6498 09:47:41 Step 22/23 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:47:42 ---> Running in eaf9d44c69b6 09:47:42 ---> Running in 3ac1018d22c5 09:47:43 Removing intermediate container 3ac1018d22c5 09:47:43 ---> 1180d00ae2f3 09:47:43 Step 22/22 : LABEL version=0.0.0 09:47:43 Removing intermediate container eaf9d44c69b6 09:47:43 ---> 1438f44b5182 09:47:43 Step 23/23 : LABEL version=0.0.0 09:47:44 ---> Running in fed6ec311e07 09:47:44 ---> Running in 91400aa2349d 09:47:45 Removing intermediate container fed6ec311e07 09:47:45 ---> 95abefec2d79 09:47:45 09:47:45 Removing intermediate container 91400aa2349d 09:47:45 ---> e7a4d3a1c936 09:47:45 09:47:45 Removing intermediate container 6c8406faf375 09:47:45 ---> 42c3b65709d5 09:47:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 09:47:45 Successfully built e7a4d3a1c936 09:47:45 Successfully built 95abefec2d79 09:47:45 Successfully tagged docker-core-command-go-arm64:latest 09:47:45 Successfully tagged docker-support-scheduler-go-arm64:latest 09:47:45 Building docker-sys-mgmt-agent-go 09:47:45  Building docker-core-command-go ... done  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 09:47:46 ---> Running in e08731675748 09:47:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:47:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:47:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:47:48 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:47:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 09:47:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 09:47:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 09:47:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 09:47:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 09:47:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 09:47:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 09:47:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 09:47:48 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:47:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:47:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:47:48 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:47:48 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:47:48 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:47:48 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:47:48 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:47:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:47:48 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 09:47:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 09:47:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 09:47:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 09:47:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 09:47:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 09:47:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 09:47:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 09:47:48 Fetched 23.9 MB in 6s (3974 kB/s) 09:47:48 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:47:48 Fetched 96.5 kB in 0s (0 B/s) 09:47:48 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:47:48 Fetched 279 kB in 0s (0 B/s) 09:47:48 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:47:48 Fetched 122 kB in 0s (0 B/s) 09:47:48 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:47:48 Fetched 77.8 kB in 0s (0 B/s) 09:47:48 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:47:48 Fetched 8848 B in 0s (0 B/s) 09:47:48 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:47:48 Fetched 47.8 kB in 0s (0 B/s) 09:47:48 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:47:48 Fetched 45.6 kB in 0s (0 B/s) 09:47:48 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:47:48 Fetched 15.0 kB in 0s (0 B/s) 09:47:48 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 09:47:48 Fetched 214 kB in 0s (0 B/s) 09:47:48 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 09:47:48 Fetched 155 kB in 0s (0 B/s) 09:47:48 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:47:48 Fetched 50.6 kB in 0s (0 B/s) 09:47:48 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:47:48 Fetched 14.8 kB in 0s (0 B/s) 09:47:48 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:47:48 Fetched 41.8 kB in 0s (0 B/s) 09:47:48 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:47:48 Fetched 499 kB in 0s (0 B/s) 09:47:48 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:47:48 Fetched 111 kB in 0s (0 B/s) 09:47:48 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:47:48 Fetched 240 kB in 0s (0 B/s) 09:47:48 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:47:48 Fetched 29.3 kB in 0s (0 B/s) 09:47:48 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:47:48 Fetched 85.5 kB in 0s (0 B/s) 09:47:48 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:47:48 Fetched 24.5 kB in 0s (0 B/s) 09:47:48 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:47:48 Fetched 49.2 kB in 0s (0 B/s) 09:47:48 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:47:48 Fetched 54.2 kB in 0s (0 B/s) 09:47:48 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:47:48 Fetched 30.8 kB in 0s (0 B/s) 09:47:48 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 09:47:48 Fetched 17.0 kB in 0s (0 B/s) 09:47:48 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:47:48 Fetched 85.9 kB in 0s (0 B/s) 09:47:48 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:47:48 Fetched 8720 B in 0s (0 B/s) 09:47:48 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 09:47:48 Fetched 137 kB in 0s (0 B/s) 09:47:48 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:47:48 Fetched 119 kB in 0s (0 B/s) 09:47:48 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 09:47:48 Fetched 109 kB in 0s (0 B/s) 09:47:48 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:47:48 Fetched 11.1 kB in 0s (0 B/s) 09:47:48 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:47:48 Fetched 645 kB in 0s (0 B/s) 09:47:48 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:47:48 Fetched 41.3 kB in 0s (0 B/s) 09:47:48 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:47:48 Fetched 17.9 kB in 0s (0 B/s) 09:47:48 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:47:48 Fetched 368 kB in 0s (0 B/s) 09:47:48 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:47:48 Fetched 187 kB in 0s (0 B/s) 09:47:48 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:47:48 Fetched 175 kB in 0s (0 B/s) 09:47:48 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:47:48 (1/6) Installing dumb-init (1.2.2-r1) 09:47:48 (2/6) Installing libgcc (9.3.0-r2) 09:47:48 (3/6) Installing libsodium (1.0.18-r0) 09:47:48 (4/6) Installing libstdc++ (9.3.0-r2) 09:47:49 Fetched 206 kB in 0s (0 B/s) 09:47:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 09:47:49 Fetched 1301 kB in 0s (0 B/s) 09:47:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:47:49 Fetched 36.2 kB in 0s (0 B/s) 09:47:49 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 09:47:49 Fetched 159 kB in 0s (0 B/s) 09:47:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:47:49 Fetched 107 kB in 0s (0 B/s) 09:47:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:47:49 Fetched 48.7 kB in 0s (0 B/s) 09:47:49 Pulling static-packages 09:47:49 (5/6) Installing libzmq (4.3.3-r0) 09:47:49 (6/6) Installing zeromq (4.3.3-r0) 09:47:49 Executing busybox-1.31.1-r19.trigger 09:47:49 OK: 8 MiB in 20 packages 09:47:50 'go115' has dependencies that need to be staged: static-packages go-build-helper 09:47:50 Skipping pull go-build-helper (already ran) 09:47:50 Skipping pull static-packages (already ran) 09:47:50 Building go-build-helper 09:47:52 Removing intermediate container e08731675748 09:47:52 ---> 7d6536c6fa69 09:47:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:47:54 ---> e771f9b4ac9a 09:47:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:47:54 Building static-packages 09:47:56 ---> d4be271f5c40 09:47:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:47:57 ---> 61ef1e813ddb 09:47:57 Step 19/23 : ENTRYPOINT ["/core-data"] 09:47:57 Staging go-build-helper 09:47:57 ---> Running in a863dae9f401 09:47:58 Removing intermediate container a863dae9f401 09:47:58 ---> a549bd36f459 09:47:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:47:58 Staging static-packages 09:47:58 ---> Running in e1f15c8b25f1 09:47:58 Removing intermediate container e1f15c8b25f1 09:47:58 ---> 7dc06558bc83 09:47:58 Step 21/23 : LABEL arch=arm64 09:47:59 ---> Running in 680f217a58bd 09:47:59 Pulling go115 09:47:59 Removing intermediate container 680f217a58bd 09:47:59 ---> 78d041258e05 09:47:59 Step 22/23 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:48:00 ---> Running in 1d703c299f70 09:48:00 'edgex-go' has dependencies that need to be staged: go115 09:48:00 Skipping pull go115 (already ran) 09:48:00 Building go115 09:48:00 % Total % Received % Xferd Average Speed Time Time Time Current 09:48:00 Dload Upload Total Spent Left Speed 09:48:00 Removing intermediate container 1d703c299f70 09:48:00 ---> 5ea272e87504 09:48:00 Step 23/23 : LABEL version=0.0.0 09:48:01 ---> Running in bbbfc09a7b3d 09:48:02 Removing intermediate container bbbfc09a7b3d 09:48:02 ---> 2e1fc7425996 09:48:02 09:48:02 Successfully built 2e1fc7425996 09:48:02 Successfully tagged docker-core-data-go-arm64:latest 09:48:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 4 115M 4 5119k 0 0 15.5M 0 0:00:07 --:--:-- 0:00:07 15.4M 38 115M 38 44.1M 0 0 33.4M 0 0:00:03 0:00:01 0:00:02 33.4M 72 115M 72 83.6M 0 0 36.0M 0 0:00:03 0:00:02 0:00:01 36.0M 100 115M 100 115M 0 0 37.3M 0 0:00:03 0:00:03 --:--:-- 37.3M 09:48:04 go1.15.2.linux-amd64.tar.gz: OK 09:48:09 Staging go115 09:48:15  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:48:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:48:15 ---> 7e2beb0a18c1 09:48:15 Step 3/23 : WORKDIR /edgex-go 09:48:15 ---> Using cache 09:48:15 ---> 6e92f623e8f7 09:48:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:48:15 ---> Using cache 09:48:15 ---> d2daa23b6ecb 09:48:15 Step 5/23 : RUN apk add --update --no-cache make git 09:48:15 ---> Using cache 09:48:15 ---> d516dd53b3d9 09:48:15 Step 6/23 : COPY go.mod . 09:48:15 ---> Using cache 09:48:15 ---> 3ee667d59682 09:48:15 Step 7/23 : RUN go mod download 09:48:15 ---> Using cache 09:48:15 ---> 4bf5c931e903 09:48:15 Step 8/23 : COPY . . 09:48:15 ---> Using cache 09:48:15 ---> be1cc48cb5d8 09:48:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 09:48:16 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:48:16 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:48:16 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:48:16 Fetched 0 B in 0s (0 B/s) 09:48:16 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:48:16 Fetched 224 kB in 0s (0 B/s) 09:48:16 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:48:16 Fetched 157 kB in 0s (0 B/s) 09:48:16 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:48:16 Fetched 221 kB in 0s (0 B/s) 09:48:16 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:48:16 Fetched 143 kB in 0s (0 B/s) 09:48:16 Pulling edgex-go 09:48:16 ---> Running in 54d95cbc83f5 09:48:17 Pulling version 09:48:18 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 09:48:19 Building config-common 09:48:21 Skipping build go-build-helper (already ran) 09:48:21 Skipping build static-packages (already ran) 09:48:21 Skipping build go115 (already ran) 09:48:21 Building edgex-go 09:48:22 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 09:48:23 go: downloading github.com/gorilla/mux v1.8.0 09:48:23 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 09:48:23 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.29 09:48:23 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:48:23 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 09:48:23 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:48:23 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:48:23 go: downloading github.com/pkg/errors v0.8.1 09:48:23 go: downloading github.com/google/uuid v1.2.0 09:48:23 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 09:48:23 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 09:48:23 go: downloading github.com/go-playground/validator/v10 v10.3.0 09:48:23 go: downloading github.com/x448/float16 v0.8.4 09:48:23 go: downloading github.com/BurntSushi/toml v0.3.1 09:48:23 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 09:48:23 go: downloading github.com/go-kit/kit v0.8.0 09:48:23 go: downloading github.com/pelletier/go-toml v1.2.0 09:48:23 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 09:48:23 go: downloading github.com/pebbe/zmq4 v1.2.2 09:48:23 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:48:23 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 09:48:23 go: downloading github.com/imdario/mergo v0.3.11 09:48:23 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:48:23 go: downloading github.com/go-playground/universal-translator v0.17.0 09:48:23 go: downloading github.com/leodido/go-urn v1.2.0 09:48:23 go: downloading github.com/hashicorp/consul/api v1.1.0 09:48:24 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:48:24 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:48:24 go: downloading github.com/mitchellh/copystructure v1.0.0 09:48:24 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:48:24 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:48:24 go: downloading github.com/go-playground/locales v0.13.0 09:48:24 go: downloading github.com/hashicorp/serf v0.8.2 09:48:24 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 09:48:24 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:48:24 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:48:24 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:48:24 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:48:24 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:48:28 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:48:28 Step 2/31 : FROM ${BUILDER_BASE} AS builder 09:48:28 ---> 7e2beb0a18c1 09:48:28 Step 3/31 : WORKDIR /edgex-go 09:48:28 ---> Using cache 09:48:28 ---> 6e92f623e8f7 09:48:28 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:48:28 ---> Using cache 09:48:28 ---> d2daa23b6ecb 09:48:28 Step 5/31 : RUN apk add --update --no-cache make git 09:48:28 ---> Using cache 09:48:28 ---> d516dd53b3d9 09:48:28 Step 6/31 : COPY go.mod . 09:48:28 ---> Using cache 09:48:28 ---> 3ee667d59682 09:48:28 Step 7/31 : RUN go mod download 09:48:28 ---> Using cache 09:48:28 ---> 4bf5c931e903 09:48:28 Step 8/31 : COPY . . 09:48:28 ---> Using cache 09:48:28 ---> be1cc48cb5d8 09:48:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 09:48:30 ---> Running in c7cf2acd0a2b 09:48:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:48:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 09:48:31 ---> 7e2beb0a18c1 09:48:31 Step 3/26 : WORKDIR /edgex-go 09:48:31 ---> Using cache 09:48:31 ---> 6e92f623e8f7 09:48:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:48:31 ---> Using cache 09:48:31 ---> d2daa23b6ecb 09:48:31 Step 5/26 : RUN apk add --update --no-cache make bash git 09:48:31 ---> Running in 66ec91906e6c 09:48:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 09:48:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:48:31 ---> 7e2beb0a18c1 09:48:31 Step 3/22 : WORKDIR /edgex-go 09:48:31 ---> Using cache 09:48:31 ---> 6e92f623e8f7 09:48:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:48:31 ---> Using cache 09:48:31 ---> d2daa23b6ecb 09:48:31 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 09:48:31 ---> Running in 9b394de51ddb 09:48:32 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 09:48:32 go: downloading gopkg.in/yaml.v2 v2.4.0 09:48:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:48:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:48:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:48:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:48:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:48:35 OK: 217 MiB in 51 packages 09:48:35 OK: 217 MiB in 51 packages 09:48:37 Removing intermediate container 66ec91906e6c 09:48:37 ---> 069f56ed5b8e 09:48:37 Step 6/26 : COPY go.mod . 09:48:37 Removing intermediate container 9b394de51ddb 09:48:37 ---> c52929b54d6f 09:48:37 Step 6/22 : COPY go.mod . 09:48:38 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 09:48:38 ---> 3522fd751868 09:48:38 Step 7/26 : RUN go mod download 09:48:38 ---> Running in bbb1a12d8c2b 09:48:38 ---> 7b0e4a8b6646 09:48:38 Step 7/22 : RUN go mod download 09:48:38 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 09:48:38 ---> Running in 363e469653d6 09:48:40 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 09:48:40 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 09:48:40 go: downloading github.com/stretchr/testify v1.7.0 09:48:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:48:40 go: downloading github.com/pmezard/go-difflib v1.0.0 09:48:40 go: downloading github.com/davecgh/go-spew v1.1.1 09:48: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 09:48:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:48:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:48: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 09:48:44 Removing intermediate container bbb1a12d8c2b 09:48:44 ---> e1052411b18e 09:48:44 Step 8/26 : COPY . . 09:48:44 Removing intermediate container 363e469653d6 09:48:44 ---> 99dcf2809e36 09:48:44 Step 8/22 : COPY . . 09:48:44 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 09:48:44 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 09:48: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 09:48: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 09:48: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 09:48:48 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:48:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:48:49 go: downloading github.com/lib/pq v1.9.0 09:48:53 Building version 09:48:55 Staging config-common 09:48:56 Skipping stage go-build-helper (already ran) 09:48:56 Skipping stage static-packages (already ran) 09:48:56 Skipping stage go115 (already ran) 09:48:56 Staging edgex-go 09:48:57 Staging version 09:48:58 Priming config-common 09:48:59 Priming go-build-helper 09:49:01 Priming static-packages 09:49:03 Priming go115 09:49:04 Priming edgex-go 09:49:06 Priming version 09:49:07 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:49:16 ---> 996cd8960e92 09:49:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 09:49:16 ---> 5499775280d7 09:49:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:49:16 ---> Running in 63ef4186b990 09:49:16 ---> Running in 474cceb599c1 09:49:16 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 09:49:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 09:49:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:49:32 Removing intermediate container 54d95cbc83f5 09:49:32 ---> e74b8eb918c6 09:49:32 09:49:32 Step 10/23 : FROM alpine:3.12 09:49:32 ---> afeebe901d6b 09:49:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 09:49:32 ---> Using cache 09:49:32 ---> 1550a9cdc6c2 09:49:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 09:49:32 ---> Using cache 09:49:32 ---> a39d31c45f45 09:49:32 Step 13/23 : ENV APP_PORT=48081 09:49:32 ---> Running in 86f67c821887 09:49:32 Removing intermediate container 86f67c821887 09:49:32 ---> 874ac1217ff9 09:49:32 Step 14/23 : EXPOSE $APP_PORT 09:49:32 ---> Running in 817b6fe46529 09:49:33 Removing intermediate container 817b6fe46529 09:49:33 ---> 1020e2e6fc52 09:49:33 Step 15/23 : WORKDIR / 09:49:33 ---> Running in a1792cfb5fee 09:49:34 Removing intermediate container a1792cfb5fee 09:49:34 ---> 4e9aec400a59 09:49:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 09:49:35 ---> c532747cc973 09:49:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:49:37 ---> 48405f4327ed 09:49:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:49:38 ---> 0cbd127d1437 09:49:38 Step 19/23 : ENTRYPOINT ["/core-metadata"] 09:49:38 ---> Running in 280f7b700df9 09:49:39 Removing intermediate container 280f7b700df9 09:49:39 ---> 0f5724934735 09:49:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:49:39 ---> Running in aa5b54da7233 09:49:40 Removing intermediate container aa5b54da7233 09:49:40 ---> 29c55322cc3b 09:49:40 Step 21/23 : LABEL arch=arm64 09:49:40 ---> Running in 377f26aa81a3 09:49:41 Removing intermediate container 377f26aa81a3 09:49:41 ---> 0a783e07d6a2 09:49:41 Step 22/23 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:49:41 ---> Running in cb0d9479c1ee 09:49:41 Removing intermediate container cb0d9479c1ee 09:49:41 ---> 8f94847fd285 09:49:41 Step 23/23 : LABEL version=0.0.0 09:49:42 ---> Running in b9ec38ced87b 09:49:42 Removing intermediate container b9ec38ced87b 09:49:42 ---> 0f6ae79e7da3 09:49:42 09:49:43 Successfully built 0f6ae79e7da3 09:49:43 Successfully tagged docker-core-metadata-go-arm64:latest 09:49:48  Building docker-core-metadata-go ... done Removing intermediate container c7cf2acd0a2b 09:49:48 ---> e91bcff80768 09:49:48 09:49:48 Step 10/31 : FROM alpine:3.12 09:49:48 ---> afeebe901d6b 09:49:48 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 09:49:48 ---> Running in f181427f6df5 09:49:49 Removing intermediate container f181427f6df5 09:49:49 ---> 3c4b3413625f 09:49:49 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 09:49:49 ---> Running in ba9c55c37ce6 09:49:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:51 (1/2) Installing dumb-init (1.2.2-r1) 09:49:51 (2/2) Installing su-exec (0.2-r1) 09:49:51 Executing busybox-1.31.1-r19.trigger 09:49:51 OK: 5 MiB in 16 packages 09:49:53 Removing intermediate container ba9c55c37ce6 09:49:53 ---> 9b29c2f20b51 09:49:53 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 09:49:53 ---> Running in 46946945f00e 09:49:53 Removing intermediate container 46946945f00e 09:49:53 ---> 528bc7cd8f81 09:49:53 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 09:49:54 ---> Running in a68e4e36ca3d 09:49:54 Removing intermediate container a68e4e36ca3d 09:49:54 ---> e4ea95b8da3b 09:49:54 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 09:49:55 ---> Running in ac25bfdc040a 09:49:57 Removing intermediate container ac25bfdc040a 09:49:57 ---> 1188bdf1d95f 09:49:57 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 09:49:58 ---> Running in f20783f793a8 09:49:58 Removing intermediate container f20783f793a8 09:49:58 ---> 40018e1837ab 09:49:58 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 09:50:00 ---> 753e4e197a78 09:50:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 09:50:00 ---> Running in b182b0886e04 09:50:03 Removing intermediate container b182b0886e04 09:50:03 ---> c63cd859ac58 09:50:03 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 09:50:04 ---> b73d3a0f3389 09:50:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 09:50:07 ---> ae6ea6b996f3 09:50:07 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 09:50:07 ---> 03fe758725f6 09:50:07 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 09:50:09 ---> 1921507c0e0f 09:50:09 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 09:50:10 ---> 1bfda56d156c 09:50:10 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 09:50:11 ---> Running in bc412e605b19 09:50:12 Removing intermediate container bc412e605b19 09:50:12 ---> a89ab10dbd4f 09:50:12 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 09:50:13 ---> e33f67736c14 09:50:13 Step 26/31 : RUN chmod +x /entrypoint.sh 09:50:13 ---> Running in fab34c1da6d5 09:50:17 Removing intermediate container fab34c1da6d5 09:50:17 ---> f76ef4948f13 09:50:17 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 09:50:17 ---> Running in ec67eb0d2dfa 09:50:17 Removing intermediate container 474cceb599c1 09:50:17 ---> a930ee345dc5 09:50:17 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:50:17 ---> Running in 30ceae7226cc 09:50:17 Removing intermediate container ec67eb0d2dfa 09:50:17 ---> fd2200c2a5a9 09:50:17 Step 28/31 : CMD ["gate"] 09:50:18 ---> Running in a8a2c9587397 09:50:18 Removing intermediate container a8a2c9587397 09:50:18 ---> de4fde90a47e 09:50:18 Step 29/31 : LABEL arch=arm64 09:50:19 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 09:50:19 ---> Running in 636deed86524 09:50:19 Removing intermediate container 636deed86524 09:50:19 ---> fbcc5e5468d0 09:50:19 Step 30/31 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:50:20 ---> Running in 99f13f7b853a 09:50:21 Removing intermediate container 99f13f7b853a 09:50:21 ---> 8de4c44a5f75 09:50:21 Step 31/31 : LABEL version=0.0.0 09:50:21 Removing intermediate container 63ef4186b990 09:50:21 ---> 016e296d3a69 09:50:21 09:50:21 Step 10/22 : FROM alpine:3.12 09:50:21 ---> afeebe901d6b 09:50:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 09:50:21 ---> Running in 640376ccde02 09:50:21 ---> Running in af5d8cf81213 09:50:22 Removing intermediate container 30ceae7226cc 09:50:22 ---> 474a42f2b805 09:50:22 09:50:22 Step 11/26 : FROM docker:20.10.0 09:50:22 20.10.0: Pulling from library/docker 09:50:22 Removing intermediate container 640376ccde02 09:50:22 ---> cbc54266411a 09:50:22 09:50:23 Successfully built cbc54266411a 09:50:23 Successfully tagged docker-security-bootstrapper-go-arm64:latest 09:50:23  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:50:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:50:23 (1/2) Installing ca-certificates (20191127-r4) 09:50:23 (2/2) Installing dumb-init (1.2.2-r1) 09:50:23 Executing busybox-1.31.1-r19.trigger 09:50:23 Executing ca-certificates-20191127-r4.trigger 09:50:24 OK: 6 MiB in 16 packages 09:50:27 Removing intermediate container af5d8cf81213 09:50:27 ---> bb71019d5cea 09:50:27 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 09:50:27 ---> Running in f8b25c051a75 09:50:28 Removing intermediate container f8b25c051a75 09:50:28 ---> c371ce18df78 09:50:28 Step 13/22 : ENV APP_PORT=48060 09:50:28 ---> Running in 75fa9dfb452d 09:50:29 Removing intermediate container 75fa9dfb452d 09:50:29 ---> a24bfa80b801 09:50:29 Step 14/22 : EXPOSE $APP_PORT 09:50:29 ---> Running in ad7e7d7a2881 09:50:29 Removing intermediate container ad7e7d7a2881 09:50:29 ---> 1bbf46b0389b 09:50:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 09:50:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 09:50:29 Status: Downloaded newer image for docker:20.10.0 09:50:29 ---> eeaf43b92773 09:50:29 Step 12/26 : RUN apk add --no-cache bash 09:50:29 ---> Running in 62ffbf15b741 09:50:30 ---> 9d9c01a5160c 09:50:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:50:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:50:31 ---> f7ae69503b7f 09:50:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:50:31 (1/2) Installing readline (8.0.4-r0) 09:50:31 (2/2) Installing bash (5.0.17-r0) 09:50:31 Executing bash-5.0.17-r0.post-install 09:50:31 Executing busybox-1.31.1-r19.trigger 09:50:31 OK: 12 MiB in 22 packages 09:50:32 ---> 56878a99fe88 09:50:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 09:50:32 ---> Running in 6da69d8602b5 09:50:33 Removing intermediate container 6da69d8602b5 09:50:33 ---> 2d94b92f1327 09:50:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:50:33 Removing intermediate container 62ffbf15b741 09:50:33 ---> e29cbfd0e30b 09:50:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:50:33 ---> Running in 964fa7d3aa3a 09:50:33 ---> Running in 32a856ba0556 09:50:33 Removing intermediate container 964fa7d3aa3a 09:50:33 ---> 7fd143bb3abb 09:50:33 Step 14/26 : ENV APP_PORT=48090 09:50:33 Removing intermediate container 32a856ba0556 09:50:33 ---> bc9c74240720 09:50:33 Step 20/22 : LABEL arch=arm64 09:50:33 ---> Running in a5f426415029 09:50:33 ---> Running in 692ea6c5aa60 09:50:34 Removing intermediate container a5f426415029 09:50:34 ---> 59cc35a89860 09:50:34 Step 15/26 : EXPOSE $APP_PORT 09:50:34 Removing intermediate container 692ea6c5aa60 09:50:34 ---> 40fa7d0120e8 09:50:34 Step 21/22 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:50:34 ---> Running in 2880348efaa0 09:50:34 ---> Running in 717ad6516980 09:50:35 Removing intermediate container 2880348efaa0 09:50:35 ---> 657e855f5f49 09:50:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:50:35 Removing intermediate container 717ad6516980 09:50:35 ---> aaa16d4b8525 09:50:35 Step 22/22 : LABEL version=0.0.0 09:50:35 ---> Running in b3ee1a11aaef 09:50:35 Removing intermediate container b3ee1a11aaef 09:50:35 ---> e0fe412872a4 09:50:35 09:50:36 ---> 01aaa2657f0c 09:50:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:50:36 Successfully built e0fe412872a4 09:50:36 Successfully tagged docker-support-notifications-go-arm64:latest 09:50:37  Building docker-support-notifications-go ... done  ---> 5a97a7061137 09:50:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:50:38 ---> b37f7cd00c0a 09:50:38 Step 19/26 : RUN apk --no-cache add py3-pip 09:50:38 ---> Running in 31a4fdf6eac5 09:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:50:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:50:39 (1/33) Installing libbz2 (1.0.8-r1) 09:50:39 (2/33) Installing expat (2.2.9-r1) 09:50:39 (3/33) Installing libffi (3.3-r2) 09:50:39 (4/33) Installing gdbm (1.13-r1) 09:50:39 (5/33) Installing xz-libs (5.2.5-r0) 09:50:39 (6/33) Installing sqlite-libs (3.32.1-r0) 09:50:39 (7/33) Installing python3 (3.8.5-r0) 09:50:41 (8/33) Installing py3-appdirs (1.4.4-r1) 09:50:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:50:41 (10/33) Installing py3-parsing (2.4.7-r0) 09:50:41 (11/33) Installing py3-six (1.15.0-r0) 09:50:41 (12/33) Installing py3-packaging (20.4-r0) 09:50:41 (13/33) Installing py3-setuptools (47.0.0-r0) 09:50:41 (14/33) Installing py3-chardet (3.0.4-r4) 09:50:41 (15/33) Installing py3-idna (2.9-r0) 09:50:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:50:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:50:41 (18/33) Installing py3-requests (2.23.0-r0) 09:50:41 (19/33) Installing py3-msgpack (1.0.0-r0) 09:50:41 (20/33) Installing py3-lockfile (0.12.2-r3) 09:50:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:50:41 (22/33) Installing py3-colorama (0.4.3-r0) 09:50:41 (23/33) Installing py3-distlib (0.3.0-r0) 09:50:41 (24/33) Installing py3-distro (1.5.0-r1) 09:50:41 (25/33) Installing py3-webencodings (0.5.1-r3) 09:50:41 (26/33) Installing py3-html5lib (1.0.1-r4) 09:50:41 (27/33) Installing py3-pytoml (0.1.21-r0) 09:50:41 (28/33) Installing py3-pep517 (0.8.2-r0) 09:50:41 (29/33) Installing py3-progress (1.5-r0) 09:50:41 (30/33) Installing py3-toml (0.10.1-r0) 09:50:41 (31/33) Installing py3-retrying (1.3.3-r0) 09:50:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:50:41 (33/33) Installing py3-pip (20.1.1-r0) 09:50:42 Executing busybox-1.31.1-r19.trigger 09:50:42 OK: 71 MiB in 55 packages 09:50:48 Removing intermediate container 31a4fdf6eac5 09:50:48 ---> 5a26bd527ebc 09:50:48 Step 20/26 : RUN pip install docker-compose==1.23.2 09:50:48 ---> Running in 6d0c9e1c718a 09:50:53 Collecting docker-compose==1.23.2 09:50:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:50:53 Collecting cached-property<2,>=1.2.0 09:50:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:50:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:50:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:50:55 Collecting PyYAML<4,>=3.10 09:50:55 Downloading PyYAML-3.13.tar.gz (270 kB) 09:50:59 Collecting dockerpty<0.5,>=0.4.1 09:50:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:51:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:51:00 Collecting websocket-client<1.0,>=0.32.0 09:51:00 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:51:01 Collecting docopt<0.7,>=0.6.1 09:51:01 Downloading docopt-0.6.2.tar.gz (25 kB) 09:51:03 Collecting texttable<0.10,>=0.9.0 09:51:03 Downloading texttable-0.9.1.tar.gz (11 kB) 09:51:05 Collecting docker<4.0,>=3.6.0 09:51:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:51:06 Collecting jsonschema<3,>=2.5.1 09:51:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:51:06 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) 09:51:07 Collecting urllib3<1.25,>=1.21.1 09:51:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:51: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) 09:51:07 Collecting idna<2.8,>=2.5 09:51:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:51:07 Collecting docker-pycreds>=0.4.0 09:51:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:51:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:51:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:51:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:51:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:51:09 Installing collected packages: cached-property, urllib3, idna, requests, PyYAML, dockerpty, websocket-client, docopt, texttable, docker-pycreds, docker, jsonschema, docker-compose 09:51:09 Attempting uninstall: urllib3 09:51:09 Found existing installation: urllib3 1.25.9 09:51:09 Uninstalling urllib3-1.25.9: 09:51:09 Successfully uninstalled urllib3-1.25.9 09:51:10 Attempting uninstall: idna 09:51:10 Found existing installation: idna 2.9 09:51:10 Uninstalling idna-2.9: 09:51:10 Successfully uninstalled idna-2.9 09:51:10 Attempting uninstall: requests 09:51:10 Found existing installation: requests 2.23.0 09:51:10 Uninstalling requests-2.23.0: 09:51:10 Successfully uninstalled requests-2.23.0 09:51:10 Running setup.py install for PyYAML: started 09:51:13 Running setup.py install for PyYAML: finished with status 'done' 09:51:13 Running setup.py install for dockerpty: started 09:51:14 Running setup.py install for dockerpty: finished with status 'done' 09:51:15 Running setup.py install for docopt: started 09:51:17 Running setup.py install for docopt: finished with status 'done' 09:51:17 Running setup.py install for texttable: started 09:51:18 Running setup.py install for texttable: finished with status 'done' 09:51:20 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 09:51:24 Removing intermediate container 6d0c9e1c718a 09:51:24 ---> c511b4298455 09:51:24 Step 21/26 : RUN apk --no-cache add curl 09:51:24 ---> Running in 31a3f62c54c4 09:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:51:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:51:26 (2/3) Installing libcurl (7.69.1-r3) 09:51:26 (3/3) Installing curl (7.69.1-r3) 09:51:26 Executing busybox-1.31.1-r19.trigger 09:51:26 OK: 71 MiB in 58 packages 09:51:27 Removing intermediate container 31a3f62c54c4 09:51:27 ---> 7618efda1d98 09:51:27 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 09:51:27 ---> Running in bfc93afdb865 09:51:27 Removing intermediate container bfc93afdb865 09:51:27 ---> 98586faeefe3 09:51:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:51:28 ---> Running in 3c4042c5ce88 09:51:28 Removing intermediate container 3c4042c5ce88 09:51:28 ---> 977f50824643 09:51:28 Step 24/26 : LABEL arch=arm64 09:51:28 ---> Running in 08469b842dd5 09:51:28 Removing intermediate container 08469b842dd5 09:51:28 ---> 0233f9995893 09:51:28 Step 25/26 : LABEL git_sha=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d 09:51:29 ---> Running in b85fecefd72b 09:51:29 Removing intermediate container b85fecefd72b 09:51:29 ---> bfa906108138 09:51:29 Step 26/26 : LABEL version=0.0.0 09:51:29 ---> Running in b1858abf8107 09:51:30 Removing intermediate container b1858abf8107 09:51:30 ---> f44a06bcf4d0 09:51:30 09:51:30 Successfully built f44a06bcf4d0 09:51:30 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 09:51:30  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 09:51:30 $ docker stop --time=1 db4bbdea1638540e44872b45b0e9101cd0b6664198944cc54fe1cf7735706367 09:51:32 $ docker rm -f db4bbdea1638540e44872b45b0e9101cd0b6664198944cc54fe1cf7735706367 [Pipeline] // withDockerContainer [Pipeline] sh 09:51:33 + docker images 09:51:33 + grep docker 09:51:33 docker-sys-mgmt-agent-go-arm64 latest f44a06bcf4d0 4 seconds ago 300MB 09:51:33 docker-support-notifications-go-arm64 latest e0fe412872a4 58 seconds ago 16.7MB 09:51:33 docker-security-bootstrapper-go-arm64 latest cbc54266411a About a minute ago 22.6MB 09:51:33 docker-core-metadata-go-arm64 latest 0f6ae79e7da3 About a minute ago 17.8MB 09:51:33 docker-core-data-go-arm64 latest 2e1fc7425996 3 minutes ago 21MB 09:51:33 docker-core-command-go-arm64 latest e7a4d3a1c936 3 minutes ago 16MB 09:51:33 docker-support-scheduler-go-arm64 latest 95abefec2d79 3 minutes ago 16.1MB 09:51:33 docker-security-secretstore-setup-go-arm64 latest 90fcfd00f8c6 3 minutes ago 23.4MB 09:51:33 docker-security-proxy-setup-go-arm64 latest f02ade3cdccd 4 minutes ago 23.2MB 09:51:33 docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 09:51:35 provisioning config files... 09:51:35 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config819921562532556860tmp [Pipeline] { [Pipeline] sh 09:51:35 + set +x 09:51:35 + curl -s https://codecov.io/bash 09:51:35 + bash -s -- 09:51:36 09:51:36 _____ _ 09:51:36 / ____| | | 09:51:36 | | ___ __| | ___ ___ _____ __ 09:51:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:51:36 | |___| (_) | (_| | __/ (_| (_) \ V / 09:51:36 \_____\___/ \__,_|\___|\___\___/ \_/ 09:51:36 Bash-20210129-7c25fce 09:51:36 09:51:36 09:51:36 ==> git version 2.24.3 found 09:51:36 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 09:51:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:51:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:51:36 ==> Jenkins CI detected. 09:51:36 project root: . 09:51:36 --> token set from env 09:51:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:51:36 ==> Running gcov in . (disable via -X gcov) 09:51:36 ==> Python coveragepy not found 09:51:36 ==> Searching for coverage reports in: 09:51:36 + . 09:51:36 -> Found 1 reports 09:51:36 ==> Detecting git/mercurial file structure 09:51:36 ==> Reading reports 09:51:36 + ./coverage.out bytes=590503 09:51:36 ==> Appending adjustments 09:51:36 https://docs.codecov.io/docs/fixing-reports 09:51:40 + Found adjustments 09:51:40 ==> Gzipping contents 09:51:40 88K /tmp/codecov.fPjvbc.gz 09:51:40 ==> Uploading reports 09:51:40 url: https://codecov.io 09:51:40 query: branch=PR-3109&commit=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 09:51:40 -> Pinging Codecov 09:51:40 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 09:51:40 -> Uploading to 09:51:40 https://storage.googleapis.com/codecov/v4/raw/2021-02-08/00271124DB129430A58F1EEE437C3FCB/4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d/717faead-f9e3-478c-8fc4-71fd40a07479.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210208%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210208T095140Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=682bdda15b301d77ef4b8bea52390798fadc84619a847a97f434cc0f9290b480 09:51:40 % Total % Received % Xferd Average Speed Time Time Time Current 09:51:40 Dload Upload Total Spent Left Speed 09:51:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88742 0 0 100 88742 0 186k --:--:-- --:--:-- --:--:-- 186k 09:51:40 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4b0ff43b6f13bf277e1af8d3ba378c4fea643b4d [Pipeline] } 09:51:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 09:51:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:51:43 ---> package-listing.sh 09:51:43 ++ facter osfamily 09:51:43 ++ tr '[:upper:]' '[:lower:]' 09:51:43 + OS_FAMILY=redhat 09:51:43 + workspace=/w/workspace/edgex-go/19 09:51:43 + START_PACKAGES=/tmp/packages_start.txt 09:51:43 + END_PACKAGES=/tmp/packages_end.txt 09:51:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:51:43 + PACKAGES=/tmp/packages_start.txt 09:51:43 + '[' /w/workspace/edgex-go/19 ']' 09:51:43 + PACKAGES=/tmp/packages_end.txt 09:51:43 + case "${OS_FAMILY}" in 09:51:43 + rpm -qa 09:51:43 + sort 09:51:49 + '[' -f /tmp/packages_start.txt ']' 09:51:49 + '[' -f /tmp/packages_end.txt ']' 09:51:49 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:51:49 + '[' /w/workspace/edgex-go/19 ']' 09:51:49 + mkdir -p /w/workspace/edgex-go/19/archives/ 09:51:49 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo 09:51:49 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:51:49 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:51:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:51:49 09:51:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:51:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:51:50 alpine: Pulling from edgex-lftools-log-publisher 09:51:50 df20fa9351a1: Pulling fs layer 09:51:50 36b3adc4ff6f: Pulling fs layer 09:51:50 8ad3a11d3b57: Pulling fs layer 09:51:50 46f8f816bc3b: Pulling fs layer 09:51:50 93b61091891f: Pulling fs layer 09:51:50 93b9cdb0e59b: Pulling fs layer 09:51:50 5e14af77c1be: Pulling fs layer 09:51:50 01666e4c0597: Pulling fs layer 09:51:50 aa168da1d23b: Pulling fs layer 09:51:50 46f8f816bc3b: Waiting 09:51:50 93b61091891f: Waiting 09:51:50 93b9cdb0e59b: Waiting 09:51:50 01666e4c0597: Waiting 09:51:50 5e14af77c1be: Waiting 09:51:50 aa168da1d23b: Waiting 09:51:50 36b3adc4ff6f: Verifying Checksum 09:51:50 36b3adc4ff6f: Download complete 09:51:50 46f8f816bc3b: Verifying Checksum 09:51:50 46f8f816bc3b: Download complete 09:51:50 df20fa9351a1: Verifying Checksum 09:51:50 df20fa9351a1: Download complete 09:51:50 93b9cdb0e59b: Verifying Checksum 09:51:50 93b9cdb0e59b: Download complete 09:51:50 93b61091891f: Verifying Checksum 09:51:50 93b61091891f: Download complete 09:51:50 5e14af77c1be: Download complete 09:51:50 01666e4c0597: Verifying Checksum 09:51:50 01666e4c0597: Download complete 09:51:50 8ad3a11d3b57: Verifying Checksum 09:51:50 8ad3a11d3b57: Download complete 09:51:50 df20fa9351a1: Pull complete 09:51:50 36b3adc4ff6f: Pull complete 09:51:52 aa168da1d23b: Verifying Checksum 09:51:52 aa168da1d23b: Download complete 09:51:52 8ad3a11d3b57: Pull complete 09:51:53 46f8f816bc3b: Pull complete 09:51:54 93b61091891f: Pull complete 09:51:54 93b9cdb0e59b: Pull complete 09:51:54 5e14af77c1be: Pull complete 09:51:54 01666e4c0597: Pull complete 09:52:02 aa168da1d23b: Pull complete 09:52:02 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:52:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:52:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:52:03 prd-centos7-docker-4c-2g-25536 does not seem to be running inside a container 09:52:03 $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:52:08 $ docker top 4691126e8cfb46e1649750f1699cbbc6d47dc030e48e57aae9bcb91b92f2172d -eo pid,comm [Pipeline] { [Pipeline] sh 09:52:08 + touch /tmp/pre-build-complete [Pipeline] sh 09:52:09 + mkdir -p /var/log/sa [Pipeline] sh 09:52:09 + ls /var/log/sa-host 09:52:09 + sadf -c /var/log/sa-host/sa08 09:52:09 file_magic: OK 09:52:09 HZ: Using current value: 100 09:52:09 file_header: OK 09:52:09 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 09:52:09 Statistics: 09:52:09 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... 09:52:09 File successfully converted to sysstat format version 12.2.1 09:52:09 + sadf -c /var/log/sa-host/sa23 09:52:09 file_magic: OK 09:52:09 HZ: Using current value: 100 09:52:09 file_header: OK 09:52:09 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 09:52:09 Statistics: 09:52:09 Hnuu...uuuununununu... 09:52:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:52:09 provisioning config files... 09:52:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config2335183691931899497tmp [Pipeline] { [Pipeline] echo 09:52:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:52:10 ---> create-netrc.sh [Pipeline] } 09:52:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:52:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:52:10 ---> python-tools-install.sh [Pipeline] echo 09:52:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:52:11 ---> sudo-logs.sh 09:52:11 Archiving 'sudo' log.. [Pipeline] echo 09:52:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:52:11 ---> job-cost.sh 09:52:11 lf-activate-venv: SKIPPING 09:52:11 INFO: No Stack... 09:52:13 INFO: Retrieving Pricing Info for: v1-standard-2 09:52:13 INFO: Archiving Costs [Pipeline] echo 09:52:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:52:13 ---> logs-deploy.sh 09:52:13 lf-activate-venv: SKIPPING 09:52:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/19 09:52:13 INFO: archiving workspace using pattern(s): 09:52:15 Archives upload complete. 09:52:15 INFO: archiving logs to Nexus