2022-10-27T14:03:26 [I|app|94fd8d3b] Started GET "/discovered_hosts?search=facts.architecture%3Dx86_64&page=1" for 10.30.39.12 at 2022-10-27 14:03:26 +0200 2022-10-27T14:03:26 [I|app|94fd8d3b] Processing by DiscoveredHostsController#index as HTML 2022-10-27T14:03:26 [I|app|94fd8d3b] Parameters: {"search"=>"facts.architecture=x86_64", "page"=>"1"} 2022-10-27T14:03:26 [D|sql|94fd8d3b] Setting Load (0.7ms) SELECT "settings".* FROM "settings" WHERE "settings"."category" = $1 AND "settings"."value" IS NOT NULL AND (updated_at >= '2022-10-27 12:02:02.509811') [["category", "Setting"]] 2022-10-27T14:03:26 [D|sql|94fd8d3b] User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 4], ["LIMIT", 1]] 2022-10-27T14:03:26 [D|sql|94fd8d3b] AuthSource Load (0.6ms) SELECT "auth_sources".* FROM "auth_sources" WHERE "auth_sources"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] 2022-10-27T14:03:26 [D|tax|94fd8d3b] Current location set to none 2022-10-27T14:03:26 [D|sql|94fd8d3b] Organization Load (0.6ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 AND "taxonomies"."id" = $2 ORDER BY "taxonomies"."title" ASC LIMIT $3 [["type", "Organization"], ["id", 33], ["LIMIT", 1]] 2022-10-27T14:03:26 [D|tax|94fd8d3b] Current organization set to xxxxx 2022-10-27T14:03:26 [D|sql|94fd8d3b] (0.7ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE "taxonomies"."type" = $1 LIMIT $2 [["type", "Location"], ["LIMIT", 1]] 2022-10-27T14:03:26 [D|sql|94fd8d3b] (0.6ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE "taxonomies"."type" = $1 LIMIT $2 [["type", "Organization"], ["LIMIT", 1]] 2022-10-27T14:03:26 [D|sql|94fd8d3b] (0.8ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:03:26 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:03:26 [D|sql|94fd8d3b] Host::Discovered Exists? (0.6ms) SELECT 1 AS one FROM "hosts" WHERE "hosts"."type" = $1 AND "hosts"."organization_id" = $2 AND "hosts"."organization_id" = $3 LIMIT $4 [["type", "Host::Discovered"], ["organization_id", 33], ["organization_id", 33], ["LIMIT", 1]] 2022-10-27T14:03:26 [D|sql|94fd8d3b] TablePreference Load (0.7ms) SELECT "table_preferences".* FROM "table_preferences" WHERE "table_preferences"."user_id" = $1 AND "table_preferences"."name" = $2 LIMIT $3 [["user_id", 4], ["name", "discovered_hosts"], ["LIMIT", 1]] 2022-10-27T14:03:26 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:03:26 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:03:26 [D|app|94fd8d3b] Rendering layout layouts/application.html.erb 2022-10-27T14:03:26 [D|app|94fd8d3b] Rendering /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/index.html.erb within layouts/application 2022-10-27T14:07:11 [D|sql|94fd8d3b] Host::Discovered Load (224808.5ms) SELECT "hosts".* FROM "hosts" INNER JOIN "fact_values" fact_values_593092 ON (hosts.id = fact_values_593092.host_id) 94fd8d3b | INNER JOIN "fact_names" fact_names_593092 ON (fact_names_593092.id = fact_values_593092.fact_name_id) WHERE "hosts"."type" = $1 AND "hosts"."organization_id" = $2 AND "hosts"."organization_id" = $3 AND ((fact_names_593092."name" = 'architecture') AND ("hosts"."id" IN (SELECT "host_id" FROM "fact_values" WHERE "fact_values_593092"."value" = 'x86_64' ))) ORDER BY "hosts"."created_at" DESC NULLS LAST LIMIT $4 OFFSET $5 [["type", "Host::Discovered"], ["organization_id", 33], ["organization_id", 33], ["LIMIT", 100], ["OFFSET", 0]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] Location Load (1.1ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 AND "taxonomies"."id" IN ($2, $3, $4, $5, $6) ORDER BY "taxonomies"."title" ASC [["type", "Location"], ["id", 49], ["id", 29], ["id", 50], ["id", 23], ["id", 51]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] Organization Load (0.9ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 AND "taxonomies"."id" = $2 ORDER BY "taxonomies"."title" ASC [["type", "Organization"], ["id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] Model Load (0.8ms) SELECT "models".* FROM "models" WHERE "models"."id" IN ($1, $2, $3, $4, $5) ORDER BY models.name [["id", 1], ["id", 51], ["id", 58], ["id", 52], ["id", 12]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] DiscoveryAttributeSet Load (1.1ms) SELECT "discovery_attribute_sets".* FROM "discovery_attribute_sets" WHERE "discovery_attribute_sets"."host_id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100) [["host_id", 14641], ["host_id", 14640], ["host_id", 14639], ["host_id", 14633], ["host_id", 14632], ["host_id", 14631], ["host_id", 14630], ["host_id", 14629], ["host_id", 14628], ["host_id", 14627], ["host_id", 14626], ["host_id", 14625], ["host_id", 14624], ["host_id", 14623], ["host_id", 14622], ["host_id", 14621], ["host_id", 14611], ["host_id", 14610], ["host_id", 14597], ["host_id", 14596], ["host_id", 14584], ["host_id", 14583], ["host_id", 14564], ["host_id", 14563], ["host_id", 14547], ["host_id", 14545], ["host_id", 14544], ["host_id", 14543], ["host_id", 14542], ["host_id", 14541], ["host_id", 14540], ["host_id", 14539], ["host_id", 14530], ["host_id", 14529], ["host_id", 14527], ["host_id", 14526], ["host_id", 14525], ["host_id", 14524], ["host_id", 14522], ["host_id", 14521], ["host_id", 14520], ["host_id", 14519], ["host_id", 14518], ["host_id", 14517], ["host_id", 14514], ["host_id", 14513], ["host_id", 14512], ["host_id", 14511], ["host_id", 14505], ["host_id", 14503], ["host_id", 14500], ["host_id", 14497], ["host_id", 14496], ["host_id", 14495], ["host_id", 14494], ["host_id", 14491], ["host_id", 14487], ["host_id", 14486], ["host_id", 14480], ["host_id", 14477], ["host_id", 14476], ["host_id", 14474], ["host_id", 14473], ["host_id", 14468], ["host_id", 14467], ["host_id", 14466], ["host_id", 14458], ["host_id", 14454], ["host_id", 14452], ["host_id", 14447], ["host_id", 14445], ["host_id", 14444], ["host_id", 14443], ["host_id", 14442], ["host_id", 14441], ["host_id", 14440], ["host_id", 14439], ["host_id", 14438], ["host_id", 14437], ["host_id", 14436], ["host_id", 14435], ["host_id", 14434], ["host_id", 14433], ["host_id", 14432], ["host_id", 14431], ["host_id", 14430], ["host_id", 14429], ["host_id", 14428], ["host_id", 14427], ["host_id", 14426], ["host_id", 14425], ["host_id", 14424], ["host_id", 14423], ["host_id", 14422], ["host_id", 14421], ["host_id", 14420], ["host_id", 14419], ["host_id", 14418], ["host_id", 14417], ["host_id", 14416]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] Nic::Base Load (8.1ms) SELECT "nics".* FROM "nics" WHERE "nics"."host_id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20, $21, $22, $23, $24, $25, $26, $27, $28, $29, $30, $31, $32, $33, $34, $35, $36, $37, $38, $39, $40, $41, $42, $43, $44, $45, $46, $47, $48, $49, $50, $51, $52, $53, $54, $55, $56, $57, $58, $59, $60, $61, $62, $63, $64, $65, $66, $67, $68, $69, $70, $71, $72, $73, $74, $75, $76, $77, $78, $79, $80, $81, $82, $83, $84, $85, $86, $87, $88, $89, $90, $91, $92, $93, $94, $95, $96, $97, $98, $99, $100) ORDER BY "nics"."identifier" ASC [["host_id", 14641], ["host_id", 14640], ["host_id", 14639], ["host_id", 14633], ["host_id", 14632], ["host_id", 14631], ["host_id", 14630], ["host_id", 14629], ["host_id", 14628], ["host_id", 14627], ["host_id", 14626], ["host_id", 14625], ["host_id", 14624], ["host_id", 14623], ["host_id", 14622], ["host_id", 14621], ["host_id", 14611], ["host_id", 14610], ["host_id", 14597], ["host_id", 14596], ["host_id", 14584], ["host_id", 14583], ["host_id", 14564], ["host_id", 14563], ["host_id", 14547], ["host_id", 14545], ["host_id", 14544], ["host_id", 14543], ["host_id", 14542], ["host_id", 14541], ["host_id", 14540], ["host_id", 14539], ["host_id", 14530], ["host_id", 14529], ["host_id", 14527], ["host_id", 14526], ["host_id", 14525], ["host_id", 14524], ["host_id", 14522], ["host_id", 14521], ["host_id", 14520], ["host_id", 14519], ["host_id", 14518], ["host_id", 14517], ["host_id", 14514], ["host_id", 14513], ["host_id", 14512], ["host_id", 14511], ["host_id", 14505], ["host_id", 14503], ["host_id", 14500], ["host_id", 14497], ["host_id", 14496], ["host_id", 14495], ["host_id", 14494], ["host_id", 14491], ["host_id", 14487], ["host_id", 14486], ["host_id", 14480], ["host_id", 14477], ["host_id", 14476], ["host_id", 14474], ["host_id", 14473], ["host_id", 14468], ["host_id", 14467], ["host_id", 14466], ["host_id", 14458], ["host_id", 14454], ["host_id", 14452], ["host_id", 14447], ["host_id", 14445], ["host_id", 14444], ["host_id", 14443], ["host_id", 14442], ["host_id", 14441], ["host_id", 14440], ["host_id", 14439], ["host_id", 14438], ["host_id", 14437], ["host_id", 14436], ["host_id", 14435], ["host_id", 14434], ["host_id", 14433], ["host_id", 14432], ["host_id", 14431], ["host_id", 14430], ["host_id", 14429], ["host_id", 14428], ["host_id", 14427], ["host_id", 14426], ["host_id", 14425], ["host_id", 14424], ["host_id", 14423], ["host_id", 14422], ["host_id", 14421], ["host_id", 14420], ["host_id", 14419], ["host_id", 14418], ["host_id", 14417], ["host_id", 14416]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] Location Load (0.7ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] (0.7ms) SELECT "subnets"."id" FROM "subnets" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "subnets"."id" FROM "subnets" 2022-10-27T14:07:11 [D|sql|94fd8d3b] Subnet Load (1.0ms) SELECT "subnets".* FROM "subnets" WHERE (subnets.id IN (10,11,12,32,30,33,34,38,1,25,2,3,4,5,6,7,8,9)) AND "subnets"."type" = $1 AND "subnets"."id" IN ($2, $3, $4, $5, $6) ORDER BY "subnets"."vlanid" ASC [["type", "Subnet::Ipv4"], ["id", 3], ["id", 34], ["id", 33], ["id", 38], ["id", 9]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 6.7ms | Allocations: 1335) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] (1.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] (1.2ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] Organization Load (0.6ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 22.6ms | Allocations: 4417) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.2ms | Allocations: 1018) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.1ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 11.5ms | Allocations: 3855) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 4.7ms | Allocations: 999) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.1ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.1ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 27.4ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1000) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.5ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.0ms | Allocations: 1005) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.7ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1005) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.0ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.0ms | Allocations: 998) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.7ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1005) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.2ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.0ms | Allocations: 998) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 9.7ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.6ms | Allocations: 1005) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.7ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.3ms | Allocations: 998) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.9ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.3ms | Allocations: 998) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 9.0ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.3ms | Allocations: 998) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.9ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.6ms | Allocations: 1005) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 10.9ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 3.7ms | Allocations: 998) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.1ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.1ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 59.8ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1007) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 12.0ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 4.2ms | Allocations: 998) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.1ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 18.9ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 3.7ms | Allocations: 1005) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 18.4ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 3.6ms | Allocations: 995) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 17.9ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 3.6ms | Allocations: 995) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.1ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 16.3ms | Allocations: 3854) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.7ms | Allocations: 1043) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 9.1ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1042) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.8ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.8ms | Allocations: 1047) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.3ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.7ms | Allocations: 1045) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.0ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.7ms | Allocations: 1045) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.7ms | Allocations: 3853) 2022-10-27T14:07:11 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 4.8ms | Allocations: 1042) 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:11 [D|sql|94fd8d3b] CACHE (0.1ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.1ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.1ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.1ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 29.2ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 5.7ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.1ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 16.9ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.2ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.2ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.6ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.8ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.5ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.4ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.8ms | Allocations: 1049) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.2ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.0ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 9.5ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.1ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.7ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.5ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.8ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.8ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 13.2ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.4ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 10.4ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.7ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 9.1ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.0ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.9ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.2ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.6ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.8ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.0ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.6ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.6ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.3ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.6ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.3ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.9ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.2ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.7ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.6ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.8ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.0ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.8ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.6ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.8ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.0ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 9.3ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.8ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.6ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.1ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.2ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.6ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.0ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.3ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.9ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.2ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.6ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.0ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.3ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.2ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.0ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.5ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.1ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 14.3ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 4.4ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 18.1ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 3.3ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.4ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.7ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.4ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.7ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.5ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.1ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.8ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.0ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.3ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.1ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.5ms | Allocations: 1043) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 6.8ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.9ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.3ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.1ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.7ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 6.7ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.6ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 6.7ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.7ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 6.9ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.8ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.0ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.2ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.4ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.8ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.4ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.9ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.7ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.5ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.9ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 5.0ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 25.2ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.9ms | Allocations: 1044) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.7ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.0ms | Allocations: 1043) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.1ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.2ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.0ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.0ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.8ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.7ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.8ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.3ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.8ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.0ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.8ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.2ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 1.8ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.1ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.0ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 8.3ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.8ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 13.7ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 3.5ms | Allocations: 1042) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 10.2ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.0ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.6ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.8ms | Allocations: 3853) 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host.html.erb (Duration: 2.1ms | Allocations: 1045) 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "hostgroups"."id" FROM "hostgroups" 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE (("taxonomies"."ancestry" LIKE '33/%' OR "taxonomies"."ancestry" = '33') OR "taxonomies"."id" = 33) ORDER BY "taxonomies"."title" ASC 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE (0.0ms) SELECT DISTINCT "taxable_taxonomies"."taxable_id" FROM "taxable_taxonomies" WHERE "taxable_taxonomies"."taxable_type" = $1 AND "taxable_taxonomies"."taxonomy_id" = $2 [["taxable_type", "Hostgroup"], ["taxonomy_id", 33]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Organization Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Organization"]] 2022-10-27T14:07:12 [D|sql|94fd8d3b] CACHE Location Load (0.0ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 ORDER BY "taxonomies"."title" ASC [["type", "Location"]] 2022-10-27T14:07:12 [D|app|94fd8d3b] Rendered /usr/share/gems/gems/foreman_discovery-21.0.1/app/views/discovered_hosts/_discovered_host_modal.html.erb (Duration: 7.6ms | Allocations: 3