Pull request #3178 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 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f+a05352d37eb5b985ae670d360b56d8b81b9d117b (fe043b2b8b19801b5be3f1b66595cb706f635fff) 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26781 in /w/workspace/edgexfoundry_edgex-go_PR-3178 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f > 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/3178/head:refs/remotes/origin/PR-3178 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f # timeout=10 Merge succeeded, producing 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f Checking out Revision 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f (PR-3178) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f # timeout=10 Commit message: "feat(command): Implement PUT /device/name/{deviceName}/{command} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:01:38 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:01:38 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:01:38 ========================================================= 08:01:38 EdgeX Global Pipelines Version Info 08:01:38 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2c0981d4655aff2cf8180260d64cab28b310d0c2 # timeout=10 08:01:48 ------------------- 08:01:48 stable info: 08:01:48 ------------------- 08:01:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:01:48 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:01:48 Message: update stable to v1.0.179 08:01:49 ------------------- 08:01:49 experimental info: 08:01:49 ------------------- 08:01:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:01:49 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:01:49 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:01:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:01:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:01:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:01:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:01:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:01:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:01:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:01:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:01:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:01:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:01:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:01:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:01:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:01:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:01:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:01:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:01:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:01:51 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:01:51 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:01:51 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:01:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:01:51 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:01:51 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:01:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3178 [Pipeline] echo 08:01:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3178 [Pipeline] echo 08:01:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3178 [Pipeline] echo 08:01:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [Pipeline] echo 08:01:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3f88a6f [Pipeline] echo 08:01:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:01:52 provisioning config files... 08:01:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1891987458473867517tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:01:53 ---> docker-login.sh 08:01:53 nexus3.edgexfoundry.org:10001 08:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:54 Configure a credential helper to remove this warning. See 08:01:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:54 08:01:54 Login Succeeded 08:01:54 nexus3.edgexfoundry.org:10002 08:01:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:55 Configure a credential helper to remove this warning. See 08:01:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:55 08:01:55 Login Succeeded 08:01:55 nexus3.edgexfoundry.org:10003 08:01:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:56 Configure a credential helper to remove this warning. See 08:01:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:56 08:01:56 Login Succeeded 08:01:56 nexus3.edgexfoundry.org:10004 08:01:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:57 Configure a credential helper to remove this warning. See 08:01:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:57 08:01:57 Login Succeeded 08:01:57 docker.io 08:01:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:58 Configure a credential helper to remove this warning. See 08:01:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:58 08:01:58 Login Succeeded 08:01:58 ---> docker-login.sh ends [Pipeline] } 08:01:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:01:58 ++ 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 08:01:58 + for file in '`ls cmd/**/Dockerfile`' 08:01:58 ++ dirname cmd/core-command/Dockerfile 08:01:58 ++ cut -d/ -f2 08:01:58 + echo core-command,cmd/core-command/Dockerfile 08:01:58 + for file in '`ls cmd/**/Dockerfile`' 08:01:58 ++ dirname cmd/core-data/Dockerfile 08:01:58 ++ cut -d/ -f2 08:01:58 + echo core-data,cmd/core-data/Dockerfile 08:01:58 + for file in '`ls cmd/**/Dockerfile`' 08:01:58 ++ cut -d/ -f2 08:01:58 ++ dirname cmd/core-metadata/Dockerfile 08:01:58 + echo core-metadata,cmd/core-metadata/Dockerfile 08:01:58 + for file in '`ls cmd/**/Dockerfile`' 08:01:58 ++ dirname cmd/security-bootstrapper/Dockerfile 08:01:58 ++ cut -d/ -f2 08:01:58 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:01:58 + for file in '`ls cmd/**/Dockerfile`' 08:01:58 ++ dirname cmd/security-proxy-setup/Dockerfile 08:01:58 ++ cut -d/ -f2 08:01:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:01:58 + for file in '`ls cmd/**/Dockerfile`' 08:01:58 ++ cut -d/ -f2 08:01:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:01:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:01:58 + for file in '`ls cmd/**/Dockerfile`' 08:01:58 ++ dirname cmd/support-notifications/Dockerfile 08:01:58 ++ cut -d/ -f2 08:01:58 + echo support-notifications,cmd/support-notifications/Dockerfile 08:01:58 + for file in '`ls cmd/**/Dockerfile`' 08:01:58 ++ dirname cmd/support-scheduler/Dockerfile 08:01:58 ++ cut -d/ -f2 08:01:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:01:58 + for file in '`ls cmd/**/Dockerfile`' 08:01:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:01:58 ++ cut -d/ -f2 08:01:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:01:59 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 08:02:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:02:00 08:02:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:02:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:02:01 latest: Pulling from edgex-devops/git-semver 08:02:01 31603596830f: Pulling fs layer 08:02:01 2a8b12db71e7: Pulling fs layer 08:02:01 6ca5941a6612: Pulling fs layer 08:02:01 ecc8261a40a4: Pulling fs layer 08:02:01 ecc8261a40a4: Waiting 08:02:01 2a8b12db71e7: Verifying Checksum 08:02:01 2a8b12db71e7: Download complete 08:02:02 31603596830f: Verifying Checksum 08:02:02 31603596830f: Download complete 08:02:02 ecc8261a40a4: Verifying Checksum 08:02:02 ecc8261a40a4: Download complete 08:02:02 6ca5941a6612: Verifying Checksum 08:02:02 6ca5941a6612: Download complete 08:02:04 31603596830f: Pull complete 08:02:04 2a8b12db71e7: Pull complete 08:02:07 6ca5941a6612: Pull complete 08:02:08 ecc8261a40a4: Pull complete 08:02:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:02:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:02:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:02:08 prd-centos7-docker-4c-2g-26781 does not seem to be running inside a container 08:02:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:02:12 $ docker top 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:02:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:02:13 [ssh-agent] Looking for ssh-agent implementation... 08:02:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:02:14 $ docker exec 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 ssh-agent 08:02:14 SSH_AUTH_SOCK=/tmp/ssh-54odb2Srb30N/agent.11 08:02:14 SSH_AGENT_PID=16 08:02:14 Running ssh-add (command line suppressed) 08:02:15 Identity added: /w/workspace/edgex-go/4@tmp/private_key_3559054045766469150.key (/w/workspace/edgex-go/4@tmp/private_key_3559054045766469150.key) 08:02:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:02:16 + git tag --points-at HEAD [Pipeline] } 08:02:16 $ docker exec --env ******** --env ******** 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 ssh-agent -k 08:02:16 unset SSH_AUTH_SOCK; 08:02:16 unset SSH_AGENT_PID; 08:02:16 echo Agent pid 16 killed; 08:02:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:02:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:02:17 [ssh-agent] Looking for ssh-agent implementation... 08:02:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:02:17 $ docker exec 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 ssh-agent 08:02:18 SSH_AUTH_SOCK=/tmp/ssh-cdARCakGo57h/agent.44 08:02:18 SSH_AGENT_PID=49 08:02:18 Running ssh-add (command line suppressed) 08:02:18 Identity added: /w/workspace/edgex-go/4@tmp/private_key_58992376227265542.key (/w/workspace/edgex-go/4@tmp/private_key_58992376227265542.key) 08:02:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:02:19 + git semver init 08:02:19 # -> Open(): unable to determine branch for HEAD 08:02:19 # $GIT_DIR = /w/workspace/edgex-go/4/.git 08:02:19 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 08:02:19 # $SEMVER_REMOTE_NAME = origin 08:02:19 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:02:19 # $SEMVER_USER_NAME = edgex-jenkins 08:02:19 # $SEMVER_BRANCH = PR-3178 08:02:19 # $SEMVER_TEMP = /tmp/semver-017104574 08:02:19 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:03:00 # '/tmp/semver-017104574' -> '/w/workspace/edgex-go/4/.semver' 08:03:00 # -> Force: false 08:03:00 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 08:03:00 $ docker exec --env ******** --env ******** 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 ssh-agent -k 08:03:01 unset SSH_AUTH_SOCK; 08:03:01 unset SSH_AGENT_PID; 08:03:01 echo Agent pid 49 killed; 08:03:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:03:02 + git semver [Pipeline] } 08:03:02 $ docker stop --time=1 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 08:03:04 $ docker rm -f 18849f655ea813d9f8f45f9ce96debead113e26287fb4e509a2831a83866fff8 [Pipeline] // withDockerContainer [Pipeline] sh 08:03:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:03:07 Stashed 1 file(s) [Pipeline] echo 08:03:07 [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 08:03:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:03:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:03:09 + sudo service docker restart 08:03:09 + true 08:03:09 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:03:11 ========================================================= 08:03:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:03:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:03:11 + 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 . 08:03:18 Sending build context to Docker daemon 327.9MB 08:03:18 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:03:18 Step 2/6 : FROM ${BASE} 08:03:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:03:18 188c0c94c7c5: Pulling fs layer 08:03:18 0ef7d3d256c8: Pulling fs layer 08:03:18 de9db76c5a1d: Pulling fs layer 08:03:18 bca2f99d35d6: Pulling fs layer 08:03:18 93359f2a8cfa: Pulling fs layer 08:03:18 7c6f9722023f: Pulling fs layer 08:03:18 a35cf1a2eb13: Pulling fs layer 08:03:18 bca2f99d35d6: Waiting 08:03:18 93359f2a8cfa: Waiting 08:03:18 7c6f9722023f: Waiting 08:03:18 a35cf1a2eb13: Waiting 08:03:18 de9db76c5a1d: Verifying Checksum 08:03:18 de9db76c5a1d: Download complete 08:03:18 0ef7d3d256c8: Verifying Checksum 08:03:18 0ef7d3d256c8: Download complete 08:03:18 93359f2a8cfa: Verifying Checksum 08:03:18 93359f2a8cfa: Download complete 08:03:18 7c6f9722023f: Verifying Checksum 08:03:18 7c6f9722023f: Download complete 08:03:18 188c0c94c7c5: Verifying Checksum 08:03:18 188c0c94c7c5: Download complete 08:03:19 188c0c94c7c5: Pull complete 08:03:20 0ef7d3d256c8: Pull complete 08:03:20 de9db76c5a1d: Pull complete 08:03:22 Still waiting to schedule task 08:03:22 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 08:03:36 a35cf1a2eb13: Verifying Checksum 08:03:36 a35cf1a2eb13: Download complete 08:03:36 bca2f99d35d6: Verifying Checksum 08:03:36 bca2f99d35d6: Download complete 08:03:51 bca2f99d35d6: Pull complete 08:03:51 93359f2a8cfa: Pull complete 08:03:51 7c6f9722023f: Pull complete 08:03:57 a35cf1a2eb13: Pull complete 08:03:57 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:03:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:03:57 ---> a62c8e92a672 08:03:57 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 08:03:58 ---> Running in 5cca2bfb6ebf 08:03:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:04:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:04:00 (1/12) Installing libmagic (5.38-r0) 08:04:00 (2/12) Installing file (5.38-r0) 08:04:01 (3/12) Installing libc-dev (0.7.2-r3) 08:04:01 (4/12) Installing g++ (9.3.0-r2) 08:04:08 (5/12) Installing fortify-headers (1.1-r0) 08:04:08 (6/12) Installing patch (2.7.6-r6) 08:04:08 (7/12) Installing build-base (0.5-r2) 08:04:08 (8/12) Installing libsodium (1.0.18-r0) 08:04:08 (9/12) Installing pkgconf (1.7.2-r0) 08:04:08 (10/12) Installing libsodium-dev (1.0.18-r0) 08:04:08 (11/12) Installing libzmq (4.3.3-r0) 08:04:08 (12/12) Installing zeromq-dev (4.3.3-r0) 08:04:08 Executing busybox-1.31.1-r19.trigger 08:04:08 OK: 233 MiB in 51 packages 08:04:14 Removing intermediate container 5cca2bfb6ebf 08:04:14 ---> 7848763f31a4 08:04:14 Step 4/6 : WORKDIR /edgex-go 08:04:14 ---> Running in 0052782f9dd0 08:04:14 Removing intermediate container 0052782f9dd0 08:04:14 ---> 577a0e3ecf71 08:04:14 Step 5/6 : COPY go.mod . 08:04:15 ---> d46cc537da71 08:04:15 Step 6/6 : RUN go mod download 08:04:15 ---> Running in 58eb2be7b6bd 08:04:48 Removing intermediate container 58eb2be7b6bd 08:04:48 ---> 21175fdbbabb 08:04:48 Successfully built 21175fdbbabb 08:04:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:04:49 + docker inspect -f . ci-base-image-x86_64 08:04:49 . [Pipeline] withDockerContainer 08:04:50 prd-centos7-docker-4c-2g-26781 does not seem to be running inside a container 08:04:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-x86_64 cat 08:04:53 $ docker top 2806652cfdfaa8c62832cb0a4964afa558f8f9d7b4ee018c1b8c245d9fbd826a -eo pid,comm [Pipeline] { [Pipeline] sh 08:04:54 + go version 08:04:55 go version go1.15.5 linux/amd64 [Pipeline] } 08:04:55 $ docker stop --time=1 2806652cfdfaa8c62832cb0a4964afa558f8f9d7b4ee018c1b8c245d9fbd826a 08:04:57 $ docker rm -f 2806652cfdfaa8c62832cb0a4964afa558f8f9d7b4ee018c1b8c245d9fbd826a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:04:58 + docker inspect -f . ci-base-image-x86_64 08:04:58 . [Pipeline] withDockerContainer 08:04:59 prd-centos7-docker-4c-2g-26781 does not seem to be running inside a container 08:04:59 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-x86_64 cat 08:05:01 $ docker top 7cc6bce1fe6b1c335de3fb731a14067841176061ebee12a22622df08ade28f80 -eo pid,comm [Pipeline] { [Pipeline] echo 08:05:02 ========================================================= 08:05:02 [edgeXBuildGoParallel] Running Tests and Build... 08:05:02 ========================================================= [Pipeline] sh 08:05:04 + make test 08:05:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:05:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26783 in /w/workspace/edgexfoundry_edgex-go_PR-3178 [Pipeline] { [Pipeline] ws 08:05:17 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 08:05:22 using credential edgex-jenkins-ssh 08:05:22 Cloning the remote Git repository 08:05:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:05:22 > git init /w/workspace/edgex-go/4 # timeout=10 08:05:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:05:22 > git --version # timeout=10 08:05:22 > git --version # 'git version 2.17.1' 08:05:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:05:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:05:32 ? github.com/edgexfoundry/edgex-go [no test files] 08:05:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:05:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:05:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:05:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:05:37 using GIT_SSH to set credentials SSH Credentials for GitHub 08:05:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3178/head:refs/remotes/origin/PR-3178 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:05:38 Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:05:38 Merge succeeded, producing 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:05:38 Checking out Revision 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f (PR-3178) 08:05:38 > git config core.sparsecheckout # timeout=10 08:05:38 > git checkout -f 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f # timeout=10 08:05:38 > git remote # timeout=10 08:05:38 > git config --get remote.origin.url # timeout=10 08:05:38 using GIT_SSH to set credentials SSH Credentials for GitHub 08:05:38 > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 08:05:38 > git rev-parse HEAD^{commit} # timeout=10 08:05:38 > git config core.sparsecheckout # timeout=10 08:05:38 > git checkout -f 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f # timeout=10 08:05:43 Commit message: "feat(command): Implement PUT /device/name/{deviceName}/{command} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:05:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:05:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:05:45 + true 08:05:45 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:05:47 provisioning config files... 08:05:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config9120980667069855092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:05:48 ---> docker-login.sh 08:05:48 nexus3.edgexfoundry.org:10001 08:05:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:05:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:05:49 Configure a credential helper to remove this warning. See 08:05:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:05:49 08:05:49 Login Succeeded 08:05:49 nexus3.edgexfoundry.org:10002 08:05:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:05:50 Configure a credential helper to remove this warning. See 08:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:05:50 08:05:50 Login Succeeded 08:05:50 nexus3.edgexfoundry.org:10003 08:05:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:05:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:05:50 Configure a credential helper to remove this warning. See 08:05:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:05:50 08:05:50 Login Succeeded 08:05:50 nexus3.edgexfoundry.org:10004 08:05:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:05:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:05:51 Configure a credential helper to remove this warning. See 08:05:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:05:51 08:05:51 Login Succeeded 08:05:51 docker.io 08:05:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:05:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:05:52 Configure a credential helper to remove this warning. See 08:05:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:05:52 08:05:52 Login Succeeded 08:05:52 ---> docker-login.sh ends [Pipeline] } 08:05:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:05:52 ========================================================= 08:05:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:05:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:05:53 + 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 . 08:05:55 Sending build context to Docker daemon 166.4MB 08:05:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:05:55 Step 2/6 : FROM ${BASE} 08:05:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:05:55 5f621e34cdf4: Pulling fs layer 08:05:55 a4357932f1b6: Pulling fs layer 08:05:55 18c013af1878: Pulling fs layer 08:05:55 00ac8860ef70: Pulling fs layer 08:05:55 63d7cb157983: Pulling fs layer 08:05:55 b116817d02f9: Pulling fs layer 08:05:55 745a02a5169b: Pulling fs layer 08:05:55 00ac8860ef70: Waiting 08:05:55 63d7cb157983: Waiting 08:05:55 b116817d02f9: Waiting 08:05:55 745a02a5169b: Waiting 08:05:55 18c013af1878: Download complete 08:05:55 a4357932f1b6: Verifying Checksum 08:05:55 a4357932f1b6: Download complete 08:05:55 63d7cb157983: Verifying Checksum 08:05:55 63d7cb157983: Download complete 08:05:56 b116817d02f9: Verifying Checksum 08:05:56 b116817d02f9: Download complete 08:05:56 5f621e34cdf4: Download complete 08:05:56 5f621e34cdf4: Pull complete 08:05:56 a4357932f1b6: Pull complete 08:05:57 18c013af1878: Pull complete 08:05:58 745a02a5169b: Verifying Checksum 08:05:58 745a02a5169b: Download complete 08:05:59 00ac8860ef70: Download complete 08:06:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:06:10 00ac8860ef70: Pull complete 08:06:10 63d7cb157983: Pull complete 08:06:10 b116817d02f9: Pull complete 08:06:14 745a02a5169b: Pull complete 08:06:14 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:06:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:06:14 ---> b7e6874047d6 08:06:14 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 08:06:16 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:06:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:06:17 ---> Running in 65b0a4be5da6 08:06:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:06:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:06:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:06:20 (1/12) Installing libmagic (5.38-r0) 08:06:20 (2/12) Installing file (5.38-r0) 08:06:20 (3/12) Installing libc-dev (0.7.2-r3) 08:06:20 (4/12) Installing g++ (9.3.0-r2) 08:06:24 (5/12) Installing fortify-headers (1.1-r0) 08:06:24 (6/12) Installing patch (2.7.6-r6) 08:06:24 (7/12) Installing build-base (0.5-r2) 08:06:24 (8/12) Installing libsodium (1.0.18-r0) 08:06:24 (9/12) Installing pkgconf (1.7.2-r0) 08:06:24 (10/12) Installing libsodium-dev (1.0.18-r0) 08:06:24 (11/12) Installing libzmq (4.3.3-r0) 08:06:24 (12/12) Installing zeromq-dev (4.3.3-r0) 08:06:24 Executing busybox-1.31.1-r19.trigger 08:06:24 OK: 217 MiB in 51 packages 08:06:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:06:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:06:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:06:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:06:28 Removing intermediate container 65b0a4be5da6 08:06:28 ---> 735564cf84e7 08:06:28 Step 4/6 : WORKDIR /edgex-go 08:06:28 ---> Running in ca06e5ad9453 08:06:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:06:28 Removing intermediate container ca06e5ad9453 08:06:28 ---> ca3c5443496d 08:06:28 Step 5/6 : COPY go.mod . 08:06:29 ---> 7a0dfa8baf02 08:06:29 Step 6/6 : RUN go mod download 08:06:29 ---> Running in 04d712b668cc 08:06:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:06:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:06:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:06:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:06:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.514s coverage: 45.9% of statements 08:06:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:06:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:06:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:06:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:06:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:06:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:06:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 08:06:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.201s coverage: 100.0% of statements 08:06:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.460s coverage: 27.1% of statements 08:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:06:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.095s coverage: 100.0% of statements 08:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:06:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements 08:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:06:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 65.8% of statements 08:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:06:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:06:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.750s coverage: 82.3% of statements 08:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:06:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:06:56 Removing intermediate container 04d712b668cc 08:06:56 ---> 2b3b206aed2f 08:06:56 Successfully built 2b3b206aed2f 08:06:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:06:56 + docker inspect -f . ci-base-image-arm64 08:06:56 . [Pipeline] withDockerContainer 08:06:57 prd-ubuntu18.04-docker-arm64-4c-16g-26783 does not seem to be running inside a container 08:06:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 08:06:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.623s coverage: 28.6% of statements 08:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:06:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.333s coverage: 100.0% of statements 08:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:06:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 08:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:06:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.328s coverage: 86.7% of statements 08:06:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:06:58 $ docker top 42a3c6829e4fe78ea74d92dc3e08fdd63c648acc93f84ddfd77fb66bc3e585c8 -eo pid,comm [Pipeline] { [Pipeline] sh 08:06:59 + go version 08:06:59 go version go1.15.5 linux/arm64 [Pipeline] } 08:06:59 $ docker stop --time=1 42a3c6829e4fe78ea74d92dc3e08fdd63c648acc93f84ddfd77fb66bc3e585c8 08:07:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 1.184s coverage: 97.5% of statements 08:07:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:07:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.204s coverage: 78.3% of statements 08:07:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:07:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:07:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:07:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:07:01 $ docker rm -f 42a3c6829e4fe78ea74d92dc3e08fdd63c648acc93f84ddfd77fb66bc3e585c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:07:02 + docker inspect -f . ci-base-image-arm64 08:07:02 . [Pipeline] withDockerContainer 08:07:03 prd-ubuntu18.04-docker-arm64-4c-16g-26783 does not seem to be running inside a container 08:07:03 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 08:07:04 $ docker top c035d5ddea622aa28b85e3792701926fa8e8d52d4cf8da97c1b65d0f67633931 -eo pid,comm [Pipeline] { [Pipeline] echo 08:07:05 ========================================================= 08:07:05 [edgeXBuildGoParallel] Running Tests and Build... 08:07:05 ========================================================= [Pipeline] sh 08:07:05 + make test 08:07:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:07:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.463s coverage: 92.8% of statements 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:07:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.161s coverage: 58.8% of statements 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:07:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.078s coverage: 0.1% of statements 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:07:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:07:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 45.5% of statements 08:07:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.300s coverage: 79.5% of statements 08:07:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.118s coverage: 94.1% of statements 08:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.264s coverage: 96.3% of statements 08:07:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 08:07:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.129s coverage: 94.4% of statements 08:07:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.103s coverage: 44.8% of statements 08:07:27 ? github.com/edgexfoundry/edgex-go [no test files] 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.228s coverage: 92.9% of statements 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.098s coverage: 77.8% of statements 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.150s coverage: 87.2% of statements 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.114s coverage: 100.0% of statements 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.270s coverage: 75.5% of statements 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.110s coverage: 80.8% of statements 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.094s coverage: 87.2% of statements 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.277s coverage: 84.2% of statements 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.267s coverage: 91.4% of statements 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.368s coverage: 63.5% of statements 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.096s coverage: 100.0% of statements 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.116s coverage: 91.3% of statements 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.113s coverage: 100.0% of statements 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.108s coverage: 100.0% of statements 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.769s coverage: 68.9% of statements 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.282s coverage: 37.0% of statements 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:07:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.589s coverage: 84.0% of statements 08:07:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements 08:07:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.178s coverage: 47.0% of statements 08:07:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:07:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:07:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:07:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:07:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:07:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.099s coverage: 100.0% of statements 08:07:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:07:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 08:07:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:07:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:07:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 08:07:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:07:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.270s coverage: 89.4% of statements 08:07:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:07:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:07:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:07:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.932s coverage: 29.1% of statements 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:07:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:07:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.069s coverage: 100.0% of statements 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:07:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.172s coverage: 100.0% of statements 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:07:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.109s coverage: 0.0% of statements 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:07:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.181s coverage: 100.0% of statements 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:07:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.168s coverage: 87.9% of statements 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:07:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:07:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.125s coverage: 100.0% of statements 08:07:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.138s coverage: 32.1% of statements 08:07:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.143s coverage: 100.0% of statements 08:07:48 GO111MODULE=on go vet ./... 08:08:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:08:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:08:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:08:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:08:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:08:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:08:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:08:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:08:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:08:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:08:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:08:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:08:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:08:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.301s coverage: 45.9% of statements 08:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:08:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 08:08:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.256s coverage: 100.0% of statements 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.460s coverage: 27.1% of statements 08:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 08:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:08:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.132s coverage: 100.0% of statements 08:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:08:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:08:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.240s coverage: 65.8% of statements 08:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:08:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:08:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.672s coverage: 82.3% of statements 08:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:08:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:08:57 gofmt -l . 08:08:58 [ "`gofmt -l .`" = "" ] 08:08:59 ./bin/test-go-mod-tidy.sh 08:09:02 ./bin/test-attribution-txt.sh 08:09:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.202s coverage: 28.6% of statements 08:09:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:09:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:09:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:09:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:09:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:09:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements 08:09:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:09:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 08:09:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:09:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.317s coverage: 86.7% of statements 08:09:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [Pipeline] sh 08:09:05 + ls -al . 08:09:05 total 700 08:09:05 drwxrwxr-x 10 1001 1001 4096 Feb 18 08:09 . 08:09:05 drwxr-xr-x 4 root root 28 Feb 18 08:05 .. 08:09:05 -rw-rw-r-- 1 1001 1001 11 Feb 18 08:01 .dockerignore 08:09:05 drwxrwxr-x 8 1001 1001 179 Feb 18 08:01 .git 08:09:05 drwxrwxr-x 3 1001 1001 125 Feb 18 08:01 .github 08:09:05 -rw-rw-r-- 1 1001 1001 818 Feb 18 08:01 .gitignore 08:09:05 drwx------ 3 1001 1001 60 Feb 18 08:02 .semver 08:09:05 -rw-rw-r-- 1 1001 1001 166 Feb 18 08:01 .sonarcloud.properties 08:09:05 -rw-rw-r-- 1 1001 1001 7859 Feb 18 08:01 Attribution.txt 08:09:05 -rw-rw-r-- 1 1001 1001 3804 Feb 18 08:01 CONTRIBUTING.md 08:09:05 -rw-rw-r-- 1 1001 1001 931 Feb 18 08:01 Dockerfile.build 08:09:05 -rw-rw-r-- 1 1001 1001 863 Feb 18 08:01 Jenkinsfile 08:09:05 -rw-rw-r-- 1 1001 1001 10775 Feb 18 08:01 LICENSE 08:09:05 -rw-rw-r-- 1 1001 1001 5774 Feb 18 08:01 Makefile 08:09:05 -rw-rw-r-- 1 1001 1001 6524 Feb 18 08:01 README.md 08:09:05 -rw-rw-r-- 1 1001 1001 6755 Feb 18 08:01 SECURITY.md 08:09:05 -rw-rw-r-- 1 1001 1001 5 Feb 18 08:03 VERSION 08:09:05 -rw-rw-r-- 1 1001 1001 4131 Feb 18 08:01 ZMQWindows.md 08:09:05 drwxrwxr-x 2 1001 1001 117 Feb 18 08:01 bin 08:09:05 drwxrwxr-x 14 1001 1001 4096 Feb 18 08:01 cmd 08:09:05 -rw-r--r-- 1 root root 597520 Feb 18 08:07 coverage.out 08:09:05 -rw-r--r-- 1 root root 1054 Feb 18 08:08 go.mod 08:09:05 -rw-r--r-- 1 root root 19518 Feb 18 08:09 go.sum 08:09:05 drwxrwxr-x 8 1001 1001 127 Feb 18 08:01 internal 08:09:05 drwxrwxr-x 4 1001 1001 26 Feb 18 08:01 openapi 08:09:05 drwxrwxr-x 4 1001 1001 71 Feb 18 08:01 snap 08:09:05 -rw-rw-r-- 1 1001 1001 168 Feb 18 08:01 version.go [Pipeline] sh 08:09:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.393s coverage: 97.5% of statements 08:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:09:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements 08:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:09:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:09:06 + '[' -e coverage.out ] 08:09:06 + chown 1001:1001 coverage.out [Pipeline] stash 08:09:07 Stashed 1 file(s) [Pipeline] sh 08:09:07 + make build 08:09:07 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 08:09:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.203s coverage: 92.8% of statements 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:09:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:09:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.211s coverage: 0.1% of statements 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:09:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 45.5% of statements 08:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 79.5% of statements 08:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 08:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements 08:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.064s coverage: 87.5% of statements 08:09:16 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 08:09:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements 08:09:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.131s coverage: 92.9% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.063s coverage: 77.8% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.4% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.539s coverage: 63.5% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.737s coverage: 68.9% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:09:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 37.0% of statements 08:09:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:09:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:09:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.717s coverage: 84.0% of statements 08:09:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements 08:09:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:09:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:09:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.462s coverage: 47.0% of statements 08:09:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:09:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:09:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:09:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:09:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:09:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements 08:09:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:09:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 08:09:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:09:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:09:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 08:09:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:09:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.285s coverage: 89.4% of statements 08:09:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:09:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:09:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:09:52 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 08:09: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 08:09:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.974s coverage: 29.1% of statements 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:09:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.203s coverage: 99.0% of statements 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:09:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:09:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.198s coverage: 100.0% of statements 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:09:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:09:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:09:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:09:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:09:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 08:09:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.069s coverage: 32.1% of statements 08:09:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 08:09:58 GO111MODULE=on go vet ./... 08:09:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:10:04 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 08:10:10 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 08:10:15 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 08:10:17 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 08:10:23 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] } 08:10:31 $ docker stop --time=1 7cc6bce1fe6b1c335de3fb731a14067841176061ebee12a22622df08ade28f80 08:10:33 $ docker rm -f 7cc6bce1fe6b1c335de3fb731a14067841176061ebee12a22622df08ade28f80 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:10:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:10:38 08:10:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:10:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:10:39 latest: Pulling from edgex-devops/edgex-compose 08:10:39 cbdbe7a5bc2a: Pulling fs layer 08:10:39 ca9280d653b3: Pulling fs layer 08:10:39 7e9c9ca2126c: Pulling fs layer 08:10:41 cbdbe7a5bc2a: Pull complete 08:10:41 ca9280d653b3: Verifying Checksum 08:10:41 ca9280d653b3: Download complete 08:10:45 ca9280d653b3: Pull complete 08:10:45 7e9c9ca2126c: Verifying Checksum 08:10:45 7e9c9ca2126c: Download complete 08:11:01 7e9c9ca2126c: Pull complete 08:11:01 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:11:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:11:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:11:01 prd-centos7-docker-4c-2g-26781 does not seem to be running inside a container 08:11:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 08:11:06 $ docker top a65090c32ea3189247ed68746e43a73e2276d821f89c14c0947e2421dbb1ac1d -eo pid,comm [Pipeline] { [Pipeline] sh 08:11:07 + grep parallel 08:11:07 + docker-compose build --help 08:11:09 --parallel Build images in parallel. [Pipeline] } 08:11:10 $ docker stop --time=1 a65090c32ea3189247ed68746e43a73e2276d821f89c14c0947e2421dbb1ac1d 08:11:11 $ docker rm -f a65090c32ea3189247ed68746e43a73e2276d821f89c14c0947e2421dbb1ac1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:11:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:11:12 . [Pipeline] withDockerContainer 08:11:13 prd-centos7-docker-4c-2g-26781 does not seem to be running inside a container 08:11:13 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:11:16 $ docker top 6a4f5278bd69686efbe22e233ef5af8054f1a26fdc0542744a6d9a796cbf7ca5 -eo pid,comm [Pipeline] { [Pipeline] sh 08:11:18 + docker-compose -f ./docker-compose-build.yml build --parallel 08:11:19 gofmt -l . 08:11:19 [ "`gofmt -l .`" = "" ] 08:11:19 ./bin/test-go-mod-tidy.sh 08:11:19 ./bin/test-attribution-txt.sh [Pipeline] sh 08:11:20 Building docker-core-command-go ... 08:11:20 Building docker-core-data-go ... 08:11:20 Building docker-core-metadata-go ... 08:11:20 Building docker-security-bootstrapper-go ... 08:11:20 Building docker-security-proxy-setup-go ... 08:11:20 Building docker-security-secretstore-setup-go ... 08:11:20 Building docker-support-notifications-go ... 08:11:20 Building docker-support-scheduler-go ... 08:11:20 Building docker-sys-mgmt-agent-go ... 08:11:20 Building docker-security-proxy-setup-go 08:11:20 Building docker-security-secretstore-setup-go 08:11:20 Building docker-support-scheduler-go 08:11:20 + ls -al . 08:11:20 total 728 08:11:20 drwxrwxr-x 9 1001 1001 4096 Feb 18 08:11 . 08:11:20 drwxr-xr-x 4 root root 4096 Feb 18 08:07 .. 08:11:20 -rw-rw-r-- 1 1001 1001 11 Feb 18 08:05 .dockerignore 08:11:20 drwxrwxr-x 8 1001 1001 4096 Feb 18 08:05 .git 08:11:20 drwxrwxr-x 3 1001 1001 4096 Feb 18 08:05 .github 08:11:20 -rw-rw-r-- 1 1001 1001 818 Feb 18 08:05 .gitignore 08:11:20 -rw-rw-r-- 1 1001 1001 166 Feb 18 08:05 .sonarcloud.properties 08:11:20 -rw-rw-r-- 1 1001 1001 7859 Feb 18 08:05 Attribution.txt 08:11:20 -rw-rw-r-- 1 1001 1001 3804 Feb 18 08:05 CONTRIBUTING.md 08:11:20 -rw-rw-r-- 1 1001 1001 931 Feb 18 08:05 Dockerfile.build 08:11:20 -rw-rw-r-- 1 1001 1001 863 Feb 18 08:05 Jenkinsfile 08:11:20 -rw-rw-r-- 1 1001 1001 10775 Feb 18 08:05 LICENSE 08:11:20 -rw-rw-r-- 1 1001 1001 5774 Feb 18 08:05 Makefile 08:11:20 -rw-rw-r-- 1 1001 1001 6524 Feb 18 08:05 README.md 08:11:20 -rw-rw-r-- 1 1001 1001 6755 Feb 18 08:05 SECURITY.md 08:11:20 -rw-rw-r-- 1 1001 1001 5 Feb 18 08:03 VERSION 08:11:20 -rw-rw-r-- 1 1001 1001 4131 Feb 18 08:05 ZMQWindows.md 08:11:20 drwxrwxr-x 2 1001 1001 4096 Feb 18 08:05 bin 08:11:20 drwxrwxr-x 14 1001 1001 4096 Feb 18 08:05 cmd 08:11:20 -rw-r--r-- 1 root root 597520 Feb 18 08:09 coverage.out 08:11:20 -rw-r--r-- 1 root root 1054 Feb 18 08:11 go.mod 08:11:20 -rw-r--r-- 1 root root 19518 Feb 18 08:11 go.sum 08:11:20 drwxrwxr-x 8 1001 1001 4096 Feb 18 08:05 internal 08:11:20 drwxrwxr-x 4 1001 1001 4096 Feb 18 08:05 openapi 08:11:20 drwxrwxr-x 4 1001 1001 4096 Feb 18 08:05 snap 08:11:20 -rw-rw-r-- 1 1001 1001 168 Feb 18 08:05 version.go [Pipeline] sh 08:11:21 + '[' -e coverage.out ] 08:11:21 + chown 1001:1001 coverage.out [Pipeline] stash 08:11:21 Warning: overwriting stash ‘coverage-report’ 08:11:21 Building docker-core-metadata-go 08:11:21 Building docker-core-command-go 08:11:22 Stashed 1 file(s) [Pipeline] sh 08:11:23 + make build 08:11:23 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 08:11:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:11:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:12:02 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 08:12:07 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 08:12:08 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 08:12:12 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 08:12:16 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 08:12:20 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 08:12:24 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 08:12:27 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 08:12:31 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] } 08:12:37 $ docker stop --time=1 c035d5ddea622aa28b85e3792701926fa8e8d52d4cf8da97c1b65d0f67633931 08:12:40 $ docker rm -f c035d5ddea622aa28b85e3792701926fa8e8d52d4cf8da97c1b65d0f67633931 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:12:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:12:42 08:12:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:12:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:12:43 latest: Pulling from edgex-devops/edgex-compose-arm64 08:12:43 29e5d40040c1: Pulling fs layer 08:12:43 1ce36da41761: Pulling fs layer 08:12:43 25b303627fd3: Pulling fs layer 08:12:44 29e5d40040c1: Verifying Checksum 08:12:44 29e5d40040c1: Download complete 08:12:44 1ce36da41761: Verifying Checksum 08:12:44 1ce36da41761: Download complete 08:12:44 29e5d40040c1: Pull complete 08:12:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:12:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:12:45 ---> 21175fdbbabb 08:12:45 Step 3/22 : WORKDIR /edgex-go 08:12:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:12:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:12:45 ---> 21175fdbbabb 08:12:45 Step 3/23 : WORKDIR /edgex-go 08:12:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:12:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:12:45 ---> 21175fdbbabb 08:12:45 Step 3/24 : WORKDIR /edgex-go 08:12:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:12:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:12:45 ---> 21175fdbbabb 08:12:45 Step 3/21 : WORKDIR /edgex-go 08:12:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:12:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:12:45 ---> 21175fdbbabb 08:12:45 Step 3/23 : WORKDIR /edgex-go 08:12:45 ---> Running in 824af3760129 08:12:45 ---> Running in dd954e60b0a7 08:12:45 ---> Running in 48e64c788c01 08:12:45 ---> Running in 49761e31e629 08:12:45 ---> Running in a2f9d5d08196 08:12:45 Removing intermediate container a2f9d5d08196 08:12:45 ---> 84a32e59dd6d 08:12:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:45 Removing intermediate container 48e64c788c01 08:12:45 ---> 1db8b2a34664 08:12:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:45 Removing intermediate container dd954e60b0a7 08:12:45 ---> 365e0d6ef525 08:12:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:45 Removing intermediate container 49761e31e629 08:12:45 ---> 7cb5e3f5d061 08:12:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:45 Removing intermediate container 824af3760129 08:12:45 ---> 6b200e85ae45 08:12:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:45 ---> Running in b4624d1f3bbe 08:12:45 ---> Running in 012363cf27f2 08:12:45 ---> Running in 0cd634f69962 08:12:45 ---> Running in f2b8a7b932f3 08:12:45 ---> Running in 3f65e4b3ecfe 08:12:45 Removing intermediate container 012363cf27f2 08:12:45 ---> 41f00581a9c2 08:12:45 Step 5/23 : RUN apk add --update --no-cache make git 08:12:45 ---> Running in b7311fb17e8d 08:12:45 Removing intermediate container 0cd634f69962 08:12:45 ---> e2ddde1fa6e0 08:12:45 Step 5/21 : RUN apk add --update --no-cache make git 08:12:45 Removing intermediate container b4624d1f3bbe 08:12:45 ---> 998f8b4ec216 08:12:45 Step 5/24 : RUN apk add --update --no-cache make git 08:12:45 Removing intermediate container 3f65e4b3ecfe 08:12:45 ---> c8972561f97d 08:12:45 Step 5/23 : RUN apk add --update --no-cache make git 08:12:45 Removing intermediate container f2b8a7b932f3 08:12:45 ---> 778b301fecb4 08:12:45 Step 5/22 : RUN apk add --update --no-cache make git 08:12:45 ---> Running in 54a898d87789 08:12:45 ---> Running in ac417c124b2d 08:12:45 ---> Running in 71be4d39cb34 08:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:45 ---> Running in 4b66ef1dd65c 08:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:45 OK: 233 MiB in 51 packages 08:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:45 Removing intermediate container b7311fb17e8d 08:12:45 ---> 12d67cb8f5e0 08:12:45 Step 6/23 : COPY go.mod . 08:12:45 ---> 66d9d13d8633 08:12:45 Step 7/23 : RUN go mod download 08:12:45 ---> Running in 1d717913a2d5 08:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:45 OK: 233 MiB in 51 packages 08:12:45 OK: 233 MiB in 51 packages 08:12:45 OK: 233 MiB in 51 packages 08:12:45 OK: 233 MiB in 51 packages 08:12:46 1ce36da41761: Pull complete 08:12:46 25b303627fd3: Verifying Checksum 08:12:46 25b303627fd3: Download complete 08:12:47 Removing intermediate container 54a898d87789 08:12:47 ---> 93820066247d 08:12:47 Step 6/24 : COPY go.mod . 08:12:47 Removing intermediate container ac417c124b2d 08:12:47 ---> 44d951fd825a 08:12:47 Step 6/21 : COPY go.mod . 08:12:47 Removing intermediate container 71be4d39cb34 08:12:47 ---> 62a6243b3970 08:12:47 Step 6/23 : COPY go.mod . 08:12:47 Removing intermediate container 4b66ef1dd65c 08:12:47 ---> cdad49e5a40f 08:12:47 Step 6/22 : COPY go.mod . 08:12:47 ---> 128705862b2f 08:12:47 Step 7/21 : RUN go mod download 08:12:47 ---> 04391142e76f 08:12:47 Step 7/24 : RUN go mod download 08:12:47 ---> Running in 470915d46e40 08:12:48 ---> Running in ebd5e0de3576 08:12:48 ---> 7ea1c673ec29 08:12:48 Step 7/22 : RUN go mod download 08:12:48 ---> 77215b073b91 08:12:48 Step 7/23 : RUN go mod download 08:12:48 ---> Running in 7da9776e175d 08:12:48 ---> Running in acdeff09bf73 08:12:50 Removing intermediate container 1d717913a2d5 08:12:50 ---> cf63b871dd7b 08:12:50 Step 8/23 : COPY . . 08:12:54 Removing intermediate container 470915d46e40 08:12:54 ---> 1b29c55e75eb 08:12:54 Step 8/21 : COPY . . 08:12:54 Removing intermediate container ebd5e0de3576 08:12:54 ---> ffe0ad2069b7 08:12:54 Step 8/24 : COPY . . 08:12:56 25b303627fd3: Pull complete 08:12:56 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:12:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:12:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:12:56 prd-ubuntu18.04-docker-arm64-4c-16g-26783 does not seem to be running inside a container 08:12:56 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 08:12:58 Removing intermediate container 7da9776e175d 08:12:58 ---> 716eac498601 08:12:58 Step 8/22 : COPY . . 08:12:59 $ docker top 957731589b79a4a5232ae0de74466ede01b0b2690a5eb01092ff429939d5b01b -eo pid,comm [Pipeline] { [Pipeline] sh 08:13:00 + docker-compose build --help 08:13:00 + grep parallel 08:13:00 Removing intermediate container acdeff09bf73 08:13:00 ---> 6db15c96e587 08:13:00 Step 8/23 : COPY . . 08:13:04 --parallel Build images in parallel. [Pipeline] } 08:13:04 $ docker stop --time=1 957731589b79a4a5232ae0de74466ede01b0b2690a5eb01092ff429939d5b01b 08:13:06 $ docker rm -f 957731589b79a4a5232ae0de74466ede01b0b2690a5eb01092ff429939d5b01b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:13:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:13:07 . [Pipeline] withDockerContainer 08:13:08 prd-ubuntu18.04-docker-arm64-4c-16g-26783 does not seem to be running inside a container 08:13:08 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 08:13:09 $ docker top 020e6423ae00849a6b73d03e4e5006ea29010d4a5a8194b8d805a3a1c8bec256 -eo pid,comm [Pipeline] { [Pipeline] sh 08:13:10 + docker-compose -f ./docker-compose-build.yml build --parallel 08:13:14 Building docker-core-command-go ... 08:13:14 Building docker-core-data-go ... 08:13:14 Building docker-core-metadata-go ... 08:13:14 Building docker-security-bootstrapper-go ... 08:13:14 Building docker-security-proxy-setup-go ... 08:13:14 Building docker-security-secretstore-setup-go ... 08:13:14 Building docker-support-notifications-go ... 08:13:14 Building docker-support-scheduler-go ... 08:13:14 Building docker-sys-mgmt-agent-go ... 08:13:14 Building docker-sys-mgmt-agent-go 08:13:14 Building docker-core-data-go 08:13:14 Building docker-support-scheduler-go 08:13:14 Building docker-support-notifications-go 08:13:14 Building docker-security-bootstrapper-go 08:14:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:14:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:14:36 ---> 2b3b206aed2f 08:14:36 Step 3/23 : WORKDIR /edgex-go 08:14:36 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:14:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:14:36 ---> 2b3b206aed2f 08:14:36 Step 3/26 : WORKDIR /edgex-go 08:14:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:14:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:14:36 ---> 2b3b206aed2f 08:14:36 Step 3/22 : WORKDIR /edgex-go 08:14:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:14:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:14:36 ---> 2b3b206aed2f 08:14:36 Step 3/22 : WORKDIR /edgex-go 08:14:36 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:14:36 Step 2/30 : FROM ${BUILDER_BASE} AS builder 08:14:36 ---> 2b3b206aed2f 08:14:36 Step 3/30 : WORKDIR /edgex-go 08:14:36 ---> Running in a5ec9c615cf0 08:14:36 ---> Running in 4e28e8df1f2f 08:14:36 ---> Running in c459e199e893 08:14:36 ---> Running in e5360280400a 08:14:36 ---> Running in 8ac8985c7c03 08:14:36 Removing intermediate container 8ac8985c7c03 08:14:36 ---> 44a45ba5c6b9 08:14:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:36 Removing intermediate container e5360280400a 08:14:36 ---> e3491bab8f1e 08:14:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:36 Removing intermediate container a5ec9c615cf0 08:14:36 ---> 857e793d296d 08:14:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:36 Removing intermediate container c459e199e893 08:14:36 ---> 60adf317bec4 08:14:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:36 Removing intermediate container 4e28e8df1f2f 08:14:36 ---> 66fc539c1655 08:14:36 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:36 ---> Running in 2b2118b02188 08:14:36 ---> Running in 2526a4623f48 08:14:36 ---> Running in 14d886b22fbd 08:14:36 ---> Running in 63c13a05724f 08:14:36 ---> Running in c2119282ee16 08:14:36 Removing intermediate container 2526a4623f48 08:14:36 ---> 414431e5e8c0 08:14:36 Step 5/22 : RUN apk add --update --no-cache make git 08:14:36 ---> Running in 6afe543b2dab 08:14:36 Removing intermediate container 2b2118b02188 08:14:36 ---> a62fcd031396 08:14:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:14:36 Removing intermediate container 14d886b22fbd 08:14:36 ---> 96cb62c6682b 08:14:36 Step 5/26 : RUN apk add --update --no-cache make bash git 08:14:36 ---> Running in fd20d37246ce 08:14:36 Removing intermediate container 63c13a05724f 08:14:36 ---> 74e33165b194 08:14:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:14:36 ---> Running in a6d6ad91b3f5 08:14:36 Removing intermediate container c2119282ee16 08:14:36 ---> 9b9b5da66b8a 08:14:36 Step 5/30 : RUN apk add --update --no-cache make git 08:14:36 ---> Running in e5c2d2a6226a 08:14:36 ---> Running in 175b3777db89 08:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:14:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:14:36 OK: 217 MiB in 51 packages 08:14:37 OK: 217 MiB in 51 packages 08:14:37 OK: 217 MiB in 51 packages 08:14:37 OK: 217 MiB in 51 packages 08:14:37 OK: 217 MiB in 51 packages 08:14:38 Removing intermediate container 6afe543b2dab 08:14:38 ---> 956873625f8c 08:14:38 Step 6/22 : COPY go.mod . 08:14:39 ---> de153cc58d6a 08:14:39 Step 7/22 : RUN go mod download 08:14:39 Removing intermediate container fd20d37246ce 08:14:39 ---> fc4a9e46f92c 08:14:39 Step 6/22 : COPY go.mod . 08:14:39 ---> Running in 879863f71d2a 08:14:39 Removing intermediate container a6d6ad91b3f5 08:14:39 ---> 4e53bdce47c8 08:14:39 Step 6/26 : COPY go.mod . 08:14:39 Removing intermediate container e5c2d2a6226a 08:14:39 ---> b49950fc9536 08:14:39 Step 6/23 : COPY go.mod . 08:14:39 ---> fe9c4706f09d 08:14:39 Step 9/23 : RUN make cmd/core-command/core-command 08:14:39 ---> 8502fcaedd85 08:14:39 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:14:39 ---> 7a39581c72af 08:14:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:14:39 ---> Running in d4c33913effa 08:14:39 ---> 29ba5cba491e 08:14:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:14:39 ---> Running in 5eec74487d46 08:14:39 ---> Running in 7660bd53e71c 08:14:39 ---> d9bde07c894f 08:14:39 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:14:39 ---> Running in c2661cb55e40 08:14:39 ---> Running in c905e89b8775 08:14:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:14:39 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 08:14:39 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 08:14:39 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 08:14:39 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 08:14:39 Removing intermediate container 175b3777db89 08:14:39 ---> 61068deabc16 08:14:39 Step 6/30 : COPY go.mod . 08:14:40 ---> 97252c439cee 08:14:40 Step 7/22 : RUN go mod download 08:14:40 ---> Running in 85af8b894705 08:14:41 ---> 1884eaf6c7a0 08:14:41 ---> f0916a6a2f75 08:14:41 ---> d475a7211196 08:14:41 Step 7/23 : RUN go mod download 08:14:41 Step 7/30 : RUN go mod download 08:14:41 Step 7/26 : RUN go mod download 08:14:41 ---> Running in 8865c395c1d8 08:14:41 ---> Running in 37fd856ab49f 08:14:41 ---> Running in a1b9ce4ccd9f 08:14:43 Removing intermediate container 879863f71d2a 08:14:43 ---> ac13b2538f5c 08:14:43 Step 8/22 : COPY . . 08:14:45 Removing intermediate container 85af8b894705 08:14:45 ---> 7d9401f7ee63 08:14:45 Step 8/22 : COPY . . 08:14:46 Removing intermediate container a1b9ce4ccd9f 08:14:46 ---> cc5df525e21d 08:14:46 Step 8/26 : COPY . . 08:14:46 Removing intermediate container 8865c395c1d8 08:14:46 ---> 86c7b5046c19 08:14:46 Step 8/30 : COPY . . 08:14:47 Removing intermediate container 37fd856ab49f 08:14:47 ---> 1ffd86d2bcbb 08:14:47 Step 8/23 : COPY . . 08:15:14 ---> 619b87d519c9 08:15:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:15:14 ---> 681f7e0d1c15 08:15:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:15:14 ---> Running in 5b7d4f6f6d33 08:15:14 ---> Running in 5254db0e795d 08:15:14 ---> b57f7da25d1d 08:15:14 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:15:14 ---> 337b7f2b707a 08:15:14 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:15:14 ---> 6a6f6cdced0d 08:15:14 Step 9/23 : RUN make cmd/core-data/core-data 08:15:14 ---> Running in 219ea93b6b4c 08:15:14 ---> Running in 879c7eafa3e5 08:15:14 ---> Running in fa528af2f4f0 08:15:14 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 08:15:14 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 08:15:14 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 08:15:14 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 08:15:14 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 08:15:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:15: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 08:15:53 Removing intermediate container 5eec74487d46 08:15:53 ---> ed52e8e0a9ed 08:15:53 08:15:53 Step 10/24 : FROM alpine:3.12 08:15:53 Removing intermediate container d4c33913effa 08:15:53 ---> ce68bc478b9f 08:15:53 08:15:53 Step 10/23 : FROM alpine:3.12 08:15:53 Removing intermediate container c2661cb55e40 08:15:53 ---> b49d52ad992b 08:15:53 08:15:53 Step 10/22 : FROM alpine:3.12 08:15:53 Removing intermediate container c905e89b8775 08:15:53 ---> e21823c937b3 08:15:53 08:15:53 Step 10/23 : FROM alpine:3.12 08:15:53 Removing intermediate container 7660bd53e71c 08:15:53 ---> e677dd29348f 08:15:53 08:15:53 Step 10/21 : FROM alpine:3.12 08:15:53 3.12: Pulling from library/alpine 08:15:53 3.12: Pulling from library/alpine 08:15:53 3.12: Pulling from library/alpine 08:15:53 3.12: Pulling from library/alpine 08:15:53 3.12: Pulling from library/alpine 08:15:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:15:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:15:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:15:54 Status: Downloaded newer image for alpine:3.12 08:15:54 Status: Downloaded newer image for alpine:3.12 08:15:54 Status: Image is up to date for alpine:3.12 08:15:54 ---> 389fef711851 08:15:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:15:54 ---> 389fef711851 08:15:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:15:54 ---> 389fef711851 08:15:54 Step 11/21 : RUN apk add --update --no-cache curl 08:15:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:15:54 Status: Image is up to date for alpine:3.12 08:15:54 ---> 389fef711851 08:15:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:15:54 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:15:54 Status: Image is up to date for alpine:3.12 08:15:54 ---> 389fef711851 08:15:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:15:56 ---> Running in fd5eaaa5e981 08:15:56 ---> Running in 2cd951a99065 08:15:56 ---> Running in 26e88da58f8b 08:15:56 ---> Running in 053ae56e8525 08:15:56 ---> Running in 78cdadc4efb6 08:15:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:15:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:15:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:15:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:15:58 (1/5) Installing ca-certificates (20191127-r4) 08:15:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:15:58 (3/5) Installing libcurl (7.69.1-r3) 08:15:58 (4/5) Installing curl (7.69.1-r3) 08:15:58 (5/5) Installing dumb-init (1.2.2-r1) 08:15:58 Executing busybox-1.31.1-r19.trigger 08:15:58 (1/1) Installing dumb-init (1.2.2-r1) 08:15:58 Executing ca-certificates-20191127-r4.trigger 08:15:58 Executing busybox-1.31.1-r19.trigger 08:15:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:15:58 OK: 6 MiB in 15 packages 08:15:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:15:58 OK: 7 MiB in 19 packages 08:15:58 (1/1) Installing dumb-init (1.2.2-r1) 08:15:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:15:59 Executing busybox-1.31.1-r19.trigger 08:15:59 OK: 6 MiB in 15 packages 08:15:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:15:59 (1/4) Installing ca-certificates (20191127-r4) 08:15:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:15:59 (3/4) Installing libcurl (7.69.1-r3) 08:15:59 (4/4) Installing curl (7.69.1-r3) 08:15:59 Executing busybox-1.31.1-r19.trigger 08:15:59 Executing ca-certificates-20191127-r4.trigger 08:15:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:16:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:16:00 OK: 7 MiB in 18 packages 08:16:00 (1/1) Installing dumb-init (1.2.2-r1) 08:16:00 Executing busybox-1.31.1-r19.trigger 08:16:00 OK: 6 MiB in 15 packages 08:16:04 Removing intermediate container fd5eaaa5e981 08:16:04 ---> bac397b4dd56 08:16:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:16:04 Removing intermediate container 78cdadc4efb6 08:16:04 ---> 8558f2a47782 08:16:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:16:05 ---> Running in 3c388bef8beb 08:16:07 ---> Running in 6db4e22a7a70 08:16:07 Removing intermediate container 2cd951a99065 08:16:07 ---> 525a53c85dcc 08:16:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:16:07 Removing intermediate container 3c388bef8beb 08:16:07 ---> 268c7ad19b51 08:16:07 Step 13/23 : ENV APP_PORT=48082 08:16:07 Removing intermediate container 053ae56e8525 08:16:07 ---> 17abd27591c5 08:16:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:16:07 Removing intermediate container 26e88da58f8b 08:16:07 ---> d73c02403fa4 08:16:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:16:08 ---> Running in 7303ff38aebe 08:16:08 ---> Running in 55217ce2bbb1 08:16:08 ---> Running in 7967a1083d97 08:16:09 ---> Running in 4f9baf6cf9e6 08:16:09 Removing intermediate container 6db4e22a7a70 08:16:09 ---> 952c0d54b91b 08:16:09 Step 13/24 : WORKDIR / 08:16:09 Removing intermediate container 55217ce2bbb1 08:16:09 ---> a397f4dcc177 08:16:09 Step 13/22 : ENV APP_PORT=48085 08:16:09 ---> Running in f50929f9d507 08:16:09 Removing intermediate container 7303ff38aebe 08:16:09 ---> 6619be7f8f9b 08:16:09 Step 14/23 : EXPOSE $APP_PORT 08:16:10 Removing intermediate container 7967a1083d97 08:16:10 ---> d77ce0c6b732 08:16:10 Step 13/21 : WORKDIR /edgex 08:16:10 ---> Running in ee6eb9284a54 08:16:10 Removing intermediate container 4f9baf6cf9e6 08:16:10 ---> 22c4ece0940e 08:16:10 Step 13/23 : ENV APP_PORT=48081 08:16:10 ---> Running in f271e65c2508 08:16:11 ---> Running in 6159681efd10 08:16:11 ---> Running in 4e6251c408a4 08:16:11 Removing intermediate container f50929f9d507 08:16:11 ---> 5165930fa402 08:16:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:16:11 Removing intermediate container ee6eb9284a54 08:16:11 ---> ba4de8b7fa2a 08:16:11 Step 14/22 : EXPOSE $APP_PORT 08:16:12 ---> Running in 0c305e227b84 08:16:12 Removing intermediate container f271e65c2508 08:16:12 ---> befb9f13c36c 08:16:12 Step 15/23 : WORKDIR / 08:16:13 Removing intermediate container 4e6251c408a4 08:16:13 ---> ffbc247135dd 08:16:13 Step 14/23 : EXPOSE $APP_PORT 08:16:13 Removing intermediate container 6159681efd10 08:16:13 ---> ad61289129f0 08:16:13 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:16:13 ---> 90278e8c1c7e 08:16:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:16:13 ---> Running in 47c6cc9174e5 08:16:14 ---> Running in d8486ed4f695 08:16:14 Removing intermediate container 0c305e227b84 08:16:14 ---> 0923de9f1503 08:16:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:16:14 ---> 65f643734038 08:16:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:16:14 ---> 1ba12574015f 08:16:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:16:15 Removing intermediate container d8486ed4f695 08:16:15 ---> 9da47bd52821 08:16:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:16:15 Removing intermediate container 47c6cc9174e5 08:16:15 ---> 19bf019bfa0a 08:16:15 Step 15/23 : WORKDIR / 08:16:15 ---> 7ed1e0afac74 08:16:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:16:15 ---> Running in 412586a47a8f 08:16:15 ---> 927c89c5f150 08:16:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:16:16 Removing intermediate container 412586a47a8f 08:16:16 ---> 862f891d0989 08:16:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:16:16 ---> 687015fb7d43 08:16:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:16:16 ---> 9584c1ed2a87 08:16:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:16:17 ---> 8725ca40d44c 08:16:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:16:17 ---> e79330e58cf5 08:16:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:16:17 ---> ee143bb3085a 08:16:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:16:18 ---> bf7c67176738 08:16:18 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:16:18 ---> 115a26519c53 08:16:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:16:18 ---> Running in 02c20994ec87 08:16:18 ---> 35f304f12ce2 08:16:18 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:16:18 ---> f2d8f41fa8ca 08:16:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:16:19 ---> Running in 3df23ff9aee1 08:16:19 ---> 9556d6badb0f 08:16:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:16:20 Removing intermediate container 02c20994ec87 08:16:20 ---> 3d213c59b1e4 08:16:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:16:20 ---> 7b10784c7338 08:16:20 Step 19/23 : ENTRYPOINT ["/core-command"] 08:16:20 Removing intermediate container 3df23ff9aee1 08:16:20 ---> ed4925093ece 08:16:20 Step 18/21 : CMD ["--init=true"] 08:16:21 ---> 897b487b1e53 08:16:21 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/ 08:16:21 ---> bfff4f07f06b 08:16:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:16:21 ---> Running in 4f58402e76fb 08:16:21 ---> Running in 55f1c788bb75 08:16:21 ---> Running in 6f3bf1801842 08:16:21 ---> Running in b448e5f1b540 08:16:21 ---> Running in 5d696afd52e3 08:16:22 Removing intermediate container 6f3bf1801842 08:16:22 ---> cf23340fb65b 08:16:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:16:22 Removing intermediate container 55f1c788bb75 08:16:22 ---> 1d00238d0114 08:16:22 Step 19/21 : LABEL arch=x86_64 08:16:22 Removing intermediate container 4f58402e76fb 08:16:22 ---> a830e4cb7ec5 08:16:22 Step 20/22 : LABEL arch=x86_64 08:16:22 ---> Running in 6e138e36bdcc 08:16:22 Removing intermediate container b448e5f1b540 08:16:22 ---> 9e7639732afc 08:16:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:16:24 ---> Running in 5e7ec46ac857 08:16:24 ---> Running in 2d54c637fc80 08:16:24 ---> Running in 46a839ea8cf1 08:16:24 Removing intermediate container 6e138e36bdcc 08:16:24 ---> 01d8c98b8735 08:16:24 Step 21/23 : LABEL arch=x86_64 08:16:25 Removing intermediate container 2d54c637fc80 08:16:25 ---> 512ec062a046 08:16:25 Step 21/22 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:16:25 ---> Running in fbac0e610420 08:16:26 Removing intermediate container 46a839ea8cf1 08:16:26 ---> 4f38849e5823 08:16:26 Step 21/23 : LABEL arch=x86_64 08:16:27 Removing intermediate container 5e7ec46ac857 08:16:27 ---> 25c7957a2a7d 08:16:27 Step 20/21 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:16:27 ---> Running in e4651a932172 08:16:27 ---> Running in 7ec00de0ec11 08:16:27 ---> Running in 3ab9689873e4 08:16:28 Removing intermediate container fbac0e610420 08:16:28 ---> 842de0193dcc 08:16:28 Step 22/23 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:16:28 Removing intermediate container 5d696afd52e3 08:16:28 ---> b762c8832614 08:16:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:16:28 ---> Running in 63c1bf7e26ff 08:16:29 Removing intermediate container 7ec00de0ec11 08:16:29 ---> a70a0325b8f5 08:16:29 Step 22/23 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:16:29 ---> Running in 57004ee9c653 08:16:29 Removing intermediate container e4651a932172 08:16:29 ---> e22c0b3f6e52 08:16:29 Step 22/22 : LABEL version=0.0.0 08:16:29 Removing intermediate container 3ab9689873e4 08:16:29 ---> 5f30b7edc888 08:16:29 Step 21/21 : LABEL version=0.0.0 08:16:30 ---> Running in 5a0c15d03bdb 08:16:30 ---> Running in 859f84441b15 08:16:30 ---> Running in cf2d2e7a6c59 08:16:30 Removing intermediate container 63c1bf7e26ff 08:16:30 ---> 8fa4bf3822e8 08:16:30 Step 23/23 : LABEL version=0.0.0 08:16:30 Removing intermediate container 57004ee9c653 08:16:30 ---> 4a1e38feb8a0 08:16:30 Step 22/24 : LABEL arch=x86_64 08:16:31 ---> Running in d03c330c3783 08:16:31 ---> Running in a2a0d75d42a1 08:16:32 Removing intermediate container 5a0c15d03bdb 08:16:32 ---> 14edf388ab64 08:16:32 Step 23/23 : LABEL version=0.0.0 08:16:32 Removing intermediate container 859f84441b15 08:16:32 ---> c26cd4026101 08:16:32 08:16:32 Removing intermediate container cf2d2e7a6c59 08:16:32 ---> 7a7dd717785f 08:16:32 08:16:32 ---> Running in 93427e4ec5fe 08:16:33 Successfully built c26cd4026101 08:16:33 Removing intermediate container a2a0d75d42a1 08:16:33 ---> 18ea74ecacf2 08:16:33 Step 23/24 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:16:33 Successfully built 7a7dd717785f 08:16:33 Successfully tagged docker-support-scheduler-go:latest 08:16:33 Removing intermediate container d03c330c3783 08:16:33 ---> d6eff5dfbb7d 08:16:33 08:16:33  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 08:16:33 Successfully tagged docker-security-proxy-setup-go:latest 08:16:33 Building docker-sys-mgmt-agent-go 08:16:35  Building docker-security-proxy-setup-go ... done Successfully built d6eff5dfbb7d 08:16:35 ---> Running in 8df8ab798025 08:16:35 Successfully tagged docker-core-command-go:latest 08:16:35  Building docker-core-command-go ... done Building docker-support-notifications-go 08:16:35 Removing intermediate container 93427e4ec5fe 08:16:35 ---> 33b852029cf9 08:16:35 08:16:35 Successfully built 33b852029cf9 08:16:36 Successfully tagged docker-core-metadata-go:latest 08:16:36 Building docker-core-data-go 08:16:36  Building docker-core-metadata-go ... done Removing intermediate container 8df8ab798025 08:16:36 ---> a5881a86019b 08:16:36 Step 24/24 : LABEL version=0.0.0 08:16:36 ---> Running in ca638112cbfa 08:16:38 Removing intermediate container ca638112cbfa 08:16:38 ---> a0ecc50ba46d 08:16:38 08:16:40 Successfully built a0ecc50ba46d 08:16:40 Successfully tagged docker-security-secretstore-setup-go:latest 08:16:51 Removing intermediate container 879c7eafa3e5 08:16:51 ---> 39c1486c4234 08:16:51 08:16:51 Step 10/30 : FROM alpine:3.12 08:16:51 3.12: Pulling from library/alpine 08:16:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:16:51 Status: Downloaded newer image for alpine:3.12 08:16:51 ---> afeebe901d6b 08:16:51 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:16:51 ---> Running in 42aa43464e36 08:16:51 Removing intermediate container fa528af2f4f0 08:16:51 ---> 23b3d6f3ecc2 08:16:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:16:51 ---> Running in b9aa4b82ddd7 08:16:51 Removing intermediate container 42aa43464e36 08:16:51 ---> 53972e6a7212 08:16:51 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 08:16:51 ---> Running in e03aadc1ecd3 08:16:52 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 08:16:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:16:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:16:53 (1/2) Installing dumb-init (1.2.2-r1) 08:16:53 (2/2) Installing su-exec (0.2-r1) 08:16:53 Executing busybox-1.31.1-r19.trigger 08:16:53 OK: 5 MiB in 16 packages 08:16:55 Removing intermediate container e03aadc1ecd3 08:16:55 ---> 3d7c4618eadd 08:16:55 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 08:16:55 ---> Running in 18cdf00b08e0 08:16:56 Removing intermediate container 18cdf00b08e0 08:16:56 ---> b22af3da537e 08:16:56 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:16:57 ---> Running in 379edc017b2f 08:16:58 Removing intermediate container 379edc017b2f 08:16:58 ---> 8a7a68e6bdde 08:16:58 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:16:58 Removing intermediate container b9aa4b82ddd7 08:16:58 ---> a2de3174f6be 08:16:58 08:16:58 Step 11/26 : FROM docker:20.10.0 08:16:58 ---> Running in 96919dc1d089 08:16:58 20.10.0: Pulling from library/docker 08:17:05 Removing intermediate container 96919dc1d089 08:17:05 ---> c57030905282 08:17:05 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 08:17:05 ---> Running in eaa9a40b4722 08:17:05 Removing intermediate container 5b7d4f6f6d33 08:17:05 ---> eca616826a3f 08:17:05 08:17:05 Step 10/22 : FROM alpine:3.12 08:17:05 ---> afeebe901d6b 08:17:05 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:17:05 Removing intermediate container 5254db0e795d 08:17:05 ---> 5df743b5ce75 08:17:05 08:17:05 Step 10/22 : FROM alpine:3.12 08:17:05 ---> afeebe901d6b 08:17:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:17:05 ---> Running in 0596d6791d2a 08:17:05 ---> Running in 7922d70483c6 08:17:05 Removing intermediate container eaa9a40b4722 08:17:05 ---> 6490eb643700 08:17:05 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:17:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:08 (1/1) Installing dumb-init (1.2.2-r1) 08:17:08 Executing busybox-1.31.1-r19.trigger 08:17:08 OK: 5 MiB in 15 packages 08:17:08 (1/2) Installing ca-certificates (20191127-r4) 08:17:08 (2/2) Installing dumb-init (1.2.2-r1) 08:17:08 Executing busybox-1.31.1-r19.trigger 08:17:08 Executing ca-certificates-20191127-r4.trigger 08:17:09 ---> 9e1fab72c1d4 08:17:09 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:17:09 OK: 6 MiB in 16 packages 08:17:09 ---> Running in 88f0c0d028f7 08:17:11 Removing intermediate container 7922d70483c6 08:17:11 ---> e5b62c143ea2 08:17:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:17:11 ---> Running in b23d178ee08e 08:17:12 Removing intermediate container 0596d6791d2a 08:17:12 ---> b39ad6f542be 08:17:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:17:12 ---> Running in 35fd9e805035 08:17:12 Removing intermediate container b23d178ee08e 08:17:12 ---> 690ca3497a13 08:17:12 Step 13/22 : ENV APP_PORT=48085 08:17:13 ---> Running in 0141a8996178 08:17:13 Removing intermediate container 35fd9e805035 08:17:13 ---> 41b7280b6452 08:17:13 Step 13/22 : ENV APP_PORT=48060 08:17:13 Removing intermediate container 88f0c0d028f7 08:17:13 ---> 004fb355ba95 08:17:13 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 08:17:14 ---> Running in e181b2cad7cc 08:17:14 Removing intermediate container 0141a8996178 08:17:14 ---> 961ffac6d083 08:17:14 Step 14/22 : EXPOSE $APP_PORT 08:17:14 ---> Running in c379b81c79e8 08:17:14 Removing intermediate container e181b2cad7cc 08:17:14 ---> 1b1d10a11e22 08:17:14 Step 14/22 : EXPOSE $APP_PORT 08:17:15 ---> 70593cb9952b 08:17:15 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:17:15 ---> Running in eed4a1b8123a 08:17:16 Removing intermediate container c379b81c79e8 08:17:16 ---> 179cc632bb0a 08:17:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:17:17 Removing intermediate container eed4a1b8123a 08:17:17 ---> 38dae933f0b9 08:17:17 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:17:17 ---> 56a46c09e36e 08:17:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:17:17 ---> cb3072ffc289 08:17:17 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:17:18 Removing intermediate container 219ea93b6b4c 08:17:18 ---> d556e87c4f77 08:17:18 08:17:18 Step 10/23 : FROM alpine:3.12 08:17:18 ---> afeebe901d6b 08:17:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:17:18 ---> d0d2c51cdea2 08:17:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:17:18 ---> Running in 2d002c2194fe 08:17:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:17:18 ---> 582283c4661b 08:17:18 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:17:19 Status: Downloaded newer image for docker:20.10.0 08:17:19 ---> eeaf43b92773 08:17:19 Step 12/26 : RUN apk add --no-cache bash 08:17:19 ---> Running in 4eee02efe0a0 08:17:19 Removing intermediate container 2d002c2194fe 08:17:19 ---> ae9b6f1840e6 08:17:19 Step 12/23 : ENV APP_PORT=48080 08:17:20 ---> c7209997b9ff 08:17:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:17:20 ---> fc4eff44422e 08:17:20 ---> 9dd3dec2a705 08:17:20 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 08:17:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:17:20 ---> Running in a5b70175edf7 08:17:20 ---> Running in 6ce48bdec7c7 08:17:20 Removing intermediate container a5b70175edf7 08:17:20 ---> 32fb66dba1a9 08:17:20 Step 13/23 : EXPOSE $APP_PORT 08:17:20 ---> Running in 56edebcb56b0 08:17:21 ---> bcee0d732fd0 08:17:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:17:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:21 ---> 9366d743f26e 08:17:21 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:17:21 Removing intermediate container 6ce48bdec7c7 08:17:21 ---> a4442de29a37 08:17:21 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:17:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:21 ---> Running in 6d25201e35ab 08:17:21 ---> Running in bd8eb05ee248 08:17:21 Removing intermediate container 56edebcb56b0 08:17:21 ---> beadd482f979 08:17:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:21 ---> Running in b0f400b3f071 08:17:22 (1/2) Installing readline (8.0.4-r0) 08:17:22 (2/2) Installing bash (5.0.17-r0) 08:17:22 Executing bash-5.0.17-r0.post-install 08:17:22 Executing busybox-1.31.1-r19.trigger 08:17:22 OK: 12 MiB in 22 packages 08:17:22 Removing intermediate container bd8eb05ee248 08:17:22 ---> 40c739217563 08:17:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:17:22 Removing intermediate container 6d25201e35ab 08:17:22 ---> 8da5a9ab8f44 08:17:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:17:22 ---> bb44853947e5 08:17:22 Step 25/30 : RUN chmod +x /entrypoint.sh 08:17:22 ---> Running in 5cdf63b724aa 08:17:22 ---> Running in 7c3cf630ef89 08:17:23 ---> Running in 4b7cf07e81ff 08:17:23 Removing intermediate container 7c3cf630ef89 08:17:23 ---> 491a355b8497 08:17:23 Step 20/22 : LABEL arch=arm64 08:17:23 Removing intermediate container 5cdf63b724aa 08:17:23 ---> 02b703341fa7 08:17:23 Step 20/22 : LABEL arch=arm64 08:17:23 ---> Running in 5a7659ee2c13 08:17:23 ---> Running in ffaf4f60891a 08:17:24 Removing intermediate container 4eee02efe0a0 08:17:24 ---> e949a98e2ef8 08:17:24 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:17:24 ---> Running in e0ccb6a5e56c 08:17:24 Removing intermediate container ffaf4f60891a 08:17:24 ---> a0ae0a452218 08:17:24 Step 21/22 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:17:24 Removing intermediate container 5a7659ee2c13 08:17:24 ---> 642e328bf6ee 08:17:24 Step 21/22 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:17:24 ---> Running in 28c60c436f4a 08:17:24 ---> Running in 7c1a8210411a 08:17:24 Removing intermediate container b0f400b3f071 08:17:24 ---> 51e29e2c1ccb 08:17:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:17:25 Removing intermediate container e0ccb6a5e56c 08:17:25 ---> 8cdb0d8f50ec 08:17:25 Step 14/26 : ENV APP_PORT=48090 08:17:25 ---> Running in 758d0cf631af 08:17:25 ---> Running in 724b91fea6b4 08:17:25 Removing intermediate container 7c1a8210411a 08:17:25 ---> 3c5d346fdeed 08:17:25 Step 22/22 : LABEL version=0.0.0 08:17:25 Removing intermediate container 28c60c436f4a 08:17:25 ---> 708f992b0337 08:17:25 Step 22/22 : LABEL version=0.0.0 08:17:25 ---> Running in 9a5b684b83c7 08:17:25 ---> Running in 8a6350fffdaf 08:17:26 Removing intermediate container 758d0cf631af 08:17:26 ---> ac67cfea117b 08:17:26 Step 15/26 : EXPOSE $APP_PORT 08:17:26 ---> Running in 81302dd8b7f9 08:17:26 Removing intermediate container 4b7cf07e81ff 08:17:26 ---> 47aef55109e4 08:17:26 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 08:17:26 Removing intermediate container 9a5b684b83c7 08:17:26 ---> 29d1d8253de8 08:17:26 Removing intermediate container 8a6350fffdaf 08:17:26 ---> 241139295c9c 08:17:26 08:17:26 08:17:26 ---> Running in 24bbd6eb6f58 08:17:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:27 Successfully built 29d1d8253de8 08:17:27 Successfully built 241139295c9c 08:17:27 Successfully tagged docker-support-scheduler-go-arm64:latest 08:17:27  Building docker-support-scheduler-go ... done Building docker-core-command-go 08:17:27 Successfully tagged docker-support-notifications-go-arm64:latest 08:17:27 Building docker-security-secretstore-setup-go 08:17:27  Building docker-support-notifications-go ... done Removing intermediate container 81302dd8b7f9 08:17:27 ---> 71da99857a37 08:17:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:17:27 Removing intermediate container 24bbd6eb6f58 08:17:27 ---> 629bdcf24313 08:17:27 Step 27/30 : CMD ["gate"] 08:17:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:28 ---> Running in 5ed42f799703 08:17:28 ---> 767dbcf3226f 08:17:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:17:28 (1/6) Installing dumb-init (1.2.2-r1) 08:17:28 (2/6) Installing libgcc (9.3.0-r2) 08:17:28 Removing intermediate container 5ed42f799703 08:17:28 ---> ef1e183ea941 08:17:28 Step 28/30 : LABEL arch=arm64 08:17:28 (3/6) Installing libsodium (1.0.18-r0) 08:17:28 (4/6) Installing libstdc++ (9.3.0-r2) 08:17:29 ---> Running in d9809305ad64 08:17:29 ---> 00eb5fbbbf5d 08:17:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:17:29 (5/6) Installing libzmq (4.3.3-r0) 08:17:29 (6/6) Installing zeromq (4.3.3-r0) 08:17:29 Removing intermediate container d9809305ad64 08:17:29 Executing busybox-1.31.1-r19.trigger 08:17:29 OK: 8 MiB in 20 packages 08:17:29 ---> 5dae3bcd023f 08:17:29 Step 29/30 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:17:31 ---> Running in 1f7d6dbbfd43 08:17:32 ---> 45e83ffa4e00 08:17:32 Step 19/26 : RUN apk --no-cache add py3-pip 08:17:32 ---> Running in 60719b93996d 08:17:32 Removing intermediate container 1f7d6dbbfd43 08:17:32 ---> ce4dc2c0cdf3 08:17:32 Step 30/30 : LABEL version=0.0.0 08:17:33 ---> Running in df0241b83779 08:17:33 Removing intermediate container 724b91fea6b4 08:17:33 ---> 944591d673e7 08:17:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:17:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:17:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:17:35 Removing intermediate container df0241b83779 08:17:35 ---> 79e41f698a08 08:17:35 08:17:36 Successfully built 79e41f698a08 08:17:36 (1/33) Installing libbz2 (1.0.8-r1) 08:17:36 (2/33) Installing expat (2.2.9-r1) 08:17:36 (3/33) Installing libffi (3.3-r2) 08:17:36 (4/33) Installing gdbm (1.13-r1) 08:17:36 (5/33) Installing xz-libs (5.2.5-r0) 08:17:36 (6/33) Installing sqlite-libs (3.32.1-r0) 08:17:36 (7/33) Installing python3 (3.8.5-r0) 08:17:36 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:17:36  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 08:17:36 ---> 60257370fce9 08:17:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:17:38 (8/33) Installing py3-appdirs (1.4.4-r1) 08:17:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:17:38 (10/33) Installing py3-parsing (2.4.7-r0) 08:17:38 (11/33) Installing py3-six (1.15.0-r0) 08:17:38 (12/33) Installing py3-packaging (20.4-r0) 08:17:38 (13/33) Installing py3-setuptools (47.0.0-r0) 08:17:38 (14/33) Installing py3-chardet (3.0.4-r4) 08:17:38 (15/33) Installing py3-idna (2.9-r0) 08:17:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:17:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:17:38 ---> 916a72210f82 08:17:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:17:38 (18/33) Installing py3-requests (2.23.0-r0) 08:17:38 (19/33) Installing py3-msgpack (1.0.0-r0) 08:17:38 (20/33) Installing py3-lockfile (0.12.2-r3) 08:17:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:17:38 (22/33) Installing py3-colorama (0.4.3-r0) 08:17:38 (23/33) Installing py3-distlib (0.3.0-r0) 08:17:38 (24/33) Installing py3-distro (1.5.0-r1) 08:17:38 (25/33) Installing py3-webencodings (0.5.1-r3) 08:17:38 (26/33) Installing py3-html5lib (1.0.1-r4) 08:17:38 (27/33) Installing py3-pytoml (0.1.21-r0) 08:17:38 (28/33) Installing py3-pep517 (0.8.2-r0) 08:17:38 (29/33) Installing py3-progress (1.5-r0) 08:17:38 (30/33) Installing py3-toml (0.10.1-r0) 08:17:38 (31/33) Installing py3-retrying (1.3.3-r0) 08:17:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:17:38 (33/33) Installing py3-pip (20.1.1-r0) 08:17:39 Executing busybox-1.31.1-r19.trigger 08:17:39 OK: 71 MiB in 55 packages 08:17:39 ---> ba2911261ba5 08:17:39 Step 19/23 : ENTRYPOINT ["/core-data"] 08:17:39 ---> Running in 36d877f0c4b5 08:17:40 Removing intermediate container 36d877f0c4b5 08:17:40 ---> 2743911ab695 08:17:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:17:40 ---> Running in c4d6944ae2bc 08:17:41 Removing intermediate container c4d6944ae2bc 08:17:41 ---> 64407ca26acb 08:17:41 Step 21/23 : LABEL arch=arm64 08:17:41 ---> Running in 76527f2121aa 08:17:43 Removing intermediate container 76527f2121aa 08:17:43 ---> 1daacf4cd9d7 08:17:43 Step 22/23 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:17:43 ---> Running in c8f79b5b1681 08:17:44 Removing intermediate container c8f79b5b1681 08:17:44 ---> 55cf0ff34f7a 08:17:44 Step 23/23 : LABEL version=0.0.0 08:17:45 ---> Running in 299f01de3c4c 08:17:46 Removing intermediate container 299f01de3c4c 08:17:46 ---> ba46a8098ce1 08:17:46 08:17:46 Removing intermediate container 60719b93996d 08:17:46 ---> 145e71f87c31 08:17:46 Step 20/26 : RUN pip install docker-compose==1.23.2 08:17:47 Successfully built ba46a8098ce1 08:17:47 Successfully tagged docker-core-data-go-arm64:latest 08:17:47 Building docker-core-metadata-go 08:17:47 ---> Running in 130fb962c8e1 08:17:51  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:17:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:17:51 ---> 21175fdbbabb 08:17:51 Step 3/26 : WORKDIR /edgex-go 08:17:51 ---> Using cache 08:17:51 ---> 365e0d6ef525 08:17:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:51 ---> Using cache 08:17:51 ---> e2ddde1fa6e0 08:17:51 Step 5/26 : RUN apk add --update --no-cache make bash git 08:17:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:17:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:17:51 ---> 21175fdbbabb 08:17:51 Step 3/23 : WORKDIR /edgex-go 08:17:51 ---> Using cache 08:17:51 ---> 365e0d6ef525 08:17:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:51 ---> Using cache 08:17:51 ---> e2ddde1fa6e0 08:17:51 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:17:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:17:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:17:51 ---> 21175fdbbabb 08:17:51 Step 3/22 : WORKDIR /edgex-go 08:17:51 ---> Using cache 08:17:51 ---> 365e0d6ef525 08:17:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:51 ---> Using cache 08:17:51 ---> e2ddde1fa6e0 08:17:51 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:17:51 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:17:51 Step 2/30 : FROM ${BUILDER_BASE} AS builder 08:17:51 ---> 21175fdbbabb 08:17:51 Step 3/30 : WORKDIR /edgex-go 08:17:51 ---> Using cache 08:17:51 ---> 365e0d6ef525 08:17:51 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:17:51 ---> Using cache 08:17:51 ---> e2ddde1fa6e0 08:17:51 Step 5/30 : RUN apk add --update --no-cache make git 08:17:51 ---> Using cache 08:17:51 ---> 44d951fd825a 08:17:51 Step 6/30 : COPY go.mod . 08:17:51 ---> Using cache 08:17:51 ---> 128705862b2f 08:17:51 Step 7/30 : RUN go mod download 08:17:51 ---> Using cache 08:17:51 ---> 1b29c55e75eb 08:17:51 Step 8/30 : COPY . . 08:17:51 ---> Using cache 08:17:51 ---> 7a39581c72af 08:17:51 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:17:51 ---> Running in 7efaefe5bfe9 08:17:51 ---> Running in f61762da4ffe 08:17:51 ---> Running in 7652eafee0a6 08:17:51 ---> Running in 71ade4f37790 08:17:52  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 08:17:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:17:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:17:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:17:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:17:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:17:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:17:55 Collecting jsonschema<3,>=2.5.1 08:17:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:17:55 Collecting cached-property<2,>=1.2.0 08:17:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:17:55 OK: 233 MiB in 51 packages 08:17:56 Collecting docker<4.0,>=3.6.0 08:17:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:17:56 OK: 233 MiB in 51 packages 08:17:57 Collecting websocket-client<1.0,>=0.32.0 08:17:57 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:17:57 OK: 233 MiB in 51 packages 08:17:57 Collecting docopt<0.7,>=0.6.1 08:17:57 Downloading docopt-0.6.2.tar.gz (25 kB) 08:18:00 Removing intermediate container f61762da4ffe 08:18:00 ---> 7d913dd2c399 08:18:00 Step 6/23 : COPY go.mod . 08:18:00 Removing intermediate container 71ade4f37790 08:18:00 ---> 4ca18a9ee042 08:18:00 Step 6/26 : COPY go.mod . 08:18:00 Removing intermediate container 7652eafee0a6 08:18:00 ---> 75914f607f8c 08:18:00 Step 6/22 : COPY go.mod . 08:18:00 ---> db4e21c91123 08:18:00 Step 7/23 : RUN go mod download 08:18:01 Collecting PyYAML<4,>=3.10 08:18:01 Downloading PyYAML-3.13.tar.gz (270 kB) 08:18:02 ---> Running in 74e4cd91d09d 08:18:02 ---> fe30e9222cfe 08:18:02 Step 7/26 : RUN go mod download 08:18:02 ---> a6c6bd775c1e 08:18:02 Step 7/22 : RUN go mod download 08:18:02 ---> Running in 91c3c013b1ef 08:18:02 ---> Running in 342d5d28ae57 08:18:04 Collecting dockerpty<0.5,>=0.4.1 08:18:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:18:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:18:06 Collecting texttable<0.10,>=0.9.0 08:18:06 Downloading texttable-0.9.1.tar.gz (11 kB) 08:18:08 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:18:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:18:08 ---> 2b3b206aed2f 08:18:08 Step 3/24 : WORKDIR /edgex-go 08:18:08 ---> Using cache 08:18:08 ---> 66fc539c1655 08:18:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:08 ---> Using cache 08:18:08 ---> 9b9b5da66b8a 08:18:08 Step 5/24 : RUN apk add --update --no-cache make git 08:18:08 ---> Using cache 08:18:08 ---> 61068deabc16 08:18:08 Step 6/24 : COPY go.mod . 08:18:08 ---> Using cache 08:18:08 ---> 1884eaf6c7a0 08:18:08 Step 7/24 : RUN go mod download 08:18:08 ---> Using cache 08:18:08 ---> 86c7b5046c19 08:18:08 Step 8/24 : COPY . . 08:18:08 ---> Using cache 08:18:08 ---> b57f7da25d1d 08:18:08 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:18:08 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) 08:18:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:18:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:18:08 ---> 2b3b206aed2f 08:18:08 Step 3/23 : WORKDIR /edgex-go 08:18:08 ---> Using cache 08:18:08 ---> 66fc539c1655 08:18:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:08 ---> Using cache 08:18:08 ---> 9b9b5da66b8a 08:18:08 Step 5/23 : RUN apk add --update --no-cache make git 08:18:08 ---> Using cache 08:18:08 ---> 61068deabc16 08:18:08 Step 6/23 : COPY go.mod . 08:18:08 ---> Using cache 08:18:08 ---> 1884eaf6c7a0 08:18:08 Step 7/23 : RUN go mod download 08:18:08 ---> Using cache 08:18:08 ---> 86c7b5046c19 08:18:08 Step 8/23 : COPY . . 08:18:08 ---> Using cache 08:18:08 ---> b57f7da25d1d 08:18:08 Step 9/23 : RUN make cmd/core-command/core-command 08:18:09 Collecting urllib3<1.25,>=1.21.1 08:18:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:18:10 Removing intermediate container 91c3c013b1ef 08:18:10 ---> e0bdcaf5fd3c 08:18:10 Step 8/26 : COPY . . 08:18:10 Removing intermediate container 74e4cd91d09d 08:18:10 ---> 64d2ac3a0274 08:18:10 Step 8/23 : COPY . . 08:18:10 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) 08:18:10 Removing intermediate container 342d5d28ae57 08:18:10 ---> 51811745d291 08:18:10 Step 8/22 : COPY . . 08:18:10 Collecting idna<2.8,>=2.5 08:18:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:18:12 Collecting docker-pycreds>=0.4.0 08:18:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:18:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:18:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:18:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:18:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:18:12 ---> Running in c69f3e55eb87 08:18:12 ---> Running in 0565f48d8cb0 08:18:13 Installing collected packages: urllib3, idna, requests, jsonschema, cached-property, docker-pycreds, websocket-client, docker, docopt, PyYAML, dockerpty, texttable, docker-compose 08:18:13 Attempting uninstall: urllib3 08:18:13 Found existing installation: urllib3 1.25.9 08:18:13 Uninstalling urllib3-1.25.9: 08:18:13 Successfully uninstalled urllib3-1.25.9 08:18:14 Attempting uninstall: idna 08:18:14 Found existing installation: idna 2.9 08:18:14 Uninstalling idna-2.9: 08:18:14 Successfully uninstalled idna-2.9 08:18:14 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 08:18:15 Attempting uninstall: requests 08:18:15 Found existing installation: requests 2.23.0 08:18:15 Uninstalling requests-2.23.0: 08:18:15 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 08:18:15 Successfully uninstalled requests-2.23.0 08:18:18 Running setup.py install for docopt: started 08:18:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:18:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:18:19 ---> 2b3b206aed2f 08:18:19 Step 3/21 : WORKDIR /edgex-go 08:18:19 ---> Using cache 08:18:19 ---> 66fc539c1655 08:18:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:19 ---> Using cache 08:18:19 ---> 9b9b5da66b8a 08:18:19 Step 5/21 : RUN apk add --update --no-cache make git 08:18:19 ---> Using cache 08:18:19 ---> 61068deabc16 08:18:19 Step 6/21 : COPY go.mod . 08:18:19 ---> Using cache 08:18:19 ---> 1884eaf6c7a0 08:18:19 Step 7/21 : RUN go mod download 08:18:19 ---> Using cache 08:18:19 ---> 86c7b5046c19 08:18:19 Step 8/21 : COPY . . 08:18:19 ---> Using cache 08:18:19 ---> b57f7da25d1d 08:18:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:18:20 Running setup.py install for docopt: finished with status 'done' 08:18:20 Running setup.py install for PyYAML: started 08:18:20 ---> Running in c837a9f2c5f5 08:18:23 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 08:18:24 Running setup.py install for PyYAML: finished with status 'done' 08:18:24 Running setup.py install for dockerpty: started 08:18:28 Running setup.py install for dockerpty: finished with status 'done' 08:18:28 Running setup.py install for texttable: started 08:18:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:18:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:18:28 ---> 2b3b206aed2f 08:18:28 Step 3/23 : WORKDIR /edgex-go 08:18:28 ---> Using cache 08:18:28 ---> 66fc539c1655 08:18:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:18:28 ---> Using cache 08:18:28 ---> 9b9b5da66b8a 08:18:28 Step 5/23 : RUN apk add --update --no-cache make git 08:18:28 ---> Using cache 08:18:28 ---> 61068deabc16 08:18:28 Step 6/23 : COPY go.mod . 08:18:28 ---> Using cache 08:18:28 ---> 1884eaf6c7a0 08:18:28 Step 7/23 : RUN go mod download 08:18:28 ---> Using cache 08:18:28 ---> 86c7b5046c19 08:18:28 Step 8/23 : COPY . . 08:18:28 ---> Using cache 08:18:28 ---> b57f7da25d1d 08:18:28 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:18:29 ---> Running in 9c9cf2e489b7 08:18:31 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 08:18:31 Running setup.py install for texttable: finished with status 'done' 08:18:33 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 08:18:38 Removing intermediate container 130fb962c8e1 08:18:38 ---> 545f34848747 08:18:38 Step 21/26 : RUN apk --no-cache add curl 08:18:38 ---> Running in b3ccd31a9bfb 08:18:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:18:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:18:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:18:40 (2/3) Installing libcurl (7.69.1-r3) 08:18:40 (3/3) Installing curl (7.69.1-r3) 08:18:40 Executing busybox-1.31.1-r19.trigger 08:18:40 OK: 71 MiB in 58 packages 08:18:42 Removing intermediate container b3ccd31a9bfb 08:18:42 ---> 27b560ad7a1d 08:18:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:18:42 ---> Running in 470288b8e676 08:18:43 Removing intermediate container 470288b8e676 08:18:43 ---> d9d359a11c91 08:18:43 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:18:43 ---> Running in 6da4199378da 08:18:44 Removing intermediate container 6da4199378da 08:18:44 ---> dd88415df012 08:18:44 Step 24/26 : LABEL arch=arm64 08:18:44 ---> Running in d090033fa6f9 08:18:44 Removing intermediate container d090033fa6f9 08:18:44 ---> 982e0663621f 08:18:44 Step 25/26 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:18:45 ---> Running in 105feb44b230 08:18:45 Removing intermediate container 105feb44b230 08:18:45 ---> 4966399a0b8f 08:18:45 Step 26/26 : LABEL version=0.0.0 08:18:46 ---> Running in ce05d8b4a4ab 08:18:46 Removing intermediate container ce05d8b4a4ab 08:18:46 ---> 3009cac67349 08:18:46 08:18:46 Successfully built 3009cac67349 08:18:46 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:18:58 Removing intermediate container 7efaefe5bfe9 08:18:58 ---> 75170897b9ff 08:18:58 08:18:58 Step 10/30 : FROM alpine:3.12 08:18:58 ---> 389fef711851 08:18:58 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:19:01 ---> Running in 9235f0071c5d 08:19:05 Removing intermediate container 9235f0071c5d 08:19:05 ---> c0b73cfb991d 08:19:05 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 08:19:07 ---> Running in 20489c5fa5a5 08:19:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:19:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:19:16 (1/2) Installing dumb-init (1.2.2-r1) 08:19:16 (2/2) Installing su-exec (0.2-r1) 08:19:16 Executing busybox-1.31.1-r19.trigger 08:19:16 OK: 6 MiB in 16 packages 08:19:21 Removing intermediate container 20489c5fa5a5 08:19:21 ---> 02d09c4ae5a9 08:19:21 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 08:19:22 ---> Running in e759a17255e6 08:19:23 ---> ad34a81e8c16 08:19:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:19:23 ---> 982a54831024 08:19:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:19:23 ---> 86e791f45133 08:19:23 Step 9/23 : RUN make cmd/core-data/core-data 08:19:23 Removing intermediate container e759a17255e6 08:19:23 ---> 36ca4669b8a2 08:19:23 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:19:24 ---> Running in 391454d3019c 08:19:24 ---> Running in e9c783cc0795 08:19:24 ---> Running in 3e0cd632b793 08:19:24 ---> Running in ef97631276b0 08:19:24 Removing intermediate container ef97631276b0 08:19:24 ---> 3305f89480e2 08:19:24 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:19:25 ---> Running in 767d482e523f 08:19:25  Building docker-sys-mgmt-agent-go ... done 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 08:19:28 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 08:19:28 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 08:19:28 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 08:19:31 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 08:19:32 Removing intermediate container 767d482e523f 08:19:32 ---> 64a62dbb133e 08:19:32 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 08:19:32 ---> Running in d878bb195e4a 08:19:37 Removing intermediate container d878bb195e4a 08:19:37 ---> feabd374ce7c 08:19:37 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:19:37 ---> 9e85533a09c6 08:19:37 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:19:38 ---> Running in 80088dfe6939 08:19:38 Removing intermediate container c69f3e55eb87 08:19:38 ---> dec04d9412f5 08:19:38 08:19:38 Step 10/24 : FROM alpine:3.12 08:19:38 ---> afeebe901d6b 08:19:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:19:38 ---> Running in c887f9b9983b 08:19:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:40 (1/5) Installing ca-certificates (20191127-r4) 08:19:40 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:19:40 (3/5) Installing libcurl (7.69.1-r3) 08:19:40 (4/5) Installing curl (7.69.1-r3) 08:19:40 (5/5) Installing dumb-init (1.2.2-r1) 08:19:40 Executing busybox-1.31.1-r19.trigger 08:19:40 Executing ca-certificates-20191127-r4.trigger 08:19:41 OK: 7 MiB in 19 packages 08:19:43 Removing intermediate container c887f9b9983b 08:19:43 ---> f474fd224766 08:19:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:19:43 ---> Running in 963921467ab5 08:19:44 Removing intermediate container 963921467ab5 08:19:44 ---> 2be5f9671057 08:19:44 Step 13/24 : WORKDIR / 08:19:45 ---> Running in 7eda374cc2cb 08:19:45 Removing intermediate container 80088dfe6939 08:19:45 ---> 338d45930be4 08:19:45 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 08:19:46 ---> 7fba6c1808f8 08:19:46 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:19:46 Removing intermediate container 7eda374cc2cb 08:19:46 ---> c35a012fd2c5 08:19:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:19:47 Removing intermediate container c837a9f2c5f5 08:19:47 ---> 5401d8f50050 08:19:47 08:19:47 Step 10/21 : FROM alpine:3.12 08:19:47 ---> afeebe901d6b 08:19:47 Step 11/21 : RUN apk add --update --no-cache curl 08:19:48 ---> Running in b4d56d3988c2 08:19:48 ---> faf2d88430a9 08:19:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:19:49 ---> 33526707acbc 08:19:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:19:50 ---> 9434771d608f 08:19:50 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:19:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:50 Removing intermediate container 0565f48d8cb0 08:19:50 ---> 69897e51b0d9 08:19:50 08:19:50 Step 10/23 : FROM alpine:3.12 08:19:50 ---> afeebe901d6b 08:19:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:19:50 ---> Using cache 08:19:50 ---> e5b62c143ea2 08:19:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:19:50 ---> Using cache 08:19:50 ---> 690ca3497a13 08:19:50 Step 13/23 : ENV APP_PORT=48082 08:19:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:50 ---> Running in 835d5be95135 08:19:50 ---> 6914923815de 08:19:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:19:50 ---> bcc90ed8cf36 08:19:50 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:19:51 (1/4) Installing ca-certificates (20191127-r4) 08:19:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:19:51 (3/4) Installing libcurl (7.69.1-r3) 08:19:51 (4/4) Installing curl (7.69.1-r3) 08:19:51 Executing busybox-1.31.1-r19.trigger 08:19:51 Executing ca-certificates-20191127-r4.trigger 08:19:51 Removing intermediate container 835d5be95135 08:19:51 ---> 48274812c460 08:19:51 Step 14/23 : EXPOSE $APP_PORT 08:19:51 OK: 7 MiB in 18 packages 08:19:51 ---> Running in d31620ebb2d5 08:19:52 ---> 9db63c637066 08:19:52 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 08:19:52 ---> 9059cc648d08 08:19:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:19:52 Removing intermediate container d31620ebb2d5 08:19:52 ---> 092a93fb09d1 08:19:52 Step 15/23 : WORKDIR / 08:19:53 ---> Running in f2903790983d 08:19:53 Removing intermediate container f2903790983d 08:19:53 ---> 312a6684600a 08:19:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:19:53 ---> Running in 6ac230351bcc 08:19:53 Removing intermediate container b4d56d3988c2 08:19:53 ---> a3b79856ddb1 08:19:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:19:54 ---> Running in a2e869ebd8e0 08:19:54 ---> 4c9322a46050 08:19:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:19:54 ---> ed9915b628f1 08:19:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:19:54 Removing intermediate container a2e869ebd8e0 08:19:54 ---> af94371c9f89 08:19:54 Step 13/21 : WORKDIR /edgex 08:19:54 ---> Running in ee74916842d7 08:19:54 Removing intermediate container 6ac230351bcc 08:19:54 ---> a75ec41e5053 08:19:54 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:19:55 ---> 216bbedd08e0 08:19:55 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/ 08:19:55 ---> Running in 5d4f8e4d7d52 08:19:55 Removing intermediate container ee74916842d7 08:19:55 ---> dabca3fdd387 08:19:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:19:56 ---> afc1e858c136 08:19:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:19:57 ---> 978521d6130e 08:19:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:19:58 ---> 2998edb95a77 08:19:58 Step 25/30 : RUN chmod +x /entrypoint.sh 08:19:58 ---> 41032ca79ca9 08:19:58 Step 19/23 : ENTRYPOINT ["/core-command"] 08:19:58 ---> Running in 15e8d97ddb61 08:19:58 ---> Running in 31b5c79e6b2c 08:19:59 ---> 2d9a5a549608 08:19:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:19:59 Removing intermediate container 5d4f8e4d7d52 08:19:59 ---> 1cacbce6268b 08:19:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:19:59 Removing intermediate container 31b5c79e6b2c 08:19:59 ---> cecc548a6b75 08:19:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:19:59 ---> Running in 576e05fc710c 08:19:59 ---> Running in f35dbdfda325 08:20:00 ---> 0391366cf609 08:20:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:20:00 Removing intermediate container 576e05fc710c 08:20:00 ---> 3f4c925f619e 08:20:00 Step 22/24 : LABEL arch=arm64 08:20:00 Removing intermediate container f35dbdfda325 08:20:00 ---> bde615f57929 08:20:00 Step 21/23 : LABEL arch=arm64 08:20:00 ---> Running in 613a0293fb01 08:20:01 ---> Running in 80e890a46547 08:20:01 ---> Running in 2ae234617a3b 08:20:01 Removing intermediate container 9c9cf2e489b7 08:20:01 ---> 71a041f4ad06 08:20:01 08:20:01 Step 10/23 : FROM alpine:3.12 08:20:01 ---> afeebe901d6b 08:20:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:20:01 ---> Using cache 08:20:01 ---> e5b62c143ea2 08:20:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:20:01 ---> Using cache 08:20:01 ---> 690ca3497a13 08:20:01 Step 13/23 : ENV APP_PORT=48081 08:20:01 ---> Running in e74aeb04beec 08:20:01 Removing intermediate container 613a0293fb01 08:20:01 ---> 3430d1d255f7 08:20:01 Step 18/21 : CMD ["--init=true"] 08:20:01 Removing intermediate container 80e890a46547 08:20:01 ---> ea3e05848b69 08:20:01 Step 23/24 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:20:02 Removing intermediate container 2ae234617a3b 08:20:02 ---> c8268e8773b8 08:20:02 Step 22/23 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:20:02 ---> Running in 26c8716ec3dc 08:20:02 ---> Running in 3792e9734a33 08:20:02 ---> Running in d3d2bd617470 08:20:02 Removing intermediate container e74aeb04beec 08:20:02 ---> c1be8047ac2a 08:20:02 Step 14/23 : EXPOSE $APP_PORT 08:20:02 ---> Running in 8f9f06b61808 08:20:02 Removing intermediate container 3792e9734a33 08:20:02 ---> 484767529b9c 08:20:02 Step 24/24 : LABEL version=0.0.0 08:20:02 Removing intermediate container 26c8716ec3dc 08:20:02 ---> 5e12dc138a70 08:20:02 Step 19/21 : LABEL arch=arm64 08:20:02 Removing intermediate container d3d2bd617470 08:20:02 ---> ee08aa570b9e 08:20:02 Step 23/23 : LABEL version=0.0.0 08:20:02 ---> Running in f518eab4666a 08:20:02 ---> Running in 8bb31ea5aa6e 08:20:02 ---> Running in 2b6f9d1ae050 08:20:02 Removing intermediate container 8f9f06b61808 08:20:02 ---> fdb551cff401 08:20:02 Step 15/23 : WORKDIR / 08:20:03 ---> Running in 0c8680c00614 08:20:03 Removing intermediate container f518eab4666a 08:20:03 ---> e8dd1809c59c 08:20:03 08:20:03 Removing intermediate container 2b6f9d1ae050 08:20:03 ---> bbd38e0e8928 08:20:03 Step 20/21 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:20:03 Removing intermediate container 8bb31ea5aa6e 08:20:03 ---> 6d1e443f2766 08:20:03 08:20:03 ---> Running in a09cf6bf679e 08:20:03 Removing intermediate container 0c8680c00614 08:20:03 ---> 56f28447cf61 08:20:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:20:03 Successfully built e8dd1809c59c 08:20:03 Successfully tagged docker-core-command-go-arm64:latest 08:20:03  Building docker-core-command-go ... done Successfully built 6d1e443f2766 08:20:04 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:20:04  Building docker-security-secretstore-setup-go ... done Removing intermediate container a09cf6bf679e 08:20:04 ---> 03370ce1438e 08:20:04 Step 21/21 : LABEL version=0.0.0 08:20:04 ---> Running in 1c3e9f3bc14f 08:20:04 ---> 3bf95bbee28f 08:20:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:20:05 Removing intermediate container 1c3e9f3bc14f 08:20:05 ---> 962bad78180a 08:20:05 08:20:05 Successfully built 962bad78180a 08:20:05 Removing intermediate container 15e8d97ddb61 08:20:05 ---> 3a4b1d1be98b 08:20:05 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 08:20:05 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:20:05 ---> Running in 53027410cd46 08:20:05  Building docker-security-proxy-setup-go ... done  ---> d172130cd25d 08:20:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:20:06 ---> f262e1ede2e9 08:20:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:20:06 ---> Running in 639d3c770493 08:20:07 Removing intermediate container 639d3c770493 08:20:07 ---> 5e0dcbaefd42 08:20:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:20:07 ---> Running in 1e7f62a78e35 08:20:07 Removing intermediate container 1e7f62a78e35 08:20:07 ---> 1779fe819d84 08:20:07 Step 21/23 : LABEL arch=arm64 08:20:07 ---> Running in d9d7e6d9beb6 08:20:08 Removing intermediate container d9d7e6d9beb6 08:20:08 ---> 4b9f50e42d2c 08:20:08 Step 22/23 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:20:08 ---> Running in 8526a444691f 08:20:08 Removing intermediate container 53027410cd46 08:20:08 ---> a46614b3cda5 08:20:08 Step 27/30 : CMD ["gate"] 08:20:09 Removing intermediate container 8526a444691f 08:20:09 ---> e6ebdeb7fb7f 08:20:09 Step 23/23 : LABEL version=0.0.0 08:20:09 ---> Running in 79313d3a52ce 08:20:09 Removing intermediate container 79313d3a52ce 08:20:09 ---> b5e4ebc3bff9 08:20:09 08:20:09 ---> Running in 9b42a4031e47 08:20:10 Successfully built b5e4ebc3bff9 08:20:10 Successfully tagged docker-core-metadata-go-arm64:latest 08:20:10  Building docker-core-metadata-go ... done  [Pipeline] } 08:20:10 $ docker stop --time=1 020e6423ae00849a6b73d03e4e5006ea29010d4a5a8194b8d805a3a1c8bec256 08:20:11 Removing intermediate container 9b42a4031e47 08:20:11 ---> 0b21bb46c6ef 08:20:11 Step 28/30 : LABEL arch=x86_64 08:20:12 $ docker rm -f 020e6423ae00849a6b73d03e4e5006ea29010d4a5a8194b8d805a3a1c8bec256 [Pipeline] // withDockerContainer [Pipeline] sh 08:20:12 + + docker imagesgrep 08:20:12 docker 08:20:13 docker-core-metadata-go-arm64 latest b5e4ebc3bff9 4 seconds ago 17.8MB 08:20:13 docker-security-proxy-setup-go-arm64 latest 962bad78180a 9 seconds ago 23.2MB 08:20:13 docker-security-secretstore-setup-go-arm64 latest 6d1e443f2766 10 seconds ago 23.4MB 08:20:13 docker-core-command-go-arm64 latest e8dd1809c59c 10 seconds ago 16MB 08:20:13 docker-sys-mgmt-agent-go-arm64 latest 3009cac67349 About a minute ago 300MB 08:20:13 docker-core-data-go-arm64 latest ba46a8098ce1 2 minutes ago 21MB 08:20:13 docker-security-bootstrapper-go-arm64 latest 79e41f698a08 2 minutes ago 17MB 08:20:13 docker-support-notifications-go-arm64 latest 241139295c9c 2 minutes ago 16.7MB 08:20:13 docker-support-scheduler-go-arm64 latest 29d1d8253de8 2 minutes ago 16.1MB 08:20:13 docker 20.10.0 eeaf43b92773 2 months 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] } 08:20:14 ---> Running in 3daa04a7ee90 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:20:16 Removing intermediate container 3daa04a7ee90 08:20:16 ---> 2a42c54af794 08:20:16 Step 29/30 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:20:16 ---> Running in 2ae5723d46d1 08:20:17 Removing intermediate container 2ae5723d46d1 08:20:17 ---> 8f86313226f4 08:20:17 Step 30/30 : LABEL version=0.0.0 08:20:18 ---> Running in 4bd5b7f6ca82 08:20:20 Removing intermediate container 4bd5b7f6ca82 08:20:20 ---> 0d34661b1b60 08:20:20 08:20:22 Removing intermediate container 391454d3019c 08:20:22 ---> dd46c093d232 08:20:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:20:23 Successfully built 0d34661b1b60 08:20:23 Successfully tagged docker-security-bootstrapper-go:latest 08:20:24  Building docker-security-bootstrapper-go ... done  ---> Running in 621d6b47f38c 08:20:24 Removing intermediate container e9c783cc0795 08:20:24 ---> de7b94e3c6ee 08:20:24 08:20:24 Step 10/22 : FROM alpine:3.12 08:20:24 ---> 389fef711851 08:20:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:20:25 ---> Running in 0a2cf52a4aa5 08:20:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:20:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:26 (1/2) Installing ca-certificates (20191127-r4) 08:20:26 (2/2) Installing dumb-init (1.2.2-r1) 08:20:26 Executing busybox-1.31.1-r19.trigger 08:20:26 Executing ca-certificates-20191127-r4.trigger 08:20:27 OK: 6 MiB in 16 packages 08:20:29 Removing intermediate container 3e0cd632b793 08:20:29 ---> 712f4598d078 08:20:29 08:20:29 Step 10/23 : FROM alpine:3.12 08:20:29 ---> 389fef711851 08:20:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:20:29 ---> Running in da77bdae0ced 08:20:30 Removing intermediate container da77bdae0ced 08:20:30 ---> 55d6dbe810b5 08:20:30 Step 12/23 : ENV APP_PORT=48080 08:20:30 Removing intermediate container 0a2cf52a4aa5 08:20:30 ---> 4ffbe20208d6 08:20:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:20:30 ---> Running in 1d1395f40177 08:20:30 ---> Running in 70ab729c4884 08:20:30 Removing intermediate container 621d6b47f38c 08:20:30 ---> c0b0995b54f4 08:20:30 08:20:30 Step 11/26 : FROM docker:20.10.0 08:20:30 20.10.0: Pulling from library/docker 08:20:30 Removing intermediate container 1d1395f40177 08:20:30 ---> 1e7a07f3412a 08:20:30 Step 13/22 : ENV APP_PORT=48060 08:20:30 Removing intermediate container 70ab729c4884 08:20:30 ---> 167a402a7c94 08:20:30 Step 13/23 : EXPOSE $APP_PORT 08:20:30 ---> Running in 70e70ed65290 08:20:31 ---> Running in e2c4a1f481f2 08:20:31 Removing intermediate container 70e70ed65290 08:20:31 ---> 2b72c9e4db24 08:20:31 Step 14/22 : EXPOSE $APP_PORT 08:20:31 Removing intermediate container e2c4a1f481f2 08:20:31 ---> e00d05462ec0 08:20:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:20:31 ---> Running in 4c3dbec14453 08:20:31 ---> Running in aae36f2991df 08:20:32 Removing intermediate container 4c3dbec14453 08:20:32 ---> 9a2479843444 08:20:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:20:32 ---> 1bac00263045 08:20:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:20:34 ---> cd12ca6a40ef 08:20:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:20:34 Removing intermediate container aae36f2991df 08:20:34 ---> 4e429c789c71 08:20:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:20:34 ---> Running in dcdc500dae78 08:20:35 ---> 50566eda561d 08:20:35 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:20:35 ---> Running in 41b0a8880d1f 08:20:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:35 Removing intermediate container 41b0a8880d1f 08:20:35 ---> 20d649cd2342 08:20:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:20:36 ---> Running in f1951d82b7e7 08:20:36 Removing intermediate container f1951d82b7e7 08:20:36 ---> 41ced3722e91 08:20:36 Step 20/22 : LABEL arch=x86_64 08:20:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:37 ---> Running in 11a702c5d065 08:20:38 Removing intermediate container 11a702c5d065 08:20:38 ---> ce4e7ae84f2a 08:20:38 Step 21/22 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:20:38 ---> Running in 153126ab3a67 08:20:39 Removing intermediate container 153126ab3a67 08:20:39 ---> 7bc0b9fbdd50 08:20:39 Step 22/22 : LABEL version=0.0.0 08:20:40 ---> Running in 6ca0e2b71c72 08:20:40 (1/6) Installing dumb-init (1.2.2-r1) 08:20:40 (2/6) Installing libgcc (9.3.0-r2) 08:20:40 (3/6) Installing libsodium (1.0.18-r0) 08:20:40 (4/6) Installing libstdc++ (9.3.0-r2) 08:20:40 Removing intermediate container 6ca0e2b71c72 08:20:40 ---> 398eb96d8bd9 08:20:40 08:20:41 Successfully built 398eb96d8bd9 08:20:41 (5/6) Installing libzmq (4.3.3-r0) 08:20:42 (6/6) Installing zeromq (4.3.3-r0) 08:20:42 Successfully tagged docker-support-notifications-go:latest 08:20:42  Building docker-support-notifications-go ... done Executing busybox-1.31.1-r19.trigger 08:20:43 OK: 8 MiB in 20 packages 08:20:45 Removing intermediate container dcdc500dae78 08:20:45 ---> 876e09e1068e 08:20:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:20:45 ---> fcec6f159d16 08:20:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:20:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:20:46 Status: Downloaded newer image for docker:20.10.0 08:20:46 ---> aefe523efa57 08:20:46 Step 12/26 : RUN apk add --no-cache bash 08:20:46 ---> Running in 9c728f15829b 08:20:47 ---> d972b9470303 08:20:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:20:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:48 ---> 13b7a0888dd9 08:20:48 Step 19/23 : ENTRYPOINT ["/core-data"] 08:20:48 ---> Running in c5b88d1f08d2 08:20:48 (1/2) Installing readline (8.0.4-r0) 08:20:48 (2/2) Installing bash (5.0.17-r0) 08:20:48 Executing bash-5.0.17-r0.post-install 08:20:48 Executing busybox-1.31.1-r19.trigger 08:20:48 OK: 12 MiB in 22 packages 08:20:48 Removing intermediate container c5b88d1f08d2 08:20:48 ---> 007d3f1b1205 08:20:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:20:48 ---> Running in 42b1c9057b42 08:20:49 Removing intermediate container 42b1c9057b42 08:20:49 ---> a637eaacaa91 08:20:49 Step 21/23 : LABEL arch=x86_64 08:20:49 Removing intermediate container 9c728f15829b 08:20:49 ---> a25d0245c91b 08:20:49 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:20:49 ---> Running in 784e1c690eec 08:20:49 ---> Running in 6f5694101be7 08:20:50 Removing intermediate container 784e1c690eec 08:20:50 ---> d441ce7c150e 08:20:50 Step 22/23 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:20:50 ---> Running in b8bc0e28bb99 08:20:50 Removing intermediate container 6f5694101be7 08:20:50 ---> 94e96208293c 08:20:50 Step 14/26 : ENV APP_PORT=48090 08:20:50 ---> Running in fcccc66392e6 08:20:50 Removing intermediate container b8bc0e28bb99 08:20:50 ---> dc17a17ca904 08:20:50 Step 23/23 : LABEL version=0.0.0 08:20:50 ---> Running in 5d884a22af86 08:20:50 Removing intermediate container fcccc66392e6 08:20:50 ---> 45a781af9aa1 08:20:50 Step 15/26 : EXPOSE $APP_PORT 08:20:50 ---> Running in 962495dcacb4 08:20:51 Removing intermediate container 5d884a22af86 08:20:51 ---> 8bb741810f0f 08:20:51 08:20:51 Successfully built 8bb741810f0f 08:20:51 Removing intermediate container 962495dcacb4 08:20:51 ---> 636ed51a2c1f 08:20:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:20:51 Successfully tagged docker-core-data-go:latest 08:20:53  Building docker-core-data-go ... done  ---> f54a264ed240 08:20:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:20:53 ---> 3d78b38e4c60 08:20:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:20:54 ---> c8ba74179d79 08:20:54 Step 19/26 : RUN apk --no-cache add py3-pip 08:20:54 ---> Running in bfca15bb33ea 08:20:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:20:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:20:56 (1/33) Installing libbz2 (1.0.8-r1) 08:20:56 (2/33) Installing expat (2.2.9-r1) 08:20:56 (3/33) Installing libffi (3.3-r2) 08:20:56 (4/33) Installing gdbm (1.13-r1) 08:20:56 (5/33) Installing xz-libs (5.2.5-r0) 08:20:56 (6/33) Installing sqlite-libs (3.32.1-r0) 08:20:56 (7/33) Installing python3 (3.8.5-r0) 08:20:57 (8/33) Installing py3-appdirs (1.4.4-r1) 08:20:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:20:57 (10/33) Installing py3-parsing (2.4.7-r0) 08:20:57 (11/33) Installing py3-six (1.15.0-r0) 08:20:57 (12/33) Installing py3-packaging (20.4-r0) 08:20:57 (13/33) Installing py3-setuptools (47.0.0-r0) 08:20:57 (14/33) Installing py3-chardet (3.0.4-r4) 08:20:57 (15/33) Installing py3-idna (2.9-r0) 08:20:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:20:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:20:58 (18/33) Installing py3-requests (2.23.0-r0) 08:20:58 (19/33) Installing py3-msgpack (1.0.0-r0) 08:20:58 (20/33) Installing py3-lockfile (0.12.2-r3) 08:20:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:20:58 (22/33) Installing py3-colorama (0.4.3-r0) 08:20:58 (23/33) Installing py3-distlib (0.3.0-r0) 08:20:58 (24/33) Installing py3-distro (1.5.0-r1) 08:20:58 (25/33) Installing py3-webencodings (0.5.1-r3) 08:20:58 (26/33) Installing py3-html5lib (1.0.1-r4) 08:20:58 (27/33) Installing py3-pytoml (0.1.21-r0) 08:20:58 (28/33) Installing py3-pep517 (0.8.2-r0) 08:20:58 (29/33) Installing py3-progress (1.5-r0) 08:20:58 (30/33) Installing py3-toml (0.10.1-r0) 08:20:58 (31/33) Installing py3-retrying (1.3.3-r0) 08:20:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:20:58 (33/33) Installing py3-pip (20.1.1-r0) 08:20:59 Executing busybox-1.31.1-r19.trigger 08:20:59 OK: 71 MiB in 55 packages 08:21:11 Removing intermediate container bfca15bb33ea 08:21:11 ---> 70e8f661e352 08:21:11 Step 20/26 : RUN pip install docker-compose==1.23.2 08:21:11 ---> Running in eedcccf4cded 08:21:16 Collecting docker-compose==1.23.2 08:21:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:21:16 Collecting PyYAML<4,>=3.10 08:21:16 Downloading PyYAML-3.13.tar.gz (270 kB) 08:21:18 Collecting websocket-client<1.0,>=0.32.0 08:21:18 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:21:18 Collecting docker<4.0,>=3.6.0 08:21:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:21:18 Collecting texttable<0.10,>=0.9.0 08:21:18 Downloading texttable-0.9.1.tar.gz (11 kB) 08:21:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:21:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:21:19 Collecting dockerpty<0.5,>=0.4.1 08:21:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:21:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:21:20 Collecting docopt<0.7,>=0.6.1 08:21:20 Downloading docopt-0.6.2.tar.gz (25 kB) 08:21:21 Collecting jsonschema<3,>=2.5.1 08:21:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:21:21 Collecting cached-property<2,>=1.2.0 08:21:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:21:21 Collecting docker-pycreds>=0.4.0 08:21:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:21:22 Collecting urllib3<1.25,>=1.21.1 08:21:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:21:22 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) 08:21:22 Collecting idna<2.8,>=2.5 08:21:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:21:22 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) 08:21:22 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:21:22 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:21:22 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:21:22 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:21:22 Installing collected packages: PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, docopt, jsonschema, cached-property, docker-compose 08:21:22 Running setup.py install for PyYAML: started 08:21:23 Running setup.py install for PyYAML: finished with status 'done' 08:21:23 Attempting uninstall: urllib3 08:21:23 Found existing installation: urllib3 1.25.9 08:21:23 Uninstalling urllib3-1.25.9: 08:21:23 Successfully uninstalled urllib3-1.25.9 08:21:24 Attempting uninstall: idna 08:21:24 Found existing installation: idna 2.9 08:21:24 Uninstalling idna-2.9: 08:21:24 Successfully uninstalled idna-2.9 08:21:24 Attempting uninstall: requests 08:21:24 Found existing installation: requests 2.23.0 08:21:24 Uninstalling requests-2.23.0: 08:21:24 Successfully uninstalled requests-2.23.0 08:21:25 Running setup.py install for texttable: started 08:21:25 Running setup.py install for texttable: finished with status 'done' 08:21:25 Running setup.py install for dockerpty: started 08:21:26 Running setup.py install for dockerpty: finished with status 'done' 08:21:26 Running setup.py install for docopt: started 08:21:26 Running setup.py install for docopt: finished with status 'done' 08:21:27 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 08:21:31 Removing intermediate container eedcccf4cded 08:21:31 ---> 16fb83e2fb6e 08:21:31 Step 21/26 : RUN apk --no-cache add curl 08:21:32 ---> Running in 0fee5bd417e1 08:21:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:21:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:21:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:21:32 (2/3) Installing libcurl (7.69.1-r3) 08:21:32 (3/3) Installing curl (7.69.1-r3) 08:21:32 Executing busybox-1.31.1-r19.trigger 08:21:32 OK: 72 MiB in 58 packages 08:21:34 Removing intermediate container 0fee5bd417e1 08:21:34 ---> 18606a380547 08:21:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:21:34 ---> Running in cb31753b48f4 08:21:34 Removing intermediate container cb31753b48f4 08:21:34 ---> f358d7cce5a2 08:21:34 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:21:34 ---> Running in 7b994ad66a98 08:21:34 Removing intermediate container 7b994ad66a98 08:21:34 ---> 87806a8146be 08:21:34 Step 24/26 : LABEL arch=x86_64 08:21:34 ---> Running in 982f704c06ed 08:21:35 Removing intermediate container 982f704c06ed 08:21:35 ---> e622c8b148e0 08:21:35 Step 25/26 : LABEL git_sha=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:21:35 ---> Running in b0dae48edfe8 08:21:36 Removing intermediate container b0dae48edfe8 08:21:36 ---> 528ab8d5af96 08:21:36 Step 26/26 : LABEL version=0.0.0 08:21:36 ---> Running in b84344ae9e1c 08:21:36 Removing intermediate container b84344ae9e1c 08:21:36 ---> 9290341e6b56 08:21:36 08:21:36 Successfully built 9290341e6b56 08:21:36 Successfully tagged docker-sys-mgmt-agent-go:latest 08:21:37  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:21:37 $ docker stop --time=1 6a4f5278bd69686efbe22e233ef5af8054f1a26fdc0542744a6d9a796cbf7ca5 08:21:40 $ docker rm -f 6a4f5278bd69686efbe22e233ef5af8054f1a26fdc0542744a6d9a796cbf7ca5 [Pipeline] // withDockerContainer [Pipeline] sh 08:21:40 + docker images 08:21:40 + grep docker 08:21:43 docker-sys-mgmt-agent-go latest 9290341e6b56 6 seconds ago 313MB 08:21:43 docker-core-data-go latest 8bb741810f0f 52 seconds ago 22.3MB 08:21:43 docker-support-notifications-go latest 398eb96d8bd9 About a minute ago 17.6MB 08:21:43 docker-security-bootstrapper-go latest 0d34661b1b60 About a minute ago 18MB 08:21:43 docker-security-secretstore-setup-go latest a0ecc50ba46d 5 minutes ago 24.6MB 08:21:43 docker-core-metadata-go latest 33b852029cf9 5 minutes ago 18.8MB 08:21:43 docker-core-command-go latest d6eff5dfbb7d 5 minutes ago 16.9MB 08:21:43 docker-security-proxy-setup-go latest 7a7dd717785f 5 minutes ago 24.4MB 08:21:43 docker-support-scheduler-go latest c26cd4026101 5 minutes ago 17MB 08:21:43 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 08:21:58 Still waiting to schedule task 08:21:58 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:22:48 Running on prd-ubuntu18.04-docker-8c-8g-26784 in /w/workspace/edgexfoundry_edgex-go_PR-3178 [Pipeline] { [Pipeline] ws 08:22:48 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 08:22:50 using credential edgex-jenkins-ssh 08:22:50 Cloning the remote Git repository 08:22:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:22:50 > git init /w/workspace/edgex-go/4 # timeout=10 08:22:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:22:50 > git --version # timeout=10 08:22:50 > git --version # 'git version 2.17.1' 08:22:50 using GIT_SSH to set credentials SSH Credentials for GitHub 08:22:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:23:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:23:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:23:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:23:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:23:00 using GIT_SSH to set credentials SSH Credentials for GitHub 08:23:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3178/head:refs/remotes/origin/PR-3178 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:23:01 Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:23:01 Merge succeeded, producing 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f 08:23:01 Checking out Revision 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f (PR-3178) 08:23:01 > git config core.sparsecheckout # timeout=10 08:23:01 > git checkout -f 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f # timeout=10 08:23:01 > git remote # timeout=10 08:23:01 > git config --get remote.origin.url # timeout=10 08:23:01 using GIT_SSH to set credentials SSH Credentials for GitHub 08:23:01 > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 08:23:01 > git rev-parse HEAD^{commit} # timeout=10 08:23:01 > git config core.sparsecheckout # timeout=10 08:23:01 > git checkout -f 3f88a6f4ca7d2a1e8d22d545773accf4e80c601f # timeout=10 08:23:05 Commit message: "feat(command): Implement PUT /device/name/{deviceName}/{command} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:23:06 + echo snap-build.sh 08:23:06 snap-build.sh 08:23:06 + SNAP_BASE_DIR=. 08:23:06 + '[' '!' -z /w/workspace/edgex-go/4 ']' 08:23:06 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 08:23:06 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 08:23:06 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 08:23:06 + cd /w/workspace/edgex-go/4 08:23:06 + sudo apt-get remove -qy --purge lxd lxd-client 08:23:06 Reading package lists... 08:23:06 Building dependency tree... 08:23:06 Reading state information... 08:23:06 The following packages were automatically installed and are no longer required: 08:23:06 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:23:06 uidmap xdelta3 08:23:06 Use 'sudo apt autoremove' to remove them. 08:23:06 The following packages will be REMOVED: 08:23:06 lxd* lxd-client* 08:23:07 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:23:07 After this operation, 31.7 MB disk space will be freed. 08:23:08 (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.) 08:23:08 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:23:09 Removing lxd dnsmasq configuration 08:23:09 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:23:09 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:23:10 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:23:11 (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.) 08:23:11 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:23:12 Processing triggers for systemd (237-3ubuntu10.42) ... 08:23:12 Processing triggers for ureadahead (0.100.0-21) ... 08:23:13 + sudo snap remove --purge lxd 08:23:14 snap "lxd" is not installed 08:23:14 + sudo groupadd --force --system lxd 08:23:14 ++ whoami 08:23:14 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:23:14 + newgrp - lxd 08:23:14 + sudo snap install lxd 08:23:24 2021-02-18T08:23:21Z INFO Waiting for automatic snapd restart... 08:23:39 lxd 4.11 from Canonical* installed 08:23:39 + sudo lxd init --auto 08:23:47 + sudo snap install --classic snapcraft 08:23:53 snapcraft 4.5.1 from Canonical* installed 08:23:53 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 08:23:53 + patch --verbose -p1 08:23:53 Hmm... Looks like a unified diff to me... 08:23:53 The text leading up to this was: 08:23:53 -------------------------- 08:23:53 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 08:23:53 |From: Tony Espy 08:23:53 |Date: Wed, 16 Dec 2020 16:34:55 -0500 08:23:53 |Subject: [PATCH] optimize snap build for pipeline CI check 08:23:53 | 08:23:53 |This patch is used by the EdgeX CI pipeline builds to 08:23:53 |optimize the snap CI check run for pull requests. When 08:23:53 |applied, it essentially strips out everything (apps and 08:23:53 |parts) from the snapcraft.yaml file except those required 08:23:53 |to build edgex-go, as the whole idea of the CI check is to 08:23:53 |catch changes to edgex-go that break the snap build. 08:23:53 | 08:23:53 |In general, anyone updating snapcraft.yaml will also need 08:23:53 |to update this patch file, otherwise it may fail to apply, 08:23:53 |resulting in a failed snap build CI check in the associated 08:23:53 |pull request. 08:23:53 | 08:23:53 |Note - in addition to applying this patch, the pipeline also 08:23:53 |only primes the snap (e.g. `snapcraft prime`), as there's no 08:23:53 |need to build the finally binary .snap file (and it won't 08:23:53 |work with the patch applied). This further reduces the build 08:23:53 |time. 08:23:53 |--- 08:23:53 | snap/snapcraft.yaml | 461 +------------------------------------------- 08:23:53 | 1 file changed, 2 insertions(+), 459 deletions(-) 08:23:53 | 08:23:53 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 08:23:53 |index 1e537489..faf42425 100644 08:23:53 |--- a/snap/snapcraft.yaml 08:23:53 |+++ b/snap/snapcraft.yaml 08:23:53 -------------------------- 08:23:53 patching file snap/snapcraft.yaml 08:23:53 Using Plan A... 08:23:53 Hunk #1 succeeded at 73. 08:23:53 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 08:23:53 Hunk #3 succeeded at 217 (offset 3 lines). 08:23:53 Hunk #4 succeeded at 225 (offset 3 lines). 08:23:53 Hunk #5 succeeded at 232 (offset 3 lines). 08:23:53 Hunk #6 succeeded at 259 (offset 3 lines). 08:23:53 Hunk #7 succeeded at 293 (offset 3 lines). 08:23:53 Hunk #8 succeeded at 352 (offset 11 lines). 08:23:53 Hmm... Ignoring the trailing garbage. 08:23:53 done 08:23:53 + sudo snapcraft prime --use-lxd 08:23:54 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:23:54 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: 08:23:54 - README.md 08:23:54 - snapcraft.yaml.orig 08:23:54 08:23:54 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:23:55 Launching a container. 08:24:07 Waiting for container to be ready 08:24:07 To start your first instance, try: lxc launch ubuntu:18.04 08:24:07 08:24:10 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:24:10 Waiting for network to be ready... 08:24:11 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:24:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:24:12 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:24:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 08:24:12 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:24:12 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:24:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 08:24:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 08:24:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 08:24:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 08:24:12 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:24:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 08:24:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 08:24:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:24:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:24:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:24:12 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:24:12 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 08:24:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:24:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 08:24:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 08:24:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 08:24:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 08:24:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 08:24:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 08:24:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 08:24:13 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 08:24:15 Fetched 23.9 MB in 4s (5389 kB/s) 08:24:16 Reading package lists... 08:24:16 Reading package lists... 08:24:16 Building dependency tree... 08:24:16 Reading state information... 08:24:16 The following additional packages will be installed: 08:24:16 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:24:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:24:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:24:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:24:16 Suggested packages: 08:24:16 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:24:16 Recommended packages: 08:24:16 gnupg libsasl2-modules 08:24:17 The following NEW packages will be installed: 08:24:17 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:24:17 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:24:17 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:24:17 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:24:17 The following packages will be upgraded: 08:24:17 gpg gpg-agent gpgconf libudev1 08:24:17 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 08:24:17 Need to get 3532 kB of archives. 08:24:17 After this operation, 13.3 MB of additional disk space will be used. 08:24:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 08:24:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 08:24:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 08:24:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 08:24:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 08:24:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 08:24:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 08:24:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 08:24:17 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 08:24:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 08:24:18 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:24:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:24:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:24:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:24:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:24:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:24:18 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:24:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:24:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:24:18 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:24:18 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:24:18 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:24:18 debconf: delaying package configuration, since apt-utils is not installed 08:24:18 Fetched 3532 kB in 1s (3191 kB/s) 08:24:18 (Reading database ... 12511 files and directories currently installed.) 08:24:18 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 08:24:18 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:24:18 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 08:24:18 Selecting previously unselected package udev. 08:24:18 (Reading database ... 12511 files and directories currently installed.) 08:24:18 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 08:24:18 Unpacking udev (237-3ubuntu10.44) ... 08:24:19 Selecting previously unselected package libfuse2:amd64. 08:24:19 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:24:19 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:24:19 Selecting previously unselected package fuse. 08:24:19 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:24:19 Unpacking fuse (2.9.7-1ubuntu1) ... 08:24:19 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 08:24:19 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:24:19 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 08:24:19 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:24:19 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 08:24:19 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:24:19 Selecting previously unselected package libksba8:amd64. 08:24:19 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:24:19 Unpacking libksba8:amd64 (1.3.5-2) ... 08:24:19 Selecting previously unselected package libroken18-heimdal:amd64. 08:24:19 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:19 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:19 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:24:19 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:19 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:20 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:24:20 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:20 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:20 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:24:20 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:20 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:20 Selecting previously unselected package libwind0-heimdal:amd64. 08:24:20 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:20 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:20 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:24:20 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:20 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:20 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:24:20 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:20 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:20 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:24:20 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:20 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:20 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:24:20 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:24:20 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:20 Selecting previously unselected package libsasl2-modules-db:amd64. 08:24:20 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:24:20 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:24:20 Selecting previously unselected package libsasl2-2:amd64. 08:24:20 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:24:20 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:24:20 Selecting previously unselected package libldap-common. 08:24:20 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 08:24:20 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 08:24:21 Selecting previously unselected package libldap-2.4-2:amd64. 08:24:21 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 08:24:21 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 08:24:21 Selecting previously unselected package dirmngr. 08:24:21 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 08:24:21 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 08:24:21 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 08:24:21 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 08:24:21 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:24:21 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:24:21 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:24:21 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 08:24:21 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:21 Setting up libksba8:amd64 (1.3.5-2) ... 08:24:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:24:21 Setting up udev (237-3ubuntu10.44) ... 08:24:21 invoke-rc.d: policy-rc.d denied execution of start. 08:24:21 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:21 Processing triggers for systemd (237-3ubuntu10) ... 08:24:21 Setting up fuse (2.9.7-1ubuntu1) ... 08:24:22 Setting up gpg (2.2.4-1ubuntu1.3) ... 08:24:22 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:22 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:22 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:22 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:22 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:22 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:22 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:24:22 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 08:24:22 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 08:24:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:24:22 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:24:22 settings in the [Install] section, and DefaultInstance for template units). 08:24:22 This means they are not meant to be enabled using systemctl. 08:24:22 Possible reasons for having this kind of units are: 08:24:22 1) A unit may be statically enabled by being symlinked from another unit's 08:24:22 .wants/ or .requires/ directory. 08:24:22 2) A unit's purpose may be to act as a helper for some other unit which has 08:24:22 a requirement dependency on it. 08:24:22 3) A unit may be started when needed via activation (socket, path, timer, 08:24:22 D-Bus, udev, scripted systemctl call, ...). 08:24:22 4) In case of template units, the unit is meant to be enabled with some 08:24:22 instance name specified. 08:24:23 Reading package lists... 08:24:23 Building dependency tree... 08:24:23 Reading state information... 08:24:23 The following additional packages will be installed: 08:24:23 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:24:23 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:24:23 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:24:23 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:24:23 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:24:23 Suggested packages: 08:24:23 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:24:23 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:24:23 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:24:23 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:24:23 systemd-container policykit-1 08:24:23 Recommended packages: 08:24:23 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:24:23 The following NEW packages will be installed: 08:24:23 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:24:23 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:24:23 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:24:23 multiarch-support openssh-client python3 python3-minimal python3.6 08:24:23 python3.6-minimal snapd squashfs-tools sudo 08:24:23 The following packages will be upgraded: 08:24:23 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:24:23 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 08:24:23 Need to get 35.2 MB of archives. 08:24:23 After this operation, 141 MB of additional disk space will be used. 08:24:23 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 08:24:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 08:24:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 08:24:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 08:24:24 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 08:24:24 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:24:24 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:24:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:24:24 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:24:24 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:24:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:24:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:24:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:24:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 08:24:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:24:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 08:24:24 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:24:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 08:24:24 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 08:24:24 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:24:24 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:24:24 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:24:24 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:24:24 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:24:24 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:24:24 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:24:24 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:24:24 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 08:24:24 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:24:24 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:24:26 debconf: delaying package configuration, since apt-utils is not installed 08:24:26 Fetched 35.2 MB in 2s (15.4 MB/s) 08:24:26 (Reading database ... 12757 files and directories currently installed.) 08:24:26 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 08:24:26 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:24:26 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 08:24:26 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:24:26 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 08:24:26 (Reading database ... 12757 files and directories currently installed.) 08:24:26 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 08:24:26 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 08:24:27 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 08:24:27 (Reading database ... 12757 files and directories currently installed.) 08:24:27 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 08:24:27 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 08:24:27 Setting up apt (1.6.12ubuntu0.2) ... 08:24:27 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:24:28 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:24:28 (Reading database ... 12764 files and directories currently installed.) 08:24:28 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:24:28 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:24:28 Selecting previously unselected package libpython3.6-minimal:amd64. 08:24:28 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:24:28 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:24:28 Selecting previously unselected package libexpat1:amd64. 08:24:28 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:24:28 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:24:29 Selecting previously unselected package python3.6-minimal. 08:24:29 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:24:29 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:24:29 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 08:24:29 Checking for services that may need to be restarted...done. 08:24:29 Checking for services that may need to be restarted...done. 08:24:29 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:24:29 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:24:29 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:24:29 Selecting previously unselected package python3-minimal. 08:24:29 (Reading database ... 13012 files and directories currently installed.) 08:24:29 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:24:29 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:24:29 Selecting previously unselected package mime-support. 08:24:29 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:24:29 Unpacking mime-support (3.60ubuntu1) ... 08:24:30 Selecting previously unselected package libmpdec2:amd64. 08:24:30 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:24:30 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:24:30 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:24:30 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:24:30 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:24:30 Selecting previously unselected package python3.6. 08:24:30 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:24:30 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:24:30 Selecting previously unselected package libpython3-stdlib:amd64. 08:24:30 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:24:30 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:24:30 Setting up python3-minimal (3.6.7-1~18.04) ... 08:24:30 Selecting previously unselected package python3. 08:24:30 (Reading database ... 13442 files and directories currently installed.) 08:24:30 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:24:30 Unpacking python3 (3.6.7-1~18.04) ... 08:24:30 Selecting previously unselected package multiarch-support. 08:24:30 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:24:30 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:24:31 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:24:31 Selecting previously unselected package liblzo2-2:amd64. 08:24:31 (Reading database ... 13479 files and directories currently installed.) 08:24:31 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:24:31 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:24:31 Selecting previously unselected package libbsd0:amd64. 08:24:31 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:24:31 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:24:31 Selecting previously unselected package sudo. 08:24:31 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:24:31 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:24:31 Selecting previously unselected package apparmor. 08:24:31 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:24:31 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:24:31 Selecting previously unselected package libedit2:amd64. 08:24:31 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:24:31 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:24:31 Selecting previously unselected package libkrb5support0:amd64. 08:24:31 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:24:31 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:24:31 Selecting previously unselected package libk5crypto3:amd64. 08:24:31 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:24:31 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:24:31 Selecting previously unselected package libkeyutils1:amd64. 08:24:31 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:24:32 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:24:32 Selecting previously unselected package libkrb5-3:amd64. 08:24:32 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:24:32 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:24:32 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:24:32 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:24:32 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:24:32 Selecting previously unselected package libssl1.0.0:amd64. 08:24:32 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 08:24:32 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:24:32 Selecting previously unselected package openssh-client. 08:24:32 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:24:32 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:24:32 Selecting previously unselected package squashfs-tools. 08:24:32 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:24:32 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:24:33 Selecting previously unselected package snapd. 08:24:33 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:24:33 Unpacking snapd (2.48.3+18.04) ... 08:24:34 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:24:34 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:24:34 Setting up mime-support (3.60ubuntu1) ... 08:24:35 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:24:35 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:24:35 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:24:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:24:35 Setting up systemd (237-3ubuntu10.44) ... 08:24:35 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:24:36 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:24:36 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:24:36 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:24:36 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:24:36 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:24:36 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:24:36 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:24:36 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:24:36 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:24:36 Setting up python3 (3.6.7-1~18.04) ... 08:24:36 running python rtupdate hooks for python3.6... 08:24:36 running python post-rtupdate hooks for python3.6... 08:24:36 Setting up apparmor (2.12-4ubuntu5.1) ... 08:24:38 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:24:38 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:24:38 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:24:38 Setting up snapd (2.48.3+18.04) ... 08:24:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:24:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:24:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:24:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:24:39 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:24:39 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:24:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:24:40 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:24:40 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:24:40 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:24:40 /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' 08:24:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:24:40 Processing triggers for systemd (237-3ubuntu10.44) ... 08:24:41 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:24:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:24:41 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:24:43 Reading package lists... 08:24:43 Reading package lists... 08:24:43 Building dependency tree... 08:24:43 Reading state information... 08:24:43 Calculating upgrade... 08:24:43 The following packages will be upgraded: 08:24:43 advancecomp base-files bash binutils binutils-common 08:24:43 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:24:43 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:24:43 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:24:43 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:24:43 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:24:43 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:24:43 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 08:24:43 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 08:24:43 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 08:24:43 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 08:24:43 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 08:24:43 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 08:24:43 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 08:24:43 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:24:44 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:24:44 Need to get 63.8 MB of archives. 08:24:44 After this operation, 5188 kB of additional disk space will be used. 08:24:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 08:24:44 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:24:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:24:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:24:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:24:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:24:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:24:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:24:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:24:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:24:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:24:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:24:44 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:24:44 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:24:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:24:45 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:24:45 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:24:45 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:24:45 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:24:45 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:24:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:24:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:24:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:24:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:24:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:24:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:24:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:24:45 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:24:45 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:24:45 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:24:45 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:24:45 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:24:45 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:24:45 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:24:45 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:24:45 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:24:45 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:24:45 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:24:45 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 08:24:45 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:24:45 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 08:24:45 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:24:45 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:24:45 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:24:45 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:24:45 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:24:45 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:24:45 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:24:45 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:24:45 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:24:45 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:24:45 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:24:45 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:24:45 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 08:24:45 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:24:45 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:24:45 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:24:45 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:24:45 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:24:45 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:24:45 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:24:45 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:24:45 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:24:45 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:24:45 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:24:45 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:24:45 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:24:45 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 08:24:45 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 08:24:45 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:24:45 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:24:45 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 08:24:45 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:24:45 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:24:45 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 08:24:45 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:24:45 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:24:45 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:24:45 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:24:45 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:24:45 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:24:45 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:24:45 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 08:24:45 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 08:24:45 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 08:24:45 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 08:24:45 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:24:45 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:24:45 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:24:45 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:24:46 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:24:46 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:24:46 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:24:46 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:24:47 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:24:47 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:24:47 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:24:47 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:24:47 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:24:47 debconf: delaying package configuration, since apt-utils is not installed 08:24:47 Fetched 63.8 MB in 3s (19.8 MB/s) 08:24:47 (Reading database ... 13912 files and directories currently installed.) 08:24:47 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:24:47 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:24:47 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:24:47 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:24:48 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 08:24:48 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 08:24:48 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:24:49 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:24:49 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:24:49 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:24:49 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:24:49 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:24:49 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:24:49 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:24:49 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:24:49 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:24:49 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:24:49 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:24:49 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:24:49 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:24:50 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:24:50 (Reading database ... 13911 files and directories currently installed.) 08:24:50 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:24:50 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:24:50 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:24:50 (Reading database ... 13911 files and directories currently installed.) 08:24:50 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:24:50 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:24:50 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:24:50 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:24:50 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:24:50 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:24:50 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:24:50 (Reading database ... 13911 files and directories currently installed.) 08:24:50 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:24:50 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:24:51 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:24:51 (Reading database ... 13911 files and directories currently installed.) 08:24:51 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:24:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:24:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:24:51 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:24:52 Setting up base-files (10.1ubuntu2.10) ... 08:24:52 Installing new version of config file /etc/issue ... 08:24:52 Installing new version of config file /etc/issue.net ... 08:24:52 Installing new version of config file /etc/lsb-release ... 08:24:52 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:24:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:24:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:24:52 Removing obsolete conffile /etc/default/motd-news ... 08:24:52 (Reading database ... 13912 files and directories currently installed.) 08:24:52 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:24:52 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:24:52 Setting up bash (4.4.18-2ubuntu1.2) ... 08:24:52 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 08:24:52 (Reading database ... 13912 files and directories currently installed.) 08:24:52 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:24:52 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:24:53 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:24:53 (Reading database ... 13912 files and directories currently installed.) 08:24:53 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:24:53 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:24:53 Setting up tar (1.29b-2ubuntu0.2) ... 08:24:53 (Reading database ... 13912 files and directories currently installed.) 08:24:53 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:24:53 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:24:53 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:24:53 (Reading database ... 13912 files and directories currently installed.) 08:24:53 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:24:53 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:24:53 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:24:53 (Reading database ... 13912 files and directories currently installed.) 08:24:53 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:24:53 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:24:54 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:24:54 (Reading database ... 13912 files and directories currently installed.) 08:24:54 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:24:54 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:24:54 Setting up grep (3.1-2build1) ... 08:24:54 (Reading database ... 13912 files and directories currently installed.) 08:24:54 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:24:54 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:24:54 Setting up login (1:4.5-1ubuntu2) ... 08:24:54 (Reading database ... 13912 files and directories currently installed.) 08:24:54 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:24:54 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:24:54 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:24:54 (Reading database ... 13912 files and directories currently installed.) 08:24:54 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:24:54 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:24:55 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:24:55 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:24:55 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:24:55 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:24:56 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:24:56 (Reading database ... 13912 files and directories currently installed.) 08:24:56 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:24:56 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:24:57 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:24:57 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:24:57 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:24:57 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:24:57 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:24:57 (Reading database ... 13912 files and directories currently installed.) 08:24:57 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:24:57 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:24:57 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:24:58 (Reading database ... 13912 files and directories currently installed.) 08:24:58 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:24:58 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:24:58 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:24:58 (Reading database ... 13912 files and directories currently installed.) 08:24:58 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:24:58 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:24:58 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:24:58 (Reading database ... 13912 files and directories currently installed.) 08:24:58 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:24:58 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:24:58 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:24:58 (Reading database ... 13912 files and directories currently installed.) 08:24:58 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:24:58 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:24:58 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:24:58 (Reading database ... 13912 files and directories currently installed.) 08:24:58 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:24:58 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:24:59 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:24:59 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:24:59 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:24:59 (Reading database ... 13912 files and directories currently installed.) 08:24:59 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:24:59 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:24:59 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:24:59 (Reading database ... 13912 files and directories currently installed.) 08:24:59 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:24:59 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:24:59 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:24:59 (Reading database ... 13912 files and directories currently installed.) 08:24:59 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:24:59 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:24:59 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:25:00 (Reading database ... 13912 files and directories currently installed.) 08:25:00 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:25:00 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:25:00 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:25:00 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:25:01 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:25:01 (Reading database ... 13912 files and directories currently installed.) 08:25:01 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:25:01 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:25:01 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:25:01 (Reading database ... 13912 files and directories currently installed.) 08:25:01 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:25:01 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:25:01 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:25:01 (Reading database ... 13914 files and directories currently installed.) 08:25:01 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:25:01 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:25:02 Setting up debconf (1.5.66ubuntu1) ... 08:25:02 (Reading database ... 13914 files and directories currently installed.) 08:25:02 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:25:02 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:25:02 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:25:02 (Reading database ... 13914 files and directories currently installed.) 08:25:02 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:25:03 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:25:03 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:25:03 (Reading database ... 13914 files and directories currently installed.) 08:25:03 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:25:03 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:25:03 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:25:03 (Reading database ... 13914 files and directories currently installed.) 08:25:03 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:25:03 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:25:04 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:25:04 (Reading database ... 13914 files and directories currently installed.) 08:25:04 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:25:04 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:25:04 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:25:04 (Reading database ... 13914 files and directories currently installed.) 08:25:04 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:25:04 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:25:04 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 08:25:04 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:25:04 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:25:04 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:25:04 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:25:05 (Reading database ... 13914 files and directories currently installed.) 08:25:05 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:25:05 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:25:05 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:25:05 (Reading database ... 13914 files and directories currently installed.) 08:25:05 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:25:05 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:25:05 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:25:05 (Reading database ... 13914 files and directories currently installed.) 08:25:05 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:25:05 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:25:05 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:25:05 (Reading database ... 13914 files and directories currently installed.) 08:25:05 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 08:25:06 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 08:25:06 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 08:25:06 (Reading database ... 13914 files and directories currently installed.) 08:25:06 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:25:06 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:25:06 Setting up passwd (1:4.5-1ubuntu2) ... 08:25:06 (Reading database ... 13914 files and directories currently installed.) 08:25:06 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 08:25:06 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:25:06 Setting up gpgv (2.2.4-1ubuntu1.3) ... 08:25:07 (Reading database ... 13914 files and directories currently installed.) 08:25:07 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:25:07 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:25:07 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:25:07 (Reading database ... 13914 files and directories currently installed.) 08:25:07 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:25:07 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:25:07 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:25:07 (Reading database ... 13914 files and directories currently installed.) 08:25:07 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:25:07 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:25:08 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:25:08 (Reading database ... 13914 files and directories currently installed.) 08:25:08 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:25:08 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:25:08 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:25:08 (Reading database ... 13914 files and directories currently installed.) 08:25:08 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 08:25:08 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 08:25:08 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 08:25:08 (Reading database ... 13914 files and directories currently installed.) 08:25:08 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 08:25:08 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 08:25:08 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 08:25:08 (Reading database ... 13915 files and directories currently installed.) 08:25:08 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:25:08 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:25:08 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:25:08 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:25:09 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:25:09 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:25:09 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:25:09 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:25:09 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:25:09 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:25:09 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:25:09 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:25:09 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:25:09 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:25:09 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:25:09 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:25:10 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:25:10 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:25:10 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:25:10 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:25:10 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:25:10 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:25:10 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:25:10 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:25:11 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:25:11 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:25:11 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:25:11 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:25:11 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:25:12 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:25:12 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:25:12 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:25:12 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:25:12 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:25:12 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:25:12 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:25:12 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:12 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:12 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:12 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:13 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:13 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:13 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:13 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:14 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:14 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:15 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:15 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:16 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:16 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:16 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:16 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:17 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:25:17 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:25:17 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:25:17 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:25:17 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:25:17 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:25:17 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:25:17 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:25:17 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:25:17 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:25:17 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:25:17 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:25:18 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:25:18 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:25:18 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:25:18 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:25:18 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:18 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:25:18 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:18 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:18 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:18 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:25:18 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:25:18 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:25:18 08:25:18 Current default time zone: 'Etc/UTC' 08:25:18 Local time is now: Thu Feb 18 08:25:18 UTC 2021. 08:25:18 Universal Time is now: Thu Feb 18 08:25:18 UTC 2021. 08:25:18 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:25:18 08:25:18 Setting up systemd-sysv (237-3ubuntu10.44) ... 08:25:18 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:18 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 08:25:18 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:25:18 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:25:18 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:25:18 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:25:18 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:25:18 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:25:18 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:25:19 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:19 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:25:19 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:25:19 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 08:25:19 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:19 Setting up patch (2.7.6-2ubuntu1.1) ... 08:25:19 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:25:19 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:25:19 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 08:25:19 Installing new version of config file /etc/ssl/openssl.cnf ... 08:25:19 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:25:19 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:25:19 Setting up ca-certificates (20210119~18.04.1) ... 08:25:21 Updating certificates in /etc/ssl/certs... 08:25:22 23 added, 27 removed; done. 08:25:22 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:25:22 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:25:22 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:25:22 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:25:22 Setting up pkgbinarymangler (138.18.04.1) ... 08:25:22 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:25:22 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 08:25:22 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:25:22 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:25:22 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:25:22 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:25:22 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:25:22 Setting up perl (5.26.1-6ubuntu0.5) ... 08:25:22 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 08:25:22 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:25:22 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:25:22 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 08:25:22 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:25:22 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:25:22 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:25:22 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:25:22 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:25:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:25:23 Processing triggers for systemd (237-3ubuntu10.44) ... 08:25:23 Processing triggers for mime-support (3.60ubuntu1) ... 08:25:23 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:25:23 Updating certificates in /etc/ssl/certs... 08:25:24 0 added, 0 removed; done. 08:25:24 Running hooks in /etc/ca-certificates/update.d... 08:25:24 done. 08:25:24 Reading package lists... 08:25:24 Building dependency tree... 08:25:24 Reading state information... 08:25:24 The following NEW packages will be installed: 08:25:24 apt-transport-https 08:25:24 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:25:24 Need to get 1696 B of archives. 08:25:24 After this operation, 153 kB of additional disk space will be used. 08:25:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 08:25:25 debconf: delaying package configuration, since apt-utils is not installed 08:25:25 Fetched 1696 B in 0s (8363 B/s) 08:25:25 Selecting previously unselected package apt-transport-https. 08:25:25 (Reading database ... 13920 files and directories currently installed.) 08:25:25 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 08:25:25 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 08:25:25 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 08:25:25 Waiting for network to be ready... 08:25:30 2021-02-18T08:25:28Z INFO Waiting for automatic snapd restart... 08:25:30 snapd 2.48.2.1 from Canonical* installed 08:25:30 "snapd" switched to the "latest/stable" channel 08:25:30 08:25:34 core18 20210128 from Canonical* installed 08:25:34 "core18" switched to the "latest/stable" channel 08:25:34 08:25:37 snapcraft 4.5.1 from Canonical* installed 08:25:37 "snapcraft" switched to the "latest/stable" channel 08:25:37 08:25:40 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: 08:25:40 - README.md 08:25:40 - snapcraft.yaml.orig 08:25:40 08:25:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:25:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:25:47 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:25:47 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:25:47 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:25:48 Reading package lists... 08:25:49 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 08:25:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:25:55 Reading package lists... 08:25:55 Building dependency tree... 08:25:55 Reading state information... 08:25:55 Suggested packages: 08:25:55 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:25:55 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:25:55 Recommended packages: 08:25:55 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:25:55 The following NEW packages will be installed: 08:25:55 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:25:55 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:25:55 pkg-config zip 08:25:55 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:25:55 Need to get 7655 kB of archives. 08:25:55 After this operation, 43.7 MB of additional disk space will be used. 08:25:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 08:25:55 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:25:55 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:25:55 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:25:55 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:25:55 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:25:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:25:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:25:56 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:25:56 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:25:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 08:25:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 08:25:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 08:25:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:25:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:25:56 debconf: delaying package configuration, since apt-utils is not installed 08:25:56 Fetched 7655 kB in 1s (6990 kB/s) 08:25:56 Selecting previously unselected package libglib2.0-0:amd64. 08:25:56 (Reading database ... 13924 files and directories currently installed.) 08:25:56 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 08:25:56 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:25:56 Selecting previously unselected package libpsl5:amd64. 08:25:56 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:25:56 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:25:57 Selecting previously unselected package libnghttp2-14:amd64. 08:25:57 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:25:57 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:25:57 Selecting previously unselected package librtmp1:amd64. 08:25:57 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:25:57 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:25:57 Selecting previously unselected package libcurl3-gnutls:amd64. 08:25:57 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 08:25:57 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:25:57 Selecting previously unselected package liberror-perl. 08:25:57 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:25:57 Unpacking liberror-perl (0.17025-1) ... 08:25:57 Selecting previously unselected package git-man. 08:25:57 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 08:25:57 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 08:25:57 Selecting previously unselected package git. 08:25:57 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 08:25:57 Unpacking git (1:2.17.1-1ubuntu0.7) ... 08:25:58 Selecting previously unselected package libnorm1:amd64. 08:25:58 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:25:58 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:25:58 Selecting previously unselected package libpgm-5.2-0:amd64. 08:25:58 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:25:58 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:25:58 Selecting previously unselected package libsodium23:amd64. 08:25:58 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:25:58 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:25:58 Selecting previously unselected package libzmq5:amd64. 08:25:58 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:25:58 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:25:58 Selecting previously unselected package libzmq3-dev:amd64. 08:25:58 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:25:58 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:25:59 Selecting previously unselected package pkg-config. 08:25:59 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:25:59 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:25:59 Selecting previously unselected package zip. 08:25:59 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:25:59 Unpacking zip (3.0-11build1) ... 08:25:59 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:25:59 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 08:25:59 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:25:59 Setting up liberror-perl (0.17025-1) ... 08:25:59 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:25:59 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:25:59 No schema files found: doing nothing. 08:25:59 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:25:59 Setting up zip (3.0-11build1) ... 08:25:59 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:25:59 Setting up libsodium23:amd64 (1.0.16-2) ... 08:25:59 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:25:59 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:25:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:25:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:25:59 Setting up git (1:2.17.1-1ubuntu0.7) ... 08:25:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:26:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:26:06 git set to automatically installed. 08:26:06 git-man set to automatically installed. 08:26:06 libcurl3-gnutls set to automatically installed. 08:26:06 liberror-perl set to automatically installed. 08:26:06 libglib2.0-0 set to automatically installed. 08:26:06 libnghttp2-14 set to automatically installed. 08:26:06 libnorm1 set to automatically installed. 08:26:06 libpgm-5.2-0 set to automatically installed. 08:26:06 libpsl5 set to automatically installed. 08:26:06 librtmp1 set to automatically installed. 08:26:06 libsodium23 set to automatically installed. 08:26:06 libzmq3-dev set to automatically installed. 08:26:06 libzmq5 set to automatically installed. 08:26:06 pkg-config set to automatically installed. 08:26:06 zip set to automatically installed. 08:26:08 snapd is not logged in, snap install commands will use sudo 08:26:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:26:16 snap "core18" has no updates available 08:26:17 Pulling config-common 08:26:17 + snapcraftctl pull 08:26:18 Pulling go-build-helper 08:26:18 + snapcraftctl pull 08:26:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:26:40 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:26:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 08:26:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 08:26:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 08:26:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 08:26:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 08:26:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 08:26:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 08:26:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 08:26:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:26:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:26:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:26:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:26:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:26:40 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:26:40 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:26:40 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:26:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:26:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 08:26:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 08:26:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 08:26:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 08:26:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 08:26:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 08:26:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 08:26:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 08:26:40 Fetched 23.9 MB in 0s (0 B/s) 08:26:40 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:26:40 Fetched 96.5 kB in 0s (0 B/s) 08:26:40 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:26:40 Fetched 279 kB in 0s (0 B/s) 08:26:40 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:26:40 Fetched 122 kB in 0s (0 B/s) 08:26:40 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:26:40 Fetched 77.8 kB in 0s (0 B/s) 08:26:40 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:26:40 Fetched 8848 B in 0s (0 B/s) 08:26:40 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:26:40 Fetched 47.8 kB in 0s (0 B/s) 08:26:40 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:26:40 Fetched 45.6 kB in 0s (0 B/s) 08:26:40 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:26:40 Fetched 15.0 kB in 0s (0 B/s) 08:26:40 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 08:26:40 Fetched 214 kB in 0s (0 B/s) 08:26:40 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 08:26:40 Fetched 155 kB in 0s (0 B/s) 08:26:40 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:26:40 Fetched 50.6 kB in 0s (0 B/s) 08:26:40 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:26:40 Fetched 14.8 kB in 0s (0 B/s) 08:26:40 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:26:40 Fetched 41.8 kB in 0s (0 B/s) 08:26:40 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:26:40 Fetched 499 kB in 0s (0 B/s) 08:26:40 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:26:40 Fetched 111 kB in 0s (0 B/s) 08:26:40 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:26:40 Fetched 240 kB in 0s (0 B/s) 08:26:40 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:26:40 Fetched 29.3 kB in 0s (0 B/s) 08:26:40 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:26:40 Fetched 85.5 kB in 0s (0 B/s) 08:26:40 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:26:40 Fetched 24.5 kB in 0s (0 B/s) 08:26:40 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:26:40 Fetched 49.2 kB in 0s (0 B/s) 08:26:40 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:26:40 Fetched 54.2 kB in 0s (0 B/s) 08:26:40 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:26:40 Fetched 30.8 kB in 0s (0 B/s) 08:26:40 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 08:26:40 Fetched 16.6 kB in 0s (0 B/s) 08:26:40 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:26:40 Fetched 85.9 kB in 0s (0 B/s) 08:26:40 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:26:40 Fetched 8720 B in 0s (0 B/s) 08:26:40 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 08:26:40 Fetched 137 kB in 0s (0 B/s) 08:26:40 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:26:40 Fetched 119 kB in 0s (0 B/s) 08:26:40 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 08:26:40 Fetched 109 kB in 0s (0 B/s) 08:26:40 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:26:40 Fetched 11.1 kB in 0s (0 B/s) 08:26:40 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:26:40 Fetched 645 kB in 0s (0 B/s) 08:26:40 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:26:40 Fetched 41.3 kB in 0s (0 B/s) 08:26:40 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:26:40 Fetched 17.9 kB in 0s (0 B/s) 08:26:40 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:26:40 Fetched 368 kB in 0s (0 B/s) 08:26:40 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:26:40 Fetched 187 kB in 0s (0 B/s) 08:26:40 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:26:40 Fetched 175 kB in 0s (0 B/s) 08:26:40 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:26:43 Fetched 206 kB in 0s (0 B/s) 08:26:43 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 08:26:43 Fetched 1301 kB in 0s (0 B/s) 08:26:43 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:26:43 Fetched 36.2 kB in 0s (0 B/s) 08:26:43 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 08:26:43 Fetched 159 kB in 0s (0 B/s) 08:26:43 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:26:43 Fetched 107 kB in 0s (0 B/s) 08:26:43 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:26:43 Fetched 48.7 kB in 0s (0 B/s) 08:26:43 Pulling static-packages 08:26:43 + snapcraftctl pull 08:26:44 'go115' has dependencies that need to be staged: static-packages go-build-helper 08:26:44 Skipping pull go-build-helper (already ran) 08:26:44 Skipping pull static-packages (already ran) 08:26:44 Building go-build-helper 08:26:44 + snapcraftctl build 08:26:48 Building static-packages 08:26:48 + snapcraftctl build 08:26:49 Staging go-build-helper 08:26:49 + snapcraftctl stage 08:26:50 Staging static-packages 08:26:50 + snapcraftctl stage 08:26:51 Pulling go115 08:26:51 + snapcraftctl pull 08:26:52 'edgex-go' has dependencies that need to be staged: go115 08:26:52 Skipping pull go115 (already ran) 08:26:52 Building go115 08:26:52 + dpkg --print-architecture 08:26:52 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 08:26:52 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 08:26:52 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 08:26:52 % Total % Received % Xferd Average Speed Time Time Time Current 08:26:52 Dload Upload Total Spent Left Speed 08:26:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2 115M 2 2895k 0 0 8721k 0 0:00:13 --:--:-- 0:00:13 8695k 44 115M 44 51.8M 0 0 38.1M 0 0:00:03 0:00:01 0:00:02 38.1M 76 115M 76 88.8M 0 0 37.9M 0 0:00:03 0:00:02 0:00:01 37.9M 100 115M 100 115M 0 0 37.9M 0 0:00:03 0:00:03 --:--:-- 37.9M 08:26:55 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 08:26:55 + sha256sum -c sha256 08:26:55 + grep OK 08:26:56 go1.15.2.linux-amd64.tar.gz: OK 08:26:56 + mkdir -p /root/stage/go1.15 08:26:56 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 08:27:00 Staging go115 08:27:00 + snapcraftctl stage 08:27:05 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:27:05 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:27:05 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:27:05 Fetched 0 B in 0s (0 B/s) 08:27:05 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:27:05 Fetched 224 kB in 0s (0 B/s) 08:27:05 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:27:05 Fetched 157 kB in 0s (0 B/s) 08:27:05 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:27:05 Fetched 221 kB in 0s (0 B/s) 08:27:05 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:27:05 Fetched 143 kB in 0s (0 B/s) 08:27:05 Pulling edgex-go 08:27:05 + snapcraftctl pull 08:27:06 Pulling version 08:27:06 + cd /root/project 08:27:06 + [ -f VERSION ] 08:27:06 + PROJECT_VERSION=local-dev 08:27:06 + git rev-parse --short HEAD 08:27:06 + GIT_REVISION=3f88a6f4 08:27:06 + snapcraftctl set-version local-dev 08:27:07 Building config-common 08:27:07 + snapcraftctl build 08:27:09 Skipping build go-build-helper (already ran) 08:27:09 Skipping build static-packages (already ran) 08:27:09 Skipping build go115 (already ran) 08:27:09 Building edgex-go 08:27:09 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 08:27:09 + cd /root/parts/edgex-go/src 08:27:09 + make build 08:27:09 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 08:27:11 go: downloading github.com/gorilla/mux v1.8.0 08:27:11 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:27:11 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 08:27:11 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 08:27:11 go: downloading github.com/google/uuid v1.2.0 08:27:11 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.5 08:27:11 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 08:27:11 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:27:11 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 08:27:11 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:27:11 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 08:27:11 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:27:11 go: downloading github.com/go-playground/validator/v10 v10.3.0 08:27:11 go: downloading github.com/pelletier/go-toml v1.2.0 08:27:11 go: downloading github.com/pkg/errors v0.8.1 08:27:11 go: downloading github.com/imdario/mergo v0.3.11 08:27:11 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:27:11 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 08:27:11 go: downloading github.com/BurntSushi/toml v0.3.1 08:27:11 go: downloading github.com/go-kit/kit v0.8.0 08:27:11 go: downloading github.com/hashicorp/consul/api v1.1.0 08:27:11 go: downloading github.com/x448/float16 v0.8.4 08:27:11 go: downloading github.com/pebbe/zmq4 v1.2.2 08:27:11 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:27:11 go: downloading github.com/go-playground/universal-translator v0.17.0 08:27:11 go: downloading github.com/leodido/go-urn v1.2.0 08:27:11 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:27:11 go: downloading github.com/mitchellh/copystructure v1.0.0 08:27:11 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:27:11 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 08:27:11 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:27:11 go: downloading github.com/go-playground/locales v0.13.0 08:27:11 go: downloading github.com/hashicorp/serf v0.8.2 08:27:11 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:27:11 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 08:27:11 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:27:11 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:27:11 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:27:11 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:27: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 08:27:18 go: downloading gopkg.in/yaml.v2 v2.4.0 08:27:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:27:24 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 08:27:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:27:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:27:26 go: downloading github.com/stretchr/testify v1.7.0 08:27:26 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:27:26 go: downloading github.com/pmezard/go-difflib v1.0.0 08:27:26 go: downloading github.com/davecgh/go-spew v1.1.1 08:27:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:27:27 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:27:27 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:27:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:27:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:27:29 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 08:27:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:27:31 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 08:27:31 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:27:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:27:33 go: downloading github.com/lib/pq v1.9.0 08:27:34 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:27:34 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:27:34 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:27:34 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:27:34 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:27:34 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:27:34 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:27:34 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:27:34 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:27:34 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:27:34 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:27:34 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:27:34 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:27:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:27:34 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:27:34 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:27:34 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:27:34 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 08:27:34 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:27:34 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:27:34 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:27:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:27:34 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:27:34 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:27:34 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 08:27:35 Building version 08:27:35 + snapcraftctl build 08:27:37 Staging config-common 08:27:37 + snapcraftctl stage 08:27:38 Skipping stage go-build-helper (already ran) 08:27:38 Skipping stage static-packages (already ran) 08:27:38 Skipping stage go115 (already ran) 08:27:38 Staging edgex-go 08:27:38 + snapcraftctl stage 08:27:39 Staging version 08:27:39 + snapcraftctl stage 08:27:40 Priming config-common 08:27:40 + snapcraftctl prime 08:27:41 Priming go-build-helper 08:27:41 + snapcraftctl prime 08:27:43 Priming static-packages 08:27:43 + snapcraftctl prime 08:27:44 Priming go115 08:27:44 + snapcraftctl prime 08:27:46 Priming edgex-go 08:27:46 + snapcraftctl prime 08:27:47 Priming version 08:27:47 + snapcraftctl prime 08:27:48 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:27:51 provisioning config files... 08:27:51 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config2957817700595688371tmp [Pipeline] { [Pipeline] sh 08:27:52 + set +x 08:27:52 + curl -s https://codecov.io/bash 08:27:52 + bash -s -- 08:27:52 08:27:52 _____ _ 08:27:52 / ____| | | 08:27:52 | | ___ __| | ___ ___ _____ __ 08:27:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:27:52 | |___| (_) | (_| | __/ (_| (_) \ V / 08:27:52 \_____\___/ \__,_|\___|\___\___/ \_/ 08:27:52 Bash-20210129-7c25fce 08:27:52 08:27:52 08:27:52 ==> git version 2.24.3 found 08:27:52 ==> 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 08:27:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:27:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:27:52 ==> Jenkins CI detected. 08:27:52 project root: . 08:27:52 --> token set from env 08:27:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:27:52 ==> Running gcov in . (disable via -X gcov) 08:27:52 ==> Python coveragepy not found 08:27:52 ==> Searching for coverage reports in: 08:27:52 + . 08:27:52 -> Found 1 reports 08:27:52 ==> Detecting git/mercurial file structure 08:27:52 ==> Reading reports 08:27:52 + ./coverage.out bytes=597520 08:27:52 ==> Appending adjustments 08:27:52 https://docs.codecov.io/docs/fixing-reports 08:27:59 + Found adjustments 08:27:59 ==> Gzipping contents 08:27:59 88K /tmp/codecov.a8OIpo.gz 08:27:59 ==> Uploading reports 08:27:59 url: https://codecov.io 08:27:59 query: branch=PR-3178&commit=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3178%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3178&job=&cmd_args= 08:27:59 -> Pinging Codecov 08:27:59 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3178&commit=3f88a6f4ca7d2a1e8d22d545773accf4e80c601f&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3178%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3178&job=&cmd_args= 08:27:59 -> Uploading to 08:27:59 https://storage.googleapis.com/codecov/v4/raw/2021-02-18/00271124DB129430A58F1EEE437C3FCB/3f88a6f4ca7d2a1e8d22d545773accf4e80c601f/1b1be148-ae1e-4509-8804-7f5b04287eec.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T082759Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=66e1be1d1994280a957793c3c3131ef636912d56ff16ede3ef2c97620222cd73 08:27:59 % Total % Received % Xferd Average Speed Time Time Time Current 08:27:59 Dload Upload Total Spent Left Speed 08:28:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89748 0 0 100 89748 0 139k --:--:-- --:--:-- --:--:-- 139k 08:28:00 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/3f88a6f4ca7d2a1e8d22d545773accf4e80c601f [Pipeline] } 08:28:00 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 08:28:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:28:04 ---> package-listing.sh 08:28:04 ++ tr '[:upper:]' '[:lower:]' 08:28:04 ++ facter osfamily 08:28:05 + OS_FAMILY=redhat 08:28:05 + workspace=/w/workspace/edgex-go/4 08:28:05 + START_PACKAGES=/tmp/packages_start.txt 08:28:05 + END_PACKAGES=/tmp/packages_end.txt 08:28:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:28:05 + PACKAGES=/tmp/packages_start.txt 08:28:05 + '[' /w/workspace/edgex-go/4 ']' 08:28:05 + PACKAGES=/tmp/packages_end.txt 08:28:05 + case "${OS_FAMILY}" in 08:28:05 + sort 08:28:05 + rpm -qa 08:28:13 + '[' -f /tmp/packages_start.txt ']' 08:28:13 + '[' -f /tmp/packages_end.txt ']' 08:28:13 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:28:13 + '[' /w/workspace/edgex-go/4 ']' 08:28:13 + mkdir -p /w/workspace/edgex-go/4/archives/ 08:28:13 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 08:28:13 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:28:13 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:28:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:28:14 08:28:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:28:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:28:15 alpine: Pulling from edgex-lftools-log-publisher 08:28:15 df20fa9351a1: Pulling fs layer 08:28:15 36b3adc4ff6f: Pulling fs layer 08:28:15 8ad3a11d3b57: Pulling fs layer 08:28:15 46f8f816bc3b: Pulling fs layer 08:28:15 93b61091891f: Pulling fs layer 08:28:15 93b9cdb0e59b: Pulling fs layer 08:28:15 5e14af77c1be: Pulling fs layer 08:28:15 01666e4c0597: Pulling fs layer 08:28:15 aa168da1d23b: Pulling fs layer 08:28:15 46f8f816bc3b: Waiting 08:28:15 93b61091891f: Waiting 08:28:15 93b9cdb0e59b: Waiting 08:28:15 5e14af77c1be: Waiting 08:28:15 01666e4c0597: Waiting 08:28:15 aa168da1d23b: Waiting 08:28:15 36b3adc4ff6f: Verifying Checksum 08:28:15 36b3adc4ff6f: Download complete 08:28:15 46f8f816bc3b: Download complete 08:28:16 df20fa9351a1: Verifying Checksum 08:28:16 df20fa9351a1: Download complete 08:28:16 93b9cdb0e59b: Verifying Checksum 08:28:16 93b9cdb0e59b: Download complete 08:28:16 5e14af77c1be: Verifying Checksum 08:28:16 5e14af77c1be: Download complete 08:28:16 93b61091891f: Verifying Checksum 08:28:16 93b61091891f: Download complete 08:28:16 01666e4c0597: Verifying Checksum 08:28:16 01666e4c0597: Download complete 08:28:17 df20fa9351a1: Pull complete 08:28:17 36b3adc4ff6f: Pull complete 08:28:18 8ad3a11d3b57: Verifying Checksum 08:28:18 8ad3a11d3b57: Download complete 08:28:21 8ad3a11d3b57: Pull complete 08:28:22 46f8f816bc3b: Pull complete 08:28:23 aa168da1d23b: Verifying Checksum 08:28:23 aa168da1d23b: Download complete 08:28:23 93b61091891f: Pull complete 08:28:24 93b9cdb0e59b: Pull complete 08:28:24 5e14af77c1be: Pull complete 08:28:25 01666e4c0597: Pull complete 08:28:40 aa168da1d23b: Pull complete 08:28:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:28:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:28:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:28:41 prd-centos7-docker-4c-2g-26781 does not seem to be running inside a container 08:28:41 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-lftools-log-publisher:alpine cat 08:28:45 $ docker top e25b9447b6c6afea042b66156880f32ad53304790bdf2ae442c9a88d219ca2f0 -eo pid,comm [Pipeline] { [Pipeline] sh 08:28:46 + touch /tmp/pre-build-complete [Pipeline] sh 08:28:46 + mkdir -p /var/log/sa [Pipeline] sh 08:28:47 + ls /var/log/sa-host 08:28:47 + sadf -c /var/log/sa-host/sa18 08:28:47 file_magic: OK 08:28:47 HZ: Using current value: 100 08:28:47 file_header: OK 08:28:47 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 08:28:47 Statistics: 08:28:47 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:28:47 File successfully converted to sysstat format version 12.2.1 08:28:47 + sadf -c /var/log/sa-host/sa23 08:28:47 file_magic: OK 08:28:47 HZ: Using current value: 100 08:28:47 file_header: OK 08:28:47 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 08:28:47 Statistics: 08:28:47 Hnuu...uuuununununu... 08:28:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:28:48 provisioning config files... 08:28:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7332273225483125256tmp [Pipeline] { [Pipeline] echo 08:28:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:28:50 ---> create-netrc.sh [Pipeline] } 08:28:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:28:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:28:51 ---> python-tools-install.sh [Pipeline] echo 08:28:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:28:52 ---> sudo-logs.sh 08:28:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:28:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:28:52 ---> job-cost.sh 08:28:52 lf-activate-venv: SKIPPING 08:28:52 INFO: No Stack... 08:28:54 INFO: Retrieving Pricing Info for: v1-standard-2 08:28:54 INFO: Archiving Costs [Pipeline] echo 08:28:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:28:55 ---> logs-deploy.sh 08:28:55 lf-activate-venv: SKIPPING 08:28:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3178/4 08:28:55 INFO: archiving workspace using pattern(s): 08:28:59 Archives upload complete. 08:28:59 INFO: archiving logs to Nexus