Pull request #3061 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 01445b51db960b5dd7fa05554b892a204c78c218+5d60090e02a7a818f5291dfe542d2b3f046e7863 (6558ad9ed67214b362ff71581178b43b6e34d8d2) 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-23768 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5d60090e02a7a818f5291dfe542d2b3f046e7863 into PR head commit 01445b51db960b5dd7fa05554b892a204c78c218 Merge succeeded, producing 01445b51db960b5dd7fa05554b892a204c78c218 Checking out Revision 01445b51db960b5dd7fa05554b892a204c78c218 (PR-3061) > 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/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01445b51db960b5dd7fa05554b892a204c78c218 # 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 5d60090e02a7a818f5291dfe542d2b3f046e7863 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 01445b51db960b5dd7fa05554b892a204c78c218 # timeout=10 Commit message: "Merge branch 'master' into issue-3035" > git rev-list --no-walk 252d90ee886802feae2a22f96d363ec1950d4d35 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:51:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:51:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:51:20 ========================================================= 15:51:20 EdgeX Global Pipelines Version Info 15:51:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:51:22 ------------------- 15:51:22 stable info: 15:51:22 ------------------- 15:51:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:51:22 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:51:22 Message: update stable to v1.0.179 15:51:23 ------------------- 15:51:23 experimental info: 15:51:23 ------------------- 15:51:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:51:23 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:51:23 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:51:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:51:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:51:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:51:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:51:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:51:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:51:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:51:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:51:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:51:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:51:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:51:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:51:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:51:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:51:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:51:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:51:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:51:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:51:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:51:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:51:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:51:25 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:51:26 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:51:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3061 [Pipeline] echo 15:51:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3061 [Pipeline] echo 15:51:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3061 [Pipeline] echo 15:51:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 01445b51db960b5dd7fa05554b892a204c78c218 [Pipeline] echo 15:51:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 01445b5 [Pipeline] echo 15:51:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:51:26 provisioning config files... 15:51:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config7132818050953690001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:51:27 ---> docker-login.sh 15:51:27 nexus3.edgexfoundry.org:10001 15:51:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:51:28 Configure a credential helper to remove this warning. See 15:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:51:28 15:51:28 Login Succeeded 15:51:28 nexus3.edgexfoundry.org:10002 15:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:51:28 Configure a credential helper to remove this warning. See 15:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:51:28 15:51:28 Login Succeeded 15:51:28 nexus3.edgexfoundry.org:10003 15:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:51:28 Configure a credential helper to remove this warning. See 15:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:51:28 15:51:28 Login Succeeded 15:51:28 nexus3.edgexfoundry.org:10004 15:51:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:51:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:51:29 Configure a credential helper to remove this warning. See 15:51:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:51:29 15:51:29 Login Succeeded 15:51:29 docker.io 15:51:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:51:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:51:29 Configure a credential helper to remove this warning. See 15:51:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:51:29 15:51:29 Login Succeeded 15:51:29 ---> docker-login.sh ends [Pipeline] } 15:51:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:51:30 ++ 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 15:51:30 + for file in '`ls cmd/**/Dockerfile`' 15:51:30 ++ cut -d/ -f2 15:51:30 ++ dirname cmd/core-command/Dockerfile 15:51:30 + echo core-command,cmd/core-command/Dockerfile 15:51:30 + for file in '`ls cmd/**/Dockerfile`' 15:51:30 ++ dirname cmd/core-data/Dockerfile 15:51:30 ++ cut -d/ -f2 15:51:30 + echo core-data,cmd/core-data/Dockerfile 15:51:30 + for file in '`ls cmd/**/Dockerfile`' 15:51:30 ++ dirname cmd/core-metadata/Dockerfile 15:51:30 ++ cut -d/ -f2 15:51:30 + echo core-metadata,cmd/core-metadata/Dockerfile 15:51:30 + for file in '`ls cmd/**/Dockerfile`' 15:51:30 ++ dirname cmd/security-bootstrapper/Dockerfile 15:51:30 ++ cut -d/ -f2 15:51:30 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:51:30 + for file in '`ls cmd/**/Dockerfile`' 15:51:30 ++ dirname cmd/security-proxy-setup/Dockerfile 15:51:30 ++ cut -d/ -f2 15:51:30 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:51:30 + for file in '`ls cmd/**/Dockerfile`' 15:51:30 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:51:30 ++ cut -d/ -f2 15:51:30 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:51:30 + for file in '`ls cmd/**/Dockerfile`' 15:51:30 ++ dirname cmd/support-notifications/Dockerfile 15:51:30 ++ cut -d/ -f2 15:51:30 + echo support-notifications,cmd/support-notifications/Dockerfile 15:51:30 + for file in '`ls cmd/**/Dockerfile`' 15:51:30 ++ dirname cmd/support-scheduler/Dockerfile 15:51:30 ++ cut -d/ -f2 15:51:30 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:51:30 + for file in '`ls cmd/**/Dockerfile`' 15:51:30 ++ cut -d/ -f2 15:51:30 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:51:30 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:51:30 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-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 15:51:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:51:31 15:51:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:51:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:51:31 latest: Pulling from edgex-devops/git-semver 15:51:31 31603596830f: Pulling fs layer 15:51:31 2a8b12db71e7: Pulling fs layer 15:51:31 6ca5941a6612: Pulling fs layer 15:51:31 ecc8261a40a4: Pulling fs layer 15:51:31 ecc8261a40a4: Waiting 15:51:31 2a8b12db71e7: Verifying Checksum 15:51:31 2a8b12db71e7: Download complete 15:51:32 31603596830f: Verifying Checksum 15:51:32 31603596830f: Download complete 15:51:32 ecc8261a40a4: Verifying Checksum 15:51:32 ecc8261a40a4: Download complete 15:51:32 6ca5941a6612: Verifying Checksum 15:51:32 6ca5941a6612: Download complete 15:51:32 31603596830f: Pull complete 15:51:32 2a8b12db71e7: Pull complete 15:51:34 6ca5941a6612: Pull complete 15:51:34 ecc8261a40a4: Pull complete 15:51:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:51:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:51:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:51:34 prd-centos7-docker-4c-2g-23768 does not seem to be running inside a container 15:51:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:51:37 $ docker top d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:51:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:51:37 [ssh-agent] Looking for ssh-agent implementation... 15:51:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:51:38 $ docker exec d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae ssh-agent 15:51:38 SSH_AUTH_SOCK=/tmp/ssh-KlSpvEa17hCJ/agent.12 15:51:38 SSH_AGENT_PID=18 15:51:38 Running ssh-add (command line suppressed) 15:51:39 Identity added: /w/workspace/edgex-go/8@tmp/private_key_967372080102989075.key (/w/workspace/edgex-go/8@tmp/private_key_967372080102989075.key) 15:51:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:51:39 + git tag --points-at HEAD [Pipeline] } 15:51:39 $ docker exec --env ******** --env ******** d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae ssh-agent -k 15:51:40 unset SSH_AUTH_SOCK; 15:51:40 unset SSH_AGENT_PID; 15:51:40 echo Agent pid 18 killed; 15:51:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:51:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:51:40 [ssh-agent] Looking for ssh-agent implementation... 15:51:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:51:40 $ docker exec d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae ssh-agent 15:51:40 SSH_AUTH_SOCK=/tmp/ssh-E6i85zMuMPeN/agent.47 15:51:40 SSH_AGENT_PID=52 15:51:40 Running ssh-add (command line suppressed) 15:51:41 Identity added: /w/workspace/edgex-go/8@tmp/private_key_1814598584450353593.key (/w/workspace/edgex-go/8@tmp/private_key_1814598584450353593.key) 15:51:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:51:41 + git semver init 15:51:41 # -> Open(): unable to determine branch for HEAD 15:51:41 # $GIT_DIR = /w/workspace/edgex-go/8/.git 15:51:41 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 15:51:41 # $SEMVER_REMOTE_NAME = origin 15:51:41 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:51:41 # $SEMVER_USER_NAME = edgex-jenkins 15:51:41 # $SEMVER_BRANCH = PR-3061 15:51:41 # $SEMVER_TEMP = /tmp/semver-998263392 15:51:41 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:52:09 # '/tmp/semver-998263392' -> '/w/workspace/edgex-go/8/.semver' 15:52:09 # -> Force: false 15:52:09 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 15:52:09 $ docker exec --env ******** --env ******** d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae ssh-agent -k 15:52:09 unset SSH_AUTH_SOCK; 15:52:09 unset SSH_AGENT_PID; 15:52:09 echo Agent pid 52 killed; 15:52:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:52:10 + git semver [Pipeline] } 15:52:10 $ docker stop --time=1 d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae 15:52:11 $ docker rm -f d80b4e8e6d39937e86436d4ec6dd191dcd98befdfb27acd02cb44c70e404e0ae [Pipeline] // withDockerContainer [Pipeline] sh 15:52:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:52:13 Stashed 1 file(s) [Pipeline] echo 15:52:13 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:52:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:52:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:52:14 + sudo service docker restart 15:52:14 + true 15:52:14 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:52:15 ========================================================= 15:52:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:52:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:52:16 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:52:23 Sending build context to Docker daemon 327.2MB 15:52:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:52:23 Step 2/6 : FROM ${BASE} 15:52:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:52:23 188c0c94c7c5: Pulling fs layer 15:52:23 0ef7d3d256c8: Pulling fs layer 15:52:23 de9db76c5a1d: Pulling fs layer 15:52:23 bca2f99d35d6: Pulling fs layer 15:52:23 93359f2a8cfa: Pulling fs layer 15:52:23 7c6f9722023f: Pulling fs layer 15:52:23 a35cf1a2eb13: Pulling fs layer 15:52:23 93359f2a8cfa: Waiting 15:52:23 7c6f9722023f: Waiting 15:52:23 bca2f99d35d6: Waiting 15:52:23 a35cf1a2eb13: Waiting 15:52:23 de9db76c5a1d: Verifying Checksum 15:52:23 de9db76c5a1d: Download complete 15:52:23 0ef7d3d256c8: Download complete 15:52:23 93359f2a8cfa: Verifying Checksum 15:52:23 93359f2a8cfa: Download complete 15:52:23 188c0c94c7c5: Verifying Checksum 15:52:23 188c0c94c7c5: Pull complete 15:52:23 0ef7d3d256c8: Pull complete 15:52:23 de9db76c5a1d: Pull complete 15:52:23 7c6f9722023f: Verifying Checksum 15:52:23 7c6f9722023f: Download complete 15:52:25 a35cf1a2eb13: Verifying Checksum 15:52:25 a35cf1a2eb13: Download complete 15:52:26 bca2f99d35d6: Verifying Checksum 15:52:26 bca2f99d35d6: Download complete 15:52:28 Still waiting to schedule task 15:52:28 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 15:52:34 bca2f99d35d6: Pull complete 15:52:35 93359f2a8cfa: Pull complete 15:52:35 7c6f9722023f: Pull complete 15:52:40 a35cf1a2eb13: Pull complete 15:52:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:52:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:52:40 ---> a62c8e92a672 15:52:40 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:52:40 ---> Running in 5b6899584e16 15:52:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:42 (1/12) Installing libmagic (5.38-r0) 15:52:42 (2/12) Installing file (5.38-r0) 15:52:42 (3/12) Installing libc-dev (0.7.2-r3) 15:52:43 (4/12) Installing g++ (9.3.0-r2) 15:52:49 (5/12) Installing fortify-headers (1.1-r0) 15:52:49 (6/12) Installing patch (2.7.6-r6) 15:52:49 (7/12) Installing build-base (0.5-r2) 15:52:49 (8/12) Installing libsodium (1.0.18-r0) 15:52:49 (9/12) Installing pkgconf (1.7.2-r0) 15:52:49 (10/12) Installing libsodium-dev (1.0.18-r0) 15:52:49 (11/12) Installing libzmq (4.3.3-r0) 15:52:49 (12/12) Installing zeromq-dev (4.3.3-r0) 15:52:49 Executing busybox-1.31.1-r19.trigger 15:52:49 OK: 233 MiB in 51 packages 15:52:54 Removing intermediate container 5b6899584e16 15:52:54 ---> 96638f797c48 15:52:54 Step 4/6 : WORKDIR /edgex-go 15:52:54 ---> Running in 1b77a3e23be2 15:52:54 Removing intermediate container 1b77a3e23be2 15:52:54 ---> 9ae71cbb8994 15:52:54 Step 5/6 : COPY go.mod . 15:52:54 ---> bfa0424ac776 15:52:54 Step 6/6 : RUN go mod download 15:52:54 ---> Running in 3b06ad009a9b 15:53:21 Removing intermediate container 3b06ad009a9b 15:53:21 ---> 5065f5e84885 15:53:21 Successfully built 5065f5e84885 15:53:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:53:21 + docker inspect -f . ci-base-image-x86_64 15:53:21 . [Pipeline] withDockerContainer 15:53:22 prd-centos7-docker-4c-2g-23768 does not seem to be running inside a container 15:53:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:53:23 $ docker top 8777b87e9d316b6618290d70c37017399ddc300e804807322c3fab2cf42239f9 -eo pid,comm [Pipeline] { [Pipeline] sh 15:53:23 + go version 15:53:23 go version go1.15.5 linux/amd64 [Pipeline] } 15:53:23 $ docker stop --time=1 8777b87e9d316b6618290d70c37017399ddc300e804807322c3fab2cf42239f9 15:53:25 $ docker rm -f 8777b87e9d316b6618290d70c37017399ddc300e804807322c3fab2cf42239f9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:53:26 + docker inspect -f . ci-base-image-x86_64 15:53:26 . [Pipeline] withDockerContainer 15:53:26 prd-centos7-docker-4c-2g-23768 does not seem to be running inside a container 15:53:26 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:53:27 $ docker top 506092df458b303d9b45aa0cee6c20103bd74b904c96ba6bd820230f4d0367ac -eo pid,comm [Pipeline] { [Pipeline] echo 15:53:27 ========================================================= 15:53:27 [edgeXBuildGoParallel] Running Tests and Build... 15:53:27 ========================================================= [Pipeline] sh 15:53:28 + make test 15:53:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:53:40 ? github.com/edgexfoundry/edgex-go [no test files] 15:54:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:54:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:54:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:54:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:54:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:54:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:54:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:54:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:54:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:54:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.168s coverage: 46.0% of statements 15:54:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:54:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:54:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:54:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:54:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:54:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:54:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:54:29 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements 15:54:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.299s coverage: 27.1% of statements 15:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:54:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements 15:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:54:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 15:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:54:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 65.8% of statements 15:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:54:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.548s coverage: 82.3% of statements 15:54:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:54:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:54:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:54:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:54:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.542s coverage: 28.6% of statements 15:54:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:54:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:54:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:54:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:54:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:54:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements 15:54:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:54:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 15:54:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:54:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.281s coverage: 86.7% of statements 15:54:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:54:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.210s coverage: 97.5% of statements 15:54:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:54:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.128s coverage: 78.3% of statements 15:54:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:54:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:54:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:54:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:54:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.791s coverage: 92.8% of statements 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:54:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:54:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.095s coverage: 0.1% of statements 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:54:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:54:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 43.8% of statements 15:54:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements 15:54:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.032s coverage: 94.1% of statements 15:54:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.130s coverage: 96.3% of statements 15:54:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.036s coverage: 100.0% of statements 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.108s coverage: 80.8% of statements 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.186s coverage: 87.2% of statements 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 84.2% of statements 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.4% of statements 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.328s coverage: 63.5% of statements 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.057s coverage: 91.3% of statements 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.142s coverage: 73.7% of statements 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.761s coverage: 68.9% of statements 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 37.0% of statements 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:54:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.491s coverage: 84.0% of statements 15:54:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.053s coverage: 100.0% of statements 15:55:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.177s coverage: 47.1% of statements 15:55:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:55:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:55:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:55:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:55:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:55:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.273s coverage: 100.0% of statements 15:55:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:55:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.086s coverage: 100.0% of statements 15:55:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:55:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.035s coverage: 29.1% of statements 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:55:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.103s coverage: 99.0% of statements 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:55:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.069s coverage: 100.0% of statements 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:55:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.075s coverage: 0.0% of statements 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:55:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:55:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:55:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:55:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.163s coverage: 100.0% of statements 15:55:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 15:55:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.065s coverage: 100.0% of statements 15:55:04 GO111MODULE=on go vet ./... 15:55:52 gofmt -l . 15:55:52 [ "`gofmt -l .`" = "" ] 15:55:52 ./bin/test-go-mod-tidy.sh 15:55:52 ./bin/test-attribution-txt.sh [Pipeline] sh 15:55:53 + ls -al . 15:55:53 total 672 15:55:53 drwxrwxr-x 10 1001 1001 4096 Jan 28 15:55 . 15:55:53 drwxr-xr-x 4 root root 28 Jan 28 15:53 .. 15:55:53 -rw-rw-r-- 1 1001 1001 11 Jan 28 15:51 .dockerignore 15:55:53 drwxrwxr-x 8 1001 1001 179 Jan 28 15:51 .git 15:55:53 drwxrwxr-x 3 1001 1001 125 Jan 28 15:51 .github 15:55:53 -rw-rw-r-- 1 1001 1001 872 Jan 28 15:51 .gitignore 15:55:53 drwx------ 3 1001 1001 60 Jan 28 15:52 .semver 15:55:53 -rw-rw-r-- 1 1001 1001 166 Jan 28 15:51 .sonarcloud.properties 15:55:53 -rw-rw-r-- 1 1001 1001 7859 Jan 28 15:51 Attribution.txt 15:55:53 -rw-rw-r-- 1 1001 1001 3804 Jan 28 15:51 CONTRIBUTING.md 15:55:53 -rw-rw-r-- 1 1001 1001 931 Jan 28 15:51 Dockerfile.build 15:55:53 -rw-rw-r-- 1 1001 1001 863 Jan 28 15:51 Jenkinsfile 15:55:53 -rw-rw-r-- 1 1001 1001 10775 Jan 28 15:51 LICENSE 15:55:53 -rw-rw-r-- 1 1001 1001 6001 Jan 28 15:51 Makefile 15:55:53 -rw-rw-r-- 1 1001 1001 6524 Jan 28 15:51 README.md 15:55:53 -rw-rw-r-- 1 1001 1001 6755 Jan 28 15:51 SECURITY.md 15:55:53 -rw-rw-r-- 1 1001 1001 5 Jan 28 15:52 VERSION 15:55:53 -rw-rw-r-- 1 1001 1001 4131 Jan 28 15:51 ZMQWindows.md 15:55:53 drwxrwxr-x 2 1001 1001 117 Jan 28 15:51 bin 15:55:53 drwxrwxr-x 15 1001 1001 4096 Jan 28 15:51 cmd 15:55:53 -rw-r--r-- 1 root root 565356 Jan 28 15:55 coverage.out 15:55:53 -rw-r--r-- 1 root root 1054 Jan 28 15:55 go.mod 15:55:53 -rw-r--r-- 1 root root 19289 Jan 28 15:55 go.sum 15:55:53 drwxrwxr-x 8 1001 1001 127 Jan 28 15:51 internal 15:55:53 drwxrwxr-x 4 1001 1001 26 Jan 28 15:51 openapi 15:55:53 drwxrwxr-x 4 1001 1001 71 Jan 28 15:51 snap 15:55:53 -rw-rw-r-- 1 1001 1001 168 Jan 28 15:51 version.go [Pipeline] sh 15:55:53 + '[' -e coverage.out ] 15:55:53 + chown 1001:1001 coverage.out [Pipeline] stash 15:55:53 Stashed 1 file(s) [Pipeline] sh 15:55:54 + make build 15:55:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:55:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:56:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:56:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:56:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:56:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:56:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:56:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:56:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:56:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 15:56:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 15:56:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:56:30 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] } 15:56:32 $ docker stop --time=1 506092df458b303d9b45aa0cee6c20103bd74b904c96ba6bd820230f4d0367ac 15:56:33 $ docker rm -f 506092df458b303d9b45aa0cee6c20103bd74b904c96ba6bd820230f4d0367ac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:56:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:56:36 15:56:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:56:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:56:36 latest: Pulling from edgex-devops/edgex-compose 15:56:36 cbdbe7a5bc2a: Pulling fs layer 15:56:36 ca9280d653b3: Pulling fs layer 15:56:36 7e9c9ca2126c: Pulling fs layer 15:56:36 cbdbe7a5bc2a: Verifying Checksum 15:56:36 cbdbe7a5bc2a: Download complete 15:56:37 cbdbe7a5bc2a: Pull complete 15:56:37 ca9280d653b3: Verifying Checksum 15:56:37 ca9280d653b3: Download complete 15:56:39 ca9280d653b3: Pull complete 15:56:40 7e9c9ca2126c: Verifying Checksum 15:56:40 7e9c9ca2126c: Download complete 15:56:50 7e9c9ca2126c: Pull complete 15:56:50 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:56:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:56:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:56:51 prd-centos7-docker-4c-2g-23768 does not seem to be running inside a container 15:56:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:56:52 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23770 in /w/workspace/edgexfoundry_edgex-go_PR-3061 15:56:52 $ docker top c5a57853765b78b11514d5cf34f89fdabb9818bbe1a5ca505f670d551a5c060e -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 15:56:53 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 15:56:53 + docker-compose build --help 15:56:53 + grep parallel 15:56:54 --parallel Build images in parallel. [Pipeline] } 15:56:54 $ docker stop --time=1 c5a57853765b78b11514d5cf34f89fdabb9818bbe1a5ca505f670d551a5c060e 15:56:56 $ docker rm -f c5a57853765b78b11514d5cf34f89fdabb9818bbe1a5ca505f670d551a5c060e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:56:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:56:57 . [Pipeline] withDockerContainer 15:56:57 prd-centos7-docker-4c-2g-23768 does not seem to be running inside a container 15:56:57 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:56:57 using credential edgex-jenkins-ssh 15:56:58 Cloning the remote Git repository 15:56:58 $ docker top 698b803be18955320d6ecd50738d5dcb50630b56c8ce30d3de2b279a02fdf3d6 -eo pid,comm 15:56:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git [Pipeline] { [Pipeline] sh 15:56:58 + docker-compose -f ./docker-compose-build.yml build --parallel 15:56:58 > git init /w/workspace/edgex-go/8 # timeout=10 15:56:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:56:58 > git --version # timeout=10 15:56:58 > git --version # 'git version 2.17.1' 15:56:58 using GIT_SSH to set credentials SSH Credentials for GitHub 15:56:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:57:00 Building docker-core-command-go ... 15:57:00 Building docker-core-data-go ... 15:57:00 Building docker-core-metadata-go ... 15:57:00 Building docker-security-bootstrapper-go ... 15:57:00 Building docker-security-proxy-setup-go ... 15:57:00 Building docker-security-secretstore-setup-go ... 15:57:00 Building docker-support-notifications-go ... 15:57:00 Building docker-support-scheduler-go ... 15:57:00 Building docker-sys-mgmt-agent-go ... 15:57:00 Building docker-core-metadata-go 15:57:00 Building docker-core-data-go 15:57:00 Building docker-security-proxy-setup-go 15:57:00 Building docker-support-scheduler-go 15:57:00 Building docker-core-command-go 15:57:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:57:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:57:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:57:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:57:13 using GIT_SSH to set credentials SSH Credentials for GitHub 15:57:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:57:13 Merging remotes/origin/master commit 5d60090e02a7a818f5291dfe542d2b3f046e7863 into PR head commit 01445b51db960b5dd7fa05554b892a204c78c218 15:57:14 Merge succeeded, producing 01445b51db960b5dd7fa05554b892a204c78c218 15:57:14 Checking out Revision 01445b51db960b5dd7fa05554b892a204c78c218 (PR-3061) 15:57:13 > git config core.sparsecheckout # timeout=10 15:57:13 > git checkout -f 01445b51db960b5dd7fa05554b892a204c78c218 # timeout=10 15:57:14 > git remote # timeout=10 15:57:14 > git config --get remote.origin.url # timeout=10 15:57:14 using GIT_SSH to set credentials SSH Credentials for GitHub 15:57:14 > git merge 5d60090e02a7a818f5291dfe542d2b3f046e7863 # timeout=10 15:57:14 > git rev-parse HEAD^{commit} # timeout=10 15:57:14 > git config core.sparsecheckout # timeout=10 15:57:14 > git checkout -f 01445b51db960b5dd7fa05554b892a204c78c218 # timeout=10 15:57:18 Commit message: "Merge branch 'master' into issue-3035" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:57:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:57:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:57:22 + + sudo servicetrue docker 15:57:22 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:57:24 provisioning config files... 15:57:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config3191587737767828882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:57:25 ---> docker-login.sh 15:57:25 nexus3.edgexfoundry.org:10001 15:57:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:26 Configure a credential helper to remove this warning. See 15:57:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:26 15:57:26 Login Succeeded 15:57:26 nexus3.edgexfoundry.org:10002 15:57:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:27 Configure a credential helper to remove this warning. See 15:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:27 15:57:27 Login Succeeded 15:57:27 nexus3.edgexfoundry.org:10003 15:57:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:27 Configure a credential helper to remove this warning. See 15:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:27 15:57:27 Login Succeeded 15:57:27 nexus3.edgexfoundry.org:10004 15:57:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:27 Configure a credential helper to remove this warning. See 15:57:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:27 15:57:27 Login Succeeded 15:57:27 docker.io 15:57:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:57:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:57:28 Configure a credential helper to remove this warning. See 15:57:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:57:28 15:57:28 Login Succeeded 15:57:28 ---> docker-login.sh ends [Pipeline] } 15:57:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:57:29 ========================================================= 15:57:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:57:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:57:29 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 15:57:32 Sending build context to Docker daemon 165.9MB 15:57:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:57:32 Step 2/6 : FROM ${BASE} 15:57:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:57:32 5f621e34cdf4: Pulling fs layer 15:57:32 a4357932f1b6: Pulling fs layer 15:57:32 18c013af1878: Pulling fs layer 15:57:32 00ac8860ef70: Pulling fs layer 15:57:32 63d7cb157983: Pulling fs layer 15:57:32 b116817d02f9: Pulling fs layer 15:57:32 745a02a5169b: Pulling fs layer 15:57:32 00ac8860ef70: Waiting 15:57:32 63d7cb157983: Waiting 15:57:32 b116817d02f9: Waiting 15:57:32 745a02a5169b: Waiting 15:57:32 18c013af1878: Verifying Checksum 15:57:32 18c013af1878: Download complete 15:57:32 a4357932f1b6: Verifying Checksum 15:57:32 a4357932f1b6: Download complete 15:57:32 63d7cb157983: Verifying Checksum 15:57:32 63d7cb157983: Download complete 15:57:32 b116817d02f9: Verifying Checksum 15:57:32 b116817d02f9: Download complete 15:57:32 5f621e34cdf4: Download complete 15:57:32 5f621e34cdf4: Pull complete 15:57:33 a4357932f1b6: Pull complete 15:57:33 18c013af1878: Pull complete 15:57:35 745a02a5169b: Verifying Checksum 15:57:35 745a02a5169b: Download complete 15:57:36 00ac8860ef70: Verifying Checksum 15:57:36 00ac8860ef70: Download complete 15:57:46 00ac8860ef70: Pull complete 15:57:46 63d7cb157983: Pull complete 15:57:47 b116817d02f9: Pull complete 15:57:51 745a02a5169b: Pull complete 15:57:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:57:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:57:51 ---> b7e6874047d6 15:57:51 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 15:57:54 ---> Running in 152cc916b73d 15:57:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:57:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:57:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:57:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:57:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:57:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:57:57 ---> 5065f5e84885 15:57:57 Step 3/22 : WORKDIR /edgex-go 15:57:57 ---> 5065f5e84885 15:57:57 Step 3/23 : WORKDIR /edgex-go 15:57:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:57:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:57:57 ---> 5065f5e84885 15:57:57 Step 3/21 : WORKDIR /edgex-go 15:57:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:57:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:57:57 ---> 5065f5e84885 15:57:57 Step 3/23 : WORKDIR /edgex-go 15:57:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:57:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:57:57 ---> 5065f5e84885 15:57:57 Step 3/23 : WORKDIR /edgex-go 15:57:57 ---> Running in 6abe1d481711 15:57:57 ---> Running in c46146984195 15:57:57 ---> Running in 744467c61baa 15:57:57 ---> Running in 358a6b42f49d 15:57:57 ---> Running in 9c73e4a267c6 15:57:57 Removing intermediate container 358a6b42f49d 15:57:57 ---> 4f7703a64da5 15:57:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:57:57 Removing intermediate container 744467c61baa 15:57:57 ---> 647ddac62e31 15:57:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:57:57 Removing intermediate container 9c73e4a267c6 15:57:57 ---> 433c5960ee7d 15:57:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:57:57 Removing intermediate container c46146984195 15:57:57 ---> fc91b9e415eb 15:57:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:57:57 Removing intermediate container 6abe1d481711 15:57:57 ---> e761a3baee17 15:57:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:57:57 ---> Running in ef359a88e47c 15:57:57 ---> Running in b291e00942ae 15:57:57 ---> Running in bd0e0c0c17c5 15:57:57 ---> Running in 818fc553d7a9 15:57:57 ---> Running in 00f32521c520 15:57:57 Removing intermediate container bd0e0c0c17c5 15:57:57 ---> e45e5ba1134a 15:57:57 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:57:57 Removing intermediate container b291e00942ae 15:57:57 ---> 13fd40099986 15:57:57 Step 5/22 : RUN apk add --update --no-cache make git 15:57:57 ---> Running in 2d7e2b1e666f 15:57:57 Removing intermediate container ef359a88e47c 15:57:57 ---> bdf5965d8aa6 15:57:57 Step 5/23 : RUN apk add --update --no-cache make git 15:57:57 ---> Running in ce8b328f5112 15:57:57 Removing intermediate container 00f32521c520 15:57:57 ---> 90e17b48b2b5 15:57:57 Step 5/21 : RUN apk add --update --no-cache make git 15:57:57 Removing intermediate container 818fc553d7a9 15:57:57 ---> c26b90b85c31 15:57:57 Step 5/23 : RUN apk add --update --no-cache make git 15:57:57 (1/12) Installing libmagic (5.38-r0) 15:57:57 (2/12) Installing file (5.38-r0) 15:57:57 ---> Running in ba3f379f014e 15:57:57 ---> Running in e152d60fdbb7 15:57:57 ---> Running in 832a23704677 15:57:57 (3/12) Installing libc-dev (0.7.2-r3) 15:57:57 (4/12) Installing g++ (9.3.0-r2) 15:57:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:57:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:57:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:57:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:57:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:57:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:57:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:57:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:57:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:58:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:58:00 OK: 233 MiB in 51 packages 15:58:00 OK: 233 MiB in 51 packages 15:58:00 OK: 233 MiB in 51 packages 15:58:01 OK: 233 MiB in 51 packages 15:58:01 OK: 233 MiB in 51 packages 15:58:01 Removing intermediate container 2d7e2b1e666f 15:58:01 ---> e9beca0b1739 15:58:01 Step 6/23 : COPY go.mod . 15:58:02 Removing intermediate container ce8b328f5112 15:58:02 ---> 2e5d690d6ec4 15:58:02 Step 6/22 : COPY go.mod . 15:58:02 Removing intermediate container e152d60fdbb7 15:58:02 ---> fe9447d24661 15:58:02 Step 6/21 : COPY go.mod . 15:58:02 ---> d259c40bd67f 15:58:02 Step 7/23 : RUN go mod download 15:58:02 Removing intermediate container ba3f379f014e 15:58:02 ---> bcb0005b9646 15:58:02 Step 6/23 : COPY go.mod . 15:58:02 ---> Running in 19a6166fbc4c 15:58:03 Removing intermediate container 832a23704677 15:58:03 ---> 914fe965b3fa 15:58:03 Step 6/23 : COPY go.mod . 15:58:03 ---> e0f8df5cf2f0 15:58:03 Step 7/22 : RUN go mod download 15:58:03 ---> 0ea0388afa0b 15:58:03 Step 7/21 : RUN go mod download 15:58:03 ---> Running in 1960c9d1a286 15:58:03 ---> 0370cb8d2ae9 15:58:04 ---> Running in ea911767a1e7 15:58:04 Step 7/23 : RUN go mod download 15:58:04 ---> 69f9574cac42 15:58:04 Step 7/23 : RUN go mod download 15:58:04 ---> Running in d217abc7a80c 15:58:04 ---> Running in 88eb213e2a6c 15:58:06 (5/12) Installing fortify-headers (1.1-r0) 15:58:06 (6/12) Installing patch (2.7.6-r6) 15:58:06 (7/12) Installing build-base (0.5-r2) 15:58:06 (8/12) Installing libsodium (1.0.18-r0) 15:58:06 (9/12) Installing pkgconf (1.7.2-r0) 15:58:06 (10/12) Installing libsodium-dev (1.0.18-r0) 15:58:06 (11/12) Installing libzmq (4.3.3-r0) 15:58:06 (12/12) Installing zeromq-dev (4.3.3-r0) 15:58:06 Executing busybox-1.31.1-r19.trigger 15:58:06 OK: 217 MiB in 51 packages 15:58:08 Removing intermediate container d217abc7a80c 15:58:08 ---> c008ee18ad96 15:58:08 Step 8/23 : COPY . . 15:58:08 Removing intermediate container 1960c9d1a286 15:58:08 ---> 9e1a44150e4f 15:58:08 Step 8/22 : COPY . . 15:58:08 Removing intermediate container ea911767a1e7 15:58:08 ---> c3b3459b73af 15:58:08 Step 8/21 : COPY . . 15:58:08 Removing intermediate container 19a6166fbc4c 15:58:08 ---> 15a1e4fa8d22 15:58:08 Step 8/23 : COPY . . 15:58:09 Removing intermediate container 88eb213e2a6c 15:58:09 ---> cce12a706772 15:58:09 Step 8/23 : COPY . . 15:58:10 Removing intermediate container 152cc916b73d 15:58:10 ---> cfbe68f213e8 15:58:10 Step 4/6 : WORKDIR /edgex-go 15:58:10 ---> Running in 463f3fee0403 15:58:10 Removing intermediate container 463f3fee0403 15:58:10 ---> c6adbc0fd47a 15:58:10 Step 5/6 : COPY go.mod . 15:58:11 ---> 519dbb1afd00 15:58:11 Step 6/6 : RUN go mod download 15:58:11 ---> Running in 653a34637d3e 15:58:38 Removing intermediate container 653a34637d3e 15:58:38 ---> ee6bedae3d59 15:58:38 Successfully built ee6bedae3d59 15:58:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:58:38 + docker inspect -f . ci-base-image-arm64 15:58:38 . [Pipeline] withDockerContainer 15:58:39 prd-ubuntu18.04-docker-arm64-4c-16g-23770 does not seem to be running inside a container 15:58:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:58:40 $ docker top 0fb4995baf8c0cc76232e8fb5c6303aec76144c0439214841bdb1d1c4cfb731a -eo pid,comm [Pipeline] { [Pipeline] sh 15:58:41 + go version 15:58:41 go version go1.15.5 linux/arm64 [Pipeline] } 15:58:41 $ docker stop --time=1 0fb4995baf8c0cc76232e8fb5c6303aec76144c0439214841bdb1d1c4cfb731a 15:58:43 $ docker rm -f 0fb4995baf8c0cc76232e8fb5c6303aec76144c0439214841bdb1d1c4cfb731a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:58:45 + docker inspect -f . ci-base-image-arm64 15:58:45 . [Pipeline] withDockerContainer 15:58:45 prd-ubuntu18.04-docker-arm64-4c-16g-23770 does not seem to be running inside a container 15:58:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:58:46 $ docker top 38b8a7efec956dfcb63e6bbe67fc9f2131f7d483a4ad2ef88db67e3643422f22 -eo pid,comm [Pipeline] { [Pipeline] echo 15:58:47 ========================================================= 15:58:47 [edgeXBuildGoParallel] Running Tests and Build... 15:58:47 ========================================================= [Pipeline] sh 15:58:47 + make test 15:58:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:59:10 ? github.com/edgexfoundry/edgex-go [no test files] 15:59:18 ---> 837e61f40a0b 15:59:18 Step 9/23 : RUN make cmd/core-command/core-command 15:59:18 ---> a155e598a6e1 15:59:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:59:18 ---> 1748b763371a 15:59:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:59:18 ---> Running in fa47c5cb2775 15:59:18 ---> 31f87d79fa74 15:59:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:59:18 ---> Running in 9147019b616a 15:59:18 ---> Running in 22760f770010 15:59:18 ---> 2efad72e7914 15:59:18 Step 9/23 : RUN make cmd/core-data/core-data 15:59:18 ---> Running in 282db8f174d0 15:59:18 ---> Running in d06438ff140e 15:59:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:59:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:59:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:59:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:59: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 15:59:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:00:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:00:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:00:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:00:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:00:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:00:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:00:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:00:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:00:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:00:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:00:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:00:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:00:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:00:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:00:24 Removing intermediate container fa47c5cb2775 16:00:24 ---> ed10aec8b7a0 16:00:24 16:00:24 Step 10/22 : FROM alpine:3.12 16:00:24 3.12: Pulling from library/alpine 16:00:25 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:00:25 Status: Downloaded newer image for alpine:3.12 16:00:25 ---> 389fef711851 16:00:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:00:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.331s coverage: 46.0% of statements 16:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:00:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:00:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.172s coverage: 100.0% of statements 16:00:26 ---> Running in e8e5d300f69c 16:00:29 Removing intermediate container 22760f770010 16:00:29 ---> cb652f8cccd1 16:00:29 16:00:29 Step 10/21 : FROM alpine:3.12 16:00:29 ---> 389fef711851 16:00:29 Step 11/21 : RUN apk add --update --no-cache curl 16:00:29 Removing intermediate container 9147019b616a 16:00:29 ---> 58d73dedde40 16:00:29 16:00:29 Step 10/23 : FROM alpine:3.12 16:00:29 ---> 389fef711851 16:00:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:00:30 ---> Running in dd1968548e2c 16:00:30 ---> Running in fa8b3b00535e 16:00:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:00:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:00:31 (1/1) Installing dumb-init (1.2.2-r1) 16:00:31 Executing busybox-1.31.1-r19.trigger 16:00:32 OK: 6 MiB in 15 packages 16:00:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:00:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:00:32 (1/4) Installing ca-certificates (20191127-r4) 16:00:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:00:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:00:32 (3/4) Installing libcurl (7.69.1-r3) 16:00:32 (4/4) Installing curl (7.69.1-r3) 16:00:32 Executing busybox-1.31.1-r19.trigger 16:00:32 Executing ca-certificates-20191127-r4.trigger 16:00:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:00:33 OK: 7 MiB in 18 packages 16:00:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.563s coverage: 27.1% of statements 16:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:00:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements 16:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:00:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 16:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:00:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.210s coverage: 65.8% of statements 16:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:00:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:00:33 (1/1) Installing dumb-init (1.2.2-r1) 16:00:33 Executing busybox-1.31.1-r19.trigger 16:00:34 OK: 6 MiB in 15 packages 16:00:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.668s coverage: 82.3% of statements 16:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:00:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:00:35 Removing intermediate container 282db8f174d0 16:00:35 ---> 37d28a8fb489 16:00:35 16:00:35 Step 10/23 : FROM alpine:3.12 16:00:35 ---> 389fef711851 16:00:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:00:35 ---> Using cache 16:00:35 ---> d271f603b904 16:00:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:00:36 Removing intermediate container e8e5d300f69c 16:00:36 ---> d271f603b904 16:00:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:00:36 ---> Running in 84fad47e0c2d 16:00:36 ---> Running in 92287249441b 16:00:37 Removing intermediate container d06438ff140e 16:00:37 ---> 1d10e55d961d 16:00:37 16:00:37 Step 10/23 : FROM alpine:3.12 16:00:37 ---> 389fef711851 16:00:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:00:37 ---> Running in a528a6a9a8b3 16:00:37 Removing intermediate container fa8b3b00535e 16:00:37 ---> eaea7e7633f8 16:00:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:00:37 Removing intermediate container 84fad47e0c2d 16:00:37 ---> b076422b7422 16:00:37 Step 13/23 : ENV APP_PORT=48081 16:00:37 Removing intermediate container dd1968548e2c 16:00:37 ---> 31c1f57df28e 16:00:37 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:00:37 Removing intermediate container 92287249441b 16:00:37 ---> 179ebfa52d10 16:00:37 Step 13/22 : ENV APP_PORT=48085 16:00:38 ---> Running in 4312d74751ab 16:00:38 ---> Running in af5ec9d23d53 16:00:38 ---> Running in f8b9b11cee7e 16:00:38 ---> Running in bc2a3c7d43a4 16:00:38 Removing intermediate container a528a6a9a8b3 16:00:38 ---> 1b3e2a21ac03 16:00:38 Step 12/23 : ENV APP_PORT=48080 16:00:38 Removing intermediate container 4312d74751ab 16:00:38 ---> 0a7c9097a458 16:00:38 Step 13/23 : ENV APP_PORT=48082 16:00:38 ---> Running in d8995e0b56f1 16:00:38 Removing intermediate container f8b9b11cee7e 16:00:38 ---> 038d57fba8c9 16:00:38 Step 14/22 : EXPOSE $APP_PORT 16:00:39 Removing intermediate container af5ec9d23d53 16:00:39 ---> 75494f8bd149 16:00:39 Step 14/23 : EXPOSE $APP_PORT 16:00:39 Removing intermediate container bc2a3c7d43a4 16:00:39 ---> feb1799625c1 16:00:39 Step 13/21 : WORKDIR /edgex 16:00:39 ---> Running in 01e939956250 16:00:39 ---> Running in 1687d4d757e6 16:00:39 ---> Running in 682d16537125 16:00:40 ---> Running in a53fb78714df 16:00:40 Removing intermediate container d8995e0b56f1 16:00:40 ---> 1c43b4292c01 16:00:40 Step 13/23 : EXPOSE $APP_PORT 16:00:40 Removing intermediate container 01e939956250 16:00:40 ---> a6c27427f724 16:00:40 Step 14/23 : EXPOSE $APP_PORT 16:00:40 Removing intermediate container 1687d4d757e6 16:00:40 ---> ab644ddaaf1b 16:00:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:00:41 Removing intermediate container 682d16537125 16:00:41 ---> 6eca6c417986 16:00:41 Step 15/23 : WORKDIR / 16:00:41 Removing intermediate container a53fb78714df 16:00:41 ---> 838142e452ae 16:00:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:00:41 ---> Running in a3b8db4df68e 16:00:41 ---> Running in a5dc13c220d7 16:00:41 ---> Running in 1d901b3146d3 16:00:42 ---> 2b1f7fcd2153 16:00:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:00:43 Removing intermediate container a5dc13c220d7 16:00:43 ---> bdbf470bc1f7 16:00:43 Step 15/23 : WORKDIR / 16:00:43 Removing intermediate container a3b8db4df68e 16:00:43 ---> a8b0f1be2a48 16:00:43 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:00:43 ---> 740a48b2bf1d 16:00:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:00:43 Removing intermediate container 1d901b3146d3 16:00:43 ---> 4e9ef1ec74a8 16:00:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:00:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.105s coverage: 28.6% of statements 16:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:00:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements 16:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:00:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 16:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:00:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements 16:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:00:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.363s coverage: 97.5% of statements 16:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:00:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements 16:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:00:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:00:43 ---> Running in e9dd832b9131 16:00:43 ---> Running in 51a39e0d1000 16:00:44 ---> b19971d86bf7 16:00:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:00:45 Removing intermediate container e9dd832b9131 16:00:45 ---> e1a49bed36b9 16:00:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:00:45 ---> f83507521cbb 16:00:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:00:46 ---> 960f2875446f 16:00:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:00:47 ---> a6c2cd56019d 16:00:47 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:00:47 ---> Running in 28edf036e55d 16:00:47 ---> 8a045596a9e7 16:00:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:00:49 Removing intermediate container 28edf036e55d 16:00:49 ---> d2b7b7727949 16:00:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:00:49 ---> 0136d84c81d6 16:00:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:00:49 ---> 7a169ebb2119 16:00:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:00:49 ---> Running in 99596459ec19 16:00:49 ---> Running in 84137476169f 16:00:50 Removing intermediate container 51a39e0d1000 16:00:50 ---> 9c99f6df10a9 16:00:50 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:00:51 ---> Running in eb7d2f29ba9f 16:00:51 Removing intermediate container 99596459ec19 16:00:51 ---> a3a24c40be19 16:00:51 Step 20/22 : LABEL arch=x86_64 16:00:51 ---> e3f11070f666 16:00:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:00:51 Removing intermediate container 84137476169f 16:00:51 ---> b389fe65a9f6 16:00:51 Step 18/21 : CMD ["--init=true"] 16:00:51 ---> bd4155d27e81 16:00:51 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:00:51 ---> Running in 6ba20c77caec 16:00:51 ---> Running in 2d09b4d913c3 16:00:51 ---> Running in 836d30fec58d 16:00:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.202s coverage: 92.8% of statements 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:00:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:00:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.171s coverage: 0.1% of statements 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:00:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:00:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 43.8% of statements 16:00:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.079s coverage: 79.5% of statements 16:00:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 16:00:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements 16:00:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.060s coverage: 87.5% of statements 16:00:52 Removing intermediate container 6ba20c77caec 16:00:52 ---> 24880ce53658 16:00:52 Step 21/22 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:00:52 Removing intermediate container 836d30fec58d 16:00:52 ---> 75632798bf93 16:00:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:00:52 Removing intermediate container 2d09b4d913c3 16:00:52 ---> 5ce6196b5f18 16:00:52 Step 19/21 : LABEL arch=x86_64 16:00:52 ---> 5d2c4b434358 16:00:52 Step 19/23 : ENTRYPOINT ["/core-command"] 16:00:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:00:52 ---> Running in bcb24e754263 16:00:52 ---> Running in b5d9022a2015 16:00:53 ---> Running in b4c2548b25ee 16:00:53 ---> Running in 798ef16bdd56 16:00:54 Removing intermediate container b5d9022a2015 16:00:54 ---> 286c0d3999b9 16:00:54 Step 22/22 : LABEL version=0.0.0 16:00:54 Removing intermediate container b4c2548b25ee 16:00:54 ---> 402bcb6d7726 16:00:54 Step 20/21 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:00:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:00:54 Removing intermediate container bcb24e754263 16:00:54 ---> d432177bd009 16:00:54 Step 21/23 : LABEL arch=x86_64 16:00:54 Removing intermediate container 798ef16bdd56 16:00:54 ---> a834740d371c 16:00:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:00:54 ---> Running in 5b3f9d8cf14b 16:00:54 ---> Running in 08cef1c239ac 16:00:54 ---> Running in ae941fb249d1 16:00:54 ---> Running in c1e9cfcf2d11 16:00:55 Removing intermediate container 5b3f9d8cf14b 16:00:55 ---> eb9c9f9064ea 16:00:55 16:00:55 Removing intermediate container 08cef1c239ac 16:00:55 ---> cf588e420efd 16:00:55 Step 21/21 : LABEL version=0.0.0 16:00:55 Removing intermediate container c1e9cfcf2d11 16:00:55 ---> 4c076cd260a8 16:00:55 Step 21/23 : LABEL arch=x86_64 16:00:55 Removing intermediate container ae941fb249d1 16:00:55 ---> 86dad16b9696 16:00:55 Step 22/23 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:00:55 (1/6) Installing dumb-init (1.2.2-r1) 16:00:55 ---> Running in 85bf4122f9d9 16:00:55 ---> Running in b4f5e37fcef1 16:00:55 (2/6) Installing libgcc (9.3.0-r2) 16:00:55 (3/6) Installing libsodium (1.0.18-r0) 16:00:55 ---> Running in 82556ae2d94f 16:00:56 (4/6) Installing libstdc++ (9.3.0-r2) 16:00:56 Removing intermediate container b4f5e37fcef1 16:00:56 ---> 9c6a1b227ca4 16:00:56 16:00:56 (5/6) Installing libzmq (4.3.3-r0) 16:00:56 Removing intermediate container 85bf4122f9d9 16:00:56 ---> 325311e7c52b 16:00:56 Step 22/23 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:00:56 Removing intermediate container 82556ae2d94f 16:00:56 ---> 12293ccadf7e 16:00:56 Step 23/23 : LABEL version=0.0.0 16:00:56 Successfully built eb9c9f9064ea 16:00:56 Successfully tagged docker-support-scheduler-go:latest 16:00:56 Building docker-security-bootstrapper-go 16:00:56  Building docker-support-scheduler-go ... done (6/6) Installing zeromq (4.3.3-r0) 16:00:56 Executing busybox-1.31.1-r19.trigger 16:00:56 OK: 8 MiB in 20 packages 16:00:56 ---> Running in e10f5d53967b 16:00:56 ---> Running in a6b17b18a33e 16:00:56 Successfully built 9c6a1b227ca4 16:00:57 Successfully tagged docker-security-proxy-setup-go:latest 16:00:57  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 16:00:57 Removing intermediate container e10f5d53967b 16:00:57 ---> ffcc1352312f 16:00:57 Step 23/23 : LABEL version=0.0.0 16:00:57 Removing intermediate container a6b17b18a33e 16:00:57 ---> bee611b8fc1a 16:00:57 16:00:58 ---> Running in a9749afb027d 16:00:58 Successfully built bee611b8fc1a 16:00:58 Successfully tagged docker-core-metadata-go:latest 16:00:58 Building docker-sys-mgmt-agent-go 16:00:59  Building docker-core-metadata-go ... done Removing intermediate container a9749afb027d 16:00:59 ---> 88b569ac4928 16:00:59 16:00:59 Removing intermediate container eb7d2f29ba9f 16:00:59 ---> 9c8b8767da84 16:00:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:00:59 Successfully built 88b569ac4928 16:00:59 Successfully tagged docker-core-command-go:latest 16:00:59  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 16:01:00 ---> 0af4e467a8af 16:01:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.069s coverage: 94.4% of statements 16:01:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 16:01:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:01:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.120s coverage: 87.2% of statements 16:01:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:01:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:01:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 16:01:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:01:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 16:01:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:01:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 16:01:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 16:01:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements 16:01:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.225s coverage: 91.4% of statements 16:01:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:01:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.573s coverage: 63.5% of statements 16:01:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:01:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:01:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.145s coverage: 100.0% of statements 16:01:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.121s coverage: 91.3% of statements 16:01:07 ---> 393d49f57b6e 16:01:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:01:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 16:01:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 16:01:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements 16:01:09 ---> 23034bd1fd96 16:01:09 Step 19/23 : ENTRYPOINT ["/core-data"] 16:01:09 ---> Running in 6d6649aa3d7a 16:01:09 Removing intermediate container 6d6649aa3d7a 16:01:09 ---> b666e6a61035 16:01:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:01:11 ---> Running in 8cb24eb75fef 16:01:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.915s coverage: 68.9% of statements 16:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:01:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:01:12 Removing intermediate container 8cb24eb75fef 16:01:12 ---> 8ef5025f1797 16:01:12 Step 21/23 : LABEL arch=x86_64 16:01:13 ---> Running in f33d897076f1 16:01:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.392s coverage: 37.0% of statements 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:01:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.663s coverage: 84.0% of statements 16:01:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.099s coverage: 100.0% of statements 16:01:14 Removing intermediate container f33d897076f1 16:01:14 ---> f70678d69ade 16:01:14 Step 22/23 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:01:14 ---> Running in a1759175296a 16:01:14 Removing intermediate container a1759175296a 16:01:14 ---> a5cf15f67da0 16:01:14 Step 23/23 : LABEL version=0.0.0 16:01:15 ---> Running in effc06d0cbc4 16:01:15 Removing intermediate container effc06d0cbc4 16:01:15 ---> 891fbd802df8 16:01:15 16:01:16 Successfully built 891fbd802df8 16:01:16 Successfully tagged docker-core-data-go:latest 16:01:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.400s coverage: 47.1% of statements 16:01:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:01:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:01:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:01:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:01:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:01:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.155s coverage: 100.0% of statements 16:01:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:01:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements 16:01:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:01:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.183s coverage: 29.1% of statements 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:01:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.195s coverage: 99.0% of statements 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:01:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:01:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:01:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:01:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:01:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 16:01:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 16:01:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 16:01:27 GO111MODULE=on go vet ./... 16:01:57  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:01:57 16:01:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:01:57 ---> 5065f5e84885 16:01:57 Step 3/24 : WORKDIR /edgex-go 16:01:57 Step 2/34 : FROM ${BUILDER_BASE} AS builder 16:01:57 ---> 5065f5e84885 16:01:57 Step 3/34 : WORKDIR /edgex-go 16:01:57 ---> Using cache 16:01:57 ---> e761a3baee17 16:01:57 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:57 ---> Using cache 16:01:57 ---> e761a3baee17 16:01:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:57 ---> Using cache 16:01:57 ---> c26b90b85c31 16:01:57 Step 5/24 : RUN apk add --update --no-cache make git 16:01:57 ---> Using cache 16:01:57 ---> 914fe965b3fa 16:01:57 Step 6/24 : COPY go.mod . 16:01:57 ---> Using cache 16:01:57 ---> c26b90b85c31 16:01:57 Step 5/34 : RUN apk add --update --no-cache make git 16:01:57 ---> Using cache 16:01:57 ---> 914fe965b3fa 16:01:57 Step 6/34 : COPY go.mod . 16:01:57 ---> Using cache 16:01:57 ---> 69f9574cac42 16:01:57 Step 7/24 : RUN go mod download 16:01:57 ---> Using cache 16:01:57 ---> 69f9574cac42 16:01:57 Step 7/34 : RUN go mod download 16:01:57 ---> Using cache 16:01:57 ---> cce12a706772 16:01:57 Step 8/24 : COPY . . 16:01:57 ---> Using cache 16:01:57 ---> cce12a706772 16:01:57 Step 8/34 : COPY . . 16:01:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:01:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:01:57 ---> 5065f5e84885 16:01:57 Step 3/22 : WORKDIR /edgex-go 16:01:57 ---> Using cache 16:01:57 ---> e761a3baee17 16:01:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:57 ---> Using cache 16:01:57 ---> c26b90b85c31 16:01:57 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:01:57 ---> Using cache 16:01:57 ---> 837e61f40a0b 16:01:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:01:57 ---> Using cache 16:01:57 ---> 837e61f40a0b 16:01:57 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 16:01:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:01:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:01:57 ---> 5065f5e84885 16:01:57 Step 3/26 : WORKDIR /edgex-go 16:01:57 ---> Using cache 16:01:57 ---> e761a3baee17 16:01:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:57 ---> Using cache 16:01:57 ---> c26b90b85c31 16:01:57 Step 5/26 : RUN apk add --update --no-cache make bash git 16:01:57 ---> Running in 8827d55c1996 16:01:57 ---> Running in a9d27de06ecc 16:01:57 ---> Running in 128354cec746 16:01:57 ---> Running in d1e0ff5c354c 16:01:57 Removing intermediate container a9d27de06ecc 16:01:57 ---> c7ac3f07c6df 16:01:57 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 16:01:57 ---> Running in 062eee340290 16:01:57 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 16:01:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:01:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:01: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 16:01:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:01:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:01:59 OK: 233 MiB in 51 packages 16:01:59 OK: 233 MiB in 51 packages 16:02:01 Removing intermediate container d1e0ff5c354c 16:02:01 ---> 86b6a98fdcd4 16:02:01 Step 6/26 : COPY go.mod . 16:02:01 Removing intermediate container 8827d55c1996 16:02:01 ---> 8076bd27ce21 16:02:01 Step 6/22 : COPY go.mod . 16:02:02 ---> c32cef958853 16:02:02 Step 7/26 : RUN go mod download 16:02:03 ---> 96157af58e6c 16:02:03 Step 7/22 : RUN go mod download 16:02:03 ---> Running in 16c1004bd626 16:02:03 ---> Running in 294ee303dc24 16:02:07 Removing intermediate container 16c1004bd626 16:02:07 ---> dacd0cedc413 16:02:07 Step 8/26 : COPY . . 16:02:07 Removing intermediate container 294ee303dc24 16:02:07 ---> 9918e3eaa201 16:02:07 Step 8/22 : COPY . . 16:02:30 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 16:02:30 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 16:02:38 + mkdir -p /tmp/build/dist/linux 16:02:38 + cd /tmp/build/dist/linux 16:02:38 + git clone https://github.com/jwilder/dockerize.git . 16:02:38 Cloning into '.'... 16:02:41 + go get github.com/robfig/glock 16:02:49 gofmt -l . 16:02:49 [ "`gofmt -l .`" = "" ] 16:02:49 ./bin/test-go-mod-tidy.sh 16:02:49 ./bin/test-attribution-txt.sh [Pipeline] sh 16:02:49 + ls -al . 16:02:49 total 700 16:02:49 drwxrwxr-x 9 1001 1001 4096 Jan 28 16:02 . 16:02:49 drwxr-xr-x 4 root root 4096 Jan 28 15:58 .. 16:02:49 -rw-rw-r-- 1 1001 1001 11 Jan 28 15:57 .dockerignore 16:02:49 drwxrwxr-x 8 1001 1001 4096 Jan 28 15:57 .git 16:02:49 drwxrwxr-x 3 1001 1001 4096 Jan 28 15:57 .github 16:02:49 -rw-rw-r-- 1 1001 1001 872 Jan 28 15:57 .gitignore 16:02:49 -rw-rw-r-- 1 1001 1001 166 Jan 28 15:57 .sonarcloud.properties 16:02:49 -rw-rw-r-- 1 1001 1001 7859 Jan 28 15:57 Attribution.txt 16:02:49 -rw-rw-r-- 1 1001 1001 3804 Jan 28 15:57 CONTRIBUTING.md 16:02:49 -rw-rw-r-- 1 1001 1001 931 Jan 28 15:57 Dockerfile.build 16:02:49 -rw-rw-r-- 1 1001 1001 863 Jan 28 15:57 Jenkinsfile 16:02:49 -rw-rw-r-- 1 1001 1001 10775 Jan 28 15:57 LICENSE 16:02:49 -rw-rw-r-- 1 1001 1001 6001 Jan 28 15:57 Makefile 16:02:49 -rw-rw-r-- 1 1001 1001 6524 Jan 28 15:57 README.md 16:02:49 -rw-rw-r-- 1 1001 1001 6755 Jan 28 15:57 SECURITY.md 16:02:49 -rw-rw-r-- 1 1001 1001 5 Jan 28 15:52 VERSION 16:02:49 -rw-rw-r-- 1 1001 1001 4131 Jan 28 15:57 ZMQWindows.md 16:02:49 drwxrwxr-x 2 1001 1001 4096 Jan 28 15:57 bin 16:02:49 drwxrwxr-x 15 1001 1001 4096 Jan 28 15:57 cmd 16:02:49 -rw-r--r-- 1 root root 565356 Jan 28 16:01 coverage.out 16:02:49 -rw-r--r-- 1 root root 1054 Jan 28 16:02 go.mod 16:02:49 -rw-r--r-- 1 root root 19289 Jan 28 16:02 go.sum 16:02:49 drwxrwxr-x 8 1001 1001 4096 Jan 28 15:57 internal 16:02:49 drwxrwxr-x 4 1001 1001 4096 Jan 28 15:57 openapi 16:02:49 drwxrwxr-x 4 1001 1001 4096 Jan 28 15:57 snap 16:02:49 -rw-rw-r-- 1 1001 1001 168 Jan 28 15:57 version.go [Pipeline] sh 16:02:50 Removing intermediate container 128354cec746 16:02:50 ---> 4016274bbffa 16:02:50 16:02:50 Step 10/24 : FROM alpine:3.12 16:02:50 ---> 389fef711851 16:02:50 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:02:50 ---> Running in 33875d1fe43c 16:02:50 + '[' -e coverage.out ] 16:02:50 + chown 1001:1001 coverage.out [Pipeline] stash 16:02:50 Warning: overwriting stash ‘coverage-report’ 16:02:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:02:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:02:51 (1/5) Installing ca-certificates (20191127-r4) 16:02:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:02:51 (3/5) Installing libcurl (7.69.1-r3) 16:02:51 (4/5) Installing curl (7.69.1-r3) 16:02:51 (5/5) Installing dumb-init (1.2.2-r1) 16:02:51 Executing busybox-1.31.1-r19.trigger 16:02:51 Stashed 1 file(s) [Pipeline] sh 16:02:52 Executing ca-certificates-20191127-r4.trigger 16:02:52 OK: 7 MiB in 19 packages 16:02:52 + make build 16:02:52 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 16:02:52 ---> 2865f6cf1b59 16:02:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:02:53 ---> e6ce7ad7cc3b 16:02:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:02:53 ---> Running in 2f499914a7c0 16:02:53 ---> Running in b326f816df97 16:02:54 Removing intermediate container 33875d1fe43c 16:02:54 ---> 1c9b919a5790 16:02:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:02:54 ---> Running in fe9dc60e91a6 16:02:54 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 16:02:54 Removing intermediate container fe9dc60e91a6 16:02:54 ---> d71af148dd14 16:02:54 Step 13/24 : WORKDIR / 16:02: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 16:02:54 ---> Running in 366511ef2f76 16:02:55 Removing intermediate container 366511ef2f76 16:02:55 ---> 6985ae3b4af4 16:02:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:02:58 ---> af1a32573b10 16:02:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:02:58 ---> 33ae9fa05cde 16:02:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:02:59 ---> 6fc733e14aee 16:02:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:03:01 ---> d5e901bcf189 16:03:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:03:02 ---> dba420d0128e 16:03:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:03:02 + glock sync -n 16:03:02 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 16:03:03  ---> 1c17007c79c3 16:03: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/ 16:03:03 ---> Running in 948e255fee0b 16:03:06 Removing intermediate container 948e255fee0b 16:03:06 ---> a6b5ce2ce125 16:03:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:03:07 ---> Running in c12edea45790 16:03:07 Removing intermediate container c12edea45790 16:03:07 ---> 4aca69d6c378 16:03:07 Step 22/24 : LABEL arch=x86_64 16:03:07 ---> Running in 169659852ed4 16:03:09 Removing intermediate container 169659852ed4 16:03:09 ---> 4796033a402b 16:03:09 Step 23/24 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:03:09 ---> Running in da7e173a17e8 16:03:09 Removing intermediate container da7e173a17e8 16:03:09 ---> 4d757ef6d385 16:03:09 Step 24/24 : LABEL version=0.0.0 16:03:10 ---> Running in b3804f2a3616 16:03:10 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 16:03:10 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 16:03:10 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 16:03:10 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 16:03:10 + git describe '--abbrev=0' --tags 16:03:10 + TAG=v0.6.1 16:03:10 + LDFLAGS='-X main.buildVersion=v0.6.1' 16:03:10 + apk --print-arch 16:03:10 + arch=x86_64 16:03:10 + echo 'building [dockerize] for amd64 ... ' 16:03:10 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 16:03:10 building [dockerize] for amd64 ... 16:03:11 Removing intermediate container b3804f2a3616 16:03:11 ---> bf9f5835132e 16:03:11 16:03:11 Successfully built bf9f5835132e 16:03:11 Successfully tagged docker-security-secretstore-setup-go:latest 16:03:24 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 16:03:30 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 16:03:30  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2f499914a7c0 16:03:30 ---> 42981c54b351 16:03:30 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:03:30 Removing intermediate container b326f816df97 16:03:30 ---> a3cf25983bc7 16:03:30 16:03:30 Step 10/22 : FROM alpine:3.12 16:03:30 ---> 389fef711851 16:03:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:03:30 ---> Running in 6893a4bf0def 16:03:30 ---> Running in 79766286243c 16:03:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:32 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 16:03:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:33 (1/2) Installing ca-certificates (20191127-r4) 16:03:33 (2/2) Installing dumb-init (1.2.2-r1) 16:03:33 Executing busybox-1.31.1-r19.trigger 16:03:33 Executing ca-certificates-20191127-r4.trigger 16:03:33 OK: 6 MiB in 16 packages 16:03:34 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 16:03:36 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 16:03:36 Removing intermediate container 79766286243c 16:03:36 ---> b450ca9f7c9a 16:03:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:03:36 ---> Running in 7edeaa5f8be7 16:03:36 Removing intermediate container 6893a4bf0def 16:03:36 ---> 84942bc3251a 16:03:36 16:03:36 Step 11/26 : FROM docker:20.10.0 16:03:36 20.10.0: Pulling from library/docker 16:03:36 Removing intermediate container 7edeaa5f8be7 16:03:36 ---> 0f304fa101f5 16:03:36 Step 13/22 : ENV APP_PORT=48060 16:03:36 ---> Running in 78ce2b6658e9 16:03:37 Removing intermediate container 78ce2b6658e9 16:03:37 ---> 87cec31446f4 16:03:37 Step 14/22 : EXPOSE $APP_PORT 16:03:37 ---> Running in ba1cbaf52e46 16:03:37 Removing intermediate container ba1cbaf52e46 16:03:37 ---> d11f6d4a2f93 16:03:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:03:39 ---> 43c7bb928bc0 16:03:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:03:41 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 16:03:42 + date 16:03:42 + echo 'Thu Jan 28 16:03:41 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 16:03:42 Thu Jan 28 16:03:41 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 16:03:42 ---> 48ab9d239960 16:03:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:03:42 ---> 865d72210f1c 16:03:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:03:42 ---> Running in cbef240387ba 16:03:44 Removing intermediate container cbef240387ba 16:03:44 ---> ef6893f8fa10 16:03:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:03:44 ---> Running in e2c51b8968d7 16:03:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:03:45 Removing intermediate container e2c51b8968d7 16:03:45 ---> 9b52c18f1b47 16:03:45 Step 20/22 : LABEL arch=x86_64 16:03:46 ---> Running in 83d08db9e65d 16:03:47 Removing intermediate container 83d08db9e65d 16:03:47 ---> 35e29f770b10 16:03:47 Step 21/22 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:03:48 ---> Running in 83aa666d7a23 16:03:49 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 16:03:49 Removing intermediate container 83aa666d7a23 16:03:49 ---> 1d471bfb2b0a 16:03:49 Step 22/22 : LABEL version=0.0.0 16:03:49 ---> Running in f0474f44e70b 16:03:50 Removing intermediate container f0474f44e70b 16:03:50 ---> 68d1b17e0372 16:03:50 16:03:50 Successfully built 68d1b17e0372 16:03:50 Successfully tagged docker-support-notifications-go:latest 16:03:51  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:03:51 Status: Downloaded newer image for docker:20.10.0 16:03:51 ---> aefe523efa57 16:03:51 Step 12/26 : RUN apk add --no-cache bash 16:03:51 ---> Running in aed0d15f42f3 16:03:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03: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 16:03:53 (1/2) Installing readline (8.0.4-r0) 16:03:53 (2/2) Installing bash (5.0.17-r0) 16:03:53 Executing bash-5.0.17-r0.post-install 16:03:53 Executing busybox-1.31.1-r19.trigger 16:03:53 OK: 12 MiB in 22 packages 16:03:57 Removing intermediate container aed0d15f42f3 16:03:57 ---> e5d35c911c7c 16:03:57 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:03:57 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 16:03:57 ---> Running in 6366d8f9389b 16:03:59 Removing intermediate container 6366d8f9389b 16:03:59 ---> acc14ef9e01e 16:03:59 Step 14/26 : ENV APP_PORT=48090 16:03:59 ---> Running in 5b960d0bb149 16:04:00 Removing intermediate container 062eee340290 16:04:00 ---> 3f29d6a1ed24 16:04:00 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 16:04:00 Removing intermediate container 5b960d0bb149 16:04:00 ---> 51c6d8202099 16:04:00 Step 15/26 : EXPOSE $APP_PORT 16:04:00 ---> Running in c794fcda5d9a 16:04:00 ---> Running in be9f663f428e 16:04:01 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 16:04:01 Removing intermediate container be9f663f428e 16:04:01 ---> 904716f8f809 16:04:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:04:02 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 16:04:02 statically linked 16:04:02 ---> cd147d230dea 16:04:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:04:03 ---> 3a956adf9f11 16:04:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:04:03 Removing intermediate container c794fcda5d9a 16:04:03 ---> 7b21f30ac267 16:04:03 16:04:03 Step 12/34 : FROM alpine:3.12 16:04:03 ---> 389fef711851 16:04:03 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:04:03 ---> Running in 87dbf7f97f09 16:04:04 Removing intermediate container 87dbf7f97f09 16:04:04 ---> 84cebff78371 16:04:04 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 16:04:04 ---> 86ac08588629 16:04:04 Step 19/26 : RUN apk --no-cache add py3-pip 16:04:04 ---> Running in 88efb3fba34f 16:04:04 ---> Running in dd24d8f60629 16:04:05 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 16:04:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:04:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:04:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:04:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:04:07 (1/3) Installing dumb-init (1.2.2-r1) 16:04:07 (2/3) Installing openssl (1.1.1i-r0) 16:04:07 (1/33) Installing libbz2 (1.0.8-r1) 16:04:07 (3/3) Installing su-exec (0.2-r1) 16:04:07 (2/33) Installing expat (2.2.9-r1) 16:04:07 Executing busybox-1.31.1-r19.trigger 16:04:07 (3/33) Installing libffi (3.3-r2) 16:04:07 OK: 6 MiB in 17 packages 16:04:07 (4/33) Installing gdbm (1.13-r1) 16:04:07 (5/33) Installing xz-libs (5.2.5-r0) 16:04:07 (6/33) Installing sqlite-libs (3.32.1-r0) 16:04:07 (7/33) Installing python3 (3.8.5-r0) 16:04:09 Removing intermediate container 88efb3fba34f 16:04:09 ---> 5d8205aea808 16:04:09 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 16:04:09 ---> Running in b53b22ee1a2b 16:04:09 (8/33) Installing py3-appdirs (1.4.4-r1) 16:04:09 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:04:09 (10/33) Installing py3-parsing (2.4.7-r0) 16:04:09 (11/33) Installing py3-six (1.15.0-r0) 16:04:09 (12/33) Installing py3-packaging (20.4-r0) 16:04:09 (13/33) Installing py3-setuptools (47.0.0-r0) 16:04:09 (14/33) Installing py3-chardet (3.0.4-r4) 16:04:10 (15/33) Installing py3-idna (2.9-r0) 16:04:10 Removing intermediate container b53b22ee1a2b 16:04:10 ---> 4e79911e5d63 16:04:10 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:04:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:04:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:04:10 (18/33) Installing py3-requests (2.23.0-r0) 16:04:10 (19/33) Installing py3-msgpack (1.0.0-r0) 16:04:10 (20/33) Installing py3-lockfile (0.12.2-r3) 16:04:11 ---> Running in bab46d870f29 16:04:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:04:11 (22/33) Installing py3-colorama (0.4.3-r0) 16:04:11 (23/33) Installing py3-distlib (0.3.0-r0) 16:04:11 (24/33) Installing py3-distro (1.5.0-r1) 16:04:11 (25/33) Installing py3-webencodings (0.5.1-r3) 16:04:11 (26/33) Installing py3-html5lib (1.0.1-r4) 16:04:11 (27/33) Installing py3-pytoml (0.1.21-r0) 16:04:11 (28/33) Installing py3-pep517 (0.8.2-r0) 16:04:11 (29/33) Installing py3-progress (1.5-r0) 16:04:11 (30/33) Installing py3-toml (0.10.1-r0) 16:04:11 (31/33) Installing py3-retrying (1.3.3-r0) 16:04:11 Removing intermediate container bab46d870f29 16:04:11 ---> 8966c208eaa4 16:04:11 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:04:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:04:11 (33/33) Installing py3-pip (20.1.1-r0) 16:04:12 Executing busybox-1.31.1-r19.trigger 16:04:12 OK: 71 MiB in 55 packages 16:04:12 ---> Running in e6e891208148 16:04:15 Removing intermediate container e6e891208148 16:04:15 ---> 14c720ffd526 16:04:15 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [Pipeline] } 16:04:15 $ docker stop --time=1 38b8a7efec956dfcb63e6bbe67fc9f2131f7d483a4ad2ef88db67e3643422f22 16:04:16 ---> Running in 555efea18d88 16:04:18 $ docker rm -f 38b8a7efec956dfcb63e6bbe67fc9f2131f7d483a4ad2ef88db67e3643422f22 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 16:04:19 Removing intermediate container 555efea18d88 16:04:19 ---> 5a626b5e780c 16:04:19 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 16:04:19 Removing intermediate container dd24d8f60629 16:04:19 ---> adc73d9904a8 16:04:19 Step 20/26 : RUN pip install docker-compose==1.23.2 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:04:19 ---> Running in 927672ac3926 16:04:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:04:20 16:04:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:04:20 ---> d73afd14611f 16:04:20 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:04:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:04:20 latest: Pulling from edgex-devops/edgex-compose-arm64 16:04:20 29e5d40040c1: Pulling fs layer 16:04:20 1ce36da41761: Pulling fs layer 16:04:20 25b303627fd3: Pulling fs layer 16:04:20 ---> 878b6d110815 16:04:20 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:04:20 ---> Running in 071da3272dbf 16:04:20 29e5d40040c1: Verifying Checksum 16:04:20 29e5d40040c1: Download complete 16:04:21 29e5d40040c1: Pull complete 16:04:21 1ce36da41761: Verifying Checksum 16:04:21 1ce36da41761: Download complete 16:04:22 Collecting docker-compose==1.23.2 16:04:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:04:22 Collecting PyYAML<4,>=3.10 16:04:22 Downloading PyYAML-3.13.tar.gz (270 kB) 16:04:22 1ce36da41761: Pull complete 16:04:23 Removing intermediate container 071da3272dbf 16:04:23 ---> 6f86f6ecf5cc 16:04:23 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 16:04:23 25b303627fd3: Verifying Checksum 16:04:23 25b303627fd3: Download complete 16:04:24 ---> 5d3062510cbe 16:04:24 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:04:24 Collecting jsonschema<3,>=2.5.1 16:04:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:04:24 Collecting docopt<0.7,>=0.6.1 16:04:24 Downloading docopt-0.6.2.tar.gz (25 kB) 16:04:24 ---> 77b143668ab9 16:04:24 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:04:24 Collecting texttable<0.10,>=0.9.0 16:04:24 Downloading texttable-0.9.1.tar.gz (11 kB) 16:04:25 ---> a8796edcac51 16:04:25 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 16:04:25 Collecting docker<4.0,>=3.6.0 16:04:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:04:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:04:26 Collecting dockerpty<0.5,>=0.4.1 16:04:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:04:26 ---> 2cba8407557d 16:04:26 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:04:27 ---> b732aaffe5c5 16:04:27 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 16:04:27 Collecting cached-property<2,>=1.2.0 16:04:27 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:04:27 ---> Running in 34c3f39c8df3 16:04:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:04:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:04:27 Removing intermediate container 34c3f39c8df3 16:04:27 ---> 2cfbe4d2ead4 16:04:27 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:04:27 Collecting websocket-client<1.0,>=0.32.0 16:04:27 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:04:27 ---> 776e6464079f 16:04:27 Step 29/34 : RUN chmod +x /entrypoint.sh 16:04:27 Collecting docker-pycreds>=0.4.0 16:04:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:04:28 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) 16:04:28 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) 16:04:28 ---> Running in e4e1128351ce 16:04:28 Collecting idna<2.8,>=2.5 16:04:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:04:28 Collecting urllib3<1.25,>=1.21.1 16:04:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:04:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:04:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:04:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:04:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:04:28 Installing collected packages: PyYAML, jsonschema, docopt, texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, cached-property, docker-compose 16:04:28 Running setup.py install for PyYAML: started 16:04:30 Running setup.py install for PyYAML: finished with status 'done' 16:04:30 Running setup.py install for docopt: started 16:04:30 Running setup.py install for docopt: finished with status 'done' 16:04:30 Running setup.py install for texttable: started 16:04:30 Removing intermediate container e4e1128351ce 16:04:30 ---> a5b56ef41f01 16:04:30 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 16:04:31 ---> Running in aaabd702234d 16:04:31 Removing intermediate container aaabd702234d 16:04:31 ---> c9307f764487 16:04:31 Step 31/34 : CMD ["gate"] 16:04:31 Running setup.py install for texttable: finished with status 'done' 16:04:31 ---> Running in d4dad6e0daf4 16:04:31 Attempting uninstall: idna 16:04:31 Found existing installation: idna 2.9 16:04:31 Uninstalling idna-2.9: 16:04:32 Successfully uninstalled idna-2.9 16:04:32 Attempting uninstall: urllib3 16:04:32 Found existing installation: urllib3 1.25.9 16:04:32 Uninstalling urllib3-1.25.9: 16:04:32 Removing intermediate container d4dad6e0daf4 16:04:32 ---> ec1bc5850bb1 16:04:32 Step 32/34 : LABEL arch=x86_64 16:04:32 Successfully uninstalled urllib3-1.25.9 16:04:32 ---> Running in 371e72cd51c1 16:04:32 Attempting uninstall: requests 16:04:32 Found existing installation: requests 2.23.0 16:04:32 Uninstalling requests-2.23.0: 16:04:32 Successfully uninstalled requests-2.23.0 16:04:33 25b303627fd3: Pull complete 16:04:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:04:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:04:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:04:33 prd-ubuntu18.04-docker-arm64-4c-16g-23770 does not seem to be running inside a container 16:04:33 Removing intermediate container 371e72cd51c1 16:04:33 ---> cbec10454c4a 16:04:33 Step 33/34 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:04:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:04:33 ---> Running in 6419ae775cb4 16:04:33 Running setup.py install for dockerpty: started 16:04:34 Removing intermediate container 6419ae775cb4 16:04:34 ---> fc4045affe93 16:04:34 Step 34/34 : LABEL version=0.0.0 16:04:34 ---> Running in 2c852678108e 16:04:34 Running setup.py install for dockerpty: finished with status 'done' 16:04:34 Removing intermediate container 2c852678108e 16:04:34 ---> 6a28cae78cf7 16:04:34 16:04:35 Successfully built 6a28cae78cf7 16:04:35 Successfully tagged docker-security-bootstrapper-go:latest 16:04:35  Building docker-security-bootstrapper-go ... done 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 16:04:36 $ docker top 110d8460aef2749a9b4c1a47ddf4cb406cf4de57014003ece0518c1d2222659d -eo pid,comm [Pipeline] { [Pipeline] sh 16:04:37 + docker-compose build --help 16:04:37 + grep parallel 16:04:38 Removing intermediate container 927672ac3926 16:04:38 ---> f6f3685649ee 16:04:38 Step 21/26 : RUN apk --no-cache add curl 16:04:38 ---> Running in e6e2f706249b 16:04:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:04:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:04:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:04:39 (2/3) Installing libcurl (7.69.1-r3) 16:04:39 (3/3) Installing curl (7.69.1-r3) 16:04:39 Executing busybox-1.31.1-r19.trigger 16:04:39 OK: 72 MiB in 58 packages 16:04:40 Removing intermediate container e6e2f706249b 16:04:40 ---> 59cf89693c17 16:04:40 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:04:40 ---> Running in 5af96d0b3548 16:04:40 Removing intermediate container 5af96d0b3548 16:04:40 ---> e3547653c5f6 16:04:40 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:04:40 ---> Running in df7967414a7f 16:04:40 Removing intermediate container df7967414a7f 16:04:40 ---> 54bfa81da93a 16:04:40 Step 24/26 : LABEL arch=x86_64 16:04:40 --parallel Build images in parallel. [Pipeline] } 16:04:41 $ docker stop --time=1 110d8460aef2749a9b4c1a47ddf4cb406cf4de57014003ece0518c1d2222659d 16:04:41 ---> Running in 8e6adfe7bfcb 16:04:41 Removing intermediate container 8e6adfe7bfcb 16:04:41 ---> e011e8767cb4 16:04:41 Step 25/26 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:04:41 ---> Running in bd6789e926d3 16:04:41 Removing intermediate container bd6789e926d3 16:04:41 ---> c8371abbae60 16:04:41 Step 26/26 : LABEL version=0.0.0 16:04:41 ---> Running in cb7b44e2b68f 16:04:41 Removing intermediate container cb7b44e2b68f 16:04:41 ---> b27adf461370 16:04:41 16:04:42 Successfully built b27adf461370 16:04:42 Successfully tagged docker-sys-mgmt-agent-go:latest 16:04:42  Building docker-sys-mgmt-agent-go ... done  16:04:42 $ docker rm -f 110d8460aef2749a9b4c1a47ddf4cb406cf4de57014003ece0518c1d2222659d [Pipeline] // withDockerContainer [Pipeline] } 16:04:43 $ docker stop --time=1 698b803be18955320d6ecd50738d5dcb50630b56c8ce30d3de2b279a02fdf3d6 16:04:45 $ docker rm -f 698b803be18955320d6ecd50738d5dcb50630b56c8ce30d3de2b279a02fdf3d6 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:04:46 + docker images 16:04:46 + grep docker 16:04:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:04:46 . [Pipeline] withDockerContainer 16:04:46 prd-ubuntu18.04-docker-arm64-4c-16g-23770 does not seem to be running inside a container 16:04:46 docker-sys-mgmt-agent-go latest b27adf461370 5 seconds ago 313MB 16:04:46 docker-security-bootstrapper-go latest 6a28cae78cf7 12 seconds ago 33.5MB 16:04:46 docker-support-notifications-go latest 68d1b17e0372 57 seconds ago 16.9MB 16:04:46 docker-security-secretstore-setup-go latest bf9f5835132e About a minute ago 24.6MB 16:04:46 docker-core-data-go latest 891fbd802df8 3 minutes ago 22.3MB 16:04:46 docker-core-command-go latest 88b569ac4928 3 minutes ago 16.9MB 16:04:46 docker-core-metadata-go latest bee611b8fc1a 3 minutes ago 18.8MB 16:04:46 docker-security-proxy-setup-go latest 9c6a1b227ca4 3 minutes ago 24.4MB 16:04:46 docker-support-scheduler-go latest eb9c9f9064ea 3 minutes ago 16.4MB 16:04:46 docker 20.10.0 aefe523efa57 6 weeks ago 240MB 16:04:46 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:04:48 $ docker top e80d052e17ebef1dd98d4794c20d7704623084a8562632f11c569ded8d126b3b -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] sh [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 16:04:49 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] node 16:04:53 Building docker-core-command-go ... 16:04:53 Building docker-core-data-go ... 16:04:53 Building docker-core-metadata-go ... 16:04:53 Building docker-security-bootstrapper-go ... 16:04:53 Building docker-security-proxy-setup-go ... 16:04:53 Building docker-security-secretstore-setup-go ... 16:04:53 Building docker-support-notifications-go ... 16:04:53 Building docker-support-scheduler-go ... 16:04:53 Building docker-sys-mgmt-agent-go ... 16:04:53 Building docker-security-bootstrapper-go 16:04:53 Building docker-sys-mgmt-agent-go 16:04:53 Building docker-support-scheduler-go 16:04:53 Building docker-core-command-go 16:04:53 Building docker-support-notifications-go 16:05:04 Still waiting to schedule task 16:05:04 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:06:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:06:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:06:01 ---> ee6bedae3d59 16:06:01 Step 3/22 : WORKDIR /edgex-go 16:06:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:06:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:06:01 ---> ee6bedae3d59 16:06:01 Step 3/22 : WORKDIR /edgex-go 16:06:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:06:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:06:01 ---> ee6bedae3d59 16:06:01 Step 3/26 : WORKDIR /edgex-go 16:06:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:06:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:06:01 ---> ee6bedae3d59 16:06:01 Step 3/23 : WORKDIR /edgex-go 16:06:01 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:06:01 Step 2/34 : FROM ${BUILDER_BASE} AS builder 16:06:01 ---> ee6bedae3d59 16:06:01 Step 3/34 : WORKDIR /edgex-go 16:06:02 Running on prd-ubuntu18.04-docker-8c-8g-23775 in /w/workspace/edgexfoundry_edgex-go_PR-3061 [Pipeline] { [Pipeline] ws 16:06:02 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 16:06:04 using credential edgex-jenkins-ssh 16:06:04 Cloning the remote Git repository 16:06:05 ---> Running in 7ea90c569667 16:06:05 ---> Running in 51b638e815b1 16:06:05 ---> Running in 056e958236f7 16:06:05 ---> Running in 5f2aea20e507 16:06:05 ---> Running in 9a7ff2d0b8ce 16:06:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:06:05 > git init /w/workspace/edgex-go/8 # timeout=10 16:06:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:06:05 > git --version # timeout=10 16:06:05 > git --version # 'git version 2.17.1' 16:06:05 using GIT_SSH to set credentials SSH Credentials for GitHub 16:06:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:06:05 Removing intermediate container 056e958236f7 16:06:05 ---> 6f642056d813 16:06:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:05 Removing intermediate container 51b638e815b1 16:06:05 ---> a99508a503e1 16:06:05 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:05 Removing intermediate container 7ea90c569667 16:06:05 ---> b6588ed6912e 16:06:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:05 Removing intermediate container 5f2aea20e507 16:06:05 ---> 002adac53842 16:06:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:05 Removing intermediate container 9a7ff2d0b8ce 16:06:05 ---> 8b644913c247 16:06:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:05 ---> Running in 560a22ee7b80 16:06:05 ---> Running in 7f02940171b0 16:06:05 ---> Running in a4ca84bafb0f 16:06:05 ---> Running in 841436b5ae46 16:06:05 ---> Running in e62ffecf6ea7 16:06:10 Removing intermediate container 560a22ee7b80 16:06:10 ---> e8c3c2f50c75 16:06:10 Step 5/26 : RUN apk add --update --no-cache make bash git 16:06:10 ---> Running in 0cba5f66b559 16:06:10 Removing intermediate container a4ca84bafb0f 16:06:10 Removing intermediate container 7f02940171b0 16:06:10 ---> e66b813c54d3 16:06:10 Step 5/23 : RUN apk add --update --no-cache make git 16:06:10 ---> a9eba1417248 16:06:10 Step 5/34 : RUN apk add --update --no-cache make git 16:06:10 ---> Running in 95f3df550d81 16:06:10 ---> Running in f08b42094a6c 16:06:10 Removing intermediate container 841436b5ae46 16:06:10 ---> 43132daa6283 16:06:10 Step 5/22 : RUN apk add --update --no-cache make git 16:06:10 ---> Running in c90031f6d898 16:06:10 Removing intermediate container e62ffecf6ea7 16:06:10 ---> e9209dec6203 16:06:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:06:11 ---> Running in d92c822ce2ea 16:06:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:06:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:06:14 OK: 217 MiB in 51 packages 16:06:15 OK: 217 MiB in 51 packages 16:06:15 OK: 217 MiB in 51 packages 16:06:16 OK: 217 MiB in 51 packages 16:06:16 OK: 217 MiB in 51 packages 16:06:16 Removing intermediate container c90031f6d898 16:06:16 ---> a2cd6186af8b 16:06:16 Step 6/22 : COPY go.mod . 16:06:17 Removing intermediate container 95f3df550d81 16:06:17 ---> 8c14c6f22475 16:06:17 Step 6/34 : COPY go.mod . 16:06:17 ---> 802b0f51d0bc 16:06:17 Step 7/22 : RUN go mod download 16:06:17 Removing intermediate container 0cba5f66b559 16:06:17 ---> f5b3bac187e0 16:06:17 Step 6/26 : COPY go.mod . 16:06:17 ---> Running in f3989ce906d6 16:06:17 Removing intermediate container f08b42094a6c 16:06:17 ---> e40c59ab0f80 16:06:17 Step 6/23 : COPY go.mod . 16:06:18 Removing intermediate container d92c822ce2ea 16:06:18 ---> 7b429f1a5b5a 16:06:18 Step 6/22 : COPY go.mod . 16:06:18 ---> d98853f9aa2f 16:06:18 Step 7/34 : RUN go mod download 16:06:18 ---> Running in 995eed9e43b5 16:06:18 Merging remotes/origin/master commit 5d60090e02a7a818f5291dfe542d2b3f046e7863 into PR head commit 01445b51db960b5dd7fa05554b892a204c78c218 16:06:18 Merge succeeded, producing 01445b51db960b5dd7fa05554b892a204c78c218 16:06:18 Checking out Revision 01445b51db960b5dd7fa05554b892a204c78c218 (PR-3061) 16:06:18 ---> 8a4048b32033 16:06:18 Step 7/26 : RUN go mod download 16:06:18 ---> Running in 549883d9a552 16:06:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:06:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:06:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:06:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:06:18 using GIT_SSH to set credentials SSH Credentials for GitHub 16:06:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3061/head:refs/remotes/origin/PR-3061 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:06:18 > git config core.sparsecheckout # timeout=10 16:06:18 > git checkout -f 01445b51db960b5dd7fa05554b892a204c78c218 # timeout=10 16:06:18 > git remote # timeout=10 16:06:18 > git config --get remote.origin.url # timeout=10 16:06:18 using GIT_SSH to set credentials SSH Credentials for GitHub 16:06:18 > git merge 5d60090e02a7a818f5291dfe542d2b3f046e7863 # timeout=10 16:06:18 > git rev-parse HEAD^{commit} # timeout=10 16:06:18 > git config core.sparsecheckout # timeout=10 16:06:18 > git checkout -f 01445b51db960b5dd7fa05554b892a204c78c218 # timeout=10 16:06:19 ---> 565e799764f2 16:06:19 Step 7/23 : RUN go mod download 16:06:19 ---> 9e0d2095b829 16:06:19 Step 7/22 : RUN go mod download 16:06:19 ---> Running in dec1945e2e36 16:06:19 ---> Running in faa8e2f68020 16:06:21 Removing intermediate container f3989ce906d6 16:06:21 ---> 76214d79e825 16:06:21 Step 8/22 : COPY . . 16:06:22 Commit message: "Merge branch 'master' into issue-3035" 16:06:22 Removing intermediate container 995eed9e43b5 16:06:22 ---> d15e1be52776 16:06:22 Step 8/34 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:06:23 + echo snap-build.sh 16:06:23 snap-build.sh 16:06:23 + SNAP_BASE_DIR=. 16:06:23 + '[' '!' -z /w/workspace/edgex-go/8 ']' 16:06:23 + SNAP_BASE_DIR=/w/workspace/edgex-go/8 16:06:23 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' 16:06:23 [snap-build] Building snap in dir [/w/workspace/edgex-go/8] 16:06:23 + cd /w/workspace/edgex-go/8 16:06:23 + sudo apt-get remove -qy --purge lxd lxd-client 16:06:23 Reading package lists... 16:06:23 Building dependency tree... 16:06:23 Reading state information... 16:06:23 Removing intermediate container 549883d9a552 16:06:23 ---> 4f6edce873a4 16:06:23 Step 8/26 : COPY . . 16:06:23 The following packages were automatically installed and are no longer required: 16:06:23 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:06:23 uidmap xdelta3 16:06:23 Use 'sudo apt autoremove' to remove them. 16:06:23 The following packages will be REMOVED: 16:06:23 lxd* lxd-client* 16:06:24 Removing intermediate container dec1945e2e36 16:06:24 ---> 2b38167b7918 16:06:24 Step 8/23 : COPY . . 16:06:24 Removing intermediate container faa8e2f68020 16:06:24 ---> 9105d9f2c684 16:06:24 Step 8/22 : COPY . . 16:06:24 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:06:24 After this operation, 31.7 MB disk space will be freed. 16:06:25 (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.) 16:06:25 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:06:26 Removing lxd dnsmasq configuration 16:06:26 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:06:26 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:06:27 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:06:27 (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.) 16:06:27 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:06:28 Processing triggers for systemd (237-3ubuntu10.42) ... 16:06:28 Processing triggers for ureadahead (0.100.0-21) ... 16:06:30 + sudo snap remove --purge lxd 16:06:30 snap "lxd" is not installed 16:06:30 + sudo groupadd --force --system lxd 16:06:30 ++ whoami 16:06:30 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:06:30 + newgrp - lxd 16:06:30 + sudo snap install lxd 16:06:38 2021-01-28T16:06:36Z INFO Waiting for automatic snapd restart... 16:06:50 lxd 4.10 from Canonical* installed 16:06:50 + sudo lxd init --auto 16:06:51 ---> 3f02dee5ea57 16:06:51 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:06:51 ---> 6745409b6f0f 16:06:51 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 16:06:51 ---> 48b2d98d4cfa 16:06:51 Step 9/23 : RUN make cmd/core-command/core-command 16:06:51 ---> ab15ba472482 16:06:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:06:51 ---> Running in 059a71c4ba22 16:06:51 ---> edbcfeac35a5 16:06:51 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:06:51 ---> Running in 48cc7f3bb892 16:06:51 ---> Running in 2b2b3326fb82 16:06:51 ---> Running in cab92fdfe090 16:06:51 ---> Running in 647b218a58c3 16:06:51 Removing intermediate container 2b2b3326fb82 16:06:51 ---> 6cd26fc1c67b 16:06:51 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 16:06:51 ---> Running in 6fb37900000d 16:06:51 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 16:06:51 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 16:06:51 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 16:06:51 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 16:06:51 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 16:06:58 + sudo snap install --classic snapcraft 16:07:04 snapcraft 4.4.4 from Canonical* installed 16:07:04 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:07:04 + patch --verbose -p1 16:07:04 Hmm... Looks like a unified diff to me... 16:07:04 The text leading up to this was: 16:07:04 -------------------------- 16:07:04 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 16:07:04 |From: Tony Espy 16:07:04 |Date: Wed, 16 Dec 2020 16:34:55 -0500 16:07:04 |Subject: [PATCH] optimize snap build for pipeline CI check 16:07:04 | 16:07:04 |This patch is used by the EdgeX CI pipeline builds to 16:07:04 |optimize the snap CI check run for pull requests. When 16:07:04 |applied, it essentially strips out everything (apps and 16:07:04 |parts) from the snapcraft.yaml file except those required 16:07:04 |to build edgex-go, as the whole idea of the CI check is to 16:07:04 |catch changes to edgex-go that break the snap build. 16:07:04 | 16:07:04 |In general, anyone updating snapcraft.yaml will also need 16:07:04 |to update this patch file, otherwise it may fail to apply, 16:07:04 |resulting in a failed snap build CI check in the associated 16:07:04 |pull request. 16:07:04 | 16:07:04 |Note - in addition to applying this patch, the pipeline also 16:07:04 |only primes the snap (e.g. `snapcraft prime`), as there's no 16:07:04 |need to build the finally binary .snap file (and it won't 16:07:04 |work with the patch applied). This further reduces the build 16:07:04 |time. 16:07:04 |--- 16:07:04 | snap/snapcraft.yaml | 461 +------------------------------------------- 16:07:04 | 1 file changed, 2 insertions(+), 459 deletions(-) 16:07:04 | 16:07:04 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 16:07:04 |index 1e537489..faf42425 100644 16:07:04 |--- a/snap/snapcraft.yaml 16:07:04 |+++ b/snap/snapcraft.yaml 16:07:04 -------------------------- 16:07:04 patching file snap/snapcraft.yaml 16:07:04 Using Plan A... 16:07:04 Hunk #1 succeeded at 73. 16:07:04 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 16:07:04 Hunk #3 succeeded at 214 (offset -1 lines). 16:07:04 Hunk #4 succeeded at 222 (offset -1 lines). 16:07:04 Hunk #5 succeeded at 229 (offset -1 lines). 16:07:04 Hunk #6 succeeded at 256 (offset -1 lines). 16:07:04 Hunk #7 succeeded at 290 (offset -1 lines). 16:07:04 Hunk #8 succeeded at 342. 16:07:04 Hmm... Ignoring the trailing garbage. 16:07:04 done 16:07:04 + sudo snapcraft prime --use-lxd 16:07:05 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:07:05 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: 16:07:05 - README.md 16:07:05 - snapcraft.yaml.orig 16:07:05 16:07:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:07:06 Launching a container. 16:07:16 Waiting for container to be ready 16:07:16 To start your first instance, try: lxc launch ubuntu:18.04 16:07:16 16:07:19 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:07:19 Waiting for network to be ready... 16:07:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:07:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 16:07:20 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:07:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 16:07:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 16:07:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 16:07:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 16:07:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 16:07:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 16:07:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 16:07:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:07:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:07:21 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:07:21 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:07:21 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:07:21 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:07:21 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:07:21 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:07:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:07:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] 16:07:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] 16:07:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 16:07:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 16:07:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] 16:07:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 16:07:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 16:07:22 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 16:07:24 Fetched 23.8 MB in 4s (5921 kB/s) 16:07:25 Reading package lists... 16:07:25 Reading package lists... 16:07:25 Building dependency tree... 16:07:25 Reading state information... 16:07:25 The following additional packages will be installed: 16:07:25 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:07:25 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:07:25 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:07:25 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:07:25 Suggested packages: 16:07:25 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:07:25 Recommended packages: 16:07:25 gnupg libsasl2-modules 16:07:25 The following NEW packages will be installed: 16:07:25 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:07:25 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:07:25 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:07:25 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:07:25 The following packages will be upgraded: 16:07:25 gpg gpg-agent gpgconf libudev1 16:07:25 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 16:07:25 Need to get 3533 kB of archives. 16:07:25 After this operation, 13.3 MB of additional disk space will be used. 16:07:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 16:07:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 16:07:26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 16:07:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 16:07:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 16:07:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 16:07:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:07:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 16:07:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 16:07:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 16:07:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:07:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:07:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:07:26 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:07:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:07:26 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:07:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:07:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:07:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:07:26 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:07:26 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:07:26 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:07:26 debconf: delaying package configuration, since apt-utils is not installed 16:07:26 Fetched 3533 kB in 1s (3598 kB/s) 16:07:26 (Reading database ... 12511 files and directories currently installed.) 16:07:26 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 16:07:26 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:07:27 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 16:07:27 Selecting previously unselected package udev. 16:07:27 (Reading database ... 12511 files and directories currently installed.) 16:07:27 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 16:07:27 Unpacking udev (237-3ubuntu10.44) ... 16:07:28 Selecting previously unselected package libfuse2:amd64. 16:07:28 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:07:28 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:07:29 Selecting previously unselected package fuse. 16:07:29 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:07:29 Unpacking fuse (2.9.7-1ubuntu1) ... 16:07:30 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 16:07:30 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:07:31 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 16:07:32 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:07:32 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 16:07:33 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:07:34 Selecting previously unselected package libksba8:amd64. 16:07:34 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:07:34 Unpacking libksba8:amd64 (1.3.5-2) ... 16:07:34 Selecting previously unselected package libroken18-heimdal:amd64. 16:07:34 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:07:34 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:34 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:07:34 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:07:34 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:35 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:07:35 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:07:35 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:35 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:07:35 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:07:35 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:35 Selecting previously unselected package libwind0-heimdal:amd64. 16:07:35 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:07:35 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:35 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:07:35 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:07:35 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:35 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:07:35 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:07:35 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:35 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:07:35 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:07:35 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:35 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:07:35 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:07:35 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:35 Selecting previously unselected package libsasl2-modules-db:amd64. 16:07:35 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:07:35 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:07:35 Selecting previously unselected package libsasl2-2:amd64. 16:07:35 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:07:35 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:07:35 Selecting previously unselected package libldap-common. 16:07:35 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 16:07:35 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:07:36 Selecting previously unselected package libldap-2.4-2:amd64. 16:07:36 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 16:07:36 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:07:36 Selecting previously unselected package dirmngr. 16:07:36 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 16:07:36 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 16:07:36 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:07:36 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 16:07:36 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:07:36 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:07:36 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:07:36 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 16:07:36 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:36 Setting up libksba8:amd64 (1.3.5-2) ... 16:07:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:07:36 Setting up udev (237-3ubuntu10.44) ... 16:07:37 invoke-rc.d: policy-rc.d denied execution of start. 16:07:37 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:37 Processing triggers for systemd (237-3ubuntu10) ... 16:07:37 Setting up fuse (2.9.7-1ubuntu1) ... 16:07:37 Setting up gpg (2.2.4-1ubuntu1.3) ... 16:07:37 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:37 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:37 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:37 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:37 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:37 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:37 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:07:37 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:07:37 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 16:07:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:07:38 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:07:38 settings in the [Install] section, and DefaultInstance for template units). 16:07:38 This means they are not meant to be enabled using systemctl. 16:07:38 Possible reasons for having this kind of units are: 16:07:38 1) A unit may be statically enabled by being symlinked from another unit's 16:07:38 .wants/ or .requires/ directory. 16:07:38 2) A unit's purpose may be to act as a helper for some other unit which has 16:07:38 a requirement dependency on it. 16:07:38 3) A unit may be started when needed via activation (socket, path, timer, 16:07:38 D-Bus, udev, scripted systemctl call, ...). 16:07:38 4) In case of template units, the unit is meant to be enabled with some 16:07:38 instance name specified. 16:07:38 Reading package lists... 16:07:38 Building dependency tree... 16:07:38 Reading state information... 16:07:38 The following additional packages will be installed: 16:07:38 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:07:38 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:07:38 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:07:38 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:07:38 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:07:38 Suggested packages: 16:07:38 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:07:38 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:07:38 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:07:38 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:07:38 systemd-container policykit-1 16:07:38 Recommended packages: 16:07:38 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:07:38 The following NEW packages will be installed: 16:07:38 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:07:38 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:07:38 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:07:38 multiarch-support openssh-client python3 python3-minimal python3.6 16:07:38 python3.6-minimal snapd squashfs-tools sudo 16:07:38 The following packages will be upgraded: 16:07:38 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:07:38 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 16:07:38 Need to get 35.2 MB of archives. 16:07:38 After this operation, 141 MB of additional disk space will be used. 16:07:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:07:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:07:38 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 16:07:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 16:07:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 16:07:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:07:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 16:07:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 16:07:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 16:07:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:07:39 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 16:07:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:07:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:07:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:07:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:07:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:07:39 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 16:07:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:07:39 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 16:07:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:07:39 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:07:39 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:07:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:07:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:07:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:07:39 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:07:39 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:07:39 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:07:39 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:07:39 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 16:07:41 debconf: delaying package configuration, since apt-utils is not installed 16:07:41 Fetched 35.2 MB in 2s (16.0 MB/s) 16:07:41 (Reading database ... 12757 files and directories currently installed.) 16:07:41 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 16:07:41 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:07:41 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 16:07:41 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:07:41 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 16:07:42 (Reading database ... 12757 files and directories currently installed.) 16:07:42 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:07:42 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:07:42 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:07:42 (Reading database ... 12757 files and directories currently installed.) 16:07:42 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:07:42 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:07:42 Setting up apt (1.6.12ubuntu0.2) ... 16:07:42 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:07:43 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:07:43 (Reading database ... 12764 files and directories currently installed.) 16:07:43 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:07:43 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:07:43 Selecting previously unselected package libpython3.6-minimal:amd64. 16:07:43 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:07:43 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:07:43 Selecting previously unselected package libexpat1:amd64. 16:07:43 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:07:43 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:07:43 Selecting previously unselected package python3.6-minimal. 16:07:43 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:07:43 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:07:44 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 16:07:44 Checking for services that may need to be restarted...done. 16:07:44 Checking for services that may need to be restarted...done. 16:07:44 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:07:44 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:07:44 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:07:44 Selecting previously unselected package python3-minimal. 16:07:44 (Reading database ... 13012 files and directories currently installed.) 16:07:44 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:07:44 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:07:44 Selecting previously unselected package mime-support. 16:07:44 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:07:44 Unpacking mime-support (3.60ubuntu1) ... 16:07:44 Selecting previously unselected package libmpdec2:amd64. 16:07:44 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:07:44 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:07:45 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:07:45 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:07:45 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:07:45 Selecting previously unselected package python3.6. 16:07:45 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:07:45 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:07:45 Selecting previously unselected package libpython3-stdlib:amd64. 16:07:45 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:07:45 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:07:45 Setting up python3-minimal (3.6.7-1~18.04) ... 16:07:45 Selecting previously unselected package python3. 16:07:45 (Reading database ... 13442 files and directories currently installed.) 16:07:45 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:07:45 Unpacking python3 (3.6.7-1~18.04) ... 16:07:45 Selecting previously unselected package multiarch-support. 16:07:45 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:07:45 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:07:45 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:07:45 Selecting previously unselected package liblzo2-2:amd64. 16:07:45 (Reading database ... 13479 files and directories currently installed.) 16:07:45 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:07:45 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:07:45 Selecting previously unselected package libbsd0:amd64. 16:07:45 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:07:45 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:07:46 Selecting previously unselected package sudo. 16:07:46 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 16:07:46 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 16:07:46 Selecting previously unselected package apparmor. 16:07:46 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:07:46 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:07:46 Selecting previously unselected package libedit2:amd64. 16:07:46 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:07:46 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:07:46 Selecting previously unselected package libkrb5support0:amd64. 16:07:46 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:07:46 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:07:46 Selecting previously unselected package libk5crypto3:amd64. 16:07:46 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:07:46 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:07:46 Selecting previously unselected package libkeyutils1:amd64. 16:07:46 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:07:46 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:07:47 Selecting previously unselected package libkrb5-3:amd64. 16:07:47 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:07:47 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:07:48 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:07:48 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:07:48 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:07:48 Selecting previously unselected package libssl1.0.0:amd64. 16:07:48 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 16:07:48 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:07:48 Selecting previously unselected package openssh-client. 16:07:48 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:07:48 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:07:48 Selecting previously unselected package squashfs-tools. 16:07:48 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:07:48 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:07:48 Selecting previously unselected package snapd. 16:07:48 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 16:07:48 Unpacking snapd (2.48+18.04) ... 16:07:50 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:07:50 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:07:50 Setting up mime-support (3.60ubuntu1) ... 16:07:50 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 16:07:50 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:07:50 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:07:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:07:50 Setting up systemd (237-3ubuntu10.44) ... 16:07:50 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:07:51 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:07:51 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:07:51 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:07:51 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:07:51 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:07:51 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:07:52 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:07:52 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:07:52 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:07:52 Setting up python3 (3.6.7-1~18.04) ... 16:07:52 running python rtupdate hooks for python3.6... 16:07:52 running python post-rtupdate hooks for python3.6... 16:07:52 Setting up apparmor (2.12-4ubuntu5.1) ... 16:07:53 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:07:54 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:07:54 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:07:54 Setting up snapd (2.48+18.04) ... 16:07:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:07:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:07:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:07:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:07:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:07:55 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:07:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:07:55 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:07:55 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:07:56 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:07:56 /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' 16:07:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:07:56 Processing triggers for systemd (237-3ubuntu10.44) ... 16:07:57 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:07:57 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:07:57 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:07:58 Reading package lists... 16:07:58 Reading package lists... 16:07:59 Building dependency tree... 16:07:59 Reading state information... 16:07:59 Calculating upgrade... 16:07:59 The following packages will be upgraded: 16:07:59 advancecomp base-files bash binutils binutils-common 16:07:59 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:07:59 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:07:59 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 16:07:59 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 16:07:59 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 16:07:59 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 16:07:59 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 16:07:59 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 16:07:59 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 16:07:59 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 16:07:59 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 16:07:59 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 16:07:59 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 16:07:59 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 16:07:59 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:07:59 Need to get 63.8 MB of archives. 16:07:59 After this operation, 5205 kB of additional disk space will be used. 16:07:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 16:07:59 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:07:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:07:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:07:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:07:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:07:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:07:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:07:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:07:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:07:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:07:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:07:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:07:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:07:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:07:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:07:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:07:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:07:59 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:07:59 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:07:59 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:07:59 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:07:59 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:07:59 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:07:59 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:07:59 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:07:59 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:07:59 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:07:59 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:07:59 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:07:59 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:07:59 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:07:59 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:07:59 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:07:59 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:07:59 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 16:07:59 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 16:07:59 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:07:59 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:07:59 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:07:59 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 16:07:59 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 16:07:59 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:07:59 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:07:59 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:07:59 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 16:07:59 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:07:59 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:07:59 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] 16:08:00 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 16:08:00 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 16:08:00 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 16:08:00 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:08:00 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:08:00 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:08:00 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:08:00 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:08:00 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:08:00 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:08:00 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:08:00 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:08:00 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:08:00 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:08:00 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:08:00 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:08:00 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:08:00 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:08:00 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:08:00 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:08:00 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:08:00 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:08:00 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:08:00 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:08:00 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:08:00 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:08:00 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:08:00 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:08:00 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:08:00 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:08:00 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 16:08:00 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 16:08:00 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:08:00 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] 16:08:00 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:08:00 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 16:08:00 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] 16:08:01 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:08:01 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:08:01 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:08:01 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:08:01 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:08:01 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:08:01 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] 16:08:01 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:08:01 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:08:01 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:08:01 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:08:01 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:08:01 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:08:01 debconf: delaying package configuration, since apt-utils is not installed 16:08:01 Fetched 63.8 MB in 2s (34.4 MB/s) 16:08:01 (Reading database ... 13912 files and directories currently installed.) 16:08:01 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:08:02 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:08:03 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:08:04 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:08:04 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 16:08:04 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 16:08:05 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:08:05 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:08:05 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:08:05 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:08:05 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:08:06 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:08:06 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:08:06 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:08:06 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:08:06 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:08:06 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:08:06 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:08:06 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:08:06 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:08:06 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:08:06 (Reading database ... 13911 files and directories currently installed.) 16:08:06 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:08:06 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:08:06 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:08:07 (Reading database ... 13911 files and directories currently installed.) 16:08:07 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:08:07 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:08:07 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:08:07 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:08:07 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:08:07 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:08:07 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:08:07 (Reading database ... 13911 files and directories currently installed.) 16:08:07 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:08:07 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:08:08 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:08:08 (Reading database ... 13911 files and directories currently installed.) 16:08:08 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:08:08 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:08:08 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:08:08 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:08:08 Setting up base-files (10.1ubuntu2.10) ... 16:08:08 Installing new version of config file /etc/issue ... 16:08:08 Installing new version of config file /etc/issue.net ... 16:08:08 Installing new version of config file /etc/lsb-release ... 16:08:08 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:08:09 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:08:09 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:08:09 Removing obsolete conffile /etc/default/motd-news ... 16:08:09 (Reading database ... 13912 files and directories currently installed.) 16:08:09 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:08:09 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:08:09 Setting up bash (4.4.18-2ubuntu1.2) ... 16:08:09 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 16:08:09 (Reading database ... 13912 files and directories currently installed.) 16:08:09 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:08:09 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:08:09 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:08:10 (Reading database ... 13912 files and directories currently installed.) 16:08:10 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:08:10 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:08:10 Setting up tar (1.29b-2ubuntu0.2) ... 16:08:10 (Reading database ... 13912 files and directories currently installed.) 16:08:10 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:08:10 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:08:10 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:08:10 (Reading database ... 13912 files and directories currently installed.) 16:08:10 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:08:10 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:08:10 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:08:10 (Reading database ... 13912 files and directories currently installed.) 16:08:10 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:08:10 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:08:11 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:08:11 (Reading database ... 13912 files and directories currently installed.) 16:08:11 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:08:11 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:08:11 Setting up grep (3.1-2build1) ... 16:08:11 (Reading database ... 13912 files and directories currently installed.) 16:08:11 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:08:11 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:08:11 Setting up login (1:4.5-1ubuntu2) ... 16:08:11 (Reading database ... 13912 files and directories currently installed.) 16:08:11 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:08:11 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:08:11 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:08:11 (Reading database ... 13912 files and directories currently installed.) 16:08:11 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:08:11 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:08:12 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:08:12 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:08:12 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:08:12 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:08:12 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:08:12 (Reading database ... 13912 files and directories currently installed.) 16:08:12 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:08:12 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:08:14 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:08:14 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:08:14 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:08:14 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:08:14 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:08:14 (Reading database ... 13912 files and directories currently installed.) 16:08:14 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:08:14 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:08:14 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:08:14 (Reading database ... 13912 files and directories currently installed.) 16:08:14 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:08:14 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:08:14 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:08:14 (Reading database ... 13912 files and directories currently installed.) 16:08:14 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:08:14 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:08:15 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:08:15 (Reading database ... 13912 files and directories currently installed.) 16:08:15 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:08:15 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:08:15 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:08:15 (Reading database ... 13912 files and directories currently installed.) 16:08:15 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:08:15 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:08:15 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:08:15 (Reading database ... 13912 files and directories currently installed.) 16:08:15 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:08:15 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:08:15 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:08:15 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:08:15 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:08:16 (Reading database ... 13912 files and directories currently installed.) 16:08:16 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:08:16 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:08:16 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:08:16 (Reading database ... 13912 files and directories currently installed.) 16:08:16 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:08:16 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:08:16 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:08:16 (Reading database ... 13912 files and directories currently installed.) 16:08:16 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:08:16 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:08:16 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:08:16 (Reading database ... 13912 files and directories currently installed.) 16:08:16 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:08:16 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:08:17 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:08:17 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:08:17 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:08:17 (Reading database ... 13912 files and directories currently installed.) 16:08:17 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:08:18 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:08:18 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:08:18 (Reading database ... 13912 files and directories currently installed.) 16:08:18 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:08:18 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:08:18 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:08:18 (Reading database ... 13914 files and directories currently installed.) 16:08:18 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:08:18 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:08:18 Setting up debconf (1.5.66ubuntu1) ... 16:08:19 (Reading database ... 13914 files and directories currently installed.) 16:08:19 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 16:08:19 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:08:19 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 16:08:19 (Reading database ... 13914 files and directories currently installed.) 16:08:19 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 16:08:19 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:08:19 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 16:08:19 (Reading database ... 13914 files and directories currently installed.) 16:08:19 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:08:19 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:08:19 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:08:19 (Reading database ... 13914 files and directories currently installed.) 16:08:19 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:08:20 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:08:20 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:08:20 (Reading database ... 13914 files and directories currently installed.) 16:08:20 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:08:20 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:08:20 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:08:20 (Reading database ... 13914 files and directories currently installed.) 16:08:20 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:08:20 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:08:20 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 16:08:20 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:08:20 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:08:20 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:08:21 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:08:21 (Reading database ... 13914 files and directories currently installed.) 16:08:21 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:08:21 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:08:21 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:08:21 (Reading database ... 13914 files and directories currently installed.) 16:08:21 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:08:21 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:08:21 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:08:22 (Reading database ... 13914 files and directories currently installed.) 16:08:22 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:08:22 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:08:22 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:08:22 (Reading database ... 13914 files and directories currently installed.) 16:08:22 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 16:08:22 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 16:08:22 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 16:08:22 (Reading database ... 13914 files and directories currently installed.) 16:08:22 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:08:22 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:08:22 Setting up passwd (1:4.5-1ubuntu2) ... 16:08:23 (Reading database ... 13914 files and directories currently installed.) 16:08:23 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 16:08:23 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:08:23 Setting up gpgv (2.2.4-1ubuntu1.3) ... 16:08:23 (Reading database ... 13914 files and directories currently installed.) 16:08:23 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:08:23 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:08:23 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:08:23 (Reading database ... 13914 files and directories currently installed.) 16:08:23 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:08:23 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:08:23 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:08:24 (Reading database ... 13914 files and directories currently installed.) 16:08:24 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:08:24 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:08:24 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:08:24 (Reading database ... 13914 files and directories currently installed.) 16:08:24 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:08:24 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:08:24 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:08:24 (Reading database ... 13914 files and directories currently installed.) 16:08:24 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:08:24 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:08:24 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:08:24 (Reading database ... 13914 files and directories currently installed.) 16:08:24 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:08:24 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:08:24 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:08:24 (Reading database ... 13915 files and directories currently installed.) 16:08:24 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:08:24 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:08:25 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:08:25 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:08:25 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:08:25 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:08:26 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 16:08:26 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 16:08:26 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:08:26 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:08:27 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:08:27 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:08:27 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:08:27 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:08:27 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:08:27 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:08:27 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 16:08:27 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:08:27 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:08:27 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:08:27 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:08:28 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:08:28 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:08:28 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 16:08:28 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 16:08:29 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:08:29 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:08:29 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:08:29 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:08:29 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:08:29 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:08:29 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:08:29 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:08:30 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:08:30 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:08:30 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:08:30 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:08:30 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:08:30 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:08:30 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:08:31 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:08:31 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:08:31 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:08:31 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:08:31 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:08:31 Removing intermediate container 647b218a58c3 16:08:31 ---> 92e8a85aaf1f 16:08:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:08:32 ---> Running in 49d618f7cacd 16:08:32 Removing intermediate container cab92fdfe090 16:08:32 ---> ea2445ef5a6c 16:08:32 16:08:32 Step 10/22 : FROM alpine:3.12 16:08:32 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:08:32 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:08:32 3.12: Pulling from library/alpine 16:08:33 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:08:33 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:08:33 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:08:33 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:08:33 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:08:33 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:08:34 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 16:08:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:08:34 Status: Downloaded newer image for alpine:3.12 16:08:34 ---> afeebe901d6b 16:08:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:08:34 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:08:34 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:08:34 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:08:34 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:08:35 Removing intermediate container 059a71c4ba22 16:08:35 ---> 94fc5c529482 16:08:35 16:08:35 Step 10/22 : FROM alpine:3.12 16:08:35 ---> afeebe901d6b 16:08:35 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:08:35 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:08:35 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:08:35 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:08:35 ---> Running in f8f8ef0e332c 16:08:35 ---> Running in 07a5f4e0d64c 16:08:35 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:08:35 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:08:35 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:08:35 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:08:35 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:08:35 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:08:35 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:08:36 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:08:36 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:08:36 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:08:36 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:08:36 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:08:36 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:08:36 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:08:36 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:08:36 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:08:36 Setting up tzdata (2020f-0ubuntu0.18.04) ... 16:08:36 + mkdir -p /tmp/build/dist/linux 16:08:36 + cd /tmp/build/dist/linux 16:08:36 + git clone https://github.com/jwilder/dockerize.git . 16:08:36 Cloning into '.'... 16:08:36 16:08:36 Current default time zone: 'Etc/UTC' 16:08:36 Local time is now: Thu Jan 28 16:08:36 UTC 2021. 16:08:36 Universal Time is now: Thu Jan 28 16:08:36 UTC 2021. 16:08:36 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:08:36 16:08:36 Setting up systemd-sysv (237-3ubuntu10.44) ... 16:08:36 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:08:36 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 16:08:36 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:08:36 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:08:36 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:08:36 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:08:36 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:08:36 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:08:36 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:08:36 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:08:36 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:08:37 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:08:37 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 16:08:37 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:08:37 + go get github.com/robfig/glock 16:08:37 Setting up patch (2.7.6-2ubuntu1.1) ... 16:08:37 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:08:37 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:08:37 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 16:08:37 Installing new version of config file /etc/ssl/openssl.cnf ... 16:08:37 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:08:37 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:08:37 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 16:08:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:08:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:08:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:08:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:08:39 Updating certificates in /etc/ssl/certs... 16:08:39 (1/2) Installing ca-certificates (20191127-r4) 16:08:39 Removing intermediate container 49d618f7cacd 16:08:39 ---> 8fd69b30122d 16:08:39 16:08:39 Step 11/26 : FROM docker:20.10.0 16:08:39 (1/1) Installing dumb-init (1.2.2-r1) 16:08:39 Executing busybox-1.31.1-r19.trigger 16:08:39 OK: 5 MiB in 15 packages 16:08:39 20.10.0: Pulling from library/docker 16:08:39 (2/2) Installing dumb-init (1.2.2-r1) 16:08:39 Executing busybox-1.31.1-r19.trigger 16:08:39 Executing ca-certificates-20191127-r4.trigger 16:08:39 OK: 6 MiB in 16 packages 16:08:40 22 added, 17 removed; done. 16:08:40 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:08:40 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:08:40 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:08:40 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:08:40 Setting up pkgbinarymangler (138.18.04.1) ... 16:08:40 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:08:40 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 16:08:40 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:08:40 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:08:40 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:08:40 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:08:40 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:08:40 Setting up perl (5.26.1-6ubuntu0.5) ... 16:08:40 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 16:08:40 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:08:40 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:08:40 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 16:08:41 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:08:41 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:08:41 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:08:41 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:08:41 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:08:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:08:41 Processing triggers for systemd (237-3ubuntu10.44) ... 16:08:41 Processing triggers for mime-support (3.60ubuntu1) ... 16:08:41 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 16:08:41 Updating certificates in /etc/ssl/certs... 16:08:41 0 added, 0 removed; done. 16:08:41 Running hooks in /etc/ca-certificates/update.d... 16:08:41 done. 16:08:42 Removing intermediate container f8f8ef0e332c 16:08:42 ---> 57b36bd40d45 16:08:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:08:42 Reading package lists... 16:08:42 Building dependency tree... 16:08:42 Reading state information... 16:08:42 ---> Running in 4ea23e90a049 16:08:42 The following NEW packages will be installed: 16:08:42 apt-transport-https 16:08:42 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:08:42 Need to get 1696 B of archives. 16:08:42 After this operation, 153 kB of additional disk space will be used. 16:08:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:08:42 debconf: delaying package configuration, since apt-utils is not installed 16:08:42 Fetched 1696 B in 0s (9357 B/s) 16:08:42 Selecting previously unselected package apt-transport-https. 16:08:42 (Reading database ... 13929 files and directories currently installed.) 16:08:42 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:08:42 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:08:43 Removing intermediate container 07a5f4e0d64c 16:08:43 ---> 2c48ecfed488 16:08:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:08:43 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:08:43 Removing intermediate container 4ea23e90a049 16:08:43 ---> 9accd75e9d65 16:08:43 Step 13/22 : ENV APP_PORT=48085 16:08:43 Waiting for network to be ready... 16:08:43 ---> Running in db5505d68757 16:08:43 ---> Running in 701f3cfed178 16:08:44 Removing intermediate container db5505d68757 16:08:44 ---> e35ebbd425ed 16:08:44 Step 13/22 : ENV APP_PORT=48060 16:08:44 ---> Running in 5add43855bb8 16:08:45 Removing intermediate container 48cc7f3bb892 16:08:45 ---> 48a3273512fa 16:08:45 16:08:45 Step 10/23 : FROM alpine:3.12 16:08:45 ---> afeebe901d6b 16:08:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:08:45 ---> Using cache 16:08:45 ---> 57b36bd40d45 16:08:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:08:45 ---> Using cache 16:08:45 ---> 9accd75e9d65 16:08:45 Step 13/23 : ENV APP_PORT=48082 16:08:45 Removing intermediate container 701f3cfed178 16:08:45 ---> 1f1c1c5d7774 16:08:45 Step 14/22 : EXPOSE $APP_PORT 16:08:45 ---> Running in dae29b23aa2c 16:08:45 ---> Running in 61e9da3264de 16:08:45 Removing intermediate container 5add43855bb8 16:08:45 ---> 4ca204243817 16:08:45 Step 14/22 : EXPOSE $APP_PORT 16:08:46 ---> Running in 2919d7232d3b 16:08:46 Removing intermediate container 61e9da3264de 16:08:46 ---> 6a0e003d2d08 16:08:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:08:46 Removing intermediate container dae29b23aa2c 16:08:46 ---> 326809cbdbd7 16:08:46 Step 14/23 : EXPOSE $APP_PORT 16:08:46 ---> Running in 725ce7058675 16:08:46 Removing intermediate container 2919d7232d3b 16:08:46 ---> 5504a993ba92 16:08:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:08:47 Removing intermediate container 725ce7058675 16:08:47 ---> 4f3928943b99 16:08:47 Step 15/23 : WORKDIR / 16:08:48 ---> Running in 669446827d14 16:08:48 ---> 87f13065e698 16:08:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:08:48 ---> c97744aa3bcb 16:08:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:08:48 2021-01-28T16:08:46Z INFO Waiting for automatic snapd restart... 16:08:48 snapd 2.48.2 from Canonical* installed 16:08:49 Removing intermediate container 669446827d14 16:08:49 ---> 4d46a3b26bae 16:08:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:08:49 "snapd" switched to the "latest/stable" channel 16:08:49 16:08:51 ---> 147991db1144 16:08:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:08:51 ---> 5d30e61fb1ca 16:08:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:08:51 ---> 6914d827aa9f 16:08:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:08:52 core18 20201210 from Canonical* installed 16:08:52 "core18" switched to the "latest/stable" channel 16:08:52 16:08:52 ---> 73c060fbb3d3 16:08:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:08:53 ---> Running in 2c788150c148 16:08:53 ---> f61cfdb18d0e 16:08:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:08:53 ---> bf0f7ec69d71 16:08:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:08:54 ---> Running in 2daf6737dade 16:08:54 Removing intermediate container 2c788150c148 16:08:54 ---> e18679afce56 16:08:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:08:54 ---> Running in fb5f44b17a55 16:08:54 Removing intermediate container 2daf6737dade 16:08:54 ---> f872127aa001 16:08:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:08:55 ---> c95cb2b3ffe6 16:08:55 Step 19/23 : ENTRYPOINT ["/core-command"] 16:08:55 ---> Running in 77c8812da8c7 16:08:55 Removing intermediate container fb5f44b17a55 16:08:55 ---> 8b528ed8eb4d 16:08:55 Step 20/22 : LABEL arch=arm64 16:08:55 ---> Running in 390bc87ea91d 16:08:55 ---> Running in 4866f09eaad5 16:08:55 snapcraft 4.4.4 from Canonical* installed 16:08:55 "snapcraft" switched to the "latest/stable" channel 16:08:55 16:08:56 Removing intermediate container 77c8812da8c7 16:08:56 ---> acec33490dd7 16:08:56 Step 20/22 : LABEL arch=arm64 16:08:56 ---> Running in 3233ac512280 16:08:56 Removing intermediate container 4866f09eaad5 16:08:56 ---> b9ff784fb069 16:08:56 Step 21/22 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:08:56 Removing intermediate container 390bc87ea91d 16:08:56 ---> acd8e591ff96 16:08:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:08:56 ---> Running in 7c0efc7db409 16:08:56 ---> Running in e0ba9138e205 16:08:56 Removing intermediate container 3233ac512280 16:08:56 ---> f26344bb376c 16:08:56 Step 21/22 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:08:57 ---> Running in 938cddd0e5e3 16:08:57 Removing intermediate container 7c0efc7db409 16:08:57 ---> 95149427656e 16:08:57 Step 21/23 : LABEL arch=arm64Removing intermediate container e0ba9138e205 16:08:57 ---> c58a8d14c4dd 16:08:57 Step 22/22 : LABEL version=0.0.0 16:08:57 16:08:57 + glock sync -n 16:08:57  ---> Running in 9976305c0730 16:08:57 ---> Running in 2b7a752b8e05 16:08:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:08:57 Status: Downloaded newer image for docker:20.10.0 16:08:57 ---> eeaf43b92773 16:08:57 Step 12/26 : RUN apk add --no-cache bash 16:08:58 Removing intermediate container 938cddd0e5e3 16:08:58 ---> 1b527ff9f4af 16:08:58 Step 22/22 : LABEL version=0.0.0 16:08:58 ---> Running in 350a0609a2b9 16:08:58 ---> Running in ca07e157737d 16:08:58 Removing intermediate container 2b7a752b8e05 16:08:58 ---> 7487908401fd 16:08:58 Step 22/23 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:08:58 Removing intermediate container 9976305c0730 16:08:58 ---> 86bb2f10ddd8 16:08:58 16:08:58 ---> Running in b8165f73e275 16:08:59 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: 16:08:59 - README.md 16:08:59 - snapcraft.yaml.orig 16:08:59 16:08:59 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:08:59 Removing intermediate container ca07e157737d 16:08:59 ---> 50d50bf9e25f 16:08:59 16:08:59 Successfully built 86bb2f10ddd8 16:08:59 Successfully tagged docker-support-scheduler-go-arm64:latest 16:08:59 Removing intermediate container b8165f73e275 16:08:59 ---> 7bea9bf68bb7 16:08:59 Step 23/23 : LABEL version=0.0.0 16:08:59  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 16:08:59 ---> Running in 29a3704f06e7 16:08:59 Successfully built 50d50bf9e25f 16:08:59 Successfully tagged docker-support-notifications-go-arm64:latest 16:08:59 Building docker-core-metadata-go 16:08:59  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:08:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:08:59 Removing intermediate container 29a3704f06e7 16:08:59 ---> a638e34aaa27 16:08:59 16:09:00 Successfully built a638e34aaa27 16:09:00 (1/2) Installing readline (8.0.4-r0) 16:09:00 Successfully tagged docker-core-command-go-arm64:latest 16:09:00  Building docker-core-command-go ... done (2/2) Installing bash (5.0.17-r0) 16:09:00 Building docker-security-proxy-setup-go 16:09:00 Executing bash-5.0.17-r0.post-install 16:09:00 Executing busybox-1.31.1-r19.trigger 16:09:00 OK: 12 MiB in 22 packages 16:09:02 Removing intermediate container 350a0609a2b9 16:09:02 ---> a96d9528e9a8 16:09:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:09:02 ---> Running in 0918b1d192d8 16:09:02 Removing intermediate container 0918b1d192d8 16:09:02 ---> 8066193557c0 16:09:02 Step 14/26 : ENV APP_PORT=48090 16:09:02 ---> Running in 32d04a3df763 16:09:03 Removing intermediate container 32d04a3df763 16:09:03 ---> 291e1608413a 16:09:03 Step 15/26 : EXPOSE $APP_PORT 16:09:03 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 16:09:03 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 16:09:03 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 16:09:04 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 16:09:04 + git describe '--abbrev=0' --tags 16:09:04 + TAG=v0.6.1 16:09:04 + LDFLAGS='-X main.buildVersion=v0.6.1' 16:09:04 + apk --print-arch 16:09:04 + arch=aarch64building [dockerize] for arm64 ... 16:09:04  16:09:04 + echo 'building [dockerize] for arm64 ... ' 16:09:04 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 16:09:04  ---> Running in f05ffee6d8d8 16:09:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:09:05 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:09:05 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:09:05 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:09:05 Removing intermediate container f05ffee6d8d8 16:09:05 ---> 1f249e8cdd3b 16:09:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:09:06 Reading package lists... 16:09:07 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 16:09:08 ---> a9d1273df8ba 16:09:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:09:09 + date 16:09:09 + echo 'Thu Jan 28 16:09:08 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 16:09:09 Thu Jan 28 16:09:08 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 16:09:09 ---> 7125a7382e01 16:09:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:09:10 ---> 67448dea876b 16:09:10 Step 19/26 : RUN apk --no-cache add py3-pip 16:09:11 ---> Running in 3bd8a58d2034 16:09:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:09:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:09:13 (1/33) Installing libbz2 (1.0.8-r1) 16:09:13 (2/33) Installing expat (2.2.9-r1) 16:09:13 (3/33) Installing libffi (3.3-r2) 16:09:13 (4/33) Installing gdbm (1.13-r1) 16:09:13 (5/33) Installing xz-libs (5.2.5-r0) 16:09:13 (6/33) Installing sqlite-libs (3.32.1-r0) 16:09:13 (7/33) Installing python3 (3.8.5-r0) 16:09:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:09:13 Reading package lists... 16:09:13 Building dependency tree... 16:09:13 Reading state information... 16:09:13 Suggested packages: 16:09:13 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:09:13 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:09:13 Recommended packages: 16:09:13 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:09:13 The following NEW packages will be installed: 16:09:13 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:09:13 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:09:13 pkg-config zip 16:09:13 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:09:13 Need to get 7655 kB of archives. 16:09:13 After this operation, 43.7 MB of additional disk space will be used. 16:09:13 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:09:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 16:09:13 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:09:14 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:09:14 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:09:14 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:09:14 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:09:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:09:14 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:09:14 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:09:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:09:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 16:09:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 16:09:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:09:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:09:14 debconf: delaying package configuration, since apt-utils is not installed 16:09:14 Fetched 7655 kB in 1s (7924 kB/s) 16:09:14 Selecting previously unselected package libglib2.0-0:amd64. 16:09:14 (Reading database ... 13933 files and directories currently installed.) 16:09:14 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 16:09:14 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:09:14 Selecting previously unselected package libpsl5:amd64. 16:09:14 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:09:14 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:09:15 (8/33) Installing py3-appdirs (1.4.4-r1) 16:09:15 Selecting previously unselected package libnghttp2-14:amd64. 16:09:15 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:09:15 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:09:15 Selecting previously unselected package librtmp1:amd64. 16:09:15 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:09:15 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:09:15 Selecting previously unselected package libcurl3-gnutls:amd64. 16:09:15 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:09:15 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:09:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:09:15 (10/33) Installing py3-parsing (2.4.7-r0) 16:09:15 (11/33) Installing py3-six (1.15.0-r0) 16:09:15 (12/33) Installing py3-packaging (20.4-r0) 16:09:15 (13/33) Installing py3-setuptools (47.0.0-r0) 16:09:15 (14/33) Installing py3-chardet (3.0.4-r4) 16:09:15 (15/33) Installing py3-idna (2.9-r0) 16:09:15 Selecting previously unselected package liberror-perl. 16:09:15 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:09:15 Unpacking liberror-perl (0.17025-1) ... 16:09:15 Selecting previously unselected package git-man. 16:09:15 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 16:09:15 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 16:09:15 Selecting previously unselected package git. 16:09:15 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 16:09:15 Unpacking git (1:2.17.1-1ubuntu0.7) ... 16:09:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:09:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:09:15 (18/33) Installing py3-requests (2.23.0-r0) 16:09:15 (19/33) Installing py3-msgpack (1.0.0-r0) 16:09:15 (20/33) Installing py3-lockfile (0.12.2-r3) 16:09:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:09:15 (22/33) Installing py3-colorama (0.4.3-r0) 16:09:15 (23/33) Installing py3-distlib (0.3.0-r0) 16:09:15 (24/33) Installing py3-distro (1.5.0-r1) 16:09:15 (25/33) Installing py3-webencodings (0.5.1-r3) 16:09:15 (26/33) Installing py3-html5lib (1.0.1-r4) 16:09:15 (27/33) Installing py3-pytoml (0.1.21-r0) 16:09:15 (28/33) Installing py3-pep517 (0.8.2-r0) 16:09:15 (29/33) Installing py3-progress (1.5-r0) 16:09:15 (30/33) Installing py3-toml (0.10.1-r0) 16:09:15 (31/33) Installing py3-retrying (1.3.3-r0) 16:09:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:09:15 (33/33) Installing py3-pip (20.1.1-r0) 16:09:16 Executing busybox-1.31.1-r19.trigger 16:09:16 OK: 71 MiB in 55 packages 16:09:16 Selecting previously unselected package libnorm1:amd64. 16:09:16 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:09:16 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:09:16 Selecting previously unselected package libpgm-5.2-0:amd64. 16:09:16 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:09:16 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:09:16 Selecting previously unselected package libsodium23:amd64. 16:09:16 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:09:16 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:09:16 Selecting previously unselected package libzmq5:amd64. 16:09:16 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:09:16 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:09:16 Selecting previously unselected package libzmq3-dev:amd64. 16:09:16 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:09:16 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:09:16 Selecting previously unselected package pkg-config. 16:09:16 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:09:16 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:09:16 Selecting previously unselected package zip. 16:09:16 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:09:16 Unpacking zip (3.0-11build1) ... 16:09:16 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:09:17 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 16:09:17 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:09:17 Setting up liberror-perl (0.17025-1) ... 16:09:17 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:09:17 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:09:17 No schema files found: doing nothing. 16:09:17 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:09:17 Setting up zip (3.0-11build1) ... 16:09:17 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:09:17 Setting up libsodium23:amd64 (1.0.16-2) ... 16:09:17 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:09:17 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:09:17 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:09:17 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:09:17 Setting up git (1:2.17.1-1ubuntu0.7) ... 16:09:17 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:09:18 Removing intermediate container 6fb37900000d 16:09:18 ---> fae5cb15e361 16:09:18 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 16:09:19 ---> Running in 9cb5c5f81adf 16:09:21 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 16:09:21 statically linked 16:09:23 Removing intermediate container 9cb5c5f81adf 16:09:23 ---> 040d6e43b229 16:09:23 16:09:23 Step 12/34 : FROM alpine:3.12 16:09:23 ---> afeebe901d6b 16:09:23 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:09:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:09:23 git set to automatically installed. 16:09:23 git-man set to automatically installed. 16:09:23 libcurl3-gnutls set to automatically installed. 16:09:23 liberror-perl set to automatically installed. 16:09:23 libglib2.0-0 set to automatically installed. 16:09:23 libnghttp2-14 set to automatically installed. 16:09:23 libnorm1 set to automatically installed. 16:09:23 libpgm-5.2-0 set to automatically installed. 16:09:23 libpsl5 set to automatically installed. 16:09:23 librtmp1 set to automatically installed. 16:09:23 libsodium23 set to automatically installed. 16:09:23 libzmq3-dev set to automatically installed. 16:09:23 libzmq5 set to automatically installed. 16:09:23 pkg-config set to automatically installed. 16:09:23 zip set to automatically installed. 16:09:24 ---> Running in bea86e58c28f 16:09:24 Removing intermediate container bea86e58c28f 16:09:24 ---> 6faa3ac2623d 16:09:24 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 16:09:25 ---> Running in 605433c506db 16:09:26 Removing intermediate container 3bd8a58d2034 16:09:26 ---> 66020f9d2282 16:09:26 Step 20/26 : RUN pip install docker-compose==1.23.2 16:09:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:09:27 snapd is not logged in, snap install commands will use sudo 16:09:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:09:27 ---> Running in 332f65b8c4a0 16:09:28 (1/3) Installing dumb-init (1.2.2-r1) 16:09:28 (2/3) Installing openssl (1.1.1i-r0) 16:09:28 (3/3) Installing su-exec (0.2-r1) 16:09:28 Executing busybox-1.31.1-r19.trigger 16:09:28 OK: 6 MiB in 17 packages 16:09:30 Removing intermediate container 605433c506db 16:09:30 ---> 56c8eecfb214 16:09:30 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 16:09:31 ---> Running in 4c5e4aa8e9d0 16:09:31 Removing intermediate container 4c5e4aa8e9d0 16:09:31 ---> 10da2fbc4076 16:09:31 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:09:32 ---> Running in aa1c4a4023cc 16:09:33 Removing intermediate container aa1c4a4023cc 16:09:33 ---> 4670b67b41d4 16:09:33 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:09:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:09:33 snap "core18" has no updates available 16:09:34 ---> Running in 3be1964969d2 16:09:34 Pulling config-common 16:09:34 Collecting docker-compose==1.23.2 16:09:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:09:35 Pulling go-build-helper 16:09:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:09:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:09:37 Collecting texttable<0.10,>=0.9.0 16:09:37 Downloading texttable-0.9.1.tar.gz (11 kB) 16:09:38 Removing intermediate container 3be1964969d2 16:09:38 ---> 0726ec0780f6 16:09:38 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 16:09:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:09:38 ---> ee6bedae3d59 16:09:38 Step 3/24 : WORKDIR /edgex-go 16:09:38 ---> Using cache 16:09:38 ---> 8b644913c247 16:09:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:38 ---> Using cache 16:09:38 ---> 43132daa6283 16:09:38 Step 5/24 : RUN apk add --update --no-cache make git 16:09:38 ---> Using cache 16:09:38 ---> a2cd6186af8b 16:09:38 Step 6/24 : COPY go.mod . 16:09:38 ---> Using cache 16:09:38 ---> 802b0f51d0bc 16:09:38 Step 7/24 : RUN go mod download 16:09:38 ---> Using cache 16:09:38 ---> 76214d79e825 16:09:38 Step 8/24 : COPY . . 16:09:38 ---> Using cache 16:09:38 ---> 3f02dee5ea57 16:09:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:09:38 ---> Running in e24b27fe746b 16:09:39 ---> Running in ed8563785845 16:09:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:09:39 ---> ee6bedae3d59 16:09:39 Step 3/23 : WORKDIR /edgex-go 16:09:39 ---> Using cache 16:09:39 ---> 8b644913c247 16:09:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:39 ---> Using cache 16:09:39 ---> 43132daa6283 16:09:39 Step 5/23 : RUN apk add --update --no-cache make git 16:09:39 ---> Using cache 16:09:39 ---> a2cd6186af8b 16:09:39 Step 6/23 : COPY go.mod . 16:09:39 ---> Using cache 16:09:39 ---> 802b0f51d0bc 16:09:39 Step 7/23 : RUN go mod download 16:09:39 ---> Using cache 16:09:39 ---> 76214d79e825 16:09:39 Step 8/23 : COPY . . 16:09:39 Removing intermediate container e24b27fe746b 16:09:39 ---> 7d69e5f9c80b 16:09:39 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 16:09:40 ---> Using cache 16:09:40 ---> 3f02dee5ea57 16:09:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:09:40 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:09:40 ---> ee6bedae3d59 16:09:40 Step 3/21 : WORKDIR /edgex-go 16:09:40 ---> Using cache 16:09:40 ---> 8b644913c247 16:09:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:40 ---> Using cache 16:09:40 ---> 43132daa6283 16:09:40 Step 5/21 : RUN apk add --update --no-cache make git 16:09:40 ---> Using cache 16:09:40 ---> a2cd6186af8b 16:09:40 Step 6/21 : COPY go.mod . 16:09:40 ---> Using cache 16:09:40 ---> 802b0f51d0bc 16:09:40 Step 7/21 : RUN go mod download 16:09:40 ---> Using cache 16:09:40 ---> 76214d79e825 16:09:40 Step 8/21 : COPY . . 16:09:40 ---> Running in f4091c5e9fb1 16:09:40 ---> Using cache 16:09:40 ---> 3f02dee5ea57 16:09:40 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:09:40 Collecting docker<4.0,>=3.6.0 16:09:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:09:41 ---> Running in 5bac1b3c8fc0 16:09:41 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 16:09:41 Collecting docopt<0.7,>=0.6.1 16:09:41 Downloading docopt-0.6.2.tar.gz (25 kB) 16:09:41 ---> 6a92d5f79d3d 16:09:41 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:09:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:09:43 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 16:09:43 ---> e9eef667c0c5 16:09:43 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:09:43 ---> Running in 856ea557c538 16:09:45 Collecting cached-property<2,>=1.2.0 16:09:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:09:46 Collecting dockerpty<0.5,>=0.4.1 16:09:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:09:47 Removing intermediate container 856ea557c538 16:09:47 ---> 62273c22799f 16:09:47 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 16:09:48 ---> 5d006c454f2d 16:09:48 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:09:49 Collecting jsonschema<3,>=2.5.1 16:09:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:09:49 ---> 2e3cd2fcc21d 16:09:49 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:09:50 Collecting websocket-client<1.0,>=0.32.0 16:09:50 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:09:51 ---> 719a0e78de71 16:09:51 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 16:09:52 Collecting PyYAML<4,>=3.10 16:09:52 Downloading PyYAML-3.13.tar.gz (270 kB) 16:09:52 ---> 9b6e20245a08 16:09:52 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:09:54 ---> fb891948f90c 16:09:54 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 16:09:54 ---> Running in 271ff4d6442e 16:09:55 Removing intermediate container 271ff4d6442e 16:09:55 ---> ce7d0118ea21 16:09:55 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:09:56 ---> 419ca493dd5b 16:09:56 Step 29/34 : RUN chmod +x /entrypoint.sh 16:09:56 ---> Running in 2393cd12fe72 16:09:56 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:09:57 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) 16:09:57 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) 16:09:57 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:09:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:09:57 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:09:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 16:09:57 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:09:57 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:09:57 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:09:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:09:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:09:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:09:57 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:09:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 16:09:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 16:09:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 16:09:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 16:09:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 16:09:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 16:09:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 16:09:57 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:09:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1864 kB] 16:09:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] 16:09:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 16:09:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 16:09:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [244 kB] 16:09:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 16:09:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 16:09:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 16:09:57 Fetched 23.8 MB in 0s (0 B/s) 16:09:57 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:09:57 Fetched 96.5 kB in 0s (0 B/s) 16:09:57 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:09:57 Fetched 279 kB in 0s (0 B/s) 16:09:57 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:09:57 Fetched 122 kB in 0s (0 B/s) 16:09:57 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:09:57 Fetched 77.8 kB in 0s (0 B/s) 16:09:57 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:09:57 Fetched 8848 B in 0s (0 B/s) 16:09:57 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:09:57 Fetched 47.8 kB in 0s (0 B/s) 16:09:57 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:09:57 Fetched 45.6 kB in 0s (0 B/s) 16:09:57 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:09:57 Fetched 15.0 kB in 0s (0 B/s) 16:09:57 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 16:09:57 Fetched 214 kB in 0s (0 B/s) 16:09:57 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 16:09:57 Fetched 155 kB in 0s (0 B/s) 16:09:57 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:09:57 Fetched 50.6 kB in 0s (0 B/s) 16:09:57 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:09:57 Fetched 14.8 kB in 0s (0 B/s) 16:09:57 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:09:57 Fetched 41.8 kB in 0s (0 B/s) 16:09:57 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:09:57 Fetched 499 kB in 0s (0 B/s) 16:09:57 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:09:57 Fetched 111 kB in 0s (0 B/s) 16:09:57 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:09:57 Fetched 240 kB in 0s (0 B/s) 16:09:57 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:09:57 Fetched 29.3 kB in 0s (0 B/s) 16:09:57 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:09:57 Fetched 85.5 kB in 0s (0 B/s) 16:09:57 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:09:57 Fetched 24.5 kB in 0s (0 B/s) 16:09:57 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:09:57 Fetched 49.2 kB in 0s (0 B/s) 16:09:57 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:09:57 Fetched 54.2 kB in 0s (0 B/s) 16:09:57 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:09:57 Fetched 30.8 kB in 0s (0 B/s) 16:09:57 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 16:09:57 Fetched 17.0 kB in 0s (0 B/s) 16:09:57 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:09:57 Fetched 85.9 kB in 0s (0 B/s) 16:09:57 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:09:57 Fetched 8720 B in 0s (0 B/s) 16:09:57 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:09:57 Fetched 137 kB in 0s (0 B/s) 16:09:57 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:09:57 Fetched 119 kB in 0s (0 B/s) 16:09:57 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:09:57 Fetched 109 kB in 0s (0 B/s) 16:09:57 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:09:57 Fetched 11.1 kB in 0s (0 B/s) 16:09:57 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:09:57 Fetched 645 kB in 0s (0 B/s) 16:09:57 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:09:57 Fetched 41.3 kB in 0s (0 B/s) 16:09:57 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:09:57 Fetched 17.9 kB in 0s (0 B/s) 16:09:57 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:09:57 Fetched 368 kB in 0s (0 B/s) 16:09:57 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:09:57 Fetched 187 kB in 0s (0 B/s) 16:09:57 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:09:57 Fetched 175 kB in 0s (0 B/s) 16:09:57 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:09:58 Collecting urllib3<1.25,>=1.21.1 16:09:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:09:58 Collecting idna<2.8,>=2.5 16:09:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:09:59 Fetched 206 kB in 0s (0 B/s) 16:09:59 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 16:09:59 Fetched 1301 kB in 0s (0 B/s) 16:09:59 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:09:59 Fetched 36.2 kB in 0s (0 B/s) 16:09:59 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 16:09:59 Fetched 159 kB in 0s (0 B/s) 16:09:59 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:09:59 Fetched 107 kB in 0s (0 B/s) 16:09:59 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:09:59 Fetched 48.7 kB in 0s (0 B/s) 16:09:59 Pulling static-packages 16:09:59 Collecting docker-pycreds>=0.4.0 16:09:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:09:59 'go115' has dependencies that need to be staged: go-build-helper static-packages 16:09:59 Skipping pull go-build-helper (already ran) 16:09:59 Skipping pull static-packages (already ran) 16:09:59 Building go-build-helper 16:09:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:09:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:09:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:09:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:10:00 Removing intermediate container 2393cd12fe72 16:10:00 ---> c54dc490bc68 16:10:00 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 16:10:00 ---> Running in 095b35dad173 16:10:01 Installing collected packages: urllib3, idna, requests, texttable, docker-pycreds, websocket-client, docker, docopt, cached-property, dockerpty, jsonschema, PyYAML, docker-compose 16:10:01 Attempting uninstall: urllib3 16:10:01 Found existing installation: urllib3 1.25.9 16:10:01 Uninstalling urllib3-1.25.9: 16:10:01 Removing intermediate container 095b35dad173 16:10:01 ---> 87ce2ff1e35c 16:10:01 Step 31/34 : CMD ["gate"] 16:10:01 Successfully uninstalled urllib3-1.25.9 16:10:02 ---> Running in 00e8fc0409b1 16:10:02 Attempting uninstall: idna 16:10:02 Found existing installation: idna 2.9 16:10:02 Uninstalling idna-2.9: 16:10:02 Successfully uninstalled idna-2.9 16:10:02 Removing intermediate container 00e8fc0409b1 16:10:02 ---> b874dce4847e 16:10:02 Step 32/34 : LABEL arch=arm64 16:10:03 ---> Running in 51c9ce814878 16:10:03 Attempting uninstall: requests 16:10:03 Found existing installation: requests 2.23.0 16:10:03 Uninstalling requests-2.23.0: 16:10:03 Successfully uninstalled requests-2.23.0 16:10:03 Building static-packages 16:10:04 Running setup.py install for texttable: started 16:10:04 Removing intermediate container 51c9ce814878 16:10:04 ---> 32d99300b428 16:10:04 Step 33/34 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:10:05 ---> Running in e6448711695a 16:10:05 Staging go-build-helper 16:10:05 Removing intermediate container e6448711695a 16:10:05 ---> b8a31e3efce9 16:10:05 Step 34/34 : LABEL version=0.0.0 16:10:06 ---> Running in 75c4be2a081b 16:10:06 Staging static-packages 16:10:06 Running setup.py install for texttable: finished with status 'done' 16:10:07 Removing intermediate container 75c4be2a081b 16:10:07 ---> 9d0cd8d918ab 16:10:07 16:10:07 Pulling go115 16:10:07 Successfully built 9d0cd8d918ab 16:10:07 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:10:07  Building docker-security-bootstrapper-go ... done Building docker-core-data-go 16:10:08 'edgex-go' has dependencies that need to be staged: go115 16:10:08 Skipping pull go115 (already ran) 16:10:08 Building go115 16:10:08 % Total % Received % Xferd Average Speed Time Time Time Current 16:10:08 Dload Upload Total Spent Left Speed 16:10:08 Running setup.py install for docopt: started 16:10:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 18.9M 0 0 27.8M 0 0:00:04 --:--:-- 0:00:04 27.7M 61 115M 61 70.7M 0 0 41.6M 0 0:00:02 0:00:01 0:00:01 41.6M 100 115M 100 115M 0 0 47.4M 0 0:00:02 0:00:02 --:--:-- 47.4M 16:10:10 Running setup.py install for docopt: finished with status 'done' 16:10:11 Running setup.py install for dockerpty: started 16:10:11 go1.15.2.linux-amd64.tar.gz: OK 16:10:13 Running setup.py install for dockerpty: finished with status 'done' 16:10:14 Running setup.py install for PyYAML: started 16:10:15 Staging go115 16:10:18 Running setup.py install for PyYAML: finished with status 'done' 16:10: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 16:10:20 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:10:20 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:10:20 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:10:20 Fetched 0 B in 0s (0 B/s) 16:10:20 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:10:20 Fetched 224 kB in 0s (0 B/s) 16:10:20 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:10:20 Fetched 157 kB in 0s (0 B/s) 16:10:20 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:10:20 Fetched 221 kB in 0s (0 B/s) 16:10:20 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:10:20 Fetched 143 kB in 0s (0 B/s) 16:10:20 Pulling edgex-go 16:10:21 Pulling version 16:10:22 Building config-common 16:10:24 Skipping build go-build-helper (already ran) 16:10:24 Skipping build static-packages (already ran) 16:10:24 Skipping build go115 (already ran) 16:10:24 Building edgex-go 16:10:24 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 16:10:26 go: downloading github.com/gorilla/mux v1.8.0 16:10:26 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 16:10:26 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:10:26 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:10:26 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:10:26 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.10 16:10:26 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:10:26 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 16:10:26 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 16:10:26 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 16:10:26 go: downloading github.com/imdario/mergo v0.3.11 16:10:26 go: downloading github.com/pkg/errors v0.8.1 16:10:26 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 16:10:26 go: downloading github.com/BurntSushi/toml v0.3.1 16:10:26 go: downloading github.com/x448/float16 v0.8.4 16:10:26 go: downloading github.com/go-kit/kit v0.8.0 16:10:26 go: downloading github.com/pelletier/go-toml v1.2.0 16:10:26 go: downloading github.com/google/uuid v1.2.0 16:10:26 go: downloading github.com/hashicorp/consul/api v1.1.0 16:10:26 go: downloading gopkg.in/yaml.v2 v2.4.0 16:10:26 go: downloading github.com/go-playground/validator/v10 v10.3.0 16:10:26 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:10:26 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 16:10:26 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:10:26 go: downloading github.com/pebbe/zmq4 v1.2.2 16:10:26 go: downloading github.com/mitchellh/copystructure v1.0.0 16:10:26 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:10:26 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:10:26 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 16:10:26 go: downloading github.com/hashicorp/serf v0.8.2 16:10:26 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:10:26 go: downloading github.com/go-playground/universal-translator v0.17.0 16:10:26 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:10:26 go: downloading github.com/leodido/go-urn v1.2.0 16:10:26 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:10:26 go: downloading github.com/go-playground/locales v0.13.0 16:10:26 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:10:26 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:10:26 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:10:26 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:10:30 Removing intermediate container 332f65b8c4a0 16:10:30 ---> f6e53c534bb1 16:10:30 Step 21/26 : RUN apk --no-cache add curl 16:10:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:10:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:10:30 ---> ee6bedae3d59 16:10:30 Step 3/23 : WORKDIR /edgex-go 16:10:30 ---> Using cache 16:10:30 ---> 8b644913c247 16:10:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:10:30 ---> Using cache 16:10:30 ---> 43132daa6283 16:10:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:10:30 ---> Running in 542fc653daa2 16:10:30 ---> Running in 109bc13c7d17 16:10:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:10:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:10:33 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 16:10:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:10:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:10:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:10:34 (2/3) Installing libcurl (7.69.1-r3) 16:10:34 (3/3) Installing curl (7.69.1-r3) 16:10:34 Executing busybox-1.31.1-r19.trigger 16:10:34 OK: 71 MiB in 58 packages 16:10:35 OK: 217 MiB in 51 packages 16:10:36 Removing intermediate container 109bc13c7d17 16:10:36 ---> 84409d876f28 16:10:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:10:36 ---> Running in 975158762de1 16:10:37 Removing intermediate container 975158762de1 16:10:37 ---> 7062fa83609d 16:10:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:10:37 Removing intermediate container 542fc653daa2 16:10:37 ---> feac95b89efa 16:10:37 Step 6/23 : COPY go.mod . 16:10:37 ---> Running in 88e4468aac58 16:10:38 Removing intermediate container 88e4468aac58 16:10:38 ---> 74277d7edaed 16:10:38 Step 24/26 : LABEL arch=arm64 16:10:38 ---> Running in 0415164a3d87 16:10: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 16:10:38 ---> 14ed35bd3f6d 16:10:38 Step 7/23 : RUN go mod download 16:10:39 ---> Running in a3778d9ab98c 16:10:39 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 16:10:39 Removing intermediate container 0415164a3d87 16:10:39 ---> aa7c75af0aa0 16:10:39 Step 25/26 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:10:39 ---> Running in d5869e7d0e6c 16:10: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 16:10:40 Removing intermediate container d5869e7d0e6c 16:10:40 ---> 98adb2d3c393 16:10:40 Step 26/26 : LABEL version=0.0.0 16:10:40 ---> Running in 80f9fa240a58 16:10: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 16:10:40 go: downloading github.com/stretchr/testify v1.7.0 16:10:40 go: downloading github.com/davecgh/go-spew v1.1.1 16:10:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:10:40 go: downloading github.com/pmezard/go-difflib v1.0.0 16:10:41 Removing intermediate container 80f9fa240a58 16:10:41 ---> ad6cfe586b93 16:10:41 16:10:42 Successfully built ad6cfe586b93 16:10:42 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:10: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 16:10:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:10:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:10:43  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a3778d9ab98c 16:10:43 ---> 65cb133552b7 16:10:43 Step 8/23 : COPY . . 16:10: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 16:10: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 16:10:44 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:10: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 16:10: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 16:10: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 16:10:48 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:10: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 16:10:49 go: downloading github.com/lib/pq v1.9.0 16:10:52 Building version 16:10:54 Staging config-common 16:10:55 Skipping stage go-build-helper (already ran) 16:10:55 Skipping stage static-packages (already ran) 16:10:55 Skipping stage go115 (already ran) 16:10:55 Staging edgex-go 16:10: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 16:10: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 16:10:56 Staging version 16:10:57 Priming config-common 16:10:58 Priming go-build-helper 16:10:58 Priming static-packages 16:11:01 Priming go115 16:11:02 Priming edgex-go 16:11:02 ---> f4ed426739b8 16:11:02 Step 9/23 : RUN make cmd/core-data/core-data 16:11:02 ---> Running in 997d0e71041e 16:11:03 Priming version 16:11:03 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 16:11:04 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] } 16:11:08 Removing intermediate container ed8563785845 16:11:08 ---> 7a081e2994f0 16:11:08 16:11:08 Step 10/24 : FROM alpine:3.12 16:11:08 ---> afeebe901d6b 16:11:08 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:11:08 ---> Running in b4395be64565 16:11:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:11 (1/5) Installing ca-certificates (20191127-r4) 16:11:11 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:11:11 (3/5) Installing libcurl (7.69.1-r3) 16:11:11 (4/5) Installing curl (7.69.1-r3) 16:11:11 (5/5) Installing dumb-init (1.2.2-r1) 16:11:11 Executing busybox-1.31.1-r19.trigger 16:11:11 Executing ca-certificates-20191127-r4.trigger 16:11:11 Removing intermediate container 5bac1b3c8fc0 16:11:11 ---> f693ce13010a 16:11:11 16:11:11 Step 10/21 : FROM alpine:3.12 16:11:11 ---> afeebe901d6b 16:11:11 Step 11/21 : RUN apk add --update --no-cache curl 16:11:11 OK: 7 MiB in 19 packages 16:11:12 ---> Running in ae317bc9fe7b 16:11:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:14 Removing intermediate container b4395be64565 16:11:14 ---> 61e7140f8b3e 16:11:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:11:15 ---> Running in f3066ebbc868 16:11:15 (1/4) Installing ca-certificates (20191127-r4) 16:11:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:11:15 (3/4) Installing libcurl (7.69.1-r3) 16:11:15 (4/4) Installing curl (7.69.1-r3) 16:11:15 Executing busybox-1.31.1-r19.trigger 16:11:15 Executing ca-certificates-20191127-r4.trigger 16:11:15 OK: 7 MiB in 18 packages 16:11:15 Removing intermediate container f3066ebbc868 16:11:15 ---> cd8edb3d0905 16:11:15 Step 13/24 : WORKDIR / 16:11:15 ---> Running in 48dfc9b8b5aa 16:11:16 Removing intermediate container 48dfc9b8b5aa 16:11:16 ---> b646917bc060 16:11:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:11:18 ---> 1596435c9a04 16:11:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:11:18 Removing intermediate container ae317bc9fe7b 16:11:18 ---> 265696ffd8e4 16:11:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:11:18 ---> Running in 8a8f6b0ab7a3 16:11:19 Removing intermediate container 8a8f6b0ab7a3 16:11:19 ---> a583eb5078b2 16:11:19 Step 13/21 : WORKDIR /edgex 16:11:19 ---> 41278f89eb55 16:11:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:11:19 ---> Running in 65e769b1128b 16:11:20 Removing intermediate container 65e769b1128b 16:11:20 ---> 1839f535347d 16:11:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:11:20 ---> b78766ee45ec 16:11:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:11:21 ---> 0c2913c45af7 16:11:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:11:22 ---> 2df60c6c099f 16:11:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:11:23 ---> a6448f70356e 16:11:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:11:24 ---> 9d7c50d83f6e 16:11:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:11:25 ---> 394f26c204bf 16:11:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:11:25 ---> Running in 9d3d570820bd 16:11:26 ---> cfd3feebd101 16:11:26 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/ 16:11:26 Removing intermediate container 9d3d570820bd 16:11:26 ---> ebdd9a62e8af 16:11:26 Step 18/21 : CMD ["--init=true"] 16:11:26 ---> Running in fb2bb10b02b6 16:11:27 ---> Running in 016d0160686d 16:11:28 Removing intermediate container 016d0160686d 16:11:28 ---> b23c5b507bd0 16:11:28 Step 19/21 : LABEL arch=arm64 16:11:28 ---> Running in 6a0f98504639 16:11:29 Removing intermediate container 6a0f98504639 16:11:29 ---> 9765cf1a9c78 16:11:29 Step 20/21 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:11:30 ---> Running in e4e554fdd2d0 16:11:31 Removing intermediate container e4e554fdd2d0 16:11:31 ---> b9ec2d743107 16:11:31 Step 21/21 : LABEL version=0.0.0 16:11:31 Removing intermediate container fb2bb10b02b6 16:11:31 ---> ca068c2a9f56 16:11:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:11:31 ---> Running in bfeb8c16e31c 16:11:31 ---> Running in 332e71d20bf7 16:11:32 Removing intermediate container f4091c5e9fb1 16:11:32 ---> 76ae5f923076 16:11:32 16:11:32 Step 10/23 : FROM alpine:3.12 16:11:32 ---> afeebe901d6b 16:11:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:11:32 ---> Using cache 16:11:32 ---> 57b36bd40d45 16:11:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:11:32 ---> Using cache 16:11:32 ---> 9accd75e9d65 16:11:32 Step 13/23 : ENV APP_PORT=48081 16:11:32 ---> Running in cc69ec280182 16:11:32 Removing intermediate container bfeb8c16e31c 16:11:32 ---> 22c4965927dd 16:11:32 Step 22/24 : LABEL arch=arm64 16:11:32 Removing intermediate container 332e71d20bf7 16:11:32 ---> 4267e0f61cce 16:11:32 16:11:32 ---> Running in 51e5d59871ef 16:11:32 Removing intermediate container cc69ec280182 16:11:32 ---> cd5f1122288e 16:11:32 Step 14/23 : EXPOSE $APP_PORT 16:11:33 ---> Running in d62a80041902 16:11:33 Successfully built 4267e0f61cce 16:11:33 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:11:33  Building docker-security-proxy-setup-go ... done Removing intermediate container 51e5d59871ef 16:11:33 ---> f12ded488a1a 16:11:33 Step 23/24 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:11:34 ---> Running in 32f5cb1be1bb 16:11:34 Removing intermediate container d62a80041902 16:11:34 ---> 62afbae28e01 16:11:34 Step 15/23 : WORKDIR / 16:11:34 ---> Running in 35b055853dc1 16:11:34 Removing intermediate container 32f5cb1be1bb 16:11:34 ---> 085a538d6165 16:11:34 Step 24/24 : LABEL version=0.0.0 16:11:34 ---> Running in f01dc31a7d98 16:11:35 Removing intermediate container 35b055853dc1 16:11:35 ---> f9cb3007d4c3 16:11:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:11:35 Removing intermediate container f01dc31a7d98 16:11:35 ---> f0eb560a2b85 16:11:35 16:11:36 ---> 7340a9f7ed60 16:11:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:11:36 Successfully built f0eb560a2b85 16:11:36 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:11:38  Building docker-security-secretstore-setup-go ... done  ---> 6ead4cfc75ec 16:11:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:11:39 ---> d5fe99bbeaba 16:11:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:11:39 ---> Running in cff5330e0473 16:11:40 Removing intermediate container cff5330e0473 16:11:40 ---> 0a1039cffc5c 16:11:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:11:40 ---> Running in 530dd8616a53 16:11:41 Removing intermediate container 530dd8616a53 16:11:41 ---> 931c986f51b8 16:11:41 Step 21/23 : LABEL arch=arm64 16:11:41 ---> Running in 1a2cd019a75c 16:11:42 Removing intermediate container 1a2cd019a75c 16:11:42 ---> 2a21ad3fe8f3 16:11:42 Step 22/23 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:11:42 ---> Running in 5b96b3edddc9 16:11:42 Removing intermediate container 5b96b3edddc9 16:11:42 ---> 806da942f421 16:11:42 Step 23/23 : LABEL version=0.0.0 16:11:43 ---> Running in 1f7b22fcc92f 16:11:43 Removing intermediate container 1f7b22fcc92f 16:11:43 ---> fc3f73ac61f5 16:11:43 16:11:44 Successfully built fc3f73ac61f5 16:11:44 Successfully tagged docker-core-metadata-go-arm64:latest 16:12:02  Building docker-core-metadata-go ... done Removing intermediate container 997d0e71041e 16:12:02 ---> 4bebb07f1a49 16:12:02 16:12:02 Step 10/23 : FROM alpine:3.12 16:12:02 ---> afeebe901d6b 16:12:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:12:02 ---> Running in f07842260cbb 16:12:02 Removing intermediate container f07842260cbb 16:12:02 ---> 176b00bc4b29 16:12:02 Step 12/23 : ENV APP_PORT=48080 16:12:02 ---> Running in fad2a0ca189d 16:12:02 Removing intermediate container fad2a0ca189d 16:12:02 ---> 23a87ca1e236 16:12:02 Step 13/23 : EXPOSE $APP_PORT 16:12:02 ---> Running in 37fed77547a1 16:12:02 Removing intermediate container 37fed77547a1 16:12:02 ---> b7e0e042deb8 16:12:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:12:02 ---> Running in 5c359d16a90f 16:12:04 Removing intermediate container 5c359d16a90f 16:12:04 ---> 988cbb4c0a8d 16:12:04 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:12:04 ---> Running in c4512375ed44 16:12:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:12:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:12:07 (1/6) Installing dumb-init (1.2.2-r1) 16:12:07 (2/6) Installing libgcc (9.3.0-r2) 16:12:07 (3/6) Installing libsodium (1.0.18-r0) 16:12:07 (4/6) Installing libstdc++ (9.3.0-r2) 16:12:07 (5/6) Installing libzmq (4.3.3-r0) 16:12:07 (6/6) Installing zeromq (4.3.3-r0) 16:12:07 Executing busybox-1.31.1-r19.trigger 16:12:07 OK: 8 MiB in 20 packages 16:12:09 Removing intermediate container c4512375ed44 16:12:09 ---> 5a7da056f784 16:12:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:12:09 ---> 312b2b305c5f 16:12:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:12:11 ---> 406fb8abada2 16:12:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:12:11 ---> a811ccff134c 16:12:11 Step 19/23 : ENTRYPOINT ["/core-data"] 16:12:12 ---> Running in 5dae0bc7881e 16:12:12 Removing intermediate container 5dae0bc7881e 16:12:12 ---> 78c9c00c5c9b 16:12:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:12:12 ---> Running in 1dd93f9a1d23 16:12:12 Removing intermediate container 1dd93f9a1d23 16:12:12 ---> 17611bc44746 16:12:12 Step 21/23 : LABEL arch=arm64 16:12:13 ---> Running in 68e9b3fe1562 16:12:13 Removing intermediate container 68e9b3fe1562 16:12:13 ---> 0e01964b5359 16:12:13 Step 22/23 : LABEL git_sha=01445b51db960b5dd7fa05554b892a204c78c218 16:12:13 ---> Running in a04cabc0535e 16:12:14 Removing intermediate container a04cabc0535e 16:12:14 ---> 194c4f867b5a 16:12:14 Step 23/23 : LABEL version=0.0.0 16:12:14 ---> Running in 7876c2b9d3b0 16:12:14 Removing intermediate container 7876c2b9d3b0 16:12:14 ---> ea288a4dfe4f 16:12:14 16:12:15 Successfully built ea288a4dfe4f 16:12:15 Successfully tagged docker-core-data-go-arm64:latest 16:12:15  Building docker-core-data-go ... done  [Pipeline] } 16:12:15 $ docker stop --time=1 e80d052e17ebef1dd98d4794c20d7704623084a8562632f11c569ded8d126b3b 16:12:17 $ docker rm -f e80d052e17ebef1dd98d4794c20d7704623084a8562632f11c569ded8d126b3b [Pipeline] // withDockerContainer [Pipeline] sh 16:12:18 + docker images 16:12:18 + grep docker 16:12:18 docker-core-data-go-arm64 latest ea288a4dfe4f 4 seconds ago 21MB 16:12:18 docker-core-metadata-go-arm64 latest fc3f73ac61f5 35 seconds ago 17.7MB 16:12:18 docker-security-secretstore-setup-go-arm64 latest f0eb560a2b85 43 seconds ago 23.4MB 16:12:18 docker-security-proxy-setup-go-arm64 latest 4267e0f61cce 46 seconds ago 23.2MB 16:12:18 docker-sys-mgmt-agent-go-arm64 latest ad6cfe586b93 About a minute ago 300MB 16:12:18 docker-security-bootstrapper-go-arm64 latest 9d0cd8d918ab 2 minutes ago 31.9MB 16:12:18 docker-core-command-go-arm64 latest a638e34aaa27 3 minutes ago 16MB 16:12:18 docker-support-notifications-go-arm64 latest 50d50bf9e25f 3 minutes ago 16MB 16:12:18 docker-support-scheduler-go-arm64 latest 86bb2f10ddd8 3 minutes ago 15.5MB 16:12:18 docker 20.10.0 eeaf43b92773 6 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 16:12:20 provisioning config files... 16:12:20 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config5876077690522325725tmp [Pipeline] { [Pipeline] sh 16:12:20 + set +x 16:12:20 + curl -s https://codecov.io/bash 16:12:20 + bash -s -- 16:12:21 16:12:21 _____ _ 16:12:21 / ____| | | 16:12:21 | | ___ __| | ___ ___ _____ __ 16:12:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:12:21 | |___| (_) | (_| | __/ (_| (_) \ V / 16:12:21 \_____\___/ \__,_|\___|\___\___/ \_/ 16:12:21 Bash-20210128-d4071a2 16:12:21 16:12:21 16:12:21 ==> git version 2.24.3 found 16:12:21 ==> 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 16:12:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:12:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:12:21 ==> Jenkins CI detected. 16:12:21 project root: . 16:12:21 --> token set from env 16:12:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:12:21 ==> Running gcov in . (disable via -X gcov) 16:12:21 ==> Python coveragepy not found 16:12:21 ==> Searching for coverage reports in: 16:12:21 + . 16:12:21 -> Found 1 reports 16:12:21 ==> Detecting git/mercurial file structure 16:12:21 ==> Reading reports 16:12:21 + ./coverage.out bytes=565356 16:12:21 ==> Appending adjustments 16:12:21 https://docs.codecov.io/docs/fixing-reports 16:12:28 + Found adjustments 16:12:28 ==> Gzipping contents 16:12:28 84K /tmp/codecov.Ka7AC5.gz 16:12:28 ==> Uploading reports 16:12:28 url: https://codecov.io 16:12:28 query: branch=PR-3061&commit=01445b51db960b5dd7fa05554b892a204c78c218&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= 16:12:28 -> Pinging Codecov 16:12:28 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3061&commit=01445b51db960b5dd7fa05554b892a204c78c218&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3061%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3061&job=&cmd_args= 16:12:28 -> Uploading to 16:12:28 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/01445b51db960b5dd7fa05554b892a204c78c218/3419abb6-e09f-4bac-bf1e-7b9f693550a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T161228Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=840d4395f9e1116c4c513e7babe4f1da5af1f7da814be81be652e822c5880b7e 16:12:28 % Total % Received % Xferd Average Speed Time Time Time Current 16:12:28 Dload Upload Total Spent Left Speed 16:12:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85678 0 0 100 85678 0 166k --:--:-- --:--:-- --:--:-- 166k 16:12:29 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/01445b51db960b5dd7fa05554b892a204c78c218 [Pipeline] } 16:12:29 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 16:12:31 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:12:32 ---> package-listing.sh 16:12:32 ++ facter osfamily 16:12:32 ++ tr '[:upper:]' '[:lower:]' 16:12:32 + OS_FAMILY=redhat 16:12:32 + workspace=/w/workspace/edgex-go/8 16:12:32 + START_PACKAGES=/tmp/packages_start.txt 16:12:32 + END_PACKAGES=/tmp/packages_end.txt 16:12:32 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:12:32 + PACKAGES=/tmp/packages_start.txt 16:12:32 + '[' /w/workspace/edgex-go/8 ']' 16:12:32 + PACKAGES=/tmp/packages_end.txt 16:12:32 + case "${OS_FAMILY}" in 16:12:32 + sort 16:12:32 + rpm -qa 16:12:40 + '[' -f /tmp/packages_start.txt ']' 16:12:40 + '[' -f /tmp/packages_end.txt ']' 16:12:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:12:40 + '[' /w/workspace/edgex-go/8 ']' 16:12:40 + mkdir -p /w/workspace/edgex-go/8/archives/ 16:12:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 16:12:40 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:12:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:12:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:12:42 16:12:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:12:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:12:42 alpine: Pulling from edgex-lftools-log-publisher 16:12:42 df20fa9351a1: Pulling fs layer 16:12:42 36b3adc4ff6f: Pulling fs layer 16:12:42 8ad3a11d3b57: Pulling fs layer 16:12:42 46f8f816bc3b: Pulling fs layer 16:12:42 93b61091891f: Pulling fs layer 16:12:42 93b9cdb0e59b: Pulling fs layer 16:12:42 5e14af77c1be: Pulling fs layer 16:12:42 01666e4c0597: Pulling fs layer 16:12:42 aa168da1d23b: Pulling fs layer 16:12:42 93b61091891f: Waiting 16:12:42 93b9cdb0e59b: Waiting 16:12:42 5e14af77c1be: Waiting 16:12:42 01666e4c0597: Waiting 16:12:42 aa168da1d23b: Waiting 16:12:42 46f8f816bc3b: Waiting 16:12:42 36b3adc4ff6f: Verifying Checksum 16:12:42 36b3adc4ff6f: Download complete 16:12:43 46f8f816bc3b: Verifying Checksum 16:12:43 46f8f816bc3b: Download complete 16:12:43 df20fa9351a1: Verifying Checksum 16:12:43 df20fa9351a1: Download complete 16:12:43 93b9cdb0e59b: Verifying Checksum 16:12:43 93b9cdb0e59b: Download complete 16:12:43 5e14af77c1be: Verifying Checksum 16:12:43 5e14af77c1be: Download complete 16:12:43 93b61091891f: Download complete 16:12:43 01666e4c0597: Verifying Checksum 16:12:43 01666e4c0597: Download complete 16:12:43 df20fa9351a1: Pull complete 16:12:43 8ad3a11d3b57: Verifying Checksum 16:12:43 8ad3a11d3b57: Download complete 16:12:44 36b3adc4ff6f: Pull complete 16:12:46 8ad3a11d3b57: Pull complete 16:12:46 46f8f816bc3b: Pull complete 16:12:47 93b61091891f: Pull complete 16:12:48 aa168da1d23b: Verifying Checksum 16:12:48 aa168da1d23b: Download complete 16:12:48 93b9cdb0e59b: Pull complete 16:12:48 5e14af77c1be: Pull complete 16:12:49 01666e4c0597: Pull complete 16:13:04 aa168da1d23b: Pull complete 16:13:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:13:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:13:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:13:04 prd-centos7-docker-4c-2g-23768 does not seem to be running inside a container 16:13:04 $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:13:08 $ docker top cb2a44146b47229e0dfbff486a75b228c7026f7844d5be1007a8d64b79200b50 -eo pid,comm [Pipeline] { [Pipeline] sh 16:13:08 + touch /tmp/pre-build-complete [Pipeline] sh 16:13:09 + mkdir -p /var/log/sa [Pipeline] sh 16:13:10 + ls /var/log/sa-host 16:13:10 + sadf -c /var/log/sa-host/sa23 16:13:10 file_magic: OK 16:13:10 HZ: Using current value: 100 16:13:10 file_header: OK 16:13:10 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 16:13:10 Statistics: 16:13:10 Hnuu...uuuununununu... 16:13:10 File successfully converted to sysstat format version 12.2.1 16:13:10 + sadf -c /var/log/sa-host/sa28 16:13:10 file_magic: OK 16:13:10 HZ: Using current value: 100 16:13:10 file_header: OK 16:13:10 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 16:13:10 Statistics: 16:13:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:13:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:13:10 provisioning config files... 16:13:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config4965404258144568342tmp [Pipeline] { [Pipeline] echo 16:13:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:13:10 ---> create-netrc.sh [Pipeline] } 16:13:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:13:11 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:13:11 ---> python-tools-install.sh [Pipeline] echo 16:13:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:13:11 ---> sudo-logs.sh 16:13:11 Archiving 'sudo' log.. [Pipeline] echo 16:13:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:13:12 ---> job-cost.sh 16:13:12 lf-activate-venv: SKIPPING 16:13:12 INFO: No Stack... 16:13:13 INFO: Retrieving Pricing Info for: v1-standard-2 16:13:13 INFO: Archiving Costs [Pipeline] echo 16:13:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:13:14 ---> logs-deploy.sh 16:13:14 lf-activate-venv: SKIPPING 16:13:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3061/8 16:13:14 INFO: archiving workspace using pattern(s): 16:13:17 Archives upload complete. 16:13:17 INFO: archiving logs to Nexus