Discovery Result

postgresql
Array
(
    [0] => SELECT 
			rpms.path AS rpms_path,
			repofiles.file AS repofiles_file,
			-- repofilesnapshots.discoveries_id AS repofiles_discoveries_id,
			snapshots.snapshot AS snapshots_snapshot,
			snapshots.vendor AS snapshots_vendor,
			reposections.repoid,
			reposections.baseurl,
			reposections.mirrorlist,
			reposections.metalink,
			reposectiondownloads.literalurl,
			reposectiondownloads.results_ts,
			repomdxmls.hashid,
			repomdxmlmirrors.vendor AS mirror_vendor,
			repomdxmlmirrors.path AS mirror_path,
			mirror_snapshots.snapshot AS mirror_snapshot
		-- WE HAVE AN RPM WITH A SECTION FILE THAT WE'RE PROCESSING SO WE FIND THAT FIRST.
		FROM rpms
		JOIN repofiles ON 
			    rpms.path = 'repos/yum/common/redhat/rhel-9.0-x86_64/pgdg-redhat-repo-42.0-63.rhel9PGDG.noarch.rpm'
			AND rpms.sha256 = 'f3dc8595703b95b4b0fbf5885d24bd8aea02fc65117a6e0bd9a5ae62560aaf74'
			AND rpms.id = repofiles.rpms_id
	 		AND repofiles.file = './etc/yum.repos.d/pgdg-redhat-all.repo'
		JOIN repofilesnapshots ON 
			repofiles.id = repofilesnapshots.repofiles_id
			-- AND discoveries_id = NULL
		JOIN snapshots ON 
			rpms.vendor = snapshots.vendor
			AND repofilesnapshots.snapshots_id = snapshots.id
			AND snapshots.vendor = 'postgresql'
			-- We're actually interested in the most recent snapshot with
			-- matching repomd.xml files up to but not later than the snapshot
			-- specified.
			AND snapshots.snapshot <= 'canonical.2026-05-16T12:04:24Z.syncCrawlTree.rg_action'
			AND snapshots.snapshot like 'canonical%'
		JOIN reposections ON 
			reposections.repofiles_id = repofiles.id 
  		AND reposections.repoid = 'pgdg-rhel9-extras-testing-source'
		JOIN reposectiondownloads ON
			reposections.id = reposectiondownloads.reposections_id
			AND snapshots.id = reposectiondownloads.snapshots_id
			-- note that reposectiondownloads can be multiple when multiple attempts were 
			-- made to resolve/download repomd.xml, resulting in different literalurl values.
		JOIN repomdxmls ON
			repomdxmls.id = reposectiondownloads.repomdxmls_id
		LEFT OUTER JOIN 
			(
			repomdxmlmirrors JOIN repomdxmlmirrorsnapshots ON
				repomdxmlmirrors.id = repomdxmlmirrorsnapshots.repomdxmlmirrors_id
			JOIN snapshots mirror_snapshots ON 
				repomdxmlmirrorsnapshots.snapshots_id = mirror_snapshots.id
				AND repomdxmlmirrors.vendor = mirror_snapshots.vendor 
				-- AND mirror_snapshots.ts <= snapshots.ts 
			) ON 
			repomdxmlmirrors.repomdxmls_id = repomdxmls.id
		ORDER BY
			snapshots.ts DESC,
			mirror_snapshots.ts DESC
		LIMIT
			1
)
Called by /home/rgdev/bin/include/repomogrify.php:374
Parent: 2026-05-16T05:15:46Z
id 86524
Fetched 2026-05-16T05:15:46Z
Kind repomdxml
Literal URL https://dnf-srpms.postgresql.org/srpms/testing/extras/redhat/rhel-9-x86_64/repodata/repomd.xml
Status ok
Headers HTTP/1.0 200
Content-Type: text/xml
Content-Length: 3077
Connection: close
Date: Sat, 16 May 2026 00:33:57 GMT
Last-Modified: Thu, 07 May 2026 21:23:31 GMT
ETag: "4996c6ab4c656027b2fe5817b6e64b29"
Server: AmazonS3
X-Cache: Miss from cloudfront
Via: 1.1 cb388bd211d74501b42f8d7e6127d4ac.cloudfront.net (CloudFront)
X-Amz-Cf-Pop: SFO53-P4
X-Amz-Cf-Id: gYY4P7ogaoDKhSWunysIZnTRgav_7VoNxpiGbdhgStVOjyM4Ia5A_A==
Strict-Transport-Security: max-age=31536000
Content repomdxml
Error Code ConnectionTimeout
Recycled 2026-05-16T00:33:56Z
Sha256 b623048bb83f45ac67bbd57e5d462b2ec774d4c4e861b0e92389287b01db35d1
Verif Mirror