<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in freebsdci</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>14d5c13a89269862b51ef2a7f190b0d28cfbf8a2 - tests/ci: Collect environment information</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#14d5c13a89269862b51ef2a7f190b0d28cfbf8a2</link>
        <description>tests/ci: Collect environment informationFor reproducing errors or test results it is important to gatherenvironment information. These environments are divided into two parts.One part is in which environment the artifacts were built into and thesecond part is in which environment the tests were run.This patch collects thesee information and saves into a .env file inthe metadir. After this patch lands we will also need to change ourjenkins job where we are uploading the artifact to a central location.This environment file should also be stored along with the artifact.For easier location the image basename and the environment basename arekept same.Approved by:	lwhsuMFC after:	3 daysSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D54247

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Tue, 16 Dec 2025 09:24:55 +0000</pubDate>
        <dc:creator>Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92a7f2d577630d670643f855a1d123a2260102af - tests/ci: Add KYUA_TEST_FILTERS to allow user to select specific tests</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#92a7f2d577630d670643f855a1d123a2260102af</link>
        <description>tests/ci: Add KYUA_TEST_FILTERS to allow user to select specific testsSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D51306

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Wed, 13 Aug 2025 20:09:32 +0000</pubDate>
        <dc:creator>Siva Mahadevan &lt;me@svmhdvn.name&gt;</dc:creator>
    </item>
<item>
        <title>57f725a6a6c19b12015854589764babe58252155 - tests/ci: fix missing /usr/local/{sbin,bin} in freebsdci rc PATH</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#57f725a6a6c19b12015854589764babe58252155</link>
        <description>tests/ci: fix missing /usr/local/{sbin,bin} in freebsdci rc PATHCurrently, a lot of tests report &apos;skipped&apos; due to missing binariesin the PATH. The real issue is that /etc/rc forcibly restricts thePATH to the base system only.This patch re-enables a large chunk of skipped tests by addingthe missing LOCALBASE directories to the PATH so that Kyua candiscover third-party packages. It also fixes some minor rc scriptingstyle as per the official freebsd scripting guide[0].[0] https://docs.freebsd.org/en/articles/rc-scriptingSigned-off-by: Siva Mahadevan &lt;me@svmhdvn.name&gt;Sponsored by: The FreeBSD FoundationApproved by:	lwhsuDifferential Revision:	https://reviews.freebsd.org/D51303

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Wed, 16 Jul 2025 20:15:33 +0000</pubDate>
        <dc:creator>Siva Mahadevan &lt;me@svmhdvn.name&gt;</dc:creator>
    </item>
<item>
        <title>f6e5bcd4716c2974c7ceb1fbbfc0ef8db8e13d8b - tests/ci: run ci-full kyua tests in parallel</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#f6e5bcd4716c2974c7ceb1fbbfc0ef8db8e13d8b</link>
        <description>tests/ci: run ci-full kyua tests in parallelBy default, use all available cpus given to the VM. This can becontrolled with the already available PARALLEL_JOBS make variable.Signed-off-by: Siva Mahadevan &lt;me@svmhdvn.name&gt;Pull Request:	https://github.com/freebsd/freebsd-src/pull/1754

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Fri, 04 Jul 2025 14:16:09 +0000</pubDate>
        <dc:creator>Siva Mahadevan &lt;me@svmhdvn.name&gt;</dc:creator>
    </item>
