-
Bug
-
Resolution: Unresolved
-
Minor
Pipeline code used:
stage('run-puppet') { node('unixaws') { puppet.credentials 'puppet-access-token' puppet_environment = props.SystemName + '_epixftp_'+ props.AppEnv + '_v' + app_prop.TFS_CHANGESET + '_p' + git_prop.PUPPET_SHORT_COMMIT + '_' + env.Build_Number puppet_env = 'epixftp_'+ props.AppEnv + '_v' + app_prop.TFS_CHANGESET + '_p' + git_prop.PUPPET_SHORT_COMMIT + '_' + env.Build_Number print puppet_environment // puppet 2016.5+ implements new endpoint that can query if nodes are ready // get_nodes = puppet.query 'nodes[certname] { certname in inventory[certname] { trusted.extensions.pp_environment = "blog_master" }}' // puppet.waitForNodes($get_nodes) // until then need to use waitUntil with a puppet query waitUntil { /* bash-3.2$ curl -X GET 'https://puppetdb:8081/pdb/query/v4' -H "X-Authentication: $(cat ~/.puppetlabs/token)" --tlsv1 --cacert /etc/puppetlabs/puppet/ssl/certs/ca.pem -d 'query=inventory[certname]{trusted.extensions.pp_environment = "epixftp_ops_v59467_pee54aa1"}' [{"certname":"i-0e15582deeac91577"},{"certname":"i-0d4a00b0d42d27e0f"}]bash-3.2$ bash-3.2$ curl -X GET 'https://puppetdb:8081/pdb/query/v4' -H "X-Authentication: $(cat ~/.puppetlabs/token)" --tlsv1 --cacert /etc/puppetlabs/puppet/ssl/certs/ca.pem --data-urlencode 'query=["from","inventory",["extract", "certname", ["=","trusted.extensions.pp_environment","epixftp_ops_v59467_pee54aa1"]]]' [{"certname":"i-0e15582deeac91577"},{"certname":"i-0d4a00b0d42d27e0f"}]bash-3.2$ */ try { // current jenkins puppet plugin has one endpoint so until supports different hostname for puppetdb, need to use curl to query // puppet.query 'nodes[certname] { certname in inventory[certname] { trusted.extensions.pp_environment = "blog_master" }}' withCredentials([string(credentialsId: 'puppet-access-token', variable: 'TOKEN')]) { sh ("curl -k -s -X GET 'https://puppetdb:8081/pdb/query/v4' -H \"X-Authentication: $TOKEN\" --tlsv1 -d \"query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = \\\"${puppet_env}\\\"} and latest_report? = true }\" | jq length | grep 2") } return true } catch(Exception e) { return false } } puppet.job puppet_environment // Removing this as we are setting puppet.credentials above, credentials:'puppet-access-token' } }
job Console output:
[Pipeline] { (run-puppet) [Pipeline] node Running on unixaws in /home/centos/ap/jenkins/workspace/ePix/ftp/development/infrastructure@2 [Pipeline] { [Pipeline] echo epix_epixftp_dev_v59467_p4c9787f_261 [Pipeline] waitUntil [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 0.25 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + jq length + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 0.3 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 + jq length [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 0.36 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + jq length + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 0.43 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 + jq length [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 0.51 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 0.62 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 0.74 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 + jq length [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 0.89 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 1 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 + jq length [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 1.2 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 + jq length [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 1.5 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 + jq length [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 1.8 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 + jq length [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 2.2 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 2.6 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + jq length + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 3.1 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 + jq length [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 3.8 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 4.6 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 5.5 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 6.6 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 7.9 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 9.5 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 + jq length [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 11 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 13 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 + jq length [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 15 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + jq length + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 15 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 15 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 15 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 + jq length [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 15 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + grep 2 + jq length [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 15 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 15 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + jq length + grep 2 + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' [Pipeline] } [Pipeline] // withCredentials [Pipeline] } Will try again after 15 sec [Pipeline] { [Pipeline] withCredentials [Pipeline] { [Pipeline] sh [infrastructure@2] Running shell script + curl -k -s -X GET https://puppetdb:8081/pdb/query/v4 -H 'X-Authentication: ****' --tlsv1 -d 'query=reports[certname]{certname in inventory[certname]{trusted.extensions.pp_environment = "epixftp_dev_v59467_p4c9787f_261"} and latest_report? = true }' + jq length + grep 2 2 [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // waitUntil [Pipeline] puppetJob Successfully started Puppet job 107 [Pipeline] error [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] mail [Pipeline] } [Pipeline] // load [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline ERROR: You found a bug! The Puppet Enterprise plugin received something in a job report it wasn't expecting. Please file a ticket here: https://issues.jenkins-ci.org/browse/JENKINS-42899?jql=project%20%3D%20JENKINS%20AND%20component%20%3D%20'puppet-enterprise-pipeline-plugin' Include the following information: Exception Type: NullPointerException Exception Message: null Finished: FAILURE
Status of puppet job 107
gitlab/epix-puppet - [dev●] » puppet job show 107 Status: finished Start time: 2018-Jan-30 14:15:40 Finish time: 2018-Jan-30 14:16:20 Duration: 40 sec User: cdenneen Environment: epix_epixftp_dev_v59467_p4c9787f_261 Nodes: 2 Target: No Target, creating jobs without a target is not supported with the 'puppet job' command. COMPLETED RUNS (2/2) -------------------------------------------------------------------------- i-0e061fbccd5b1260d Resource events: 0 failed 10 changed 521 unchanged 0 skipped 0 noop Report: https://puppet-console/#/cm/report/c0fe43e68e39965ca567243380ba008fefe2c923 i-0e8c71c5bebc57bcb Resource events: unknown
puppetdb log
puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:11:18 -0500] "GET /pdb/query/v4/nodes/i-0e8c71c5bebc57bcb/facts HTTP/1.1" 404 72 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 65 puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:11:19 -0500] "GET /pdb/query/v4/nodes/i-0e8c71c5bebc57bcb/facts HTTP/1.1" 404 72 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 51 puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:11:38 -0500] "POST /pdb/cmd/v1?checksum=2d785a1ce04ff777b368912db3be34dafe720191&version=5&certname=i-0e8c71c5bebc57bcb&command=replace_facts HTTP/1.1" 200 53 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 4 puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:11:46 -0500] "GET /pdb/query/v4/resources?query=%5B%22and%22%2C%5B%22%3D%22%2C%22type%22%2C%22Sshkey%22%5D%2C%5B%22%3D%22%2C%22exported%22%2Ctrue%5D%2C%5B%22not%22%2C%5B%22%3D%22%2C%22certname%22%2C%22i-0e8c71c5bebc57bcb%22%5D%5D%5D HTTP/1.1" 200 40689 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 146 puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:11:48 -0500] "GET /pdb/query/v4/resources?query=%5B%22and%22%2C%5B%22%3D%22%2C%22type%22%2C%22Sshkey%22%5D%2C%5B%22%3D%22%2C%22exported%22%2Ctrue%5D%2C%5B%22not%22%2C%5B%22%3D%22%2C%22certname%22%2C%22i-0e8c71c5bebc57bcb%22%5D%5D%5D HTTP/1.1" 200 40689 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 126 puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:11:49 -0500] "GET /pdb/query/v4/resources?query=%5B%22and%22%2C%5B%22%3D%22%2C%22type%22%2C%22Sshkey%22%5D%2C%5B%22%3D%22%2C%22exported%22%2Ctrue%5D%2C%5B%22not%22%2C%5B%22%3D%22%2C%22certname%22%2C%22i-0e8c71c5bebc57bcb%22%5D%5D%5D HTTP/1.1" 200 40689 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 163 puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:11:50 -0500] "POST /pdb/cmd/v1?checksum=1d58b3c50fbed1fb1c67510927b33368feec059d&version=9&certname=i-0e8c71c5bebc57bcb&command=replace_catalog HTTP/1.1" 200 53 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 24 puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:15:24 -0500] "POST /pdb/cmd/v1?checksum=b6437a2819970db77d99d23f58aab31e4da4cc7a&version=8&certname=i-0e8c71c5bebc57bcb&command=store_report HTTP/1.1" 200 53 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 30 puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:15:53 -0500] "POST /pdb/cmd/v1?checksum=9875f07ebf7a0f6221787e8914143a1e2fadb0fc&version=5&certname=i-0e8c71c5bebc57bcb&command=replace_facts HTTP/1.1" 200 53 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 4 puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:16:01 -0500] "GET /pdb/query/v4/resources?query=%5B%22and%22%2C%5B%22%3D%22%2C%22type%22%2C%22Sshkey%22%5D%2C%5B%22%3D%22%2C%22exported%22%2Ctrue%5D%2C%5B%22not%22%2C%5B%22%3D%22%2C%22certname%22%2C%22i-0e8c71c5bebc57bcb%22%5D%5D%5D HTTP/1.1" 200 40689 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 142 puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:16:03 -0500] "GET /pdb/query/v4/resources?query=%5B%22and%22%2C%5B%22%3D%22%2C%22type%22%2C%22Sshkey%22%5D%2C%5B%22%3D%22%2C%22exported%22%2Ctrue%5D%2C%5B%22not%22%2C%5B%22%3D%22%2C%22certname%22%2C%22i-0e8c71c5bebc57bcb%22%5D%5D%5D HTTP/1.1" 200 40689 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 126 puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:16:04 -0500] "GET /pdb/query/v4/resources?query=%5B%22and%22%2C%5B%22%3D%22%2C%22type%22%2C%22Sshkey%22%5D%2C%5B%22%3D%22%2C%22exported%22%2Ctrue%5D%2C%5B%22not%22%2C%5B%22%3D%22%2C%22certname%22%2C%22i-0e8c71c5bebc57bcb%22%5D%5D%5D HTTP/1.1" 200 40689 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 125 puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:16:05 -0500] "POST /pdb/cmd/v1?checksum=5194858e0a8f821bddb9e5b2ccf64a002c6f5c87&version=9&certname=i-0e8c71c5bebc57bcb&command=replace_catalog HTTP/1.1" 200 53 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 25 puppetdb-access.log:10.1.57.23 - - [30/Jan/2018:14:16:18 -0500] "POST /pdb/cmd/v1?checksum=afe622c835ba26742b07ab026da14486491ee036&version=8&certname=i-0e8c71c5bebc57bcb&command=store_report HTTP/1.1" 200 53 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 13 puppetdb-access.log:10.1.57.26 - - [30/Jan/2018:14:27:54 -0500] "GET /pdb/query/v4/nodes/i-0e8c71c5bebc57bcb/facts?order_by=%5B%7B%22field%22%3A%22name%22%2C%22order%22%3A%22asc%22%7D%5D&include_total=true HTTP/1.1" 200 29166 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 209 puppetdb-access.log:10.1.57.26 - - [30/Jan/2018:14:27:55 -0500] "GET /pdb/query/v4/reports?query=%5B%22extract%22%2C%5B%22hash%22%2C%22end_time%22%2C%22status%22%2C%22noop%22%2C%22noop_pending%22%2C%22cached_catalog_status%22%2C%22corrective_change%22%2C%22metrics%22%5D%2C%5B%22%3D%22%2C%22certname%22%2C%22i-0e8c71c5bebc57bcb%22%5D%5D&order_by=%5B%7B%22field%22%3A%22end_time%22%2C%22order%22%3A%22desc%22%7D%5D&limit=50&offset=0&include_total=true HTTP/1.1" 200 6195 "-" "Apache-HttpAsyncClient/4.1.1 (Java/1.8.0_131)" 135 puppetdb.log:2018-01-30 14:11:43,730 INFO [p.p.command] [46f03608-081a-4b8b-a182-b901eb6d4b4d] [5314 ms] [replace facts] i-0e8c71c5bebc57bcb puppetdb.log:2018-01-30 14:12:21,348 INFO [p.p.command] [e7b40e62-a443-4cc7-afcb-512c88646b8e] [21055 ms] [replace catalog] i-0e8c71c5bebc57bcb puppetdb.log:2018-01-30 14:15:32,653 INFO [p.p.command] [4396b64d-57fc-4a76-b672-735f0336bf18] [7710 ms] [store report] puppet v4.10.1 - i-0e8c71c5bebc57bcb puppetdb.log:2018-01-30 14:15:55,107 INFO [p.p.command] [3f146e46-bd28-4a79-af18-24aa99d2bc42] [976 ms] [replace facts] i-0e8c71c5bebc57bcb puppetdb.log:2018-01-30 14:16:05,792 INFO [p.p.command] [4fb7d46e-974f-488e-b264-15ebce24c614] [197 ms] [replace catalog] i-0e8c71c5bebc57bcb puppetdb.log:2018-01-30 14:16:20,654 INFO [p.p.command] [67d7214e-0b66-419d-85c4-ee4944befda5] [509 ms] [store report] puppet v4.10.1 - i-0e8c71c5bebc57bcb