<item>
        <title>c08f5ad160bf7c844677e1960b1a882d492006f8 - CI: Add full test support</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#c08f5ad160bf7c844677e1960b1a882d492006f8</link>
        <description>CI: Add full test supportThe patch adds support for running full tests in the local CIEnvironment. New features added:- New target `ci-full` which runs the full test. This is also the  default now- Renamed the previous target `ci-smokeit` to `ci-smoke`- Unlike previous if the available memory is more than 16G a default of  8G will be used- Removed some unnecessary debug messages- Added `dummybuf` kernel module to the list of modules to be loaded on  the VMThe features that can be tested:`make TARGET=&lt;TARGET&gt; TARGET_ARCH=&lt;TARGET_ARCH&gt; CITYPE=full ci``make TARGET=&lt;TARGET&gt; TARGET_ARCH=&lt;TARGET_ARCH&gt; ci` is also the same asabove as CITYPE full is the default nowApproved by:	lwhsuSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D48015

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Wed, 30 Apr 2025 08:14:31 +0000</pubDate>
        <dc:creator>Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb9d4bb1fbb9ac0eb9f211656e91f9d5254c166c - Add preliminary in-tree CI infrastructure for developers</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#cb9d4bb1fbb9ac0eb9f211656e91f9d5254c166c</link>
        <description>Add preliminary in-tree CI infrastructure for developersThe goal of this project is to integrate the relevant scripts from theFreeBSD-CI project (https://github.com/freebsd/freebsd-ci) into the srcrepository. This allows developers to run the test suite similar to howit is executed on ci.freebsd.org, and eventually, have it directly usedby our CI system. This effort is also part of the workflow improvementproject, aiming to incorporate pre-merge testing.Current Features:* Does smoke tests using either bhyve(amd64 only) or qemu(Non x86_64 or  when defined USE_QEMU=1). Currently defined CITYPE=smoke. Once we have  added full tests we can also utilize something like CITYPE=full* Most of the resources are dynamically allocated based on available  resources in the host* If CPU supports POPCNT or vmm can be loaded then bhyve is used for  amd64 otherwise automatically installs and uses qemu@nox11* When required third party applications or packages for booting non-x86  images are automatically installedCurrent Limitation:* Does not support full tests like the one in our Jenkins* At this moment this is also not suitable to be used in our Jenkins  platform as the jobs are divided in multiple smaller tasks and  artifacts are moved here and there which are not exactly the scenario  for individual developers.Future Works:* Add full tests like the one in ci.freebsd.org* Add different tests or options to disable some tests* Add test profiles full* Possibly add test through Cloud Providers like AWS/GCP/Azure or Cirrus  or Github Actions* Update documentationTest Plan:cd /usr/src/tests/cimake cimake TARGET=amd64 TARGET_ARCH=amd64 cimake TARGET=amd64 TARGET_ARCH=amd64 USE_QEMU=1 cimake TARGET=arm64 TARGET_ARCH=aarch64 cimake TARGET=powerpc TARGET_ARCH=powerpc64 cimake TARGET=powerpc TARGET_ARCH=powerpc64le cimake TARGET=riscv TARGET_ARCH=riscv64 ciReviewed by:           lwhsuSponsored by:          The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D43786

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Thu, 18 Apr 2024 17:57:38 +0000</pubDate>
        <dc:creator>Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>14d5c13a89269862b51ef2a7f190b0d28cfbf8a2 - tests/ci: Collect environment information</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#14d5c13a89269862b51ef2a7f190b0d28cfbf8a2</link>
        <description>tests/ci: Collect environment informationFor reproducing errors or test results it is important to gatherenvironment information. These environments are divided into two parts.One part is in which environment the artifacts were built into and thesecond part is in which environment the tests were run.This patch collects thesee information and saves into a .env file inthe metadir. After this patch lands we will also need to change ourjenkins job where we are uploading the artifact to a central location.This environment file should also be stored along with the artifact.For easier location the image basename and the environment basename arekept same.Approved by:	lwhsuMFC after:	3 daysSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D54247

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Tue, 16 Dec 2025 09:24:55 +0000</pubDate>
        <dc:creator>Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92a7f2d577630d670643f855a1d123a2260102af - tests/ci: Add KYUA_TEST_FILTERS to allow user to select specific tests</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#92a7f2d577630d670643f855a1d123a2260102af</link>
        <description>tests/ci: Add KYUA_TEST_FILTERS to allow user to select specific testsSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D51306

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Wed, 13 Aug 2025 20:09:32 +0000</pubDate>
        <dc:creator>Siva Mahadevan &lt;me@svmhdvn.name&gt;</dc:creator>
    </item>
<item>
        <title>57f725a6a6c19b12015854589764babe58252155 - tests/ci: fix missing /usr/local/{sbin,bin} in freebsdci rc PATH</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#57f725a6a6c19b12015854589764babe58252155</link>
        <description>tests/ci: fix missing /usr/local/{sbin,bin} in freebsdci rc PATHCurrently, a lot of tests report &apos;skipped&apos; due to missing binariesin the PATH. The real issue is that /etc/rc forcibly restricts thePATH to the base system only.This patch re-enables a large chunk of skipped tests by addingthe missing LOCALBASE directories to the PATH so that Kyua candiscover third-party packages. It also fixes some minor rc scriptingstyle as per the official freebsd scripting guide[0].[0] https://docs.freebsd.org/en/articles/rc-scriptingSigned-off-by: Siva Mahadevan &lt;me@svmhdvn.name&gt;Sponsored by: The FreeBSD FoundationApproved by:	lwhsuDifferential Revision:	https://reviews.freebsd.org/D51303

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Wed, 16 Jul 2025 20:15:33 +0000</pubDate>
        <dc:creator>Siva Mahadevan &lt;me@svmhdvn.name&gt;</dc:creator>
    </item>
<item>
        <title>f6e5bcd4716c2974c7ceb1fbbfc0ef8db8e13d8b - tests/ci: run ci-full kyua tests in parallel</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#f6e5bcd4716c2974c7ceb1fbbfc0ef8db8e13d8b</link>
        <description>tests/ci: run ci-full kyua tests in parallelBy default, use all available cpus given to the VM. This can becontrolled with the already available PARALLEL_JOBS make variable.Signed-off-by: Siva Mahadevan &lt;me@svmhdvn.name&gt;Pull Request:	https://github.com/freebsd/freebsd-src/pull/1754

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Fri, 04 Jul 2025 14:16:09 +0000</pubDate>
        <dc:creator>Siva Mahadevan &lt;me@svmhdvn.name&gt;</dc:creator>
    </item>
<item>
        <title>c08f5ad160bf7c844677e1960b1a882d492006f8 - CI: Add full test support</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#c08f5ad160bf7c844677e1960b1a882d492006f8</link>
        <description>CI: Add full test supportThe patch adds support for running full tests in the local CIEnvironment. New features added:- New target `ci-full` which runs the full test. This is also the  default now- Renamed the previous target `ci-smokeit` to `ci-smoke`- Unlike previous if the available memory is more than 16G a default of  8G will be used- Removed some unnecessary debug messages- Added `dummybuf` kernel module to the list of modules to be loaded on  the VMThe features that can be tested:`make TARGET=&lt;TARGET&gt; TARGET_ARCH=&lt;TARGET_ARCH&gt; CITYPE=full ci``make TARGET=&lt;TARGET&gt; TARGET_ARCH=&lt;TARGET_ARCH&gt; ci` is also the same asabove as CITYPE full is the default nowApproved by:	lwhsuSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D48015

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Wed, 30 Apr 2025 08:14:31 +0000</pubDate>
        <dc:creator>Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb9d4bb1fbb9ac0eb9f211656e91f9d5254c166c - Add preliminary in-tree CI infrastructure for developers</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#cb9d4bb1fbb9ac0eb9f211656e91f9d5254c166c</link>
        <description>Add preliminary in-tree CI infrastructure for developersThe goal of this project is to integrate the relevant scripts from theFreeBSD-CI project (https://github.com/freebsd/freebsd-ci) into the srcrepository. This allows developers to run the test suite similar to howit is executed on ci.freebsd.org, and eventually, have it directly usedby our CI system. This effort is also part of the workflow improvementproject, aiming to incorporate pre-merge testing.Current Features:* Does smoke tests using either bhyve(amd64 only) or qemu(Non x86_64 or  when defined USE_QEMU=1). Currently defined CITYPE=smoke. Once we have  added full tests we can also utilize something like CITYPE=full* Most of the resources are dynamically allocated based on available  resources in the host* If CPU supports POPCNT or vmm can be loaded then bhyve is used for  amd64 otherwise automatically installs and uses qemu@nox11* When required third party applications or packages for booting non-x86  images are automatically installedCurrent Limitation:* Does not support full tests like the one in our Jenkins* At this moment this is also not suitable to be used in our Jenkins  platform as the jobs are divided in multiple smaller tasks and  artifacts are moved here and there which are not exactly the scenario  for individual developers.Future Works:* Add full tests like the one in ci.freebsd.org* Add different tests or options to disable some tests* Add test profiles full* Possibly add test through Cloud Providers like AWS/GCP/Azure or Cirrus  or Github Actions* Update documentationTest Plan:cd /usr/src/tests/cimake cimake TARGET=amd64 TARGET_ARCH=amd64 cimake TARGET=amd64 TARGET_ARCH=amd64 USE_QEMU=1 cimake TARGET=arm64 TARGET_ARCH=aarch64 cimake TARGET=powerpc TARGET_ARCH=powerpc64 cimake TARGET=powerpc TARGET_ARCH=powerpc64le cimake TARGET=riscv TARGET_ARCH=riscv64 ciReviewed by:           lwhsuSponsored by:          The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D43786

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Thu, 18 Apr 2024 17:57:38 +0000</pubDate>
        <dc:creator>Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>14d5c13a89269862b51ef2a7f190b0d28cfbf8a2 - tests/ci: Collect environment information</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#14d5c13a89269862b51ef2a7f190b0d28cfbf8a2</link>
        <description>tests/ci: Collect environment informationFor reproducing errors or test results it is important to gatherenvironment information. These environments are divided into two parts.One part is in which environment the artifacts were built into and thesecond part is in which environment the tests were run.This patch collects thesee information and saves into a .env file inthe metadir. After this patch lands we will also need to change ourjenkins job where we are uploading the artifact to a central location.This environment file should also be stored along with the artifact.For easier location the image basename and the environment basename arekept same.Approved by:	lwhsuMFC after:	3 daysSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D54247

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Tue, 16 Dec 2025 09:24:55 +0000</pubDate>
        <dc:creator>Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92a7f2d577630d670643f855a1d123a2260102af - tests/ci: Add KYUA_TEST_FILTERS to allow user to select specific tests</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#92a7f2d577630d670643f855a1d123a2260102af</link>
        <description>tests/ci: Add KYUA_TEST_FILTERS to allow user to select specific testsSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D51306

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Wed, 13 Aug 2025 20:09:32 +0000</pubDate>
        <dc:creator>Siva Mahadevan &lt;me@svmhdvn.name&gt;</dc:creator>
    </item>
<item>
        <title>57f725a6a6c19b12015854589764babe58252155 - tests/ci: fix missing /usr/local/{sbin,bin} in freebsdci rc PATH</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#57f725a6a6c19b12015854589764babe58252155</link>
        <description>tests/ci: fix missing /usr/local/{sbin,bin} in freebsdci rc PATHCurrently, a lot of tests report &apos;skipped&apos; due to missing binariesin the PATH. The real issue is that /etc/rc forcibly restricts thePATH to the base system only.This patch re-enables a large chunk of skipped tests by addingthe missing LOCALBASE directories to the PATH so that Kyua candiscover third-party packages. It also fixes some minor rc scriptingstyle as per the official freebsd scripting guide[0].[0] https://docs.freebsd.org/en/articles/rc-scriptingSigned-off-by: Siva Mahadevan &lt;me@svmhdvn.name&gt;Sponsored by: The FreeBSD FoundationApproved by:	lwhsuDifferential Revision:	https://reviews.freebsd.org/D51303

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Wed, 16 Jul 2025 20:15:33 +0000</pubDate>
        <dc:creator>Siva Mahadevan &lt;me@svmhdvn.name&gt;</dc:creator>
    </item>
<item>
        <title>f6e5bcd4716c2974c7ceb1fbbfc0ef8db8e13d8b - tests/ci: run ci-full kyua tests in parallel</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#f6e5bcd4716c2974c7ceb1fbbfc0ef8db8e13d8b</link>
        <description>tests/ci: run ci-full kyua tests in parallelBy default, use all available cpus given to the VM. This can becontrolled with the already available PARALLEL_JOBS make variable.Signed-off-by: Siva Mahadevan &lt;me@svmhdvn.name&gt;Pull Request:	https://github.com/freebsd/freebsd-src/pull/1754

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Fri, 04 Jul 2025 14:16:09 +0000</pubDate>
        <dc:creator>Siva Mahadevan &lt;me@svmhdvn.name&gt;</dc:creator>
    </item>
<item>
        <title>c08f5ad160bf7c844677e1960b1a882d492006f8 - CI: Add full test support</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#c08f5ad160bf7c844677e1960b1a882d492006f8</link>
        <description>CI: Add full test supportThe patch adds support for running full tests in the local CIEnvironment. New features added:- New target `ci-full` which runs the full test. This is also the  default now- Renamed the previous target `ci-smokeit` to `ci-smoke`- Unlike previous if the available memory is more than 16G a default of  8G will be used- Removed some unnecessary debug messages- Added `dummybuf` kernel module to the list of modules to be loaded on  the VMThe features that can be tested:`make TARGET=&lt;TARGET&gt; TARGET_ARCH=&lt;TARGET_ARCH&gt; CITYPE=full ci``make TARGET=&lt;TARGET&gt; TARGET_ARCH=&lt;TARGET_ARCH&gt; ci` is also the same asabove as CITYPE full is the default nowApproved by:	lwhsuSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D48015

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Wed, 30 Apr 2025 08:14:31 +0000</pubDate>
        <dc:creator>Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>cb9d4bb1fbb9ac0eb9f211656e91f9d5254c166c - Add preliminary in-tree CI infrastructure for developers</title>
        <link>http://opengrok.net:8080/history/src/tests/ci/tools/freebsdci#cb9d4bb1fbb9ac0eb9f211656e91f9d5254c166c</link>
        <description>Add preliminary in-tree CI infrastructure for developersThe goal of this project is to integrate the relevant scripts from theFreeBSD-CI project (https://github.com/freebsd/freebsd-ci) into the srcrepository. This allows developers to run the test suite similar to howit is executed on ci.freebsd.org, and eventually, have it directly usedby our CI system. This effort is also part of the workflow improvementproject, aiming to incorporate pre-merge testing.Current Features:* Does smoke tests using either bhyve(amd64 only) or qemu(Non x86_64 or  when defined USE_QEMU=1). Currently defined CITYPE=smoke. Once we have  added full tests we can also utilize something like CITYPE=full* Most of the resources are dynamically allocated based on available  resources in the host* If CPU supports POPCNT or vmm can be loaded then bhyve is used for  amd64 otherwise automatically installs and uses qemu@nox11* When required third party applications or packages for booting non-x86  images are automatically installedCurrent Limitation:* Does not support full tests like the one in our Jenkins* At this moment this is also not suitable to be used in our Jenkins  platform as the jobs are divided in multiple smaller tasks and  artifacts are moved here and there which are not exactly the scenario  for individual developers.Future Works:* Add full tests like the one in ci.freebsd.org* Add different tests or options to disable some tests* Add test profiles full* Possibly add test through Cloud Providers like AWS/GCP/Azure or Cirrus  or Github Actions* Update documentationTest Plan:cd /usr/src/tests/cimake cimake TARGET=amd64 TARGET_ARCH=amd64 cimake TARGET=amd64 TARGET_ARCH=amd64 USE_QEMU=1 cimake TARGET=arm64 TARGET_ARCH=aarch64 cimake TARGET=powerpc TARGET_ARCH=powerpc64 cimake TARGET=powerpc TARGET_ARCH=powerpc64le cimake TARGET=riscv TARGET_ARCH=riscv64 ciReviewed by:           lwhsuSponsored by:          The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D43786

            List of files:
            /src/tests/ci/tools/freebsdci</description>
        <pubDate>Thu, 18 Apr 2024 17:57:38 +0000</pubDate>
        <dc:creator>Muhammad Moinur Rahman &lt;bofh@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
